@inera/ids-angular 5.4.0 → 6.0.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 (151) hide show
  1. package/components/accordion/accordion.component.d.ts +16 -0
  2. package/components/accordion/accordion.module.d.ts +8 -0
  3. package/components/{header → accordion}/index.d.ts +1 -1
  4. package/components/accordion/public-api.d.ts +2 -0
  5. package/components/alert-global/alert-global.component.d.ts +3 -3
  6. package/components/box-link/box-link.component.d.ts +6 -0
  7. package/components/box-link/box-link.module.d.ts +8 -0
  8. package/components/{footer → box-link}/index.d.ts +1 -1
  9. package/components/box-link/public-api.d.ts +2 -0
  10. package/components/button/button.component.d.ts +1 -2
  11. package/components/dialog/dialog.component.d.ts +1 -1
  12. package/components/dropdown/dropdown.component.d.ts +1 -1
  13. package/components/form/check-button/check-button.component.d.ts +7 -0
  14. package/components/form/check-button/check-button.module.d.ts +8 -0
  15. package/components/{expandable → form/check-button}/index.d.ts +1 -1
  16. package/components/form/check-button/public-api.d.ts +2 -0
  17. package/components/form/checkbox/checkbox.component.d.ts +2 -1
  18. package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
  19. package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +1 -1
  20. package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +2 -1
  21. package/components/link/link.component.d.ts +5 -1
  22. package/components/mobile/menu/mobile-menu.module.d.ts +3 -4
  23. package/components/mobile/menu/public-api.d.ts +0 -1
  24. package/components/pagination/list-pagination/list-pagination.component.d.ts +2 -1
  25. package/components/{list → puff-list}/index.d.ts +1 -1
  26. package/components/puff-list/public-api.d.ts +4 -0
  27. package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +6 -0
  28. package/components/puff-list/puff-item/puff-list-item.component.d.ts +17 -0
  29. package/components/puff-list/puff-list.component.d.ts +6 -0
  30. package/components/puff-list/puff-list.module.d.ts +10 -0
  31. package/components/tag/tag.component.d.ts +2 -3
  32. package/esm2022/components/accordion/accordion.component.mjs +43 -0
  33. package/esm2022/components/accordion/accordion.module.mjs +18 -0
  34. package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +5 -0
  35. package/esm2022/components/accordion/public-api.mjs +3 -0
  36. package/esm2022/components/alert-global/alert-global.component.mjs +9 -9
  37. package/esm2022/components/box-link/box-link.component.mjs +12 -0
  38. package/esm2022/components/box-link/box-link.module.mjs +18 -0
  39. package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +5 -0
  40. package/esm2022/components/box-link/public-api.mjs +3 -0
  41. package/esm2022/components/button/button.component.mjs +3 -6
  42. package/esm2022/components/dialog/dialog.component.mjs +4 -4
  43. package/esm2022/components/dropdown/dropdown.component.mjs +4 -4
  44. package/esm2022/components/form/check-button/check-button.component.mjs +15 -0
  45. package/esm2022/components/form/check-button/check-button.module.mjs +18 -0
  46. package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +5 -0
  47. package/esm2022/components/form/check-button/public-api.mjs +3 -0
  48. package/esm2022/components/form/checkbox/checkbox.component.mjs +6 -3
  49. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +6 -3
  50. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
  51. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  52. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +3 -3
  53. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +6 -3
  54. package/esm2022/components/link/link.component.mjs +15 -3
  55. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +10 -23
  56. package/esm2022/components/mobile/menu/public-api.mjs +1 -2
  57. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +7 -4
  58. package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +5 -0
  59. package/esm2022/components/puff-list/public-api.mjs +5 -0
  60. package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +12 -0
  61. package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +45 -0
  62. package/esm2022/components/puff-list/puff-list.component.mjs +12 -0
  63. package/esm2022/components/puff-list/puff-list.module.mjs +20 -0
  64. package/esm2022/components/tag/tag.component.mjs +6 -9
  65. package/fesm2022/inera-ids-angular-components-accordion.mjs +65 -0
  66. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -0
  67. package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
  68. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
  69. package/fesm2022/inera-ids-angular-components-box-link.mjs +34 -0
  70. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -0
  71. package/fesm2022/inera-ids-angular-components-button.mjs +2 -5
  72. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  73. package/fesm2022/inera-ids-angular-components-dialog.mjs +3 -3
  74. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  75. package/fesm2022/inera-ids-angular-components-dropdown.mjs +3 -3
  76. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  77. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +37 -0
  78. package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -0
  79. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +5 -2
  80. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  81. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +5 -2
  82. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  83. package/fesm2022/inera-ids-angular-components-header-1177.mjs +3 -3
  84. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  85. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +7 -4
  86. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  87. package/fesm2022/inera-ids-angular-components-link.mjs +14 -2
  88. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  89. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +5 -38
  90. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  91. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +6 -3
  92. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
  93. package/fesm2022/inera-ids-angular-components-puff-list.mjs +87 -0
  94. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -0
  95. package/fesm2022/inera-ids-angular-components-tag.mjs +4 -7
  96. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  97. package/package.json +138 -138
  98. package/components/expandable/expandable.component.d.ts +0 -16
  99. package/components/expandable/expandable.module.d.ts +0 -8
  100. package/components/expandable/public-api.d.ts +0 -2
  101. package/components/footer/footer.component.d.ts +0 -15
  102. package/components/footer/footer.module.d.ts +0 -9
  103. package/components/footer/public-api.d.ts +0 -2
  104. package/components/header/avatar/header-avatar.component.d.ts +0 -16
  105. package/components/header/header.component.d.ts +0 -18
  106. package/components/header/header.module.d.ts +0 -15
  107. package/components/header/item/header-item.component.d.ts +0 -8
  108. package/components/header/mobile-item/header-mobile-item.component.d.ts +0 -6
  109. package/components/header/mobile-menu/header-mobile-menu.component.d.ts +0 -15
  110. package/components/header/navigation/header-navigation.component.d.ts +0 -7
  111. package/components/header/navigation-item/header-navigation-item.component.d.ts +0 -10
  112. package/components/header/public-api.d.ts +0 -8
  113. package/components/list/item/info/list-item-info.component.d.ts +0 -6
  114. package/components/list/item/list-item.component.d.ts +0 -17
  115. package/components/list/list.component.d.ts +0 -6
  116. package/components/list/list.module.d.ts +0 -10
  117. package/components/list/public-api.d.ts +0 -4
  118. package/components/mobile/menu/avatar/mobile-menu-avatar.component.d.ts +0 -9
  119. package/esm2022/components/expandable/expandable.component.mjs +0 -43
  120. package/esm2022/components/expandable/expandable.module.mjs +0 -22
  121. package/esm2022/components/expandable/inera-ids-angular-components-expandable.mjs +0 -5
  122. package/esm2022/components/expandable/public-api.mjs +0 -3
  123. package/esm2022/components/footer/footer.component.mjs +0 -40
  124. package/esm2022/components/footer/footer.module.mjs +0 -24
  125. package/esm2022/components/footer/inera-ids-angular-components-footer.mjs +0 -5
  126. package/esm2022/components/footer/public-api.mjs +0 -3
  127. package/esm2022/components/header/avatar/header-avatar.component.mjs +0 -45
  128. package/esm2022/components/header/header.component.mjs +0 -47
  129. package/esm2022/components/header/header.module.mjs +0 -54
  130. package/esm2022/components/header/inera-ids-angular-components-header.mjs +0 -5
  131. package/esm2022/components/header/item/header-item.component.mjs +0 -20
  132. package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +0 -14
  133. package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +0 -42
  134. package/esm2022/components/header/navigation/header-navigation.component.mjs +0 -17
  135. package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +0 -26
  136. package/esm2022/components/header/public-api.mjs +0 -9
  137. package/esm2022/components/list/inera-ids-angular-components-list.mjs +0 -5
  138. package/esm2022/components/list/item/info/list-item-info.component.mjs +0 -12
  139. package/esm2022/components/list/item/list-item.component.mjs +0 -45
  140. package/esm2022/components/list/list.component.mjs +0 -12
  141. package/esm2022/components/list/list.module.mjs +0 -32
  142. package/esm2022/components/list/public-api.mjs +0 -5
  143. package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +0 -23
  144. package/fesm2022/inera-ids-angular-components-expandable.mjs +0 -69
  145. package/fesm2022/inera-ids-angular-components-expandable.mjs.map +0 -1
  146. package/fesm2022/inera-ids-angular-components-footer.mjs +0 -68
  147. package/fesm2022/inera-ids-angular-components-footer.mjs.map +0 -1
  148. package/fesm2022/inera-ids-angular-components-header.mjs +0 -251
  149. package/fesm2022/inera-ids-angular-components-header.mjs.map +0 -1
  150. package/fesm2022/inera-ids-angular-components-list.mjs +0 -99
  151. package/fesm2022/inera-ids-angular-components-list.mjs.map +0 -1
