@inera/ids-angular 2.6.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/inera-ids-angular.umd.js +489 -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 +13 -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 +13 -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 +6 -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 +471 -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 +6 -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 +6 -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 +3 -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
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@inera/ids-core/components/alert/register'), require('@angular/common'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/agent/register'), require('@inera/ids-core/components/badge/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@inera/ids-core/components/carousel/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/register'), require('@inera/ids-core/components/expandable/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/navigation/content/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/popover/register'), require('@inera/ids-core/components/progressbar/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/stepper/register'), require('@inera/ids-core/components/tabs/register'), require('@inera/ids-core/components/tag/register'), require('@inera/ids-core/components/tooltip/register'), require('@inera/ids-core/components/form/toggle/register')) :
3
- typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@inera/ids-core/components/alert/register', '@angular/common', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/agent/register', '@inera/ids-core/components/badge/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@inera/ids-core/components/carousel/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/register', '@inera/ids-core/components/expandable/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/navigation/content/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/popover/register', '@inera/ids-core/components/progressbar/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/stepper/register', '@inera/ids-core/components/tabs/register', '@inera/ids-core/components/tag/register', '@inera/ids-core/components/tooltip/register', '@inera/ids-core/components/form/toggle/register'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, null, global.ng.common, null, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
5
- })(this, (function (exports, i0, register, i2, register$1, register$2, register$3, register$4, register$5, register$6, i1, i3) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@inera/ids-core/components/alert/register'), require('@angular/common'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/agent/register'), require('@inera/ids-core/components/badge/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/button-group/register'), require('@inera/ids-core/components/carousel/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/register'), require('@inera/ids-core/components/expandable/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/navigation/content/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/popover/register'), require('@inera/ids-core/components/progressbar/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/stepper/register'), require('@inera/ids-core/components/tabs/register'), require('@inera/ids-core/components/tag/register'), require('@inera/ids-core/components/tooltip/register'), require('@inera/ids-core/components/form/toggle/register')) :
3
+ typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@inera/ids-core/components/alert/register', '@angular/common', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/agent/register', '@inera/ids-core/components/badge/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/button-group/register', '@inera/ids-core/components/carousel/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/register', '@inera/ids-core/components/expandable/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/navigation/content/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/popover/register', '@inera/ids-core/components/progressbar/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/stepper/register', '@inera/ids-core/components/tabs/register', '@inera/ids-core/components/tag/register', '@inera/ids-core/components/tooltip/register', '@inera/ids-core/components/form/toggle/register'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, null, global.ng.common, null, null, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
5
+ })(this, (function (exports, i0, register, i2, register$1, register$2, register$3, register$4, register$5, register$6, register$7, i1, i3) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -32,19 +32,20 @@
32
32
  this.dismissible = false;
33
33
  this.collapsable = false;
34
34
  this.collapsed = false;
35
- this.srCollapseText = '';
36
- this.srExpandText = '';
35
+ this.srcollapsetext = '';
36
+ this.srexpandtext = '';
37
37
  this.headline = '';
38
38
  this.live = '';
39
39
  this.type = '';
40
- this.srCloseText = '';
41
- this.srIconTitle = '';
42
- this.closed = new i0.EventEmitter();
40
+ this.srclosetext = '';
41
+ this.sricontitle = '';
42
+ this.onClosed = new i0.EventEmitter();
43
+ this.onCollapsed = new i0.EventEmitter();
43
44
  }
44
45
  return IDAlertComponent;
45
46
  }());
46
47
  IDAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
47
- IDAlertComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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; }"] });
48
+ IDAlertComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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; }"] });
48
49
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, decorators: [{
49
50
  type: i0.Component,
50
51
  args: [{
@@ -58,9 +59,9 @@
58
59
  type: i0.Input
59
60
  }], collapsed: [{
60
61
  type: i0.Input
61
- }], srCollapseText: [{
62
+ }], srcollapsetext: [{
62
63
  type: i0.Input
63
- }], srExpandText: [{
64
+ }], srexpandtext: [{
64
65
  type: i0.Input
65
66
  }], headline: [{
66
67
  type: i0.Input
@@ -68,11 +69,13 @@
68
69
  type: i0.Input
69
70
  }], type: [{
70
71
  type: i0.Input
71
- }], srCloseText: [{
72
+ }], srclosetext: [{
72
73
  type: i0.Input
73
- }], srIconTitle: [{
74
+ }], sricontitle: [{
74
75
  type: i0.Input
75
- }], closed: [{
76
+ }], onClosed: [{
77
+ type: i0.Output
78
+ }], onCollapsed: [{
76
79
  type: i0.Output
77
80
  }] } });
78
81
 
@@ -102,15 +105,16 @@
102
105
  function IDAlertGlobalComponent() {
103
106
  this.expanded = true;
104
107
  this.headline = '';
105
- this.hideMobileIcon = '';
106
- this.showText = 'Visa meddelande';
107
- this.hideText = 'Dölj meddelande';
108
- this.didToggleExpansion = new i0.EventEmitter();
108
+ this.hidemobileicon = '';
109
+ this.showtext = 'Visa meddelande';
110
+ this.hidetext = 'Dölj meddelande';
111
+ this.icon = undefined;
112
+ this.onDidToggleExpansion = new i0.EventEmitter();
109
113
  }
110
114
  return IDAlertGlobalComponent;
111
115
  }());
112
116
  IDAlertGlobalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
113
- IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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; }"] });
117
+ IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
114
118
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, decorators: [{
115
119
  type: i0.Component,
116
120
  args: [{
@@ -122,13 +126,15 @@
122
126
  type: i0.Input
123
127
  }], headline: [{
124
128
  type: i0.Input
125
- }], hideMobileIcon: [{
129
+ }], hidemobileicon: [{
130
+ type: i0.Input
131
+ }], showtext: [{
126
132
  type: i0.Input
127
- }], showText: [{
133
+ }], hidetext: [{
128
134
  type: i0.Input
129
- }], hideText: [{
135
+ }], icon: [{
130
136
  type: i0.Input
131
- }], didToggleExpansion: [{
137
+ }], onDidToggleExpansion: [{
132
138
  type: i0.Output
133
139
  }] } });
134
140
 
@@ -158,14 +164,14 @@
158
164
  function IDAgentComponent() {
159
165
  this.expanded = true;
160
166
  this.headline = '';
161
- this.showText = 'Visa meddelande';
162
- this.hideText = 'Dölj meddelande';
163
- this.didToggleExpansion = new i0.EventEmitter();
167
+ this.showtext = 'Visa meddelande';
168
+ this.hidetext = 'Dölj meddelande';
169
+ this.onDidToggleExpansion = new i0.EventEmitter();
164
170
  }
165
171
  return IDAgentComponent;
166
172
  }());
167
173
  IDAgentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
168
- IDAgentComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
174
+ IDAgentComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
169
175
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentComponent, decorators: [{
170
176
  type: i0.Component,
171
177
  args: [{
@@ -177,11 +183,11 @@
177
183
  type: i0.Input
178
184
  }], headline: [{
179
185
  type: i0.Input
180
- }], showText: [{
186
+ }], showtext: [{
181
187
  type: i0.Input
182
- }], hideText: [{
188
+ }], hidetext: [{
183
189
  type: i0.Input
184
- }], didToggleExpansion: [{
190
+ }], onDidToggleExpansion: [{
185
191
  type: i0.Output
186
192
  }] } });
187
193
 
@@ -209,7 +215,7 @@
209
215
 
210
216
  var IDBadgeComponent = /** @class */ (function () {
211
217
  function IDBadgeComponent() {
212
- this.type = 'main';
218
+ this.type = 'primary';
213
219
  }
214
220
  return IDBadgeComponent;
215
221
  }());
@@ -254,8 +260,8 @@
254
260
  this.tertiary = false;
255
261
  this.toggle = false;
256
262
  this.block = false;
257
- this.sBlock = false;
258
- this.mBlock = false;
263
+ this.sblock = false;
264
+ this.mblock = false;
259
265
  this.active = false;
260
266
  this.submit = false;
