@inera/ids-angular 1.9.1 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +137 -36
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/agent/agent.component.js +33 -0
- package/esm2015/lib/components/agent/agent.module.js +24 -0
- package/esm2015/lib/components/button/button.component.js +8 -2
- package/esm2015/lib/components/dialog/dialog.component.js +8 -2
- package/esm2015/lib/components/form/base/IDFormBase.js +18 -0
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +5 -3
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +5 -3
- package/esm2015/lib/components/form/input/input.component.js +6 -4
- package/esm2015/lib/components/form/select/select.component.js +8 -4
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +6 -4
- package/esm2015/lib/components/form/textarea/textarea.component.js +7 -4
- package/esm2015/lib/components/header/header.component.js +5 -4
- package/esm2015/public-api.js +4 -1
- package/fesm2015/inera-ids-angular.js +111 -23
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/agent/agent.component.d.ts +12 -0
- package/lib/components/agent/agent.module.d.ts +9 -0
- package/lib/components/button/button.component.d.ts +3 -1
- package/lib/components/dialog/dialog.component.d.ts +3 -1
- package/lib/components/form/base/IDFormBase.d.ts +8 -0
- package/lib/components/form/checkbox/checkbox.component.d.ts +2 -1
- package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +2 -1
- package/lib/components/form/input/input.component.d.ts +3 -1
- package/lib/components/form/select/select.component.d.ts +3 -1
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/lib/components/form/textarea/textarea.component.d.ts +2 -1
- package/lib/components/header/header.component.d.ts +2 -2
- package/package.json +2 -2
- package/public-api.d.ts +2 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/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/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/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/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
-
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3, i1, i3) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/agent/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/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/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/agent/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/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/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
+
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3, register$4, i1, i3) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -139,9 +139,63 @@
|
|
|
139
139
|
}]
|
|
140
140
|
}] });
|
|
141
141
|
|
|
142
|
+
var IDAgentComponent = /** @class */ (function () {
|
|
143
|
+
function IDAgentComponent() {
|
|
144
|
+
this.expanded = true;
|
|
145
|
+
this.headline = '';
|
|
146
|
+
this.showText = '';
|
|
147
|
+
this.hideText = '';
|
|
148
|
+
this.didToggleExpansion = new i0.EventEmitter();
|
|
149
|
+
}
|
|
150
|
+
return IDAgentComponent;
|
|
151
|
+
}());
|
|
152
|
+
IDAgentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
153
|
+
IDAgentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAgentComponent, selector: "id-agent", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0__namespace, template: "<ids-agent\r\n [showtext]=\"showText\"\r\n [hidetext]=\"hideText\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"didToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host { display: block; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
154
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentComponent, decorators: [{
|
|
155
|
+
type: i0.Component,
|
|
156
|
+
args: [{
|
|
157
|
+
selector: 'id-agent',
|
|
158
|
+
templateUrl: './agent.component.html',
|
|
159
|
+
styles: [':host { display: block; }']
|
|
160
|
+
}]
|
|
161
|
+
}], ctorParameters: function () { return []; }, propDecorators: { expanded: [{
|
|
162
|
+
type: i0.Input
|
|
163
|
+
}], headline: [{
|
|
164
|
+
type: i0.Input
|
|
165
|
+
}], showText: [{
|
|
166
|
+
type: i0.Input
|
|
167
|
+
}], hideText: [{
|
|
168
|
+
type: i0.Input
|
|
169
|
+
}], didToggleExpansion: [{
|
|
170
|
+
type: i0.Output
|
|
171
|
+
}] } });
|
|
172
|
+
|
|
173
|
+
var IDAgentModule = /** @class */ (function () {
|
|
174
|
+
function IDAgentModule() {
|
|
175
|
+
}
|
|
176
|
+
return IDAgentModule;
|
|
177
|
+
}());
|
|
178
|
+
IDAgentModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
179
|
+
IDAgentModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentModule, declarations: [IDAgentComponent], imports: [i2.CommonModule], exports: [IDAgentComponent] });
|
|
180
|
+
IDAgentModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentModule, imports: [[i2.CommonModule]] });
|
|
181
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAgentModule, decorators: [{
|
|
182
|
+
type: i0.NgModule,
|
|
183
|
+
args: [{
|
|
184
|
+
declarations: [
|
|
185
|
+
IDAgentComponent
|
|
186
|
+
],
|
|
187
|
+
exports: [
|
|
188
|
+
IDAgentComponent
|
|
189
|
+
],
|
|
190
|
+
imports: [i2.CommonModule],
|
|
191
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
192
|
+
}]
|
|
193
|
+
}] });
|
|
194
|
+
|
|
142
195
|
var IDButtonComponent = /** @class */ (function () {
|
|
143
196
|
function IDButtonComponent() {
|
|
144
197
|
this.secondary = false;
|
|
198
|
+
this.tertiary = false;
|
|
145
199
|
this.toggle = false;
|
|
146
200
|
this.block = false;
|
|
147
201
|
this.sBlock = false;
|
|
@@ -149,13 +203,14 @@
|
|
|
149
203
|
this.active = false;
|
|
150
204
|
this.submit = false;
|
|
151
205
|
this.search = false;
|
|
206
|
+
this.size = 'm';
|
|
152
207
|
this.disabled = false;
|
|
153
208
|
this.type = undefined;
|
|
154
209
|
}
|
|
155
210
|
return IDButtonComponent;
|
|
156
211
|
}());
|
|
157
212
|
IDButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
158
|
-
IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", disabled: "disabled", type: "type" }, ngImport: i0__namespace, template: "<ids-button \r\n [secondary]=\"secondary ? '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 [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
213
|
+
IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type" }, ngImport: i0__namespace, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
159
214
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, decorators: [{
|
|
160
215
|
type: i0.Component,
|
|
161
216
|
args: [{
|
|
@@ -166,6 +221,8 @@
|
|
|
166
221
|
}]
|
|
167
222
|
}], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
|
|
168
223
|
type: i0.Input
|
|
224
|
+
}], tertiary: [{
|
|
225
|
+
type: i0.Input
|
|
169
226
|
}], toggle: [{
|
|
170
227
|
type: i0.Input
|
|
171
228
|
}], block: [{
|
|
@@ -180,6 +237,8 @@
|
|
|
180
237
|
type: i0.Input
|
|
181
238
|
}], search: [{
|
|
182
239
|
type: i0.Input
|
|
240
|
+
}], size: [{
|
|
241
|
+
type: i0.Input
|
|
183
242
|
}], disabled: [{
|
|
184
243
|
type: i0.Input
|
|
185
244
|
}], type: [{
|
|
@@ -969,6 +1028,8 @@
|
|
|
969
1028
|
var IDDialogComponent = /** @class */ (function () {
|
|
970
1029
|
function IDDialogComponent() {
|
|
971
1030
|
this.dismissible = false;
|
|
1031
|
+
this.srCloseText = false;
|
|
1032
|
+
this.noFocusTrap = false;
|
|
972
1033
|
this.headline = '';
|
|
973
1034
|
this.overlay = false;
|
|
974
1035
|
this.persistent = false;
|
|
@@ -978,7 +1039,7 @@
|
|
|
978
1039
|
return IDDialogComponent;
|
|
979
1040
|
}());
|
|
980
1041
|
IDDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
981
|
-
IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, ngImport: i0__namespace, template: "<ids-dialog \r\n [dismissible]=\"dismissible\"\r\n [headline]=\"headline\"\r\n [overlay]=\"overlay\"\r\n [persistent]=\"persistent\"\r\n [show]=\"show\"\r\n [width]=\"width\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1042
|
+
IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srCloseText: "srCloseText", noFocusTrap: "noFocusTrap", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, ngImport: i0__namespace, template: "<ids-dialog \r\n [dismissible]=\"dismissible\"\r\n [headline]=\"headline\"\r\n [overlay]=\"overlay\"\r\n [persistent]=\"persistent\"\r\n [show]=\"show\"\r\n [width]=\"width\"\r\n [no-focus-trap]=\"noFocusTrap\"\r\n [srclosetext]=\"srCloseText\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
982
1043
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
|
|
983
1044
|
type: i0.Component,
|
|
984
1045
|
args: [{
|
|
@@ -988,6 +1049,10 @@
|
|
|
988
1049
|
}]
|
|
989
1050
|
}], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
|
|
990
1051
|
type: i0.Input
|
|
1052
|
+
}], srCloseText: [{
|
|
1053
|
+
type: i0.Input
|
|
1054
|
+
}], noFocusTrap: [{
|
|
1055
|
+
type: i0.Input
|
|
991
1056
|
}], headline: [{
|
|
992
1057
|
type: i0.Input
|
|
993
1058
|
}], overlay: [{
|
|
@@ -1172,14 +1237,34 @@
|
|
|
1172
1237
|
}]
|
|
1173
1238
|
}] });
|
|
1174
1239
|
|
|
1175
|
-
var
|
|
1240
|
+
var IDFormBase = /** @class */ (function () {
|
|
1241
|
+
function IDFormBase() {
|
|
1242
|
+
this.valid = true;
|
|
1243
|
+
this.noValidation = false;
|
|
1244
|
+
}
|
|
1245
|
+
return IDFormBase;
|
|
1246
|
+
}());
|
|
1247
|
+
IDFormBase.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFormBase, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1248
|
+
IDFormBase.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFormBase });
|
|
1249
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFormBase, decorators: [{
|
|
1250
|
+
type: i0.Injectable
|
|
1251
|
+
}], ctorParameters: function () { return []; }, propDecorators: { valid: [{
|
|
1252
|
+
type: i0.Input
|
|
1253
|
+
}], noValidation: [{
|
|
1254
|
+
type: i0.Input
|
|
1255
|
+
}] } });
|
|
1256
|
+
|
|
1257
|
+
var IDInputComponent = /** @class */ (function (_super) {
|
|
1258
|
+
__extends(IDInputComponent, _super);
|
|
1176
1259
|
function IDInputComponent() {
|
|
1177
|
-
|
|
1260
|
+
var _this = _super.call(this) || this;
|
|
1261
|
+
_this.autofocus = false;
|
|
1262
|
+
return _this;
|
|
1178
1263
|
}
|
|
1179
1264
|
return IDInputComponent;
|
|
1180
|
-
}());
|
|
1265
|
+
}(IDFormBase));
|
|
1181
1266
|
IDInputComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1182
|
-
IDInputComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus" }, ngImport: i0__namespace, template: "<ids-input [autofocus]=\"autofocus\">\r\n <ng-content></ng-content>\r\n</ids-input>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1267
|
+
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\" [attr.no-validation]=\"noValidation ? noValidation : null\" [attr.autofocus]=\"autofocus\">\r\n <ng-content></ng-content>\r\n</ids-input>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1183
1268
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
|
|
1184
1269
|
type: i0.Component,
|
|
1185
1270
|
args: [{
|
|
@@ -1187,7 +1272,7 @@
|
|
|
1187
1272
|
templateUrl: './input.component.html',
|
|
1188
1273
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1189
1274
|
}]
|
|
1190
|
-
}], propDecorators: { autofocus: [{
|
|
1275
|
+
}], ctorParameters: function () { return []; }, propDecorators: { autofocus: [{
|
|
1191
1276
|
type: i0.Input
|
|
1192
1277
|
}] } });
|
|
1193
1278
|
|
|
@@ -1212,14 +1297,17 @@
|
|
|
1212
1297
|
}]
|
|
1213
1298
|
}] });
|
|
1214
1299
|
|
|
1215
|
-
var IDCheckboxComponent = /** @class */ (function () {
|
|
1300
|
+
var IDCheckboxComponent = /** @class */ (function (_super) {
|
|
1301
|
+
__extends(IDCheckboxComponent, _super);
|
|
1216
1302
|
function IDCheckboxComponent() {
|
|
1217
|
-
|
|
1303
|
+
var _this = _super.call(this) || this;
|
|
1304
|
+
_this.valid = true;
|
|
1305
|
+
return _this;
|
|
1218
1306
|
}
|
|
1219
1307
|
return IDCheckboxComponent;
|
|
1220
|
-
}());
|
|
1308
|
+
}(IDFormBase));
|
|
1221
1309
|
IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1222
|
-
IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { valid: "valid" }, ngImport: i0__namespace, template: "<ids-checkbox [valid]=\"valid\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1310
|
+
IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { valid: "valid" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1223
1311
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
|
|
1224
1312
|
type: i0.Component,
|
|
1225
1313
|
args: [{
|
|
@@ -1252,16 +1340,19 @@
|
|
|
1252
1340
|
}]
|
|
1253
1341
|
}] });
|
|
1254
1342
|
|
|
1255
|
-
var IDCheckboxGroupComponent = /** @class */ (function () {
|
|
1343
|
+
var IDCheckboxGroupComponent = /** @class */ (function (_super) {
|
|
1344
|
+
__extends(IDCheckboxGroupComponent, _super);
|
|
1256
1345
|
function IDCheckboxGroupComponent() {
|
|
1257
|
-
|
|
1346
|
+
var _this = _super.call(this) || this;
|
|
1347
|
+
_this.errorMessage = undefined;
|
|
1348
|
+
return _this;
|
|
1258
1349
|
}
|
|
1259
1350
|
IDCheckboxGroupComponent.prototype.ngOnInit = function () {
|
|
1260
1351
|
};
|
|
1261
1352
|
return IDCheckboxGroupComponent;
|
|
1262
|
-
}());
|
|
1353
|
+
}(IDFormBase));
|
|
1263
1354
|
IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1264
|
-
IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage" }, ngImport: i0__namespace, template: "<ids-checkbox-group>\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 });
|
|
1355
|
+
IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox-group [valiid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : 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 });
|
|
1265
1356
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
|
|
1266
1357
|
type: i0.Component,
|
|
1267
1358
|
args: [{
|
|
@@ -1450,13 +1541,15 @@
|
|
|
1450
1541
|
}]
|
|
1451
1542
|
}] });
|
|
1452
1543
|
|
|
1453
|
-
var IDSelectComponent = /** @class */ (function () {
|
|
1544
|
+
var IDSelectComponent = /** @class */ (function (_super) {
|
|
1545
|
+
__extends(IDSelectComponent, _super);
|
|
1454
1546
|
function IDSelectComponent() {
|
|
1547
|
+
return _super.call(this) || this;
|
|
1455
1548
|
}
|
|
1456
1549
|
return IDSelectComponent;
|
|
1457
|
-
}());
|
|
1550
|
+
}(IDFormBase));
|
|
1458
1551
|
IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1459
|
-
IDSelectComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", ngImport: i0__namespace, template: "<ids-select>\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1552
|
+
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.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1460
1553
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, decorators: [{
|
|
1461
1554
|
type: i0.Component,
|
|
1462
1555
|
args: [{
|
|
@@ -1464,7 +1557,7 @@
|
|
|
1464
1557
|
templateUrl: './select.component.html',
|
|
1465
1558
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1466
1559
|
}]
|
|
1467
|
-
}] });
|
|
1560
|
+
}], ctorParameters: function () { return []; } });
|
|
1468
1561
|
|
|
1469
1562
|
var IDSelectModule = /** @class */ (function () {
|
|
1470
1563
|
function IDSelectModule() {
|
|
@@ -1487,16 +1580,19 @@
|
|
|
1487
1580
|
}]
|
|
1488
1581
|
}] });
|
|
1489
1582
|
|
|
1490
|
-
var IDSelectMultipleComponent = /** @class */ (function () {
|
|
1583
|
+
var IDSelectMultipleComponent = /** @class */ (function (_super) {
|
|
1584
|
+
__extends(IDSelectMultipleComponent, _super);
|
|
1491
1585
|
function IDSelectMultipleComponent() {
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1586
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1587
|
+
_this.label = undefined;
|
|
1588
|
+
_this.errorMessage = undefined;
|
|
1589
|
+
_this.placeholder = '';
|
|
1590
|
+
return _this;
|
|
1495
1591
|
}
|
|
1496
1592
|
return IDSelectMultipleComponent;
|
|
1497
|
-
}());
|
|
1498
|
-
IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps:
|
|
1499
|
-
IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", placeholder: "placeholder" }, ngImport: i0__namespace, template: "<ids-select-multiple [label]=\"label\" [placeholder]=\"placeholder\">\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 });
|
|
1593
|
+
}(IDFormBase));
|
|
1594
|
+
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 });
|
|
1595
|
+
IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-select-multiple [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\" [label]=\"label\" [placeholder]=\"placeholder\">\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 });
|
|
1500
1596
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
|
|
1501
1597
|
type: i0.Component,
|
|
1502
1598
|
args: [{
|
|
@@ -1618,13 +1714,15 @@
|
|
|
1618
1714
|
}]
|
|
1619
1715
|
}] });
|
|
1620
1716
|
|
|
1621
|
-
var IDTextareaComponent = /** @class */ (function () {
|
|
1717
|
+
var IDTextareaComponent = /** @class */ (function (_super) {
|
|
1718
|
+
__extends(IDTextareaComponent, _super);
|
|
1622
1719
|
function IDTextareaComponent() {
|
|
1720
|
+
return _super.call(this) || this;
|
|
1623
1721
|
}
|
|
1624
1722
|
return IDTextareaComponent;
|
|
1625
|
-
}());
|
|
1723
|
+
}(IDFormBase));
|
|
1626
1724
|
IDTextareaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1627
|
-
IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", ngImport: i0__namespace, template: "<ids-textarea>\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1725
|
+
IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", usesInheritance: true, ngImport: i0__namespace, template: "<ids-textarea [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1628
1726
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, decorators: [{
|
|
1629
1727
|
type: i0.Component,
|
|
1630
1728
|
args: [{
|
|
@@ -2263,6 +2361,7 @@
|
|
|
2263
2361
|
this.brandTextTop = '';
|
|
2264
2362
|
this.brandTextBottom = '';
|
|
2265
2363
|
this.hideRegionPicker = false;
|
|
2364
|
+
this.unresponsive = false;
|
|
2266
2365
|
this.hideBrand = false;
|
|
2267
2366
|
this.pickRegionText = 'Välj region';
|
|
2268
2367
|
this.srLogoLabel = 'Logotyp';
|
|
@@ -2271,7 +2370,7 @@
|
|
|
2271
2370
|
return IDHeaderComponent;
|
|
2272
2371
|
}());
|
|
2273
2372
|
IDHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2274
|
-
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", hideBrand: "hideBrand", pickRegionText: "pickRegionText", regionIcon: "regionIcon",
|
|
2373
|
+
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", unresponsive: "unresponsive", hideBrand: "hideBrand", pickRegionText: "pickRegionText", regionIcon: "regionIcon", srLogoLabel: "srLogoLabel", items: "items", avatar: "avatar", navItems: "navItems", mobileItems: "mobileItems", mobileMenuItems: "mobileMenuItems" }, outputs: { didToggleRegion: "didToggleRegion" }, ngImport: i0__namespace, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandText\"\r\n [attr.brandtexttop]=\"brandTextTop\"\r\n [attr.brandtextbottom]=\"brandTextBottom\"\r\n [unresponsive]=\"unresponsive\"\r\n [hideregionpicker]=\"hideRegionPicker\"\r\n [hidebrand]=\"hideBrand\"\r\n [pickregiontext]=\"pickRegionText\"\r\n [regionicon]=\"regionIcon\"\r\n [srlogolabel]=\"srLogoLabel\"\r\n (didToggleRegion)=\"didToggleRegion.emit(true)\">\r\n\r\n <ids-header-item *ngFor=\"let item of items\" \r\n [icon]=\"item.iconName\" \r\n [mobile]=\"item.mobile\">\r\n <id-anchor [link]=\"item.link\"></id-anchor>\r\n </ids-header-item>\r\n\r\n <ids-header-nav *ngIf=\"navItems || mobileItems\">\r\n <ids-header-nav-item *ngFor=\"let navItem of navItems; let i = index\" [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=\"h2\">{{navItem.headline}}</h2>\r\n <p class=\"body\">{{navItem.paragraph}}</p>\r\n <id-anchor>{{navItem.paragraphLink}}</id-anchor>\r\n </div>\r\n </ids-header-nav-item>\r\n <ids-header-mobile-item *ngFor=\"let mobileItem of mobileItems\" [icon]=\"mobileItem.iconName\">\r\n <id-anchor [link]=\"mobileItem.link\"></id-anchor>\r\n </ids-header-mobile-item>\r\n \r\n <ids-header-mobile-menu *ngIf=\"mobileMenuItems\">\r\n Menu\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-header-mobile-menu>\r\n </ids-header-nav>\r\n\r\n <ids-header-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\r\n <ng-content select=\"[avatar]\"></ng-content>\r\n <span slot=\"avatar-text\">{{avatar.serviceName}}</span>\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 *ngIf=\"type !== '1177' && (mobileMenuItems || avatar)\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\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-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-header-mobile-menu>\r\n</ids-header>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2275
2374
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, decorators: [{
|
|
2276
2375
|
type: i0.Component,
|
|
2277
2376
|
args: [{
|
|
@@ -2288,14 +2387,14 @@
|
|
|
2288
2387
|
type: i0.Input
|
|
2289
2388
|
}], hideRegionPicker: [{
|
|
2290
2389
|
type: i0.Input
|
|
2390
|
+
}], unresponsive: [{
|
|
2391
|
+
type: i0.Input
|
|
2291
2392
|
}], hideBrand: [{
|
|
2292
2393
|
type: i0.Input
|
|
2293
2394
|
}], pickRegionText: [{
|
|
2294
2395
|
type: i0.Input
|
|
2295
2396
|
}], regionIcon: [{
|
|
2296
2397
|
type: i0.Input
|
|
2297
|
-
}], width: [{
|
|
2298
|
-
type: i0.Input
|
|
2299
2398
|
}], srLogoLabel: [{
|
|
2300
2399
|
type: i0.Input
|
|
2301
2400
|
}], items: [{
|
|
@@ -2570,6 +2669,8 @@
|
|
|
2570
2669
|
* Generated bundle index. Do not edit.
|
|
2571
2670
|
*/
|
|
2572
2671
|
|
|
2672
|
+
exports.IDAgentComponent = IDAgentComponent;
|
|
2673
|
+
exports.IDAgentModule = IDAgentModule;
|
|
2573
2674
|
exports.IDAlertComponent = IDAlertComponent;
|
|
2574
2675
|
exports.IDAlertGlobalComponent = IDAlertGlobalComponent;
|
|
2575
2676
|
exports.IDAlertGlobalModule = IDAlertGlobalModule;
|