@inera/ids-angular 2.6.0 → 3.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 (76) hide show
  1. package/bundles/inera-ids-angular.umd.js +504 -246
  2. package/bundles/inera-ids-angular.umd.js.map +1 -1
  3. package/esm2015/lib/classes/header/IDHeaderAvatar.js +4 -1
  4. package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
  5. package/esm2015/lib/components/agent/agent.component.js +8 -8
  6. package/esm2015/lib/components/alert/alert.component.js +15 -12
  7. package/esm2015/lib/components/alert-global/alert-global.component.js +14 -10
  8. package/esm2015/lib/components/badge/badge.component.js +2 -2
  9. package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +10 -10
  10. package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +4 -7
  11. package/esm2015/lib/components/button/button.component.js +22 -8
  12. package/esm2015/lib/components/button/button.module.js +6 -3
  13. package/esm2015/lib/components/carousel/carousel.component.js +8 -8
  14. package/esm2015/lib/components/date-label/date-label.component.js +4 -4
  15. package/esm2015/lib/components/dialog/dialog.component.js +16 -7
  16. package/esm2015/lib/components/expandable/expandable.component.js +2 -2
  17. package/esm2015/lib/components/footer/footer.component.js +5 -5
  18. package/esm2015/lib/components/footer/footer.module.js +2 -2
  19. package/esm2015/lib/components/form/base/IDFormBase.js +6 -3
  20. package/esm2015/lib/components/form/checkbox/checkbox.component.js +2 -2
  21. package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +2 -2
  22. package/esm2015/lib/components/form/input/input.component.js +2 -6
  23. package/esm2015/lib/components/form/radio/radio-group.component.js +4 -4
  24. package/esm2015/lib/components/form/radio/radio.component.js +6 -6
  25. package/esm2015/lib/components/form/range/range.component.js +4 -4
  26. package/esm2015/lib/components/form/select/select.component.js +4 -7
  27. package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +4 -4
  28. package/esm2015/lib/components/form/textarea/textarea.component.js +2 -2
  29. package/esm2015/lib/components/form/time/time.component.js +6 -6
  30. package/esm2015/lib/components/header/header.component.js +28 -28
  31. package/esm2015/lib/components/header/header.module.js +5 -4
  32. package/esm2015/lib/components/link/link.component.js +15 -15
  33. package/esm2015/lib/components/link/link.module.js +4 -5
  34. package/esm2015/lib/components/list/item/list-item.component.js +6 -6
  35. package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +2 -2
  36. package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +1 -1
  37. package/esm2015/lib/components/popover/popover.component.js +9 -6
  38. package/esm2015/lib/components/tabs/panel/tab-panel.component.js +4 -4
  39. package/esm2015/lib/components/tabs/tab/tab.component.js +7 -5
  40. package/esm2015/lib/components/tag/tag.component.js +8 -8
  41. package/esm2015/lib/internals/anchor.component.js +1 -1
  42. package/esm2015/lib/internals/anchor.module.js +1 -1
  43. package/esm2015/public-api.js +217 -1
  44. package/fesm2015/inera-ids-angular.js +486 -241
  45. package/fesm2015/inera-ids-angular.js.map +1 -1
  46. package/lib/classes/header/IDHeaderAvatar.d.ts +1 -0
  47. package/lib/classes/header/IDHeaderAvatarProps.d.ts +1 -0
  48. package/lib/components/agent/agent.component.d.ts +4 -4
  49. package/lib/components/alert/alert.component.d.ts +7 -6
  50. package/lib/components/alert-global/alert-global.component.d.ts +7 -5
  51. package/lib/components/badge/badge.component.d.ts +1 -1
  52. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +5 -5
  53. package/lib/components/button/button.component.d.ts +8 -4
  54. package/lib/components/button/button.module.d.ts +3 -1
  55. package/lib/components/carousel/carousel.component.d.ts +4 -4
  56. package/lib/components/date-label/date-label.component.d.ts +2 -2
  57. package/lib/components/dialog/dialog.component.d.ts +7 -3
  58. package/lib/components/footer/footer.component.d.ts +3 -3
  59. package/lib/components/form/base/IDFormBase.d.ts +2 -1
  60. package/lib/components/form/input/input.component.d.ts +1 -3
  61. package/lib/components/form/radio/radio-group.component.d.ts +2 -2
  62. package/lib/components/form/radio/radio.component.d.ts +2 -2
  63. package/lib/components/form/range/range.component.d.ts +2 -2
  64. package/lib/components/form/select/select.component.d.ts +0 -1
  65. package/lib/components/form/select-multiple/select-multiple.component.d.ts +2 -2
  66. package/lib/components/form/time/time.component.d.ts +2 -2
  67. package/lib/components/header/header.component.d.ts +18 -18
  68. package/lib/components/header/header.module.d.ts +2 -1
  69. package/lib/components/link/link.component.d.ts +10 -10
  70. package/lib/components/link/link.module.d.ts +1 -2
  71. package/lib/components/list/item/list-item.component.d.ts +3 -3
  72. package/lib/components/popover/popover.component.d.ts +4 -3
  73. package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -2
  74. package/lib/components/tabs/tab/tab.component.d.ts +3 -2
  75. package/lib/components/tag/tag.component.d.ts +4 -4
  76. package/package.json +2 -2
@@ -7,6 +7,7 @@ import '@inera/ids-core/components/alert-global/register';
7
7
  import '@inera/ids-core/components/agent/register';
8
8
  import '@inera/ids-core/components/badge/register';
9
9
  import '@inera/ids-core/components/button/register';
10
+ import '@inera/ids-core/components/icon/register';
10
11
  import '@inera/ids-core/components/button-group/register';
11
12
  import '@inera/ids-core/components/carousel/register';
12
13
  import * as i1 from '@angular/platform-browser';
@@ -17,7 +18,6 @@ import '@inera/ids-core/components/card/register';
17
18
  import '@inera/ids-core/components/date-label/register';
18
19
  import '@inera/ids-core/components/dialog/register';
19
20
  import '@inera/ids-core/components/expandable/register';
20
- import '@inera/ids-core/components/icon/register';
21
21
  import '@inera/ids-core/components/form/input/register';
22
22
  import '@inera/ids-core/components/form/checkbox/register';
23
23
  import '@inera/ids-core/components/form/checkbox-group/register';
@@ -52,18 +52,19 @@ class IDAlertComponent {
52
52
  this.dismissible = false;
53
53
  this.collapsable = false;
54
54
  this.collapsed = false;
55
- this.srCollapseText = '';
56
- this.srExpandText = '';
55
+ this.srcollapsetext = '';
56
+ this.srexpandtext = '';
57
57
  this.headline = '';
58
58
  this.live = '';
59
59
  this.type = '';
60
- this.srCloseText = '';
61
- this.srIconTitle = '';
62
- this.closed = new EventEmitter();
60
+ this.srclosetext = '';
61
+ this.sricontitle = '';
62
+ this.onClosed = new EventEmitter();
63
+ this.onCollapsed = new EventEmitter();
63
64
  }
64
65
  }
65
66
  IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
- IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", collapsed: "collapsed", srCollapseText: "srCollapseText", srExpandText: "srExpandText", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srCollapseText\"\r\n [srexpandtext]=\"srExpandText\"\r\n [attr.aria-live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [sricontitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
67
+ IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
67
68
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
68
69
  type: Component,
69
70
  args: [{
@@ -77,9 +78,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
77
78
  type: Input
78
79
  }], collapsed: [{
79
80
  type: Input
80
- }], srCollapseText: [{
81
+ }], srcollapsetext: [{
81
82
  type: Input
82
- }], srExpandText: [{
83
+ }], srexpandtext: [{
83
84
  type: Input
84
85
  }], headline: [{
85
86
  type: Input
@@ -87,11 +88,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
87
88
  type: Input
88
89
  }], type: [{
89
90
  type: Input
90
- }], srCloseText: [{
91
+ }], srclosetext: [{
91
92
  type: Input
92
- }], srIconTitle: [{
93
+ }], sricontitle: [{
93
94
  type: Input
94
- }], closed: [{
95
+ }], onClosed: [{
96
+ type: Output
97
+ }], onCollapsed: [{
95
98
  type: Output
96
99
  }] } });
97
100
 
@@ -118,14 +121,15 @@ class IDAlertGlobalComponent {
118
121
  constructor() {
119
122
  this.expanded = true;
120
123
  this.headline = '';
121
- this.hideMobileIcon = '';
122
- this.showText = 'Visa meddelande';
123
- this.hideText = 'Dölj meddelande';
124
- this.didToggleExpansion = new EventEmitter();
124
+ this.hidemobileicon = '';
125
+ this.showtext = 'Visa meddelande';
126
+ this.hidetext = 'Dölj meddelande';
127
+ this.icon = undefined;
128
+ this.onDidToggleExpansion = new EventEmitter();
125
129
  }
126
130
  }
127
131
  IDAlertGlobalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertGlobalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
128
- IDAlertGlobalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", hideMobileIcon: "hideMobileIcon", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showText\"\r\n [hidetext]=\"hideText\"\r\n [expanded]=\"expanded\"\r\n [hidemobileicon]=\"hideMobileIcon ? true : null\"\r\n (closed)=\"didToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host { display: block; }"] });
132
+ IDAlertGlobalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", hidemobileicon: "hidemobileicon", showtext: "showtext", hidetext: "hidetext", icon: "icon" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n [hidemobileicon]=\"hidemobileicon ? true : null\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ids-icon *ngIf=\"icon !== undefined\"\r\n [attr.name]=\"icon?.name\"\r\n [attr.title]=\"icon?.title\" \r\n [attr.color]=\"icon?.color\" \r\n [attr.color2]=\"icon?.color2\" \r\n [attr.size]=\"icon?.size\" \r\n [attr.padding]=\"icon?.padding\" \r\n [attr.rotate]=\"icon?.rotate\" \r\n [attr.colorpreset]=\"icon?.colorpreset\" \r\n [attr.height]=\"icon?.height\" \r\n [attr.width]=\"icon?.width\"></ids-icon>\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host { display: block; }"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
129
133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertGlobalComponent, decorators: [{
130
134
  type: Component,
131
135
  args: [{
@@ -137,13 +141,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
137
141
  type: Input
138
142
  }], headline: [{
139
143
  type: Input
140
- }], hideMobileIcon: [{
144
+ }], hidemobileicon: [{
141
145
  type: Input
142
- }], showText: [{
146
+ }], showtext: [{
143
147
  type: Input
144
- }], hideText: [{
148
+ }], hidetext: [{
145
149
  type: Input
146
- }], didToggleExpansion: [{
150
+ }], icon: [{
151
+ type: Input
152
+ }], onDidToggleExpansion: [{
147
153
  type: Output
148
154
  }] } });
149
155
 
@@ -170,13 +176,13 @@ class IDAgentComponent {
170
176
  constructor() {
171
177
  this.expanded = true;
172
178
  this.headline = '';
173
- this.showText = 'Visa meddelande';
174
- this.hideText = 'Dölj meddelande';
175
- this.didToggleExpansion = new EventEmitter();
179
+ this.showtext = 'Visa meddelande';
180
+ this.hidetext = 'Dölj meddelande';
181
+ this.onDidToggleExpansion = new EventEmitter();
176
182
  }
177
183
  }
178
184
  IDAgentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