261
267
  this.search = false;
@@ -263,12 +269,14 @@
263
269
  this.disabled = false;
264
270
  this.type = undefined;
265
271
  this.color = undefined;
266
- this.clicked = new i0.EventEmitter();
272
+ // Internal Icon
273
+ this.iconobject = undefined;
274
+ this.onClicked = new i0.EventEmitter();
267
275
  }
268
276
  return IDButtonComponent;
269
277
  }());
270
278
  IDButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
271
- IDButtonComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
279
+ IDButtonComponent.ɵcmp = i0__namespace.ɵɵ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", iconobject: "iconobject" }, outputs: { onClicked: "onClicked" }, ngImport: i0__namespace, 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)=\"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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
272
280
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, decorators: [{
273
281
  type: i0.Component,
274
282
  args: [{
@@ -289,9 +297,9 @@
289
297
  type: i0.Input
290
298
  }], block: [{
291
299
  type: i0.Input
292
- }], sBlock: [{
300
+ }], sblock: [{
293
301
  type: i0.Input
294
- }], mBlock: [{
302
+ }], mblock: [{
295
303
  type: i0.Input
296
304
  }], active: [{
297
305
  type: i0.Input
@@ -307,18 +315,87 @@
307
315
  type: i0.Input
308
316
  }], color: [{
309
317
  type: i0.Input
310
- }], clicked: [{
318
+ }], iconobject: [{
319
+ type: i0.Input
320
+ }], onClicked: [{
311
321
  type: i0.Output
312
322
  }] } });
313
323
 
324
+ var IDIconComponent = /** @class */ (function () {
325
+ function IDIconComponent() {
326
+ this.name = undefined;
327
+ this.rotate = undefined;
328
+ this.color = undefined;
329
+ this.color2 = undefined;
330
+ this.colorpreset = undefined;
331
+ this.title = undefined;
332
+ this.size = 'm';
333
+ this.inline = false;
334
+ this.width = undefined;
335
+ this.height = undefined;
336
+ }
337
+ return IDIconComponent;
338
+ }());
339
+ IDIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
340
+ IDIconComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
341
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, decorators: [{
342
+ type: i0.Component,
343
+ args: [{
344
+ selector: 'id-icon',
345
+ templateUrl: './icon.component.html',
346
+ encapsulation: i0.ViewEncapsulation.None,
347
+ }]
348
+ }], ctorParameters: function () { return []; }, propDecorators: { name: [{
349
+ type: i0.Input
350
+ }], rotate: [{
351
+ type: i0.Input
352
+ }], color: [{
353
+ type: i0.Input
354
+ }], color2: [{
355
+ type: i0.Input
356
+ }], colorpreset: [{
357
+ type: i0.Input
358
+ }], title: [{
359
+ type: i0.Input
360
+ }], size: [{
361
+ type: i0.Input
362
+ }], inline: [{
363
+ type: i0.Input
364
+ }], width: [{
365
+ type: i0.Input
366
+ }], height: [{
367
+ type: i0.Input
368
+ }] } });
369
+
370
+ var IDIconModule = /** @class */ (function () {
371
+ function IDIconModule() {
372
+ }
373
+ return IDIconModule;
374
+ }());
375
+ IDIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
376
+ IDIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
377
+ IDIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule });
378
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, decorators: [{
379
+ type: i0.NgModule,
380
+ args: [{
381
+ declarations: [
382
+ IDIconComponent
383
+ ],
384
+ exports: [
385
+ IDIconComponent
386
+ ],
387
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
388
+ }]
389
+ }] });
390
+
314
391
  var IDButtonModule = /** @class */ (function () {
315
392
  function IDButtonModule() {
316
393
  }
317
394
  return IDButtonModule;
318
395
  }());
319
396
  IDButtonModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
320
- IDButtonModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, declarations: [IDButtonComponent], exports: [IDButtonComponent] });
321
- IDButtonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule });
397
+ IDButtonModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, declarations: [IDButtonComponent], imports: [i2.CommonModule, IDIconModule], exports: [IDButtonComponent] });
398
+ IDButtonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, imports: [[i2.CommonModule, IDIconModule]] });
322
399
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, decorators: [{
323
400
  type: i0.NgModule,
324
401
  args: [{
@@ -328,6 +405,7 @@
328
405
  exports: [
329
406
  IDButtonComponent
330
407
  ],
408
+ imports: [i2.CommonModule, IDIconModule],
331
409
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
332
410
  }]
333
411
  }] });
@@ -375,14 +453,14 @@
375
453
  var IDCarouselComponent = /** @class */ (function () {
376
454
  function IDCarouselComponent() {
377
455
  this.autoplay = false;
378
- this.srNextLabel = 'Nästa slide';
379
- this.srPrevLabel = 'Föregående slide';
380
- this.autoplayDelay = 5000;
456
+ this.srnextlabel = 'Nästa slide';
457
+ this.srprevlabel = 'Föregående slide';
458
+ this.autoplaydelay = 5000;
381
459
  }
382
460
  return IDCarouselComponent;
383
461
  }());
384
462
  IDCarouselComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
385
- IDCarouselComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ɵɵ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__namespace, 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>" });
386
464
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselComponent, decorators: [{
387
465
  type: i0.Component,
388
466
  args: [{
@@ -391,11 +469,11 @@
391
469
  }]
392
470
  }], ctorParameters: function () { return []; }, propDecorators: { autoplay: [{
393
471
  type: i0.Input
394
- }], srNextLabel: [{
472
+ }], srnextlabel: [{
395
473
  type: i0.Input
396
- }], srPrevLabel: [{
474
+ }], srprevlabel: [{
397
475
  type: i0.Input
398
- }], autoplayDelay: [{
476
+ }], autoplaydelay: [{
399
477
  type: i0.Input
400
478
  }] } });
401
479
 
@@ -983,15 +1061,15 @@
983
1061
 
984
1062
  var IDBreadcrumbsComponent = /** @class */ (function () {
985
1063
  function IDBreadcrumbsComponent() {
986
- this.links = [];
1064
+ this.lead = 'Du är här:';
987
1065
  this.current = '';
988
- this.lead = '';
989
- this.srLabel = '';
1066
+ this.srlabel = 'Du är här';
1067
+ this.links = [];
990
1068
  }
991
1069
  return IDBreadcrumbsComponent;
992
1070
  }());
993
1071
  IDBreadcrumbsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
994
- IDBreadcrumbsComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1072
+ IDBreadcrumbsComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
995
1073
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, decorators: [{
996
1074
  type: i0.Component,
997
1075
  args: [{
@@ -999,15 +1077,15 @@
999
1077
  templateUrl: './breadcrumbs.component.html',
1000
1078
  encapsulation: i0.ViewEncapsulation.None,
1001
1079
  }]
1002
- }], ctorParameters: function () { return []; }, propDecorators: { links: [{
1003
- type: i0.Input
1004
- }], mobileLink: [{
1080
+ }], ctorParameters: function () { return []; }, propDecorators: { lead: [{
1005
1081
  type: i0.Input
1006
1082
  }], current: [{
1007
1083
  type: i0.Input
1008
- }], lead: [{
1084
+ }], srlabel: [{
1085
+ type: i0.Input
1086
+ }], links: [{
1009
1087
  type: i0.Input
1010
- }], srLabel: [{
1088
+ }], mobilelink: [{
1011
1089
  type: i0.Input
1012
1090
  }] } });
1013
1091
 
@@ -1041,11 +1119,9 @@
1041
1119
  return IDBreadcrumbsModule;
1042
1120
  }());
1043
1121
  IDBreadcrumbsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1044
- IDBreadcrumbsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [i2.CommonModule,
1045
- IDAnchorModule], exports: [IDBreadcrumbsComponent] });
1122
+ IDBreadcrumbsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDBreadcrumbsComponent] });
1046
1123
  IDBreadcrumbsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, imports: [[
1047
- i2.CommonModule,
1048
- IDAnchorModule
1124
+ i2.CommonModule, IDAnchorModule
1049
1125
  ]] });
