@inera/ids-angular 9.1.0 → 9.2.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 (91) hide show
  1. package/components/accordion/accordion.component.d.ts +4 -3
  2. package/components/dropdown/dropdown.component.d.ts +5 -1
  3. package/components/footer-inera/footer-inera-sub-footer-mobile-text.component.d.ts +5 -0
  4. package/components/footer-inera/footer-inera.component.d.ts +1 -1
  5. package/components/footer-inera/footer-inera.module.d.ts +2 -1
  6. package/components/footer-inera/public-api.d.ts +1 -0
  7. package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile-text.component.d.ts +5 -0
  8. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +1 -1
  9. package/components/footer-inera-admin/footer-inera-admin.module.d.ts +2 -1
  10. package/components/footer-inera-admin/public-api.d.ts +1 -0
  11. package/components/footer-inera-general/footer-inera-general-col.component.d.ts +13 -0
  12. package/components/footer-inera-general/footer-inera-general-sub-footer-left.component.d.ts +5 -0
  13. package/components/footer-inera-general/footer-inera-general-sub-footer-mobile-text.component.d.ts +5 -0
  14. package/components/footer-inera-general/footer-inera-general-sub-footer-mobile.component.d.ts +5 -0
  15. package/components/footer-inera-general/footer-inera-general-sub-footer-right.component.d.ts +5 -0
  16. package/components/footer-inera-general/footer-inera-general-text.component.d.ts +5 -0
  17. package/components/footer-inera-general/footer-inera-general.component.d.ts +12 -0
  18. package/components/footer-inera-general/footer-inera-general.module.d.ts +12 -0
  19. package/components/footer-inera-general/index.d.ts +5 -0
  20. package/components/footer-inera-general/public-api.d.ts +8 -0
  21. package/components/global-alert/global-alert.component.d.ts +1 -3
  22. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +2 -2
  23. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +1 -1
  24. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +2 -2
  25. package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
  26. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +1 -1
  27. package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +4 -2
  28. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
  29. package/components/header-inera-general/brand-link/header-inera-general-brand-link.directive.d.ts +5 -0
  30. package/components/header-inera-general/header-inera-general.component.d.ts +18 -0
  31. package/components/header-inera-general/header-inera-general.module.d.ts +14 -0
  32. package/components/header-inera-general/index.d.ts +5 -0
  33. package/components/header-inera-general/item/header-inera-general-item.component.d.ts +10 -0
  34. package/components/header-inera-general/menu-mobile/header-inera-general-menu-mobile.component.d.ts +10 -0
  35. package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +9 -0
  36. package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +25 -0
  37. package/components/header-inera-general/nav-item-menu-link/header-inera-general-nav-item-menu-link.component.d.ts +5 -0
  38. package/components/header-inera-general/public-api.d.ts +9 -0
  39. package/components/header-inera-general/skip-to-content/header-inera-general-skip-to-content.component.d.ts +5 -0
  40. package/components/popover/popover-content.component.d.ts +4 -1
  41. package/components/popover/popover.component.d.ts +17 -8
  42. package/components/stepper/step.component.d.ts +2 -2
  43. package/components/toolbar/index.d.ts +5 -0
  44. package/components/toolbar/public-api.d.ts +1 -0
  45. package/components/toolbar/toolbar.component.d.ts +5 -0
  46. package/components/tooltip/tooltip.component.d.ts +17 -4
  47. package/fesm2022/inera-ids-angular-components-accordion.mjs +10 -5
  48. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
  49. package/fesm2022/inera-ids-angular-components-action-link.mjs +25 -9
  50. package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -1
  51. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +2 -2
  52. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  53. package/fesm2022/inera-ids-angular-components-button.mjs +1 -1
  54. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  55. package/fesm2022/inera-ids-angular-components-card.mjs +2 -2
  56. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  57. package/fesm2022/inera-ids-angular-components-dialog.mjs +2 -2
  58. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  59. package/fesm2022/inera-ids-angular-components-dropdown.mjs +40 -13
  60. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  61. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +25 -5
  62. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  63. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +214 -0
  64. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -0
  65. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +25 -5
  66. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  67. package/fesm2022/inera-ids-angular-components-global-alert.mjs +3 -9
  68. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  69. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +95 -63
  70. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  71. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +110 -84
  72. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  73. package/fesm2022/inera-ids-angular-components-header-1177.mjs +2 -4
  74. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  75. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +15 -16
  76. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  77. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +425 -0
  78. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -0
  79. package/fesm2022/inera-ids-angular-components-header-inera.mjs +2 -4
  80. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  81. package/fesm2022/inera-ids-angular-components-popover.mjs +176 -50
  82. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  83. package/fesm2022/inera-ids-angular-components-puff-list.mjs +29 -17
  84. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  85. package/fesm2022/inera-ids-angular-components-stepper.mjs +7 -7
  86. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  87. package/fesm2022/inera-ids-angular-components-toolbar.mjs +18 -0
  88. package/fesm2022/inera-ids-angular-components-toolbar.mjs.map +1 -0
  89. package/fesm2022/inera-ids-angular-components-tooltip.mjs +139 -33
  90. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  91. package/package.json +68 -52
