@inera/ids-angular 5.5.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion.component.d.ts +16 -0
- package/components/accordion/accordion.module.d.ts +8 -0
- package/components/{footer → accordion}/index.d.ts +1 -1
- package/components/accordion/public-api.d.ts +2 -0
- package/components/alert-global/alert-global.component.d.ts +3 -3
- package/components/button/button.component.d.ts +1 -2
- package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +1 -1
- package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +2 -1
- package/components/link/link.component.d.ts +5 -1
- package/components/mobile/menu/mobile-menu.module.d.ts +3 -4
- package/components/mobile/menu/public-api.d.ts +0 -1
- package/components/pagination/list-pagination/list-pagination.component.d.ts +2 -1
- package/components/{header → puff-list}/index.d.ts +1 -1
- package/components/puff-list/public-api.d.ts +4 -0
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +6 -0
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +17 -0
- package/components/puff-list/puff-list.component.d.ts +6 -0
- package/components/puff-list/puff-list.module.d.ts +10 -0
- package/components/tag/tag.component.d.ts +2 -3
- package/esm2022/components/accordion/accordion.component.mjs +43 -0
- package/esm2022/components/accordion/accordion.module.mjs +18 -0
- package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +5 -0
- package/esm2022/components/accordion/public-api.mjs +3 -0
- package/esm2022/components/alert-global/alert-global.component.mjs +9 -9
- package/esm2022/components/button/button.component.mjs +3 -6
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +6 -3
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +6 -3
- package/esm2022/components/link/link.component.mjs +15 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +10 -23
- package/esm2022/components/mobile/menu/public-api.mjs +1 -2
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +7 -4
- package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +5 -0
- package/esm2022/components/puff-list/public-api.mjs +5 -0
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +45 -0
- package/esm2022/components/puff-list/puff-list.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-list.module.mjs +20 -0
- package/esm2022/components/tag/tag.component.mjs +6 -9
- package/fesm2022/inera-ids-angular-components-accordion.mjs +65 -0
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs +2 -5
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +7 -4
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +14 -2
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +5 -38
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +87 -0
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-tag.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/package.json +175 -187
- package/components/expandable/expandable.component.d.ts +0 -16
- package/components/expandable/expandable.module.d.ts +0 -8
- package/components/expandable/index.d.ts +0 -5
- package/components/expandable/public-api.d.ts +0 -2
- package/components/footer/footer.component.d.ts +0 -15
- package/components/footer/footer.module.d.ts +0 -9
- package/components/footer/public-api.d.ts +0 -2
- package/components/header/avatar/header-avatar.component.d.ts +0 -16
- package/components/header/header.component.d.ts +0 -18
- package/components/header/header.module.d.ts +0 -15
- package/components/header/item/header-item.component.d.ts +0 -8
- package/components/header/mobile-item/header-mobile-item.component.d.ts +0 -6
- package/components/header/mobile-menu/header-mobile-menu.component.d.ts +0 -15
- package/components/header/navigation/header-navigation.component.d.ts +0 -7
- package/components/header/navigation-item/header-navigation-item.component.d.ts +0 -10
- package/components/header/public-api.d.ts +0 -8
- package/components/list/index.d.ts +0 -5
- package/components/list/item/info/list-item-info.component.d.ts +0 -6
- package/components/list/item/list-item.component.d.ts +0 -17
- package/components/list/list.component.d.ts +0 -6
- package/components/list/list.module.d.ts +0 -10
- package/components/list/public-api.d.ts +0 -4
- package/components/mobile/menu/avatar/mobile-menu-avatar.component.d.ts +0 -9
- package/esm2022/components/expandable/expandable.component.mjs +0 -43
- package/esm2022/components/expandable/expandable.module.mjs +0 -22
- package/esm2022/components/expandable/inera-ids-angular-components-expandable.mjs +0 -5
- package/esm2022/components/expandable/public-api.mjs +0 -3
- package/esm2022/components/footer/footer.component.mjs +0 -40
- package/esm2022/components/footer/footer.module.mjs +0 -24
- package/esm2022/components/footer/inera-ids-angular-components-footer.mjs +0 -5
- package/esm2022/components/footer/public-api.mjs +0 -3
- package/esm2022/components/header/avatar/header-avatar.component.mjs +0 -45
- package/esm2022/components/header/header.component.mjs +0 -47
- package/esm2022/components/header/header.module.mjs +0 -54
- package/esm2022/components/header/inera-ids-angular-components-header.mjs +0 -5
- package/esm2022/components/header/item/header-item.component.mjs +0 -20
- package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +0 -14
- package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +0 -42
- package/esm2022/components/header/navigation/header-navigation.component.mjs +0 -17
- package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +0 -26
- package/esm2022/components/header/public-api.mjs +0 -9
- package/esm2022/components/list/inera-ids-angular-components-list.mjs +0 -5
- package/esm2022/components/list/item/info/list-item-info.component.mjs +0 -12
- package/esm2022/components/list/item/list-item.component.mjs +0 -45
- package/esm2022/components/list/list.component.mjs +0 -12
- package/esm2022/components/list/list.module.mjs +0 -32
- package/esm2022/components/list/public-api.mjs +0 -5
- package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +0 -23
- package/fesm2022/inera-ids-angular-components-expandable.mjs +0 -69
- package/fesm2022/inera-ids-angular-components-expandable.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-footer.mjs +0 -68
- package/fesm2022/inera-ids-angular-components-footer.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-header.mjs +0 -251
- package/fesm2022/inera-ids-angular-components-header.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-list.mjs +0 -99
- package/fesm2022/inera-ids-angular-components-list.mjs.map +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDExpandableComponent {
|
|
4
|
-
constructor();
|
|
5
|
-
borderless: boolean;
|
|
6
|
-
expanded: boolean;
|
|
7
|
-
headline: string;
|
|
8
|
-
variation: '1' | '2';
|
|
9
|
-
onClosed: EventEmitter<Event>;
|
|
10
|
-
onExpanded: EventEmitter<Event>;
|
|
11
|
-
expandedChange: EventEmitter<boolean>;
|
|
12
|
-
hasClosed(event: Event): void;
|
|
13
|
-
hasExpanded(event: Event): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDExpandableComponent, "id-expandable", never, { "borderless": { "alias": "borderless"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "variation": { "alias": "variation"; "required": false; }; }, { "onClosed": "onClosed"; "onExpanded": "onExpanded"; "expandedChange": "expandedChange"; }, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/expandable/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./expandable.component";
|
|
4
|
-
export declare class IDExpandableModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDExpandableModule, [typeof i1.IDExpandableComponent], never, [typeof i1.IDExpandableComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDExpandableModule>;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDFooterComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
type: string;
|
|
5
|
-
headline: string;
|
|
6
|
-
srheadline: string;
|
|
7
|
-
servicename: string;
|
|
8
|
-
subheadline: string;
|
|
9
|
-
cols: number;
|
|
10
|
-
linkcol1: string;
|
|
11
|
-
linkcol2: string;
|
|
12
|
-
linkcol3: string;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterComponent, "id-footer", never, { "type": { "alias": "type"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "srheadline": { "alias": "srheadline"; "required": false; }; "servicename": { "alias": "servicename"; "required": false; }; "subheadline": { "alias": "subheadline"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "linkcol1": { "alias": "linkcol1"; "required": false; }; "linkcol2": { "alias": "linkcol2"; "required": false; }; "linkcol3": { "alias": "linkcol3"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/footer/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./footer.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export declare class IDFooterModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterModule, [typeof i1.IDFooterComponent], [typeof i2.CommonModule], [typeof i1.IDFooterComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterModule>;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDHeaderAvatarComponent {
|
|
4
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
5
|
-
username: string;
|
|
6
|
-
maxwidth: string;
|
|
7
|
-
unit: string;
|
|
8
|
-
expanded: boolean;
|
|
9
|
-
onClosed: EventEmitter<Event>;
|
|
10
|
-
onExpanded: EventEmitter<Event>;
|
|
11
|
-
expandedChange: EventEmitter<boolean>;
|
|
12
|
-
hasClosed(event: Event): void;
|
|
13
|
-
hasExpanded(event: Event): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderAvatarComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderAvatarComponent, "id-header-avatar", never, { "type": { "alias": "type"; "required": false; }; "username": { "alias": "username"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "onClosed": "onClosed"; "onExpanded": "onExpanded"; "expandedChange": "expandedChange"; }, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDHeaderComponent {
|
|
4
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
5
|
-
brandtext: string;
|
|
6
|
-
brandtexttop: string;
|
|
7
|
-
brandtextbottom: string;
|
|
8
|
-
pickregiontext: string;
|
|
9
|
-
hidebrand: boolean;
|
|
10
|
-
fluid: boolean;
|
|
11
|
-
hideregionpicker: boolean;
|
|
12
|
-
srlogolabel: string;
|
|
13
|
-
unresponsive: boolean;
|
|
14
|
-
logohref: string;
|
|
15
|
-
onDidToggleRegion: EventEmitter<boolean>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderComponent, "id-header", never, { "type": { "alias": "type"; "required": false; }; "brandtext": { "alias": "brandtext"; "required": false; }; "brandtexttop": { "alias": "brandtexttop"; "required": false; }; "brandtextbottom": { "alias": "brandtextbottom"; "required": false; }; "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "hidebrand": { "alias": "hidebrand"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "hideregionpicker": { "alias": "hideregionpicker"; "required": false; }; "srlogolabel": { "alias": "srlogolabel"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "logohref": { "alias": "logohref"; "required": false; }; }, { "onDidToggleRegion": "onDidToggleRegion"; }, never, ["*"], false, never>;
|
|
18
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/header/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./header.component";
|
|
4
|
-
import * as i2 from "./mobile-menu/header-mobile-menu.component";
|
|
5
|
-
import * as i3 from "./item/header-item.component";
|
|
6
|
-
import * as i4 from "./mobile-item/header-mobile-item.component";
|
|
7
|
-
import * as i5 from "./navigation/header-navigation.component";
|
|
8
|
-
import * as i6 from "./navigation-item/header-navigation-item.component";
|
|
9
|
-
import * as i7 from "./avatar/header-avatar.component";
|
|
10
|
-
import * as i8 from "@angular/common";
|
|
11
|
-
export declare class IDHeaderModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderModule, [typeof i1.IDHeaderComponent, typeof i2.IDHeaderMobileMenuComponent, typeof i3.IDHeaderItemComponent, typeof i4.IDHeaderMobileItemComponent, typeof i5.IDHeaderNavComponent, typeof i6.IDHeaderNavItemComponent, typeof i7.IDHeaderAvatarComponent], [typeof i8.CommonModule], [typeof i1.IDHeaderComponent, typeof i2.IDHeaderMobileMenuComponent, typeof i3.IDHeaderItemComponent, typeof i4.IDHeaderMobileItemComponent, typeof i5.IDHeaderNavComponent, typeof i6.IDHeaderNavItemComponent, typeof i7.IDHeaderAvatarComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderModule>;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDHeaderItemComponent {
|
|
3
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
4
|
-
mobile: boolean;
|
|
5
|
-
separatorleft: boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderItemComponent, "id-header-item", never, { "type": { "alias": "type"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "separatorleft": { "alias": "separatorleft"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDHeaderMobileItemComponent {
|
|
3
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderMobileItemComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderMobileItemComponent, "id-header-mobile-item", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDHeaderMobileMenuComponent {
|
|
4
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
5
|
-
expanded: boolean;
|
|
6
|
-
persistent: boolean;
|
|
7
|
-
label: string;
|
|
8
|
-
onClosed: EventEmitter<Event>;
|
|
9
|
-
onExpanded: EventEmitter<Event>;
|
|
10
|
-
expandedChange: EventEmitter<boolean>;
|
|
11
|
-
hasClosed(event: Event): void;
|
|
12
|
-
hasExpanded(event: Event): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderMobileMenuComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderMobileMenuComponent, "id-header-mobile-menu", never, { "type": { "alias": "type"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "onClosed": "onClosed"; "onExpanded": "onExpanded"; "expandedChange": "expandedChange"; }, never, ["*"], false, never>;
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDHeaderNavComponent {
|
|
3
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
4
|
-
srtext: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderNavComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderNavComponent, "id-header-nav", never, { "type": { "alias": "type"; "required": false; }; "srtext": { "alias": "srtext"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDHeaderNavItemComponent {
|
|
3
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
4
|
-
label: string;
|
|
5
|
-
notifications: string;
|
|
6
|
-
link: boolean;
|
|
7
|
-
active: boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderNavItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderNavItemComponent, "id-header-nav-item", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "link": { "alias": "link"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { IDHeaderComponent } from './header.component';
|
|
2
|
-
export { IDHeaderMobileMenuComponent } from './mobile-menu/header-mobile-menu.component';
|
|
3
|
-
export { IDHeaderItemComponent } from './item/header-item.component';
|
|
4
|
-
export { IDHeaderMobileItemComponent } from './mobile-item/header-mobile-item.component';
|
|
5
|
-
export { IDHeaderNavComponent } from './navigation/header-navigation.component';
|
|
6
|
-
export { IDHeaderNavItemComponent } from './navigation-item/header-navigation-item.component';
|
|
7
|
-
export { IDHeaderAvatarComponent } from './avatar/header-avatar.component';
|
|
8
|
-
export { IDHeaderModule } from './header.module';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDListItemInfoComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemInfoComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemInfoComponent, "id-list-item-info", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDListItemComponent {
|
|
3
|
-
headline: string;
|
|
4
|
-
date: Date | null;
|
|
5
|
-
year: string | null;
|
|
6
|
-
month: string | null;
|
|
7
|
-
monthlabel: string | null;
|
|
8
|
-
day: string | null;
|
|
9
|
-
showdatelabel: boolean;
|
|
10
|
-
time: string;
|
|
11
|
-
showtime: boolean;
|
|
12
|
-
interactive: boolean;
|
|
13
|
-
nocontent: boolean;
|
|
14
|
-
constructor();
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemComponent, "id-list-item", never, { "headline": { "alias": "headline"; "required": false; }; "date": { "alias": "date"; "required": false; }; "year": { "alias": "year"; "required": false; }; "month": { "alias": "month"; "required": false; }; "monthlabel": { "alias": "monthlabel"; "required": false; }; "day": { "alias": "day"; "required": false; }; "showdatelabel": { "alias": "showdatelabel"; "required": false; }; "time": { "alias": "time"; "required": false; }; "showtime": { "alias": "showtime"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "nocontent": { "alias": "nocontent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDListComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDListComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDListComponent, "id-list", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/list/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./list.component";
|
|
4
|
-
import * as i2 from "./item/list-item.component";
|
|
5
|
-
import * as i3 from "./item/info/list-item-info.component";
|
|
6
|
-
export declare class IDListModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDListModule, [typeof i1.IDListComponent, typeof i2.IDListItemComponent, typeof i3.IDListItemInfoComponent], never, [typeof i1.IDListComponent, typeof i2.IDListItemComponent, typeof i3.IDListItemInfoComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDListModule>;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDMobileMenuAvatarComponent {
|
|
3
|
-
type: '1177' | '1177-pro' | 'inera' | 'inera-admin' | 'inera-legacy' | 'inera-admin-legacy' | '';
|
|
4
|
-
username: string;
|
|
5
|
-
maxwidth: string;
|
|
6
|
-
unit: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuAvatarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDMobileMenuAvatarComponent, "id-mobile-menu-avatar", never, { "type": { "alias": "type"; "required": false; }; "username": { "alias": "username"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDExpandableComponent {
|
|
4
|
-
constructor() { }
|
|
5
|
-
borderless = false;
|
|
6
|
-
expanded = false;
|
|
7
|
-
headline = '';
|
|
8
|
-
variation = "1";
|
|
9
|
-
onClosed = new EventEmitter();
|
|
10
|
-
onExpanded = new EventEmitter();
|
|
11
|
-
expandedChange = new EventEmitter();
|
|
12
|
-
hasClosed(event) {
|
|
13
|
-
this.expanded = false;
|
|
14
|
-
this.onClosed.emit(event);
|
|
15
|
-
this.expandedChange.emit(this.expanded);
|
|
16
|
-
}
|
|
17
|
-
hasExpanded(event) {
|
|
18
|
-
this.expanded = true;
|
|
19
|
-
this.onExpanded.emit(event);
|
|
20
|
-
this.expandedChange.emit(this.expanded);
|
|
21
|
-
}
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDExpandableComponent, selector: "id-expandable", inputs: { borderless: "borderless", expanded: "expanded", headline: "headline", variation: "variation" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-expandable \r\n [attr.borderless]=\"borderless ? true : null\"\r\n [expanded]=\"expanded ? true : null\"\r\n [headline]=\"headline\"\r\n [attr.variation]=\"variation\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-expandable>", encapsulation: i0.ViewEncapsulation.None });
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'id-expandable', encapsulation: ViewEncapsulation.None, template: "<ids-expandable \r\n [attr.borderless]=\"borderless ? true : null\"\r\n [expanded]=\"expanded ? true : null\"\r\n [headline]=\"headline\"\r\n [attr.variation]=\"variation\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-expandable>" }]
|
|
28
|
-
}], ctorParameters: () => [], propDecorators: { borderless: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], expanded: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], headline: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], variation: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], onClosed: [{
|
|
37
|
-
type: Output
|
|
38
|
-
}], onExpanded: [{
|
|
39
|
-
type: Output
|
|
40
|
-
}], expandedChange: [{
|
|
41
|
-
type: Output
|
|
42
|
-
}] } });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kYWJsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2V4cGFuZGFibGUvZXhwYW5kYWJsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2V4cGFuZGFibGUvZXhwYW5kYWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xRixNQUFNLE9BQU8scUJBQXFCO0lBRWhDLGdCQUFnQixDQUFDO0lBR2pCLFVBQVUsR0FBWSxLQUFLLENBQUM7SUFHNUIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUcxQixRQUFRLEdBQVcsRUFBRSxDQUFDO0lBR3RCLFNBQVMsR0FBYyxHQUFHLENBQUM7SUFHM0IsUUFBUSxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBR25ELFVBQVUsR0FBd0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUdyRCxjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFXLENBQUM7SUFFcEUsU0FBUyxDQUFFLEtBQVk7UUFDckIsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7UUFDekIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFDRCxXQUFXLENBQUUsS0FBWTtRQUN2QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztRQUNyQixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUMzQixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDMUMsQ0FBQzt3R0FsQ1UscUJBQXFCOzRGQUFyQixxQkFBcUIsOFBDUGxDLG1UQVFpQjs7NEZEREoscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNFLGVBQWUsaUJBRVYsaUJBQWlCLENBQUMsSUFBSTt3REFPckMsVUFBVTtzQkFEVCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sU0FBUztzQkFEUixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsTUFBTTtnQkFJUCxVQUFVO3NCQURULE1BQU07Z0JBSVAsY0FBYztzQkFEYixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWV4cGFuZGFibGUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9leHBhbmRhYmxlLmNvbXBvbmVudC5odG1sJyxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURFeHBhbmRhYmxlQ29tcG9uZW50IHtcclxuXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgQElucHV0KClcclxuICBib3JkZXJsZXNzOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBoZWFkbGluZTogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdmFyaWF0aW9uOiAnMScgfCAnMicgPSBcIjFcIjtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25DbG9zZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uRXhwYW5kZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIGV4cGFuZGVkQ2hhbmdlOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIGhhc0Nsb3NlZCAoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLmV4cGFuZGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoZXZlbnQpXHJcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XHJcbiAgfVxyXG4gIGhhc0V4cGFuZGVkIChldmVudDogRXZlbnQpIHtcclxuICAgIHRoaXMuZXhwYW5kZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5vbkV4cGFuZGVkLmVtaXQoZXZlbnQpXHJcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8aWRzLWV4cGFuZGFibGUgXHJcbiAgW2F0dHIuYm9yZGVybGVzc109XCJib3JkZXJsZXNzID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtleHBhbmRlZF09XCJleHBhbmRlZCA/IHRydWUgOiBudWxsXCJcclxuICBbaGVhZGxpbmVdPVwiaGVhZGxpbmVcIlxyXG4gIFthdHRyLnZhcmlhdGlvbl09XCJ2YXJpYXRpb25cIlxyXG4gIChjbG9zZWQpPVwiaGFzQ2xvc2VkKCRldmVudClcIlxyXG4gIChleHBhbmRlZCk9XCJoYXNFeHBhbmRlZCgkZXZlbnQpXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1leHBhbmRhYmxlPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDExpandableComponent } from './expandable.component';
|
|
3
|
-
import '@inera/ids-core/components/expandable/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDExpandableModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableModule, declarations: [IDExpandableComponent], exports: [IDExpandableComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDExpandableModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDExpandableComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDExpandableComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kYWJsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2V4cGFuZGFibGUvZXhwYW5kYWJsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUMvRCxPQUFPLGdEQUFnRCxDQUFDOztBQVd4RCxNQUFNLE9BQU8sa0JBQWtCO3dHQUFsQixrQkFBa0I7eUdBQWxCLGtCQUFrQixpQkFQM0IscUJBQXFCLGFBR3JCLHFCQUFxQjt5R0FJWixrQkFBa0I7OzRGQUFsQixrQkFBa0I7a0JBVDlCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSURFeHBhbmRhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9leHBhbmRhYmxlLmNvbXBvbmVudCc7XHJcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvZXhwYW5kYWJsZS9yZWdpc3Rlcic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgSURFeHBhbmRhYmxlQ29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBJREV4cGFuZGFibGVDb21wb25lbnRcclxuICBdLFxyXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIElERXhwYW5kYWJsZU1vZHVsZSB7IH1cclxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1leHBhbmRhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9leHBhbmRhYmxlL2luZXJhLWlkcy1hbmd1bGFyLWNvbXBvbmVudHMtZXhwYW5kYWJsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDExpandableComponent } from './expandable.component';
|
|
2
|
-
export { IDExpandableModule } from './expandable.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZXhwYW5kYWJsZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURFeHBhbmRhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9leHBhbmRhYmxlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCB7IElERXhwYW5kYWJsZU1vZHVsZSB9IGZyb20gJy4vZXhwYW5kYWJsZS5tb2R1bGUnOyJdfQ==
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class IDFooterComponent {
|
|
5
|
-
constructor() { }
|
|
6
|
-
type = '';
|
|
7
|
-
headline = '';
|
|
8
|
-
srheadline = '';
|
|
9
|
-
servicename = '';
|
|
10
|
-
subheadline = '';
|
|
11
|
-
cols = 3;
|
|
12
|
-
linkcol1 = '2';
|
|
13
|
-
linkcol2 = '2';
|
|
14
|
-
linkcol3 = '2';
|
|
15
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooterComponent, selector: "id-footer", inputs: { type: "type", headline: "headline", srheadline: "srheadline", servicename: "servicename", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer \r\n *ngIf=\"type\"\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [servicename]=\"servicename\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n</ids-footer>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
17
|
-
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterComponent, decorators: [{
|
|
19
|
-
type: Component,
|
|
20
|
-
args: [{ selector: 'id-footer', template: "<ids-footer \r\n *ngIf=\"type\"\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [servicename]=\"servicename\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n</ids-footer>" }]
|
|
21
|
-
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
22
|
-
type: Input
|
|
23
|
-
}], headline: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}], srheadline: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], servicename: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], subheadline: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], cols: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], linkcol1: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], linkcol2: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], linkcol3: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}] } });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9vdGVyL2Zvb3Rlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvb3Rlci9mb290ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU1qRCxNQUFNLE9BQU8saUJBQWlCO0lBRTVCLGdCQUFnQixDQUFDO0lBR2pCLElBQUksR0FBVyxFQUFFLENBQUM7SUFFbEIsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUV0QixVQUFVLEdBQVcsRUFBRSxDQUFDO0lBRXhCLFdBQVcsR0FBVyxFQUFFLENBQUM7SUFFekIsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUV6QixJQUFJLEdBQVcsQ0FBQyxDQUFDO0lBRWpCLFFBQVEsR0FBVyxHQUFHLENBQUM7SUFFdkIsUUFBUSxHQUFXLEdBQUcsQ0FBQztJQUV2QixRQUFRLEdBQVcsR0FBRyxDQUFDO3dHQXJCWixpQkFBaUI7NEZBQWpCLGlCQUFpQixtUUNOOUIsd1ZBWWE7OzRGRE5BLGlCQUFpQjtrQkFKN0IsU0FBUzsrQkFDRSxXQUFXO3dEQVFyQixJQUFJO3NCQURILEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLFVBQVU7c0JBRFQsS0FBSztnQkFHTixXQUFXO3NCQURWLEtBQUs7Z0JBR04sV0FBVztzQkFEVixLQUFLO2dCQUdOLElBQUk7c0JBREgsS0FBSztnQkFHTixRQUFRO3NCQURQLEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLFFBQVE7c0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtZm9vdGVyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZm9vdGVyLmNvbXBvbmVudC5odG1sJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgSURGb290ZXJDb21wb25lbnQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG4gIFxyXG4gIEBJbnB1dCgpXHJcbiAgdHlwZTogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KClcclxuICBoZWFkbGluZTogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KClcclxuICBzcmhlYWRsaW5lOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKVxyXG4gIHNlcnZpY2VuYW1lOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKVxyXG4gIHN1YmhlYWRsaW5lOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKVxyXG4gIGNvbHM6IG51bWJlciA9IDM7XHJcbiAgQElucHV0KClcclxuICBsaW5rY29sMTogc3RyaW5nID0gJzInO1xyXG4gIEBJbnB1dCgpXHJcbiAgbGlua2NvbDI6IHN0cmluZyA9ICcyJztcclxuICBASW5wdXQoKVxyXG4gIGxpbmtjb2wzOiBzdHJpbmcgPSAnMic7XHJcblxyXG59XHJcbiIsIjxpZHMtZm9vdGVyIFxyXG4gICpuZ0lmPVwidHlwZVwiXHJcbiAgW3R5cGVdPVwidHlwZVwiXHJcbiAgW2hlYWRsaW5lXT1cImhlYWRsaW5lXCJcclxuICBbc3JoZWFkbGluZV09XCJzcmhlYWRsaW5lXCJcclxuICBbc3ViaGVhZGxpbmVdPVwic3ViaGVhZGxpbmVcIlxyXG4gIFtzZXJ2aWNlbmFtZV09XCJzZXJ2aWNlbmFtZVwiXHJcbiAgW2NvbHNdPVwiY29sc1wiXHJcbiAgW2xpbmtjb2wxXT1cImxpbmtjb2wxXCJcclxuICBbbGlua2NvbDJdPVwibGlua2NvbDJcIlxyXG4gIFtsaW5rY29sM109XCJsaW5rY29sM1wiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtZm9vdGVyPiJdfQ==
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDFooterComponent } from './footer.component';
|
|
3
|
-
import '@inera/ids-core/components/footer/register';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class IDFooterModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDFooterModule, declarations: [IDFooterComponent], imports: [CommonModule], exports: [IDFooterComponent] });
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterModule, imports: [CommonModule] });
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [
|
|
15
|
-
IDFooterComponent
|
|
16
|
-
],
|
|
17
|
-
exports: [
|
|
18
|
-
IDFooterComponent
|
|
19
|
-
],
|
|
20
|
-
imports: [CommonModule],
|
|
21
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9vdGVyL2Zvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN2RCxPQUFPLDRDQUE0QyxDQUFDO0FBQ3BELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFZL0MsTUFBTSxPQUFPLGNBQWM7d0dBQWQsY0FBYzt5R0FBZCxjQUFjLGlCQVJ2QixpQkFBaUIsYUFLVCxZQUFZLGFBRnBCLGlCQUFpQjt5R0FLUixjQUFjLFlBSGYsWUFBWTs7NEZBR1gsY0FBYztrQkFWMUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IElERm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9mb290ZXIuY29tcG9uZW50JztcclxuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9mb290ZXIvcmVnaXN0ZXInO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIElERm9vdGVyQ29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBJREZvb3RlckNvbXBvbmVudFxyXG4gIF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURGb290ZXJNb2R1bGUgeyB9XHJcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1mb290ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvb3Rlci9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLWZvb3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDFooterComponent } from './footer.component';
|
|
2
|
-
export { IDFooterModule } from './footer.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9vdGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDdkQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURGb290ZXJDb21wb25lbnQgfSBmcm9tICcuL2Zvb3Rlci5jb21wb25lbnQnO1xyXG5leHBvcnQgeyBJREZvb3Rlck1vZHVsZSB9IGZyb20gJy4vZm9vdGVyLm1vZHVsZSc7Il19
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDHeaderAvatarComponent {
|
|
4
|
-
type = '';
|
|
5
|
-
username = '';
|
|
6
|
-
maxwidth = '';
|
|
7
|
-
unit = '';
|
|
8
|
-
expanded = false;
|
|
9
|
-
onClosed = new EventEmitter();
|
|
10
|
-
onExpanded = new EventEmitter();
|
|
11
|
-
expandedChange = new EventEmitter();
|
|
12
|
-
hasClosed(event) {
|
|
13
|
-
this.expanded = false;
|
|
14
|
-
this.onClosed.emit(event);
|
|
15
|
-
this.expandedChange.emit(this.expanded);
|
|
16
|
-
}
|
|
17
|
-
hasExpanded(event) {
|
|
18
|
-
this.expanded = true;
|
|
19
|
-
this.onExpanded.emit(event);
|
|
20
|
-
this.expandedChange.emit(this.expanded);
|
|
21
|
-
}
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeaderAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeaderAvatarComponent, selector: "id-header-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit", expanded: "expanded" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-header-avatar\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\"\r\n [expanded]=\"expanded ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-header-avatar>", styles: [":host{display:contents}\n"] });
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeaderAvatarComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'id-header-avatar', template: "<ids-header-avatar\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\"\r\n [expanded]=\"expanded ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-header-avatar>", styles: [":host{display:contents}\n"] }]
|
|
28
|
-
}], propDecorators: { type: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], username: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], maxwidth: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], unit: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], expanded: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], onClosed: [{
|
|
39
|
-
type: Output
|
|
40
|
-
}], onExpanded: [{
|
|
41
|
-
type: Output
|
|
42
|
-
}], expandedChange: [{
|
|
43
|
-
type: Output
|
|
44
|
-
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWF2YXRhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci9hdmF0YXIvaGVhZGVyLWF2YXRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci9hdmF0YXIvaGVhZGVyLWF2YXRhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU92RSxNQUFNLE9BQU8sdUJBQXVCO0lBR2xDLElBQUksR0FBK0YsRUFBRSxDQUFDO0lBR3RHLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUd0QixJQUFJLEdBQVcsRUFBRSxDQUFDO0lBR2xCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFHMUIsUUFBUSxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBR25ELFVBQVUsR0FBd0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUdyRCxjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFXLENBQUM7SUFFcEUsU0FBUyxDQUFFLEtBQVk7UUFDckIsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7UUFDekIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFDRCxXQUFXLENBQUUsS0FBWTtRQUN2QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztRQUNyQixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUMzQixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDMUMsQ0FBQzt3R0FuQ1UsdUJBQXVCOzRGQUF2Qix1QkFBdUIsaVFDUHBDLGdUQVVvQjs7NEZESFAsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGtCQUFrQjs4QkFPNUIsSUFBSTtzQkFESCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBSVAsVUFBVTtzQkFEVCxNQUFNO2dCQUlQLGNBQWM7c0JBRGIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWhlYWRlci1hdmF0YXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWFkZXItYXZhdGFyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREhlYWRlckF2YXRhckNvbXBvbmVudCB7XHJcbiAgXHJcbiAgQElucHV0KClcclxuICB0eXBlOiAnMTE3NycgfCAnMTE3Ny1wcm8nIHwgJ2luZXJhJyB8ICdpbmVyYS1hZG1pbicgfCAnaW5lcmEtbGVnYWN5JyB8ICdpbmVyYS1hZG1pbi1sZWdhY3knIHwgJycgPSAnJztcclxuICBcclxuICBASW5wdXQoKVxyXG4gIHVzZXJuYW1lOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBtYXh3aWR0aDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdW5pdDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25DbG9zZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uRXhwYW5kZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIGV4cGFuZGVkQ2hhbmdlOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIGhhc0Nsb3NlZCAoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLmV4cGFuZGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoZXZlbnQpXHJcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XHJcbiAgfVxyXG4gIGhhc0V4cGFuZGVkIChldmVudDogRXZlbnQpIHtcclxuICAgIHRoaXMuZXhwYW5kZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5vbkV4cGFuZGVkLmVtaXQoZXZlbnQpXHJcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8aWRzLWhlYWRlci1hdmF0YXJcclxuICBbdXNlcm5hbWVdPVwidXNlcm5hbWVcIlxyXG4gIFttYXh3aWR0aF09XCJtYXh3aWR0aFwiXHJcbiAgW3VuaXRdPVwidW5pdFwiXHJcbiAgW2V4cGFuZGVkXT1cImV4cGFuZGVkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLnR5cGVdPVwidHlwZVwiXHJcbiAgKGNsb3NlZCk9XCJoYXNDbG9zZWQoJGV2ZW50KVwiXHJcbiAgKGV4cGFuZGVkKT1cImhhc0V4cGFuZGVkKCRldmVudClcIlxyXG4+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1oZWFkZXItYXZhdGFyPiJdfQ==
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDHeaderComponent {
|
|
4
|
-
type = '';
|
|
5
|
-
brandtext = '';
|
|
6
|
-
brandtexttop = '';
|
|
7
|
-
brandtextbottom = '';
|
|
8
|
-
pickregiontext = 'Välj region';
|
|
9
|
-
hidebrand = false;
|
|
10
|
-
fluid = false;
|
|
11
|
-
hideregionpicker = false;
|
|
12
|
-
srlogolabel = 'Logotyp';
|
|
13
|
-
unresponsive = false;
|
|
14
|
-
logohref = '';
|
|
15
|
-
onDidToggleRegion = new EventEmitter();
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", hidebrand: "hidebrand", fluid: "fluid", hideregionpicker: "hideregionpicker", srlogolabel: "srlogolabel", unresponsive: "unresponsive", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, ngImport: i0, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-header>" });
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeaderComponent, decorators: [{
|
|
20
|
-
type: Component,
|
|
21
|
-
args: [{ selector: 'id-header', template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-header>" }]
|
|
22
|
-
}], propDecorators: { type: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}], brandtext: [{
|
|
25
|
-
type: Input
|
|
26
|
-
}], brandtexttop: [{
|
|
27
|
-
type: Input
|
|
28
|
-
}], brandtextbottom: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], pickregiontext: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], hidebrand: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], fluid: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], hideregionpicker: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], srlogolabel: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], unresponsive: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], logohref: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], onDidToggleRegion: [{
|
|
45
|
-
type: Output
|
|
46
|
-
}] } });
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyL2hlYWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci9oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNdkUsTUFBTSxPQUFPLGlCQUFpQjtJQUU1QixJQUFJLEdBQStGLEVBQUUsQ0FBQztJQUd0RyxTQUFTLEdBQVcsRUFBRSxDQUFDO0lBR3ZCLFlBQVksR0FBVyxFQUFFLENBQUM7SUFHMUIsZUFBZSxHQUFXLEVBQUUsQ0FBQztJQUc3QixjQUFjLEdBQVcsYUFBYSxDQUFDO0lBR3ZDLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFHM0IsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUd2QixnQkFBZ0IsR0FBWSxLQUFLLENBQUM7SUFHbEMsV0FBVyxHQUFXLFNBQVMsQ0FBQztJQUdoQyxZQUFZLEdBQVksS0FBSyxDQUFDO0lBRzlCLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsaUJBQWlCLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7d0dBbkNuRCxpQkFBaUI7NEZBQWpCLGlCQUFpQiwwWkNOOUIsK2lCQWNhOzs0RkRSQSxpQkFBaUI7a0JBSjdCLFNBQVM7K0JBQ0UsV0FBVzs4QkFLckIsSUFBSTtzQkFESCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSztnQkFJTixZQUFZO3NCQURYLEtBQUs7Z0JBSU4sZUFBZTtzQkFEZCxLQUFLO2dCQUlOLGNBQWM7c0JBRGIsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLO2dCQUlOLGdCQUFnQjtzQkFEZixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixZQUFZO3NCQURYLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGlCQUFpQjtzQkFEaEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWhlYWRlcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2hlYWRlci5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIElESGVhZGVyQ29tcG9uZW50IHtcclxuICBASW5wdXQoKVxyXG4gIHR5cGU6ICcxMTc3JyB8ICcxMTc3LXBybycgfCAnaW5lcmEnIHwgJ2luZXJhLWFkbWluJyB8ICdpbmVyYS1sZWdhY3knIHwgJ2luZXJhLWFkbWluLWxlZ2FjeScgfCAnJyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGJyYW5kdGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgYnJhbmR0ZXh0dG9wOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBicmFuZHRleHRib3R0b206IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHBpY2tyZWdpb250ZXh0OiBzdHJpbmcgPSAnVsOkbGogcmVnaW9uJztcclxuXHJcbiAgQElucHV0KClcclxuICBoaWRlYnJhbmQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBmbHVpZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhpZGVyZWdpb25waWNrZXI6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBzcmxvZ29sYWJlbDogc3RyaW5nID0gJ0xvZ290eXAnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHVucmVzcG9uc2l2ZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGxvZ29ocmVmOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25EaWRUb2dnbGVSZWdpb246IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbn1cclxuICAiLCI8aWRzLWhlYWRlciBcclxuICBbYXR0ci50eXBlXT1cInR5cGVcIlxyXG4gIFthdHRyLmJyYW5kdGV4dF09XCJicmFuZHRleHRcIlxyXG4gIFthdHRyLmJyYW5kdGV4dHRvcF09XCJicmFuZHRleHR0b3BcIlxyXG4gIFthdHRyLmJyYW5kdGV4dGJvdHRvbV09XCJicmFuZHRleHRib3R0b21cIlxyXG4gIFthdHRyLmZsdWlkXT1cImZsdWlkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFt1bnJlc3BvbnNpdmVdPVwidW5yZXNwb25zaXZlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtoaWRlcmVnaW9ucGlja2VyXT1cImhpZGVyZWdpb25waWNrZXIgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2xvZ29ocmVmXT1cImxvZ29ocmVmXCJcclxuICBbaGlkZWJyYW5kXT1cImhpZGVicmFuZFwiXHJcbiAgW3BpY2tyZWdpb250ZXh0XT1cInBpY2tyZWdpb250ZXh0XCJcclxuICBbc3Jsb2dvbGFiZWxdPVwic3Jsb2dvbGFiZWxcIlxyXG4gIChkaWRUb2dnbGVSZWdpb24pPVwib25EaWRUb2dnbGVSZWdpb24uZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtaGVhZGVyPiJdfQ==
|