179
- IDAgentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAgentComponent, selector: "id-agent", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0, template: "<ids-agent\r\n [headline]=\"headline\"\r\n [showtext]=\"showText\"\r\n [hidetext]=\"hideText\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"didToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host { display: block; }"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
185
+ IDAgentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAgentComponent, selector: "id-agent", inputs: { expanded: "expanded", headline: "headline", showtext: "showtext", hidetext: "hidetext" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-agent\r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host { display: block; }"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
180
186
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAgentComponent, decorators: [{
181
187
  type: Component,
182
188
  args: [{
@@ -188,11 +194,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
188
194
  type: Input
189
195
  }], headline: [{
190
196
  type: Input
191
- }], showText: [{
197
+ }], showtext: [{
192
198
  type: Input
193
- }], hideText: [{
199
+ }], hidetext: [{
194
200
  type: Input
195
- }], didToggleExpansion: [{
201
+ }], onDidToggleExpansion: [{
196
202
  type: Output
197
203
  }] } });
198
204
 
@@ -217,7 +223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
217
223
 
218
224
  class IDBadgeComponent {
219
225
  constructor() {
220
- this.type = 'main';
226
+ this.type = 'primary';
221
227
  }
222
228
  }
223
229
  IDBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -258,8 +264,8 @@ class IDButtonComponent {
258
264
  this.tertiary = false;
259
265
  this.toggle = false;
260
266
  this.block = false;
261
- this.sBlock = false;
262
- this.mBlock = false;
267
+ this.sblock = false;
268
+ this.mblock = false;
263
269
  this.active = false;
264
270
  this.submit = false;
265
271
  this.search = false;
@@ -267,17 +273,24 @@ class IDButtonComponent {
267
273
  this.disabled = false;
268
274
  this.type = undefined;
269
275
  this.color = undefined;
270
- this.clicked = new EventEmitter();
276
+ //For Dialog
277
+ this.trigger = '';
278
+ // General props
279
+ this.tabindex = '';
280
+ // Internal Icon
281
+ this.iconobject = undefined;
282
+ this.onClicked = new EventEmitter();
271
283
  }
272
284
  }
273
285
  IDButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
274
- IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sBlock ? 'true' : null\"\r\n [mblock]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"clicked.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-mblock=true], id-button[ng-reflect-sblock=true] { display: contents; }"], encapsulation: i0.ViewEncapsulation.None });
286
+ IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sblock: "sblock", mblock: "mblock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color", trigger: "trigger", tabindex: "tabindex", iconobject: "iconobject" }, outputs: { onClicked: "onClicked" }, host: { classAttribute: "ids-contains-clickable" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [attr.trigger]=\"trigger ? 'true' : null\"\r\n [attr.tabindex]=\"tabindex ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"onClicked.emit(true)\">\r\n <ids-icon *ngIf=\"iconobject !== undefined\"\r\n [attr.name]=\"iconobject?.name\"\r\n [attr.title]=\"iconobject?.title\" \r\n [attr.color]=\"iconobject?.color\" \r\n [attr.color2]=\"iconobject?.color2\" \r\n [attr.size]=\"iconobject?.size\" \r\n [attr.padding]=\"iconobject?.padding\" \r\n [attr.rotate]=\"iconobject?.rotate\" \r\n [attr.colorpreset]=\"iconobject?.colorpreset\" \r\n [attr.height]=\"iconobject?.height\" \r\n [attr.width]=\"iconobject?.width\"></ids-icon>\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-mblock=true], id-button[ng-reflect-sblock=true] { display: contents; }"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
275
287
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, decorators: [{
276
288
  type: Component,
277
289
  args: [{
278
290
  selector: 'id-button',
279
291
  templateUrl: './button.component.html',
280
292
  styles: ['id-button[ng-reflect-block=true], id-button[ng-reflect-mblock=true], id-button[ng-reflect-sblock=true] { display: contents; }'],
293
+ host: { 'class': 'ids-contains-clickable' },
281
294
  encapsulation: ViewEncapsulation.None,
282
295
  }]
283
296
  }], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
@@ -292,9 +305,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
292
305
  type: Input
293
306
  }], block: [{
294
307
  type: Input
295
- }], sBlock: [{
308
+ }], sblock: [{
296
309
  type: Input
297
- }], mBlock: [{
310
+ }], mblock: [{
298
311
  type: Input
299
312
  }], active: [{
300
313
  type: Input
@@ -310,15 +323,84 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
310
323
  type: Input
311
324
  }], color: [{
312
325
  type: Input
313
- }], clicked: [{
326
+ }], trigger: [{
327
+ type: Input
328
+ }], tabindex: [{
329
+ type: Input
330
+ }], iconobject: [{
331
+ type: Input
332
+ }], onClicked: [{
314
333
  type: Output
315
334
  }] } });
316
335
 
336
+ class IDIconComponent {
337
+ constructor() {
338
+ this.name = undefined;
339
+ this.rotate = undefined;
340
+ this.color = undefined;
341
+ this.color2 = undefined;
342
+ this.colorpreset = undefined;
343
+ this.title = undefined;
344
+ this.size = 'm';
345
+ this.inline = false;
346
+ this.width = undefined;
347
+ this.height = undefined;
348
+ }
349
+ }
350
+ IDIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
351
+ IDIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", rotate: "rotate", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", inline: "inline", width: "width", height: "height" }, ngImport: i0, template: "<ids-icon \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon >", encapsulation: i0.ViewEncapsulation.None });
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, decorators: [{
353
+ type: Component,
354
+ args: [{
355
+ selector: 'id-icon',
356
+ templateUrl: './icon.component.html',
357
+ encapsulation: ViewEncapsulation.None,
358
+ }]
359
+ }], ctorParameters: function () { return []; }, propDecorators: { name: [{
360
+ type: Input
361
+ }], rotate: [{
362
+ type: Input
363
+ }], color: [{
364
+ type: Input
365
+ }], color2: [{
366
+ type: Input
367
+ }], colorpreset: [{
368
+ type: Input
369
+ }], title: [{
370
+ type: Input
371
+ }], size: [{
372
+ type: Input
373
+ }], inline: [{
374
+ type: Input
375
+ }], width: [{
376
+ type: Input
377
+ }], height: [{
378
+ type: Input
379
+ }] } });
380
+
381
+ class IDIconModule {
382
+ }
383
+ IDIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
384
+ IDIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
385
+ IDIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule });
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, decorators: [{
387
+ type: NgModule,
388
+ args: [{
389
+ declarations: [
390
+ IDIconComponent
391
+ ],
392
+ exports: [
393
+ IDIconComponent
394
+ ],
395
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
396
+ }]
397
+ }] });
398
+
317
399
  class IDButtonModule {
318
400
  }
319
401
  IDButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
320
- IDButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule, declarations: [IDButtonComponent], exports: [IDButtonComponent] });
321
- IDButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule });
402
+ IDButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule, declarations: [IDButtonComponent], imports: [CommonModule, IDIconModule], exports: [IDButtonComponent] });
403
+ IDButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule, imports: [[CommonModule, IDIconModule]] });
322
404
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonModule, decorators: [{
323
405
  type: NgModule,
324
406
  args: [{
@@ -328,6 +410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
328
410
  exports: [
329
411
  IDButtonComponent
330
412
  ],
413
+ imports: [CommonModule, IDIconModule],
331
414
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
332
415
  }]
333
416
  }] });
@@ -371,13 +454,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
371
454
  class IDCarouselComponent {
372
455
  constructor() {
373
456
  this.autoplay = false;
374
- this.srNextLabel = 'Nästa slide';
375
- this.srPrevLabel = 'Föregående slide';
376
- this.autoplayDelay = 5000;
457
+ this.srnextlabel = 'Nästa slide';
458
+ this.srprevlabel = 'Föregående slide';
459
+ this.autoplaydelay = 5000;
377
460
  }
378
461
  }
379
462
  IDCarouselComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCarouselComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
380
- IDCarouselComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCarouselComponent, selector: "id-carousel", inputs: { autoplay: "autoplay", srNextLabel: "srNextLabel", srPrevLabel: "srPrevLabel", autoplayDelay: "autoplayDelay" }, ngImport: i0, template: "<ids-carousel\r\n [srnextlabel]=\"srNextLabel\"\r\n [srnextlabel]=\"srNextLabel\"\r\n [autoplay]=\"autoplay ? true : null\"\r\n [autoplaydelay]=\"autoplayDelay\">\r\n <ng-content></ng-content>\r\n</ids-carousel>" });
463
+ IDCarouselComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCarouselComponent, selector: "id-carousel", inputs: { autoplay: "autoplay", srnextlabel: "srnextlabel", srprevlabel: "srprevlabel", autoplaydelay: "autoplaydelay" }, ngImport: i0, template: "<ids-carousel\r\n [srnextlabel]=\"srnextlabel\"\r\n [srprevlabel]=\"srprevlabel\"\r\n [autoplay]=\"autoplay ? true : null\"\r\n [autoplaydelay]=\"autoplaydelay\">\r\n <ng-content></ng-content>\r\n</ids-carousel>" });
381
464
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCarouselComponent, decorators: [{
382
465
  type: Component,
383
466
  args: [{
@@ -386,11 +469,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
386
469
  }]
387
470
  }], ctorParameters: function () { return []; }, propDecorators: { autoplay: [{
388
471
  type: Input
389
- }], srNextLabel: [{
472
+ }], srnextlabel: [{
390
473
  type: Input
391
- }], srPrevLabel: [{
474
+ }], srprevlabel: [{
392
475
  type: Input
393
- }], autoplayDelay: [{
476
+ }], autoplaydelay: [{
394
477
  type: Input
395
478
  }] } });
396
479
 
@@ -595,14 +678,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
595
678
 
596
679
  class IDBreadcrumbsComponent {
597
680
  constructor() {
598
- this.links = [];
681
+ this.lead = 'Du är här:';
599
682
  this.current = '';
600
- this.lead = '';
601
- this.srLabel = '';
683
+ this.srlabel = 'Du är här';
684
+ this.links = [];
602
685
  }
603
686
  }
604
687
  IDBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
605
- IDBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDBreadcrumbsComponent, selector: "id-breadcrumbs", inputs: { links: "links", mobileLink: "mobileLink", current: "current", lead: "lead", srLabel: "srLabel" }, ngImport: i0, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srLabel\">\r\n <ids-crumb *ngFor=\"let link of links\">\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-crumb>\r\n <ids-crumb mobile=\"true\" *ngIf=\"mobileLink\">\r\n <id-anchor [link]=\"mobileLink\"></id-anchor>\r\n </ids-crumb>\r\n</ids-breadcrumbs>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
688
+ IDBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDBreadcrumbsComponent, selector: "id-breadcrumbs", inputs: { lead: "lead", current: "current", srlabel: "srlabel", links: "links", mobilelink: "mobilelink" }, ngImport: i0, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srlabel\">\r\n <ids-crumb *ngFor=\"let link of links\">\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-crumb>\r\n <ids-crumb mobile=\"true\" *ngIf=\"mobilelink\">\r\n <id-anchor [link]=\"mobilelink\"></id-anchor>\r\n </ids-crumb>\r\n</ids-breadcrumbs>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
606
689
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsComponent, decorators: [{
607
690
  type: Component,
608
691
  args: [{
@@ -610,15 +693,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
610
693
  templateUrl: './breadcrumbs.component.html',
611
694
  encapsulation: ViewEncapsulation.None,
612
695
  }]
613
- }], ctorParameters: function () { return []; }, propDecorators: { links: [{
614
- type: Input
615
- }], mobileLink: [{
696
+ }], ctorParameters: function () { return []; }, propDecorators: { lead: [{
616
697
  type: Input
617
698
  }], current: [{
618
699
  type: Input
619
- }], lead: [{
700
+ }], srlabel: [{
701
+ type: Input
702
+ }], links: [{
620
703
  type: Input
621
- }], srLabel: [{
704
+ }], mobilelink: [{
622
705
  type: Input
623
706
  }] } });
624
707
 
@@ -646,11 +729,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
646
729
  class IDBreadcrumbsModule {
647
730
  }
