@inera/ids-angular 6.2.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/components/card/card.component.d.ts +3 -2
  2. package/components/dropdown/dropdown-content.component.d.ts +1 -3
  3. package/components/dropdown/dropdown.component.d.ts +2 -2
  4. package/components/form/radio-button/index.d.ts +5 -0
  5. package/components/form/radio-button/public-api.d.ts +3 -0
  6. package/components/form/radio-button/radio-button-group.component.d.ts +8 -0
  7. package/components/form/radio-button/radio-button.component.d.ts +7 -0
  8. package/components/form/radio-button/radio-button.module.d.ts +10 -0
  9. package/components/form/select/select.component.d.ts +2 -3
  10. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
  11. package/components/header-1177/header-1177.component.d.ts +9 -7
  12. package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +7 -0
  13. package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -6
  14. package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +2 -1
  15. package/components/header-1177/public-api.d.ts +7 -7
  16. package/components/header-1177-admin/header-1177-admin.component.d.ts +6 -7
  17. package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +3 -2
  18. package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -4
  19. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +2 -1
  20. package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +2 -1
  21. package/components/header-inera/item/header-inera-item.component.d.ts +2 -1
  22. package/components/header-patient/header-patient.component.d.ts +11 -0
  23. package/components/header-patient/header-patient.module.d.ts +8 -0
  24. package/components/header-patient/index.d.ts +5 -0
  25. package/components/header-patient/public-api.d.ts +2 -0
  26. package/components/link/link.component.d.ts +1 -3
  27. package/components/notification/badge/notification-badge.component.d.ts +2 -2
  28. package/components/popover/popover.component.d.ts +1 -1
  29. package/components/puff-list/public-api.d.ts +1 -0
  30. package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +6 -0
  31. package/components/puff-list/puff-item/puff-list-item.component.d.ts +1 -3
  32. package/components/puff-list/puff-list.module.d.ts +2 -1
  33. package/components/{icon-region → region-icon}/index.d.ts +1 -1
  34. package/components/region-icon/public-api.d.ts +2 -0
  35. package/components/region-icon/region-icon.component.d.ts +12 -0
  36. package/components/region-icon/region-icon.module.d.ts +8 -0
  37. package/components/stepper/step/step.component.d.ts +2 -2
  38. package/components/tabs/tab/tab.component.d.ts +2 -4
  39. package/esm2022/components/card/card.component.mjs +8 -5
  40. package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -9
  41. package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
  42. package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +5 -0
  43. package/esm2022/components/form/radio-button/public-api.mjs +4 -0
  44. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +18 -0
  45. package/esm2022/components/form/radio-button/radio-button.component.mjs +15 -0
  46. package/esm2022/components/form/radio-button/radio-button.module.mjs +21 -0
  47. package/esm2022/components/form/select/select.component.mjs +6 -9
  48. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +6 -5
  49. package/esm2022/components/header-1177/header-1177.component.mjs +18 -14
  50. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +15 -0
  51. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +14 -15
  52. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +5 -2
  53. package/esm2022/components/header-1177/public-api.mjs +8 -8
  54. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +8 -11
  55. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
  56. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +9 -6
  57. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +5 -8
  58. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +7 -4
  59. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +5 -2
  60. package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
  61. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +5 -2
  62. package/esm2022/components/header-patient/header-patient.component.mjs +27 -0
  63. package/esm2022/components/header-patient/header-patient.module.mjs +22 -0
  64. package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +5 -0
  65. package/esm2022/components/header-patient/public-api.mjs +3 -0
  66. package/esm2022/components/link/link.component.mjs +3 -9
  67. package/esm2022/components/notification/badge/notification-badge.component.mjs +6 -6
  68. package/esm2022/components/popover/popover.component.mjs +3 -3
  69. package/esm2022/components/puff-list/public-api.mjs +2 -1
  70. package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +12 -0
  71. package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +4 -10
  72. package/esm2022/components/puff-list/puff-list.module.mjs +21 -4
  73. package/esm2022/components/{icon-region/inera-ids-angular-components-icon-region.mjs → region-icon/inera-ids-angular-components-region-icon.mjs} +1 -1
  74. package/esm2022/components/region-icon/public-api.mjs +3 -0
  75. package/esm2022/components/region-icon/region-icon.component.mjs +30 -0
  76. package/esm2022/components/region-icon/region-icon.module.mjs +18 -0
  77. package/esm2022/components/stepper/step/step.component.mjs +7 -7
  78. package/esm2022/components/tabs/tab/tab.component.mjs +7 -13
  79. package/esm2022/components/tabs/tabs.component.mjs +3 -3
  80. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  81. package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
  82. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
  83. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  84. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  85. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  86. package/fesm2022/inera-ids-angular-components-card.mjs +6 -3
  87. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  88. package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -12
  89. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  90. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  91. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  92. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  93. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  94. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  95. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  96. package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
  97. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  98. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +54 -0
  99. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -0
  100. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  101. package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -7
  102. package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
  103. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  104. package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
  105. package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
  106. package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
  107. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +16 -16
  108. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  109. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +13 -10
  110. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  111. package/fesm2022/inera-ids-angular-components-header-1177.mjs +40 -35
  112. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  113. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  114. package/fesm2022/inera-ids-angular-components-header-inera.mjs +6 -3
  115. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  116. package/fesm2022/inera-ids-angular-components-header-patient.mjs +53 -0
  117. package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -0
  118. package/fesm2022/inera-ids-angular-components-link.mjs +2 -8
  119. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  120. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  121. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +4 -4
  122. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  123. package/fesm2022/inera-ids-angular-components-popover.mjs +2 -2
  124. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  125. package/fesm2022/inera-ids-angular-components-puff-list.mjs +33 -13
  126. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  127. package/fesm2022/inera-ids-angular-components-region-icon.mjs +52 -0
  128. package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -0
  129. package/fesm2022/inera-ids-angular-components-stepper.mjs +5 -5
  130. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  131. package/fesm2022/inera-ids-angular-components-tabs.mjs +7 -13
  132. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  133. package/package.json +117 -105
  134. package/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.d.ts +0 -7
  135. package/components/icon-region/icon-region.component.d.ts +0 -16
  136. package/components/icon-region/icon-region.module.d.ts +0 -8
  137. package/components/icon-region/public-api.d.ts +0 -2
  138. package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +0 -15
  139. package/esm2022/components/icon-region/icon-region.component.mjs +0 -42
  140. package/esm2022/components/icon-region/icon-region.module.mjs +0 -22
  141. package/esm2022/components/icon-region/public-api.mjs +0 -3
  142. package/fesm2022/inera-ids-angular-components-icon-region.mjs +0 -68
  143. package/fesm2022/inera-ids-angular-components-icon-region.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inera-ids-angular-components-header-patient.mjs","sources":["../../../projects/ids-angular/components/header-patient/header-patient.component.ts","../../../projects/ids-angular/components/header-patient/header-patient.component.html","../../../projects/ids-angular/components/header-patient/header-patient.module.ts","../../../projects/ids-angular/components/header-patient/inera-ids-angular-components-header-patient.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-header-patient\",\n templateUrl: \"./header-patient.component.html\"\n})\nexport class IDHeaderPatientComponent {\n constructor() {}\n\n @Input()\n srlabel = \"\";\n\n @Input()\n name = \"\";\n\n @Input()\n ssn = \"\";\n\n @Input()\n stack = false;\n\n @Input()\n collapse = false;\n}\n","<ids-header-patient [srlabel]=\"srlabel\" [name]=\"name\" [ssn]=\"ssn\" [stack]=\"stack ? true : null\" [collapse]=\"collapse ? true : null\">\n <ng-content></ng-content>\n</ids-header-patient>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDHeaderPatientComponent } from './header-patient.component';\nimport '@inera/ids-core/components/header-patient/register';\n\n@NgModule({\n declarations: [\n IDHeaderPatientComponent\n ],\n exports: [\n IDHeaderPatientComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDHeaderPatientModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,wBAAwB,CAAA;AACnC,IAAA,WAAA,GAAA;IAGA,OAAO,GAAG,EAAE;IAGZ,IAAI,GAAG,EAAE;IAGT,GAAG,GAAG,EAAE;IAGR,KAAK,GAAG,KAAK;IAGb,QAAQ,GAAG,KAAK;wGAhBL,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAxB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,wBAAwB,yJCNrC,sMAGA,EAAA,CAAA;;4FDGa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,SAAS;+BACE,mBAAmB,EAAA,QAAA,EAAA,sMAAA,EAAA;wDAO7B,OAAO,EAAA,CAAA;sBADN;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,GAAG,EAAA,CAAA;sBADF;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,QAAQ,EAAA,CAAA;sBADP;;;MERU,qBAAqB,CAAA;wGAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAArB,qBAAqB,EAAA,YAAA,EAAA,CAP9B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAGxB,wBAAwB,CAAA,EAAA,CAAA;yGAIf,qBAAqB,EAAA,CAAA;;4FAArB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBATjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -7,8 +7,6 @@ class IDLinkComponent {