@@ -1,9 +1,10 @@
1
- import { EventEmitter, QueryList } from "@angular/core";
2
- import { IDAccordionHeaderComponent } from "./accordion-header.component";
1
+ import { EventEmitter, QueryList } from '@angular/core';
2
+ import { IDAccordionHeaderComponent } from './accordion-header.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDAccordionComponent {
5
5
  nestedAccordions: QueryList<IDAccordionComponent>;
6
6
  header: IDAccordionHeaderComponent;
7
+ subtitle: string;
7
8
  lean: boolean;
8
9
  noBorder: boolean;
9
10
  expanded: boolean;
@@ -22,7 +23,7 @@ export declare class IDAccordionComponent {
22
23
  toggleExpansion(event: Event): void;
23
24
  private setExpanded;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<IDAccordionComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<IDAccordionComponent, "id-accordion", never, { "lean": { "alias": "lean"; "required": false; }; "noBorder": { "alias": "noBorder"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "expandedChange": "expandedChange"; }, ["header", "nestedAccordions"], [":not(id-accordion-header)"], true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDAccordionComponent, "id-accordion", never, { "subtitle": { "alias": "subtitle"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; "noBorder": { "alias": "noBorder"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "expandedChange": "expandedChange"; }, ["header", "nestedAccordions"], [":not(id-accordion-header)"], true, never>;
26
27
  static ngAcceptInputType_lean: unknown;
27
28
  static ngAcceptInputType_noBorder: unknown;
28
29
  static ngAcceptInputType_expanded: unknown;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@inera/ids-angular/common";
4
4
  export declare class IDDropdownComponent implements AfterViewInit, OnDestroy {
@@ -11,9 +11,12 @@ export declare class IDDropdownComponent implements AfterViewInit, OnDestroy {
11
11
  position: 'left' | 'right';
12
12
  closed: EventEmitter<void>;
13
13
  opened: EventEmitter<void>;
14
+ dropdownContent?: ElementRef<HTMLElement>;
14
15
  private useId;
15
16
  private host;
17
+ private focusTrap;
16
18
  protected contentId: string;
19
+ protected triggerId: string;
17
20
  protected trigger: Element | null;
18
21
  ngAfterViewInit(): void;
19
22
  ngOnDestroy(): void;
@@ -24,6 +27,7 @@ export declare class IDDropdownComponent implements AfterViewInit, OnDestroy {
24
27
  get baseAndPositionClasses(): string;
25
28
  hasClosed(): void;
26
29
  hasOpened(): void;
30
+ private focusFirstElement;
27
31
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownComponent, never>;
28
32
  static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownComponent, "id-dropdown", never, { "sBlock": { "alias": "sBlock"; "required": false; }; "mBlock": { "alias": "mBlock"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, never, ["id-dropdown-trigger", "*"], true, [{ directive: typeof i1.IDClickOutsideDirective; inputs: {}; outputs: { "idClickOutside": "idClickOutside"; }; }]>;
29
33
  static ngAcceptInputType_sBlock: unknown;
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraSubFooterMobileTextComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraSubFooterMobileTextComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraSubFooterMobileTextComponent, "id-footer-inera-sub-footer-mobile-text", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -8,5 +8,5 @@ export declare class IDFooterIneraComponent {
8
8
  private updateColumnClasses;
9
9
  ngAfterContentInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraComponent, "id-footer-inera", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-inera-text", "id-footer-inera-col", "id-mobile-menu", "id-footer-inera-sub-footer-left", "id-footer-inera-sub-footer-right", "id-footer-inera-sub-footer-mobile"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraComponent, "id-footer-inera", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-inera-text", "id-footer-inera-col", "id-mobile-menu", "id-footer-inera-sub-footer-left", "id-footer-inera-sub-footer-right", "id-footer-inera-sub-footer-mobile", "id-footer-inera-sub-footer-mobile-text"], true, never>;
12
12
  }
@@ -5,8 +5,9 @@ import * as i3 from "./footer-inera-col.component";
5
5
  import * as i4 from "./footer-inera-sub-footer-right.component";
6
6
  import * as i5 from "./footer-inera-sub-footer-left.component";
7
7
  import * as i6 from "./footer-inera-sub-footer-mobile.component";
8
+ import * as i7 from "./footer-inera-sub-footer-mobile-text.component";
8
9
  export declare class IDFooterIneraModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterIneraModule, never, [typeof i1.IDFooterIneraComponent, typeof i2.IDFooterIneraTextComponent, typeof i3.IDFooterIneraColComponent, typeof i4.IDFooterIneraSubFooterRightComponent, typeof i5.IDFooterIneraSubFooterLeftComponent, typeof i6.IDFooterIneraSubFooterMobileComponent], [typeof i1.IDFooterIneraComponent, typeof i2.IDFooterIneraTextComponent, typeof i3.IDFooterIneraColComponent, typeof i4.IDFooterIneraSubFooterRightComponent, typeof i5.IDFooterIneraSubFooterLeftComponent, typeof i6.IDFooterIneraSubFooterMobileComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterIneraModule, never, [typeof i1.IDFooterIneraComponent, typeof i2.IDFooterIneraTextComponent, typeof i3.IDFooterIneraColComponent, typeof i4.IDFooterIneraSubFooterRightComponent, typeof i5.IDFooterIneraSubFooterLeftComponent, typeof i6.IDFooterIneraSubFooterMobileComponent, typeof i7.IDFooterIneraSubFooterMobileTextComponent], [typeof i1.IDFooterIneraComponent, typeof i2.IDFooterIneraTextComponent, typeof i3.IDFooterIneraColComponent, typeof i4.IDFooterIneraSubFooterRightComponent, typeof i5.IDFooterIneraSubFooterLeftComponent, typeof i6.IDFooterIneraSubFooterMobileComponent, typeof i7.IDFooterIneraSubFooterMobileTextComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterIneraModule>;
12
13
  }
@@ -5,3 +5,4 @@ export { IDFooterIneraColComponent } from './footer-inera-col.component';
5
5
  export { IDFooterIneraSubFooterRightComponent } from './footer-inera-sub-footer-right.component';
6
6
  export { IDFooterIneraSubFooterLeftComponent } from './footer-inera-sub-footer-left.component';
7
7
  export { IDFooterIneraSubFooterMobileComponent } from './footer-inera-sub-footer-mobile.component';
8
+ export { IDFooterIneraSubFooterMobileTextComponent } from './footer-inera-sub-footer-mobile-text.component';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraAdminSubFooterMobileTextComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminSubFooterMobileTextComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraAdminSubFooterMobileTextComponent, "id-footer-inera-admin-sub-footer-mobile-text", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -8,5 +8,5 @@ export declare class IDFooterIneraAdminComponent {
8
8
  private updateColumnClasses;
9
9
  ngAfterContentInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraAdminComponent, "id-footer-inera-admin", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-inera-admin-text", "id-footer-inera-admin-col", "id-mobile-menu", "id-footer-inera-admin-sub-footer-left", "id-footer-inera-admin-sub-footer-right", "id-footer-inera-admin-sub-footer-mobile"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraAdminComponent, "id-footer-inera-admin", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-inera-admin-text", "id-footer-inera-admin-col", "id-mobile-menu", "id-footer-inera-admin-sub-footer-left", "id-footer-inera-admin-sub-footer-right", "id-footer-inera-admin-sub-footer-mobile", "id-footer-inera-admin-sub-footer-mobile-text"], true, never>;
12
12
  }
@@ -5,8 +5,9 @@ import * as i3 from "./footer-inera-admin-col.component";
5
5
  import * as i4 from "./footer-inera-admin-sub-footer-right.component";
6
6
  import * as i5 from "./footer-inera-admin-sub-footer-left.component";
7
7
  import * as i6 from "./footer-inera-admin-sub-footer-mobile.component";
8
+ import * as i7 from "./footer-inera-admin-sub-footer-mobile-text.component";
8
9
  export declare class IDFooterIneraAdminModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterIneraAdminModule, never, [typeof i1.IDFooterIneraAdminComponent, typeof i2.IDFooterIneraAdminTextComponent, typeof i3.IDFooterIneraAdminColComponent, typeof i4.IDFooterIneraAdminSubFooterRightComponent, typeof i5.IDFooterIneraAdminSubFooterLeftComponent, typeof i6.IDFooterIneraAdminSubFooterMobileComponent], [typeof i1.IDFooterIneraAdminComponent, typeof i2.IDFooterIneraAdminTextComponent, typeof i3.IDFooterIneraAdminColComponent, typeof i4.IDFooterIneraAdminSubFooterRightComponent, typeof i5.IDFooterIneraAdminSubFooterLeftComponent, typeof i6.IDFooterIneraAdminSubFooterMobileComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterIneraAdminModule, never, [typeof i1.IDFooterIneraAdminComponent, typeof i2.IDFooterIneraAdminTextComponent, typeof i3.IDFooterIneraAdminColComponent, typeof i4.IDFooterIneraAdminSubFooterRightComponent, typeof i5.IDFooterIneraAdminSubFooterLeftComponent, typeof i6.IDFooterIneraAdminSubFooterMobileComponent, typeof i7.IDFooterIneraAdminSubFooterMobileTextComponent], [typeof i1.IDFooterIneraAdminComponent, typeof i2.IDFooterIneraAdminTextComponent, typeof i3.IDFooterIneraAdminColComponent, typeof i4.IDFooterIneraAdminSubFooterRightComponent, typeof i5.IDFooterIneraAdminSubFooterLeftComponent, typeof i6.IDFooterIneraAdminSubFooterMobileComponent, typeof i7.IDFooterIneraAdminSubFooterMobileTextComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterIneraAdminModule>;
12
13
  }
@@ -5,3 +5,4 @@ export { IDFooterIneraAdminColComponent } from './footer-inera-admin-col.compone
5
5
  export { IDFooterIneraAdminSubFooterRightComponent } from './footer-inera-admin-sub-footer-right.component';
6
6
  export { IDFooterIneraAdminSubFooterLeftComponent } from './footer-inera-admin-sub-footer-left.component';
7
7
  export { IDFooterIneraAdminSubFooterMobileComponent } from './footer-inera-admin-sub-footer-mobile.component';
8
+ export { IDFooterIneraAdminSubFooterMobileTextComponent } from './footer-inera-admin-sub-footer-mobile-text.component';
@@ -0,0 +1,13 @@
1
+ import { QueryList } from '@angular/core';
2
+ import { IDLinkDirective } from '@inera/ids-angular/components/link';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDFooterIneraGeneralColComponent {
5
+ links: QueryList<IDLinkDirective>;
6
+ columnClass: string;
7
+ get hostClass(): string;
8
+ private destroyRef;
9
+ private updateColumnClasses;
10
+ ngAfterContentInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralColComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralColComponent, "id-footer-inera-general-col", never, {}, {}, ["links"], ["*"], true, never>;
13
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraGeneralSubFooterLeftComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralSubFooterLeftComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralSubFooterLeftComponent, "id-footer-inera-general-sub-footer-left", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraGeneralSubFooterMobileTextComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralSubFooterMobileTextComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralSubFooterMobileTextComponent, "id-footer-inera-general-sub-footer-mobile-text", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraGeneralSubFooterMobileComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralSubFooterMobileComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralSubFooterMobileComponent, "id-footer-inera-general-sub-footer-mobile", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraGeneralSubFooterRightComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralSubFooterRightComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralSubFooterRightComponent, "id-footer-inera-general-sub-footer-right", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDFooterIneraGeneralTextComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralTextComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralTextComponent, "id-footer-inera-general-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
5
+ }
@@ -0,0 +1,12 @@
1
+ import { QueryList } from '@angular/core';
2
+ import { IDFooterIneraGeneralColComponent } from './footer-inera-general-col.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDFooterIneraGeneralComponent {
5
+ headline: string;
6
+ cols: QueryList<IDFooterIneraGeneralColComponent>;
7
+ private destroyRef;
8
+ private updateColumnClasses;
9
+ ngAfterContentInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraGeneralComponent, "id-footer-inera-general", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-inera-general-text", "id-footer-inera-general-col", "id-mobile-menu", "id-footer-inera-general-sub-footer-left", "id-footer-inera-general-sub-footer-right", "id-footer-inera-general-sub-footer-mobile", "id-footer-inera-general-sub-footer-mobile-text"], true, never>;
12
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./footer-inera-general.component";
3
+ import * as i2 from "./footer-inera-general-text.component";
4
+ import * as i3 from "./footer-inera-general-col.component";
5
+ import * as i4 from "./footer-inera-general-sub-footer-right.component";
6
+ import * as i5 from "./footer-inera-general-sub-footer-left.component";
7
+ import * as i6 from "./footer-inera-general-sub-footer-mobile.component";
8
+ export declare class IDFooterIneraGeneralModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraGeneralModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterIneraGeneralModule, never, [typeof i1.IDFooterIneraGeneralComponent, typeof i2.IDFooterIneraGeneralTextComponent, typeof i3.IDFooterIneraGeneralColComponent, typeof i4.IDFooterIneraGeneralSubFooterRightComponent, typeof i5.IDFooterIneraGeneralSubFooterLeftComponent, typeof i6.IDFooterIneraGeneralSubFooterMobileComponent], [typeof i1.IDFooterIneraGeneralComponent, typeof i2.IDFooterIneraGeneralTextComponent, typeof i3.IDFooterIneraGeneralColComponent, typeof i4.IDFooterIneraGeneralSubFooterRightComponent, typeof i5.IDFooterIneraGeneralSubFooterLeftComponent, typeof i6.IDFooterIneraGeneralSubFooterMobileComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterIneraGeneralModule>;
12
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/footer-inera-general" />
5
+ export * from './public-api';
@@ -0,0 +1,8 @@
1
+ export { IDFooterIneraGeneralModule } from './footer-inera-general.module';
2
+ export { IDFooterIneraGeneralComponent } from './footer-inera-general.component';
3
+ export { IDFooterIneraGeneralTextComponent } from './footer-inera-general-text.component';
4
+ export { IDFooterIneraGeneralColComponent } from './footer-inera-general-col.component';
5
+ export { IDFooterIneraGeneralSubFooterRightComponent } from './footer-inera-general-sub-footer-right.component';
6
+ export { IDFooterIneraGeneralSubFooterLeftComponent } from './footer-inera-general-sub-footer-left.component';
7
+ export { IDFooterIneraGeneralSubFooterMobileComponent } from './footer-inera-general-sub-footer-mobile.component';
8
+ export { IDFooterIneraGeneralSubFooterMobileTextComponent } from './footer-inera-general-sub-footer-mobile-text.component';
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
5
5
  export declare class IDGlobalAlertComponent {
6
6
  private useId;
7
7
  protected contentId: string;
8
- hideMobileIcon: boolean;
9
8
  agent: boolean;
10
9
  srExpandText: string;
11
10
  srCollapseText: string;
@@ -21,7 +20,6 @@ export declare class IDGlobalAlertComponent {
21
20
  get hostClasses(): string;
22
21
  toggleExpanded(): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertComponent, "id-global-alert", never, { "hideMobileIcon": { "alias": "hideMobileIcon"; "required": false; }; "agent": { "alias": "agent"; "required": false; }; "srExpandText": { "alias": "srExpandText"; "required": false; }; "srCollapseText": { "alias": "srCollapseText"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "closed": "closed"; "opened": "opened"; }, ["header", "actions"], [":not(id-global-alert-header):not(id-global-alert-actions)"], true, never>;
25
- static ngAcceptInputType_hideMobileIcon: unknown;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertComponent, "id-global-alert", never, { "agent": { "alias": "agent"; "required": false; }; "srExpandText": { "alias": "srExpandText"; "required": false; }; "srCollapseText": { "alias": "srCollapseText"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "closed": "closed"; "opened": "opened"; }, ["header", "actions"], [":not(id-global-alert-header):not(id-global-alert-actions)"], true, never>;
26
24
  static ngAcceptInputType_agent: unknown;
27
25
  }
@@ -1,5 +1,5 @@
1
- import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
- import { IDHeaderContext } from "@inera/ids-angular/common";
1
+ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
+ import { IDHeaderContext } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDHeader1177AdminAvatarComponent implements OnDestroy {
5
5
  username: string;
@@ -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 IDHeader1177AdminNavComponent {
4
4
  hideOnTablet: boolean;
@@ -1,5 +1,5 @@
1
- import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
- import { IDHeaderContext } from "@inera/ids-angular/common";
1
+ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
+ import { IDHeaderContext } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDHeader1177ProAvatarMobileComponent implements OnDestroy {
5
5
  username?: string;
@@ -1,7 +1,7 @@
1
- import { IDHeader1177ProAvatarComponent } from "./avatar/header-1177-pro-avatar.component";
2
- import { IDHeader1177ProNavComponent } from "./nav/header-1177-pro-nav.component";
3
- import { IDHeader1177ProBrandLinkDirective } from "./brand-link/header-1177-pro-brand-link.directive";
4
- import { IDHeaderContext } from "@inera/ids-angular/common";
1
+ import { IDHeader1177ProAvatarComponent } from './avatar/header-1177-pro-avatar.component';
2
+ import { IDHeader1177ProNavComponent } from './nav/header-1177-pro-nav.component';
3
+ import { IDHeader1177ProBrandLinkDirective } from './brand-link/header-1177-pro-brand-link.directive';
4
+ import { IDHeaderContext } from '@inera/ids-angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class IDHeader1177ProComponent implements IDHeaderContext {
7
7
  text: string;
@@ -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 IDHeader1177ProNavComponent {
4
4
  hideOnTablet: boolean;
@@ -1,10 +1,12 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
1
+ import { EventEmitter } from '@angular/core';
2
+ import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
3
+ import { IDHeaderContext } from '@inera/ids-angular/common';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class IDHeader1177ProRegionPickerMobileComponent {
5
6
  text: string;
6
7
  expanded: boolean;
7
8
  regionSelected: boolean;
9
+ header: IDHeaderContext | null;
8
10
  regionIcon: IDRegionIconComponent;
9
11
  expandedChange: EventEmitter<boolean>;
10
12
  opened: EventEmitter<void>;
@@ -1,8 +1,10 @@
1
- import { TemplateRef } from "@angular/core";
1
+ import { TemplateRef } from '@angular/core';
2
+ import { IDHeaderContext } from '@inera/ids-angular/common';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class IDHeaderIneraAdminNavComponent {
4
5
  hideOnTablet: boolean;
5
6
  template: TemplateRef<any>;
7
+ header: IDHeaderContext | null;
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminNavComponent, never>;
7
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
8
10
  static ngAcceptInputType_hideOnTablet: unknown;
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDHeaderIneraGeneralBrandLinkDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralBrandLinkDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IDHeaderIneraGeneralBrandLinkDirective, "a[idBrandIneraGeneralLink]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,18 @@
1
+ import { QueryList } from '@angular/core';
2
+ import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
3
+ import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
4
+ import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
5
+ import { IDHeaderContext } from '@inera/ids-angular/common';
6
+ import { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
7
+ import * as i0 from "@angular/core";
8
+ export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
9
+ unresponsive: boolean;
10
+ brandText: string;
11
+ items: QueryList<IDHeaderIneraGeneralItemComponent>;
12
+ nav: IDHeaderIneraGeneralNavComponent;
13
+ brandLink: IDHeaderIneraGeneralBrandLinkDirective;
14
+ skipToContent: IDHeaderIneraGeneralSkipToContent;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["nav", "brandLink", "skipToContent", "items"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile"], true, never>;
17
+ static ngAcceptInputType_unresponsive: unknown;
18
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
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";
10
+ export declare class IDHeaderIneraGeneralModule {
11
+ 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]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderIneraGeneralModule>;
14
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/header-inera-general" />
5
+ export * from './public-api';
@@ -0,0 +1,10 @@
1
+ import { IDHeaderContext } from '@inera/ids-angular/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralItemComponent {
4
+ mobile: boolean;
5
+ icon?: string;
6
+ header: IDHeaderContext | null;
7
+ 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 ngAcceptInputType_mobile: unknown;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { IDHeaderContext } from '@inera/ids-angular/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralMenuMobileComponent {
4
+ expanded: boolean;
5
+ header: IDHeaderContext | null;
6
+ toggleExpansion(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralMenuMobileComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralMenuMobileComponent, "id-header-inera-general-menu-mobile", never, { "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["id-mobile-menu"], true, never>;
9
+ static ngAcceptInputType_expanded: unknown;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralNavComponent {
4
+ hideOnTablet: boolean;
5
+ template: TemplateRef<any>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavComponent, "id-header-inera-general-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
8
+ static ngAcceptInputType_hideOnTablet: unknown;
9
+ }
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, TemplateRef } from "@angular/core";
2
+ import { IDHeaderContext } from "@inera/ids-angular/common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDHeaderIneraGeneralNavItemComponent {
5
+ label?: string;
6
+ active: boolean;
7
+ activeChange: EventEmitter<boolean>;
8
+ expanded: boolean;
9
+ expandedChange: EventEmitter<boolean>;
10
+ col1: TemplateRef<any> | null;
11
+ col2: TemplateRef<any> | null;
12
+ col3: TemplateRef<any> | null;
13
+ col4: TemplateRef<any> | null;
14
+ private idService;
15
+ protected contentId: string;
16
+ header: IDHeaderContext | null;
17
+ constructor();
18
+ toggleExpansion(): void;
19
+ expandItem(): void;
20
+ closeItem(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemComponent, "id-header-inera-general-nav-item", never, { "label": { "alias": "label"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "activeChange": "activeChange"; "expandedChange": "expandedChange"; }, ["col1", "col2", "col3", "col4"], ["[link]"], true, never>;
23
+ static ngAcceptInputType_active: unknown;
24
+ static ngAcceptInputType_expanded: unknown;
25
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDHeaderIneraGeneralNavItemMenuLinkComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemMenuLinkComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemMenuLinkComponent, "id-header-inera-general-nav-item-menu-link", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,9 @@
1
+ export { IDHeaderIneraGeneralModule } from './header-inera-general.module';
2
+ export { IDHeaderIneraGeneralComponent } from './header-inera-general.component';
3
+ export { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
4
+ export { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
5
+ export { IDHeaderIneraGeneralNavItemComponent } from './nav-item/header-inera-general-nav-item.component';
6
+ export { IDHeaderIneraGeneralMenuMobileComponent } from './menu-mobile/header-inera-general-menu-mobile.component';
7
+ 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
+ export { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDHeaderIneraGeneralSkipToContent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralSkipToContent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralSkipToContent, "id-header-inera-general-skip-to-content", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -1,6 +1,7 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDPopoverContentComponent {
4
+ elementRef: ElementRef<any>;
4
5
  contentClosed: EventEmitter<Event>;
5
6
  position: string;
6
7
  closeOnBlur: boolean;
@@ -9,6 +10,8 @@ export declare class IDPopoverContentComponent {
9
10
  srCloseText: string;
10
11
  get contentMaxHeight(): string;
11
12
  onClickedOutside(event: Event): void;
13
+ onKeyDown(event: KeyboardEvent): void;
14
+ onShiftTab(event: Event): void;
12
15
  get caretPositionClass(): string;
13
16
  get hostClasses(): string;
14
17
  static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverContentComponent, never>;
@@ -7,30 +7,39 @@ export declare class IDPopoverComponent implements AfterContentInit, OnChanges,
7
7
  category: string;
8
8
  show: boolean;
9
9
  showChange: EventEmitter<boolean>;
10
- autoFocus: boolean;
11
10
  closed: EventEmitter<Event>;
12
11
  opened: EventEmitter<Event>;
13
12
  bodyComponent: IDPopoverContentComponent;
14
13
  closeComponents: QueryList<IDPopoverCloseComponent>;
15
- elementRef: ElementRef<any>;
14
+ triggerEl: ElementRef<HTMLElement>;
15
+ private document;
16
+ private appRef;
16
17
  private opener;
17
18
  private categoryCollection;
18
19
  private destroyRef;
19
20
  private updatePositionTimeout?;
20
- private autoFocusTimeout?;
21
+ private isAttached;
22
+ private openedViaTrigger;
23
+ private portalOutlet;
24
+ private readonly GAP;
25
+ private readonly CARET_SIZE;
26
+ private resizeHandler;
27
+ private get win();
21
28
  constructor();
22
29
  ngOnChanges(changes: SimpleChanges): void;
23
30
  private updatePosition;
24
31
  ngAfterContentInit(): void;
25
32
  ngOnDestroy(): void;
26
- closeCategory(): void;
27
33
  togglePopover(e: Event): void;
28
- checkAutoFocus(): void;
34
+ private focusContent;
29
35
  showPopover(event: Event): void;
30
- handleKeyDown(event: KeyboardEvent): void;
31
36
  closePopover(event: Event): void;
37
+ private focusTriggerContent;
38
+ private attachPortal;
39
+ private detachPortal;
40
+ private calculatePosition;
41
+ private applyPortalPosition;
32
42
  static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "position": { "alias": "position"; "required": false; }; "category": { "alias": "category"; "required": false; }; "show": { "alias": "show"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "showChange": "showChange"; "closed": "closed"; "opened": "opened"; }, ["bodyComponent", "closeComponents"], ["*", "id-popover-content"], true, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "position": { "alias": "position"; "required": false; }; "category": { "alias": "category"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, { "showChange": "showChange"; "closed": "closed"; "opened": "opened"; }, ["bodyComponent", "closeComponents"], ["*", "id-popover-content"], true, never>;
34
44
  static ngAcceptInputType_show: unknown;
35
- static ngAcceptInputType_autoFocus: unknown;
36
45
  }
@@ -4,7 +4,7 @@ export declare class IDStepComponent {
4
4
  state: '' | 'valid' | 'invalid' | 'selected';
5
5
  step: string;
6
6
  srIndicatorText: string;
7
- label: string;
7
+ subtitle: string;
8
8
  disabled: boolean;
9
9
  expanded: boolean;
10
10
  closed: EventEmitter<Event>;
@@ -14,7 +14,7 @@ export declare class IDStepComponent {
14
14
  hasClosed(): void;
15
15
  hasExpanded(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<IDStepComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "srIndicatorText": { "alias": "srIndicatorText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "expandedChange": "expandedChange"; }, never, ["id-step-header", "*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "srIndicatorText": { "alias": "srIndicatorText"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "expandedChange": "expandedChange"; }, never, ["id-step-header", "*"], true, never>;
18
18
  static ngAcceptInputType_disabled: unknown;
19
19
  static ngAcceptInputType_expanded: unknown;
20
20
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/toolbar" />
5
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export { IDToolbarComponent } from './toolbar.component';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDToolbarComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDToolbarComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDToolbarComponent, "id-toolbar", never, {}, {}, never, ["*"], true, never>;
5
+ }