648
731
  IDBreadcrumbsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
649
- IDBreadcrumbsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [CommonModule,
650
- IDAnchorModule], exports: [IDBreadcrumbsComponent] });
732
+ IDBreadcrumbsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [CommonModule, IDAnchorModule], exports: [IDBreadcrumbsComponent] });
651
733
  IDBreadcrumbsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsModule, imports: [[
652
- CommonModule,
653
- IDAnchorModule
734
+ CommonModule, IDAnchorModule
654
735
  ]] });
655
736
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDBreadcrumbsModule, decorators: [{
656
737
  type: NgModule,
@@ -662,8 +743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
662
743
  IDBreadcrumbsComponent
663
744
  ],
664
745
  imports: [
665
- CommonModule,
666
- IDAnchorModule
746
+ CommonModule, IDAnchorModule
667
747
  ],
668
748
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
669
749
  }]
@@ -710,12 +790,12 @@ class IDDateLabelComponent {
710
790
  this.date = null;
711
791
  this.year = null;
712
792
  this.month = null;
713
- this.monthLabel = null;
793
+ this.monthlabel = null;
714
794
  this.day = null;
715
795
  }
716
796
  }
717
797
  IDDateLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDDateLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
718
- IDDateLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDateLabelComponent, selector: "id-date-label", inputs: { date: "date", year: "year", month: "month", monthLabel: "monthLabel", day: "day" }, ngImport: i0, template: "<ids-date-label \n [date]=\"date?.toString()\"\n [year]=\"year\"\n [month]=\"month\"\n [monthlabel]=\"monthLabel\"\n [day]=\"day\">\n <ng-content></ng-content>\n</ids-date-label>", encapsulation: i0.ViewEncapsulation.None });
798
+ IDDateLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDateLabelComponent, selector: "id-date-label", inputs: { date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day" }, ngImport: i0, template: "<ids-date-label \r\n [date]=\"date?.toString()\"\r\n [year]=\"year\"\r\n [month]=\"month\"\r\n [monthlabel]=\"monthlabel\"\r\n [day]=\"day\">\r\n <ng-content></ng-content>\r\n</ids-date-label>", encapsulation: i0.ViewEncapsulation.None });
719
799
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDDateLabelComponent, decorators: [{
720
800
  type: Component,
721
801
  args: [{
@@ -729,7 +809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
729
809
  type: Input
730
810
  }], month: [{
731
811
  type: Input
732
- }], monthLabel: [{
812
+ }], monthlabel: [{
733
813
  type: Input
734
814
  }], day: [{
735
815
  type: Input
@@ -756,17 +836,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
756
836
  class IDDialogComponent {
757
837
  constructor() {
758
838
  this.dismissible = false;
759
- this.srCloseText = false;
760
- this.noFocusTrap = false;
839
+ this.srclosetext = '';
840
+ this.nofocustrap = false;
841
+ this.autofocus = false;
761
842
  this.headline = '';
762
843
  this.overlay = false;
763
844
  this.persistent = false;
764
845
  this.show = false;
765
846
  this.width = '';
847
+ this.onClosed = new EventEmitter();
848
+ }
849
+ emitOnClosed(e) {
850
+ this.onClosed.emit(e);
766
851
  }
767
852
  }
768
853
  IDDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
769
- IDDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srCloseText: "srCloseText", noFocusTrap: "noFocusTrap", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, ngImport: i0, template: "<ids-dialog \r\n [dismissible]=\"dismissible\"\r\n [headline]=\"headline\"\r\n [overlay]=\"overlay ? true : null\"\r\n [nofocustrap]=\"noFocusTrap ? true : null\"\r\n [persistent]=\"persistent\"\r\n [show]=\"show\"\r\n [width]=\"width\"\r\n nofocustrap=\"noFocusTrap\"\r\n [srclosetext]=\"srCloseText\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0.ViewEncapsulation.None });
854
+ IDDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", autofocus: "autofocus", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, outputs: { onClosed: "onClosed" }, ngImport: i0, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.headline]=\"headline\"\r\n [attr.overlay]=\"overlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [show]=\"show\"\r\n [width]=\"width\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"emitOnClosed\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0.ViewEncapsulation.None });
770
855
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDDialogComponent, decorators: [{
771
856
  type: Component,
772
857
  args: [{
@@ -776,9 +861,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
776
861
  }]
777
862
  }], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
778
863
  type: Input
779
- }], srCloseText: [{
864
+ }], srclosetext: [{
865
+ type: Input
866
+ }], nofocustrap: [{
780
867
  type: Input
781
- }], noFocusTrap: [{
868
+ }], autofocus: [{
782
869
  type: Input
783
870
  }], headline: [{
784
871
  type: Input
@@ -790,6 +877,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
790
877
  type: Input
791
878
  }], width: [{
792
879
  type: Input
880
+ }], onClosed: [{
881
+ type: Output
793
882
  }] } });
794
883
 
795
884
  class IDDialogActionsComponent {
@@ -837,7 +926,7 @@ class IDExpandableComponent {
837
926
  }
838
927
  }
839
928
  IDExpandableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDExpandableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
840
- IDExpandableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDExpandableComponent, selector: "id-expandable", inputs: { borderless: "borderless", expanded: "expanded", headline: "headline", variation: "variation" }, ngImport: i0, template: "<ids-expandable [attr.borderless]=\"borderless ? true : null\" [expanded]=\"expanded\" [headline]=\"headline\" [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-expandable>", encapsulation: i0.ViewEncapsulation.None });
929
+ IDExpandableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDExpandableComponent, selector: "id-expandable", inputs: { borderless: "borderless", expanded: "expanded", headline: "headline", variation: "variation" }, ngImport: i0, template: "<ids-expandable \r\n [attr.borderless]=\"borderless ? true : null\"\r\n [expanded]=\"expanded ? true : null\"\r\n [headline]=\"headline\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-expandable>", encapsulation: i0.ViewEncapsulation.None });
841
930
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDExpandableComponent, decorators: [{
842
931
  type: Component,
843
932
  args: [{
@@ -909,73 +998,11 @@ class IDIcon {
909
998
  }
910
999
  }
911
1000
 
912
- class IDIconComponent {
913
- constructor() {
914
- this.name = undefined;
915
- this.rotate = undefined;
916
- this.color = undefined;
917
- this.color2 = undefined;
918
- this.colorpreset = undefined;
919
- this.title = undefined;
920
- this.size = 'm';
921
- this.inline = false;
922
- this.width = undefined;
923
- this.height = undefined;
924
- }
925
- }
926
- IDIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
927
- IDIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", rotate: "rotate", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", inline: "inline", width: "width", height: "height" }, ngImport: i0, template: "<ids-icon \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon >", encapsulation: i0.ViewEncapsulation.None });
928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, decorators: [{
929
- type: Component,
930
- args: [{
931
- selector: 'id-icon',
932
- templateUrl: './icon.component.html',
933
- encapsulation: ViewEncapsulation.None,
934
- }]
935
- }], ctorParameters: function () { return []; }, propDecorators: { name: [{
936
- type: Input
937
- }], rotate: [{
938
- type: Input
939
- }], color: [{
940
- type: Input
941
- }], color2: [{
942
- type: Input
943
- }], colorpreset: [{
944
- type: Input
945
- }], title: [{
946
- type: Input
947
- }], size: [{
948
- type: Input
949
- }], inline: [{
950
- type: Input
951
- }], width: [{
952
- type: Input
953
- }], height: [{
954
- type: Input
955
- }] } });
956
-
957
- class IDIconModule {
958
- }
959
- IDIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
960
- IDIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
961
- IDIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule });
962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconModule, decorators: [{
963
- type: NgModule,
964
- args: [{
965
- declarations: [
966
- IDIconComponent
967
- ],
968
- exports: [
969
- IDIconComponent
970
- ],
971
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
972
- }]
973
- }] });
974
-
975
1001
  class IDFormBase {
976
1002
  constructor() {
977
1003
  this.valid = 'true';
978
- this.noValidation = false;
1004
+ this.light = false;
1005
+ this.novalidation = false;
979
1006
  }
980
1007
  }
981
1008
  IDFormBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
@@ -984,7 +1011,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
984
1011
  type: Injectable
985
1012
  }], ctorParameters: function () { return []; }, propDecorators: { valid: [{
986
1013
  type: Input
987
- }], noValidation: [{
1014
+ }], light: [{
1015
+ type: Input
1016
+ }], novalidation: [{
988
1017
  type: Input
989
1018
  }] } });
990
1019
 
@@ -992,11 +1021,10 @@ class IDInputComponent extends IDFormBase {
992
1021
  constructor() {
993
1022
  super();
994
1023
  this.autofocus = false;
995
- this.appendIcon = null;
996
1024
  }
997
1025
  }
998
1026
  IDInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
999
- IDInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus", appendIcon: "appendIcon" }, usesInheritance: true, ngImport: i0, template: "<ids-input [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"noValidation ? noValidation : null\"\r\n [attr.autofocus]=\"autofocus ? autofocus : null\">\r\n <ng-content></ng-content>\r\n <ids-icon *ngIf=\"appendIcon !== null\"\r\n [attr.name]=\"appendIcon?.name\"\r\n [attr.title]=\"appendIcon?.title\" \r\n [attr.color]=\"appendIcon?.color\" \r\n [attr.color2]=\"appendIcon?.color2\" \r\n [attr.size]=\"appendIcon?.size\" \r\n [attr.padding]=\"appendIcon?.padding\" \r\n [attr.rotate]=\"appendIcon?.rotate\" \r\n [attr.colorpreset]=\"appendIcon?.colorpreset\" \r\n [attr.height]=\"appendIcon?.height\" \r\n [attr.width]=\"appendIcon?.width\"></ids-icon>\r\n</ids-input>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1027
+ IDInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus" }, usesInheritance: true, ngImport: i0, template: "<ids-input [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.light]=\"light ? light : null\"\r\n [attr.autofocus]=\"autofocus ? autofocus : null\">\r\n <ng-content></ng-content>\r\n</ids-input>", encapsulation: i0.ViewEncapsulation.None });
1000
1028
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDInputComponent, decorators: [{
1001
1029
  type: Component,
1002
1030
  args: [{
@@ -1006,8 +1034,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1006
1034
  }]
1007
1035
  }], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
1008
1036
  type: Input
1009
- }], appendIcon: [{
1010
- type: Input
1011
1037
  }] } });
1012
1038
 
1013
1039
  class IDInputModule {
@@ -1036,7 +1062,7 @@ class IDCheckboxComponent extends IDFormBase {
1036
1062
  }
1037
1063
  }
1038
1064
  IDCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1039
- IDCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox \r\n [attr.compact]=\"compact ? true : null\"\r\n [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0.ViewEncapsulation.None });
1065
+ IDCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox \r\n [attr.compact]=\"compact ? true : null\"\r\n [attr.light]=\"light ? true : null\"\r\n [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"novalidation ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0.ViewEncapsulation.None });
1040
1066
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCheckboxComponent, decorators: [{
1041
1067
  type: Component,
1042
1068
  args: [{
@@ -1077,7 +1103,7 @@ class IDCheckboxGroupComponent extends IDFormBase {
1077
1103
  }
1078
1104
  }
1079
1105
  IDCheckboxGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCheckboxGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1080
- IDCheckboxGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage", legend: "legend", compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [valid]=\"valid\" \r\n [attr.novalidation]=\"noValidation ? noValidation : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1106
+ IDCheckboxGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage", legend: "legend", compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [valid]=\"valid\" \r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1081
1107
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDCheckboxGroupComponent, decorators: [{
1082
1108
  type: Component,
1083
1109
  args: [{
@@ -1149,11 +1175,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1149
1175
  }]
1150
1176
  }] });
1151
1177
 
1152
- class IDRadioComponent {
1153
- constructor() { }
1178
+ class IDRadioComponent extends IDFormBase {
1154
1179
  }
1155
- IDRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1156
- IDRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", ngImport: i0, template: "<ids-radio>\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0.ViewEncapsulation.None });
1180
+ IDRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1181
+ IDRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", usesInheritance: true, ngImport: i0, template: "<ids-radio [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0.ViewEncapsulation.None });
1157
1182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRadioComponent, decorators: [{
1158
1183
  type: Component,
1159
1184
  args: [{
@@ -1161,18 +1186,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1161
1186
  templateUrl: './radio.component.html',
1162
1187
  encapsulation: ViewEncapsulation.None,
1163
1188
  }]
1164
- }], ctorParameters: function () { return []; } });
1189
+ }] });
1165
1190
 