7
7
  constructor() { }
8
8
  active = false;
9
9
  colorpreset = 0;
10
- starticon = "";
11
- endicon = "";
12
10
  light = false;
13
11
  block = false;
14
12
  small = false;
@@ -18,19 +16,15 @@ class IDLinkComponent {
18
16
  nounderline = false;
19
17
  slot = null;
20
18
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDLinkComponent, selector: "id-link", inputs: { active: "active", colorpreset: "colorpreset", starticon: "starticon", endicon: "endicon", light: "light", block: "block", small: "small", large: "large", activeicon: "activeicon", underlined: "underlined", nounderline: "nounderline", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [starticon]=\"starticon\"\n [endicon]=\"endicon\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDLinkComponent, selector: "id-link", inputs: { active: "active", colorpreset: "colorpreset", light: "light", block: "block", small: "small", large: "large", activeicon: "activeicon", underlined: "underlined", nounderline: "nounderline", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" });
22
20
  }
23
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkComponent, decorators: [{
24
22
  type: Component,
25
- args: [{ selector: "id-link", template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [starticon]=\"starticon\"\n [endicon]=\"endicon\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" }]
23
+ args: [{ selector: "id-link", template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" }]
26
24
  }], ctorParameters: () => [], propDecorators: { active: [{
27
25
  type: Input
28
26
  }], colorpreset: [{
29
27
  type: Input
30
- }], starticon: [{
31
- type: Input
32
- }], endicon: [{
33
- type: Input
34
28
  }], light: [{
35
29
  type: Input
36
30
  }], block: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-link.mjs","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from \"@angular/core\";\n\n@Component({\n selector: \"id-link\",\n templateUrl: \"./link.component.html\"\n})\nexport class IDLinkComponent {\n constructor() {}\n @Input()\n active: boolean = false;\n @Input()\n colorpreset: number = 0;\n @Input()\n starticon: string = \"\";\n @Input()\n endicon: string = \"\";\n @Input()\n light: boolean = false;\n @Input()\n @HostBinding(\"class.ids-block\")\n block: boolean = false;\n @Input()\n small: boolean = false;\n @Input()\n large: boolean = false;\n @Input()\n activeicon: boolean = false;\n @Input()\n underlined: boolean = false;\n @Input()\n nounderline: boolean = false;\n\n @Input()\n slot: string | null = null;\n}\n","<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [starticon]=\"starticon\"\n [endicon]=\"endicon\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDLinkComponent } from './link.component';\nimport '@inera/ids-core/components/link/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDLinkComponent\n ],\n imports: [CommonModule],\n exports: [\n IDLinkComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDLinkModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAMa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA;IAEA,MAAM,GAAY,KAAK;IAEvB,WAAW,GAAW,CAAC;IAEvB,SAAS,GAAW,EAAE;IAEtB,OAAO,GAAW,EAAE;IAEpB,KAAK,GAAY,KAAK;IAGtB,KAAK,GAAY,KAAK;IAEtB,KAAK,GAAY,KAAK;IAEtB,KAAK,GAAY,KAAK;IAEtB,UAAU,GAAY,KAAK;IAE3B,UAAU,GAAY,KAAK;IAE3B,WAAW,GAAY,KAAK;IAG5B,IAAI,GAAkB,IAAI;wGA3Bf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,8WCN5B,ygBAeA,EAAA,CAAA;;4FDTa,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,SAAS;+BACE,SAAS,EAAA,QAAA,EAAA,ygBAAA,EAAA;wDAMnB,MAAM,EAAA,CAAA;sBADL;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,OAAO,EAAA,CAAA;sBADN;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAID,KAAK,EAAA,CAAA;sBAFJ;;sBACA,WAAW;uBAAC,iBAAiB;gBAG9B,KAAK,EAAA,CAAA;sBADJ;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAID,IAAI,EAAA,CAAA;sBADH;;;MEjBU,YAAY,CAAA;wGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EARrB,YAAA,EAAA,CAAA,eAAe,CAEP,EAAA,OAAA,EAAA,CAAA,YAAY,aAEpB,eAAe,CAAA,EAAA,CAAA;AAIN,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YANb,YAAY,CAAA,EAAA,CAAA;;4FAMX,YAAY,EAAA,UAAA,EAAA,CAAA;kBAVxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-link.mjs","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from \"@angular/core\";\n\n@Component({\n selector: \"id-link\",\n templateUrl: \"./link.component.html\"\n})\nexport class IDLinkComponent {\n constructor() {}\n @Input()\n active: boolean = false;\n @Input()\n colorpreset: number = 0;\n @Input()\n light: boolean = false;\n @Input()\n @HostBinding(\"class.ids-block\")\n block: boolean = false;\n @Input()\n small: boolean = false;\n @Input()\n large: boolean = false;\n @Input()\n activeicon: boolean = false;\n @Input()\n underlined: boolean = false;\n @Input()\n nounderline: boolean = false;\n\n @Input()\n slot: string | null = null;\n}\n","<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [light]=\"light ? true : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [large]=\"large ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [nounderline]=\"nounderline ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDLinkComponent } from './link.component';\nimport '@inera/ids-core/components/link/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDLinkComponent\n ],\n imports: [CommonModule],\n exports: [\n IDLinkComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDLinkModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAMa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA;IAEA,MAAM,GAAY,KAAK;IAEvB,WAAW,GAAW,CAAC;IAEvB,KAAK,GAAY,KAAK;IAGtB,KAAK,GAAY,KAAK;IAEtB,KAAK,GAAY,KAAK;IAEtB,KAAK,GAAY,KAAK;IAEtB,UAAU,GAAY,KAAK;IAE3B,UAAU,GAAY,KAAK;IAE3B,WAAW,GAAY,KAAK;IAG5B,IAAI,GAAkB,IAAI;wGAvBf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,kUCN5B,mdAaA,EAAA,CAAA;;4FDPa,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,SAAS;+BACE,SAAS,EAAA,QAAA,EAAA,mdAAA,EAAA;wDAMnB,MAAM,EAAA,CAAA;sBADL;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAID,KAAK,EAAA,CAAA;sBAFJ;;sBACA,WAAW;uBAAC,iBAAiB;gBAG9B,KAAK,EAAA,CAAA;sBADJ;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAID,IAAI,EAAA,CAAA;sBADH;;;MEbU,YAAY,CAAA;wGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EAAA,YAAA,EAAA,CARrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAEP,YAAY,aAEpB,eAAe,CAAA,EAAA,CAAA;AAIN,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YANb,YAAY,CAAA,EAAA,CAAA;;4FAMX,YAAY,EAAA,UAAA,EAAA,CAAA;kBAVxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-mobile-menu-item.mjs","sources":["../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.ts","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.html","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.module.ts","../../../projects/ids-angular/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-mobile-menu-item\",\n templateUrl: \"./mobile-menu-item.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDMobileMenuItemComponent {\n @Input()\n headline: string;\n @Input()\n expanded: boolean;\n @Input()\n secondary: boolean;\n @Input()\n active: boolean;\n @Output()\n onDidToggleExpansion: EventEmitter<boolean> = new EventEmitter<boolean>();\n}\n","<ids-mobile-menu-item \n [headline]=\"headline\"\n [expanded]=\"expanded\"\n [secondary]=\"secondary\"\n [active]=\"active\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-mobile-menu-item>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport \"@inera/ids-core/components/mobile/menu/register\";\nimport { CommonModule } from \"@angular/common\";\nimport { IDMobileMenuItemComponent } from \"./mobile-menu-item.component\";\n\n@NgModule({\n declarations: [IDMobileMenuItemComponent],\n exports: [ IDMobileMenuItemComponent],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDMobileMenuItemModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,yBAAyB,CAAA;AAEpC,IAAA,QAAQ;AAER,IAAA,QAAQ;AAER,IAAA,SAAS;AAET,IAAA,MAAM;AAEN,IAAA,oBAAoB,GAA0B,IAAI,YAAY,EAAW;wGAV9D,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,wNCPtC,6QAOuB,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDAV,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACE,qBAAqB,EAAA,QAAA,EAAA,6QAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;8BAM/B,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,oBAAoB,EAAA,CAAA;sBADnB;;;MELU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EALlB,YAAA,EAAA,CAAA,yBAAyB,CAE9B,EAAA,OAAA,EAAA,CAAA,YAAY,aADX,yBAAyB,CAAA,EAAA,CAAA;AAIzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAHvB,YAAY,CAAA,EAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBANlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAE,yBAAyB,CAAC;oBACrC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACVD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-mobile-menu-item.mjs","sources":["../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.ts","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.html","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.module.ts","../../../projects/ids-angular/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-mobile-menu-item\",\n templateUrl: \"./mobile-menu-item.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDMobileMenuItemComponent {\n @Input()\n headline: string;\n @Input()\n expanded: boolean;\n @Input()\n secondary: boolean;\n @Input()\n active: boolean;\n @Output()\n onDidToggleExpansion: EventEmitter<boolean> = new EventEmitter<boolean>();\n}\n","<ids-mobile-menu-item \n [headline]=\"headline\"\n [expanded]=\"expanded\"\n [secondary]=\"secondary\"\n [active]=\"active\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-mobile-menu-item>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport \"@inera/ids-core/components/mobile/menu/register\";\nimport { CommonModule } from \"@angular/common\";\nimport { IDMobileMenuItemComponent } from \"./mobile-menu-item.component\";\n\n@NgModule({\n declarations: [IDMobileMenuItemComponent],\n exports: [ IDMobileMenuItemComponent],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDMobileMenuItemModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,yBAAyB,CAAA;AAEpC,IAAA,QAAQ;AAER,IAAA,QAAQ;AAER,IAAA,SAAS;AAET,IAAA,MAAM;AAEN,IAAA,oBAAoB,GAA0B,IAAI,YAAY,EAAW;wGAV9D,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,wNCPtC,6QAOuB,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDAV,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACE,qBAAqB,EAAA,QAAA,EAAA,6QAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;8BAM/B,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,oBAAoB,EAAA,CAAA;sBADnB;;;MELU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,CALlB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAE9B,YAAY,aADX,yBAAyB,CAAA,EAAA,CAAA;AAIzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAHvB,YAAY,CAAA,EAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBANlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAE,yBAAyB,CAAC;oBACrC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACVD;;AAEG;;;;"}
@@ -4,14 +4,14 @@ import '@inera/ids-core/components/notification/badge/register';
4
4
 
5
5
  class IDNotificationBadgeComponent {
6
6
  constructor() { }
7
- outlined = false;
7
+ type = "";
8
8
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { outlined: "outlined" }, ngImport: i0, template: "<ids-notification-badge\n [attr.outlined]=\"outlined ? true : null\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
10
10
  }
11
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
12
12
  type: Component,
13
- args: [{ selector: 'id-notification-badge', encapsulation: ViewEncapsulation.None, template: "<ids-notification-badge\n [attr.outlined]=\"outlined ? true : null\">\n <ng-content></ng-content>\n</ids-notification-badge>" }]
14
- }], ctorParameters: () => [], propDecorators: { outlined: [{
13
+ args: [{ selector: "id-notification-badge", encapsulation: ViewEncapsulation.None, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>" }]
14
+ }], ctorParameters: () => [], propDecorators: { type: [{
15
15
  type: Input
16
16
  }] } });
17
17
 
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-notification-badge',\n templateUrl: './notification-badge.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDNotificationBadgeComponent {\n\n constructor() { }\n\n @Input()\n outlined: boolean = false;\n\n}\n","<ids-notification-badge\n [attr.outlined]=\"outlined ? true : null\">\n <ng-content></ng-content>\n</ids-notification-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDNotificationBadgeComponent } from './notification-badge.component';\nimport '@inera/ids-core/components/notification/badge/register';\n\n@NgModule({\n declarations: [\n IDNotificationBadgeComponent\n ],\n exports: [\n IDNotificationBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDNotificationBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,4BAA4B,CAAA;AAEvC,IAAA,WAAA,GAAA;IAGA,QAAQ,GAAY,KAAK;wGALd,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA5B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,4BAA4B,+FCPzC,gIAGyB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDIZ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;+BACE,uBAAuB,EAAA,aAAA,EAElB,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,gIAAA,EAAA;wDAOrC,QAAQ,EAAA,CAAA;sBADP;;;MEEU,yBAAyB,CAAA;wGAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAzB,yBAAyB,EAAA,YAAA,EAAA,CAPlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA;yGAInB,yBAAyB,EAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBATrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-notification-badge\",\n templateUrl: \"./notification-badge.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDNotificationBadgeComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n}\n","<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDNotificationBadgeComponent } from './notification-badge.component';\nimport '@inera/ids-core/components/notification/badge/register';\n\n@NgModule({\n declarations: [\n IDNotificationBadgeComponent\n ],\n exports: [\n IDNotificationBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDNotificationBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,4BAA4B,CAAA;AACvC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;wGAJN,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA5B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,4BAA4B,uFCPzC,qGAGyB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDIZ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;+BACE,uBAAuB,EAAA,aAAA,EAElB,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,qGAAA,EAAA;wDAMrC,IAAI,EAAA,CAAA;sBADH;;;MEGU,yBAAyB,CAAA;wGAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAzB,yBAAyB,EAAA,YAAA,EAAA,CAPlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA;yGAInB,yBAAyB,EAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBATrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -12,11 +12,11 @@ class IDPopoverComponent {
12
12
  category = undefined;
13
13
  position = 'bottom';
14
14
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", show: "show", srclosetext: "srclosetext", maxwidth: "maxwidth", maxheight: "maxheight", category: "category", position: "position" }, ngImport: i0, template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\"\n >\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", show: "show", srclosetext: "srclosetext", maxwidth: "maxwidth", maxheight: "maxheight", category: "category", position: "position" }, ngImport: i0, template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" });
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverComponent, decorators: [{
18
18
  type: Component,
19
- args: [{ selector: 'id-popover', template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\"\n >\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" }]
19
+ args: [{ selector: 'id-popover', template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" }]
20
20
  }], ctorParameters: () => [], propDecorators: { autofocus: [{
21
21
  type: Input
22
22
  }], show: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-popover.mjs","sources":["../../../projects/ids-angular/components/popover/popover.component.ts","../../../projects/ids-angular/components/popover/popover.component.html","../../../projects/ids-angular/components/popover/popover.module.ts","../../../projects/ids-angular/components/popover/inera-ids-angular-components-popover.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-popover',\n templateUrl: './popover.component.html',\n})\nexport class IDPopoverComponent {\n constructor() {}\n @Input()\n autofocus: boolean = false;\n @Input()\n show: boolean = false;\n @Input()\n srclosetext: string = 'Stäng';\n @Input()\n maxwidth: number = 260;\n @Input()\n maxheight: number = 260;\n @Input()\n category: string | undefined = undefined;\n @Input()\n position:\n | 'top'\n | 'top-left'\n | 'top-right'\n | 'right'\n | 'right-top'\n | 'right-bottom'\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'\n | 'left'\n | 'left-top'\n | 'left-bottom' = 'bottom';\n}\n","<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\"\n >\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDPopoverComponent } from './popover.component';\nimport '@inera/ids-core/components/popover/register';\n\n@NgModule({\n declarations: [\n IDPopoverComponent\n ],\n exports: [\n IDPopoverComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDPopoverModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA;IAEA,SAAS,GAAY,KAAK;IAE1B,IAAI,GAAY,KAAK;IAErB,WAAW,GAAW,OAAO;IAE7B,QAAQ,GAAW,GAAG;IAEtB,SAAS,GAAW,GAAG;IAEvB,QAAQ,GAAuB,SAAS;IAExC,QAAQ,GAYY,QAAQ;wGA3BjB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,0NCN/B,ubAYA,EAAA,CAAA;;4FDNa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,ubAAA,EAAA;wDAMtB,SAAS,EAAA,CAAA;sBADR;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;MEPU,eAAe,CAAA;wGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAf,eAAe,EAAA,YAAA,EAAA,CAPxB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,kBAAkB,CAAA,EAAA,CAAA;yGAIT,eAAe,EAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAT3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-popover.mjs","sources":["../../../projects/ids-angular/components/popover/popover.component.ts","../../../projects/ids-angular/components/popover/popover.component.html","../../../projects/ids-angular/components/popover/popover.module.ts","../../../projects/ids-angular/components/popover/inera-ids-angular-components-popover.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-popover',\n templateUrl: './popover.component.html',\n})\nexport class IDPopoverComponent {\n constructor() {}\n @Input()\n autofocus: boolean = false;\n @Input()\n show: boolean = false;\n @Input()\n srclosetext: string = 'Stäng';\n @Input()\n maxwidth: number = 260;\n @Input()\n maxheight: number = 260;\n @Input()\n category: string | undefined = undefined;\n @Input()\n position:\n | 'top'\n | 'top-left'\n | 'top-right'\n | 'right'\n | 'right-top'\n | 'right-bottom'\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'\n | 'left'\n | 'left-top'\n | 'left-bottom' = 'bottom';\n}\n","<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDPopoverComponent } from './popover.component';\nimport '@inera/ids-core/components/popover/register';\n\n@NgModule({\n declarations: [\n IDPopoverComponent\n ],\n exports: [\n IDPopoverComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDPopoverModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA;IAEA,SAAS,GAAY,KAAK;IAE1B,IAAI,GAAY,KAAK;IAErB,WAAW,GAAW,OAAO;IAE7B,QAAQ,GAAW,GAAG;IAEtB,SAAS,GAAW,GAAG;IAEvB,QAAQ,GAAuB,SAAS;IAExC,QAAQ,GAYY,QAAQ;wGA3BjB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,0NCN/B,+eAYA,EAAA,CAAA;;4FDNa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,+eAAA,EAAA;wDAMtB,SAAS,EAAA,CAAA;sBADR;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;MEPU,eAAe,CAAA;wGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAf,eAAe,EAAA,YAAA,EAAA,CAPxB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,kBAAkB,CAAA,EAAA,CAAA;yGAIT,eAAe,EAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAT3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -13,7 +13,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
13
13
  }], ctorParameters: () => [] });
14
14
 
15
15
  class IDPuffListItemComponent {
16
- headline = '';
17
16
  date = null;
18
17
  year = null;
19
18
  month = null;
@@ -22,18 +21,15 @@ class IDPuffListItemComponent {
22
21
  showdatelabel = false;
23
22
  time = '';
24
23
  showtime = false;
25
- interactive = false;
26
24
  nocontent = false;
27
25
  constructor() { }
28
26
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListItemComponent, selector: "id-puff-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", interactive: "interactive", nocontent: "nocontent" }, ngImport: i0, template: "<ids-puff-list-item\n[headline]=\"headline\"\n[date]=\"date\"\n[interactive]=\"interactive\"\n[year]=\"year\"\n[month]=\"month\"\n[nocontent]=\"nocontent ? true : null\"\n[monthlabel]=\"monthlabel\"\n[day]=\"day\"\n[time]=\"time\"\n[showtime]=\"showtime\"\n[showdatelabel]=\"showdatelabel\">\n <ng-content></ng-content>\n</ids-puff-list-item>", encapsulation: i0.ViewEncapsulation.None });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListItemComponent, selector: "id-puff-list-item", inputs: { date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", nocontent: "nocontent" }, ngImport: i0, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n", encapsulation: i0.ViewEncapsulation.None });
30
28
  }