1050
1126
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, decorators: [{
1051
1127
  type: i0.NgModule,
@@ -1057,8 +1133,7 @@
1057
1133
  IDBreadcrumbsComponent
1058
1134
  ],
1059
1135
  imports: [
1060
- i2.CommonModule,
1061
- IDAnchorModule
1136
+ i2.CommonModule, IDAnchorModule
1062
1137
  ],
1063
1138
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1064
1139
  }]
@@ -1109,13 +1184,13 @@
1109
1184
  this.date = null;
1110
1185
  this.year = null;
1111
1186
  this.month = null;
1112
- this.monthLabel = null;
1187
+ this.monthlabel = null;
1113
1188
  this.day = null;
1114
1189
  }
1115
1190
  return IDDateLabelComponent;
1116
1191
  }());
1117
1192
  IDDateLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1118
- IDDateLabelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1193
+ IDDateLabelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1119
1194
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, decorators: [{
1120
1195
  type: i0.Component,
1121
1196
  args: [{
@@ -1129,7 +1204,7 @@
1129
1204
  type: i0.Input
1130
1205
  }], month: [{
1131
1206
  type: i0.Input
1132
- }], monthLabel: [{
1207
+ }], monthlabel: [{
1133
1208
  type: i0.Input
1134
1209
  }], day: [{
1135
1210
  type: i0.Input
@@ -1159,18 +1234,22 @@
1159
1234
  var IDDialogComponent = /** @class */ (function () {
1160
1235
  function IDDialogComponent() {
1161
1236
  this.dismissible = false;
1162
- this.srCloseText = false;
1163
- this.noFocusTrap = false;
1237
+ this.srclosetext = '';
1238
+ this.nofocustrap = false;
1164
1239
  this.headline = '';
1165
1240
  this.overlay = false;
1166
1241
  this.persistent = false;
1167
1242
  this.show = false;
1168
1243
  this.width = '';
1244
+ this.onClosed = new i0.EventEmitter();
1169
1245
  }
1246
+ IDDialogComponent.prototype.emitOnClosed = function (e) {
1247
+ this.onClosed.emit(e);
1248
+ };
1170
1249
  return IDDialogComponent;
1171
1250
  }());
1172
1251
  IDDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1173
- IDDialogComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1252
+ IDDialogComponent.ɵcmp = i0__namespace.ɵɵ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" }, outputs: { onClosed: "onClosed" }, ngImport: i0__namespace, 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.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__namespace.ViewEncapsulation.None });
1174
1253
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
1175
1254
  type: i0.Component,
1176
1255
  args: [{
@@ -1180,9 +1259,9 @@
1180
1259
  }]
1181
1260
  }], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
1182
1261
  type: i0.Input
1183
- }], srCloseText: [{
1262
+ }], srclosetext: [{
1184
1263
  type: i0.Input
1185
- }], noFocusTrap: [{
1264
+ }], nofocustrap: [{
1186
1265
  type: i0.Input
1187
1266
  }], headline: [{
1188
1267
  type: i0.Input
@@ -1194,6 +1273,8 @@
1194
1273
  type: i0.Input
1195
1274
  }], width: [{
1196
1275
  type: i0.Input
1276
+ }], onClosed: [{
1277
+ type: i0.Output
1197
1278
  }] } });
1198
1279
 
1199
1280
  var IDDialogActionsComponent = /** @class */ (function () {
@@ -1247,7 +1328,7 @@
1247
1328
  return IDExpandableComponent;
1248
1329
  }());
1249
1330
  IDExpandableComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDExpandableComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1250
- IDExpandableComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1331
+ IDExpandableComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1251
1332
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDExpandableComponent, decorators: [{
1252
1333
  type: i0.Component,
1253
1334
  args: [{
@@ -1363,77 +1444,11 @@
1363
1444
  return IDIcon;
1364
1445
  }());
1365
1446
 
1366
- var IDIconComponent = /** @class */ (function () {
1367
- function IDIconComponent() {
1368
- this.name = undefined;
1369
- this.rotate = undefined;
1370
- this.color = undefined;
1371
- this.color2 = undefined;
1372
- this.colorpreset = undefined;
1373
- this.title = undefined;
1374
- this.size = 'm';
1375
- this.inline = false;
1376
- this.width = undefined;
1377
- this.height = undefined;
1378
- }
1379
- return IDIconComponent;
1380
- }());
1381
- IDIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1382
- IDIconComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
1383
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, decorators: [{
1384
- type: i0.Component,
1385
- args: [{
1386
- selector: 'id-icon',
1387
- templateUrl: './icon.component.html',
1388
- encapsulation: i0.ViewEncapsulation.None,
1389
- }]
1390
- }], ctorParameters: function () { return []; }, propDecorators: { name: [{
1391
- type: i0.Input
1392
- }], rotate: [{
1393
- type: i0.Input
1394
- }], color: [{
1395
- type: i0.Input
1396
- }], color2: [{
1397
- type: i0.Input
1398
- }], colorpreset: [{
1399
- type: i0.Input
1400
- }], title: [{
1401
- type: i0.Input
1402
- }], size: [{
1403
- type: i0.Input
1404
- }], inline: [{
1405
- type: i0.Input
1406
- }], width: [{
1407
- type: i0.Input
1408
- }], height: [{
1409
- type: i0.Input
1410
- }] } });
1411
-
1412
- var IDIconModule = /** @class */ (function () {
1413
- function IDIconModule() {
1414
- }
1415
- return IDIconModule;
1416
- }());
1417
- IDIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1418
- IDIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
1419
- IDIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule });
1420
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, decorators: [{
1421
- type: i0.NgModule,
1422
- args: [{
1423
- declarations: [
1424
- IDIconComponent
1425
- ],
1426
- exports: [
1427
- IDIconComponent
1428
- ],
1429
- schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1430
- }]
1431
- }] });
1432
-
1433
1447
  var IDFormBase = /** @class */ (function () {
1434
1448
  function IDFormBase() {
1435
1449
  this.valid = 'true';
1436
- this.noValidation = false;
1450
+ this.light = false;
1451
+ this.novalidation = false;
1437
1452
  }
1438
1453
  return IDFormBase;
1439
1454
  }());
@@ -1443,7 +1458,9 @@
1443
1458
  type: i0.Injectable
1444
1459
  }], ctorParameters: function () { return []; }, propDecorators: { valid: [{
1445
1460
  type: i0.Input
1446
- }], noValidation: [{
1461
+ }], light: [{
1462
+ type: i0.Input
1463
+ }], novalidation: [{
1447
1464
  type: i0.Input
1448
1465
  }] } });
1449
1466
 
@@ -1452,13 +1469,12 @@
1452
1469
  function IDInputComponent() {
1453
1470
  var _this = _super.call(this) || this;
1454
1471
  _this.autofocus = false;
1455
- _this.appendIcon = null;
1456
1472
  return _this;
1457
1473
  }
1458
1474
  return IDInputComponent;
1459
1475
  }(IDFormBase));
1460
1476
  IDInputComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1461
- IDInputComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus", appendIcon: "appendIcon" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1477
+ IDInputComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1462
1478
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
1463
1479
  type: i0.Component,
1464
1480
  args: [{
@@ -1468,8 +1484,6 @@
1468
1484
  }]
1469
1485
  }], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
1470
1486
  type: i0.Input
1471
- }], appendIcon: [{
1472
- type: i0.Input
1473
1487
  }] } });
1474
1488
 
1475
1489
  var IDInputModule = /** @class */ (function () {
@@ -1504,7 +1518,7 @@
1504
1518
  return IDCheckboxComponent;
1505
1519
  }(IDFormBase));
1506
1520
  IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1507
- IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1521
+ IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1508
1522
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
1509
1523
  type: i0.Component,
1510
1524
  args: [{
@@ -1551,7 +1565,7 @@
1551
1565
  return IDCheckboxGroupComponent;
1552
1566
  }(IDFormBase));
1553
1567
  IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1554
- IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1568
+ IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1555
1569
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
1556
1570
  type: i0.Component,
