@inera/ids-angular 2.6.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +504 -246
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +4 -1
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
- package/esm2015/lib/components/agent/agent.component.js +8 -8
- package/esm2015/lib/components/alert/alert.component.js +15 -12
- package/esm2015/lib/components/alert-global/alert-global.component.js +14 -10
- package/esm2015/lib/components/badge/badge.component.js +2 -2
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +10 -10
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +4 -7
- package/esm2015/lib/components/button/button.component.js +22 -8
- package/esm2015/lib/components/button/button.module.js +6 -3
- package/esm2015/lib/components/carousel/carousel.component.js +8 -8
- package/esm2015/lib/components/date-label/date-label.component.js +4 -4
- package/esm2015/lib/components/dialog/dialog.component.js +16 -7
- package/esm2015/lib/components/expandable/expandable.component.js +2 -2
- package/esm2015/lib/components/footer/footer.component.js +5 -5
- package/esm2015/lib/components/footer/footer.module.js +2 -2
- package/esm2015/lib/components/form/base/IDFormBase.js +6 -3
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +2 -2
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +2 -2
- package/esm2015/lib/components/form/input/input.component.js +2 -6
- package/esm2015/lib/components/form/radio/radio-group.component.js +4 -4
- package/esm2015/lib/components/form/radio/radio.component.js +6 -6
- package/esm2015/lib/components/form/range/range.component.js +4 -4
- package/esm2015/lib/components/form/select/select.component.js +4 -7
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +4 -4
- package/esm2015/lib/components/form/textarea/textarea.component.js +2 -2
- package/esm2015/lib/components/form/time/time.component.js +6 -6
- package/esm2015/lib/components/header/header.component.js +28 -28
- package/esm2015/lib/components/header/header.module.js +5 -4
- package/esm2015/lib/components/link/link.component.js +15 -15
- package/esm2015/lib/components/link/link.module.js +4 -5
- package/esm2015/lib/components/list/item/list-item.component.js +6 -6
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +2 -2
- package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +1 -1
- package/esm2015/lib/components/popover/popover.component.js +9 -6
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +4 -4
- package/esm2015/lib/components/tabs/tab/tab.component.js +7 -5
- package/esm2015/lib/components/tag/tag.component.js +8 -8
- package/esm2015/lib/internals/anchor.component.js +1 -1
- package/esm2015/lib/internals/anchor.module.js +1 -1
- package/esm2015/public-api.js +217 -1
- package/fesm2015/inera-ids-angular.js +486 -241
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/classes/header/IDHeaderAvatar.d.ts +1 -0
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +1 -0
- package/lib/components/agent/agent.component.d.ts +4 -4
- package/lib/components/alert/alert.component.d.ts +7 -6
- package/lib/components/alert-global/alert-global.component.d.ts +7 -5
- package/lib/components/badge/badge.component.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +5 -5
- package/lib/components/button/button.component.d.ts +8 -4
- package/lib/components/button/button.module.d.ts +3 -1
- package/lib/components/carousel/carousel.component.d.ts +4 -4
- package/lib/components/date-label/date-label.component.d.ts +2 -2
- package/lib/components/dialog/dialog.component.d.ts +7 -3
- package/lib/components/footer/footer.component.d.ts +3 -3
- package/lib/components/form/base/IDFormBase.d.ts +2 -1
- package/lib/components/form/input/input.component.d.ts +1 -3
- package/lib/components/form/radio/radio-group.component.d.ts +2 -2
- package/lib/components/form/radio/radio.component.d.ts +2 -2
- package/lib/components/form/range/range.component.d.ts +2 -2
- package/lib/components/form/select/select.component.d.ts +0 -1
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +2 -2
- package/lib/components/form/time/time.component.d.ts +2 -2
- package/lib/components/header/header.component.d.ts +18 -18
- package/lib/components/header/header.module.d.ts +2 -1
- package/lib/components/link/link.component.d.ts +10 -10
- package/lib/components/link/link.module.d.ts +1 -2
- package/lib/components/list/item/list-item.component.d.ts +3 -3
- package/lib/components/popover/popover.component.d.ts +4 -3
- package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -2
- package/lib/components/tabs/tab/tab.component.d.ts +3 -2
- package/lib/components/tag/tag.component.d.ts +4 -4
- 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/
|
|
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/
|
|
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.
|
|
36
|
-
this.
|
|
35
|
+
this.srcollapsetext = '';
|
|
36
|
+
this.srexpandtext = '';
|
|
37
37
|
this.headline = '';
|
|
38
38
|
this.live = '';
|
|
39
39
|
this.type = '';
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
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",
|
|
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
|
-
}],
|
|
62
|
+
}], srcollapsetext: [{
|
|
62
63
|
type: i0.Input
|
|
63
|
-
}],
|
|
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
|
-
}],
|
|
72
|
+
}], srclosetext: [{
|
|
72
73
|
type: i0.Input
|
|
73
|
-
}],
|
|
74
|
+
}], sricontitle: [{
|
|
74
75
|
type: i0.Input
|
|
75
|
-
}],
|
|
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.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
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",
|
|
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
|
-
}],
|
|
129
|
+
}], hidemobileicon: [{
|
|
130
|
+
type: i0.Input
|
|
131
|
+
}], showtext: [{
|
|
126
132
|
type: i0.Input
|
|
127
|
-
}],
|
|
133
|
+
}], hidetext: [{
|
|
128
134
|
type: i0.Input
|
|
129
|
-
}],
|
|
135
|
+
}], icon: [{
|
|
130
136
|
type: i0.Input
|
|
131
|
-
}],
|
|
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.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
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",
|
|
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
|
-
}],
|
|
186
|
+
}], showtext: [{
|
|
181
187
|
type: i0.Input
|
|
182
|
-
}],
|
|
188
|
+
}], hidetext: [{
|
|
183
189
|
type: i0.Input
|
|
184
|
-
}],
|
|
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 = '
|
|
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.
|
|
258
|
-
this.
|
|
263
|
+
this.sblock = false;
|
|
264
|
+
this.mblock = false;
|
|
259
265
|
this.active = false;
|
|
260
266
|
this.submit = false;
|
|
261
267
|
this.search = false;
|
|
@@ -263,18 +269,25 @@
|
|
|
263
269
|
this.disabled = false;
|
|
264
270
|
this.type = undefined;
|
|
265
271
|
this.color = undefined;
|
|
266
|
-
|
|
272
|
+
//For Dialog
|
|
273
|
+
this.trigger = '';
|
|
274
|
+
// General props
|
|
275
|
+
this.tabindex = '';
|
|
276
|
+
// Internal Icon
|
|
277
|
+
this.iconobject = undefined;
|
|
278
|
+
this.onClicked = new i0.EventEmitter();
|
|
267
279
|
}
|
|
268
280
|
return IDButtonComponent;
|
|
269
281
|
}());
|
|
270
282
|
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",
|
|
283
|
+
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", trigger: "trigger", tabindex: "tabindex", iconobject: "iconobject" }, outputs: { onClicked: "onClicked" }, host: { classAttribute: "ids-contains-clickable" }, 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 [attr.trigger]=\"trigger ? 'true' : null\"\r\n [attr.tabindex]=\"tabindex ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"onClicked.emit(true)\">\r\n <ids-icon *ngIf=\"iconobject !== undefined\"\r\n [attr.name]=\"iconobject?.name\"\r\n [attr.title]=\"iconobject?.title\" \r\n [attr.color]=\"iconobject?.color\" \r\n [attr.color2]=\"iconobject?.color2\" \r\n [attr.size]=\"iconobject?.size\" \r\n [attr.padding]=\"iconobject?.padding\" \r\n [attr.rotate]=\"iconobject?.rotate\" \r\n [attr.colorpreset]=\"iconobject?.colorpreset\" \r\n [attr.height]=\"iconobject?.height\" \r\n [attr.width]=\"iconobject?.width\"></ids-icon>\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-mblock=true], id-button[ng-reflect-sblock=true] { display: contents; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
272
284
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, decorators: [{
|
|
273
285
|
type: i0.Component,
|
|
274
286
|
args: [{
|
|
275
287
|
selector: 'id-button',
|
|
276
288
|
templateUrl: './button.component.html',
|
|
277
289
|
styles: ['id-button[ng-reflect-block=true], id-button[ng-reflect-mblock=true], id-button[ng-reflect-sblock=true] { display: contents; }'],
|
|
290
|
+
host: { 'class': 'ids-contains-clickable' },
|
|
278
291
|
encapsulation: i0.ViewEncapsulation.None,
|
|
279
292
|
}]
|
|
280
293
|
}], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
|
|
@@ -289,9 +302,9 @@
|
|
|
289
302
|
type: i0.Input
|
|
290
303
|
}], block: [{
|
|
291
304
|
type: i0.Input
|
|
292
|
-
}],
|
|
305
|
+
}], sblock: [{
|
|
293
306
|
type: i0.Input
|
|
294
|
-
}],
|
|
307
|
+
}], mblock: [{
|
|
295
308
|
type: i0.Input
|
|
296
309
|
}], active: [{
|
|
297
310
|
type: i0.Input
|
|
@@ -307,18 +320,91 @@
|
|
|
307
320
|
type: i0.Input
|
|
308
321
|
}], color: [{
|
|
309
322
|
type: i0.Input
|
|
310
|
-
}],
|
|
323
|
+
}], trigger: [{
|
|
324
|
+
type: i0.Input
|
|
325
|
+
}], tabindex: [{
|
|
326
|
+
type: i0.Input
|
|
327
|
+
}], iconobject: [{
|
|
328
|
+
type: i0.Input
|
|
329
|
+
}], onClicked: [{
|
|
311
330
|
type: i0.Output
|
|
312
331
|
}] } });
|
|
313
332
|
|
|
333
|
+
var IDIconComponent = /** @class */ (function () {
|
|
334
|
+
function IDIconComponent() {
|
|
335
|
+
this.name = undefined;
|
|
336
|
+
this.rotate = undefined;
|
|
337
|
+
this.color = undefined;
|
|
338
|
+
this.color2 = undefined;
|
|
339
|
+
this.colorpreset = undefined;
|
|
340
|
+
this.title = undefined;
|
|
341
|
+
this.size = 'm';
|
|
342
|
+
this.inline = false;
|
|
343
|
+
this.width = undefined;
|
|
344
|
+
this.height = undefined;
|
|
345
|
+
}
|
|
346
|
+
return IDIconComponent;
|
|
347
|
+
}());
|
|
348
|
+
IDIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
349
|
+
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 });
|
|
350
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, decorators: [{
|
|
351
|
+
type: i0.Component,
|
|
352
|
+
args: [{
|
|
353
|
+
selector: 'id-icon',
|
|
354
|
+
templateUrl: './icon.component.html',
|
|
355
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
356
|
+
}]
|
|
357
|
+
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
358
|
+
type: i0.Input
|
|
359
|
+
}], rotate: [{
|
|
360
|
+
type: i0.Input
|
|
361
|
+
}], color: [{
|
|
362
|
+
type: i0.Input
|
|
363
|
+
}], color2: [{
|
|
364
|
+
type: i0.Input
|
|
365
|
+
}], colorpreset: [{
|
|
366
|
+
type: i0.Input
|
|
367
|
+
}], title: [{
|
|
368
|
+
type: i0.Input
|
|
369
|
+
}], size: [{
|
|
370
|
+
type: i0.Input
|
|
371
|
+
}], inline: [{
|
|
372
|
+
type: i0.Input
|
|
373
|
+
}], width: [{
|
|
374
|
+
type: i0.Input
|
|
375
|
+
}], height: [{
|
|
376
|
+
type: i0.Input
|
|
377
|
+
}] } });
|
|
378
|
+
|
|
379
|
+
var IDIconModule = /** @class */ (function () {
|
|
380
|
+
function IDIconModule() {
|
|
381
|
+
}
|
|
382
|
+
return IDIconModule;
|
|
383
|
+
}());
|
|
384
|
+
IDIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
385
|
+
IDIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
|
|
386
|
+
IDIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule });
|
|
387
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, decorators: [{
|
|
388
|
+
type: i0.NgModule,
|
|
389
|
+
args: [{
|
|
390
|
+
declarations: [
|
|
391
|
+
IDIconComponent
|
|
392
|
+
],
|
|
393
|
+
exports: [
|
|
394
|
+
IDIconComponent
|
|
395
|
+
],
|
|
396
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
397
|
+
}]
|
|
398
|
+
}] });
|
|
399
|
+
|
|
314
400
|
var IDButtonModule = /** @class */ (function () {
|
|
315
401
|
function IDButtonModule() {
|
|
316
402
|
}
|
|
317
403
|
return IDButtonModule;
|
|
318
404
|
}());
|
|
319
405
|
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 });
|
|
406
|
+
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] });
|
|
407
|
+
IDButtonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, imports: [[i2.CommonModule, IDIconModule]] });
|
|
322
408
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonModule, decorators: [{
|
|
323
409
|
type: i0.NgModule,
|
|
324
410
|
args: [{
|
|
@@ -328,6 +414,7 @@
|
|
|
328
414
|
exports: [
|
|
329
415
|
IDButtonComponent
|
|
330
416
|
],
|
|
417
|
+
imports: [i2.CommonModule, IDIconModule],
|
|
331
418
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
332
419
|
}]
|
|
333
420
|
}] });
|
|
@@ -375,14 +462,14 @@
|
|
|
375
462
|
var IDCarouselComponent = /** @class */ (function () {
|
|
376
463
|
function IDCarouselComponent() {
|
|
377
464
|
this.autoplay = false;
|
|
378
|
-
this.
|
|
379
|
-
this.
|
|
380
|
-
this.
|
|
465
|
+
this.srnextlabel = 'Nästa slide';
|
|
466
|
+
this.srprevlabel = 'Föregående slide';
|
|
467
|
+
this.autoplaydelay = 5000;
|
|
381
468
|
}
|
|
382
469
|
return IDCarouselComponent;
|
|
383
470
|
}());
|
|
384
471
|
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",
|
|
472
|
+
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
473
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselComponent, decorators: [{
|
|
387
474
|
type: i0.Component,
|
|
388
475
|
args: [{
|
|
@@ -391,11 +478,11 @@
|
|
|
391
478
|
}]
|
|
392
479
|
}], ctorParameters: function () { return []; }, propDecorators: { autoplay: [{
|
|
393
480
|
type: i0.Input
|
|
394
|
-
}],
|
|
481
|
+
}], srnextlabel: [{
|
|
395
482
|
type: i0.Input
|
|
396
|
-
}],
|
|
483
|
+
}], srprevlabel: [{
|
|
397
484
|
type: i0.Input
|
|
398
|
-
}],
|
|
485
|
+
}], autoplaydelay: [{
|
|
399
486
|
type: i0.Input
|
|
400
487
|
}] } });
|
|
401
488
|
|
|
@@ -983,15 +1070,15 @@
|
|
|
983
1070
|
|
|
984
1071
|
var IDBreadcrumbsComponent = /** @class */ (function () {
|
|
985
1072
|
function IDBreadcrumbsComponent() {
|
|
986
|
-
this.
|
|
1073
|
+
this.lead = 'Du är här:';
|
|
987
1074
|
this.current = '';
|
|
988
|
-
this.
|
|
989
|
-
this.
|
|
1075
|
+
this.srlabel = 'Du är här';
|
|
1076
|
+
this.links = [];
|
|
990
1077
|
}
|
|
991
1078
|
return IDBreadcrumbsComponent;
|
|
992
1079
|
}());
|
|
993
1080
|
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: {
|
|
1081
|
+
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
1082
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, decorators: [{
|
|
996
1083
|
type: i0.Component,
|
|
997
1084
|
args: [{
|
|
@@ -999,15 +1086,15 @@
|
|
|
999
1086
|
templateUrl: './breadcrumbs.component.html',
|
|
1000
1087
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1001
1088
|
}]
|
|
1002
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
1003
|
-
type: i0.Input
|
|
1004
|
-
}], mobileLink: [{
|
|
1089
|
+
}], ctorParameters: function () { return []; }, propDecorators: { lead: [{
|
|
1005
1090
|
type: i0.Input
|
|
1006
1091
|
}], current: [{
|
|
1007
1092
|
type: i0.Input
|
|
1008
|
-
}],
|
|
1093
|
+
}], srlabel: [{
|
|
1094
|
+
type: i0.Input
|
|
1095
|
+
}], links: [{
|
|
1009
1096
|
type: i0.Input
|
|
1010
|
-
}],
|
|
1097
|
+
}], mobilelink: [{
|
|
1011
1098
|
type: i0.Input
|
|
1012
1099
|
}] } });
|
|
1013
1100
|
|
|
@@ -1041,11 +1128,9 @@
|
|
|
1041
1128
|
return IDBreadcrumbsModule;
|
|
1042
1129
|
}());
|
|
1043
1130
|
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] });
|
|
1131
|
+
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
1132
|
IDBreadcrumbsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, imports: [[
|
|
1047
|
-
i2.CommonModule,
|
|
1048
|
-
IDAnchorModule
|
|
1133
|
+
i2.CommonModule, IDAnchorModule
|
|
1049
1134
|
]] });
|
|
1050
1135
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, decorators: [{
|
|
1051
1136
|
type: i0.NgModule,
|
|
@@ -1057,8 +1142,7 @@
|
|
|
1057
1142
|
IDBreadcrumbsComponent
|
|
1058
1143
|
],
|
|
1059
1144
|
imports: [
|
|
1060
|
-
i2.CommonModule,
|
|
1061
|
-
IDAnchorModule
|
|
1145
|
+
i2.CommonModule, IDAnchorModule
|
|
1062
1146
|
],
|
|
1063
1147
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1064
1148
|
}]
|
|
@@ -1109,13 +1193,13 @@
|
|
|
1109
1193
|
this.date = null;
|
|
1110
1194
|
this.year = null;
|
|
1111
1195
|
this.month = null;
|
|
1112
|
-
this.
|
|
1196
|
+
this.monthlabel = null;
|
|
1113
1197
|
this.day = null;
|
|
1114
1198
|
}
|
|
1115
1199
|
return IDDateLabelComponent;
|
|
1116
1200
|
}());
|
|
1117
1201
|
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",
|
|
1202
|
+
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 \r\n [date]=\"date?.toString()\"\r\n [year]=\"year\"\r\n [month]=\"month\"\r\n [monthlabel]=\"monthlabel\"\r\n [day]=\"day\">\r\n <ng-content></ng-content>\r\n</ids-date-label>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1119
1203
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, decorators: [{
|
|
1120
1204
|
type: i0.Component,
|
|
1121
1205
|
args: [{
|
|
@@ -1129,7 +1213,7 @@
|
|
|
1129
1213
|
type: i0.Input
|
|
1130
1214
|
}], month: [{
|
|
1131
1215
|
type: i0.Input
|
|
1132
|
-
}],
|
|
1216
|
+
}], monthlabel: [{
|
|
1133
1217
|
type: i0.Input
|
|
1134
1218
|
}], day: [{
|
|
1135
1219
|
type: i0.Input
|
|
@@ -1159,18 +1243,23 @@
|
|
|
1159
1243
|
var IDDialogComponent = /** @class */ (function () {
|
|
1160
1244
|
function IDDialogComponent() {
|
|
1161
1245
|
this.dismissible = false;
|
|
1162
|
-
this.
|
|
1163
|
-
this.
|
|
1246
|
+
this.srclosetext = '';
|
|
1247
|
+
this.nofocustrap = false;
|
|
1248
|
+
this.autofocus = false;
|
|
1164
1249
|
this.headline = '';
|
|
1165
1250
|
this.overlay = false;
|
|
1166
1251
|
this.persistent = false;
|
|
1167
1252
|
this.show = false;
|
|
1168
1253
|
this.width = '';
|
|
1254
|
+
this.onClosed = new i0.EventEmitter();
|
|
1169
1255
|
}
|
|
1256
|
+
IDDialogComponent.prototype.emitOnClosed = function (e) {
|
|
1257
|
+
this.onClosed.emit(e);
|
|
1258
|
+
};
|
|
1170
1259
|
return IDDialogComponent;
|
|
1171
1260
|
}());
|
|
1172
1261
|
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",
|
|
1262
|
+
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", autofocus: "autofocus", 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.autofocus]=\"autofocus ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [show]=\"show\"\r\n [width]=\"width\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"emitOnClosed\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1174
1263
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
|
|
1175
1264
|
type: i0.Component,
|
|
1176
1265
|
args: [{
|
|
@@ -1180,9 +1269,11 @@
|
|
|
1180
1269
|
}]
|
|
1181
1270
|
}], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
|
|
1182
1271
|
type: i0.Input
|
|
1183
|
-
}],
|
|
1272
|
+
}], srclosetext: [{
|
|
1184
1273
|
type: i0.Input
|
|
1185
|
-
}],
|
|
1274
|
+
}], nofocustrap: [{
|
|
1275
|
+
type: i0.Input
|
|
1276
|
+
}], autofocus: [{
|
|
1186
1277
|
type: i0.Input
|
|
1187
1278
|
}], headline: [{
|
|
1188
1279
|
type: i0.Input
|
|
@@ -1194,6 +1285,8 @@
|
|
|
1194
1285
|
type: i0.Input
|
|
1195
1286
|
}], width: [{
|
|
1196
1287
|
type: i0.Input
|
|
1288
|
+
}], onClosed: [{
|
|
1289
|
+
type: i0.Output
|
|
1197
1290
|
}] } });
|
|
1198
1291
|
|
|
1199
1292
|
var IDDialogActionsComponent = /** @class */ (function () {
|
|
@@ -1247,7 +1340,7 @@
|
|
|
1247
1340
|
return IDExpandableComponent;
|
|
1248
1341
|
}());
|
|
1249
1342
|
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\"
|
|
1343
|
+
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
1344
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDExpandableComponent, decorators: [{
|
|
1252
1345
|
type: i0.Component,
|
|
1253
1346
|
args: [{
|
|
@@ -1363,77 +1456,11 @@
|
|
|
1363
1456
|
return IDIcon;
|
|
1364
1457
|
}());
|
|
1365
1458
|
|
|
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
1459
|
var IDFormBase = /** @class */ (function () {
|
|
1434
1460
|
function IDFormBase() {
|
|
1435
1461
|
this.valid = 'true';
|
|
1436
|
-
this.
|
|
1462
|
+
this.light = false;
|
|
1463
|
+
this.novalidation = false;
|
|
1437
1464
|
}
|
|
1438
1465
|
return IDFormBase;
|
|
1439
1466
|
}());
|
|
@@ -1443,7 +1470,9 @@
|
|
|
1443
1470
|
type: i0.Injectable
|
|
1444
1471
|
}], ctorParameters: function () { return []; }, propDecorators: { valid: [{
|
|
1445
1472
|
type: i0.Input
|
|
1446
|
-
}],
|
|
1473
|
+
}], light: [{
|
|
1474
|
+
type: i0.Input
|
|
1475
|
+
}], novalidation: [{
|
|
1447
1476
|
type: i0.Input
|
|
1448
1477
|
}] } });
|
|
1449
1478
|
|
|
@@ -1452,13 +1481,12 @@
|
|
|
1452
1481
|
function IDInputComponent() {
|
|
1453
1482
|
var _this = _super.call(this) || this;
|
|
1454
1483
|
_this.autofocus = false;
|
|
1455
|
-
_this.appendIcon = null;
|
|
1456
1484
|
return _this;
|
|
1457
1485
|
}
|
|
1458
1486
|
return IDInputComponent;
|
|
1459
1487
|
}(IDFormBase));
|
|
1460
1488
|
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"
|
|
1489
|
+
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
1490
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
|
|
1463
1491
|
type: i0.Component,
|
|
1464
1492
|
args: [{
|
|
@@ -1468,8 +1496,6 @@
|
|
|
1468
1496
|
}]
|
|
1469
1497
|
}], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
|
|
1470
1498
|
type: i0.Input
|
|
1471
|
-
}], appendIcon: [{
|
|
1472
|
-
type: i0.Input
|
|
1473
1499
|
}] } });
|
|
1474
1500
|
|
|
1475
1501
|
var IDInputModule = /** @class */ (function () {
|
|
@@ -1504,7 +1530,7 @@
|
|
|
1504
1530
|
return IDCheckboxComponent;
|
|
1505
1531
|
}(IDFormBase));
|
|
1506
1532
|
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]=\"
|
|
1533
|
+
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
1534
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
|
|
1509
1535
|
type: i0.Component,
|
|
1510
1536
|
args: [{
|
|
@@ -1551,7 +1577,7 @@
|
|
|
1551
1577
|
return IDCheckboxGroupComponent;
|
|
1552
1578
|
}(IDFormBase));
|
|
1553
1579
|
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]=\"
|
|
1580
|
+
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
1581
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
|
|
1556
1582
|
type: i0.Component,
|
|
1557
1583
|
args: [{
|
|
@@ -1630,13 +1656,15 @@
|
|
|
1630
1656
|
}]
|
|
1631
1657
|
}] });
|
|
1632
1658
|
|
|
1633
|
-
var IDRadioComponent = /** @class */ (function () {
|
|
1659
|
+
var IDRadioComponent = /** @class */ (function (_super) {
|
|
1660
|
+
__extends(IDRadioComponent, _super);
|
|
1634
1661
|
function IDRadioComponent() {
|
|
1662
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1635
1663
|
}
|
|
1636
1664
|
return IDRadioComponent;
|
|
1637
|
-
}());
|
|
1638
|
-
IDRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, deps:
|
|
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 });
|
|
1665
|
+
}(IDFormBase));
|
|
1666
|
+
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 });
|
|
1667
|
+
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
1668
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, decorators: [{
|
|
1641
1669
|
type: i0.Component,
|
|
1642
1670
|
args: [{
|
|
@@ -1644,19 +1672,19 @@
|
|
|
1644
1672
|
templateUrl: './radio.component.html',
|
|
1645
1673
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1646
1674
|
}]
|
|
1647
|
-
}]
|
|
1675
|
+
}] });
|
|
1648
1676
|
|
|
1649
1677
|
var IDRadioGroupComponent = /** @class */ (function () {
|
|
1650
1678
|
function IDRadioGroupComponent() {
|
|
1651
1679
|
this.name = undefined;
|
|
1652
1680
|
this.legend = undefined;
|
|
1653
1681
|
this.required = false;
|
|
1654
|
-
this.
|
|
1682
|
+
this.errormessage = undefined;
|
|
1655
1683
|
}
|
|
1656
1684
|
return IDRadioGroupComponent;
|
|
1657
1685
|
}());
|
|
1658
1686
|
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",
|
|
1687
|
+
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
1688
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, decorators: [{
|
|
1661
1689
|
type: i0.Component,
|
|
1662
1690
|
args: [{
|
|
@@ -1670,7 +1698,7 @@
|
|
|
1670
1698
|
type: i0.Input
|
|
1671
1699
|
}], required: [{
|
|
1672
1700
|
type: i0.Input
|
|
1673
|
-
}],
|
|
1701
|
+
}], errormessage: [{
|
|
1674
1702
|
type: i0.Input
|
|
1675
1703
|
}] } });
|
|
1676
1704
|
|
|
@@ -1706,12 +1734,12 @@
|
|
|
1706
1734
|
|
|
1707
1735
|
var IDRangeComponent = /** @class */ (function () {
|
|
1708
1736
|
function IDRangeComponent() {
|
|
1709
|
-
this.
|
|
1737
|
+
this.showticks = false;
|
|
1710
1738
|
}
|
|
1711
1739
|
return IDRangeComponent;
|
|
1712
1740
|
}());
|
|
1713
1741
|
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: {
|
|
1742
|
+
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
1743
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, decorators: [{
|
|
1716
1744
|
type: i0.Component,
|
|
1717
1745
|
args: [{
|
|
@@ -1719,7 +1747,7 @@
|
|
|
1719
1747
|
templateUrl: './range.component.html',
|
|
1720
1748
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1721
1749
|
}]
|
|
1722
|
-
}], propDecorators: {
|
|
1750
|
+
}], propDecorators: { showticks: [{
|
|
1723
1751
|
type: i0.Input
|
|
1724
1752
|
}] } });
|
|
1725
1753
|
|
|
@@ -1747,12 +1775,12 @@
|
|
|
1747
1775
|
var IDSelectComponent = /** @class */ (function (_super) {
|
|
1748
1776
|
__extends(IDSelectComponent, _super);
|
|
1749
1777
|
function IDSelectComponent() {
|
|
1750
|
-
return _super.
|
|
1778
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1751
1779
|
}
|
|
1752
1780
|
return IDSelectComponent;
|
|
1753
1781
|
}(IDFormBase));
|
|
1754
|
-
IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps:
|
|
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]=\"
|
|
1782
|
+
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 });
|
|
1783
|
+
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
1784
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, decorators: [{
|
|
1757
1785
|
type: i0.Component,
|
|
1758
1786
|
args: [{
|
|
@@ -1760,7 +1788,7 @@
|
|
|
1760
1788
|
templateUrl: './select.component.html',
|
|
1761
1789
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1762
1790
|
}]
|
|
1763
|
-
}]
|
|
1791
|
+
}] });
|
|
1764
1792
|
|
|
1765
1793
|
var IDSelectModule = /** @class */ (function () {
|
|
1766
1794
|
function IDSelectModule() {
|
|
@@ -1788,7 +1816,7 @@
|
|
|
1788
1816
|
function IDSelectMultipleComponent() {
|
|
1789
1817
|
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1790
1818
|
_this.label = undefined;
|
|
1791
|
-
_this.
|
|
1819
|
+
_this.errormessage = undefined;
|
|
1792
1820
|
_this.maxHeight = undefined;
|
|
1793
1821
|
_this.placeholder = '';
|
|
1794
1822
|
return _this;
|
|
@@ -1796,7 +1824,7 @@
|
|
|
1796
1824
|
return IDSelectMultipleComponent;
|
|
1797
1825
|
}(IDFormBase));
|
|
1798
1826
|
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",
|
|
1827
|
+
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
1828
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
|
|
1801
1829
|
type: i0.Component,
|
|
1802
1830
|
args: [{
|
|
@@ -1806,7 +1834,7 @@
|
|
|
1806
1834
|
}]
|
|
1807
1835
|
}], propDecorators: { label: [{
|
|
1808
1836
|
type: i0.Input
|
|
1809
|
-
}],
|
|
1837
|
+
}], errormessage: [{
|
|
1810
1838
|
type: i0.Input
|
|
1811
1839
|
}], maxHeight: [{
|
|
1812
1840
|
type: i0.Input
|
|
@@ -1883,13 +1911,15 @@
|
|
|
1883
1911
|
}]
|
|
1884
1912
|
}] });
|
|
1885
1913
|
|
|
1886
|
-
var IDTimeComponent = /** @class */ (function () {
|
|
1914
|
+
var IDTimeComponent = /** @class */ (function (_super) {
|
|
1915
|
+
__extends(IDTimeComponent, _super);
|
|
1887
1916
|
function IDTimeComponent() {
|
|
1917
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1888
1918
|
}
|
|
1889
1919
|
return IDTimeComponent;
|
|
1890
|
-
}());
|
|
1891
|
-
IDTimeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, deps:
|
|
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 });
|
|
1920
|
+
}(IDFormBase));
|
|
1921
|
+
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 });
|
|
1922
|
+
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
1923
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, decorators: [{
|
|
1894
1924
|
type: i0.Component,
|
|
1895
1925
|
args: [{
|
|
@@ -1897,7 +1927,7 @@
|
|
|
1897
1927
|
templateUrl: './time.component.html',
|
|
1898
1928
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1899
1929
|
}]
|
|
1900
|
-
}]
|
|
1930
|
+
}] });
|
|
1901
1931
|
|
|
1902
1932
|
var IDTimeModule = /** @class */ (function () {
|
|
1903
1933
|
function IDTimeModule() {
|
|
@@ -1930,7 +1960,7 @@
|
|
|
1930
1960
|
return IDTextareaComponent;
|
|
1931
1961
|
}(IDFormBase));
|
|
1932
1962
|
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\"
|
|
1963
|
+
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
1964
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, decorators: [{
|
|
1935
1965
|
type: i0.Component,
|
|
1936
1966
|
args: [{
|
|
@@ -2126,37 +2156,38 @@
|
|
|
2126
2156
|
var IDLinkComponent = /** @class */ (function () {
|
|
2127
2157
|
function IDLinkComponent() {
|
|
2128
2158
|
this.link = null;
|
|
2129
|
-
this.
|
|
2130
|
-
this.
|
|
2131
|
-
this.
|
|
2159
|
+
this.notificationbadge = null;
|
|
2160
|
+
this.prependicon = null;
|
|
2161
|
+
this.appendicon = null;
|
|
2132
2162
|
this.underlined = false;
|
|
2133
2163
|
this.padding = null;
|
|
2134
2164
|
this.outline = null;
|
|
2135
2165
|
this.block = false;
|
|
2136
2166
|
this.color = undefined;
|
|
2137
2167
|
this.size = undefined;
|
|
2138
|
-
this.
|
|
2139
|
-
this.
|
|
2168
|
+
this.activeicon = false;
|
|
2169
|
+
this.activeiconbackground = undefined;
|
|
2140
2170
|
this.external = false;
|
|
2141
2171
|
this.slot = undefined;
|
|
2142
2172
|
}
|
|
2143
2173
|
return IDLinkComponent;
|
|
2144
2174
|
}());
|
|
2145
2175
|
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",
|
|
2176
|
+
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
2177
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, decorators: [{
|
|
2148
2178
|
type: i0.Component,
|
|
2149
2179
|
args: [{
|
|
2150
2180
|
selector: 'id-link',
|
|
2151
|
-
templateUrl: './link.component.html'
|
|
2181
|
+
templateUrl: './link.component.html',
|
|
2182
|
+
styles: [':host { display: inline; }']
|
|
2152
2183
|
}]
|
|
2153
2184
|
}], ctorParameters: function () { return []; }, propDecorators: { link: [{
|
|
2154
2185
|
type: i0.Input
|
|
2155
|
-
}],
|
|
2186
|
+
}], notificationbadge: [{
|
|
2156
2187
|
type: i0.Input
|
|
2157
|
-
}],
|
|
2188
|
+
}], prependicon: [{
|
|
2158
2189
|
type: i0.Input
|
|
2159
|
-
}],
|
|
2190
|
+
}], appendicon: [{
|
|
2160
2191
|
type: i0.Input
|
|
2161
2192
|
}], underlined: [{
|
|
2162
2193
|
type: i0.Input
|
|
@@ -2173,9 +2204,9 @@
|
|
|
2173
2204
|
type: i0.Input
|
|
2174
2205
|
}], size: [{
|
|
2175
2206
|
type: i0.Input
|
|
2176
|
-
}],
|
|
2207
|
+
}], activeicon: [{
|
|
2177
2208
|
type: i0.Input
|
|
2178
|
-
}],
|
|
2209
|
+
}], activeiconbackground: [{
|
|
2179
2210
|
type: i0.Input
|
|
2180
2211
|
}], external: [{
|
|
2181
2212
|
type: i0.Input
|
|
@@ -2189,15 +2220,15 @@
|
|
|
2189
2220
|
return IDLinkModule;
|
|
2190
2221
|
}());
|
|
2191
2222
|
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
|
|
2193
|
-
IDLinkModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, imports: [[i2.CommonModule
|
|
2223
|
+
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] });
|
|
2224
|
+
IDLinkModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, imports: [[i2.CommonModule]] });
|
|
2194
2225
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, decorators: [{
|
|
2195
2226
|
type: i0.NgModule,
|
|
2196
2227
|
args: [{
|
|
2197
2228
|
declarations: [
|
|
2198
2229
|
IDLinkComponent
|
|
2199
2230
|
],
|
|
2200
|
-
imports: [i2.CommonModule
|
|
2231
|
+
imports: [i2.CommonModule],
|
|
2201
2232
|
exports: [
|
|
2202
2233
|
IDLinkComponent
|
|
2203
2234
|
],
|
|
@@ -2248,14 +2279,14 @@
|
|
|
2248
2279
|
this.date = null;
|
|
2249
2280
|
this.year = null;
|
|
2250
2281
|
this.month = null;
|
|
2251
|
-
this.
|
|
2282
|
+
this.monthlabel = null;
|
|
2252
2283
|
this.day = null;
|
|
2253
|
-
this.
|
|
2284
|
+
this.showdatelabel = false;
|
|
2254
2285
|
}
|
|
2255
2286
|
return IDListItemComponent;
|
|
2256
2287
|
}());
|
|
2257
2288
|
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",
|
|
2289
|
+
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
2290
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemComponent, decorators: [{
|
|
2260
2291
|
type: i0.Component,
|
|
2261
2292
|
args: [{
|
|
@@ -2271,11 +2302,11 @@
|
|
|
2271
2302
|
type: i0.Input
|
|
2272
2303
|
}], month: [{
|
|
2273
2304
|
type: i0.Input
|
|
2274
|
-
}],
|
|
2305
|
+
}], monthlabel: [{
|
|
2275
2306
|
type: i0.Input
|
|
2276
2307
|
}], day: [{
|
|
2277
2308
|
type: i0.Input
|
|
2278
|
-
}],
|
|
2309
|
+
}], showdatelabel: [{
|
|
2279
2310
|
type: i0.Input
|
|
2280
2311
|
}] } });
|
|
2281
2312
|
|
|
@@ -2458,7 +2489,7 @@
|
|
|
2458
2489
|
return IDMobileMenuComponent;
|
|
2459
2490
|
}());
|
|
2460
2491
|
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"] }] });
|
|
2492
|
+
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
2493
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuComponent, decorators: [{
|
|
2463
2494
|
type: i0.Component,
|
|
2464
2495
|
args: [{
|
|
@@ -2565,24 +2596,27 @@
|
|
|
2565
2596
|
|
|
2566
2597
|
var IDPopoverComponent = /** @class */ (function () {
|
|
2567
2598
|
function IDPopoverComponent() {
|
|
2568
|
-
this.
|
|
2569
|
-
this.
|
|
2599
|
+
this.autofocus = false;
|
|
2600
|
+
this.maxwidth = '260px';
|
|
2601
|
+
this.maxheight = '260px';
|
|
2570
2602
|
this.cathegory = undefined;
|
|
2571
2603
|
this.position = 'bottom';
|
|
2572
2604
|
}
|
|
2573
2605
|
return IDPopoverComponent;
|
|
2574
2606
|
}());
|
|
2575
2607
|
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: {
|
|
2608
|
+
IDPopoverComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", maxwidth: "maxwidth", maxheight: "maxheight", cathegory: "cathegory", position: "position" }, ngImport: i0__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.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\">\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>" });
|
|
2577
2609
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDPopoverComponent, decorators: [{
|
|
2578
2610
|
type: i0.Component,
|
|
2579
2611
|
args: [{
|
|
2580
2612
|
selector: 'id-popover',
|
|
2581
2613
|
templateUrl: './popover.component.html',
|
|
2582
2614
|
}]
|
|
2583
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
2615
|
+
}], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
|
|
2584
2616
|
type: i0.Input
|
|
2585
|
-
}],
|
|
2617
|
+
}], maxwidth: [{
|
|
2618
|
+
type: i0.Input
|
|
2619
|
+
}], maxheight: [{
|
|
2586
2620
|
type: i0.Input
|
|
2587
2621
|
}], cathegory: [{
|
|
2588
2622
|
type: i0.Input
|
|
@@ -2659,16 +2693,16 @@
|
|
|
2659
2693
|
this.headline = '';
|
|
2660
2694
|
this.servicename = '';
|
|
2661
2695
|
this.subheadline = '';
|
|
2662
|
-
this.cols =
|
|
2696
|
+
this.cols = 3;
|
|
2663
2697
|
this.linkcol1 = '2';
|
|
2664
2698
|
this.linkcol2 = '2';
|
|
2665
2699
|
this.linkcol3 = '2';
|
|
2666
|
-
this.
|
|
2700
|
+
this.mobilemenuitems = undefined;
|
|
2667
2701
|
}
|
|
2668
2702
|
return IDFooterComponent;
|
|
2669
2703
|
}());
|
|
2670
2704
|
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",
|
|
2705
|
+
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
2706
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterComponent, decorators: [{
|
|
2673
2707
|
type: i0.Component,
|
|
2674
2708
|
args: [{
|
|
@@ -2691,7 +2725,7 @@
|
|
|
2691
2725
|
type: i0.Input
|
|
2692
2726
|
}], linkcol3: [{
|
|
2693
2727
|
type: i0.Input
|
|
2694
|
-
}],
|
|
2728
|
+
}], mobilemenuitems: [{
|
|
2695
2729
|
type: i0.Input
|
|
2696
2730
|
}] } });
|
|
2697
2731
|
|
|
@@ -2720,21 +2754,21 @@
|
|
|
2720
2754
|
var IDHeaderComponent = /** @class */ (function () {
|
|
2721
2755
|
function IDHeaderComponent() {
|
|
2722
2756
|
this.type = '';
|
|
2723
|
-
this.
|
|
2724
|
-
this.
|
|
2757
|
+
this.hideregionpicker = false;
|
|
2758
|
+
this.fluid = false;
|
|
2725
2759
|
this.unresponsive = false;
|
|
2726
|
-
this.
|
|
2727
|
-
this.
|
|
2728
|
-
this.
|
|
2729
|
-
this.
|
|
2730
|
-
this.
|
|
2731
|
-
this.
|
|
2732
|
-
this.
|
|
2760
|
+
this.hidebrand = false;
|
|
2761
|
+
this.logohref = '';
|
|
2762
|
+
this.pickregiontext = 'Välj region';
|
|
2763
|
+
this.srlogolabel = 'Logotyp';
|
|
2764
|
+
this.avatarmaxwidth = '';
|
|
2765
|
+
this.persistentmobilemenu = false;
|
|
2766
|
+
this.onDidToggleRegion = new i0.EventEmitter();
|
|
2733
2767
|
}
|
|
2734
2768
|
return IDHeaderComponent;
|
|
2735
2769
|
}());
|
|
2736
2770
|
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",
|
|
2771
|
+
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
2772
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, decorators: [{
|
|
2739
2773
|
type: i0.Component,
|
|
2740
2774
|
args: [{
|
|
@@ -2743,45 +2777,45 @@
|
|
|
2743
2777
|
}]
|
|
2744
2778
|
}], propDecorators: { type: [{
|
|
2745
2779
|
type: i0.Input
|
|
2746
|
-
}],
|
|
2780
|
+
}], brandtext: [{
|
|
2747
2781
|
type: i0.Input
|
|
2748
|
-
}],
|
|
2782
|
+
}], brandtexttop: [{
|
|
2749
2783
|
type: i0.Input
|
|
2750
|
-
}],
|
|
2784
|
+
}], brandtextbottom: [{
|
|
2751
2785
|
type: i0.Input
|
|
2752
|
-
}],
|
|
2786
|
+
}], hideregionpicker: [{
|
|
2753
2787
|
type: i0.Input
|
|
2754
|
-
}],
|
|
2788
|
+
}], fluid: [{
|
|
2755
2789
|
type: i0.Input
|
|
2756
2790
|
}], unresponsive: [{
|
|
2757
2791
|
type: i0.Input
|
|
2758
|
-
}],
|
|
2792
|
+
}], hidebrand: [{
|
|
2759
2793
|
type: i0.Input
|
|
2760
|
-
}],
|
|
2794
|
+
}], logohref: [{
|
|
2761
2795
|
type: i0.Input
|
|
2762
|
-
}],
|
|
2796
|
+
}], pickregiontext: [{
|
|
2763
2797
|
type: i0.Input
|
|
2764
|
-
}],
|
|
2798
|
+
}], regionicon: [{
|
|
2765
2799
|
type: i0.Input
|
|
2766
|
-
}],
|
|
2800
|
+
}], regionicontitle: [{
|
|
2767
2801
|
type: i0.Input
|
|
2768
|
-
}],
|
|
2802
|
+
}], srlogolabel: [{
|
|
2769
2803
|
type: i0.Input
|
|
2770
2804
|
}], items: [{
|
|
2771
2805
|
type: i0.Input
|
|
2772
2806
|
}], avatar: [{
|
|
2773
2807
|
type: i0.Input
|
|
2774
|
-
}],
|
|
2808
|
+
}], avatarmaxwidth: [{
|
|
2775
2809
|
type: i0.Input
|
|
2776
|
-
}],
|
|
2810
|
+
}], navitems: [{
|
|
2777
2811
|
type: i0.Input
|
|
2778
|
-
}],
|
|
2812
|
+
}], persistentmobilemenu: [{
|
|
2779
2813
|
type: i0.Input
|
|
2780
|
-
}],
|
|
2814
|
+
}], mobileitems: [{
|
|
2781
2815
|
type: i0.Input
|
|
2782
|
-
}],
|
|
2816
|
+
}], mobilemenuitems: [{
|
|
2783
2817
|
type: i0.Input
|
|
2784
|
-
}],
|
|
2818
|
+
}], onDidToggleRegion: [{
|
|
2785
2819
|
type: i0.Output
|
|
2786
2820
|
}] } });
|
|
2787
2821
|
|
|
@@ -2791,8 +2825,8 @@
|
|
|
2791
2825
|
return IDHeaderModule;
|
|
2792
2826
|
}());
|
|
2793
2827
|
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]] });
|
|
2828
|
+
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] });
|
|
2829
|
+
IDHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, imports: [[i2.CommonModule, IDAnchorModule, IDIconModule]] });
|
|
2796
2830
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, decorators: [{
|
|
2797
2831
|
type: i0.NgModule,
|
|
2798
2832
|
args: [{
|
|
@@ -2802,7 +2836,7 @@
|
|
|
2802
2836
|
exports: [
|
|
2803
2837
|
IDHeaderComponent
|
|
2804
2838
|
],
|
|
2805
|
-
imports: [i2.CommonModule, IDAnchorModule],
|
|
2839
|
+
imports: [i2.CommonModule, IDAnchorModule, IDIconModule],
|
|
2806
2840
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
2807
2841
|
}]
|
|
2808
2842
|
}] });
|
|
@@ -2853,6 +2887,13 @@
|
|
|
2853
2887
|
enumerable: false,
|
|
2854
2888
|
configurable: true
|
|
2855
2889
|
});
|
|
2890
|
+
Object.defineProperty(IDHeaderAvatar.prototype, "maxWidth", {
|
|
2891
|
+
get: function () {
|
|
2892
|
+
return this._props.maxWidth;
|
|
2893
|
+
},
|
|
2894
|
+
enumerable: false,
|
|
2895
|
+
configurable: true
|
|
2896
|
+
});
|
|
2856
2897
|
Object.defineProperty(IDHeaderAvatar.prototype, "linkLeft", {
|
|
2857
2898
|
get: function () {
|
|
2858
2899
|
return this._props.linkLeft;
|
|
@@ -3054,20 +3095,20 @@
|
|
|
3054
3095
|
var IDTabPanelComponent = /** @class */ (function () {
|
|
3055
3096
|
function IDTabPanelComponent(elementRef) {
|
|
3056
3097
|
this.elementRef = elementRef;
|
|
3057
|
-
this
|
|
3098
|
+
this.nofocus = undefined;
|
|
3058
3099
|
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
3059
3100
|
}
|
|
3060
3101
|
return IDTabPanelComponent;
|
|
3061
3102
|
}());
|
|
3062
3103
|
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: {
|
|
3104
|
+
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
3105
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, decorators: [{
|
|
3065
3106
|
type: i0.Component,
|
|
3066
3107
|
args: [{
|
|
3067
3108
|
selector: 'id-tab-panel',
|
|
3068
3109
|
templateUrl: './tab-panel.component.html'
|
|
3069
3110
|
}]
|
|
3070
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: {
|
|
3111
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { nofocus: [{
|
|
3071
3112
|
type: i0.Input
|
|
3072
3113
|
}] } });
|
|
3073
3114
|
|
|
@@ -3077,14 +3118,15 @@
|
|
|
3077
3118
|
this.notices = 0;
|
|
3078
3119
|
this.notifications = 0;
|
|
3079
3120
|
this.label = '';
|
|
3080
|
-
this.icon = '';
|
|
3081
3121
|
this.selected = false;
|
|
3122
|
+
// Internal icon
|
|
3123
|
+
this.icon = undefined;
|
|
3082
3124
|
elementRef.nativeElement.setAttribute('slot', 'tab');
|
|
3083
3125
|
}
|
|
3084
3126
|
return IDTabComponent;
|
|
3085
3127
|
}());
|
|
3086
3128
|
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",
|
|
3129
|
+
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
3130
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, decorators: [{
|
|
3089
3131
|
type: i0.Component,
|
|
3090
3132
|
args: [{
|
|
@@ -3097,10 +3139,10 @@
|
|
|
3097
3139
|
type: i0.Input
|
|
3098
3140
|
}], label: [{
|
|
3099
3141
|
type: i0.Input
|
|
3100
|
-
}], icon: [{
|
|
3101
|
-
type: i0.Input
|
|
3102
3142
|
}], selected: [{
|
|
3103
3143
|
type: i0.Input
|
|
3144
|
+
}], icon: [{
|
|
3145
|
+
type: i0.Input
|
|
3104
3146
|
}] } });
|
|
3105
3147
|
|
|
3106
3148
|
var IDTabsModule = /** @class */ (function () {
|
|
@@ -3137,14 +3179,14 @@
|
|
|
3137
3179
|
function IDTagComponent() {
|
|
3138
3180
|
this.clickable = false;
|
|
3139
3181
|
this.closeable = false;
|
|
3140
|
-
this.
|
|
3141
|
-
this.
|
|
3142
|
-
this.
|
|
3182
|
+
this.srcloselabel = '';
|
|
3183
|
+
this.onClicked = new i0.EventEmitter();
|
|
3184
|
+
this.onClosed = new i0.EventEmitter();
|
|
3143
3185
|
}
|
|
3144
3186
|
return IDTagComponent;
|
|
3145
3187
|
}());
|
|
3146
3188
|
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",
|
|
3189
|
+
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
3190
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagComponent, decorators: [{
|
|
3149
3191
|
type: i0.Component,
|
|
3150
3192
|
args: [{
|
|
@@ -3155,11 +3197,11 @@
|
|
|
3155
3197
|
type: i0.Input
|
|
3156
3198
|
}], closeable: [{
|
|
3157
3199
|
type: i0.Input
|
|
3158
|
-
}],
|
|
3200
|
+
}], srcloselabel: [{
|
|
3159
3201
|
type: i0.Input
|
|
3160
|
-
}],
|
|
3202
|
+
}], onClicked: [{
|
|
3161
3203
|
type: i0.Output
|
|
3162
|
-
}],
|
|
3204
|
+
}], onClosed: [{
|
|
3163
3205
|
type: i0.Output
|
|
3164
3206
|
}] } });
|
|
3165
3207
|
|
|
@@ -3259,7 +3301,223 @@
|
|
|
3259
3301
|
|
|
3260
3302
|
/*
|
|
3261
3303
|
* Public API Surface of ids-angular
|
|
3262
|
-
*/
|
|
3304
|
+
*/
|
|
3305
|
+
/* Icons to be included when needed
|
|
3306
|
+
|
|
3307
|
+
export * from './lib/components/icons/1177/icon-1177.module';
|
|
3308
|
+
export * from './lib/components/icons/agent/icon-agent.module';
|
|
3309
|
+
export * from './lib/components/icons/arrow/icon-arrow.module';
|
|
3310
|
+
export * from './lib/components/icons/attention/icon-attention.module';
|
|
3311
|
+
export * from './lib/components/icons/blekinge/icon-blekinge.module';
|
|
3312
|
+
export * from './lib/components/icons/bookmark/icon-bookmark.module';
|
|
3313
|
+
export * from './lib/components/icons/calendar/icon-calendar.module';
|
|
3314
|
+
export * from './lib/components/icons/call/icon-call.module';
|
|
3315
|
+
export * from './lib/components/icons/call-active/icon-call-active.module';
|
|
3316
|
+
export * from './lib/components/icons/camera-off/icon-camera-off.module';
|
|
3317
|
+
export * from './lib/components/icons/camera-on/icon-camera-on.module';
|
|
3318
|
+
export * from './lib/components/icons/camera-switch/icon-camera-switch.module';
|
|
3319
|
+
export * from './lib/components/icons/chart-bar/icon-chart-bar.module';
|
|
3320
|
+
export * from './lib/components/icons/chart-line/icon-chart-line.module';
|
|
3321
|
+
export * from './lib/components/icons/check/icon-check.module';
|
|
3322
|
+
export * from './lib/components/icons/chevron/icon-chevron.module';
|
|
3323
|
+
export * from './lib/components/icons/chevron-bold/icon-chevron-bold.module';
|
|
3324
|
+
export * from './lib/components/icons/clipboard/icon-clipboard.module';
|
|
3325
|
+
export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.module';
|
|
3326
|
+
export * from './lib/components/icons/clipboard-text/icon-clipboard-text.module';
|
|
3327
|
+
export * from './lib/components/icons/clock/icon-clock.module';
|
|
3328
|
+
export * from './lib/components/icons/close/icon-close.module';
|
|
3329
|
+
export * from './lib/components/icons/close-bold/icon-close-bold.module';
|
|
3330
|
+
export * from './lib/components/icons/cog/icon-cog.module';
|
|
3331
|
+
export * from './lib/components/icons/computer/icon-computer.module';
|
|
3332
|
+
export * from './lib/components/icons/computer-inera/icon-computer-inera.module';
|
|
3333
|
+
export * from './lib/components/icons/copy-file/icon-copy-file.module';
|
|
3334
|
+
export * from './lib/components/icons/copy-link/icon-copy-link.module';
|
|
3335
|
+
export * from './lib/components/icons/doctors-bag/icon-doctors-bag.module';
|
|
3336
|
+
export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.module';
|
|
3337
|
+
export * from './lib/components/icons/ear-hearing/icon-ear-hearing.module';
|
|
3338
|
+
export * from './lib/components/icons/edit/icon-edit.module';
|
|
3339
|
+
export * from './lib/components/icons/email/icon-email.module';
|
|
3340
|
+
export * from './lib/components/icons/expand/icon-expand.module';
|
|
3341
|
+
export * from './lib/components/icons/external/icon-external.module';
|
|
3342
|
+
export * from './lib/components/icons/facebook/icon-facebook.module';
|
|
3343
|
+
export * from './lib/components/icons/file-excel/icon-file-excel.module';
|
|
3344
|
+
export * from './lib/components/icons/file-other/icon-file-other.module';
|
|
3345
|
+
export * from './lib/components/icons/file-pdf/icon-file-pdf.module';
|
|
3346
|
+
export * from './lib/components/icons/file-picture/icon-file-picture.module';
|
|
3347
|
+
export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.module';
|
|
3348
|
+
export * from './lib/components/icons/file-word/icon-file-word.module';
|
|
3349
|
+
export * from './lib/components/icons/find-care/icon-find-care.module';
|
|
3350
|
+
export * from './lib/components/icons/find-region/icon-find-region.module';
|
|
3351
|
+
export * from './lib/components/icons/gotland/icon-gotland.module';
|
|
3352
|
+
export * from './lib/components/icons/halland/icon-halland.module';
|
|
3353
|
+
export * from './lib/components/icons/house/icon-house.module';
|
|
3354
|
+
export * from './lib/components/icons/id-card/icon-id-card.module';
|
|
3355
|
+
export * from './lib/components/icons/id-card-locked/icon-id-card-locked.module';
|
|
3356
|
+
export * from './lib/components/icons/image/icon-image.module';
|
|
3357
|
+
export * from './lib/components/icons/inera/icon-inera.module';
|
|
3358
|
+
export * from './lib/components/icons/inera-legacy/icon-inera-legacy.module';
|
|
3359
|
+
export * from './lib/components/icons/information/icon-information.module';
|
|
3360
|
+
export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module';
|
|
3361
|
+
export * from './lib/components/icons/jonkoping/icon-jonkoping.module';
|
|
3362
|
+
export * from './lib/components/icons/kalmar/icon-kalmar.module';
|
|
3363
|
+
export * from './lib/components/icons/kronoberg/icon-kronoberg.module';
|
|
3364
|
+
export * from './lib/components/icons/lightbulb/icon-lightbulb.module';
|
|
3365
|
+
export * from './lib/components/icons/linkedin/icon-linkedin.module';
|
|
3366
|
+
export * from './lib/components/icons/list/icon-list.module';
|
|
3367
|
+
export * from './lib/components/icons/lock/icon-lock.module';
|
|
3368
|
+
export * from './lib/components/icons/lock-open/icon-lock-open.module';
|
|
3369
|
+
export * from './lib/components/icons/log/icon-log.module';
|
|
3370
|
+
export * from './lib/components/icons/log-locked/icon-log-locked.module';
|
|
3371
|
+
export * from './lib/components/icons/menu/icon-menu.module';
|
|
3372
|
+
export * from './lib/components/icons/minus/icon-minus.module';
|
|
3373
|
+
export * from './lib/components/icons/norrbotten/icon-norrbotten.module';
|
|
3374
|
+
export * from './lib/components/icons/office-building/icon-office-building.module';
|
|
3375
|
+
export * from './lib/components/icons/orebro/icon-orebro.module';
|
|
3376
|
+
export * from './lib/components/icons/organization/icon-organization.module';
|
|
3377
|
+
export * from './lib/components/icons/ostergotland/icon-ostergotland.module';
|
|
3378
|
+
export * from './lib/components/icons/plus/icon-plus.module';
|
|
3379
|
+
export * from './lib/components/icons/print/icon-print.module';
|
|
3380
|
+
export * from './lib/components/icons/question/icon-question.module';
|
|
3381
|
+
export * from './lib/components/icons/reload/icon-reload.module';
|
|
3382
|
+
export * from './lib/components/icons/reply/icon-reply.module';
|
|
3383
|
+
export * from './lib/components/icons/search-inera/icon-search-inera.module';
|
|
3384
|
+
export * from './lib/components/icons/search/icon-search.module';
|
|
3385
|
+
export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.module';
|
|
3386
|
+
export * from './lib/components/icons/shield-locked/icon-shield-locked.module';
|
|
3387
|
+
export * from './lib/components/icons/skane/icon-skane.module';
|
|
3388
|
+
export * from './lib/components/icons/sormland/icon-sormland.module';
|
|
3389
|
+
export * from './lib/components/icons/star-filled/icon-star-filled.module';
|
|
3390
|
+
export * from './lib/components/icons/star/icon-star.module';
|
|
3391
|
+
export * from './lib/components/icons/stockholm/icon-stockholm.module';
|
|
3392
|
+
export * from './lib/components/icons/success/icon-success.module';
|
|
3393
|
+
export * from './lib/components/icons/swap/icon-swap.module';
|
|
3394
|
+
export * from './lib/components/icons/telephone/icon-telephone.module';
|
|
3395
|
+
export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.module';
|
|
3396
|
+
export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.module';
|
|
3397
|
+
export * from './lib/components/icons/test-tube/icon-test-tube.module';
|
|
3398
|
+
export * from './lib/components/icons/toggle-card/icon-toggle-card.module';
|
|
3399
|
+
export * from './lib/components/icons/toggle-list/icon-toggle-list.module';
|
|
3400
|
+
export * from './lib/components/icons/twitter/icon-twitter.module';
|
|
3401
|
+
export * from './lib/components/icons/uppsala/icon-uppsala.module';
|
|
3402
|
+
export * from './lib/components/icons/user/icon-user.module';
|
|
3403
|
+
export * from './lib/components/icons/vasterbotten/icon-vasterbotten.module';
|
|
3404
|
+
export * from './lib/components/icons/vasternorrland/icon-vasternorrland.module';
|
|
3405
|
+
export * from './lib/components/icons/vastmanland/icon-vastmanland.module';
|
|
3406
|
+
export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.module';
|
|
3407
|
+
export * from './lib/components/icons/video-off/icon-video-off.module';
|
|
3408
|
+
export * from './lib/components/icons/video-on/icon-video-on.module';
|
|
3409
|
+
export * from './lib/components/icons/video-switch/icon-video-switch.module';
|
|
3410
|
+
export * from './lib/components/icons/visibility-off/icon-visibility-off.module';
|
|
3411
|
+
export * from './lib/components/icons/visibility/icon-visibility.module';
|
|
3412
|
+
export * from './lib/components/icons/warning/icon-warning.module';
|
|
3413
|
+
export * from './lib/components/icons/1177/icon-1177.component';
|
|
3414
|
+
export * from './lib/components/icons/agent/icon-agent.component';
|
|
3415
|
+
export * from './lib/components/icons/arrow/icon-arrow.component';
|
|
3416
|
+
export * from './lib/components/icons/attention/icon-attention.component';
|
|
3417
|
+
export * from './lib/components/icons/blekinge/icon-blekinge.component';
|
|
3418
|
+
export * from './lib/components/icons/bookmark/icon-bookmark.component';
|
|
3419
|
+
export * from './lib/components/icons/calendar/icon-calendar.component';
|
|
3420
|
+
export * from './lib/components/icons/call/icon-call.component';
|
|
3421
|
+
export * from './lib/components/icons/call-active/icon-call-active.component';
|
|
3422
|
+
export * from './lib/components/icons/camera-off/icon-camera-off.component';
|
|
3423
|
+
export * from './lib/components/icons/camera-on/icon-camera-on.component';
|
|
3424
|
+
export * from './lib/components/icons/camera-switch/icon-camera-switch.component';
|
|
3425
|
+
export * from './lib/components/icons/chart-bar/icon-chart-bar.component';
|
|
3426
|
+
export * from './lib/components/icons/chart-line/icon-chart-line.component';
|
|
3427
|
+
export * from './lib/components/icons/check/icon-check.component';
|
|
3428
|
+
export * from './lib/components/icons/chevron/icon-chevron.component';
|
|
3429
|
+
export * from './lib/components/icons/chevron-bold/icon-chevron-bold.component';
|
|
3430
|
+
export * from './lib/components/icons/clipboard/icon-clipboard.component';
|
|
3431
|
+
export * from './lib/components/icons/clipboard-cross/icon-clipboard-cross.component';
|
|
3432
|
+
export * from './lib/components/icons/clipboard-text/icon-clipboard-text.component';
|
|
3433
|
+
export * from './lib/components/icons/clock/icon-clock.component';
|
|
3434
|
+
export * from './lib/components/icons/close/icon-close.component';
|
|
3435
|
+
export * from './lib/components/icons/close-bold/icon-close-bold.component';
|
|
3436
|
+
export * from './lib/components/icons/cog/icon-cog.component';
|
|
3437
|
+
export * from './lib/components/icons/computer/icon-computer.component';
|
|
3438
|
+
export * from './lib/components/icons/computer-inera/icon-computer-inera.component';
|
|
3439
|
+
export * from './lib/components/icons/copy-file/icon-copy-file.component';
|
|
3440
|
+
export * from './lib/components/icons/copy-link/icon-copy-link.component';
|
|
3441
|
+
export * from './lib/components/icons/doctors-bag/icon-doctors-bag.component';
|
|
3442
|
+
export * from './lib/components/icons/drag-n-drop/icon-drag-n-drop.component';
|
|
3443
|
+
export * from './lib/components/icons/ear-hearing/icon-ear-hearing.component';
|
|
3444
|
+
export * from './lib/components/icons/edit/icon-edit.component';
|
|
3445
|
+
export * from './lib/components/icons/email/icon-email.component';
|
|
3446
|
+
export * from './lib/components/icons/expand/icon-expand.component';
|
|
3447
|
+
export * from './lib/components/icons/external/icon-external.component';
|
|
3448
|
+
export * from './lib/components/icons/facebook/icon-facebook.component';
|
|
3449
|
+
export * from './lib/components/icons/file-excel/icon-file-excel.component';
|
|
3450
|
+
export * from './lib/components/icons/file-other/icon-file-other.component';
|
|
3451
|
+
export * from './lib/components/icons/file-pdf/icon-file-pdf.component';
|
|
3452
|
+
export * from './lib/components/icons/file-picture/icon-file-picture.component';
|
|
3453
|
+
export * from './lib/components/icons/file-powerpoint/icon-file-powerpoint.component';
|
|
3454
|
+
export * from './lib/components/icons/file-word/icon-file-word.component';
|
|
3455
|
+
export * from './lib/components/icons/find-care/icon-find-care.component';
|
|
3456
|
+
export * from './lib/components/icons/find-region/icon-find-region.component';
|
|
3457
|
+
export * from './lib/components/icons/gotland/icon-gotland.component';
|
|
3458
|
+
export * from './lib/components/icons/halland/icon-halland.component';
|
|
3459
|
+
export * from './lib/components/icons/house/icon-house.component';
|
|
3460
|
+
export * from './lib/components/icons/id-card/icon-id-card.component';
|
|
3461
|
+
export * from './lib/components/icons/id-card-locked/icon-id-card-locked.component';
|
|
3462
|
+
export * from './lib/components/icons/image/icon-image.component';
|
|
3463
|
+
export * from './lib/components/icons/inera/icon-inera.component';
|
|
3464
|
+
export * from './lib/components/icons/inera-legacy/icon-inera-legacy.component';
|
|
3465
|
+
export * from './lib/components/icons/information/icon-information.component';
|
|
3466
|
+
export * from './lib/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component';
|
|
3467
|
+
export * from './lib/components/icons/jonkoping/icon-jonkoping.component';
|
|
3468
|
+
export * from './lib/components/icons/kalmar/icon-kalmar.component';
|
|
3469
|
+
export * from './lib/components/icons/kronoberg/icon-kronoberg.component';
|
|
3470
|
+
export * from './lib/components/icons/lightbulb/icon-lightbulb.component';
|
|
3471
|
+
export * from './lib/components/icons/linkedin/icon-linkedin.component';
|
|
3472
|
+
export * from './lib/components/icons/list/icon-list.component';
|
|
3473
|
+
export * from './lib/components/icons/lock/icon-lock.component';
|
|
3474
|
+
export * from './lib/components/icons/lock-open/icon-lock-open.component';
|
|
3475
|
+
export * from './lib/components/icons/log/icon-log.component';
|
|
3476
|
+
export * from './lib/components/icons/log-locked/icon-log-locked.component';
|
|
3477
|
+
export * from './lib/components/icons/menu/icon-menu.component';
|
|
3478
|
+
export * from './lib/components/icons/minus/icon-minus.component';
|
|
3479
|
+
export * from './lib/components/icons/norrbotten/icon-norrbotten.component';
|
|
3480
|
+
export * from './lib/components/icons/office-building/icon-office-building.component';
|
|
3481
|
+
export * from './lib/components/icons/orebro/icon-orebro.component';
|
|
3482
|
+
export * from './lib/components/icons/organization/icon-organization.component';
|
|
3483
|
+
export * from './lib/components/icons/ostergotland/icon-ostergotland.component';
|
|
3484
|
+
export * from './lib/components/icons/plus/icon-plus.component';
|
|
3485
|
+
export * from './lib/components/icons/print/icon-print.component';
|
|
3486
|
+
export * from './lib/components/icons/question/icon-question.component';
|
|
3487
|
+
export * from './lib/components/icons/reload/icon-reload.component';
|
|
3488
|
+
export * from './lib/components/icons/reply/icon-reply.component';
|
|
3489
|
+
export * from './lib/components/icons/search-inera/icon-search-inera.component';
|
|
3490
|
+
export * from './lib/components/icons/search/icon-search.component';
|
|
3491
|
+
export * from './lib/components/icons/shield-locked-primary/icon-shield-locked-primary.component';
|
|
3492
|
+
export * from './lib/components/icons/shield-locked/icon-shield-locked.component';
|
|
3493
|
+
export * from './lib/components/icons/skane/icon-skane.component';
|
|
3494
|
+
export * from './lib/components/icons/sormland/icon-sormland.component';
|
|
3495
|
+
export * from './lib/components/icons/star-filled/icon-star-filled.component';
|
|
3496
|
+
export * from './lib/components/icons/star/icon-star.component';
|
|
3497
|
+
export * from './lib/components/icons/stockholm/icon-stockholm.component';
|
|
3498
|
+
export * from './lib/components/icons/success/icon-success.component';
|
|
3499
|
+
export * from './lib/components/icons/swap/icon-swap.component';
|
|
3500
|
+
export * from './lib/components/icons/telephone/icon-telephone.component';
|
|
3501
|
+
export * from './lib/components/icons/test-tube-analyze/icon-test-tube-analyze.component';
|
|
3502
|
+
export * from './lib/components/icons/test-tube-empty/icon-test-tube-empty.component';
|
|
3503
|
+
export * from './lib/components/icons/test-tube/icon-test-tube.component';
|
|
3504
|
+
export * from './lib/components/icons/toggle-card/icon-toggle-card.component';
|
|
3505
|
+
export * from './lib/components/icons/toggle-list/icon-toggle-list.component';
|
|
3506
|
+
export * from './lib/components/icons/twitter/icon-twitter.component';
|
|
3507
|
+
export * from './lib/components/icons/uppsala/icon-uppsala.component';
|
|
3508
|
+
export * from './lib/components/icons/user/icon-user.component';
|
|
3509
|
+
export * from './lib/components/icons/vasterbotten/icon-vasterbotten.component';
|
|
3510
|
+
export * from './lib/components/icons/vasternorrland/icon-vasternorrland.component';
|
|
3511
|
+
export * from './lib/components/icons/vastmanland/icon-vastmanland.component';
|
|
3512
|
+
export * from './lib/components/icons/vastra-gotaland/icon-vastra-gotaland.component';
|
|
3513
|
+
export * from './lib/components/icons/video-off/icon-video-off.component';
|
|
3514
|
+
export * from './lib/components/icons/video-on/icon-video-on.component';
|
|
3515
|
+
export * from './lib/components/icons/video-switch/icon-video-switch.component';
|
|
3516
|
+
export * from './lib/components/icons/visibility-off/icon-visibility-off.component';
|
|
3517
|
+
export * from './lib/components/icons/visibility/icon-visibility.component';
|
|
3518
|
+
export * from './lib/components/icons/warning/icon-warning.component';
|
|
3519
|
+
|
|
3520
|
+
*/
|
|
3263
3521
|
|
|
3264
3522
|
/**
|
|
3265
3523
|
* Generated bundle index. Do not edit.
|