31
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemComponent, decorators: [{
32
30
  type: Component,
33
- args: [{ selector: 'id-puff-list-item', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list-item\n[headline]=\"headline\"\n[date]=\"date\"\n[interactive]=\"interactive\"\n[year]=\"year\"\n[month]=\"month\"\n[nocontent]=\"nocontent ? true : null\"\n[monthlabel]=\"monthlabel\"\n[day]=\"day\"\n[time]=\"time\"\n[showtime]=\"showtime\"\n[showdatelabel]=\"showdatelabel\">\n <ng-content></ng-content>\n</ids-puff-list-item>" }]
34
- }], ctorParameters: () => [], propDecorators: { headline: [{
35
- type: Input
36
- }], date: [{
31
+ args: [{ selector: 'id-puff-list-item', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n" }]
32
+ }], ctorParameters: () => [], propDecorators: { date: [{
37
33
  type: Input
38
34
  }], year: [{
39
35
  type: Input
@@ -49,8 +45,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
49
45
  type: Input
50
46
  }], showtime: [{
51
47
  type: Input
52
- }], interactive: [{
53
- type: Input
54
48
  }], nocontent: [{
55
49
  type: Input
56
50
  }] } });
@@ -65,16 +59,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
65
59
  args: [{ selector: 'id-puff-list-item-info', template: "<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] }]
66
60
  }], ctorParameters: () => [] });