@@ -0,0 +1,16 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDAccordionComponent {
4
+ constructor();
5
+ lean: boolean;
6
+ headlinesize: "xs" | "s" | "m";
7
+ expanded: boolean;
8
+ level: number;
9
+ onClosed: EventEmitter<Event>;
10
+ onExpanded: EventEmitter<Event>;
11
+ expandedChange: EventEmitter<boolean>;
12
+ hasClosed(event: Event): void;
13
+ hasExpanded(event: Event): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDAccordionComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDAccordionComponent, "id-accordion", never, { "lean": { "alias": "lean"; "required": false; }; "headlinesize": { "alias": "headlinesize"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, { "onClosed": "onClosed"; "onExpanded": "onExpanded"; "expandedChange": "expandedChange"; }, never, ["*"], false, never>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import "@inera/ids-core/components/accordion/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./accordion.component";
4
+ export declare class IDAccordionModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDAccordionModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDAccordionModule, [typeof i1.IDAccordionComponent], never, [typeof i1.IDAccordionComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDAccordionModule>;
8
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@inera/ids-angular/components/header" />
4
+ /// <amd-module name="@inera/ids-angular/components/accordion" />
5
5
  export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export { IDAccordionComponent } from './accordion.component';
2
+ export { IDAccordionModule } from './accordion.module';
@@ -1,8 +1,8 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDAlertGlobalComponent {
4
4
  constructor();
5
- expanded: boolean;
5
+ collapsed: boolean;
6
6
  headline: string;
7
7
  hidemobileicon: boolean;
8
8
  showtext: string;
@@ -10,5 +10,5 @@ export declare class IDAlertGlobalComponent {
10
10
  norole: boolean;
11
11
  onDidToggleExpansion: EventEmitter<boolean>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertGlobalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "expanded": { "alias": "expanded"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "hidemobileicon": { "alias": "hidemobileicon"; "required": false; }; "showtext": { "alias": "showtext"; "required": false; }; "hidetext": { "alias": "hidetext"; "required": false; }; "norole": { "alias": "norole"; "required": false; }; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "collapsed": { "alias": "collapsed"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "hidemobileicon": { "alias": "hidemobileicon"; "required": false; }; "showtext": { "alias": "showtext"; "required": false; }; "hidetext": { "alias": "hidetext"; "required": false; }; "norole": { "alias": "norole"; "required": false; }; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"], false, never>;
14
14
  }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDBoxLinkComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDBoxLinkComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDBoxLinkComponent, "id-box-link", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import "@inera/ids-core/components/box-link/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./box-link.component";
4
+ export declare class IDBoxLinkModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDBoxLinkModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDBoxLinkModule, [typeof i1.IDBoxLinkComponent], never, [typeof i1.IDBoxLinkComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDBoxLinkModule>;
8
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@inera/ids-angular/components/footer" />
4
+ /// <amd-module name="@inera/ids-angular/components/box-link" />
5
5
  export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export { IDBoxLinkComponent } from "./box-link.component";
2
+ export { IDBoxLinkModule } from "./box-link.module";
@@ -13,7 +13,6 @@ export declare class IDButtonComponent {
13
13
  active: boolean;
14
14
  submit: boolean;
15
15
  loading: boolean;
16
- search: boolean;
17
16
  size: "s" | "m" | "l";
18
17
  disabled: boolean;
19
18
  type: string | undefined;
@@ -22,5 +21,5 @@ export declare class IDButtonComponent {
22
21
  srlabel: string;
23
22
  onClicked: EventEmitter<Event>;
24
23
  static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": { "alias": "secondary"; "required": false; }; "fab": { "alias": "fab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tertiary": { "alias": "tertiary"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "block": { "alias": "block"; "required": false; }; "sblock": { "alias": "sblock"; "required": false; }; "mblock": { "alias": "mblock"; "required": false; }; "active": { "alias": "active"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "search": { "alias": "search"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "srlabel": { "alias": "srlabel"; "required": false; }; }, { "onClicked": "onClicked"; }, never, ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": { "alias": "secondary"; "required": false; }; "fab": { "alias": "fab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tertiary": { "alias": "tertiary"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "block": { "alias": "block"; "required": false; }; "sblock": { "alias": "sblock"; "required": false; }; "mblock": { "alias": "mblock"; "required": false; }; "active": { "alias": "active"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "srlabel": { "alias": "srlabel"; "required": false; }; }, { "onClicked": "onClicked"; }, never, ["*"], false, never>;
26
25
  }
@@ -15,7 +15,7 @@ export declare class IDDialogComponent {
15
15
  onOpen: EventEmitter<Event>;
16
16
  showChange: EventEmitter<boolean>;
17
17
  hasClosed(event: Event): void;
18
- hasOpen(event: Event): void;
18
+ hasOpened(event: Event): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "nofocustrap": { "alias": "nofocustrap"; "required": false; }; "keepscrollbar": { "alias": "keepscrollbar"; "required": false; }; "nooverlay": { "alias": "nooverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, never, ["*"], false, never>;
21
21
  }
@@ -13,7 +13,7 @@ export declare class IDDropdownComponent {
13
13
  onOpen: EventEmitter<Event>;
14
14
  showChange: EventEmitter<boolean>;
15
15
  hasClosed(event: Event): void;
16
- hasOpen(event: Event): void;
16
+ hasOpened(event: Event): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownComponent, never>;
18
18
  static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownComponent, "id-dropdown", never, { "sblock": { "alias": "sblock"; "required": false; }; "mlock": { "alias": "mlock"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, ["dropdownContent"], ["*"], true, never>;
19
19
  }
@@ -0,0 +1,7 @@
1
+ import { IDFormBase } from "@inera/ids-angular/common";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDCheckButtonComponent extends IDFormBase {
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckButtonComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckButtonComponent, "id-check-button", never, {}, {}, never, ["*"], false, never>;
7
+ }
@@ -0,0 +1,8 @@
1
+ import "@inera/ids-core/components/form/check-button/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./check-button.component";
4
+ export declare class IDCheckButtonModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckButtonModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckButtonModule, [typeof i1.IDCheckButtonComponent], never, [typeof i1.IDCheckButtonComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckButtonModule>;
8
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@inera/ids-angular/components/expandable" />
4
+ /// <amd-module name="@inera/ids-angular/components/form/check-button" />
5
5
  export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export { IDCheckButtonComponent } from "./check-button.component";
2
+ export { IDCheckButtonModule } from "./check-button.module";
@@ -3,8 +3,9 @@ import * as i0 from "@angular/core";
3
3
  export declare class IDCheckboxComponent extends IDFormBase {
4
4
  nolabel: boolean | undefined;
5
5
  compact: boolean | undefined;
6
+ indeterminate: boolean | undefined;
6
7
  block: boolean | undefined;
7
8
  constructor();
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
10
11
  }
@@ -3,11 +3,12 @@ import * as i0 from "@angular/core";
3
3
  export declare class IDSelectMultipleComponent extends IDFormBase {
4
4
  labeltext: string | undefined;
5
5
  disabled: boolean;
6
+ ariadisabled: boolean;
6
7
  errormessage: string | undefined;
7
8
  maxheight: string | undefined;
8
9
  placeholder: string;
9
10
  selectedlabel: string;
10
11
  multiselectedlabel: string;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "labeltext": { "alias": "labeltext"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errormessage": { "alias": "errormessage"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "selectedlabel": { "alias": "selectedlabel"; "required": false; }; "multiselectedlabel": { "alias": "multiselectedlabel"; "required": false; }; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "labeltext": { "alias": "labeltext"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariadisabled": { "alias": "ariadisabled"; "required": false; }; "errormessage": { "alias": "errormessage"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "selectedlabel": { "alias": "selectedlabel"; "required": false; }; "multiselectedlabel": { "alias": "multiselectedlabel"; "required": false; }; }, {}, never, ["*"], false, never>;
13
14
  }
@@ -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 IDHeader1177NavItemMobileComponent {
4
4
  template: TemplateRef<any>;
@@ -2,7 +2,8 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeaderIneraAdminItemComponent {
4
4
  mobile: boolean;
5
+ separatorleft: boolean;
5
6
  template: TemplateRef<any>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminItemComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminItemComponent, "id-header-inera-admin-item", never, { "mobile": { "alias": "mobile"; "required": false; }; }, {}, never, ["*"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminItemComponent, "id-header-inera-admin-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "separatorleft": { "alias": "separatorleft"; "required": false; }; }, {}, never, ["*"], true, never>;
8
9
  }
@@ -3,11 +3,15 @@ export declare class IDLinkComponent {
3
3
  constructor();
4
4
  active: boolean;
5
5
  colorpreset: number;
6
+ starticon: string;
7
+ endicon: string;
6
8
  light: boolean;
7
9
  block: boolean;
10
+ small: boolean;
11
+ large: boolean;
8
12
  activeicon: boolean;
9
13
  underlined: boolean;
10
14
  slot: string | null;
11
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "active": { "alias": "active"; "required": false; }; "colorpreset": { "alias": "colorpreset"; "required": false; }; "light": { "alias": "light"; "required": false; }; "block": { "alias": "block"; "required": false; }; "activeicon": { "alias": "activeicon"; "required": false; }; "underlined": { "alias": "underlined"; "required": false; }; "slot": { "alias": "slot"; "required": false; }; }, {}, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "active": { "alias": "active"; "required": false; }; "colorpreset": { "alias": "colorpreset"; "required": false; }; "starticon": { "alias": "starticon"; "required": false; }; "endicon": { "alias": "endicon"; "required": false; }; "light": { "alias": "light"; "required": false; }; "block": { "alias": "block"; "required": false; }; "small": { "alias": "small"; "required": false; }; "large": { "alias": "large"; "required": false; }; "activeicon": { "alias": "activeicon"; "required": false; }; "underlined": { "alias": "underlined"; "required": false; }; "slot": { "alias": "slot"; "required": false; }; }, {}, never, ["*"], false, never>;
13
17
  }
@@ -1,11 +1,10 @@
1
- import '@inera/ids-core/components/mobile/menu/register';
1
+ import "@inera/ids-core/components/mobile/menu/register";
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./mobile-menu.component";
4
4
  import * as i2 from "./item/mobile-menu-item.component";
5
- import * as i3 from "./avatar/mobile-menu-avatar.component";
6
- import * as i4 from "@angular/common";
5
+ import * as i3 from "@angular/common";
7
6
  export declare class IDMobileMenuModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDMobileMenuModule, [typeof i1.IDMobileMenuComponent, typeof i2.IDMobileMenuItemComponent, typeof i3.IDMobileMenuAvatarComponent], [typeof i4.CommonModule], [typeof i1.IDMobileMenuComponent, typeof i2.IDMobileMenuItemComponent, typeof i3.IDMobileMenuAvatarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDMobileMenuModule, [typeof i1.IDMobileMenuComponent, typeof i2.IDMobileMenuItemComponent], [typeof i3.CommonModule], [typeof i1.IDMobileMenuComponent, typeof i2.IDMobileMenuItemComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IDMobileMenuModule>;
11
10
  }
@@ -1,4 +1,3 @@
1
1
  export { IDMobileMenuComponent } from './mobile-menu.component';
2
2
  export { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
3
- export { IDMobileMenuAvatarComponent } from './avatar/mobile-menu-avatar.component';
4
3
  export { IDMobileMenuModule } from './mobile-menu.module';
@@ -2,6 +2,7 @@ import { EventEmitter } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDListPaginationComponent {
4
4
  constructor();
5
+ showing: string;
5
6
  from: number;
6
7
  to: number;
7
8
  of: string;
@@ -19,5 +20,5 @@ export declare class IDListPaginationComponent {
19
20
  prevPage(event: Event): void;
20
21
  nextPage(event: Event): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDListPaginationComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<IDListPaginationComponent, "id-list-pagination", never, { "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "of": { "alias": "of"; "required": false; }; "total": { "alias": "total"; "required": false; }; "current": { "alias": "current"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "srcurrentpage": { "alias": "srcurrentpage"; "required": false; }; "srgotopage": { "alias": "srgotopage"; "required": false; }; "srprevious": { "alias": "srprevious"; "required": false; }; "srnext": { "alias": "srnext"; "required": false; }; }, { "onChangepage": "onChangepage"; "onPrevpage": "onPrevpage"; "onNextpage": "onNextpage"; }, never, ["*"], false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDListPaginationComponent, "id-list-pagination", never, { "showing": { "alias": "showing"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "of": { "alias": "of"; "required": false; }; "total": { "alias": "total"; "required": false; }; "current": { "alias": "current"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "srcurrentpage": { "alias": "srcurrentpage"; "required": false; }; "srgotopage": { "alias": "srgotopage"; "required": false; }; "srprevious": { "alias": "srprevious"; "required": false; }; "srnext": { "alias": "srnext"; "required": false; }; }, { "onChangepage": "onChangepage"; "onPrevpage": "onPrevpage"; "onNextpage": "onNextpage"; }, never, ["*"], false, never>;
23
24
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@inera/ids-angular/components/list" />
4
+ /// <amd-module name="@inera/ids-angular/components/puff-list" />
5
5
  export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export { IDPuffListComponent } from "./puff-list.component";
2
+ export { IDPuffListItemComponent } from "./puff-item/puff-list-item.component";
3
+ export { IDPuffListItemInfoComponent } from "./puff-item/puff-info/puff-list-item-info.component";
4
+ export { IDPuffListModule } from "./puff-list.module";
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDPuffListItemInfoComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemInfoComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemInfoComponent, "id-puff-list-item-info", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDPuffListItemComponent {
3
+ headline: string;
4
+ date: Date | null;
5
+ year: string | null;
6
+ month: string | null;
7
+ monthlabel: string | null;
8
+ day: string | null;
9
+ showdatelabel: boolean;
10
+ time: string;
11
+ showtime: boolean;
12
+ interactive: boolean;
13
+ nocontent: boolean;
14
+ constructor();
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemComponent, "id-puff-list-item", never, { "headline": { "alias": "headline"; "required": false; }; "date": { "alias": "date"; "required": false; }; "year": { "alias": "year"; "required": false; }; "month": { "alias": "month"; "required": false; }; "monthlabel": { "alias": "monthlabel"; "required": false; }; "day": { "alias": "day"; "required": false; }; "showdatelabel": { "alias": "showdatelabel"; "required": false; }; "time": { "alias": "time"; "required": false; }; "showtime": { "alias": "showtime"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "nocontent": { "alias": "nocontent"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDPuffListComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListComponent, "id-puff-list", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -0,0 +1,10 @@
1
+ import "@inera/ids-core/components/puff-list/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./puff-list.component";
4
+ import * as i2 from "./puff-item/puff-list-item.component";
5
+ import * as i3 from "./puff-item/puff-info/puff-list-item-info.component";
6
+ export declare class IDPuffListModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDPuffListModule, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent], never, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDPuffListModule>;
10
+ }
@@ -1,12 +1,11 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDTagComponent {
4
- clickable: boolean;
5
4
  closeable: boolean;
6
5
  srcloselabel: string;
7
6
  onClicked: EventEmitter<boolean>;
8
7
  onClosed: EventEmitter<boolean>;
9
8
  constructor();
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDTagComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "clickable": { "alias": "clickable"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "srcloselabel": { "alias": "srcloselabel"; "required": false; }; }, { "onClicked": "onClicked"; "onClosed": "onClosed"; }, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "closeable": { "alias": "closeable"; "required": false; }; "srcloselabel": { "alias": "srcloselabel"; "required": false; }; }, { "onClicked": "onClicked"; "onClosed": "onClosed"; }, never, ["*"], false, never>;
12
11
  }
@@ -0,0 +1,43 @@
1
+ import { Component, EventEmitter, Input, Output, ViewEncapsulation } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export class IDAccordionComponent {
4
+ constructor() { }
5
+ lean = false;
6
+ headlinesize = "m";
7
+ expanded = false;
8
+ level = 1;
9
+ onClosed = new EventEmitter();
10
+ onExpanded = new EventEmitter();
11
+ expandedChange = new EventEmitter();
12
+ hasClosed(event) {
13
+ this.expanded = false;
14
+ this.onClosed.emit(event);
15
+ this.expandedChange.emit(this.expanded);
16
+ }
17
+ hasExpanded(event) {
18
+ this.expanded = true;
19
+ this.onExpanded.emit(event);
20
+ this.expandedChange.emit(this.expanded);
21
+ }
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAccordionComponent, selector: "id-accordion", inputs: { lean: "lean", headlinesize: "headlinesize", expanded: "expanded", level: "level" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-accordion \r\n [attr.lean]=\"lean ? true : null\"\r\n [expanded]=\"expanded ? true : null\"\r\n [headlinesize]=\"headlinesize\"\r\n [level]=\"level\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-accordion>", encapsulation: i0.ViewEncapsulation.None });
24
+ }
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionComponent, decorators: [{
26
+ type: Component,
27
+ args: [{ selector: "id-accordion", encapsulation: ViewEncapsulation.None, template: "<ids-accordion \r\n [attr.lean]=\"lean ? true : null\"\r\n [expanded]=\"expanded ? true : null\"\r\n [headlinesize]=\"headlinesize\"\r\n [level]=\"level\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-accordion>" }]
28
+ }], ctorParameters: () => [], propDecorators: { lean: [{
29
+ type: Input
30
+ }], headlinesize: [{
31
+ type: Input
32
+ }], expanded: [{
33
+ type: Input
34
+ }], level: [{
35
+ type: Input
36
+ }], onClosed: [{
37
+ type: Output
38
+ }], onExpanded: [{
39
+ type: Output
40
+ }], expandedChange: [{
41
+ type: Output
42
+ }] } });
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUYsTUFBTSxPQUFPLG9CQUFvQjtJQUMvQixnQkFBZSxDQUFDO0lBR2hCLElBQUksR0FBWSxLQUFLLENBQUM7SUFHdEIsWUFBWSxHQUFxQixHQUFHLENBQUM7SUFHckMsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUcxQixLQUFLLEdBQVcsQ0FBQyxDQUFDO0lBR2xCLFFBQVEsR0FBd0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUduRCxVQUFVLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHckQsY0FBYyxHQUEwQixJQUFJLFlBQVksRUFBVyxDQUFDO0lBRXBFLFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzFCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBQ0QsV0FBVyxDQUFDLEtBQVk7UUFDdEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDckIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzFDLENBQUM7d0dBakNVLG9CQUFvQjs0RkFBcEIsb0JBQW9CLGlQQ1BqQyxnU0FRZ0I7OzRGRERILG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxjQUFjLGlCQUVULGlCQUFpQixDQUFDLElBQUk7d0RBTXJDLElBQUk7c0JBREgsS0FBSztnQkFJTixZQUFZO3NCQURYLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLEtBQUs7c0JBREosS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBSVAsVUFBVTtzQkFEVCxNQUFNO2dCQUlQLGNBQWM7c0JBRGIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1hY2NvcmRpb25cIixcclxuICB0ZW1wbGF0ZVVybDogXCIuL2FjY29yZGlvbi5jb21wb25lbnQuaHRtbFwiLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIElEQWNjb3JkaW9uQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbGVhbjogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhlYWRsaW5lc2l6ZTogXCJ4c1wiIHwgXCJzXCIgfCBcIm1cIiA9IFwibVwiO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbGV2ZWw6IG51bWJlciA9IDE7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ2xvc2VkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbkV4cGFuZGVkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBleHBhbmRlZENoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBoYXNDbG9zZWQoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLmV4cGFuZGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoZXZlbnQpO1xyXG4gICAgdGhpcy5leHBhbmRlZENoYW5nZS5lbWl0KHRoaXMuZXhwYW5kZWQpO1xyXG4gIH1cclxuICBoYXNFeHBhbmRlZChldmVudDogRXZlbnQpIHtcclxuICAgIHRoaXMuZXhwYW5kZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5vbkV4cGFuZGVkLmVtaXQoZXZlbnQpO1xyXG4gICAgdGhpcy5leHBhbmRlZENoYW5nZS5lbWl0KHRoaXMuZXhwYW5kZWQpO1xyXG4gIH1cclxufVxyXG4iLCI8aWRzLWFjY29yZGlvbiBcclxuICBbYXR0ci5sZWFuXT1cImxlYW4gPyB0cnVlIDogbnVsbFwiXHJcbiAgW2V4cGFuZGVkXT1cImV4cGFuZGVkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtoZWFkbGluZXNpemVdPVwiaGVhZGxpbmVzaXplXCJcclxuICBbbGV2ZWxdPVwibGV2ZWxcIlxyXG4gIChjbG9zZWQpPVwiaGFzQ2xvc2VkKCRldmVudClcIlxyXG4gIChleHBhbmRlZCk9XCJoYXNFeHBhbmRlZCgkZXZlbnQpXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1hY2NvcmRpb24+Il19
@@ -0,0 +1,18 @@
1
+ import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
2
+ import { IDAccordionComponent } from "./accordion.component";
3
+ import "@inera/ids-core/components/accordion/register";
4
+ import * as i0 from "@angular/core";
5
+ export class IDAccordionModule {
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionModule, declarations: [IDAccordionComponent], exports: [IDAccordionComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionModule });
9
+ }
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAccordionModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ declarations: [IDAccordionComponent],
14
+ exports: [IDAccordionComponent],
15
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
16
+ }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLCtDQUErQyxDQUFDOztBQU92RCxNQUFNLE9BQU8saUJBQWlCO3dHQUFqQixpQkFBaUI7eUdBQWpCLGlCQUFpQixpQkFKYixvQkFBb0IsYUFDekIsb0JBQW9CO3lHQUduQixpQkFBaUI7OzRGQUFqQixpQkFBaUI7a0JBTDdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsb0JBQW9CLENBQUM7b0JBQ3BDLE9BQU8sRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUMvQixPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IElEQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSBcIi4vYWNjb3JkaW9uLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgXCJAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9hY2NvcmRpb24vcmVnaXN0ZXJcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbSURBY2NvcmRpb25Db21wb25lbnRdLFxyXG4gIGV4cG9ydHM6IFtJREFjY29yZGlvbkNvbXBvbmVudF0sXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREFjY29yZGlvbk1vZHVsZSB7fVxyXG4iXX0=
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1hY2NvcmRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FjY29yZGlvbi9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLWFjY29yZGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -0,0 +1,3 @@
1
+ export { IDAccordionComponent } from './accordion.component';
2
+ export { IDAccordionModule } from './accordion.module';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWNjb3JkaW9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0JBQW9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4vYWNjb3JkaW9uLmNvbXBvbmVudCc7XHJcbmV4cG9ydCB7IElEQWNjb3JkaW9uTW9kdWxlIH0gZnJvbSAnLi9hY2NvcmRpb24ubW9kdWxlJzsiXX0=
@@ -1,21 +1,21 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
1
+ import { Component, EventEmitter, Input, Output } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export class IDAlertGlobalComponent {
4
4
  constructor() { }
5
- expanded = true;
6
- headline = '';
5
+ collapsed = true;
6
+ headline = "";
7
7
  hidemobileicon = false;
8
- showtext = 'Visa mer';
9
- hidetext = 'Visa mindre';
8
+ showtext = "Visa mer";
9
+ hidetext = "Visa mindre";
10
10
  norole = false;
11
11
  onDidToggleExpansion = new EventEmitter();
12
12
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", hidemobileicon: "hidemobileicon", showtext: "showtext", hidetext: "hidetext", norole: "norole" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [collapsed]=\"expanded ? null : true\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { collapsed: "collapsed", headline: "headline", hidemobileicon: "hidemobileicon", showtext: "showtext", hidetext: "hidetext", norole: "norole" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [collapsed]=\"collapsed ? true : null\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] });
14
14
  }
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalComponent, decorators: [{
16
16
  type: Component,
17
- args: [{ selector: 'id-alert-global', template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [collapsed]=\"expanded ? null : true\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] }]
18
- }], ctorParameters: () => [], propDecorators: { expanded: [{
17
+ args: [{ selector: "id-alert-global", template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [collapsed]=\"collapsed ? true : null\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] }]
18
+ }], ctorParameters: () => [], propDecorators: { collapsed: [{
19
19
  type: Input
20
20
  }], headline: [{
21
21
  type: Input
@@ -30,4 +30,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
30
30
  }], onDidToggleExpansion: [{
31
31
  type: Output
32
32
  }] } });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtZ2xvYmFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWxlcnQtZ2xvYmFsL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0LWdsb2JhbC9hbGVydC1nbG9iYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUVqQyxnQkFBZ0IsQ0FBQztJQUdqQixRQUFRLEdBQVksSUFBSSxDQUFDO0lBR3pCLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsY0FBYyxHQUFZLEtBQUssQ0FBQztJQUdoQyxRQUFRLEdBQVcsVUFBVSxDQUFDO0lBRzlCLFFBQVEsR0FBVyxhQUFhLENBQUM7SUFHakMsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUd4QixvQkFBb0IsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQzt3R0F2QnRELHNCQUFzQjs0RkFBdEIsc0JBQXNCLDBRQ1BuQyxpV0FTbUI7OzRGREZOLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUI7d0RBUzNCLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sY0FBYztzQkFEYixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLG9CQUFvQjtzQkFEbkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWFsZXJ0LWdsb2JhbCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydEdsb2JhbENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSB0cnVlO1xyXG4gIFxyXG4gIEBJbnB1dCgpXHJcbiAgaGVhZGxpbmU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhpZGVtb2JpbGVpY29uOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc2hvd3RleHQ6IHN0cmluZyA9ICdWaXNhIG1lcic7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgaGlkZXRleHQ6IHN0cmluZyA9ICdWaXNhIG1pbmRyZSc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbm9yb2xlOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uRGlkVG9nZ2xlRXhwYW5zaW9uOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG59XHJcbiIsIjxpZHMtYWxlcnQtZ2xvYmFsIFxyXG4gIFtoZWFkbGluZV09XCJoZWFkbGluZVwiXHJcbiAgW3Nob3d0ZXh0XT1cInNob3d0ZXh0XCJcclxuICBbaGlkZXRleHRdPVwiaGlkZXRleHRcIlxyXG4gIFtjb2xsYXBzZWRdPVwiZXhwYW5kZWQgPyBudWxsIDogdHJ1ZVwiXHJcbiAgW2F0dHIubm9yb2xlXT1cIm5vcm9sZSA/IHRydWUgOiBudWxsXCJcclxuICBbaGlkZW1vYmlsZWljb25dPVwiaGlkZW1vYmlsZWljb25cIlxyXG4gIChkaWRUb2dnbGVFeHBhbnNpb24pPVwib25EaWRUb2dnbGVFeHBhbnNpb24uZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtYWxlcnQtZ2xvYmFsPiJdfQ==
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtZ2xvYmFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWxlcnQtZ2xvYmFsL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0LWdsb2JhbC9hbGVydC1nbG9iYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUNqQyxnQkFBZSxDQUFDO0lBR2hCLFNBQVMsR0FBWSxJQUFJLENBQUM7SUFHMUIsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUd0QixjQUFjLEdBQVksS0FBSyxDQUFDO0lBR2hDLFFBQVEsR0FBVyxVQUFVLENBQUM7SUFHOUIsUUFBUSxHQUFXLGFBQWEsQ0FBQztJQUdqQyxNQUFNLEdBQVksS0FBSyxDQUFDO0lBR3hCLG9CQUFvQixHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO3dHQXRCdEQsc0JBQXNCOzRGQUF0QixzQkFBc0IsNFFDUG5DLGtXQVNtQjs7NEZERk4sc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjt3REFRM0IsU0FBUztzQkFEUixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixjQUFjO3NCQURiLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sb0JBQW9CO3NCQURuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiaWQtYWxlcnQtZ2xvYmFsXCIsXHJcbiAgdGVtcGxhdGVVcmw6IFwiLi9hbGVydC1nbG9iYWwuY29tcG9uZW50Lmh0bWxcIixcclxuICBzdHlsZXM6IFtcIjpob3N0IHsgZGlzcGxheTogYmxvY2s7IH1cIl1cclxufSlcclxuZXhwb3J0IGNsYXNzIElEQWxlcnRHbG9iYWxDb21wb25lbnQge1xyXG4gIGNvbnN0cnVjdG9yKCkge31cclxuXHJcbiAgQElucHV0KClcclxuICBjb2xsYXBzZWQ6IGJvb2xlYW4gPSB0cnVlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhlYWRsaW5lOiBzdHJpbmcgPSBcIlwiO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhpZGVtb2JpbGVpY29uOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc2hvd3RleHQ6IHN0cmluZyA9IFwiVmlzYSBtZXJcIjtcclxuXHJcbiAgQElucHV0KClcclxuICBoaWRldGV4dDogc3RyaW5nID0gXCJWaXNhIG1pbmRyZVwiO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIG5vcm9sZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbkRpZFRvZ2dsZUV4cGFuc2lvbjogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG59XHJcbiIsIjxpZHMtYWxlcnQtZ2xvYmFsIFxyXG4gIFtoZWFkbGluZV09XCJoZWFkbGluZVwiXHJcbiAgW3Nob3d0ZXh0XT1cInNob3d0ZXh0XCJcclxuICBbaGlkZXRleHRdPVwiaGlkZXRleHRcIlxyXG4gIFtjb2xsYXBzZWRdPVwiY29sbGFwc2VkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLm5vcm9sZV09XCJub3JvbGUgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2hpZGVtb2JpbGVpY29uXT1cImhpZGVtb2JpbGVpY29uXCJcclxuICAoZGlkVG9nZ2xlRXhwYW5zaW9uKT1cIm9uRGlkVG9nZ2xlRXhwYW5zaW9uLmVtaXQodHJ1ZSlcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWFsZXJ0LWdsb2JhbD4iXX0=
@@ -0,0 +1,12 @@
1
+ import { Component } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export class IDBoxLinkComponent {
4
+ constructor() { }
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDBoxLinkComponent, selector: "id-box-link", ngImport: i0, template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" });
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: "id-box-link", template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" }]
11
+ }], ctorParameters: () => [] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm94LWxpbmsuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9ib3gtbGluay9ib3gtbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2JveC1saW5rL2JveC1saW5rLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVMsTUFBTSxlQUFlLENBQUM7O0FBTWpELE1BQU0sT0FBTyxrQkFBa0I7SUFDN0IsZ0JBQWUsQ0FBQzt3R0FETCxrQkFBa0I7NEZBQWxCLGtCQUFrQixtRENOL0Isc0VBR0E7OzRGREdhLGtCQUFrQjtrQkFKOUIsU0FBUzsrQkFDRSxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1ib3gtbGlua1wiLFxyXG4gIHRlbXBsYXRlVXJsOiBcIi4vYm94LWxpbmsuY29tcG9uZW50Lmh0bWxcIlxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURCb3hMaW5rQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcbn1cclxuIiwiPGlkcy1ib3gtbGluaz5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWJveC1saW5rPlxyXG4iXX0=
@@ -0,0 +1,18 @@
1
+ import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
2
+ import { IDBoxLinkComponent } from "./box-link.component";
3
+ import "@inera/ids-core/components/box-link/register";
4
+ import * as i0 from "@angular/core";
5
+ export class IDBoxLinkModule {
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, declarations: [IDBoxLinkComponent], exports: [IDBoxLinkComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule });
9
+ }
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ declarations: [IDBoxLinkComponent],
14
+ exports: [IDBoxLinkComponent],
15
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
16
+ }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm94LWxpbmsubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9ib3gtbGluay9ib3gtbGluay5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMxRCxPQUFPLDhDQUE4QyxDQUFDOztBQU90RCxNQUFNLE9BQU8sZUFBZTt3R0FBZixlQUFlO3lHQUFmLGVBQWUsaUJBSlgsa0JBQWtCLGFBQ3ZCLGtCQUFrQjt5R0FHakIsZUFBZTs7NEZBQWYsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUM7b0JBQzdCLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgSURCb3hMaW5rQ29tcG9uZW50IH0gZnJvbSBcIi4vYm94LWxpbmsuY29tcG9uZW50XCI7XHJcbmltcG9ydCBcIkBpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2JveC1saW5rL3JlZ2lzdGVyXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0lEQm94TGlua0NvbXBvbmVudF0sXHJcbiAgZXhwb3J0czogW0lEQm94TGlua0NvbXBvbmVudF0sXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJveExpbmtNb2R1bGUge31cclxuIl19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1ib3gtbGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYm94LWxpbmsvaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1ib3gtbGluay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -0,0 +1,3 @@
1
+ export { IDBoxLinkComponent } from "./box-link.component";
2
+ export { IDBoxLinkModule } from "./box-link.module";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYm94LWxpbmsvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREJveExpbmtDb21wb25lbnQgfSBmcm9tIFwiLi9ib3gtbGluay5jb21wb25lbnRcIjtcclxuZXhwb3J0IHsgSURCb3hMaW5rTW9kdWxlIH0gZnJvbSBcIi4vYm94LWxpbmsubW9kdWxlXCI7XHJcbiJdfQ==