1166
1191
  class IDRadioGroupComponent {
1167
1192
  constructor() {
1168
1193
  this.name = undefined;
1169
1194
  this.legend = undefined;
1170
1195
  this.required = false;
1171
- this.errorMessage = undefined;
1196
+ this.errormessage = undefined;
1172
1197
  }
1173
1198
  }
1174
1199
  IDRadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1175
- IDRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", errorMessage: "errorMessage" }, ngImport: i0, template: "<ids-radio-group [name]=\"name\" [legend]=\"legend\" [required]=\"required\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-radio-group>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1200
+ IDRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", errormessage: "errormessage" }, ngImport: i0, template: "<ids-radio-group [name]=\"name\" [legend]=\"legend\" [required]=\"required\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\r\n</ids-radio-group>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1176
1201
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRadioGroupComponent, decorators: [{
1177
1202
  type: Component,
1178
1203
  args: [{
@@ -1186,7 +1211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1186
1211
  type: Input
1187
1212
  }], required: [{
1188
1213
  type: Input
1189
- }], errorMessage: [{
1214
+ }], errormessage: [{
1190
1215
  type: Input
1191
1216
  }] } });
1192
1217
 
@@ -1219,11 +1244,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1219
1244
 
1220
1245
  class IDRangeComponent {
1221
1246
  constructor() {
1222
- this.showTicks = false;
1247
+ this.showticks = false;
1223
1248
  }
1224
1249
  }
1225
1250
  IDRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1226
- IDRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showTicks: "showTicks" }, ngImport: i0, template: "<ids-range [showticks]=\"showTicks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
1251
+ IDRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showticks: "showticks" }, ngImport: i0, template: "<ids-range [showticks]=\"showticks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
1227
1252
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDRangeComponent, decorators: [{
1228
1253
  type: Component,
1229
1254
  args: [{
@@ -1231,7 +1256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1231
1256
  templateUrl: './range.component.html',
1232
1257
  encapsulation: ViewEncapsulation.None,
1233
1258
  }]
1234
- }], propDecorators: { showTicks: [{
1259
+ }], propDecorators: { showticks: [{
1235
1260
  type: Input
1236
1261
  }] } });
1237
1262
 
@@ -1254,12 +1279,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1254
1279
  }] });
1255
1280
 
1256
1281
  class IDSelectComponent extends IDFormBase {
1257
- constructor() {
1258
- super();
1259
- }
1260
1282
  }
1261
- IDSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDSelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1262
- IDSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select [attr.valid]=\"valid\" [attr.novalidation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0.ViewEncapsulation.None });
1283
+ IDSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1284
+ IDSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select \r\n [attr.valid]=\"valid\"\r\n [attr.light]=\"light ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0.ViewEncapsulation.None });
1263
1285
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDSelectComponent, decorators: [{
1264
1286
  type: Component,
1265
1287
  args: [{
@@ -1267,7 +1289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1267
1289
  templateUrl: './select.component.html',
1268
1290
  encapsulation: ViewEncapsulation.None,
1269
1291
  }]
1270
- }], ctorParameters: function () { return []; } });
1292
+ }] });
1271
1293
 
1272
1294
  class IDSelectModule {
1273
1295
  }
@@ -1291,13 +1313,13 @@ class IDSelectMultipleComponent extends IDFormBase {
1291
1313
  constructor() {
1292
1314
  super(...arguments);
1293
1315
  this.label = undefined;
1294
- this.errorMessage = undefined;
1316
+ this.errormessage = undefined;
1295
1317
  this.maxHeight = undefined;
1296
1318
  this.placeholder = '';
1297
1319
  }
1298
1320
  }
1299
1321
  IDSelectMultipleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDSelectMultipleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1300
- IDSelectMultipleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", maxHeight: "maxHeight", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple \r\n [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"noValidation ? noValidation : null\" \r\n [label]=\"label\" \r\n [placeholder]=\"placeholder\"\r\n [maxheight]=\"maxHeight\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-select-multiple>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1322
+ IDSelectMultipleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errormessage: "errormessage", maxHeight: "maxHeight", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple \r\n [attr.light]=\"light ? true : null\"\r\n [attr.valid]=\"valid\" \r\n [attr.novalidation]=\"novalidation ? true : null\" \r\n [label]=\"label\" \r\n [placeholder]=\"placeholder\"\r\n [maxheight]=\"maxHeight\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\r\n</ids-select-multiple>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1301
1323
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDSelectMultipleComponent, decorators: [{
1302
1324
  type: Component,
1303
1325
  args: [{
@@ -1307,7 +1329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1307
1329
  }]
1308
1330
  }], propDecorators: { label: [{
1309
1331
  type: Input
1310
- }], errorMessage: [{
1332
+ }], errormessage: [{
1311
1333
  type: Input
1312
1334
  }], maxHeight: [{
1313
1335
  type: Input
@@ -1377,11 +1399,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1377
1399
  }]
1378
1400
  }] });
1379
1401
 
1380
- class IDTimeComponent {
1381
- constructor() { }
1402
+ class IDTimeComponent extends IDFormBase {
1382
1403
  }
1383
- IDTimeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTimeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1384
- IDTimeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", ngImport: i0, template: "<ids-time>\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
1404
+ IDTimeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1405
+ IDTimeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<ids-time [attr.light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
1385
1406
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTimeComponent, decorators: [{
1386
1407
  type: Component,
1387
1408
  args: [{
@@ -1389,7 +1410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1389
1410
  templateUrl: './time.component.html',
1390
1411
  encapsulation: ViewEncapsulation.None,
1391
1412
  }]
1392
- }], ctorParameters: function () { return []; } });
1413
+ }] });
1393
1414
 
1394
1415
  class IDTimeModule {
1395
1416
  }
@@ -1416,7 +1437,7 @@ class IDTextareaComponent extends IDFormBase {
1416
1437
  }
1417
1438
  }
1418
1439
  IDTextareaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1419
- IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea [attr.nofade]=\"noFade ? true : null\" [attr.valid]=\"valid\" [attr.novalidation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
1440
+ IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea \r\n [attr.light]=\"light ? true : null\"\r\n [attr.nofade]=\"noFade ? true : null\"\r\n [attr.valid]=\"valid\"\r\n [attr.novalidation]=\"novalidation ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
1420
1441
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, decorators: [{
1421
1442
  type: Component,
1422
1443
  args: [{
@@ -1597,36 +1618,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1597
1618
  class IDLinkComponent {
1598
1619
  constructor() {
1599
1620
  this.link = null;
1600
- this.notificationBadge = null;
1601
- this.prependIcon = null;
1602
- this.appendIcon = null;
1621
+ this.notificationbadge = null;
1622
+ this.prependicon = null;
1623
+ this.appendicon = null;
1603
1624
  this.underlined = false;
1604
1625
  this.padding = null;
1605
1626
  this.outline = null;
1606
1627
  this.block = false;
1607
1628
  this.color = undefined;
1608
1629
  this.size = undefined;
1609
- this.activeIcon = false;
1610
- this.activeIconBackground = undefined;
1630
+ this.activeicon = false;
1631
+ this.activeiconbackground = undefined;
1611
1632
  this.external = false;
1612
1633
  this.slot = undefined;
1613
1634
  }
1614
1635
  }
1615
1636
  IDLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1616
- IDLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDLinkComponent, selector: "id-link", inputs: { link: "link", notificationBadge: "notificationBadge", prependIcon: "prependIcon", appendIcon: "appendIcon", underlined: "underlined", padding: "padding", outline: "outline", block: "block", color: "color", size: "size", activeIcon: "activeIcon", activeIconBackground: "activeIconBackground", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link \r\n [attr.underlined]=\"underlined ? '' : null\"\r\n [color]=\"color\"\r\n [size]=\"size\"\r\n [attr.activeicon]=\"activeIcon ? true : null\"\r\n [activeiconbackground]=\"activeIconBackground\"\r\n [padding]=\"padding\"\r\n [outline]=\"outline\"\r\n [block]=\"block\"\r\n [attr.slot]=\"slot\"\r\n >\r\n <ids-icon *ngIf=\"prependIcon !== null\"\r\n slot=\"prepend-icon\" \r\n [attr.name]=\"prependIcon?.name\"\r\n [attr.title]=\"prependIcon?.title\" \r\n [attr.color]=\"prependIcon?.color\" \r\n [attr.color2]=\"prependIcon?.color2\" \r\n [attr.size]=\"prependIcon?.size\" \r\n [attr.padding]=\"prependIcon?.padding\" \r\n [attr.rotate]=\"prependIcon?.rotate\" \r\n [attr.colorpreset]=\"prependIcon?.colorpreset\" \r\n [attr.height]=\"prependIcon?.height\" \r\n [attr.width]=\"prependIcon?.width\"></ids-icon>\r\n <id-anchor *ngIf=\"link\" [link]=\"link\"></id-anchor>\r\n <ng-content *ngIf=\"!link\"></ng-content>\r\n <ids-icon *ngIf=\"appendIcon !== null\" \r\n slot=\"append-icon\" \r\n [attr.name]=\"appendIcon?.name\"\r\n [attr.title]=\"appendIcon?.title\" \r\n [attr.color]=\"appendIcon?.color\" \r\n [attr.color2]=\"appendIcon?.color2\"\r\n [attr.size]=\"appendIcon?.size\" \r\n [attr.padding]=\"appendIcon?.padding\" \r\n [attr.rotate]=\"appendIcon?.rotate\" \r\n [attr.colorpreset]=\"appendIcon?.colorpreset\" \r\n [attr.height]=\"appendIcon?.height\" \r\n [attr.width]=\"appendIcon?.width\"></ids-icon>\r\n <ids-notification-badge \r\n *ngIf=\"notificationBadge !== null\"\r\n [attr.type]=\"notificationBadge.type\"\r\n [attr.size]=\"notificationBadge.size\">\r\n {{notificationBadge.value}}\r\n </ids-notification-badge>\r\n</ids-link>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1637
+ IDLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDLinkComponent, selector: "id-link", inputs: { link: "link", notificationbadge: "notificationbadge", prependicon: "prependicon", appendicon: "appendicon", underlined: "underlined", padding: "padding", outline: "outline", block: "block", color: "color", size: "size", activeicon: "activeicon", activeiconbackground: "activeiconbackground", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link \r\n [attr.underlined]=\"underlined ? '' : null\"\r\n [color]=\"color\"\r\n [size]=\"size\"\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [activeiconbackground]=\"activeiconbackground\"\r\n [padding]=\"padding\"\r\n [outline]=\"outline\"\r\n [block]=\"block ? true : null\"\r\n [attr.slot]=\"slot\"\r\n >\r\n <ids-icon *ngIf=\"prependicon !== null\"\r\n slot=\"prepend-icon\" \r\n [attr.name]=\"prependicon?.name\"\r\n [attr.title]=\"prependicon?.title\" \r\n [attr.color]=\"prependicon?.color\" \r\n [attr.color2]=\"prependicon?.color2\" \r\n [attr.size]=\"prependicon?.size\" \r\n [attr.padding]=\"prependicon?.padding\" \r\n [attr.rotate]=\"prependicon?.rotate\" \r\n [attr.colorpreset]=\"prependicon?.colorpreset\" \r\n [attr.height]=\"prependicon?.height\" \r\n [attr.width]=\"prependicon?.width\"></ids-icon>\r\n <id-anchor *ngIf=\"link\" [link]=\"link\"></id-anchor>\r\n <ng-content *ngIf=\"!link\"></ng-content>\r\n <ids-icon *ngIf=\"appendicon !== null\" \r\n slot=\"append-icon\" \r\n [attr.name]=\"appendicon?.name\"\r\n [attr.title]=\"appendicon?.title\" \r\n [attr.color]=\"appendicon?.color\" \r\n [attr.color2]=\"appendicon?.color2\"\r\n [attr.size]=\"appendicon?.size\" \r\n [attr.padding]=\"appendicon?.padding\" \r\n [attr.rotate]=\"appendicon?.rotate\" \r\n [attr.colorpreset]=\"appendicon?.colorpreset\" \r\n [attr.height]=\"appendicon?.height\" \r\n [attr.width]=\"appendicon?.width\"></ids-icon>\r\n <ids-notification-badge \r\n *ngIf=\"notificationbadge !== null\"\r\n [attr.type]=\"notificationbadge.type\"\r\n [attr.size]=\"notificationbadge.size\">\r\n {{notificationbadge.value}}\r\n </ids-notification-badge>\r\n</ids-link>", styles: [":host { display: inline; }"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1617
1638
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, decorators: [{
1618
1639
  type: Component,
1619
1640
  args: [{
1620
1641
  selector: 'id-link',
1621
- templateUrl: './link.component.html'
1642
+ templateUrl: './link.component.html',
1643
+ styles: [':host { display: inline; }']
1622
1644
  }]
1623
1645
  }], ctorParameters: function () { return []; }, propDecorators: { link: [{
1624
1646
  type: Input
1625
- }], notificationBadge: [{
1647
+ }], notificationbadge: [{
1626
1648
  type: Input
1627
- }], prependIcon: [{
1649
+ }], prependicon: [{
1628
1650
  type: Input
1629
- }], appendIcon: [{
1651
+ }], appendicon: [{
1630
1652
  type: Input
1631
1653
  }], underlined: [{
1632
1654
  type: Input
@@ -1643,9 +1665,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1643
1665
  type: Input
1644
1666
  }], size: [{
1645
1667
  type: Input
1646
- }], activeIcon: [{
1668
+ }], activeicon: [{
1647
1669
  type: Input
1648
- }], activeIconBackground: [{
1670
+ }], activeiconbackground: [{
1649
1671
  type: Input
1650
1672
  }], external: [{
1651
1673
  type: Input
@@ -1656,15 +1678,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1656
1678
  class IDLinkModule {
1657
1679
  }
1658
1680
  IDLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1659
- IDLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, declarations: [IDLinkComponent], imports: [CommonModule, IDAnchorModule], exports: [IDLinkComponent] });
1660
- IDLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, imports: [[CommonModule, IDAnchorModule]] });
1681
+ IDLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, declarations: [IDLinkComponent], imports: [CommonModule], exports: [IDLinkComponent] });
1682
+ IDLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, imports: [[CommonModule]] });
1661
1683
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkModule, decorators: [{
1662
1684
  type: NgModule,
1663
1685
  args: [{
1664
1686
  declarations: [
1665
1687
  IDLinkComponent
1666
1688
  ],
1667
- imports: [CommonModule, IDAnchorModule],
1689
+ imports: [CommonModule],
1668
1690
  exports: [
1669
1691
  IDLinkComponent
1670
1692
  ],
@@ -1710,13 +1732,13 @@ class IDListItemComponent {
1710
1732
  this.date = null;
1711
1733
  this.year = null;
1712
1734
  this.month = null;
1713
- this.monthLabel = null;
1735
+ this.monthlabel = null;
1714
1736
  this.day = null;
1715
- this.showDateLabel = false;
1737
+ this.showdatelabel = false;
1716
1738
  }
1717
1739
  }
1718
1740
  IDListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1719
- IDListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDListItemComponent, selector: "id-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthLabel: "monthLabel", day: "day", showDateLabel: "showDateLabel" }, ngImport: i0, template: "<ids-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[monthlabel]=\"monthLabel\"\r\n[day]=\"day\"\r\n[showdatelabel]=\"showDateLabel\">\r\n <ng-content></ng-content>\r\n</ids-list-item>", encapsulation: i0.ViewEncapsulation.None });
1741
+ IDListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDListItemComponent, selector: "id-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel" }, ngImport: i0, template: "<ids-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-list-item>", encapsulation: i0.ViewEncapsulation.None });
1720
1742
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDListItemComponent, decorators: [{
1721
1743
  type: Component,
1722
1744
  args: [{
@@ -1732,11 +1754,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1732
1754
  type: Input
1733
1755
  }], month: [{
1734
1756
  type: Input
1735
- }], monthLabel: [{
1757
+ }], monthlabel: [{
1736
1758
  type: Input
1737
1759
  }], day: [{
1738
1760
  type: Input
1739
- }], showDateLabel: [{
1761
+ }], showdatelabel: [{
1740
1762
  type: Input
1741
1763
  }] } });
1742
1764
 
@@ -1889,7 +1911,7 @@ class IDMobileMenuComponent {
1889
1911
  }
1890
1912
  }
1891
1913
  IDMobileMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1892
- IDMobileMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation", items: "items" }, ngImport: i0, template: "<ids-mobile-menu \n [type]=\"type\"\n [variation]=\"variation\">\n <ids-mobile-menu-item *ngFor=\"let item of items\"\n [attr.type]=\"type\"\n [headline]=\"item?.headline\"\n [expanded]=\"item?.expanded\"\n [secondary]=\"item?.secondary\"\n [variation]=\"variation\"\n [active]=\"item?.active\"\n (didToggleExpansion)=\"item.togleExpansion()\">\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\n [attr.type]=\"type\"\n [headline]=\"item?.headline\"\n [expanded]=\"item?.expanded\"\n [secondary]=\"item?.secondary\"\n [active]=\"item?.active\"\n [variation]=\"variation\"\n (didToggleExpansion)=\"item.togleExpansion()\">\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\n [attr.type]=\"type\"\n [headline]=\"item?.headline\"\n [expanded]=\"item?.expanded\"\n [secondary]=\"item?.secondary\"\n [active]=\"item?.active\"\n [variation]=\"variation\"\n (didToggleExpansion)=\"item.togleExpansion()\">\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\n [attr.type]=\"type\"\n [headline]=\"item?.headline\"\n [expanded]=\"item?.expanded\"\n [secondary]=\"item?.secondary\"\n [active]=\"item?.active\"\n [variation]=\"variation\"\n (didToggleExpansion)=\"item.togleExpansion()\">\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\n </ids-mobile-menu-item>\n </ids-mobile-menu-item>\n </ids-mobile-menu-item>\n </ids-mobile-menu-item>\n</ids-mobile-menu>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1914
+ IDMobileMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation", items: "items" }, ngImport: i0, template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ids-mobile-menu-item *ngFor=\"let item of items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [variation]=\"variation\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n [variation]=\"variation\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n [variation]=\"variation\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n [variation]=\"variation\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n</ids-mobile-menu>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1893
1915
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDMobileMenuComponent, decorators: [{
1894
1916
  type: Component,
1895
1917
  args: [{
@@ -1960,23 +1982,26 @@ class IDMobileMenuItem {
1960
1982
 
1961
1983
  class IDPopoverComponent {
1962
1984
  constructor() {
1963
- this.maxWidth = '260px';
1964
- this.maxHeight = '260px';
1985
+ this.autofocus = false;
1986
+ this.maxwidth = '260px';
1987
+ this.maxheight = '260px';
1965
1988
  this.cathegory = undefined;
1966
1989
  this.position = 'bottom';
1967
1990
  }
1968
1991
  }
1969
1992
  IDPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1970
- IDPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { maxWidth: "maxWidth", maxHeight: "maxHeight", cathegory: "cathegory", position: "position" }, ngImport: i0, template: "<ids-popover \r\n [attr.cathegory]=\"cathegory\"\r\n [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content \r\n [attr.maxwidth]=\"maxWidth\"\r\n [attr.maxheight]=\"maxHeight\">\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>" });
1993
+ IDPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", maxwidth: "maxwidth", maxheight: "maxheight", cathegory: "cathegory", position: "position" }, ngImport: i0, template: "<ids-popover \r\n [attr.cathegory]=\"cathegory\"\r\n [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content \r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\">\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>" });
1971
1994
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverComponent, decorators: [{
1972
1995
  type: Component,
1973
1996
  args: [{
1974
1997
  selector: 'id-popover',
1975
1998
  templateUrl: './popover.component.html',
1976
1999
  }]
1977
- }], ctorParameters: function () { return []; }, propDecorators: { maxWidth: [{
2000
+ }], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
1978
2001
  type: Input
1979
- }], maxHeight: [{
2002
+ }], maxwidth: [{
2003
+ type: Input
2004
+ }], maxheight: [{
1980
2005
  type: Input
1981
2006
  }], cathegory: [{
1982
2007
  type: Input
@@ -2046,15 +2071,15 @@ class IDFooterComponent {
2046
2071
  this.headline = '';
2047
2072
  this.servicename = '';
2048
2073
  this.subheadline = '';
2049
- this.cols = '3';
2074
+ this.cols = 3;
2050
2075
  this.linkcol1 = '2';
2051
2076
  this.linkcol2 = '2';
2052
2077
  this.linkcol3 = '2';
2053
- this.mobileMenuItems = undefined;
2078
+ this.mobilemenuitems = undefined;
2054
2079
  }
2055
2080
  }
2056
2081
  IDFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2057
- IDFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDFooterComponent, selector: "id-footer", inputs: { type: "type", headline: "headline", servicename: "servicename", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3", mobileMenuItems: "mobileMenuItems" }, ngImport: i0, template: "<ids-footer \r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [subheadline]=\"subheadline\"\r\n [servicename]=\"servicename\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n <ids-mobile-menu \r\n slot=\"mobile-menu\"\r\n variation=\"2\"\r\n *ngIf=\"mobileMenuItems\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-item *ngFor=\"let item of mobileMenuItems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu>\r\n</ids-footer>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2082
+ IDFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDFooterComponent, selector: "id-footer", inputs: { type: "type", headline: "headline", servicename: "servicename", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3", mobilemenuitems: "mobilemenuitems" }, ngImport: i0, template: "<ids-footer \r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [subheadline]=\"subheadline\"\r\n [servicename]=\"servicename\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n <ids-mobile-menu \r\n slot=\"mobile-menu\"\r\n variation=\"2\"\r\n *ngIf=\"mobilemenuitems\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-item *ngFor=\"let item of mobilemenuitems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu>\r\n</ids-footer>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2058
2083
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDFooterComponent, decorators: [{
2059
2084
  type: Component,
2060
2085
  args: [{
@@ -2077,7 +2102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2077
2102
  type: Input
2078
2103
  }], linkcol3: [{
2079
2104
  type: Input
2080
- }], mobileMenuItems: [{
2105
+ }], mobilemenuitems: [{
2081
2106
  type: Input
2082
2107
  }] } });
2083
2108
 
@@ -2103,20 +2128,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2103
2128
  class IDHeaderComponent {
2104
2129
  constructor() {
2105
2130
  this.type = '';
2106
- this.mobileMenuText = 'Meny';
2107
- this.hideRegionPicker = false;
2131
+ this.hideregionpicker = false;
2132
+ this.fluid = false;
2108
2133
  this.unresponsive = false;
2109
- this.hideBrand = false;
2110
- this.logoHref = '';
2111
- this.pickRegionText = 'Välj region';
2112
- this.srLogoLabel = 'Logotyp';
2113
- this.avatarMaxWidth = '';
2114
- this.persistentMobileMenu = false;
2115
- this.didToggleRegion = new EventEmitter();
2134
+ this.hidebrand = false;
2135
+ this.logohref = '';
2136
+ this.pickregiontext = 'Välj region';
2137
+ this.srlogolabel = 'Logotyp';
2138
+ this.avatarmaxwidth = '';
2139
+ this.persistentmobilemenu = false;
2140
+ this.onDidToggleRegion = new EventEmitter();
2116
2141
  }
2117
2142
  }
2118
2143
  IDHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2119
- IDHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandText: "brandText", brandTextTop: "brandTextTop", brandTextBottom: "brandTextBottom", mobileMenuText: "mobileMenuText", hideRegionPicker: "hideRegionPicker", unresponsive: "unresponsive", hideBrand: "hideBrand", logoHref: "logoHref", pickRegionText: "pickRegionText", regionIcon: "regionIcon", regionIconTitle: "regionIconTitle", srLogoLabel: "srLogoLabel", items: "items", avatar: "avatar", avatarMaxWidth: "avatarMaxWidth", navItems: "navItems", persistentMobileMenu: "persistentMobileMenu", mobileItems: "mobileItems", mobileMenuItems: "mobileMenuItems" }, outputs: { didToggleRegion: "didToggleRegion" }, ngImport: i0, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandText\"\r\n [attr.brandtexttop]=\"brandTextTop\"\r\n [attr.brandtextbottom]=\"brandTextBottom\"\r\n [unresponsive]=\"unresponsive\"\r\n [hideregionpicker]=\"hideRegionPicker\"\r\n [logohref]=\"logoHref\"\r\n [hidebrand]=\"hideBrand\"\r\n [pickregiontext]=\"pickRegionText\"\r\n [regionicon]=\"regionIcon\"\r\n [regionicontitle]=\"regionIconTitle\"\r\n [srlogolabel]=\"srLogoLabel\"\r\n (didToggleRegion)=\"didToggleRegion.emit(true)\">\r\n\r\n <ids-header-item *ngFor=\"let item of items\" \r\n [attr.type]=\"type\"\r\n [icon]=\"item.iconName\" \r\n [mobile]=\"item.mobile\"\r\n [attr.separatorleft]=\"item.separatorLeft\">\r\n <id-anchor [link]=\"item.link\"></id-anchor>\r\n </ids-header-item>\r\n\r\n <ids-header-nav slot=\"header-nav\" *ngIf=\"navItems || mobileItems\" [attr.type]=\"type\">\r\n <ids-header-nav-item *ngFor=\"let navItem of navItems; let i = index\" [attr.type]=\"type\" [label]=\"navItem.label\" [link]=\"navItem.link\" [active]=\"navItem.active\">\r\n <id-anchor *ngIf=\"navItem.link\" [link]=\"navItem.link\"></id-anchor>\r\n <ids-link slot=\"col-1\" [block]=\"true\" *ngFor=\"let link of navItem.col1\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link> \r\n <ids-link slot=\"col-2\" [block]=\"true\" *ngFor=\"let link of navItem.col2\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <ids-link slot=\"col-3\" [block]=\"true\" *ngFor=\"let link of navItem.col3\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <div slot=\"col-4\">\r\n <h2 style=\"margin-bottom: 15px; color: var(--header-nav-item-heading_color);\" class=\"ids-heading-2\">{{navItem.headline}}</h2>\r\n <p class=\"body\">{{navItem.paragraph}}</p>\r\n <id-anchor [link]=\"navItem.paragraphLink\"></id-anchor>\r\n </div>\r\n </ids-header-nav-item>\r\n <ids-header-mobile-item [attr.type]=\"type\" *ngFor=\"let mobileItem of mobileItems\" [icon]=\"mobileItem.iconName\">\r\n <id-anchor [link]=\"mobileItem.link\"></id-anchor>\r\n </ids-header-mobile-item>\r\n \r\n <ids-header-mobile-menu \r\n [attr.persistent]=\"persistentMobileMenu ? true : null\"\r\n [attr.type]=\"type\" *ngIf=\"mobileMenuItems\">\r\n {{mobileMenuText}}\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of mobileMenuItems\"\r\n slot=\"menu-link\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-header-mobile-menu>\r\n </ids-header-nav>\r\n\r\n <ids-header-avatar [maxwidth]=\"avatarMaxWidth\" [attr.type]=\"type\" *ngIf=\"avatar\" [unit]=\"avatar.unit\" [username]=\"avatar.username\">\r\n <ng-content select=\"[avatar]\"></ng-content>\r\n <id-anchor [link]=\"avatar.linkLeft\" slot=\"avatar-left\"></id-anchor>\r\n <id-anchor [link]=\"avatar.linkRight\" slot=\"avatar-right\"></id-anchor>\r\n </ids-header-avatar>\r\n\r\n <ng-content></ng-content>\r\n\r\n <ids-header-mobile-menu \r\n [attr.persistent]=\"persistentMobileMenu ? true : null\"\r\n *ngIf=\"type !== '1177' && (mobileMenuItems || avatar)\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-item *ngFor=\"let item of mobileMenuItems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n <ids-mobile-menu-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-content select=\"[avatarMobile]\"></ng-content>\r\n <id-anchor style=\"color: var(--mobile-menu-avatar-link)\" *ngIf=\"avatar.linkMobile\" [link]=\"avatar.linkMobile\"></id-anchor>\r\n </ids-mobile-menu-avatar>\r\n </ids-header-mobile-menu>\r\n</ids-header>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2144
+ IDHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", hideregionpicker: "hideregionpicker", fluid: "fluid", unresponsive: "unresponsive", hidebrand: "hidebrand", logohref: "logohref", pickregiontext: "pickregiontext", regionicon: "regionicon", regionicontitle: "regionicontitle", srlogolabel: "srlogolabel", items: "items", avatar: "avatar", avatarmaxwidth: "avatarmaxwidth", navitems: "navitems", persistentmobilemenu: "persistentmobilemenu", mobileitems: "mobileitems", mobilemenuitems: "mobilemenuitems" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, ngImport: i0, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ids-icon *ngIf=\"regionicon\" slot=\"region\" [name]=\"regionicon\" [title]=\"regionicontitle\"></ids-icon>\r\n <ids-header-item *ngFor=\"let item of items\" \r\n [attr.type]=\"type\"\r\n [mobile]=\"item.mobile\"\r\n [attr.separatorleft]=\"item.separatorLeft\">\r\n <ids-icon [name]=\"item.iconName\"></ids-icon>\r\n <id-anchor [link]=\"item.link\"></id-anchor>\r\n </ids-header-item>\r\n\r\n <ids-header-nav slot=\"header-nav\" *ngIf=\"navitems || mobileitems\" [attr.type]=\"type\">\r\n <ids-header-nav-item *ngFor=\"let navitem of navitems; let i = index\" [attr.type]=\"type\" [label]=\"navitem.label\" [link]=\"navitem.link\" [active]=\"navitem.active\">\r\n <id-anchor *ngIf=\"navitem.link\" [link]=\"navitem.link\"></id-anchor>\r\n <ids-link slot=\"col-1\" [block]=\"true\" *ngFor=\"let link of navitem.col1\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link> \r\n <ids-link slot=\"col-2\" [block]=\"true\" *ngFor=\"let link of navitem.col2\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <ids-link slot=\"col-3\" [block]=\"true\" *ngFor=\"let link of navitem.col3\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <div slot=\"col-4\">\r\n <h2 style=\"margin-bottom: 15px; color: var(--header-nav-item-heading_color);\" class=\"ids-heading-2\">{{navitem.headline}}</h2>\r\n <p class=\"body\">{{navitem.paragraph}}</p>\r\n <id-anchor [link]=\"navitem.paragraphLink\"></id-anchor>\r\n </div>\r\n </ids-header-nav-item>\r\n <ids-header-mobile-item [attr.type]=\"type\" *ngFor=\"let mobileItem of mobileitems\">\r\n <ids-icon [name]=\"mobileItem.iconName\"></ids-icon>\r\n <id-anchor [link]=\"mobileItem.link\"></id-anchor>\r\n </ids-header-mobile-item>\r\n \r\n <ids-header-mobile-menu \r\n [attr.persistent]=\"persistentmobilemenu ? true : null\"\r\n [attr.type]=\"type\" *ngIf=\"mobilemenuitems\">\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of mobilemenuitems\"\r\n slot=\"menu-link\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item [attr.type]=\"type\" *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-header-mobile-menu>\r\n </ids-header-nav>\r\n\r\n <ids-header-avatar [maxwidth]=\"avatar.maxWidth\" [attr.type]=\"type\" *ngIf=\"avatar\" [unit]=\"avatar.unit\" [username]=\"avatar.username\">\r\n <ng-content select=\"[avatar]\"></ng-content>\r\n <id-anchor [link]=\"avatar.linkLeft\" slot=\"avatar-left\"></id-anchor>\r\n <id-anchor [link]=\"avatar.linkRight\" slot=\"avatar-right\"></id-anchor>\r\n </ids-header-avatar>\r\n\r\n <ng-content></ng-content>\r\n\r\n <ids-header-mobile-menu \r\n [attr.persistent]=\"persistentmobilemenu ? true : null\"\r\n *ngIf=\"type !== '1177' && (mobilemenuitems || avatar)\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-item *ngFor=\"let item of mobilemenuitems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n <ids-mobile-menu-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-content select=\"[avatarMobile]\"></ng-content>\r\n <id-anchor style=\"color: var(--mobile-menu-avatar-link)\" *ngIf=\"avatar.linkMobile\" [link]=\"avatar.linkMobile\"></id-anchor>\r\n </ids-mobile-menu-avatar>\r\n </ids-header-mobile-menu>\r\n</ids-header>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2120
2145
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderComponent, decorators: [{
2121
2146
  type: Component,
2122
2147
  args: [{
@@ -2125,53 +2150,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2125
2150
  }]
2126
2151
  }], propDecorators: { type: [{
2127
2152
  type: Input
2128
- }], brandText: [{
2153
+ }], brandtext: [{
2129
2154
  type: Input
2130
- }], brandTextTop: [{
2155
+ }], brandtexttop: [{
2131
2156
  type: Input
2132
- }], brandTextBottom: [{
2157
+ }], brandtextbottom: [{
2133
2158
  type: Input
2134
- }], mobileMenuText: [{
2159
+ }], hideregionpicker: [{
2135
2160
  type: Input
2136
- }], hideRegionPicker: [{
2161
+ }], fluid: [{
2137
2162
  type: Input
2138
2163
  }], unresponsive: [{
2139
2164
  type: Input
2140
- }], hideBrand: [{
2165
+ }], hidebrand: [{
2141
2166
  type: Input
2142
- }], logoHref: [{
2167
+ }], logohref: [{
2143
2168
  type: Input
2144
- }], pickRegionText: [{
2169
+ }], pickregiontext: [{
2145
2170
  type: Input
2146
- }], regionIcon: [{
2171
+ }], regionicon: [{
2147
2172
  type: Input
2148
- }], regionIconTitle: [{
2173
+ }], regionicontitle: [{
2149
2174
  type: Input
2150
- }], srLogoLabel: [{
2175
+ }], srlogolabel: [{
2151
2176
  type: Input
2152
2177
  }], items: [{
2153
2178
  type: Input
2154
2179
  }], avatar: [{
2155
2180
  type: Input
2156
- }], avatarMaxWidth: [{
2181
+ }], avatarmaxwidth: [{
2157
2182
  type: Input
2158
- }], navItems: [{
2183
+ }], navitems: [{
2159
2184
  type: Input
2160
- }], persistentMobileMenu: [{
2185
+ }], persistentmobilemenu: [{
2161
2186
  type: Input
2162
- }], mobileItems: [{
2187
+ }], mobileitems: [{
2163
2188
  type: Input
2164
- }], mobileMenuItems: [{
2189
+ }], mobilemenuitems: [{
2165
2190
  type: Input
2166
- }], didToggleRegion: [{
2191
+ }], onDidToggleRegion: [{
2167
2192
  type: Output
2168
2193
  }] } });