1557
1571
  args: [{
@@ -1630,13 +1644,15 @@
1630
1644
  }]
1631
1645
  }] });
1632
1646
 
1633
- var IDRadioComponent = /** @class */ (function () {
1647
+ var IDRadioComponent = /** @class */ (function (_super) {
1648
+ __extends(IDRadioComponent, _super);
1634
1649
  function IDRadioComponent() {
1650
+ return _super !== null && _super.apply(this, arguments) || this;
1635
1651
  }
1636
1652
  return IDRadioComponent;
1637
- }());
1638
- IDRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1639
- IDRadioComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", ngImport: i0__namespace, template: "<ids-radio>\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0__namespace.ViewEncapsulation.None });
1653
+ }(IDFormBase));
1654
+ IDRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1655
+ IDRadioComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", usesInheritance: true, ngImport: i0__namespace, template: "<ids-radio [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0__namespace.ViewEncapsulation.None });
1640
1656
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, decorators: [{
1641
1657
  type: i0.Component,
1642
1658
  args: [{
@@ -1644,19 +1660,19 @@
1644
1660
  templateUrl: './radio.component.html',
1645
1661
  encapsulation: i0.ViewEncapsulation.None,
1646
1662
  }]
1647
- }], ctorParameters: function () { return []; } });
1663
+ }] });
1648
1664
 
1649
1665
  var IDRadioGroupComponent = /** @class */ (function () {
1650
1666
  function IDRadioGroupComponent() {
1651
1667
  this.name = undefined;
1652
1668
  this.legend = undefined;
1653
1669
  this.required = false;
1654
- this.errorMessage = undefined;
1670
+ this.errormessage = undefined;
1655
1671
  }
1656
1672
  return IDRadioGroupComponent;
1657
1673
  }());
1658
1674
  IDRadioGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1659
- IDRadioGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1675
+ IDRadioGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1660
1676
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, decorators: [{
1661
1677
  type: i0.Component,
1662
1678
  args: [{
@@ -1670,7 +1686,7 @@
1670
1686
  type: i0.Input
1671
1687
  }], required: [{
1672
1688
  type: i0.Input
1673
- }], errorMessage: [{
1689
+ }], errormessage: [{
1674
1690
  type: i0.Input
1675
1691
  }] } });
1676
1692
 
@@ -1706,12 +1722,12 @@
1706
1722
 
1707
1723
  var IDRangeComponent = /** @class */ (function () {
1708
1724
  function IDRangeComponent() {
1709
- this.showTicks = false;
1725
+ this.showticks = false;
1710
1726
  }
1711
1727
  return IDRangeComponent;
1712
1728
  }());
1713
1729
  IDRangeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1714
- IDRangeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showTicks: "showTicks" }, ngImport: i0__namespace, template: "<ids-range [showticks]=\"showTicks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0__namespace.ViewEncapsulation.None });
1730
+ IDRangeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showticks: "showticks" }, ngImport: i0__namespace, template: "<ids-range [showticks]=\"showticks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0__namespace.ViewEncapsulation.None });
1715
1731
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, decorators: [{
1716
1732
  type: i0.Component,
1717
1733
  args: [{
@@ -1719,7 +1735,7 @@
1719
1735
  templateUrl: './range.component.html',
1720
1736
  encapsulation: i0.ViewEncapsulation.None,
1721
1737
  }]
1722
- }], propDecorators: { showTicks: [{
1738
+ }], propDecorators: { showticks: [{
1723
1739
  type: i0.Input
1724
1740
  }] } });
1725
1741
 
@@ -1747,12 +1763,12 @@
1747
1763
  var IDSelectComponent = /** @class */ (function (_super) {
1748
1764
  __extends(IDSelectComponent, _super);
1749
1765
  function IDSelectComponent() {
1750
- return _super.call(this) || this;
1766
+ return _super !== null && _super.apply(this, arguments) || this;
1751
1767
  }
1752
1768
  return IDSelectComponent;
1753
1769
  }(IDFormBase));
1754
- IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1755
- IDSelectComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0__namespace, template: "<ids-select [attr.valid]=\"valid\" [attr.novalidation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0__namespace.ViewEncapsulation.None });
1770
+ IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1771
+ IDSelectComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1756
1772
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, decorators: [{
1757
1773
  type: i0.Component,
1758
1774
  args: [{
@@ -1760,7 +1776,7 @@
1760
1776
  templateUrl: './select.component.html',
1761
1777
  encapsulation: i0.ViewEncapsulation.None,
1762
1778
  }]
1763
- }], ctorParameters: function () { return []; } });
1779
+ }] });
1764
1780
 
1765
1781
  var IDSelectModule = /** @class */ (function () {
1766
1782
  function IDSelectModule() {
@@ -1788,7 +1804,7 @@
1788
1804
  function IDSelectMultipleComponent() {
1789
1805
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
1790
1806
  _this.label = undefined;
1791
- _this.errorMessage = undefined;
1807
+ _this.errormessage = undefined;
1792
1808
  _this.maxHeight = undefined;
1793
1809
  _this.placeholder = '';
1794
1810
  return _this;
@@ -1796,7 +1812,7 @@
1796
1812
  return IDSelectMultipleComponent;
1797
1813
  }(IDFormBase));
1798
1814
  IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1799
- IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1815
+ IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1800
1816
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
1801
1817
  type: i0.Component,
1802
1818
  args: [{
@@ -1806,7 +1822,7 @@
1806
1822
  }]
1807
1823
  }], propDecorators: { label: [{
1808
1824
  type: i0.Input
1809
- }], errorMessage: [{
1825
+ }], errormessage: [{
1810
1826
  type: i0.Input
1811
1827
  }], maxHeight: [{
1812
1828
  type: i0.Input
@@ -1883,13 +1899,15 @@
1883
1899
  }]
1884
1900
  }] });
1885
1901
 
1886
- var IDTimeComponent = /** @class */ (function () {
1902
+ var IDTimeComponent = /** @class */ (function (_super) {
1903
+ __extends(IDTimeComponent, _super);
1887
1904
  function IDTimeComponent() {
1905
+ return _super !== null && _super.apply(this, arguments) || this;
1888
1906
  }
1889
1907
  return IDTimeComponent;
1890
- }());
1891
- IDTimeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1892
- IDTimeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", ngImport: i0__namespace, template: "<ids-time>\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0__namespace.ViewEncapsulation.None });
1908
+ }(IDFormBase));
1909
+ IDTimeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1910
+ IDTimeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0__namespace, template: "<ids-time [attr.light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0__namespace.ViewEncapsulation.None });
1893
1911
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, decorators: [{
1894
1912
  type: i0.Component,
1895
1913
  args: [{
@@ -1897,7 +1915,7 @@
1897
1915
  templateUrl: './time.component.html',
1898
1916
  encapsulation: i0.ViewEncapsulation.None,
1899
1917
  }]
1900
- }], ctorParameters: function () { return []; } });
1918
+ }] });
1901
1919
 