67
61
 
62
+ class IDPuffListItemHeaderComponent {
63
+ constructor() { }
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
65
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListItemHeaderComponent, selector: "id-puff-list-item-header", ngImport: i0, template: "<ids-puff-list-item-header>\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] });
66
+ }
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemHeaderComponent, decorators: [{
68
+ type: Component,
69
+ args: [{ selector: 'id-puff-list-item-header', template: "<ids-puff-list-item-header>\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] }]
70
+ }], ctorParameters: () => [] });
71
+
68
72
  class IDPuffListModule {
69
73
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent], exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent] });
74
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, declarations: [IDPuffListComponent,
75
+ IDPuffListItemComponent,
76
+ IDPuffListItemInfoComponent,
77
+ IDPuffListItemHeaderComponent], exports: [IDPuffListComponent,
78
+ IDPuffListItemComponent,
79
+ IDPuffListItemInfoComponent,
80
+ IDPuffListItemHeaderComponent] });
71
81
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule });
72
82
  }
73
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, decorators: [{
74
84
  type: NgModule,
75
85
  args: [{
76
- declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],
77
- exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],
86
+ declarations: [
87
+ IDPuffListComponent,
88
+ IDPuffListItemComponent,
89
+ IDPuffListItemInfoComponent,
90
+ IDPuffListItemHeaderComponent
91
+ ],
92
+ exports: [
93
+ IDPuffListComponent,
94
+ IDPuffListItemComponent,
95
+ IDPuffListItemInfoComponent,
96
+ IDPuffListItemHeaderComponent
97
+ ],
78
98
  schemas: [CUSTOM_ELEMENTS_SCHEMA]
79
99
  }]