2169
2194
 
2170
2195
  class IDHeaderModule {
2171
2196
  }
2172
2197
  IDHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2173
- IDHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, declarations: [IDHeaderComponent], imports: [CommonModule, IDAnchorModule], exports: [IDHeaderComponent] });
2174
- IDHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, imports: [[CommonModule, IDAnchorModule]] });
2198
+ IDHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, declarations: [IDHeaderComponent], imports: [CommonModule, IDAnchorModule, IDIconModule], exports: [IDHeaderComponent] });
2199
+ IDHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, imports: [[CommonModule, IDAnchorModule, IDIconModule]] });
2175
2200
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDHeaderModule, decorators: [{
2176
2201
  type: NgModule,
2177
2202
  args: [{
@@ -2181,7 +2206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2181
2206
  exports: [
2182
2207
  IDHeaderComponent
2183
2208
  ],
2184
- imports: [CommonModule, IDAnchorModule],
2209
+ imports: [CommonModule, IDAnchorModule, IDIconModule],
2185
2210
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
2186
2211
  }]
2187
2212
  }] });
@@ -2211,6 +2236,9 @@ class IDHeaderAvatar {
2211
2236
  get username() {
2212
2237
  return this._props.username;
2213
2238
  }
2239
+ get maxWidth() {
2240
+ return this._props.maxWidth;
2241
+ }
2214
2242
  get linkLeft() {
2215
2243
  return this._props.linkLeft;
2216
2244
  }
@@ -2350,19 +2378,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2350
2378
  class IDTabPanelComponent {
2351
2379
  constructor(elementRef) {
2352
2380
  this.elementRef = elementRef;
2353
- this['noFocus'] = undefined;
2381
+ this.nofocus = undefined;
2354
2382
  elementRef.nativeElement.setAttribute('slot', 'tab-panel');
2355
2383
  }
2356
2384
  }
2357
2385
  IDTabPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
2358
- IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { noFocus: "noFocus" }, ngImport: i0, template: "<ids-tab-panel [attr.nofocus]=\"noFocus\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
2386
+ IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus" }, ngImport: i0, template: "<ids-tab-panel [attr.nofocus]=\"nofocus ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
2359
2387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, decorators: [{
2360
2388
  type: Component,
2361
2389
  args: [{
2362
2390
  selector: 'id-tab-panel',
2363
2391
  templateUrl: './tab-panel.component.html'
2364
2392
  }]
2365
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { 'noFocus': [{
2393
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { nofocus: [{
2366
2394
  type: Input
2367
2395
  }] } });
2368
2396
 
@@ -2372,13 +2400,14 @@ class IDTabComponent {
2372
2400
  this.notices = 0;
2373
2401
  this.notifications = 0;
2374
2402
  this.label = '';
2375
- this.icon = '';
2376
2403
  this.selected = false;
2404
+ // Internal icon
2405
+ this.icon = undefined;
2377
2406
  elementRef.nativeElement.setAttribute('slot', 'tab');
2378
2407
  }
2379
2408
  }
2380
2409
  IDTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
2381
- IDTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", icon: "icon", selected: "selected" }, ngImport: i0, template: "<ids-tab\r\n [notices]=\"notices === 0 ? null : notices\"\r\n [notifications]=\"notifications === 0 ? null : notifications\"\r\n [label]=\"label\"\r\n [attr.icon]=\"icon\"\r\n [attr.selected]=\"selected ? '':null\">\r\n</ids-tab>" });
2410
+ IDTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected", icon: "icon" }, ngImport: i0, template: "<ids-tab\r\n [notices]=\"notices === 0 ? null : notices\"\r\n [notifications]=\"notifications === 0 ? null : notifications\"\r\n [label]=\"label\"\r\n [attr.selected]=\"selected ? '':null\">\r\n <ids-icon *ngIf=\"icon\"\r\n slot=\"icon\" \r\n [attr.name]=\"icon?.name\"\r\n [attr.title]=\"icon?.title\" \r\n [attr.color]=\"icon?.color\" \r\n [attr.color2]=\"icon?.color2\" \r\n [attr.size]=\"icon?.size\" \r\n [attr.padding]=\"icon?.padding\" \r\n [attr.rotate]=\"icon?.rotate\" \r\n [attr.colorpreset]=\"icon?.colorpreset\" \r\n [attr.height]=\"icon?.height\" \r\n [attr.width]=\"icon?.width\"></ids-icon>\r\n <ng-content></ng-content>\r\n</ids-tab>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2382
2411
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, decorators: [{
2383
2412
  type: Component,
2384
2413
  args: [{
@@ -2391,10 +2420,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2391
2420
  type: Input
2392
2421
  }], label: [{
2393
2422
  type: Input
2394
- }], icon: [{
2395
- type: Input
2396
2423
  }], selected: [{
2397
2424
  type: Input
2425
+ }], icon: [{
2426
+ type: Input
2398
2427
  }] } });
2399
2428
 
2400
2429
  class IDTabsModule {
@@ -2428,13 +2457,13 @@ class IDTagComponent {
2428
2457
  constructor() {
2429
2458
  this.clickable = false;
2430
2459
  this.closeable = false;
2431
- this.srCloseLabel = '';
2432
- this.clicked = new EventEmitter();
2433
- this.closed = new EventEmitter();
2460
+ this.srcloselabel = '';
2461
+ this.onClicked = new EventEmitter();
2462
+ this.onClosed = new EventEmitter();
2434
2463
  }
2435
2464
  }
2436
2465
  IDTagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2437
- IDTagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTagComponent, selector: "id-tag", inputs: { clickable: "clickable", closeable: "closeable", srCloseLabel: "srCloseLabel" }, outputs: { clicked: "clicked", closed: "closed" }, ngImport: i0, template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srCloseLabel\"\r\n (clicked)=\"clicked.emit(true)\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
2466
+ IDTagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTagComponent, selector: "id-tag", inputs: { clickable: "clickable", closeable: "closeable", srcloselabel: "srcloselabel" }, outputs: { onClicked: "onClicked", onClosed: "onClosed" }, ngImport: i0, template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
2438
2467
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTagComponent, decorators: [{
2439
2468
  type: Component,
2440
2469
  args: [{
@@ -2445,11 +2474,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2445
2474
  type: Input
2446
2475
  }], closeable: [{
2447
2476
  type: Input
2448
- }], srCloseLabel: [{
2477
+ }], srcloselabel: [{
2449
2478
  type: Input
2450
- }], clicked: [{
2479
+ }], onClicked: [{
2451
2480
  type: Output
2452
- }], closed: [{
2481
+ }], onClosed: [{
2453
2482
  type: Output
2454
2483
  }] } });
2455
2484
 
@@ -2536,7 +2565,223 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2536
2565
 
