@inera/ids-angular 1.1.0 → 1.3.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 +1190 -26
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +18 -0
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +2 -0
- package/esm2015/lib/classes/header/IDHeaderItem.js +15 -0
- package/esm2015/lib/classes/header/IDHeaderItemProps.js +2 -0
- package/esm2015/lib/classes/header/IDHeaderNavItem.js +30 -0
- package/esm2015/lib/classes/header/IDHeaderNavItemProps.js +2 -0
- package/esm2015/lib/classes/icon/IDIcon.js +33 -0
- package/esm2015/lib/classes/icon/IDIconProps.js +2 -0
- package/esm2015/lib/classes/link/IDLink.js +26 -0
- package/esm2015/lib/classes/link/IDLinkFunction.js +17 -0
- package/esm2015/lib/classes/link/IDLinkRoute.js +30 -0
- package/esm2015/lib/classes/link/IDLinkWeb.js +24 -0
- package/esm2015/lib/classes/mobile/MobileMenuItem.js +35 -0
- package/esm2015/lib/classes/mobile/MobileMenuItemProps.js +2 -0
- package/esm2015/lib/classes/notification-badge.js +17 -0
- package/esm2015/lib/components/alert/alert.component.js +39 -0
- package/esm2015/lib/{alert → components/alert}/alert.module.js +1 -1
- package/esm2015/lib/{alert-global → components/alert-global}/alert-global.component.js +1 -1
- package/esm2015/lib/{alert-global → components/alert-global}/alert-global.module.js +1 -1
- package/esm2015/lib/components/button/button.component.js +41 -0
- package/esm2015/lib/{button → components/button}/button.module.js +1 -1
- package/esm2015/lib/{button-group → components/button-group}/button-group.component.js +1 -1
- package/esm2015/lib/{button-group → components/button-group}/button-group.module.js +1 -1
- package/esm2015/lib/components/footer/footer.component.js +33 -0
- package/esm2015/lib/components/footer/footer.module.js +25 -0
- package/esm2015/lib/{form → components/form}/checkbox/checkbox.component.js +1 -1
- package/esm2015/lib/{form → components/form}/checkbox/checkbox.module.js +1 -1
- package/esm2015/lib/{form → components/form}/checkbox-group/checkbox-group.component.js +1 -1
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.module.js +25 -0
- package/esm2015/lib/components/form/error-message/error-message.component.js +21 -0
- package/esm2015/lib/{form → components/form}/error-message/error-message.module.js +1 -1
- package/esm2015/lib/{form → components/form}/input/input.component.js +1 -1
- package/esm2015/lib/{form → components/form}/input/input.module.js +1 -1
- package/esm2015/lib/components/form/radio/radio-group.component.js +30 -0
- package/esm2015/lib/{form → components/form}/radio/radio.component.js +1 -1
- package/esm2015/lib/components/form/radio/radio.module.js +33 -0
- package/esm2015/lib/{form → components/form}/range/range.component.js +1 -1
- package/esm2015/lib/{form → components/form}/range/range.module.js +1 -1
- package/esm2015/lib/{form → components/form}/select/select.component.js +1 -1
- package/esm2015/lib/{form → components/form}/select/select.module.js +1 -1
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +27 -0
- package/esm2015/lib/{form → components/form}/select-multiple/select-multiple.module.js +1 -1
- package/esm2015/lib/components/form/spinner/spinner.component.js +23 -0
- package/esm2015/lib/{form → components/form}/spinner/spinner.module.js +1 -1
- package/esm2015/lib/{form → components/form}/textarea/textarea.component.js +1 -1
- package/esm2015/lib/{form → components/form}/textarea/textarea.module.js +1 -1
- package/esm2015/lib/{form → components/form}/time/time.component.js +1 -1
- package/esm2015/lib/{form → components/form}/time/time.module.js +1 -1
- package/esm2015/lib/components/grid/column/column.component.js +27 -0
- package/esm2015/lib/{grid → components/grid}/column/column.module.js +1 -1
- package/esm2015/lib/components/grid/container/container.component.js +20 -0
- package/esm2015/lib/{grid → components/grid}/container/container.module.js +1 -1
- package/esm2015/lib/{grid → components/grid}/row/row.component.js +1 -1
- package/esm2015/lib/{grid → components/grid}/row/row.module.js +1 -1
- package/esm2015/lib/components/header/header.component.js +50 -0
- package/esm2015/lib/components/header/header.module.js +25 -0
- package/esm2015/lib/components/icon/icon.component.js +41 -0
- package/esm2015/lib/{icon → components/icon}/icon.module.js +1 -1
- package/esm2015/lib/components/link/link.component.js +60 -0
- package/esm2015/lib/components/link/link.module.js +26 -0
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +27 -0
- package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +25 -0
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +23 -0
- package/esm2015/lib/components/notification/badge/notification-badge.module.js +22 -0
- package/esm2015/lib/internals/anchor.component.js +75 -0
- package/esm2015/lib/internals/anchor.module.js +26 -0
- package/esm2015/public-api.js +75 -40
- package/fesm2015/inera-ids-angular.js +616 -9
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/classes/header/IDHeaderAvatar.d.ts +10 -0
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +7 -0
- package/lib/classes/header/IDHeaderItem.d.ts +8 -0
- package/lib/classes/header/IDHeaderItemProps.d.ts +6 -0
- package/lib/classes/header/IDHeaderNavItem.d.ts +13 -0
- package/lib/classes/header/IDHeaderNavItemProps.d.ts +11 -0
- package/lib/classes/icon/IDIcon.d.ts +14 -0
- package/lib/classes/icon/IDIconProps.d.ts +11 -0
- package/lib/classes/link/IDLink.d.ts +13 -0
- package/lib/classes/link/IDLinkFunction.d.ts +8 -0
- package/lib/classes/link/IDLinkRoute.d.ts +13 -0
- package/lib/classes/link/IDLinkWeb.d.ts +11 -0
- package/lib/classes/mobile/MobileMenuItem.d.ts +14 -0
- package/lib/classes/mobile/MobileMenuItemProps.d.ts +11 -0
- package/lib/classes/notification-badge.d.ts +9 -0
- package/lib/{alert → components/alert}/alert.component.d.ts +0 -0
- package/lib/{alert → components/alert}/alert.module.d.ts +0 -0
- package/lib/{alert-global → components/alert-global}/alert-global.component.d.ts +0 -0
- package/lib/{alert-global → components/alert-global}/alert-global.module.d.ts +0 -0
- package/lib/{button → components/button}/button.component.d.ts +0 -0
- package/lib/{button → components/button}/button.module.d.ts +0 -0
- package/lib/{button-group → components/button-group}/button-group.component.d.ts +0 -0
- package/lib/{button-group → components/button-group}/button-group.module.d.ts +0 -0
- package/lib/components/footer/footer.component.d.ts +12 -0
- package/lib/components/footer/footer.module.d.ts +10 -0
- package/lib/{form → components/form}/checkbox/checkbox.component.d.ts +0 -0
- package/lib/{form → components/form}/checkbox/checkbox.module.d.ts +0 -0
- package/lib/{form → components/form}/checkbox-group/checkbox-group.component.d.ts +0 -0
- package/lib/{form → components/form}/checkbox-group/checkbox-group.module.d.ts +0 -0
- package/lib/{form → components/form}/error-message/error-message.component.d.ts +0 -0
- package/lib/{form → components/form}/error-message/error-message.module.d.ts +0 -0
- package/lib/{form → components/form}/input/input.component.d.ts +0 -0
- package/lib/{form → components/form}/input/input.module.d.ts +0 -0
- package/lib/{form → components/form}/radio/radio-group.component.d.ts +0 -0
- package/lib/{form → components/form}/radio/radio.component.d.ts +0 -0
- package/lib/{form → components/form}/radio/radio.module.d.ts +0 -0
- package/lib/{form → components/form}/range/range.component.d.ts +0 -0
- package/lib/{form → components/form}/range/range.module.d.ts +0 -0
- package/lib/{form → components/form}/select/select.component.d.ts +0 -0
- package/lib/{form → components/form}/select/select.module.d.ts +0 -0
- package/lib/{form → components/form}/select-multiple/select-multiple.component.d.ts +0 -0
- package/lib/{form → components/form}/select-multiple/select-multiple.module.d.ts +0 -0
- package/lib/{form → components/form}/spinner/spinner.component.d.ts +0 -0
- package/lib/{form → components/form}/spinner/spinner.module.d.ts +0 -0
- package/lib/{form → components/form}/textarea/textarea.component.d.ts +0 -0
- package/lib/{form → components/form}/textarea/textarea.module.d.ts +0 -0
- package/lib/{form → components/form}/time/time.component.d.ts +0 -0
- package/lib/{form → components/form}/time/time.module.d.ts +0 -0
- package/lib/{grid → components/grid}/column/column.component.d.ts +0 -0
- package/lib/{grid → components/grid}/column/column.module.d.ts +0 -0
- package/lib/{grid → components/grid}/container/container.component.d.ts +0 -0
- package/lib/{grid → components/grid}/container/container.module.d.ts +0 -0
- package/lib/{grid → components/grid}/row/row.component.d.ts +0 -0
- package/lib/{grid → components/grid}/row/row.module.d.ts +0 -0
- package/lib/components/header/header.component.d.ts +20 -0
- package/lib/components/header/header.module.d.ts +10 -0
- package/lib/{icon → components/icon}/icon.component.d.ts +0 -0
- package/lib/{icon → components/icon}/icon.module.d.ts +0 -0
- package/lib/components/link/link.component.d.ts +21 -0
- package/lib/components/link/link.module.d.ts +11 -0
- package/lib/components/mobile/menu/mobile-menu.component.d.ts +10 -0
- package/lib/components/mobile/menu/mobile-menu.module.d.ts +10 -0
- package/lib/components/notification/badge/notification-badge.component.d.ts +8 -0
- package/lib/components/notification/badge/notification-badge.module.d.ts +8 -0
- package/lib/internals/anchor.component.d.ts +30 -0
- package/lib/internals/anchor.module.d.ts +9 -0
- package/package.json +2 -2
- package/public-api.d.ts +64 -39
- package/esm2015/lib/alert/alert.component.js +0 -39
- package/esm2015/lib/button/button.component.js +0 -41
- package/esm2015/lib/form/checkbox-group/checkbox-group.module.js +0 -25
- package/esm2015/lib/form/error-message/error-message.component.js +0 -21
- package/esm2015/lib/form/radio/radio-group.component.js +0 -30
- package/esm2015/lib/form/radio/radio.module.js +0 -33
- package/esm2015/lib/form/select-multiple/select-multiple.component.js +0 -27
- package/esm2015/lib/form/spinner/spinner.component.js +0 -23
- package/esm2015/lib/grid/column/column.component.js +0 -27
- package/esm2015/lib/grid/container/container.component.js +0 -20
- package/esm2015/lib/icon/icon.component.js +0 -41
|
@@ -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('@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')) :
|
|
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', '@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'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common));
|
|
5
|
-
})(this, (function (exports, i0, i1) { '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/button/register'), require('@inera/ids-core/components/button-group/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('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/link/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')) :
|
|
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', '@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', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/link/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'], 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, null, null, null, null, null, null, null, null, null, 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, register$5, register$6, register$7, register$8, register$9, register$a, register$b, register$c, register$d, register$e, register$f, register$g, register$h, register$i, i1, i3) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -23,7 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
26
27
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
28
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
27
29
|
|
|
28
30
|
var IDAlertComponent = /** @class */ (function () {
|
|
29
31
|
function IDAlertComponent() {
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
return IDAlertComponent;
|
|
39
41
|
}());
|
|
40
42
|
IDAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
41
|
-
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0__namespace, template: "<ids-alert \n [dismissible]=\"dismissible\"\n [live]=\"live\"\n [type]=\"type\"\n [srclosetext]=\"srCloseText\"\n [srIconTitle]=\"srIconTitle\"\n (closed)=\"closed.emit(true)\">\n <h3 *ngIf=\"headline\">\n {{headline}}\n </h3>\n <ng-content></ng-content>\n</ids-alert>", styles: [":host { display: block; }"], directives: [{ type:
|
|
43
|
+
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0__namespace, template: "<ids-alert \n [dismissible]=\"dismissible\"\n [live]=\"live\"\n [type]=\"type\"\n [srclosetext]=\"srCloseText\"\n [srIconTitle]=\"srIconTitle\"\n (closed)=\"closed.emit(true)\">\n <h3 *ngIf=\"headline\">\n {{headline}}\n </h3>\n <ng-content></ng-content>\n</ids-alert>", styles: [":host { display: block; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
42
44
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, decorators: [{
|
|
43
45
|
type: i0.Component,
|
|
44
46
|
args: [{
|
|
@@ -68,8 +70,8 @@
|
|
|
68
70
|
return IDAlertModule;
|
|
69
71
|
}());
|
|
70
72
|
IDAlertModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
71
|
-
IDAlertModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, declarations: [IDAlertComponent], imports: [
|
|
72
|
-
IDAlertModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, imports: [[
|
|
73
|
+
IDAlertModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, declarations: [IDAlertComponent], imports: [i2.CommonModule], exports: [IDAlertComponent] });
|
|
74
|
+
IDAlertModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, imports: [[i2.CommonModule]] });
|
|
73
75
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertModule, decorators: [{
|
|
74
76
|
type: i0.NgModule,
|
|
75
77
|
args: [{
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
exports: [
|
|
80
82
|
IDAlertComponent
|
|
81
83
|
],
|
|
82
|
-
imports: [
|
|
84
|
+
imports: [i2.CommonModule],
|
|
83
85
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
84
86
|
}]
|
|
85
87
|
}] });
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
return IDAlertGlobalComponent;
|
|
96
98
|
}());
|
|
97
99
|
IDAlertGlobalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
98
|
-
IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0__namespace, template: "<ids-alert-global \n [showtext]=\"showText\"\n [hidetext]=\"hideText\"\n [expanded]=\"expanded\"\n (closed)=\"didToggleExpansion.emit(true)\">\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\n {{headline}}\n </h3>\n <ng-content></ng-content>\n</ids-alert-global>", styles: [":host { display: block; }"], directives: [{ type:
|
|
100
|
+
IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0__namespace, template: "<ids-alert-global \n [showtext]=\"showText\"\n [hidetext]=\"hideText\"\n [expanded]=\"expanded\"\n (closed)=\"didToggleExpansion.emit(true)\">\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\n {{headline}}\n </h3>\n <ng-content></ng-content>\n</ids-alert-global>", styles: [":host { display: block; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
99
101
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, decorators: [{
|
|
100
102
|
type: i0.Component,
|
|
101
103
|
args: [{
|
|
@@ -121,8 +123,8 @@
|
|
|
121
123
|
return IDAlertGlobalModule;
|
|
122
124
|
}());
|
|
123
125
|
IDAlertGlobalModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
124
|
-
IDAlertGlobalModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, declarations: [IDAlertGlobalComponent], imports: [
|
|
125
|
-
IDAlertGlobalModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, imports: [[
|
|
126
|
+
IDAlertGlobalModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, declarations: [IDAlertGlobalComponent], imports: [i2.CommonModule], exports: [IDAlertGlobalComponent] });
|
|
127
|
+
IDAlertGlobalModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, imports: [[i2.CommonModule]] });
|
|
126
128
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalModule, decorators: [{
|
|
127
129
|
type: i0.NgModule,
|
|
128
130
|
args: [{
|
|
@@ -132,7 +134,7 @@
|
|
|
132
134
|
exports: [
|
|
133
135
|
IDAlertGlobalComponent
|
|
134
136
|
],
|
|
135
|
-
imports: [
|
|
137
|
+
imports: [i2.CommonModule],
|
|
136
138
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
137
139
|
}]
|
|
138
140
|
}] });
|
|
@@ -238,6 +240,76 @@
|
|
|
238
240
|
}]
|
|
239
241
|
}] });
|
|
240
242
|
|
|
243
|
+
var IDIcon = /** @class */ (function () {
|
|
244
|
+
function IDIcon(_props) {
|
|
245
|
+
this._props = _props;
|
|
246
|
+
}
|
|
247
|
+
Object.defineProperty(IDIcon.prototype, "name", {
|
|
248
|
+
get: function () {
|
|
249
|
+
return this._props.name;
|
|
250
|
+
},
|
|
251
|
+
enumerable: false,
|
|
252
|
+
configurable: true
|
|
253
|
+
});
|
|
254
|
+
Object.defineProperty(IDIcon.prototype, "title", {
|
|
255
|
+
get: function () {
|
|
256
|
+
return this._props.title;
|
|
257
|
+
},
|
|
258
|
+
enumerable: false,
|
|
259
|
+
configurable: true
|
|
260
|
+
});
|
|
261
|
+
Object.defineProperty(IDIcon.prototype, "color", {
|
|
262
|
+
get: function () {
|
|
263
|
+
return this._props.color;
|
|
264
|
+
},
|
|
265
|
+
enumerable: false,
|
|
266
|
+
configurable: true
|
|
267
|
+
});
|
|
268
|
+
Object.defineProperty(IDIcon.prototype, "color2", {
|
|
269
|
+
get: function () {
|
|
270
|
+
return this._props.color2;
|
|
271
|
+
},
|
|
272
|
+
enumerable: false,
|
|
273
|
+
configurable: true
|
|
274
|
+
});
|
|
275
|
+
Object.defineProperty(IDIcon.prototype, "size", {
|
|
276
|
+
get: function () {
|
|
277
|
+
return this._props.size;
|
|
278
|
+
},
|
|
279
|
+
enumerable: false,
|
|
280
|
+
configurable: true
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(IDIcon.prototype, "width", {
|
|
283
|
+
get: function () {
|
|
284
|
+
return this._props.width;
|
|
285
|
+
},
|
|
286
|
+
enumerable: false,
|
|
287
|
+
configurable: true
|
|
288
|
+
});
|
|
289
|
+
Object.defineProperty(IDIcon.prototype, "height", {
|
|
290
|
+
get: function () {
|
|
291
|
+
return this._props.height;
|
|
292
|
+
},
|
|
293
|
+
enumerable: false,
|
|
294
|
+
configurable: true
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(IDIcon.prototype, "colorpreset", {
|
|
297
|
+
get: function () {
|
|
298
|
+
return this._props.colorpreset;
|
|
299
|
+
},
|
|
300
|
+
enumerable: false,
|
|
301
|
+
configurable: true
|
|
302
|
+
});
|
|
303
|
+
Object.defineProperty(IDIcon.prototype, "padding", {
|
|
304
|
+
get: function () {
|
|
305
|
+
return this._props.padding;
|
|
306
|
+
},
|
|
307
|
+
enumerable: false,
|
|
308
|
+
configurable: true
|
|
309
|
+
});
|
|
310
|
+
return IDIcon;
|
|
311
|
+
}());
|
|
312
|
+
|
|
241
313
|
var IDIconComponent = /** @class */ (function () {
|
|
242
314
|
function IDIconComponent() {
|
|
243
315
|
this.name = undefined;
|
|
@@ -382,7 +454,7 @@
|
|
|
382
454
|
return IDCheckboxGroupComponent;
|
|
383
455
|
}());
|
|
384
456
|
IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
385
|
-
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:
|
|
457
|
+
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 });
|
|
386
458
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
|
|
387
459
|
type: i0.Component,
|
|
388
460
|
args: [{
|
|
@@ -400,12 +472,12 @@
|
|
|
400
472
|
return IDCheckboxGroupModule;
|
|
401
473
|
}());
|
|
402
474
|
IDCheckboxGroupModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
403
|
-
IDCheckboxGroupModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, declarations: [IDCheckboxGroupComponent], imports: [
|
|
404
|
-
IDCheckboxGroupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, imports: [[
|
|
475
|
+
IDCheckboxGroupModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, declarations: [IDCheckboxGroupComponent], imports: [i2.CommonModule], exports: [IDCheckboxGroupComponent] });
|
|
476
|
+
IDCheckboxGroupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, imports: [[i2.CommonModule]] });
|
|
405
477
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, decorators: [{
|
|
406
478
|
type: i0.NgModule,
|
|
407
479
|
args: [{
|
|
408
|
-
imports: [
|
|
480
|
+
imports: [i2.CommonModule],
|
|
409
481
|
declarations: [
|
|
410
482
|
IDCheckboxGroupComponent
|
|
411
483
|
],
|
|
@@ -483,7 +555,7 @@
|
|
|
483
555
|
return IDRadioGroupComponent;
|
|
484
556
|
}());
|
|
485
557
|
IDRadioGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
486
|
-
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:
|
|
558
|
+
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 });
|
|
487
559
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, decorators: [{
|
|
488
560
|
type: i0.Component,
|
|
489
561
|
args: [{
|
|
@@ -508,16 +580,16 @@
|
|
|
508
580
|
}());
|
|
509
581
|
IDRadioModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
510
582
|
IDRadioModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, declarations: [IDRadioComponent,
|
|
511
|
-
IDRadioGroupComponent], imports: [
|
|
583
|
+
IDRadioGroupComponent], imports: [i2.CommonModule], exports: [IDRadioComponent,
|
|
512
584
|
IDRadioGroupComponent] });
|
|
513
585
|
IDRadioModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, imports: [[
|
|
514
|
-
|
|
586
|
+
i2.CommonModule
|
|
515
587
|
]] });
|
|
516
588
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, decorators: [{
|
|
517
589
|
type: i0.NgModule,
|
|
518
590
|
args: [{
|
|
519
591
|
imports: [
|
|
520
|
-
|
|
592
|
+
i2.CommonModule
|
|
521
593
|
],
|
|
522
594
|
declarations: [
|
|
523
595
|
IDRadioComponent,
|
|
@@ -617,7 +689,7 @@
|
|
|
617
689
|
return IDSelectMultipleComponent;
|
|
618
690
|
}());
|
|
619
691
|
IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
620
|
-
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:
|
|
692
|
+
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 });
|
|
621
693
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
|
|
622
694
|
type: i0.Component,
|
|
623
695
|
args: [{
|
|
@@ -639,15 +711,15 @@
|
|
|
639
711
|
return IDSelectMultipleModule;
|
|
640
712
|
}());
|
|
641
713
|
IDSelectMultipleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
642
|
-
IDSelectMultipleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleModule, declarations: [IDSelectMultipleComponent], imports: [
|
|
714
|
+
IDSelectMultipleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleModule, declarations: [IDSelectMultipleComponent], imports: [i2.CommonModule], exports: [IDSelectMultipleComponent] });
|
|
643
715
|
IDSelectMultipleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleModule, imports: [[
|
|
644
|
-
|
|
716
|
+
i2.CommonModule
|
|
645
717
|
]] });
|
|
646
718
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleModule, decorators: [{
|
|
647
719
|
type: i0.NgModule,
|
|
648
720
|
args: [{
|
|
649
721
|
imports: [
|
|
650
|
-
|
|
722
|
+
i2.CommonModule
|
|
651
723
|
],
|
|
652
724
|
declarations: [
|
|
653
725
|
IDSelectMultipleComponent
|
|
@@ -821,7 +893,7 @@
|
|
|
821
893
|
return IDColumnComponent;
|
|
822
894
|
}());
|
|
823
895
|
IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
824
|
-
IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", mobile: "mobile", align: "align" }, ngImport: i0__namespace, template: "<ids-col [cols]=\"cols\"
|
|
896
|
+
IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", mobile: "mobile", align: "align" }, ngImport: i0__namespace, template: "<ids-col \r\n [attr.cols]=\"cols\"\r\n [attr.mobile]=\"mobile\" \r\n [attr.align]=\"align\">\r\n <ng-content></ng-content>\r\n</ids-col>", styles: ["id-col { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
825
897
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, decorators: [{
|
|
826
898
|
type: i0.Component,
|
|
827
899
|
args: [{
|
|
@@ -866,7 +938,7 @@
|
|
|
866
938
|
return IDContainerComponent;
|
|
867
939
|
}());
|
|
868
940
|
IDContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
869
|
-
IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid" }, ngImport: i0__namespace, template: "<ids-container [fluid]=\"fluid\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
941
|
+
IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid" }, ngImport: i0__namespace, template: "<ids-container [attr.fluid]=\"fluid\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
870
942
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, decorators: [{
|
|
871
943
|
type: i0.Component,
|
|
872
944
|
args: [{
|
|
@@ -899,6 +971,1078 @@
|
|
|
899
971
|
}]
|
|
900
972
|
}] });
|
|
901
973
|
|
|
974
|
+
/*! *****************************************************************************
|
|
975
|
+
Copyright (c) Microsoft Corporation.
|
|
976
|
+
|
|
977
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
978
|
+
purpose with or without fee is hereby granted.
|
|
979
|
+
|
|
980
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
981
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
982
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
983
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
984
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
985
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
986
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
987
|
+
***************************************************************************** */
|
|
988
|
+
/* global Reflect, Promise */
|
|
989
|
+
var extendStatics = function (d, b) {
|
|
990
|
+
extendStatics = Object.setPrototypeOf ||
|
|
991
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
992
|
+
function (d, b) { for (var p in b)
|
|
993
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
994
|
+
d[p] = b[p]; };
|
|
995
|
+
return extendStatics(d, b);
|
|
996
|
+
};
|
|
997
|
+
function __extends(d, b) {
|
|
998
|
+
if (typeof b !== "function" && b !== null)
|
|
999
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
1000
|
+
extendStatics(d, b);
|
|
1001
|
+
function __() { this.constructor = d; }
|
|
1002
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1003
|
+
}
|
|
1004
|
+
var __assign = function () {
|
|
1005
|
+
__assign = Object.assign || function __assign(t) {
|
|
1006
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
1007
|
+
s = arguments[i];
|
|
1008
|
+
for (var p in s)
|
|
1009
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
1010
|
+
t[p] = s[p];
|
|
1011
|
+
}
|
|
1012
|
+
return t;
|
|
1013
|
+
};
|
|
1014
|
+
return __assign.apply(this, arguments);
|
|
1015
|
+
};
|
|
1016
|
+
function __rest(s, e) {
|
|
1017
|
+
var t = {};
|
|
1018
|
+
for (var p in s)
|
|
1019
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
1020
|
+
t[p] = s[p];
|
|
1021
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
1022
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
1023
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
1024
|
+
t[p[i]] = s[p[i]];
|
|
1025
|
+
}
|
|
1026
|
+
return t;
|
|
1027
|
+
}
|
|
1028
|
+
function __decorate(decorators, target, key, desc) {
|
|
1029
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1030
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1031
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1032
|
+
else
|
|
1033
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1034
|
+
if (d = decorators[i])
|
|
1035
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1036
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1037
|
+
}
|
|
1038
|
+
function __param(paramIndex, decorator) {
|
|
1039
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
|
1040
|
+
}
|
|
1041
|
+
function __metadata(metadataKey, metadataValue) {
|
|
1042
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1043
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
1044
|
+
}
|
|
1045
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
1046
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
1047
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
1048
|
+
function fulfilled(value) { try {
|
|
1049
|
+
step(generator.next(value));
|
|
1050
|
+
}
|
|
1051
|
+
catch (e) {
|
|
1052
|
+
reject(e);
|
|
1053
|
+
} }
|
|
1054
|
+
function rejected(value) { try {
|
|
1055
|
+
step(generator["throw"](value));
|
|
1056
|
+
}
|
|
1057
|
+
catch (e) {
|
|
1058
|
+
reject(e);
|
|
1059
|
+
} }
|
|
1060
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
1061
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
1062
|
+
});
|
|
1063
|
+
}
|
|
1064
|
+
function __generator(thisArg, body) {
|
|
1065
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
1066
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
1067
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
1068
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
1069
|
+
function step(op) {
|
|
1070
|
+
if (f)
|
|
1071
|
+
throw new TypeError("Generator is already executing.");
|
|
1072
|
+
while (_)
|
|
1073
|
+
try {
|
|
1074
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
1075
|
+
return t;
|
|
1076
|
+
if (y = 0, t)
|
|
1077
|
+
op = [op[0] & 2, t.value];
|
|
1078
|
+
switch (op[0]) {
|
|
1079
|
+
case 0:
|
|
1080
|
+
case 1:
|
|
1081
|
+
t = op;
|
|
1082
|
+
break;
|
|
1083
|
+
case 4:
|
|
1084
|
+
_.label++;
|
|
1085
|
+
return { value: op[1], done: false };
|
|
1086
|
+
case 5:
|
|
1087
|
+
_.label++;
|
|
1088
|
+
y = op[1];
|
|
1089
|
+
op = [0];
|
|
1090
|
+
continue;
|
|
1091
|
+
case 7:
|
|
1092
|
+
op = _.ops.pop();
|
|
1093
|
+
_.trys.pop();
|
|
1094
|
+
continue;
|
|
1095
|
+
default:
|
|
1096
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
1097
|
+
_ = 0;
|
|
1098
|
+
continue;
|
|
1099
|
+
}
|
|
1100
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
1101
|
+
_.label = op[1];
|
|
1102
|
+
break;
|
|
1103
|
+
}
|
|
1104
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
1105
|
+
_.label = t[1];
|
|
1106
|
+
t = op;
|
|
1107
|
+
break;
|
|
1108
|
+
}
|
|
1109
|
+
if (t && _.label < t[2]) {
|
|
1110
|
+
_.label = t[2];
|
|
1111
|
+
_.ops.push(op);
|
|
1112
|
+
break;
|
|
1113
|
+
}
|
|
1114
|
+
if (t[2])
|
|
1115
|
+
_.ops.pop();
|
|
1116
|
+
_.trys.pop();
|
|
1117
|
+
continue;
|
|
1118
|
+
}
|
|
1119
|
+
op = body.call(thisArg, _);
|
|
1120
|
+
}
|
|
1121
|
+
catch (e) {
|
|
1122
|
+
op = [6, e];
|
|
1123
|
+
y = 0;
|
|
1124
|
+
}
|
|
1125
|
+
finally {
|
|
1126
|
+
f = t = 0;
|
|
1127
|
+
}
|
|
1128
|
+
if (op[0] & 5)
|
|
1129
|
+
throw op[1];
|
|
1130
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
1134
|
+
if (k2 === undefined)
|
|
1135
|
+
k2 = k;
|
|
1136
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
1137
|
+
}) : (function (o, m, k, k2) {
|
|
1138
|
+
if (k2 === undefined)
|
|
1139
|
+
k2 = k;
|
|
1140
|
+
o[k2] = m[k];
|
|
1141
|
+
});
|
|
1142
|
+
function __exportStar(m, o) {
|
|
1143
|
+
for (var p in m)
|
|
1144
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
1145
|
+
__createBinding(o, m, p);
|
|
1146
|
+
}
|
|
1147
|
+
function __values(o) {
|
|
1148
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
1149
|
+
if (m)
|
|
1150
|
+
return m.call(o);
|
|
1151
|
+
if (o && typeof o.length === "number")
|
|
1152
|
+
return {
|
|
1153
|
+
next: function () {
|
|
1154
|
+
if (o && i >= o.length)
|
|
1155
|
+
o = void 0;
|
|
1156
|
+
return { value: o && o[i++], done: !o };
|
|
1157
|
+
}
|
|
1158
|
+
};
|
|
1159
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
1160
|
+
}
|
|
1161
|
+
function __read(o, n) {
|
|
1162
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
1163
|
+
if (!m)
|
|
1164
|
+
return o;
|
|
1165
|
+
var i = m.call(o), r, ar = [], e;
|
|
1166
|
+
try {
|
|
1167
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
1168
|
+
ar.push(r.value);
|
|
1169
|
+
}
|
|
1170
|
+
catch (error) {
|
|
1171
|
+
e = { error: error };
|
|
1172
|
+
}
|
|
1173
|
+
finally {
|
|
1174
|
+
try {
|
|
1175
|
+
if (r && !r.done && (m = i["return"]))
|
|
1176
|
+
m.call(i);
|
|
1177
|
+
}
|
|
1178
|
+
finally {
|
|
1179
|
+
if (e)
|
|
1180
|
+
throw e.error;
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
return ar;
|
|
1184
|
+
}
|
|
1185
|
+
/** @deprecated */
|
|
1186
|
+
function __spread() {
|
|
1187
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
1188
|
+
ar = ar.concat(__read(arguments[i]));
|
|
1189
|
+
return ar;
|
|
1190
|
+
}
|
|
1191
|
+
/** @deprecated */
|
|
1192
|
+
function __spreadArrays() {
|
|
1193
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
1194
|
+
s += arguments[i].length;
|
|
1195
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
1196
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
1197
|
+
r[k] = a[j];
|
|
1198
|
+
return r;
|
|
1199
|
+
}
|
|
1200
|
+
function __spreadArray(to, from, pack) {
|
|
1201
|
+
if (pack || arguments.length === 2)
|
|
1202
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
1203
|
+
if (ar || !(i in from)) {
|
|
1204
|
+
if (!ar)
|
|
1205
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
1206
|
+
ar[i] = from[i];
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
1210
|
+
}
|
|
1211
|
+
function __await(v) {
|
|
1212
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
1213
|
+
}
|
|
1214
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
1215
|
+
if (!Symbol.asyncIterator)
|
|
1216
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
1217
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
1218
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
1219
|
+
function verb(n) { if (g[n])
|
|
1220
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
1221
|
+
function resume(n, v) { try {
|
|
1222
|
+
step(g[n](v));
|
|
1223
|
+
}
|
|
1224
|
+
catch (e) {
|
|
1225
|
+
settle(q[0][3], e);
|
|
1226
|
+
} }
|
|
1227
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
1228
|
+
function fulfill(value) { resume("next", value); }
|
|
1229
|
+
function reject(value) { resume("throw", value); }
|
|
1230
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
1231
|
+
resume(q[0][0], q[0][1]); }
|
|
1232
|
+
}
|
|
1233
|
+
function __asyncDelegator(o) {
|
|
1234
|
+
var i, p;
|
|
1235
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
1236
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
1237
|
+
}
|
|
1238
|
+
function __asyncValues(o) {
|
|
1239
|
+
if (!Symbol.asyncIterator)
|
|
1240
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
1241
|
+
var m = o[Symbol.asyncIterator], i;
|
|
1242
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
1243
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
1244
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
1245
|
+
}
|
|
1246
|
+
function __makeTemplateObject(cooked, raw) {
|
|
1247
|
+
if (Object.defineProperty) {
|
|
1248
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
1249
|
+
}
|
|
1250
|
+
else {
|
|
1251
|
+
cooked.raw = raw;
|
|
1252
|
+
}
|
|
1253
|
+
return cooked;
|
|
1254
|
+
}
|
|
1255
|
+
;
|
|
1256
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
1257
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
1258
|
+
}) : function (o, v) {
|
|
1259
|
+
o["default"] = v;
|
|
1260
|
+
};
|
|
1261
|
+
function __importStar(mod) {
|
|
1262
|
+
if (mod && mod.__esModule)
|
|
1263
|
+
return mod;
|
|
1264
|
+
var result = {};
|
|
1265
|
+
if (mod != null)
|
|
1266
|
+
for (var k in mod)
|
|
1267
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
1268
|
+
__createBinding(result, mod, k);
|
|
1269
|
+
__setModuleDefault(result, mod);
|
|
1270
|
+
return result;
|
|
1271
|
+
}
|
|
1272
|
+
function __importDefault(mod) {
|
|
1273
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
1274
|
+
}
|
|
1275
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
1276
|
+
if (kind === "a" && !f)
|
|
1277
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
1278
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
1279
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
1280
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
1281
|
+
}
|
|
1282
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
1283
|
+
if (kind === "m")
|
|
1284
|
+
throw new TypeError("Private method is not writable");
|
|
1285
|
+
if (kind === "a" && !f)
|
|
1286
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
1287
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
1288
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
1289
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
var IDLink = /** @class */ (function () {
|
|
1293
|
+
function IDLink(_label, _id, _classes) {
|
|
1294
|
+
this._label = _label;
|
|
1295
|
+
this._id = _id;
|
|
1296
|
+
this._classes = _classes;
|
|
1297
|
+
}
|
|
1298
|
+
Object.defineProperty(IDLink.prototype, "label", {
|
|
1299
|
+
get: function () {
|
|
1300
|
+
return this._label;
|
|
1301
|
+
},
|
|
1302
|
+
set: function (label) {
|
|
1303
|
+
this._label = label;
|
|
1304
|
+
},
|
|
1305
|
+
enumerable: false,
|
|
1306
|
+
configurable: true
|
|
1307
|
+
});
|
|
1308
|
+
Object.defineProperty(IDLink.prototype, "id", {
|
|
1309
|
+
get: function () {
|
|
1310
|
+
return this._id;
|
|
1311
|
+
},
|
|
1312
|
+
set: function (id) {
|
|
1313
|
+
this._id = id;
|
|
1314
|
+
},
|
|
1315
|
+
enumerable: false,
|
|
1316
|
+
configurable: true
|
|
1317
|
+
});
|
|
1318
|
+
Object.defineProperty(IDLink.prototype, "classes", {
|
|
1319
|
+
get: function () {
|
|
1320
|
+
return this._classes;
|
|
1321
|
+
},
|
|
1322
|
+
set: function (classes) {
|
|
1323
|
+
this._classes = classes;
|
|
1324
|
+
},
|
|
1325
|
+
enumerable: false,
|
|
1326
|
+
configurable: true
|
|
1327
|
+
});
|
|
1328
|
+
return IDLink;
|
|
1329
|
+
}());
|
|
1330
|
+
|
|
1331
|
+
var IDLinkFunction = /** @class */ (function (_super) {
|
|
1332
|
+
__extends(IDLinkFunction, _super);
|
|
1333
|
+
function IDLinkFunction(_label, _action, _id, _classes) {
|
|
1334
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
1335
|
+
_this._action = _action;
|
|
1336
|
+
return _this;
|
|
1337
|
+
}
|
|
1338
|
+
Object.defineProperty(IDLinkFunction.prototype, "action", {
|
|
1339
|
+
get: function () {
|
|
1340
|
+
return this._action;
|
|
1341
|
+
},
|
|
1342
|
+
set: function (action) {
|
|
1343
|
+
this._action = action;
|
|
1344
|
+
},
|
|
1345
|
+
enumerable: false,
|
|
1346
|
+
configurable: true
|
|
1347
|
+
});
|
|
1348
|
+
IDLinkFunction.prototype.click = function () {
|
|
1349
|
+
this._action();
|
|
1350
|
+
};
|
|
1351
|
+
return IDLinkFunction;
|
|
1352
|
+
}(IDLink));
|
|
1353
|
+
|
|
1354
|
+
var IDLinkRoute = /** @class */ (function (_super) {
|
|
1355
|
+
__extends(IDLinkRoute, _super);
|
|
1356
|
+
function IDLinkRoute(_label, _route, _queries, router, _id, _classes) {
|
|
1357
|
+
if (_queries === void 0) { _queries = {}; }
|
|
1358
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
1359
|
+
_this._route = _route;
|
|
1360
|
+
_this._queries = _queries;
|
|
1361
|
+
_this.router = router;
|
|
1362
|
+
return _this;
|
|
1363
|
+
}
|
|
1364
|
+
Object.defineProperty(IDLinkRoute.prototype, "route", {
|
|
1365
|
+
get: function () {
|
|
1366
|
+
return this._route;
|
|
1367
|
+
},
|
|
1368
|
+
set: function (route) {
|
|
1369
|
+
this._route = route;
|
|
1370
|
+
},
|
|
1371
|
+
enumerable: false,
|
|
1372
|
+
configurable: true
|
|
1373
|
+
});
|
|
1374
|
+
Object.defineProperty(IDLinkRoute.prototype, "queries", {
|
|
1375
|
+
get: function () {
|
|
1376
|
+
return this._queries;
|
|
1377
|
+
},
|
|
1378
|
+
set: function (_queries) {
|
|
1379
|
+
this._queries = _queries;
|
|
1380
|
+
},
|
|
1381
|
+
enumerable: false,
|
|
1382
|
+
configurable: true
|
|
1383
|
+
});
|
|
1384
|
+
IDLinkRoute.prototype.click = function () {
|
|
1385
|
+
if (this.router) {
|
|
1386
|
+
this.router.navigate([this.route]);
|
|
1387
|
+
}
|
|
1388
|
+
else {
|
|
1389
|
+
console.error('No router supplied in IcLinkRoute Object');
|
|
1390
|
+
}
|
|
1391
|
+
};
|
|
1392
|
+
return IDLinkRoute;
|
|
1393
|
+
}(IDLink));
|
|
1394
|
+
|
|
1395
|
+
var IDLinkWeb = /** @class */ (function (_super) {
|
|
1396
|
+
__extends(IDLinkWeb, _super);
|
|
1397
|
+
function IDLinkWeb(_label, _url, _target, _id, _classes) {
|
|
1398
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
1399
|
+
_this._url = _url;
|
|
1400
|
+
_this._target = _target;
|
|
1401
|
+
return _this;
|
|
1402
|
+
}
|
|
1403
|
+
Object.defineProperty(IDLinkWeb.prototype, "target", {
|
|
1404
|
+
get: function () {
|
|
1405
|
+
return this._target;
|
|
1406
|
+
},
|
|
1407
|
+
set: function (target) {
|
|
1408
|
+
this._target = target;
|
|
1409
|
+
},
|
|
1410
|
+
enumerable: false,
|
|
1411
|
+
configurable: true
|
|
1412
|
+
});
|
|
1413
|
+
Object.defineProperty(IDLinkWeb.prototype, "url", {
|
|
1414
|
+
get: function () {
|
|
1415
|
+
return this._url;
|
|
1416
|
+
},
|
|
1417
|
+
set: function (url) {
|
|
1418
|
+
this._url = url;
|
|
1419
|
+
},
|
|
1420
|
+
enumerable: false,
|
|
1421
|
+
configurable: true
|
|
1422
|
+
});
|
|
1423
|
+
IDLinkWeb.prototype.click = function () {
|
|
1424
|
+
window.open(this._url, this.target);
|
|
1425
|
+
};
|
|
1426
|
+
return IDLinkWeb;
|
|
1427
|
+
}(IDLink));
|
|
1428
|
+
|
|
1429
|
+
var IDAnchorComponent = /** @class */ (function () {
|
|
1430
|
+
function IDAnchorComponent(sanitizer) {
|
|
1431
|
+
this.sanitizer = sanitizer;
|
|
1432
|
+
this.linkType = '';
|
|
1433
|
+
this.isLinkExternal = false;
|
|
1434
|
+
this.isLinkRoute = false;
|
|
1435
|
+
this.isLinkWeb = false;
|
|
1436
|
+
this.isLinkFunction = false;
|
|
1437
|
+
this.classes = '';
|
|
1438
|
+
this.scriptHref = this.sanitizer.bypassSecurityTrustUrl('javascript:');
|
|
1439
|
+
/** Apply classes to <a> element */
|
|
1440
|
+
this.contextClasses = [];
|
|
1441
|
+
}
|
|
1442
|
+
IDAnchorComponent.prototype.setLinkType = function () {
|
|
1443
|
+
this.isLinkRoute = this.link instanceof IDLinkRoute;
|
|
1444
|
+
this.isLinkWeb = this.link instanceof IDLinkWeb;
|
|
1445
|
+
this.isLinkFunction = this.link instanceof IDLinkFunction;
|
|
1446
|
+
if (this.link && this.isLinkWeb) {
|
|
1447
|
+
var weblink = this.link;
|
|
1448
|
+
this.isLinkExternal = weblink.target === '_blank' || weblink.target === 'blank';
|
|
1449
|
+
}
|
|
1450
|
+
else {
|
|
1451
|
+
this.isLinkExternal = false;
|
|
1452
|
+
}
|
|
1453
|
+
};
|
|
1454
|
+
IDAnchorComponent.prototype.setClasses = function () {
|
|
1455
|
+
if (this.link && this.link.classes) {
|
|
1456
|
+
this.classes = __spreadArray(__spreadArray([], __read(this.contextClasses)), __read(this.link.classes)).join(' ');
|
|
1457
|
+
}
|
|
1458
|
+
else {
|
|
1459
|
+
this.classes = this.contextClasses.join(' ');
|
|
1460
|
+
}
|
|
1461
|
+
};
|
|
1462
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkWeb", {
|
|
1463
|
+
get: function () {
|
|
1464
|
+
return this.link;
|
|
1465
|
+
},
|
|
1466
|
+
enumerable: false,
|
|
1467
|
+
configurable: true
|
|
1468
|
+
});
|
|
1469
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkRoute", {
|
|
1470
|
+
get: function () {
|
|
1471
|
+
return this.link;
|
|
1472
|
+
},
|
|
1473
|
+
enumerable: false,
|
|
1474
|
+
configurable: true
|
|
1475
|
+
});
|
|
1476
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkFunction", {
|
|
1477
|
+
get: function () {
|
|
1478
|
+
return this.link;
|
|
1479
|
+
},
|
|
1480
|
+
enumerable: false,
|
|
1481
|
+
configurable: true
|
|
1482
|
+
});
|
|
1483
|
+
IDAnchorComponent.prototype.ngOnChanges = function (changes) {
|
|
1484
|
+
if (changes.link) {
|
|
1485
|
+
this.setLinkType();
|
|
1486
|
+
this.setClasses();
|
|
1487
|
+
}
|
|
1488
|
+
if (changes.contextClasses) {
|
|
1489
|
+
this.setClasses();
|
|
1490
|
+
}
|
|
1491
|
+
};
|
|
1492
|
+
return IDAnchorComponent;
|
|
1493
|
+
}());
|
|
1494
|
+
IDAnchorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, deps: [{ token: i1__namespace.DomSanitizer }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1495
|
+
IDAnchorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAnchorComponent, selector: "id-anchor", inputs: { link: "link", contextClasses: "contextClasses" }, usesOnChanges: true, ngImport: i0__namespace, template: "<a *ngIf=\"isLinkRoute\" \n [attr.id]=\"linkRoute.id\"\n [class]=\"classes\" \n [routerLink]=\"linkRoute.route\"\n routerLinkActive=\"selected\"\n [queryParams]=\"linkRoute.queries\">\n {{linkRoute.label}}\n</a>\n<a *ngIf=\"isLinkWeb\" \n [attr.id]=\"linkWeb.id\"\n [class]=\"classes\" \n [href]=\"linkWeb.url\"\n [class.ic-link--external]=\"isLinkExternal\"\n [attr.target]=\"linkWeb.target\"\n [attr.rel]=\"isLinkExternal ? 'noopener' : null\">\n {{linkWeb.label}}\n</a>\n<a *ngIf=\"isLinkFunction\" \n [attr.id]=\"linkFunction.id\"\n [class]=\"classes\" \n [attr.href]=\"scriptHref\"\n (click)=\"linkFunction.action()\">\n {{linkFunction.label}}\n</a>", styles: ["a { color: inherit; text-decoration: inherit; font-size: inherit }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i3__namespace.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }] });
|
|
1496
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, decorators: [{
|
|
1497
|
+
type: i0.Component,
|
|
1498
|
+
args: [{
|
|
1499
|
+
selector: 'id-anchor',
|
|
1500
|
+
templateUrl: './anchor.component.html',
|
|
1501
|
+
styles: ['a { color: inherit; text-decoration: inherit; font-size: inherit }',]
|
|
1502
|
+
}]
|
|
1503
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.DomSanitizer }]; }, propDecorators: { link: [{
|
|
1504
|
+
type: i0.Input
|
|
1505
|
+
}], contextClasses: [{
|
|
1506
|
+
type: i0.Input
|
|
1507
|
+
}] } });
|
|
1508
|
+
|
|
1509
|
+
var IDLinkComponent = /** @class */ (function () {
|
|
1510
|
+
function IDLinkComponent() {
|
|
1511
|
+
this.link = null;
|
|
1512
|
+
this.notificationBadge = null;
|
|
1513
|
+
this.prependIcon = null;
|
|
1514
|
+
this.appendIcon = null;
|
|
1515
|
+
this.underlined = false;
|
|
1516
|
+
this.padding = null;
|
|
1517
|
+
this.outline = null;
|
|
1518
|
+
this.block = false;
|
|
1519
|
+
this.color = undefined;
|
|
1520
|
+
this.size = undefined;
|
|
1521
|
+
this.activeicon = false;
|
|
1522
|
+
this.external = false;
|
|
1523
|
+
this.slot = undefined;
|
|
1524
|
+
}
|
|
1525
|
+
return IDLinkComponent;
|
|
1526
|
+
}());
|
|
1527
|
+
IDLinkComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1528
|
+
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", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0__namespace, template: "<ids-link \n [attr.underlined]=\"underlined ? '' : null\"\n [color]=\"color\"\n [size]=\"size\"\n [activeicon]=\"activeicon\"\n [padding]=\"padding\"\n [outline]=\"outline\"\n [block]=\"block\"\n [attr.slot]=\"slot\"\n >\n <ids-icon *ngIf=\"prependIcon !== null\"\n slot=\"prepend-icon\" \n [attr.name]=\"prependIcon?.name\"\n [attr.title]=\"prependIcon?.title\" \n [attr.color]=\"prependIcon?.color\" \n [attr.color2]=\"prependIcon?.color2\" \n [attr.size]=\"prependIcon?.size\" \n [attr.padding]=\"prependIcon?.padding\" \n [attr.colorpreset]=\"prependIcon?.colorpreset\" \n [attr.height]=\"prependIcon?.height\" \n [attr.width]=\"prependIcon?.width\"></ids-icon>\n <id-anchor *ngIf=\"link\" [link]=\"link\"></id-anchor>\n <ng-content *ngIf=\"!link\"></ng-content>\n <ids-icon *ngIf=\"appendIcon !== null\" \n slot=\"append-icon\" \n [attr.name]=\"appendIcon?.name\"\n [attr.title]=\"appendIcon?.title\" \n [attr.color]=\"appendIcon?.color\" \n [attr.color2]=\"appendIcon?.color2\"\n [attr.size]=\"appendIcon?.size\" \n [attr.padding]=\"appendIcon?.padding\" \n [attr.colorpreset]=\"appendIcon?.colorpreset\" \n [attr.height]=\"appendIcon?.height\" \n [attr.width]=\"appendIcon?.width\"></ids-icon>\n <ids-notification-badge \n *ngIf=\"notificationBadge !== null\"\n [attr.type]=\"notificationBadge.type\"\n [attr.size]=\"notificationBadge.size\">\n {{notificationBadge.value}}\n </ids-notification-badge>\n</ids-link>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1529
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, decorators: [{
|
|
1530
|
+
type: i0.Component,
|
|
1531
|
+
args: [{
|
|
1532
|
+
selector: 'id-link',
|
|
1533
|
+
templateUrl: './link.component.html'
|
|
1534
|
+
}]
|
|
1535
|
+
}], ctorParameters: function () { return []; }, propDecorators: { link: [{
|
|
1536
|
+
type: i0.Input
|
|
1537
|
+
}], notificationBadge: [{
|
|
1538
|
+
type: i0.Input
|
|
1539
|
+
}], prependIcon: [{
|
|
1540
|
+
type: i0.Input
|
|
1541
|
+
}], appendIcon: [{
|
|
1542
|
+
type: i0.Input
|
|
1543
|
+
}], underlined: [{
|
|
1544
|
+
type: i0.Input
|
|
1545
|
+
}], padding: [{
|
|
1546
|
+
type: i0.Input
|
|
1547
|
+
}], outline: [{
|
|
1548
|
+
type: i0.Input
|
|
1549
|
+
}], block: [{
|
|
1550
|
+
type: i0.Input
|
|
1551
|
+
}, {
|
|
1552
|
+
type: i0.HostBinding,
|
|
1553
|
+
args: ['class.ids-block']
|
|
1554
|
+
}], color: [{
|
|
1555
|
+
type: i0.Input
|
|
1556
|
+
}], size: [{
|
|
1557
|
+
type: i0.Input
|
|
1558
|
+
}], activeicon: [{
|
|
1559
|
+
type: i0.Input
|
|
1560
|
+
}], external: [{
|
|
1561
|
+
type: i0.Input
|
|
1562
|
+
}], slot: [{
|
|
1563
|
+
type: i0.Input
|
|
1564
|
+
}] } });
|
|
1565
|
+
|
|
1566
|
+
var IDAnchorModule = /** @class */ (function () {
|
|
1567
|
+
function IDAnchorModule() {
|
|
1568
|
+
}
|
|
1569
|
+
return IDAnchorModule;
|
|
1570
|
+
}());
|
|
1571
|
+
IDAnchorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1572
|
+
IDAnchorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, declarations: [IDAnchorComponent], imports: [i2.CommonModule,
|
|
1573
|
+
i3.RouterModule], exports: [IDAnchorComponent] });
|
|
1574
|
+
IDAnchorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, imports: [[
|
|
1575
|
+
i2.CommonModule,
|
|
1576
|
+
i3.RouterModule,
|
|
1577
|
+
]] });
|
|
1578
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, decorators: [{
|
|
1579
|
+
type: i0.NgModule,
|
|
1580
|
+
args: [{
|
|
1581
|
+
declarations: [IDAnchorComponent],
|
|
1582
|
+
imports: [
|
|
1583
|
+
i2.CommonModule,
|
|
1584
|
+
i3.RouterModule,
|
|
1585
|
+
],
|
|
1586
|
+
exports: [IDAnchorComponent]
|
|
1587
|
+
}]
|
|
1588
|
+
}] });
|
|
1589
|
+
|
|
1590
|
+
var IDLinkModule = /** @class */ (function () {
|
|
1591
|
+
function IDLinkModule() {
|
|
1592
|
+
}
|
|
1593
|
+
return IDLinkModule;
|
|
1594
|
+
}());
|
|
1595
|
+
IDLinkModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1596
|
+
IDLinkModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, declarations: [IDLinkComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDLinkComponent] });
|
|
1597
|
+
IDLinkModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, imports: [[i2.CommonModule, IDAnchorModule]] });
|
|
1598
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkModule, decorators: [{
|
|
1599
|
+
type: i0.NgModule,
|
|
1600
|
+
args: [{
|
|
1601
|
+
declarations: [
|
|
1602
|
+
IDLinkComponent
|
|
1603
|
+
],
|
|
1604
|
+
imports: [i2.CommonModule, IDAnchorModule],
|
|
1605
|
+
exports: [
|
|
1606
|
+
IDLinkComponent
|
|
1607
|
+
],
|
|
1608
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1609
|
+
}]
|
|
1610
|
+
}] });
|
|
1611
|
+
|
|
1612
|
+
var IDNotificationBadgeComponent = /** @class */ (function () {
|
|
1613
|
+
function IDNotificationBadgeComponent() {
|
|
1614
|
+
this.size = 'm';
|
|
1615
|
+
this.type = 'information';
|
|
1616
|
+
}
|
|
1617
|
+
return IDNotificationBadgeComponent;
|
|
1618
|
+
}());
|
|
1619
|
+
IDNotificationBadgeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1620
|
+
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { size: "size", type: "type" }, ngImport: i0__namespace, template: "<ids-notification-badge \n [attr.type]=\"type\"\n [attr.size]=\"size\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1621
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, decorators: [{
|
|
1622
|
+
type: i0.Component,
|
|
1623
|
+
args: [{
|
|
1624
|
+
selector: 'id-notification-badge',
|
|
1625
|
+
templateUrl: './notification-badge.component.html',
|
|
1626
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1627
|
+
}]
|
|
1628
|
+
}], ctorParameters: function () { return []; }, propDecorators: { size: [{
|
|
1629
|
+
type: i0.Input
|
|
1630
|
+
}], type: [{
|
|
1631
|
+
type: i0.Input
|
|
1632
|
+
}] } });
|
|
1633
|
+
|
|
1634
|
+
var IDNotificationBadgeModule = /** @class */ (function () {
|
|
1635
|
+
function IDNotificationBadgeModule() {
|
|
1636
|
+
}
|
|
1637
|
+
return IDNotificationBadgeModule;
|
|
1638
|
+
}());
|
|
1639
|
+
IDNotificationBadgeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1640
|
+
IDNotificationBadgeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeModule, declarations: [IDNotificationBadgeComponent], exports: [IDNotificationBadgeComponent] });
|
|
1641
|
+
IDNotificationBadgeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeModule });
|
|
1642
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeModule, decorators: [{
|
|
1643
|
+
type: i0.NgModule,
|
|
1644
|
+
args: [{
|
|
1645
|
+
declarations: [
|
|
1646
|
+
IDNotificationBadgeComponent
|
|
1647
|
+
],
|
|
1648
|
+
exports: [
|
|
1649
|
+
IDNotificationBadgeComponent
|
|
1650
|
+
],
|
|
1651
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1652
|
+
}]
|
|
1653
|
+
}] });
|
|
1654
|
+
|
|
1655
|
+
var IDNotificationBadge = /** @class */ (function () {
|
|
1656
|
+
function IDNotificationBadge(_value, _size, _type) {
|
|
1657
|
+
this._value = _value;
|
|
1658
|
+
this._size = _size;
|
|
1659
|
+
this._type = _type;
|
|
1660
|
+
}
|
|
1661
|
+
Object.defineProperty(IDNotificationBadge.prototype, "value", {
|
|
1662
|
+
get: function () {
|
|
1663
|
+
return this._value;
|
|
1664
|
+
},
|
|
1665
|
+
enumerable: false,
|
|
1666
|
+
configurable: true
|
|
1667
|
+
});
|
|
1668
|
+
Object.defineProperty(IDNotificationBadge.prototype, "size", {
|
|
1669
|
+
get: function () {
|
|
1670
|
+
return this._size;
|
|
1671
|
+
},
|
|
1672
|
+
enumerable: false,
|
|
1673
|
+
configurable: true
|
|
1674
|
+
});
|
|
1675
|
+
Object.defineProperty(IDNotificationBadge.prototype, "type", {
|
|
1676
|
+
get: function () {
|
|
1677
|
+
return this._type;
|
|
1678
|
+
},
|
|
1679
|
+
enumerable: false,
|
|
1680
|
+
configurable: true
|
|
1681
|
+
});
|
|
1682
|
+
return IDNotificationBadge;
|
|
1683
|
+
}());
|
|
1684
|
+
|
|
1685
|
+
var IDMobileMenuComponent = /** @class */ (function () {
|
|
1686
|
+
function IDMobileMenuComponent() {
|
|
1687
|
+
this.type = undefined;
|
|
1688
|
+
this.variation = undefined;
|
|
1689
|
+
this.items = undefined;
|
|
1690
|
+
}
|
|
1691
|
+
return IDMobileMenuComponent;
|
|
1692
|
+
}());
|
|
1693
|
+
IDMobileMenuComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1694
|
+
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"] }] });
|
|
1695
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuComponent, decorators: [{
|
|
1696
|
+
type: i0.Component,
|
|
1697
|
+
args: [{
|
|
1698
|
+
selector: 'id-mobile-menu',
|
|
1699
|
+
templateUrl: './mobile-menu.component.html'
|
|
1700
|
+
}]
|
|
1701
|
+
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
1702
|
+
type: i0.Input
|
|
1703
|
+
}], variation: [{
|
|
1704
|
+
type: i0.Input
|
|
1705
|
+
}], items: [{
|
|
1706
|
+
type: i0.Input
|
|
1707
|
+
}] } });
|
|
1708
|
+
|
|
1709
|
+
var IDMobileMenuModule = /** @class */ (function () {
|
|
1710
|
+
function IDMobileMenuModule() {
|
|
1711
|
+
}
|
|
1712
|
+
return IDMobileMenuModule;
|
|
1713
|
+
}());
|
|
1714
|
+
IDMobileMenuModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1715
|
+
IDMobileMenuModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDMobileMenuComponent] });
|
|
1716
|
+
IDMobileMenuModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuModule, imports: [[i2.CommonModule, IDAnchorModule]] });
|
|
1717
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDMobileMenuModule, decorators: [{
|
|
1718
|
+
type: i0.NgModule,
|
|
1719
|
+
args: [{
|
|
1720
|
+
declarations: [
|
|
1721
|
+
IDMobileMenuComponent
|
|
1722
|
+
],
|
|
1723
|
+
exports: [
|
|
1724
|
+
IDMobileMenuComponent
|
|
1725
|
+
],
|
|
1726
|
+
imports: [i2.CommonModule, IDAnchorModule],
|
|
1727
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1728
|
+
}]
|
|
1729
|
+
}] });
|
|
1730
|
+
|
|
1731
|
+
var IDMobileMenuItem = /** @class */ (function () {
|
|
1732
|
+
function IDMobileMenuItem(_props) {
|
|
1733
|
+
this._props = _props;
|
|
1734
|
+
}
|
|
1735
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "headline", {
|
|
1736
|
+
get: function () {
|
|
1737
|
+
return this._props.headline;
|
|
1738
|
+
},
|
|
1739
|
+
enumerable: false,
|
|
1740
|
+
configurable: true
|
|
1741
|
+
});
|
|
1742
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "link", {
|
|
1743
|
+
get: function () {
|
|
1744
|
+
return this._props.link;
|
|
1745
|
+
},
|
|
1746
|
+
enumerable: false,
|
|
1747
|
+
configurable: true
|
|
1748
|
+
});
|
|
1749
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "items", {
|
|
1750
|
+
get: function () {
|
|
1751
|
+
return this._props.items;
|
|
1752
|
+
},
|
|
1753
|
+
enumerable: false,
|
|
1754
|
+
configurable: true
|
|
1755
|
+
});
|
|
1756
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "expanded", {
|
|
1757
|
+
get: function () {
|
|
1758
|
+
return this._props.expanded;
|
|
1759
|
+
},
|
|
1760
|
+
enumerable: false,
|
|
1761
|
+
configurable: true
|
|
1762
|
+
});
|
|
1763
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "secondary", {
|
|
1764
|
+
get: function () {
|
|
1765
|
+
return this._props.secondary;
|
|
1766
|
+
},
|
|
1767
|
+
enumerable: false,
|
|
1768
|
+
configurable: true
|
|
1769
|
+
});
|
|
1770
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "active", {
|
|
1771
|
+
get: function () {
|
|
1772
|
+
return this._props.active;
|
|
1773
|
+
},
|
|
1774
|
+
enumerable: false,
|
|
1775
|
+
configurable: true
|
|
1776
|
+
});
|
|
1777
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "variation", {
|
|
1778
|
+
get: function () {
|
|
1779
|
+
return this._props.variation;
|
|
1780
|
+
},
|
|
1781
|
+
enumerable: false,
|
|
1782
|
+
configurable: true
|
|
1783
|
+
});
|
|
1784
|
+
Object.defineProperty(IDMobileMenuItem.prototype, "expansionToggled", {
|
|
1785
|
+
get: function () {
|
|
1786
|
+
return this._props.expansionToggled;
|
|
1787
|
+
},
|
|
1788
|
+
enumerable: false,
|
|
1789
|
+
configurable: true
|
|
1790
|
+
});
|
|
1791
|
+
IDMobileMenuItem.prototype.togleExpansion = function () {
|
|
1792
|
+
if (this._props.expansionToggled) {
|
|
1793
|
+
this._props.expansionToggled();
|
|
1794
|
+
}
|
|
1795
|
+
};
|
|
1796
|
+
return IDMobileMenuItem;
|
|
1797
|
+
}());
|
|
1798
|
+
|
|
1799
|
+
var IDFooterComponent = /** @class */ (function () {
|
|
1800
|
+
function IDFooterComponent() {
|
|
1801
|
+
this.type = '';
|
|
1802
|
+
this.headline = '';
|
|
1803
|
+
this.servicename = '';
|
|
1804
|
+
this.subheadline = '';
|
|
1805
|
+
this.mobileMenuItems = undefined;
|
|
1806
|
+
}
|
|
1807
|
+
return IDFooterComponent;
|
|
1808
|
+
}());
|
|
1809
|
+
IDFooterComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1810
|
+
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", mobileMenuItems: "mobileMenuItems" }, ngImport: i0__namespace, template: "<ids-footer \n [type]=\"type\"\n [headline]=\"headline\"\n [subheadline]=\"subheadline\"\n [servicename]=\"servicename\">\n <ng-content></ng-content>\n <ids-mobile-menu \n *ngIf=\"mobileMenuItems\"\n [type]=\"type\">\n <ids-mobile-menu-item *ngFor=\"let item of mobileMenuItems\"\n [attr.type]=\"type\"\n [headline]=\"item?.headline\"\n [expanded]=\"item?.expanded\"\n [secondary]=\"item?.secondary\"\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 (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 (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 (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>\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"] }] });
|
|
1811
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterComponent, decorators: [{
|
|
1812
|
+
type: i0.Component,
|
|
1813
|
+
args: [{
|
|
1814
|
+
selector: 'id-footer',
|
|
1815
|
+
templateUrl: './footer.component.html'
|
|
1816
|
+
}]
|
|
1817
|
+
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
1818
|
+
type: i0.Input
|
|
1819
|
+
}], headline: [{
|
|
1820
|
+
type: i0.Input
|
|
1821
|
+
}], servicename: [{
|
|
1822
|
+
type: i0.Input
|
|
1823
|
+
}], subheadline: [{
|
|
1824
|
+
type: i0.Input
|
|
1825
|
+
}], mobileMenuItems: [{
|
|
1826
|
+
type: i0.Input
|
|
1827
|
+
}] } });
|
|
1828
|
+
|
|
1829
|
+
var IDFooterModule = /** @class */ (function () {
|
|
1830
|
+
function IDFooterModule() {
|
|
1831
|
+
}
|
|
1832
|
+
return IDFooterModule;
|
|
1833
|
+
}());
|
|
1834
|
+
IDFooterModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1835
|
+
IDFooterModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterModule, declarations: [IDFooterComponent], imports: [i2.CommonModule, IDAnchorModule], exports: [IDFooterComponent] });
|
|
1836
|
+
IDFooterModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterModule, imports: [[i2.CommonModule, IDAnchorModule]] });
|
|
1837
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDFooterModule, decorators: [{
|
|
1838
|
+
type: i0.NgModule,
|
|
1839
|
+
args: [{
|
|
1840
|
+
declarations: [
|
|
1841
|
+
IDFooterComponent
|
|
1842
|
+
],
|
|
1843
|
+
exports: [
|
|
1844
|
+
IDFooterComponent
|
|
1845
|
+
],
|
|
1846
|
+
imports: [i2.CommonModule, IDAnchorModule],
|
|
1847
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1848
|
+
}]
|
|
1849
|
+
}] });
|
|
1850
|
+
|
|
1851
|
+
var IDHeaderComponent = /** @class */ (function () {
|
|
1852
|
+
function IDHeaderComponent() {
|
|
1853
|
+
this.type = '';
|
|
1854
|
+
this.brandtext = '';
|
|
1855
|
+
this.hideRegionPicker = false;
|
|
1856
|
+
this.hideBrand = false;
|
|
1857
|
+
this.pickRegionText = 'Välj region';
|
|
1858
|
+
this.srLogoLabel = 'Logotyp';
|
|
1859
|
+
}
|
|
1860
|
+
return IDHeaderComponent;
|
|
1861
|
+
}());
|
|
1862
|
+
IDHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1863
|
+
IDHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandtext: "brandtext", hideRegionPicker: "hideRegionPicker", hideBrand: "hideBrand", pickRegionText: "pickRegionText", regionIcon: "regionIcon", width: "width", srLogoLabel: "srLogoLabel", items: "items", avatar: "avatar", navItems: "navItems", mobileItems: "mobileItems", mobileMenuItems: "mobileMenuItems" }, ngImport: i0__namespace, template: "<ids-header \r\n [type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [hideregionpicker]=\"hideRegionPicker\"\r\n [hidebrand]=\"hideBrand\"\r\n [pickregiontext]=\"pickRegionText\"\r\n [regionicon]=\"regionIcon\"\r\n [width]=\"width\"\r\n [srlogolabel]=\"srLogoLabel\">\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\">\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 </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"] }] });
|
|
1864
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, decorators: [{
|
|
1865
|
+
type: i0.Component,
|
|
1866
|
+
args: [{
|
|
1867
|
+
selector: 'id-header',
|
|
1868
|
+
templateUrl: './header.component.html'
|
|
1869
|
+
}]
|
|
1870
|
+
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
1871
|
+
type: i0.Input
|
|
1872
|
+
}], brandtext: [{
|
|
1873
|
+
type: i0.Input
|
|
1874
|
+
}], hideRegionPicker: [{
|
|
1875
|
+
type: i0.Input
|
|
1876
|
+
}], hideBrand: [{
|
|
1877
|
+
type: i0.Input
|
|
1878
|
+
}], pickRegionText: [{
|
|
1879
|
+
type: i0.Input
|
|
1880
|
+
}], regionIcon: [{
|
|
1881
|
+
type: i0.Input
|
|
1882
|
+
}], width: [{
|
|
1883
|
+
type: i0.Input
|
|
1884
|
+
}], srLogoLabel: [{
|
|
1885
|
+
type: i0.Input
|
|
1886
|
+
}], items: [{
|
|
1887
|
+
type: i0.Input
|
|
1888
|
+
}], avatar: [{
|
|
1889
|
+
type: i0.Input
|
|
1890
|
+
}], navItems: [{
|
|
1891
|
+
type: i0.Input
|
|
1892
|
+
}], mobileItems: [{
|
|
1893
|
+
type: i0.Input
|
|
1894
|
+
}], mobileMenuItems: [{
|
|
1895
|
+
type: i0.Input
|
|
1896
|
+
}] } });
|
|
1897
|
+
|
|
1898
|
+
var IDHeaderModule = /** @class */ (function () {
|
|
1899
|
+
function IDHeaderModule() {
|
|
1900
|
+
}
|
|
1901
|
+
return IDHeaderModule;
|
|
1902
|
+
}());
|
|
1903
|
+
IDHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1904
|
+
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] });
|
|
1905
|
+
IDHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, imports: [[i2.CommonModule, IDAnchorModule]] });
|
|
1906
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderModule, decorators: [{
|
|
1907
|
+
type: i0.NgModule,
|
|
1908
|
+
args: [{
|
|
1909
|
+
declarations: [
|
|
1910
|
+
IDHeaderComponent
|
|
1911
|
+
],
|
|
1912
|
+
exports: [
|
|
1913
|
+
IDHeaderComponent
|
|
1914
|
+
],
|
|
1915
|
+
imports: [i2.CommonModule, IDAnchorModule],
|
|
1916
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1917
|
+
}]
|
|
1918
|
+
}] });
|
|
1919
|
+
|
|
1920
|
+
var IDHeaderItem = /** @class */ (function () {
|
|
1921
|
+
function IDHeaderItem(_props) {
|
|
1922
|
+
this._props = _props;
|
|
1923
|
+
}
|
|
1924
|
+
Object.defineProperty(IDHeaderItem.prototype, "iconName", {
|
|
1925
|
+
get: function () {
|
|
1926
|
+
return this._props.iconName;
|
|
1927
|
+
},
|
|
1928
|
+
enumerable: false,
|
|
1929
|
+
configurable: true
|
|
1930
|
+
});
|
|
1931
|
+
Object.defineProperty(IDHeaderItem.prototype, "link", {
|
|
1932
|
+
get: function () {
|
|
1933
|
+
return this._props.link;
|
|
1934
|
+
},
|
|
1935
|
+
enumerable: false,
|
|
1936
|
+
configurable: true
|
|
1937
|
+
});
|
|
1938
|
+
Object.defineProperty(IDHeaderItem.prototype, "mobile", {
|
|
1939
|
+
get: function () {
|
|
1940
|
+
return this._props.mobile;
|
|
1941
|
+
},
|
|
1942
|
+
enumerable: false,
|
|
1943
|
+
configurable: true
|
|
1944
|
+
});
|
|
1945
|
+
return IDHeaderItem;
|
|
1946
|
+
}());
|
|
1947
|
+
|
|
1948
|
+
var IDHeaderAvatar = /** @class */ (function () {
|
|
1949
|
+
function IDHeaderAvatar(_props) {
|
|
1950
|
+
this._props = _props;
|
|
1951
|
+
}
|
|
1952
|
+
Object.defineProperty(IDHeaderAvatar.prototype, "username", {
|
|
1953
|
+
get: function () {
|
|
1954
|
+
return this._props.username;
|
|
1955
|
+
},
|
|
1956
|
+
enumerable: false,
|
|
1957
|
+
configurable: true
|
|
1958
|
+
});
|
|
1959
|
+
Object.defineProperty(IDHeaderAvatar.prototype, "linkLeft", {
|
|
1960
|
+
get: function () {
|
|
1961
|
+
return this._props.linkLeft;
|
|
1962
|
+
},
|
|
1963
|
+
enumerable: false,
|
|
1964
|
+
configurable: true
|
|
1965
|
+
});
|
|
1966
|
+
Object.defineProperty(IDHeaderAvatar.prototype, "linkRight", {
|
|
1967
|
+
get: function () {
|
|
1968
|
+
return this._props.linkRight;
|
|
1969
|
+
},
|
|
1970
|
+
enumerable: false,
|
|
1971
|
+
configurable: true
|
|
1972
|
+
});
|
|
1973
|
+
Object.defineProperty(IDHeaderAvatar.prototype, "serviceName", {
|
|
1974
|
+
get: function () {
|
|
1975
|
+
return this._props.serviceName;
|
|
1976
|
+
},
|
|
1977
|
+
enumerable: false,
|
|
1978
|
+
configurable: true
|
|
1979
|
+
});
|
|
1980
|
+
return IDHeaderAvatar;
|
|
1981
|
+
}());
|
|
1982
|
+
|
|
1983
|
+
var IDHeaderNavItem = /** @class */ (function () {
|
|
1984
|
+
function IDHeaderNavItem(_props) {
|
|
1985
|
+
this._props = _props;
|
|
1986
|
+
}
|
|
1987
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "label", {
|
|
1988
|
+
get: function () {
|
|
1989
|
+
return this._props.label;
|
|
1990
|
+
},
|
|
1991
|
+
enumerable: false,
|
|
1992
|
+
configurable: true
|
|
1993
|
+
});
|
|
1994
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "col1", {
|
|
1995
|
+
get: function () {
|
|
1996
|
+
return this._props.col1;
|
|
1997
|
+
},
|
|
1998
|
+
enumerable: false,
|
|
1999
|
+
configurable: true
|
|
2000
|
+
});
|
|
2001
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "col2", {
|
|
2002
|
+
get: function () {
|
|
2003
|
+
return this._props.col2;
|
|
2004
|
+
},
|
|
2005
|
+
enumerable: false,
|
|
2006
|
+
configurable: true
|
|
2007
|
+
});
|
|
2008
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "col3", {
|
|
2009
|
+
get: function () {
|
|
2010
|
+
return this._props.col3;
|
|
2011
|
+
},
|
|
2012
|
+
enumerable: false,
|
|
2013
|
+
configurable: true
|
|
2014
|
+
});
|
|
2015
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "headline", {
|
|
2016
|
+
get: function () {
|
|
2017
|
+
return this._props.headline;
|
|
2018
|
+
},
|
|
2019
|
+
enumerable: false,
|
|
2020
|
+
configurable: true
|
|
2021
|
+
});
|
|
2022
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "paragraph", {
|
|
2023
|
+
get: function () {
|
|
2024
|
+
return this._props.paragraph;
|
|
2025
|
+
},
|
|
2026
|
+
enumerable: false,
|
|
2027
|
+
configurable: true
|
|
2028
|
+
});
|
|
2029
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "link", {
|
|
2030
|
+
get: function () {
|
|
2031
|
+
return this._props.link;
|
|
2032
|
+
},
|
|
2033
|
+
enumerable: false,
|
|
2034
|
+
configurable: true
|
|
2035
|
+
});
|
|
2036
|
+
Object.defineProperty(IDHeaderNavItem.prototype, "paragraphLink", {
|
|
2037
|
+
get: function () {
|
|
2038
|
+
return this._props.pragraphLink;
|
|
2039
|
+
},
|
|
2040
|
+
enumerable: false,
|
|
2041
|
+
configurable: true
|
|
2042
|
+
});
|
|
2043
|
+
return IDHeaderNavItem;
|
|
2044
|
+
}());
|
|
2045
|
+
|
|
902
2046
|
/*
|
|
903
2047
|
* Public API Surface of ids-angular
|
|
904
2048
|
*/
|
|
@@ -925,10 +2069,30 @@
|
|
|
925
2069
|
exports.IDContainerModule = IDContainerModule;
|
|
926
2070
|
exports.IDErrorMessageComponent = IDErrorMessageComponent;
|
|
927
2071
|
exports.IDErrorMessageModule = IDErrorMessageModule;
|
|
2072
|
+
exports.IDFooterComponent = IDFooterComponent;
|
|
2073
|
+
exports.IDFooterModule = IDFooterModule;
|
|
2074
|
+
exports.IDHeaderAvatar = IDHeaderAvatar;
|
|
2075
|
+
exports.IDHeaderComponent = IDHeaderComponent;
|
|
2076
|
+
exports.IDHeaderItem = IDHeaderItem;
|
|
2077
|
+
exports.IDHeaderModule = IDHeaderModule;
|
|
2078
|
+
exports.IDHeaderNavItem = IDHeaderNavItem;
|
|
2079
|
+
exports.IDIcon = IDIcon;
|
|
928
2080
|
exports.IDIconComponent = IDIconComponent;
|
|
929
2081
|
exports.IDIconModule = IDIconModule;
|
|
930
2082
|
exports.IDInputComponent = IDInputComponent;
|
|
931
2083
|
exports.IDInputModule = IDInputModule;
|
|
2084
|
+
exports.IDLink = IDLink;
|
|
2085
|
+
exports.IDLinkComponent = IDLinkComponent;
|
|
2086
|
+
exports.IDLinkFunction = IDLinkFunction;
|
|
2087
|
+
exports.IDLinkModule = IDLinkModule;
|
|
2088
|
+
exports.IDLinkRoute = IDLinkRoute;
|
|
2089
|
+
exports.IDLinkWeb = IDLinkWeb;
|
|
2090
|
+
exports.IDMobileMenuComponent = IDMobileMenuComponent;
|
|
2091
|
+
exports.IDMobileMenuItem = IDMobileMenuItem;
|
|
2092
|
+
exports.IDMobileMenuModule = IDMobileMenuModule;
|
|
2093
|
+
exports.IDNotificationBadge = IDNotificationBadge;
|
|
2094
|
+
exports.IDNotificationBadgeComponent = IDNotificationBadgeComponent;
|
|
2095
|
+
exports.IDNotificationBadgeModule = IDNotificationBadgeModule;
|
|
932
2096
|
exports.IDRadioComponent = IDRadioComponent;
|
|
933
2097
|
exports.IDRadioGroupComponent = IDRadioGroupComponent;
|
|
934
2098
|
exports.IDRadioModule = IDRadioModule;
|