80
100
  }] });
@@ -83,5 +103,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
83
103
  * Generated bundle index. Do not edit.
84
104
  */
85
105
 
86
- export { IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent, IDPuffListModule };
106
+ export { IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemHeaderComponent, IDPuffListItemInfoComponent, IDPuffListModule };
87
107
  //# sourceMappingURL=inera-ids-angular-components-puff-list.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-puff-list.mjs","sources":["../../../projects/ids-angular/components/puff-list/puff-list.component.ts","../../../projects/ids-angular/components/puff-list/puff-list.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.html","../../../projects/ids-angular/components/puff-list/puff-list.module.ts","../../../projects/ids-angular/components/puff-list/inera-ids-angular-components-puff-list.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list',\n templateUrl: './puff-list.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListComponent {\n\n constructor() { }\n\n}\n","<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>","import { Component, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item',\n templateUrl: './puff-list-item.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListItemComponent {\n\n @Input()\n headline: string = '';\n @Input()\n date: Date | null = null;\n @Input()\n year: string | null = null; \n @Input()\n month: string | null = null;\n @Input()\n monthlabel: string | null = null;\n @Input()\n day: string | null = null;\n @Input()\n showdatelabel: boolean = false;\n @Input()\n time: string = '';\n @Input()\n showtime: boolean = false;\n @Input()\n interactive: boolean = false;\n @Input()\n nocontent: boolean = false;\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item\n[headline]=\"headline\"\n[date]=\"date\"\n[interactive]=\"interactive\"\n[year]=\"year\"\n[month]=\"month\"\n[nocontent]=\"nocontent ? true : null\"\n[monthlabel]=\"monthlabel\"\n[day]=\"day\"\n[time]=\"time\"\n[showtime]=\"showtime\"\n[showdatelabel]=\"showdatelabel\">\n <ng-content></ng-content>\n</ids-puff-list-item>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item-info',\n templateUrl: './puff-list-item-info.component.html',\n styles: [':host { display: block; }']\n})\nexport class IDPuffListItemInfoComponent {\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDPuffListComponent } from \"./puff-list.component\";\nimport \"@inera/ids-core/components/puff-list/register\";\nimport { IDPuffListItemComponent } from \"./puff-item/puff-list-item.component\";\nimport { IDPuffListItemInfoComponent } from \"./puff-item/puff-info/puff-list-item-info.component\";\n\n@NgModule({\n declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],\n exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDPuffListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,mBAAmB,CAAA;AAE9B,IAAA,WAAA,GAAA;wGAFW,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,oDCPhC,gEAEgB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKH,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,cAAc,EAAA,aAAA,EAET,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,gEAAA,EAAA;;;MEE1B,uBAAuB,CAAA;IAGlC,QAAQ,GAAW,EAAE;IAErB,IAAI,GAAgB,IAAI;IAExB,IAAI,GAAkB,IAAI;IAE1B,KAAK,GAAkB,IAAI;IAE3B,UAAU,GAAkB,IAAI;IAEhC,GAAG,GAAkB,IAAI;IAEzB,aAAa,GAAY,KAAK;IAE9B,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAY,KAAK;IAEzB,WAAW,GAAY,KAAK;IAE5B,SAAS,GAAY,KAAK;AAE1B,IAAA,WAAA,GAAA;wGAzBW,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,qSCPpC,yVAaqB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDNR,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,yVAAA,EAAA;wDAKrC,QAAQ,EAAA,CAAA;sBADP;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,GAAG,EAAA,CAAA;sBADF;gBAGD,aAAa,EAAA,CAAA;sBADZ;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,SAAS,EAAA,CAAA;sBADR;;;MEtBU,2BAA2B,CAAA;AAEtC,IAAA,WAAA,GAAA;wGAFW,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA3B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,2BAA2B,8DCPxC,oFAE0B,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDKb,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,wBAAwB,EAAA,QAAA,EAAA,oFAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;;;MEQvB,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAhB,gBAAgB,EAAA,YAAA,EAAA,CAJZ,mBAAmB,EAAE,uBAAuB,EAAE,2BAA2B,CAAA,EAAA,OAAA,EAAA,CAC9E,mBAAmB,EAAE,uBAAuB,EAAE,2BAA2B,CAAA,EAAA,CAAA;yGAGxE,gBAAgB,EAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,CAAC,mBAAmB,EAAE,uBAAuB,EAAE,2BAA2B,CAAC;AACzF,oBAAA,OAAO,EAAE,CAAC,mBAAmB,EAAE,uBAAuB,EAAE,2BAA2B,CAAC;oBACpF,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACVD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-puff-list.mjs","sources":["../../../projects/ids-angular/components/puff-list/puff-list.component.ts","../../../projects/ids-angular/components/puff-list/puff-list.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.html","../../../projects/ids-angular/components/puff-list/puff-list.module.ts","../../../projects/ids-angular/components/puff-list/inera-ids-angular-components-puff-list.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list',\n templateUrl: './puff-list.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListComponent {\n\n constructor() { }\n\n}\n","<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>","import { Component, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item',\n templateUrl: './puff-list-item.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListItemComponent {\n\n @Input()\n date: Date | null = null;\n @Input()\n year: string | null = null; \n @Input()\n month: string | null = null;\n @Input()\n monthlabel: string | null = null;\n @Input()\n day: string | null = null;\n @Input()\n showdatelabel: boolean = false;\n @Input()\n time: string = '';\n @Input()\n showtime: boolean = false;\n @Input()\n nocontent: boolean = false;\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item-info',\n templateUrl: './puff-list-item-info.component.html',\n styles: [':host { display: block; }']\n})\nexport class IDPuffListItemInfoComponent {\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item-header',\n templateUrl: './puff-list-item-header.component.html',\n styles: [':host { display: block; }']\n})\nexport class IDPuffListItemHeaderComponent {\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item-header>\n <ng-content></ng-content>\n</ids-puff-list-item-header>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDPuffListComponent } from \"./puff-list.component\";\nimport \"@inera/ids-core/components/puff-list/register\";\nimport { IDPuffListItemComponent } from \"./puff-item/puff-list-item.component\";\nimport { IDPuffListItemInfoComponent } from \"./puff-item/puff-info/puff-list-item-info.component\";\nimport { IDPuffListItemHeaderComponent } from \"./puff-item/puff-header/puff-list-item-header.component\";\n\n@NgModule({\n declarations: [\n IDPuffListComponent,\n IDPuffListItemComponent,\n IDPuffListItemInfoComponent,\n IDPuffListItemHeaderComponent\n ],\n exports: [\n IDPuffListComponent,\n IDPuffListItemComponent,\n IDPuffListItemInfoComponent,\n IDPuffListItemHeaderComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDPuffListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,52 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Input, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