2537
2566
  /*
2538
2567
  * Public API Surface of ids-angular
2539
- */
2568
+ */
2569
+ /* Icons to be included when needed
2570
+
2571
+ export * from './lib/components/icons/1177/icon-1177.module';
2572
+ export * from './lib/components/icons/agent/icon-agent.module';
2573
+ export * from './lib/components/icons/arrow/icon-arrow.module';
2574
+ export * from './lib/components/icons/attention/icon-attention.module';
2575
+ export * from './lib/components/icons/blekinge/icon-blekinge.module';
2576
+ export * from './lib/components/icons/bookmark/icon-bookmark.module';
2577
+ export * from './lib/components/icons/calendar/icon-calendar.module';
2578
+ export * from './lib/components/icons/call/icon-call.module';
2579
+ export * from './lib/components/icons/call-active/icon-call-active.module';
2580
+ export * from './lib/components/icons/camera-off/icon-camera-off.module';
2581
+ export * from './lib/components/icons/camera-on/icon-camera-on.module';
2582
+ export * from './lib/components/icons/camera-switch/icon-camera-switch.module';
2583
+ export * from './lib/components/icons/chart-bar/icon-chart-bar.module';
2584
+ export * from './lib/components/icons/chart-line/icon-chart-line.module';
2585
+ export * from './lib/components/icons/check/icon-check.module';
2586
+ export * from './lib/components/icons/chevron/icon-chevron.module';
2587
+ export * from './lib/components/icons/chevron-bold/icon-chevron-bold.module';
2588
+ export * from './lib/components/icons/clipboard/icon-clipboard.module';
2589
+ export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.module';
2590
+ export * from './lib/components/icons/clipboard-text/icon-clipboard-text.module';
2591
+ export * from './lib/components/icons/clock/icon-clock.module';
2592
+ export * from './lib/components/icons/close/icon-close.module';
2593
+ export * from './lib/components/icons/close-bold/icon-close-bold.module';
2594
+ export * from './lib/components/icons/cog/icon-cog.module';
2595
+ export * from './lib/components/icons/computer/icon-computer.module';
2596
+ export * from './lib/components/icons/computer-inera/icon-computer-inera.module';
2597
+ export * from './lib/components/icons/copy-file/icon-copy-file.module';
2598
+ export * from './lib/components/icons/copy-link/icon-copy-link.module';
2599
+ export * from './lib/components/icons/doctors-bag/icon-doctors-bag.module';
2600
+ export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.module';
2601
+ export * from './lib/components/icons/ear-hearing/icon-ear-hearing.module';
2602
+ export * from './lib/components/icons/edit/icon-edit.module';
2603
+ export * from './lib/components/icons/email/icon-email.module';
2604
+ export * from './lib/components/icons/expand/icon-expand.module';
2605
+ export * from './lib/components/icons/external/icon-external.module';
2606
+ export * from './lib/components/icons/facebook/icon-facebook.module';
2607
+ export * from './lib/components/icons/file-excel/icon-file-excel.module';
2608
+ export * from './lib/components/icons/file-other/icon-file-other.module';
2609
+ export * from './lib/components/icons/file-pdf/icon-file-pdf.module';
2610
+ export * from './lib/components/icons/file-picture/icon-file-picture.module';
2611
+ export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.module';
2612
+ export * from './lib/components/icons/file-word/icon-file-word.module';
2613
+ export * from './lib/components/icons/find-care/icon-find-care.module';
2614
+ export * from './lib/components/icons/find-region/icon-find-region.module';
2615
+ export * from './lib/components/icons/gotland/icon-gotland.module';
2616
+ export * from './lib/components/icons/halland/icon-halland.module';
2617
+ export * from './lib/components/icons/house/icon-house.module';
2618
+ export * from './lib/components/icons/id-card/icon-id-card.module';
2619
+ export * from './lib/components/icons/id-card-locked/icon-id-card-locked.module';
2620
+ export * from './lib/components/icons/image/icon-image.module';
2621
+ export * from './lib/components/icons/inera/icon-inera.module';
2622
+ export * from './lib/components/icons/inera-legacy/icon-inera-legacy.module';
2623
+ export * from './lib/components/icons/information/icon-information.module';
2624
+ export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module';
2625
+ export * from './lib/components/icons/jonkoping/icon-jonkoping.module';
2626
+ export * from './lib/components/icons/kalmar/icon-kalmar.module';
2627
+ export * from './lib/components/icons/kronoberg/icon-kronoberg.module';
2628
+ export * from './lib/components/icons/lightbulb/icon-lightbulb.module';
2629
+ export * from './lib/components/icons/linkedin/icon-linkedin.module';
2630
+ export * from './lib/components/icons/list/icon-list.module';
2631
+ export * from './lib/components/icons/lock/icon-lock.module';
2632
+ export * from './lib/components/icons/lock-open/icon-lock-open.module';
2633
+ export * from './lib/components/icons/log/icon-log.module';
2634
+ export * from './lib/components/icons/log-locked/icon-log-locked.module';
2635
+ export * from './lib/components/icons/menu/icon-menu.module';
2636
+ export * from './lib/components/icons/minus/icon-minus.module';
2637
+ export * from './lib/components/icons/norrbotten/icon-norrbotten.module';
2638
+ export * from './lib/components/icons/office-building/icon-office-building.module';
2639
+ export * from './lib/components/icons/orebro/icon-orebro.module';
2640
+ export * from './lib/components/icons/organization/icon-organization.module';
2641
+ export * from './lib/components/icons/ostergotland/icon-ostergotland.module';
2642
+ export * from './lib/components/icons/plus/icon-plus.module';
2643
+ export * from './lib/components/icons/print/icon-print.module';
2644
+ export * from './lib/components/icons/question/icon-question.module';
2645
+ export * from './lib/components/icons/reload/icon-reload.module';
2646
+ export * from './lib/components/icons/reply/icon-reply.module';
2647
+ export * from './lib/components/icons/search-inera/icon-search-inera.module';
2648
+ export * from './lib/components/icons/search/icon-search.module';
2649
+ export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.module';
2650
+ export * from './lib/components/icons/shield-locked/icon-shield-locked.module';
2651
+ export * from './lib/components/icons/skane/icon-skane.module';
2652
+ export * from './lib/components/icons/sormland/icon-sormland.module';
2653
+ export * from './lib/components/icons/star-filled/icon-star-filled.module';
2654
+ export * from './lib/components/icons/star/icon-star.module';
2655
+ export * from './lib/components/icons/stockholm/icon-stockholm.module';
2656
+ export * from './lib/components/icons/success/icon-success.module';
2657
+ export * from './lib/components/icons/swap/icon-swap.module';
2658
+ export * from './lib/components/icons/telephone/icon-telephone.module';
2659
+ export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.module';
2660
+ export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.module';
2661
+ export * from './lib/components/icons/test-tube/icon-test-tube.module';
2662
+ export * from './lib/components/icons/toggle-card/icon-toggle-card.module';
2663
+ export * from './lib/components/icons/toggle-list/icon-toggle-list.module';
2664
+ export * from './lib/components/icons/twitter/icon-twitter.module';
2665
+ export * from './lib/components/icons/uppsala/icon-uppsala.module';
2666
+ export * from './lib/components/icons/user/icon-user.module';
2667
+ export * from './lib/components/icons/vasterbotten/icon-vasterbotten.module';
2668
+ export * from './lib/components/icons/vasternorrland/icon-vasternorrland.module';
2669
+ export * from './lib/components/icons/vastmanland/icon-vastmanland.module';
2670
+ export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.module';
2671
+ export * from './lib/components/icons/video-off/icon-video-off.module';
2672
+ export * from './lib/components/icons/video-on/icon-video-on.module';
2673
+ export * from './lib/components/icons/video-switch/icon-video-switch.module';
2674
+ export * from './lib/components/icons/visibility-off/icon-visibility-off.module';
2675
+ export * from './lib/components/icons/visibility/icon-visibility.module';
2676
+ export * from './lib/components/icons/warning/icon-warning.module';
2677
+ export * from './lib/components/icons/1177/icon-1177.component';
2678
+ export * from './lib/components/icons/agent/icon-agent.component';
2679
+ export * from './lib/components/icons/arrow/icon-arrow.component';
2680
+ export * from './lib/components/icons/attention/icon-attention.component';
2681
+ export * from './lib/components/icons/blekinge/icon-blekinge.component';
2682
+ export * from './lib/components/icons/bookmark/icon-bookmark.component';
2683
+ export * from './lib/components/icons/calendar/icon-calendar.component';
2684
+ export * from './lib/components/icons/call/icon-call.component';
2685
+ export * from './lib/components/icons/call-active/icon-call-active.component';
2686
+ export * from './lib/components/icons/camera-off/icon-camera-off.component';
2687
+ export * from './lib/components/icons/camera-on/icon-camera-on.component';
2688
+ export * from './lib/components/icons/camera-switch/icon-camera-switch.component';
2689
+ export * from './lib/components/icons/chart-bar/icon-chart-bar.component';
2690
+ export * from './lib/components/icons/chart-line/icon-chart-line.component';
2691
+ export * from './lib/components/icons/check/icon-check.component';
2692
+ export * from './lib/components/icons/chevron/icon-chevron.component';
2693
+ export * from './lib/components/icons/chevron-bold/icon-chevron-bold.component';
2694
+ export * from './lib/components/icons/clipboard/icon-clipboard.component';
2695
+ export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.component';
2696
+ export * from './lib/components/icons/clipboard-text/icon-clipboard-text.component';
2697
+ export * from './lib/components/icons/clock/icon-clock.component';
2698
+ export * from './lib/components/icons/close/icon-close.component';
2699
+ export * from './lib/components/icons/close-bold/icon-close-bold.component';
2700
+ export * from './lib/components/icons/cog/icon-cog.component';
2701
+ export * from './lib/components/icons/computer/icon-computer.component';
2702
+ export * from './lib/components/icons/computer-inera/icon-computer-inera.component';
2703
+ export * from './lib/components/icons/copy-file/icon-copy-file.component';
2704
+ export * from './lib/components/icons/copy-link/icon-copy-link.component';
2705
+ export * from './lib/components/icons/doctors-bag/icon-doctors-bag.component';
2706
+ export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.component';
2707
+ export * from './lib/components/icons/ear-hearing/icon-ear-hearing.component';
2708
+ export * from './lib/components/icons/edit/icon-edit.component';
2709
+ export * from './lib/components/icons/email/icon-email.component';
2710
+ export * from './lib/components/icons/expand/icon-expand.component';
2711
+ export * from './lib/components/icons/external/icon-external.component';
2712
+ export * from './lib/components/icons/facebook/icon-facebook.component';
2713
+ export * from './lib/components/icons/file-excel/icon-file-excel.component';
2714
+ export * from './lib/components/icons/file-other/icon-file-other.component';
2715
+ export * from './lib/components/icons/file-pdf/icon-file-pdf.component';
2716
+ export * from './lib/components/icons/file-picture/icon-file-picture.component';
2717
+ export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.component';
2718
+ export * from './lib/components/icons/file-word/icon-file-word.component';
2719
+ export * from './lib/components/icons/find-care/icon-find-care.component';
2720
+ export * from './lib/components/icons/find-region/icon-find-region.component';
2721
+ export * from './lib/components/icons/gotland/icon-gotland.component';
2722
+ export * from './lib/components/icons/halland/icon-halland.component';
2723
+ export * from './lib/components/icons/house/icon-house.component';
2724
+ export * from './lib/components/icons/id-card/icon-id-card.component';
2725
+ export * from './lib/components/icons/id-card-locked/icon-id-card-locked.component';
2726
+ export * from './lib/components/icons/image/icon-image.component';
2727
+ export * from './lib/components/icons/inera/icon-inera.component';
2728
+ export * from './lib/components/icons/inera-legacy/icon-inera-legacy.component';
2729
+ export * from './lib/components/icons/information/icon-information.component';
2730
+ export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component';
2731
+ export * from './lib/components/icons/jonkoping/icon-jonkoping.component';
2732
+ export * from './lib/components/icons/kalmar/icon-kalmar.component';
2733
+ export * from './lib/components/icons/kronoberg/icon-kronoberg.component';
2734
+ export * from './lib/components/icons/lightbulb/icon-lightbulb.component';
2735
+ export * from './lib/components/icons/linkedin/icon-linkedin.component';
2736
+ export * from './lib/components/icons/list/icon-list.component';
2737
+ export * from './lib/components/icons/lock/icon-lock.component';
2738
+ export * from './lib/components/icons/lock-open/icon-lock-open.component';
2739
+ export * from './lib/components/icons/log/icon-log.component';
2740
+ export * from './lib/components/icons/log-locked/icon-log-locked.component';
2741
+ export * from './lib/components/icons/menu/icon-menu.component';
2742
+ export * from './lib/components/icons/minus/icon-minus.component';
2743
+ export * from './lib/components/icons/norrbotten/icon-norrbotten.component';
2744
+ export * from './lib/components/icons/office-building/icon-office-building.component';
2745
+ export * from './lib/components/icons/orebro/icon-orebro.component';
2746
+ export * from './lib/components/icons/organization/icon-organization.component';
2747
+ export * from './lib/components/icons/ostergotland/icon-ostergotland.component';
2748
+ export * from './lib/components/icons/plus/icon-plus.component';
2749
+ export * from './lib/components/icons/print/icon-print.component';
2750
+ export * from './lib/components/icons/question/icon-question.component';
2751
+ export * from './lib/components/icons/reload/icon-reload.component';
2752
+ export * from './lib/components/icons/reply/icon-reply.component';
2753
+ export * from './lib/components/icons/search-inera/icon-search-inera.component';
2754
+ export * from './lib/components/icons/search/icon-search.component';
2755
+ export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.component';
2756
+ export * from './lib/components/icons/shield-locked/icon-shield-locked.component';
2757
+ export * from './lib/components/icons/skane/icon-skane.component';
2758
+ export * from './lib/components/icons/sormland/icon-sormland.component';
2759
+ export * from './lib/components/icons/star-filled/icon-star-filled.component';
2760
+ export * from './lib/components/icons/star/icon-star.component';
2761
+ export * from './lib/components/icons/stockholm/icon-stockholm.component';
2762
+ export * from './lib/components/icons/success/icon-success.component';
2763
+ export * from './lib/components/icons/swap/icon-swap.component';
2764
+ export * from './lib/components/icons/telephone/icon-telephone.component';
2765
+ export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.component';
2766
+ export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.component';
2767
+ export * from './lib/components/icons/test-tube/icon-test-tube.component';
2768
+ export * from './lib/components/icons/toggle-card/icon-toggle-card.component';
2769
+ export * from './lib/components/icons/toggle-list/icon-toggle-list.component';
2770
+ export * from './lib/components/icons/twitter/icon-twitter.component';
2771
+ export * from './lib/components/icons/uppsala/icon-uppsala.component';
2772
+ export * from './lib/components/icons/user/icon-user.component';
2773
+ export * from './lib/components/icons/vasterbotten/icon-vasterbotten.component';
2774
+ export * from './lib/components/icons/vasternorrland/icon-vasternorrland.component';
2775
+ export * from './lib/components/icons/vastmanland/icon-vastmanland.component';
2776
+ export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.component';
2777
+ export * from './lib/components/icons/video-off/icon-video-off.component';
2778
+ export * from './lib/components/icons/video-on/icon-video-on.component';
2779
+ export * from './lib/components/icons/video-switch/icon-video-switch.component';
2780
+ export * from './lib/components/icons/visibility-off/icon-visibility-off.component';
2781
+ export * from './lib/components/icons/visibility/icon-visibility.component';
2782
+ export * from './lib/components/icons/warning/icon-warning.component';
2783
+
2784
+ */
2540
2785
 
2541
2786
  /**
2542
2787
  * Generated bundle index. Do not edit.