1902
1920
  var IDTimeModule = /** @class */ (function () {
1903
1921
  function IDTimeModule() {
@@ -1930,7 +1948,7 @@
1930
1948
  return IDTextareaComponent;
1931
1949
  }(IDFormBase));
1932
1950
  IDTextareaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1933
- IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1951
+ IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0__namespace, 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__namespace.ViewEncapsulation.None });
1934
1952
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, decorators: [{
1935
1953
  type: i0.Component,
1936
1954
  args: [{
@@ -2126,37 +2144,38 @@
2126
2144
  var IDLinkComponent = /** @class */ (function () {
2127
2145
  function IDLinkComponent() {
2128
2146
  this.link = null;
2129
- this.notificationBadge = null;
2130
- this.prependIcon = null;
2131
- this.appendIcon = null;
2147
+ this.notificationbadge = null;
2148
+ this.prependicon = null;
2149
+ this.appendicon = null;
2132
2150
  this.underlined = false;
2133
2151
  this.padding = null;
2134
2152
  this.outline = null;
2135
2153
  this.block = false;
2136
2154
  this.color = undefined;
2137
2155
  this.size = undefined;
2138
- this.activeIcon = false;
2139
- this.activeIconBackground = undefined;
2156
+ this.activeicon = false;
2157
+ this.activeiconbackground = undefined;
2140
2158
  this.external = false;
2141
2159
  this.slot = undefined;
2142
2160
  }
2143
2161
  return IDLinkComponent;
2144
2162
  }());
2145
2163
  IDLinkComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2146
- IDLinkComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2164
+ IDLinkComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2147
2165
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, decorators: [{
2148
2166
  type: i0.Component,
2149
2167
  args: [{
2150
2168
  selector: 'id-link',
2151
- templateUrl: './link.component.html'
2169
+ templateUrl: './link.component.html',
2170
+ styles: [':host { display: inline; }']
2152
2171
  }]
2153
2172
  }], ctorParameters: function () { return []; }, propDecorators: { link: [{
2154
2173
  type: i0.Input
2155
- }], notificationBadge: [{
2174
+ }], notificationbadge: [{
2156
2175
  type: i0.Input
2157
- }], prependIcon: [{
2176
+ }], prependicon: [{
2158
2177
  type: i0.Input
2159
- }], appendIcon: [{
2178
+ }], appendicon: [{
2160
2179
  type: i0.Input
2161
2180
  }], underlined: [{
2162
2181
  type: i0.Input
@@ -2173,9 +2192,9 @@
2173
2192
  type: i0.Input
2174
2193
  }], size: [{
2175
2194
  type: i0.Input
2176
- }], activeIcon: [{
2195
+ }], activeicon: [{
2177
2196
  type: i0.Input
2178
- }], activeIconBackground: [{
2197
+ }], activeiconbackground: [{
2179
2198
  type: i0.Input
2180
2199
  }], external: [{
2181
2200
  type: i0.Input
@@ -2189,15 +2208,15 @@
2189
2208
  return IDLinkModule;
2190
2209
  }());
2191
2210
  IDLinkModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2192
- IDLinkModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, declarations: [IDLinkComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDLinkComponent] });
2193
- IDLinkModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, imports: [[i2.CommonModule, IDAnchorModule]] });
2211
+ IDLinkModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, declarations: [IDLinkComponent], imports: [i2.CommonModule], exports: [IDLinkComponent] });
2212
+ IDLinkModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, imports: [[i2.CommonModule]] });
2194
2213
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, decorators: [{
2195
2214
  type: i0.NgModule,
2196
2215
  args: [{
2197
2216
  declarations: [
2198
2217
  IDLinkComponent
2199
2218
  ],
2200
- imports: [i2.CommonModule, IDAnchorModule],
2219
+ imports: [i2.CommonModule],
2201
2220
  exports: [
2202
2221
  IDLinkComponent
2203
2222
  ],
@@ -2248,14 +2267,14 @@
2248
2267
  this.date = null;
2249
2268
  this.year = null;
2250
2269
  this.month = null;
2251
- this.monthLabel = null;
2270
+ this.monthlabel = null;
2252
2271
  this.day = null;
2253
- this.showDateLabel = false;
2272
+ this.showdatelabel = false;
2254
2273
  }
2255
2274
  return IDListItemComponent;
2256
2275
  }());
2257
2276
  IDListItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2258
- IDListItemComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
2277
+ IDListItemComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.ViewEncapsulation.None });
2259
2278
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemComponent, decorators: [{
2260
2279
  type: i0.Component,
2261
2280
  args: [{
@@ -2271,11 +2290,11 @@
2271
2290
  type: i0.Input
2272
2291
  }], month: [{
2273
2292
  type: i0.Input
2274
- }], monthLabel: [{
2293
+ }], monthlabel: [{
2275
2294
  type: i0.Input
2276
2295
  }], day: [{
2277
2296
  type: i0.Input
2278
- }], showDateLabel: [{
2297
+ }], showdatelabel: [{
2279
2298
  type: i0.Input
2280
2299
  }] } });
2281
2300
 
@@ -2458,7 +2477,7 @@
2458
2477
  return IDMobileMenuComponent;
2459
2478
  }());
2460
2479
  IDMobileMenuComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2461
- IDMobileMenuComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation", items: "items" }, ngImport: i0__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2480
+ IDMobileMenuComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation", items: "items" }, ngImport: i0__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2462
2481
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuComponent, decorators: [{
2463
2482
  type: i0.Component,
2464
2483
  args: [{
@@ -2565,24 +2584,24 @@
2565
2584
 
2566
2585
  var IDPopoverComponent = /** @class */ (function () {
2567
2586
  function IDPopoverComponent() {
2568
- this.maxWidth = '260px';
2569
- this.maxHeight = '260px';
2587
+ this.maxwidth = '260px';
2588
+ this.maxheight = '260px';
2570
2589
  this.cathegory = undefined;
2571
2590
  this.position = 'bottom';
2572
2591
  }
2573
2592
  return IDPopoverComponent;
2574
2593
  }());
2575
2594
  IDPopoverComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDPopoverComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2576
- IDPopoverComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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>" });
2595
+ IDPopoverComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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>" });
2577
2596
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDPopoverComponent, decorators: [{
2578
2597
  type: i0.Component,
2579
2598
  args: [{
2580
2599
  selector: 'id-popover',
2581
2600
  templateUrl: './popover.component.html',
2582
2601
  }]
2583
- }], ctorParameters: function () { return []; }, propDecorators: { maxWidth: [{
2602
+ }], ctorParameters: function () { return []; }, propDecorators: { maxwidth: [{
2584
2603
  type: i0.Input
2585
- }], maxHeight: [{
2604
+ }], maxheight: [{
2586
2605
  type: i0.Input
2587
2606
  }], cathegory: [{
2588
2607
  type: i0.Input
@@ -2659,16 +2678,16 @@
2659
2678
  this.headline = '';
2660
2679
  this.servicename = '';
2661
2680
  this.subheadline = '';
2662
- this.cols = '3';
2681
+ this.cols = 3;
2663
2682
  this.linkcol1 = '2';
2664
2683
  this.linkcol2 = '2';
2665
2684
  this.linkcol3 = '2';
2666
- this.mobileMenuItems = undefined;
2685
+ this.mobilemenuitems = undefined;
2667
2686
  }
2668
2687
  return IDFooterComponent;
2669
2688
  }());
2670
2689
  IDFooterComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2671
- IDFooterComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2690
+ IDFooterComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2672
2691
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterComponent, decorators: [{
2673
2692
  type: i0.Component,
2674
2693
  args: [{
@@ -2691,7 +2710,7 @@
2691
2710
  type: i0.Input
2692
2711
  }], linkcol3: [{
2693
2712
  type: i0.Input
2694
- }], mobileMenuItems: [{
2713
+ }], mobilemenuitems: [{
2695
2714
  type: i0.Input
2696
2715
  }] } });
2697
2716
 
@@ -2720,21 +2739,21 @@
2720
2739
  var IDHeaderComponent = /** @class */ (function () {
2721
2740
  function IDHeaderComponent() {
2722
2741
  this.type = '';
2723
- this.mobileMenuText = 'Meny';
2724
- this.hideRegionPicker = false;
2742
+ this.hideregionpicker = false;
2743
+ this.fluid = false;
2725
2744
  this.unresponsive = false;
2726
- this.hideBrand = false;
2727
- this.logoHref = '';
2728
- this.pickRegionText = 'Välj region';
2729
- this.srLogoLabel = 'Logotyp';
2730
- this.avatarMaxWidth = '';
2731
- this.persistentMobileMenu = false;
2732
- this.didToggleRegion = new i0.EventEmitter();
2745
+ this.hidebrand = false;
2746
+ this.logohref = '';
2747
+ this.pickregiontext = 'Välj region';
2748
+ this.srlogolabel = 'Logotyp';
2749
+ this.avatarmaxwidth = '';
2750
+ this.persistentmobilemenu = false;
2751
+ this.onDidToggleRegion = new i0.EventEmitter();
2733
2752
  }
2734
2753
  return IDHeaderComponent;
2735
2754
  }());
2736
2755
  IDHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2737
- IDHeaderComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2756
+ IDHeaderComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2738
2757
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, decorators: [{
2739
2758
  type: i0.Component,
2740
2759
  args: [{
@@ -2743,45 +2762,45 @@
2743
2762
  }]
2744
2763
  }], propDecorators: { type: [{
2745
2764
  type: i0.Input
2746
- }], brandText: [{
2765
+ }], brandtext: [{
2747
2766
  type: i0.Input
2748
- }], brandTextTop: [{
2767
+ }], brandtexttop: [{
2749
2768
  type: i0.Input
2750
- }], brandTextBottom: [{
2769
+ }], brandtextbottom: [{
2751
2770
  type: i0.Input
2752
- }], mobileMenuText: [{
2771
+ }], hideregionpicker: [{
2753
2772
  type: i0.Input
2754
- }], hideRegionPicker: [{
2773
+ }], fluid: [{
2755
2774
  type: i0.Input
2756
2775
  }], unresponsive: [{
2757
2776
  type: i0.Input
2758
- }], hideBrand: [{
2777
+ }], hidebrand: [{
2759
2778
  type: i0.Input
2760
- }], logoHref: [{
2779
+ }], logohref: [{
2761
2780
  type: i0.Input
2762
- }], pickRegionText: [{
2781
+ }], pickregiontext: [{
2763
2782
  type: i0.Input
2764
- }], regionIcon: [{
2783
+ }], regionicon: [{
2765
2784
  type: i0.Input
2766
- }], regionIconTitle: [{
2785
+ }], regionicontitle: [{
2767
2786
  type: i0.Input
2768
- }], srLogoLabel: [{
2787
+ }], srlogolabel: [{
2769
2788
  type: i0.Input
2770
2789
  }], items: [{
2771
2790
  type: i0.Input
2772
2791
  }], avatar: [{
2773
2792
  type: i0.Input
2774
- }], avatarMaxWidth: [{
2793
+ }], avatarmaxwidth: [{
2775
2794
  type: i0.Input
2776
- }], navItems: [{
2795
+ }], navitems: [{
2777
2796
  type: i0.Input
2778
- }], persistentMobileMenu: [{
2797
+ }], persistentmobilemenu: [{
2779
2798
  type: i0.Input
2780
- }], mobileItems: [{
2799
+ }], mobileitems: [{
2781
2800
  type: i0.Input
2782
- }], mobileMenuItems: [{
2801
+ }], mobilemenuitems: [{
2783
2802
  type: i0.Input
2784
- }], didToggleRegion: [{
2803
+ }], onDidToggleRegion: [{
2785
2804
  type: i0.Output
2786
2805
  }] } });
2787
2806
 
@@ -2791,8 +2810,8 @@
2791
2810
  return IDHeaderModule;
2792
2811
  }());