+ import '@inera/ids-core/components/region-icon/register';
4
+
5
+ class IDRegionIconComponent {
6
+ constructor() { }
7
+ name = "";
8
+ title = "";
9
+ colorpreset = 1;
10
+ size = "m";
11
+ inline = false;
12
+ light = false;
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRegionIconComponent, selector: "id-region-icon", inputs: { name: "name", title: "title", colorpreset: "colorpreset", size: "size", inline: "inline", light: "light" }, ngImport: i0, template: "<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n", styles: [":host{display:contents}\n"] });
15
+ }
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconComponent, decorators: [{
17
+ type: Component,
18
+ args: [{ selector: "id-region-icon", template: "<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n", styles: [":host{display:contents}\n"] }]
19
+ }], ctorParameters: () => [], propDecorators: { name: [{
20
+ type: Input
21
+ }], title: [{
22
+ type: Input
23
+ }], colorpreset: [{
24
+ type: Input
25
+ }], size: [{
26
+ type: Input
27
+ }], inline: [{
28
+ type: Input
29
+ }], light: [{
30
+ type: Input
31
+ }] } });
32
+
33
+ class IDRegionIconModule {
34
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
35
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconModule, declarations: [IDRegionIconComponent], exports: [IDRegionIconComponent] });
36
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconModule });
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRegionIconModule, decorators: [{
39
+ type: NgModule,
40
+ args: [{
41
+ declarations: [IDRegionIconComponent],
42
+ exports: [IDRegionIconComponent],
43
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
44
+ }]
45
+ }] });
46
+
47
+ /**
48
+ * Generated bundle index. Do not edit.
49
+ */
50
+
51
+ export { IDRegionIconComponent, IDRegionIconModule };
52
+ //# sourceMappingURL=inera-ids-angular-components-region-icon.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inera-ids-angular-components-region-icon.mjs","sources":["../../../projects/ids-angular/components/region-icon/region-icon.component.ts","../../../projects/ids-angular/components/region-icon/region-icon.component.html","../../../projects/ids-angular/components/region-icon/region-icon.module.ts","../../../projects/ids-angular/components/region-icon/inera-ids-angular-components-region-icon.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-region-icon\",\n templateUrl: \"./region-icon.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDRegionIconComponent {\n constructor() {}\n\n @Input()\n name = \"\";\n @Input()\n title = \"\";\n @Input()\n colorpreset = 1;\n @Input()\n size: \"xs\" | \"s\" | \"m\" | \"l\" | \"ml\" = \"m\";\n @Input()\n inline = false;\n @Input()\n light = false;\n}\n","<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDRegionIconComponent } from \"./region-icon.component\";\nimport \"@inera/ids-core/components/region-icon/register\";\n\n@NgModule({\n declarations: [IDRegionIconComponent],\n exports: [IDRegionIconComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDRegionIconModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAG,EAAE;IAET,KAAK,GAAG,EAAE;IAEV,WAAW,GAAG,CAAC;IAEf,IAAI,GAAkC,GAAG;IAEzC,MAAM,GAAG,KAAK;IAEd,KAAK,GAAG,KAAK;wGAdF,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,4KCPlC,qPAQA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDDa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,gBAAgB,EAAA,QAAA,EAAA,qPAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;wDAQ1B,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,KAAK,EAAA,CAAA;sBADJ;;;MEXU,kBAAkB,CAAA;wGAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAlB,kBAAkB,EAAA,YAAA,EAAA,CAJd,qBAAqB,CAAA,EAAA,OAAA,EAAA,CAC1B,qBAAqB,CAAA,EAAA,CAAA;yGAGpB,kBAAkB,EAAA,CAAA;;4FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,CAAC,qBAAqB,CAAC;oBAChC,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACRD;;AAEG;;;;"}
@@ -4,10 +4,10 @@ import '@inera/ids-core/components/stepper/register';
4
4
 