2793
2812
  IDHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2794
- IDHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, declarations: [IDHeaderComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDHeaderComponent] });
2795
- IDHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, imports: [[i2.CommonModule, IDAnchorModule]] });
2813
+ IDHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, declarations: [IDHeaderComponent], imports: [i2.CommonModule, IDAnchorModule, IDIconModule], exports: [IDHeaderComponent] });
2814
+ IDHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, imports: [[i2.CommonModule, IDAnchorModule, IDIconModule]] });
2796
2815
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, decorators: [{
2797
2816
  type: i0.NgModule,
2798
2817
  args: [{
@@ -2802,7 +2821,7 @@
2802
2821
  exports: [
2803
2822
  IDHeaderComponent
2804
2823
  ],
2805
- imports: [i2.CommonModule, IDAnchorModule],
2824
+ imports: [i2.CommonModule, IDAnchorModule, IDIconModule],
2806
2825
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
2807
2826
  }]
2808
2827
  }] });
@@ -2853,6 +2872,13 @@
2853
2872
  enumerable: false,
2854
2873
  configurable: true
2855
2874
  });
2875
+ Object.defineProperty(IDHeaderAvatar.prototype, "maxWidth", {
2876
+ get: function () {
2877
+ return this._props.maxWidth;
2878
+ },
2879
+ enumerable: false,
2880
+ configurable: true
2881
+ });
2856
2882
  Object.defineProperty(IDHeaderAvatar.prototype, "linkLeft", {
2857
2883
  get: function () {
2858
2884
  return this._props.linkLeft;
@@ -3054,20 +3080,20 @@
3054
3080
  var IDTabPanelComponent = /** @class */ (function () {
3055
3081
  function IDTabPanelComponent(elementRef) {
3056
3082
  this.elementRef = elementRef;
3057
- this['noFocus'] = undefined;
3083
+ this.nofocus = undefined;
3058
3084
  elementRef.nativeElement.setAttribute('slot', 'tab-panel');
3059
3085
  }
3060
3086
  return IDTabPanelComponent;
3061
3087
  }());
3062
3088
  IDTabPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3063
- IDTabPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { noFocus: "noFocus" }, ngImport: i0__namespace, template: "<ids-tab-panel [attr.nofocus]=\"noFocus\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
3089
+ IDTabPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus" }, ngImport: i0__namespace, template: "<ids-tab-panel [attr.nofocus]=\"nofocus ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
3064
3090
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, decorators: [{
3065
3091
  type: i0.Component,
3066
3092
  args: [{
3067
3093
  selector: 'id-tab-panel',
3068
3094
  templateUrl: './tab-panel.component.html'
3069
3095
  }]
3070
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { 'noFocus': [{
3096
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { nofocus: [{
3071
3097
  type: i0.Input
3072
3098
  }] } });
3073
3099
 
@@ -3077,14 +3103,15 @@
3077
3103
  this.notices = 0;
3078
3104
  this.notifications = 0;
3079
3105
  this.label = '';
3080
- this.icon = '';
3081
3106
  this.selected = false;
3107
+ // Internal icon
3108
+ this.icon = undefined;
3082
3109
  elementRef.nativeElement.setAttribute('slot', 'tab');
3083
3110
  }
3084
3111
  return IDTabComponent;
3085
3112
  }());
3086
3113
  IDTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3087
- IDTabComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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>" });
3114
+ IDTabComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3088
3115
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, decorators: [{
3089
3116
  type: i0.Component,
3090
3117
  args: [{
@@ -3097,10 +3124,10 @@
3097
3124
  type: i0.Input
3098
3125
  }], label: [{
3099
3126
  type: i0.Input
3100
- }], icon: [{
3101
- type: i0.Input
3102
3127
  }], selected: [{
3103
3128
  type: i0.Input
3129
+ }], icon: [{
3130
+ type: i0.Input
3104
3131
  }] } });
3105
3132
 
3106
3133
  var IDTabsModule = /** @class */ (function () {
@@ -3137,14 +3164,14 @@
3137
3164
  function IDTagComponent() {
3138
3165
  this.clickable = false;
3139
3166
  this.closeable = false;
3140
- this.srCloseLabel = '';
3141
- this.clicked = new i0.EventEmitter();
3142
- this.closed = new i0.EventEmitter();
3167
+ this.srcloselabel = '';
3168
+ this.onClicked = new i0.EventEmitter();
3169
+ this.onClosed = new i0.EventEmitter();
3143
3170
  }
3144
3171
  return IDTagComponent;
3145
3172
  }());
3146
3173
  IDTagComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
3147
- IDTagComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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>" });
3174
+ IDTagComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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>" });
3148
3175
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagComponent, decorators: [{
3149
3176
  type: i0.Component,
3150
3177
  args: [{
@@ -3155,11 +3182,11 @@
3155
3182
  type: i0.Input
3156
3183
  }], closeable: [{
3157
3184
  type: i0.Input
3158
- }], srCloseLabel: [{
3185
+ }], srcloselabel: [{
3159
3186
  type: i0.Input
3160
- }], clicked: [{
3187
+ }], onClicked: [{
3161
3188
  type: i0.Output
3162
- }], closed: [{
3189
+ }], onClosed: [{
3163
3190
  type: i0.Output
3164
3191
  }] } });
3165
3192
 
@@ -3259,7 +3286,223 @@
3259
3286
 
3260
3287
  /*
3261
3288
  * Public API Surface of ids-angular
3262
- */
3289
+ */
3290
+ /* Icons to be included when needed
3291
+
3292
+ export * from './lib/components/icons/1177/icon-1177.module';
3293
+ export * from './lib/components/icons/agent/icon-agent.module';
3294
+ export * from './lib/components/icons/arrow/icon-arrow.module';
3295
+ export * from './lib/components/icons/attention/icon-attention.module';
3296
+ export * from './lib/components/icons/blekinge/icon-blekinge.module';
3297
+ export * from './lib/components/icons/bookmark/icon-bookmark.module';
3298
+ export * from './lib/components/icons/calendar/icon-calendar.module';
3299
+ export * from './lib/components/icons/call/icon-call.module';
3300
+ export * from './lib/components/icons/call-active/icon-call-active.module';
3301
+ export * from './lib/components/icons/camera-off/icon-camera-off.module';
3302
+ export * from './lib/components/icons/camera-on/icon-camera-on.module';
3303
+ export * from './lib/components/icons/camera-switch/icon-camera-switch.module';
3304
+ export * from './lib/components/icons/chart-bar/icon-chart-bar.module';
3305
+ export * from './lib/components/icons/chart-line/icon-chart-line.module';
3306
+ export * from './lib/components/icons/check/icon-check.module';
3307
+ export * from './lib/components/icons/chevron/icon-chevron.module';
3308
+ export * from './lib/components/icons/chevron-bold/icon-chevron-bold.module';
3309
+ export * from './lib/components/icons/clipboard/icon-clipboard.module';
3310
+ export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.module';
3311
+ export * from './lib/components/icons/clipboard-text/icon-clipboard-text.module';
3312
+ export * from './lib/components/icons/clock/icon-clock.module';
3313
+ export * from './lib/components/icons/close/icon-close.module';
3314
+ export * from './lib/components/icons/close-bold/icon-close-bold.module';
3315
+ export * from './lib/components/icons/cog/icon-cog.module';
3316
+ export * from './lib/components/icons/computer/icon-computer.module';
3317
+ export * from './lib/components/icons/computer-inera/icon-computer-inera.module';
3318
+ export * from './lib/components/icons/copy-file/icon-copy-file.module';
3319
+ export * from './lib/components/icons/copy-link/icon-copy-link.module';
3320
+ export * from './lib/components/icons/doctors-bag/icon-doctors-bag.module';
3321
+ export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.module';
3322
+ export * from './lib/components/icons/ear-hearing/icon-ear-hearing.module';
3323
+ export * from './lib/components/icons/edit/icon-edit.module';
3324
+ export * from './lib/components/icons/email/icon-email.module';
3325
+ export * from './lib/components/icons/expand/icon-expand.module';
3326
+ export * from './lib/components/icons/external/icon-external.module';
3327
+ export * from './lib/components/icons/facebook/icon-facebook.module';
3328
+ export * from './lib/components/icons/file-excel/icon-file-excel.module';
3329
+ export * from './lib/components/icons/file-other/icon-file-other.module';
3330
+ export * from './lib/components/icons/file-pdf/icon-file-pdf.module';
3331
+ export * from './lib/components/icons/file-picture/icon-file-picture.module';
3332
+ export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.module';
3333
+ export * from './lib/components/icons/file-word/icon-file-word.module';
3334
+ export * from './lib/components/icons/find-care/icon-find-care.module';
3335
+ export * from './lib/components/icons/find-region/icon-find-region.module';
3336
+ export * from './lib/components/icons/gotland/icon-gotland.module';
3337
+ export * from './lib/components/icons/halland/icon-halland.module';
3338
+ export * from './lib/components/icons/house/icon-house.module';
3339
+ export * from './lib/components/icons/id-card/icon-id-card.module';
3340
+ export * from './lib/components/icons/id-card-locked/icon-id-card-locked.module';
3341
+ export * from './lib/components/icons/image/icon-image.module';
3342
+ export * from './lib/components/icons/inera/icon-inera.module';
3343
+ export * from './lib/components/icons/inera-legacy/icon-inera-legacy.module';
3344
+ export * from './lib/components/icons/information/icon-information.module';
3345
+ export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module';
3346
+ export * from './lib/components/icons/jonkoping/icon-jonkoping.module';
3347
+ export * from './lib/components/icons/kalmar/icon-kalmar.module';
3348
+ export * from './lib/components/icons/kronoberg/icon-kronoberg.module';
3349
+ export * from './lib/components/icons/lightbulb/icon-lightbulb.module';
3350
+ export * from './lib/components/icons/linkedin/icon-linkedin.module';
3351
+ export * from './lib/components/icons/list/icon-list.module';
3352
+ export * from './lib/components/icons/lock/icon-lock.module';
3353
+ export * from './lib/components/icons/lock-open/icon-lock-open.module';
3354
+ export * from './lib/components/icons/log/icon-log.module';
3355
+ export * from './lib/components/icons/log-locked/icon-log-locked.module';
3356
+ export * from './lib/components/icons/menu/icon-menu.module';
3357
+ export * from './lib/components/icons/minus/icon-minus.module';
3358
+ export * from './lib/components/icons/norrbotten/icon-norrbotten.module';
3359
+ export * from './lib/components/icons/office-building/icon-office-building.module';
3360
+ export * from './lib/components/icons/orebro/icon-orebro.module';
3361
+ export * from './lib/components/icons/organization/icon-organization.module';
3362
+ export * from './lib/components/icons/ostergotland/icon-ostergotland.module';
3363
+ export * from './lib/components/icons/plus/icon-plus.module';
3364
+ export * from './lib/components/icons/print/icon-print.module';
3365
+ export * from './lib/components/icons/question/icon-question.module';
3366
+ export * from './lib/components/icons/reload/icon-reload.module';
3367
+ export * from './lib/components/icons/reply/icon-reply.module';
3368
+ export * from './lib/components/icons/search-inera/icon-search-inera.module';
3369
+ export * from './lib/components/icons/search/icon-search.module';
3370
+ export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.module';
3371
+ export * from './lib/components/icons/shield-locked/icon-shield-locked.module';
3372
+ export * from './lib/components/icons/skane/icon-skane.module';
3373
+ export * from './lib/components/icons/sormland/icon-sormland.module';
3374
+ export * from './lib/components/icons/star-filled/icon-star-filled.module';
3375
+ export * from './lib/components/icons/star/icon-star.module';
3376
+ export * from './lib/components/icons/stockholm/icon-stockholm.module';
3377
+ export * from './lib/components/icons/success/icon-success.module';
3378
+ export * from './lib/components/icons/swap/icon-swap.module';
3379
+ export * from './lib/components/icons/telephone/icon-telephone.module';
3380
+ export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.module';
3381
+ export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.module';
3382
+ export * from './lib/components/icons/test-tube/icon-test-tube.module';
3383
+ export * from './lib/components/icons/toggle-card/icon-toggle-card.module';
3384
+ export * from './lib/components/icons/toggle-list/icon-toggle-list.module';
3385
+ export * from './lib/components/icons/twitter/icon-twitter.module';
3386
+ export * from './lib/components/icons/uppsala/icon-uppsala.module';
3387
+ export * from './lib/components/icons/user/icon-user.module';
3388
+ export * from './lib/components/icons/vasterbotten/icon-vasterbotten.module';
3389
+ export * from './lib/components/icons/vasternorrland/icon-vasternorrland.module';
3390
+ export * from './lib/components/icons/vastmanland/icon-vastmanland.module';
3391
+ export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.module';
3392
+ export * from './lib/components/icons/video-off/icon-video-off.module';
3393
+ export * from './lib/components/icons/video-on/icon-video-on.module';
3394
+ export * from './lib/components/icons/video-switch/icon-video-switch.module';
3395
+ export * from './lib/components/icons/visibility-off/icon-visibility-off.module';
3396
+ export * from './lib/components/icons/visibility/icon-visibility.module';
3397
+ export * from './lib/components/icons/warning/icon-warning.module';
3398
+ export * from './lib/components/icons/1177/icon-1177.component';
3399
+ export * from './lib/components/icons/agent/icon-agent.component';
3400
+ export * from './lib/components/icons/arrow/icon-arrow.component';
3401
+ export * from './lib/components/icons/attention/icon-attention.component';
3402
+ export * from './lib/components/icons/blekinge/icon-blekinge.component';
3403
+ export * from './lib/components/icons/bookmark/icon-bookmark.component';
3404
+ export * from './lib/components/icons/calendar/icon-calendar.component';
3405
+ export * from './lib/components/icons/call/icon-call.component';
3406
+ export * from './lib/components/icons/call-active/icon-call-active.component';
3407
+ export * from './lib/components/icons/camera-off/icon-camera-off.component';
3408
+ export * from './lib/components/icons/camera-on/icon-camera-on.component';
3409
+ export * from './lib/components/icons/camera-switch/icon-camera-switch.component';
3410
+ export * from './lib/components/icons/chart-bar/icon-chart-bar.component';
3411
+ export * from './lib/components/icons/chart-line/icon-chart-line.component';
3412
+ export * from './lib/components/icons/check/icon-check.component';
3413
+ export * from './lib/components/icons/chevron/icon-chevron.component';
3414
+ export * from './lib/components/icons/chevron-bold/icon-chevron-bold.component';
3415
+ export * from './lib/components/icons/clipboard/icon-clipboard.component';
3416
+ export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.component';
3417
+ export * from './lib/components/icons/clipboard-text/icon-clipboard-text.component';
3418
+ export * from './lib/components/icons/clock/icon-clock.component';
3419
+ export * from './lib/components/icons/close/icon-close.component';
3420
+ export * from './lib/components/icons/close-bold/icon-close-bold.component';
3421
+ export * from './lib/components/icons/cog/icon-cog.component';
3422
+ export * from './lib/components/icons/computer/icon-computer.component';
3423
+ export * from './lib/components/icons/computer-inera/icon-computer-inera.component';
3424
+ export * from './lib/components/icons/copy-file/icon-copy-file.component';
3425
+ export * from './lib/components/icons/copy-link/icon-copy-link.component';
3426
+ export * from './lib/components/icons/doctors-bag/icon-doctors-bag.component';
3427
+ export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.component';
3428
+ export * from './lib/components/icons/ear-hearing/icon-ear-hearing.component';
3429
+ export * from './lib/components/icons/edit/icon-edit.component';
3430
+ export * from './lib/components/icons/email/icon-email.component';
3431
+ export * from './lib/components/icons/expand/icon-expand.component';
3432
+ export * from './lib/components/icons/external/icon-external.component';
3433
+ export * from './lib/components/icons/facebook/icon-facebook.component';
3434
+ export * from './lib/components/icons/file-excel/icon-file-excel.component';
3435
+ export * from './lib/components/icons/file-other/icon-file-other.component';
3436
+ export * from './lib/components/icons/file-pdf/icon-file-pdf.component';
3437
+ export * from './lib/components/icons/file-picture/icon-file-picture.component';
3438
+ export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.component';
3439
+ export * from './lib/components/icons/file-word/icon-file-word.component';
3440
+ export * from './lib/components/icons/find-care/icon-find-care.component';
3441
+ export * from './lib/components/icons/find-region/icon-find-region.component';
3442
+ export * from './lib/components/icons/gotland/icon-gotland.component';
3443
+ export * from './lib/components/icons/halland/icon-halland.component';
3444
+ export * from './lib/components/icons/house/icon-house.component';
3445
+ export * from './lib/components/icons/id-card/icon-id-card.component';
3446
+ export * from './lib/components/icons/id-card-locked/icon-id-card-locked.component';
3447
+ export * from './lib/components/icons/image/icon-image.component';
3448
+ export * from './lib/components/icons/inera/icon-inera.component';
3449
+ export * from './lib/components/icons/inera-legacy/icon-inera-legacy.component';
3450
+ export * from './lib/components/icons/information/icon-information.component';
3451
+ export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component';
3452
+ export * from './lib/components/icons/jonkoping/icon-jonkoping.component';
3453
+ export * from './lib/components/icons/kalmar/icon-kalmar.component';
3454
+ export * from './lib/components/icons/kronoberg/icon-kronoberg.component';
3455
+ export * from './lib/components/icons/lightbulb/icon-lightbulb.component';
3456
+ export * from './lib/components/icons/linkedin/icon-linkedin.component';
3457
+ export * from './lib/components/icons/list/icon-list.component';
3458
+ export * from './lib/components/icons/lock/icon-lock.component';
3459
+ export * from './lib/components/icons/lock-open/icon-lock-open.component';
3460
+ export * from './lib/components/icons/log/icon-log.component';
3461
+ export * from './lib/components/icons/log-locked/icon-log-locked.component';
3462
+ export * from './lib/components/icons/menu/icon-menu.component';
3463
+ export * from './lib/components/icons/minus/icon-minus.component';
3464
+ export * from './lib/components/icons/norrbotten/icon-norrbotten.component';
3465
+ export * from './lib/components/icons/office-building/icon-office-building.component';
3466
+ export * from './lib/components/icons/orebro/icon-orebro.component';
3467
+ export * from './lib/components/icons/organization/icon-organization.component';
3468
+ export * from './lib/components/icons/ostergotland/icon-ostergotland.component';
3469
+ export * from './lib/components/icons/plus/icon-plus.component';
3470
+ export * from './lib/components/icons/print/icon-print.component';
3471
+ export * from './lib/components/icons/question/icon-question.component';
3472
+ export * from './lib/components/icons/reload/icon-reload.component';
3473
+ export * from './lib/components/icons/reply/icon-reply.component';
3474
+ export * from './lib/components/icons/search-inera/icon-search-inera.component';
3475
+ export * from './lib/components/icons/search/icon-search.component';
3476
+ export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.component';
3477
+ export * from './lib/components/icons/shield-locked/icon-shield-locked.component';
3478
+ export * from './lib/components/icons/skane/icon-skane.component';
3479
+ export * from './lib/components/icons/sormland/icon-sormland.component';
3480
+ export * from './lib/components/icons/star-filled/icon-star-filled.component';
3481
+ export * from './lib/components/icons/star/icon-star.component';
3482
+ export * from './lib/components/icons/stockholm/icon-stockholm.component';
3483
+ export * from './lib/components/icons/success/icon-success.component';
3484
+ export * from './lib/components/icons/swap/icon-swap.component';
3485
+ export * from './lib/components/icons/telephone/icon-telephone.component';
3486
+ export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.component';
3487
+ export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.component';
3488
+ export * from './lib/components/icons/test-tube/icon-test-tube.component';
3489
+ export * from './lib/components/icons/toggle-card/icon-toggle-card.component';
3490
+ export * from './lib/components/icons/toggle-list/icon-toggle-list.component';
3491
+ export * from './lib/components/icons/twitter/icon-twitter.component';
3492
+ export * from './lib/components/icons/uppsala/icon-uppsala.component';
3493
+ export * from './lib/components/icons/user/icon-user.component';
3494
+ export * from './lib/components/icons/vasterbotten/icon-vasterbotten.component';
3495
+ export * from './lib/components/icons/vasternorrland/icon-vasternorrland.component';
3496
+ export * from './lib/components/icons/vastmanland/icon-vastmanland.component';
3497
+ export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.component';
3498
+ export * from './lib/components/icons/video-off/icon-video-off.component';
3499
+ export * from './lib/components/icons/video-on/icon-video-on.component';
3500
+ export * from './lib/components/icons/video-switch/icon-video-switch.component';
3501
+ export * from './lib/components/icons/visibility-off/icon-visibility-off.component';
3502
+ export * from './lib/components/icons/visibility/icon-visibility.component';
3503
+ export * from './lib/components/icons/warning/icon-warning.component';
3504
+
3505
+ */
3263
3506
 
3264
3507
  /**
3265
3508
  * Generated bundle index. Do not edit.