5
5
  class IDStepComponent {
6
6
  constructor() { }
7
- state = '';
8
- headline = '';
9
- srindicatortext = '';
10
- label = '';
7
+ state = "";
8
+ headline = "";
9
+ srindicatortext = "";
10
+ label = "";
11
11
  expanded = false;
12
12
  disabled = false;
13
13
  onClosed = new EventEmitter();
@@ -28,7 +28,7 @@ class IDStepComponent {
28
28
  }
29
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDStepComponent, decorators: [{
30
30
  type: Component,
31
- args: [{ selector: 'id-step', template: "<ids-step\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>" }]
31
+ args: [{ selector: "id-step", template: "<ids-step\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>" }]
32
32
  }], ctorParameters: () => [], propDecorators: { state: [{
33
33
  type: Input
34
34
  }], headline: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-stepper.mjs","sources":["../../../projects/ids-angular/components/stepper/step/step.component.ts","../../../projects/ids-angular/components/stepper/step/step.component.html","../../../projects/ids-angular/components/stepper/stepper.component.ts","../../../projects/ids-angular/components/stepper/stepper.component.html","../../../projects/ids-angular/components/stepper/stepper.module.ts","../../../projects/ids-angular/components/stepper/inera-ids-angular-components-stepper.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\n\n@Component({\n selector: 'id-step',\n templateUrl: './step.component.html',\n})\nexport class IDStepComponent {\n\n constructor() { }\n\n @Input()\n state: '' | 'valid' | 'invalid' | 'selected' = '';\n\n @Input()\n headline = '';\n\n @Input()\n srindicatortext = '';\n\n @Input()\n label = '';\n\n @Input()\n expanded = false;\n\n @Input()\n disabled = false;\n\n\n @Output()\n onClosed: EventEmitter<Event> = new EventEmitter();\n \n @Output()\n onExpanded: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n expandedChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n hasClosed (event: Event) {\n this.expanded = false;\n this.onClosed.emit(event)\n this.expandedChange.emit(this.expanded);\n }\n hasExpanded (event: Event) {\n this.expanded = true;\n this.onExpanded.emit(event)\n this.expandedChange.emit(this.expanded);\n }\n}\n","<ids-step\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>","import { Component, EventEmitter, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-stepper\",\n templateUrl: \"./stepper.component.html\"\n})\nexport class IDStepperComponent {\n @Output()\n onDidToggleExpansion: EventEmitter<CustomEvent> = new EventEmitter();\n\n emitToggleExpansion(event: Event) {\n this.onDidToggleExpansion.emit(event as CustomEvent);\n }\n}\n","<ids-stepper (didToggleExpansion)=\"emitToggleExpansion($event)\">\n <ng-content></ng-content>\n</ids-stepper>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDStepComponent } from './step/step.component';\nimport { IDStepperComponent } from './stepper.component';\nimport '@inera/ids-core/components/stepper/register';\n\n@NgModule({\n declarations: [\n IDStepComponent,\n IDStepperComponent\n ],\n exports: [\n IDStepComponent,\n IDStepperComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDStepperModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inera-ids-angular-components-stepper.mjs","sources":["../../../projects/ids-angular/components/stepper/step/step.component.ts","../../../projects/ids-angular/components/stepper/step/step.component.html","../../../projects/ids-angular/components/stepper/stepper.component.ts","../../../projects/ids-angular/components/stepper/stepper.component.html","../../../projects/ids-angular/components/stepper/stepper.module.ts","../../../projects/ids-angular/components/stepper/inera-ids-angular-components-stepper.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-step\",\n templateUrl: \"./step.component.html\"\n})\nexport class IDStepComponent {\n constructor() {}\n\n @Input()\n state: \"\" | \"valid\" | \"invalid\" | \"selected\" = \"\";\n\n @Input()\n headline = \"\";\n\n @Input()\n srindicatortext = \"\";\n\n @Input()\n label = \"\";\n\n @Input()\n expanded = false;\n\n @Input()\n disabled = false;\n\n @Output()\n onClosed: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onExpanded: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n expandedChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n hasClosed(event: Event) {\n this.expanded = false;\n this.onClosed.emit(event);\n this.expandedChange.emit(this.expanded);\n }\n hasExpanded(event: Event) {\n this.expanded = true;\n this.onExpanded.emit(event);\n this.expandedChange.emit(this.expanded);\n }\n}\n","<ids-step\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>","import { Component, EventEmitter, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-stepper\",\n templateUrl: \"./stepper.component.html\"\n})\nexport class IDStepperComponent {\n @Output()\n onDidToggleExpansion: EventEmitter<CustomEvent> = new EventEmitter();\n\n emitToggleExpansion(event: Event) {\n this.onDidToggleExpansion.emit(event as CustomEvent);\n }\n}\n","<ids-stepper (didToggleExpansion)=\"emitToggleExpansion($event)\">\n <ng-content></ng-content>\n</ids-stepper>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDStepComponent } from './step/step.component';\nimport { IDStepperComponent } from './stepper.component';\nimport '@inera/ids-core/components/stepper/register';\n\n@NgModule({\n declarations: [\n IDStepComponent,\n IDStepperComponent\n ],\n exports: [\n IDStepComponent,\n IDStepperComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDStepperModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -25,26 +25,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
25
25
 
26
26
  class IDTabComponent {
27
27
  elementRef;
28
- notices = 0;
29
- notifications = 0;
30
- label = '';
28
+ label = "";
31
29
  selected = false;
32
30
  template;
33
31
  constructor(elementRef) {
34
32
  this.elementRef = elementRef;
35
- elementRef.nativeElement.setAttribute('slot', 'tab');
33
+ elementRef.nativeElement.setAttribute("slot", "tab");
36
34
  }
37
35
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
38
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTabComponent, selector: "id-tab", inputs: { label: "label", selected: "selected" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
39
37
  }
40
38
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTabComponent, decorators: [{
41
39
  type: Component,
42
- args: [{ selector: 'id-tab', template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
43
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { notices: [{
44
- type: Input
45
- }], notifications: [{
46
- type: Input
47
- }], label: [{
40
+ args: [{ selector: "id-tab", template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
41
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { label: [{
48
42
  type: Input
49
43
  }], selected: [{
50
44
  type: Input
@@ -72,11 +66,11 @@ class IDTabsComponent {
72
66
  }, 0);
73
67
  }
74
68
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
75
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", compact: "compact", selectlabel: "selectlabel" }, outputs: { onTabChange: "onTabChange" }, queries: [{ propertyName: "tabComponents", predicate: IDTabComponent }, { propertyName: "tabPanelComponents", predicate: IDTabPanelComponent }], ngImport: i0, template: "<ids-tabs \n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [notifications]=\"tab.notifications\"\n [notices]=\"tab.notices\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
69
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", compact: "compact", selectlabel: "selectlabel" }, outputs: { onTabChange: "onTabChange" }, queries: [{ propertyName: "tabComponents", predicate: IDTabComponent }, { propertyName: "tabPanelComponents", predicate: IDTabPanelComponent }], ngImport: i0, template: "<ids-tabs\n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab\n *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel\n *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
76
70
  }
77
71
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTabsComponent, decorators: [{
78
72
  type: Component,
79
- args: [{ selector: 'id-tabs', template: "<ids-tabs \n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [notifications]=\"tab.notifications\"\n [notices]=\"tab.notices\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>" }]
73
+ args: [{ selector: 'id-tabs', template: "<ids-tabs\n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab\n *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel\n *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>\n" }]
80
74
  }], propDecorators: { responsive: [{
81
75
  type: Input
82
76
  }], unresponsive: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-tabs.mjs","sources":["../../../projects/ids-angular/components/tabs/panel/tab-panel.component.ts","../../../projects/ids-angular/components/tabs/panel/tab-panel.component.html","../../../projects/ids-angular/components/tabs/tab/tab.component.ts","../../../projects/ids-angular/components/tabs/tab/tab.component.html","../../../projects/ids-angular/components/tabs/tabs.component.ts","../../../projects/ids-angular/components/tabs/tabs.component.html","../../../projects/ids-angular/components/tabs/tabs.module.ts","../../../projects/ids-angular/components/tabs/inera-ids-angular-components-tabs.ts"],"sourcesContent":["import { Component, Input, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n selector: 'id-tab-panel',\n templateUrl: './tab-panel.component.html'\n})\nexport class IDTabPanelComponent {\n\n @Input()\n nofocus: string | undefined = undefined;\n\n @Input()\n compact: string | undefined = undefined;\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n}\n","<ng-template>\n <ng-content></ng-content>\n</ng-template>","import { Component, ElementRef, Input, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n selector: 'id-tab',\n templateUrl: './tab.component.html'\n})\nexport class IDTabComponent {\n\n @Input()\n notices: number = 0;\n\n @Input()\n notifications: number = 0;\n\n @Input()\n label: string = '';\n\n @Input()\n selected: Boolean = false;\n\n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n constructor(private elementRef: ElementRef<HTMLElement>) {\n elementRef.nativeElement.setAttribute('slot', 'tab');\n }\n}\n","<ng-template>\n <ng-content></ng-content>\n</ng-template>","import { AfterContentInit, Component, ContentChildren, EventEmitter, Input, Output, QueryList } from '@angular/core';\nimport { IDTabComponent } from './tab/tab.component';\nimport { IDTabPanelComponent } from './panel/tab-panel.component';\n\n@Component({\n selector: 'id-tabs',\n templateUrl: './tabs.component.html'\n})\nexport class IDTabsComponent implements AfterContentInit {\n\n @Input()\n responsive: 'm' | 's' = 'm';\n @Input()\n unresponsive: boolean = false;\n @Input()\n compact: boolean = false;\n @Input()\n selectlabel: string = '';\n\n @ContentChildren(IDTabComponent) tabComponents: QueryList<IDTabComponent>;\n @ContentChildren(IDTabPanelComponent) tabPanelComponents: QueryList<IDTabPanelComponent>; \n \n @Output()\n onTabChange: EventEmitter<Event> = new EventEmitter();\n\n public tabs: IDTabComponent[];\n public tabPanels: IDTabPanelComponent[];\n showContent = false;\n\n public ngAfterContentInit(): void {\n setTimeout(() => {\n this.tabs = this.tabComponents.toArray();\n this.tabPanels = this.tabPanelComponents.toArray();\n this.showContent = true;\n }, 0);\n }\n\n}\n","<ids-tabs \n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [notifications]=\"tab.notifications\"\n [notices]=\"tab.notices\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDTabsComponent } from './tabs.component';\nimport { IDTabComponent} from './tab/tab.component';\nimport { IDTabPanelComponent } from './panel/tab-panel.component';\nimport '@inera/ids-core/components/tabs/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDTabsComponent,\n IDTabComponent,\n IDTabPanelComponent\n ],\n imports: [CommonModule],\n exports: [\n IDTabsComponent,\n IDTabComponent,\n IDTabPanelComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDTabsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inera-ids-angular-components-tabs.mjs","sources":["../../../projects/ids-angular/components/tabs/panel/tab-panel.component.ts","../../../projects/ids-angular/components/tabs/panel/tab-panel.component.html","../../../projects/ids-angular/components/tabs/tab/tab.component.ts","../../../projects/ids-angular/components/tabs/tab/tab.component.html","../../../projects/ids-angular/components/tabs/tabs.component.ts","../../../projects/ids-angular/components/tabs/tabs.component.html","../../../projects/ids-angular/components/tabs/tabs.module.ts","../../../projects/ids-angular/components/tabs/inera-ids-angular-components-tabs.ts"],"sourcesContent":["import { Component, Input, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n selector: 'id-tab-panel',\n templateUrl: './tab-panel.component.html'\n})\nexport class IDTabPanelComponent {\n\n @Input()\n nofocus: string | undefined = undefined;\n\n @Input()\n compact: string | undefined = undefined;\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n}\n","<ng-template>\n <ng-content></ng-content>\n</ng-template>","import { Component, ElementRef, Input, TemplateRef, ViewChild } from \"@angular/core\";\n\n@Component({\n selector: \"id-tab\",\n templateUrl: \"./tab.component.html\"\n})\nexport class IDTabComponent {\n @Input()\n label: string = \"\";\n\n @Input()\n selected: Boolean = false;\n\n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n constructor(private elementRef: ElementRef<HTMLElement>) {\n elementRef.nativeElement.setAttribute(\"slot\", \"tab\");\n }\n}\n","<ng-template>\n <ng-content></ng-content>\n</ng-template>","import { AfterContentInit, Component, ContentChildren, EventEmitter, Input, Output, QueryList } from '@angular/core';\nimport { IDTabComponent } from './tab/tab.component';\nimport { IDTabPanelComponent } from './panel/tab-panel.component';\n\n@Component({\n selector: 'id-tabs',\n templateUrl: './tabs.component.html'\n})\nexport class IDTabsComponent implements AfterContentInit {\n\n @Input()\n responsive: 'm' | 's' = 'm';\n @Input()\n unresponsive: boolean = false;\n @Input()\n compact: boolean = false;\n @Input()\n selectlabel: string = '';\n\n @ContentChildren(IDTabComponent) tabComponents: QueryList<IDTabComponent>;\n @ContentChildren(IDTabPanelComponent) tabPanelComponents: QueryList<IDTabPanelComponent>; \n \n @Output()\n onTabChange: EventEmitter<Event> = new EventEmitter();\n\n public tabs: IDTabComponent[];\n public tabPanels: IDTabPanelComponent[];\n showContent = false;\n\n public ngAfterContentInit(): void {\n setTimeout(() => {\n this.tabs = this.tabComponents.toArray();\n this.tabPanels = this.tabPanelComponents.toArray();\n this.showContent = true;\n }, 0);\n }\n\n}\n","<ids-tabs\n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab\n *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel\n *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDTabsComponent } from './tabs.component';\nimport { IDTabComponent} from './tab/tab.component';\nimport { IDTabPanelComponent } from './panel/tab-panel.component';\nimport '@inera/ids-core/components/tabs/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDTabsComponent,\n IDTabComponent,\n IDTabPanelComponent\n ],\n imports: [CommonModule],\n exports: [\n IDTabsComponent,\n IDTabComponent,\n IDTabPanelComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDTabsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}