@inera/ids-angular 6.2.0 → 7.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/card/card.component.d.ts +3 -2
- package/components/dropdown/dropdown-content.component.d.ts +1 -3
- package/components/dropdown/dropdown.component.d.ts +2 -2
- package/components/form/radio-button/index.d.ts +5 -0
- package/components/form/radio-button/public-api.d.ts +3 -0
- package/components/form/radio-button/radio-button-group.component.d.ts +8 -0
- package/components/form/radio-button/radio-button.component.d.ts +7 -0
- package/components/form/radio-button/radio-button.module.d.ts +10 -0
- package/components/form/select/select.component.d.ts +2 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
- package/components/header-1177/header-1177.component.d.ts +9 -7
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +7 -0
- package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -6
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +2 -1
- package/components/header-1177/public-api.d.ts +7 -7
- package/components/header-1177-admin/header-1177-admin.component.d.ts +6 -7
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +3 -2
- package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +2 -1
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +2 -1
- package/components/header-inera/item/header-inera-item.component.d.ts +2 -1
- package/components/header-patient/header-patient.component.d.ts +11 -0
- package/components/header-patient/header-patient.module.d.ts +8 -0
- package/components/header-patient/index.d.ts +5 -0
- package/components/header-patient/public-api.d.ts +2 -0
- package/components/link/link.component.d.ts +1 -3
- package/components/notification/badge/notification-badge.component.d.ts +2 -2
- package/components/popover/popover.component.d.ts +1 -1
- package/components/puff-list/public-api.d.ts +1 -0
- package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +6 -0
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +1 -3
- package/components/puff-list/puff-list.module.d.ts +2 -1
- package/components/{icon-region → region-icon}/index.d.ts +1 -1
- package/components/region-icon/public-api.d.ts +2 -0
- package/components/region-icon/region-icon.component.d.ts +12 -0
- package/components/region-icon/region-icon.module.d.ts +8 -0
- package/components/stepper/step/step.component.d.ts +2 -2
- package/components/tabs/tab/tab.component.d.ts +2 -4
- package/esm2022/components/card/card.component.mjs +8 -5
- package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -9
- package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +5 -0
- package/esm2022/components/form/radio-button/public-api.mjs +4 -0
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +18 -0
- package/esm2022/components/form/radio-button/radio-button.component.mjs +15 -0
- package/esm2022/components/form/radio-button/radio-button.module.mjs +21 -0
- package/esm2022/components/form/select/select.component.mjs +6 -9
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +6 -5
- package/esm2022/components/header-1177/header-1177.component.mjs +18 -14
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +14 -15
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +5 -2
- package/esm2022/components/header-1177/public-api.mjs +8 -8
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +8 -11
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +9 -6
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +5 -8
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +7 -4
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +5 -2
- package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +5 -2
- package/esm2022/components/header-patient/header-patient.component.mjs +27 -0
- package/esm2022/components/header-patient/header-patient.module.mjs +22 -0
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +5 -0
- package/esm2022/components/header-patient/public-api.mjs +3 -0
- package/esm2022/components/link/link.component.mjs +3 -9
- package/esm2022/components/notification/badge/notification-badge.component.mjs +6 -6
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/puff-list/public-api.mjs +2 -1
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +4 -10
- package/esm2022/components/puff-list/puff-list.module.mjs +21 -4
- package/esm2022/components/{icon-region/inera-ids-angular-components-icon-region.mjs → region-icon/inera-ids-angular-components-region-icon.mjs} +1 -1
- package/esm2022/components/region-icon/public-api.mjs +3 -0
- package/esm2022/components/region-icon/region-icon.component.mjs +30 -0
- package/esm2022/components/region-icon/region-icon.module.mjs +18 -0
- package/esm2022/components/stepper/step/step.component.mjs +7 -7
- package/esm2022/components/tabs/tab/tab.component.mjs +7 -13
- package/esm2022/components/tabs/tabs.component.mjs +3 -3
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -12
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +54 -0
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +16 -16
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +13 -10
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +40 -35
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +53 -0
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-link.mjs +2 -8
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +33 -13
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +52 -0
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-stepper.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +7 -13
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/package.json +131 -119
- package/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.d.ts +0 -7
- package/components/icon-region/icon-region.component.d.ts +0 -16
- package/components/icon-region/icon-region.module.d.ts +0 -8
- package/components/icon-region/public-api.d.ts +0 -2
- package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +0 -15
- package/esm2022/components/icon-region/icon-region.component.mjs +0 -42
- package/esm2022/components/icon-region/icon-region.module.mjs +0 -22
- package/esm2022/components/icon-region/public-api.mjs +0 -3
- package/fesm2022/inera-ids-angular-components-icon-region.mjs +0 -68
- package/fesm2022/inera-ids-angular-components-icon-region.mjs.map +0 -1
|
@@ -3,10 +3,11 @@ export declare class IDCardComponent {
|
|
|
3
3
|
constructor();
|
|
4
4
|
hideonm: boolean;
|
|
5
5
|
hideons: boolean;
|
|
6
|
-
fill:
|
|
6
|
+
fill: boolean;
|
|
7
|
+
focuscard: boolean;
|
|
7
8
|
bordertop: number;
|
|
8
9
|
interactive: boolean;
|
|
9
10
|
lean: boolean;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideonm": { "alias": "hideonm"; "required": false; }; "hideons": { "alias": "hideons"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "bordertop": { "alias": "bordertop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideonm": { "alias": "hideonm"; "required": false; }; "hideons": { "alias": "hideons"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "focuscard": { "alias": "focuscard"; "required": false; }; "bordertop": { "alias": "bordertop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
13
|
}
|
|
@@ -4,8 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDDropdownContentComponent {
|
|
5
5
|
constructor();
|
|
6
6
|
template: TemplateRef<any>;
|
|
7
|
-
sblock: boolean;
|
|
8
|
-
mblock: boolean;
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownContentComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownContentComponent, "id-dropdown-content", never, {
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownContentComponent, "id-dropdown-content", never, {}, {}, never, ["*"], true, never>;
|
|
11
9
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDDropdownComponent {
|
|
5
5
|
constructor();
|
|
6
6
|
sblock: boolean;
|
|
7
|
-
|
|
7
|
+
mblock: boolean;
|
|
8
8
|
persistent: boolean;
|
|
9
9
|
expanded: boolean;
|
|
10
10
|
position: "left" | "right";
|
|
@@ -15,5 +15,5 @@ export declare class IDDropdownComponent {
|
|
|
15
15
|
hasClosed(event: Event): void;
|
|
16
16
|
hasOpened(event: Event): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownComponent, "id-dropdown", never, { "sblock": { "alias": "sblock"; "required": false; }; "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownComponent, "id-dropdown", never, { "sblock": { "alias": "sblock"; "required": false; }; "mblock": { "alias": "mblock"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, ["dropdownContent"], ["*"], true, never>;
|
|
19
19
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IDFormBase } from "@inera/ids-angular/common";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDRadioButtonGroupComponent extends IDFormBase {
|
|
4
|
+
name: string | undefined;
|
|
5
|
+
legend: string | undefined;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioButtonGroupComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioButtonGroupComponent, "id-radio-button-group", never, { "name": { "alias": "name"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IDFormBase } from "@inera/ids-angular/common";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDRadioButtonComponent extends IDFormBase {
|
|
4
|
+
icon: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioButtonComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioButtonComponent, "id-radio-button", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "@inera/ids-core/components/form/radio-button/register";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./radio-button.component";
|
|
4
|
+
import * as i2 from "./radio-button-group.component";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
export declare class IDRadioButtonModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioButtonModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRadioButtonModule, [typeof i1.IDRadioButtonComponent, typeof i2.IDRadioButtonGroupComponent], [typeof i3.CommonModule], [typeof i1.IDRadioButtonComponent, typeof i2.IDRadioButtonGroupComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDRadioButtonModule>;
|
|
10
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { IDFormBase } from
|
|
1
|
+
import { IDFormBase } from "@inera/ids-angular/common";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDSelectComponent extends IDFormBase {
|
|
4
|
-
nooptiondescriber: boolean;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["*"], false, never>;
|
|
7
6
|
}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, QueryList } from
|
|
2
|
-
import { IDHeader1177ItemComponent } from
|
|
3
|
-
import { IDHeader1177AvatarComponent } from
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, QueryList } from "@angular/core";
|
|
2
|
+
import { IDHeader1177ItemComponent } from "./item/header-1177-item.component";
|
|
3
|
+
import { IDHeader1177AvatarComponent } from "./avatar/header-1177-avatar.component";
|
|
4
|
+
import { IDHeader1177MenuMobileComponent } from "./menu-mobile/header-1177-menu-mobile.component";
|
|
5
|
+
import { IDHeader1177NavComponent } from "./nav/header-1177-nav.component";
|
|
6
|
+
import "@inera/ids-core/components/header-1177/register";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class IDHeader1177Component {
|
|
8
9
|
private cdRef;
|
|
9
10
|
pickregiontext: string | null;
|
|
10
|
-
regionicontitle: string | null;
|
|
11
11
|
srlogolabel: string | null;
|
|
12
12
|
hideregionpicker: boolean;
|
|
13
13
|
regionpickerexpanded: boolean;
|
|
14
14
|
fluid: boolean;
|
|
15
15
|
logohref: string | null;
|
|
16
16
|
unresponsive: boolean;
|
|
17
|
+
hideontablet: boolean;
|
|
17
18
|
onDidToggleRegion: EventEmitter<boolean>;
|
|
18
19
|
constructor(cdRef: ChangeDetectorRef);
|
|
19
20
|
itemList: QueryList<IDHeader1177ItemComponent>;
|
|
20
21
|
items: IDHeader1177ItemComponent[];
|
|
21
22
|
avatar: IDHeader1177AvatarComponent;
|
|
23
|
+
menuMobile: IDHeader1177MenuMobileComponent;
|
|
22
24
|
nav: IDHeader1177NavComponent;
|
|
23
25
|
showContent: boolean;
|
|
24
26
|
ngAfterContentInit(): void;
|
|
25
27
|
updateItemsArray(): void;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177Component, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177Component, "id-header-1177", never, { "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177Component, "id-header-1177", never, { "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "srlogolabel": { "alias": "srlogolabel"; "required": false; }; "hideregionpicker": { "alias": "hideregionpicker"; "required": false; }; "regionpickerexpanded": { "alias": "regionpickerexpanded"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "logohref": { "alias": "logohref"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "hideontablet": { "alias": "hideontablet"; "required": false; }; }, { "onDidToggleRegion": "onDidToggleRegion"; }, ["avatar", "menuMobile", "nav", "itemList"], ["*"], true, never>;
|
|
28
30
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeader1177MenuMobileComponent {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177MenuMobileComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177MenuMobileComponent, "id-header-1177-menu-mobile", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { ChangeDetectorRef, QueryList, TemplateRef } from
|
|
2
|
-
import { IDHeader1177NavItemComponent } from
|
|
3
|
-
import { IDHeader1177NavItemMobileComponent } from
|
|
4
|
-
import { IDHeader1177NavMenuMobileComponent } from '../nav-menu-mobile/header-1177-nav-menu-mobile.component';
|
|
1
|
+
import { ChangeDetectorRef, QueryList, TemplateRef } from "@angular/core";
|
|
2
|
+
import { IDHeader1177NavItemComponent } from "../nav-item/header-1177-nav-item.component";
|
|
3
|
+
import { IDHeader1177NavItemMobileComponent } from "../nav-item-mobile/header-1177-nav-item-mobile.component";
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class IDHeader1177NavComponent {
|
|
7
6
|
private cdRef;
|
|
7
|
+
hideontablet: boolean;
|
|
8
8
|
template: TemplateRef<any>;
|
|
9
9
|
navItemList: QueryList<IDHeader1177NavItemComponent>;
|
|
10
10
|
navItems: IDHeader1177NavItemComponent[];
|
|
11
11
|
navItemMobileList: QueryList<IDHeader1177NavItemMobileComponent>;
|
|
12
12
|
navItemsMobile: IDHeader1177NavItemMobileComponent[];
|
|
13
|
-
navMenuMobile: IDHeader1177NavMenuMobileComponent;
|
|
14
13
|
constructor(cdRef: ChangeDetectorRef);
|
|
15
14
|
showMenuMobile: boolean;
|
|
16
15
|
ngAfterContentInit(): void;
|
|
17
16
|
updateNavItemsArray(): void;
|
|
18
17
|
updateNavItemsMobileArray(): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177NavComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177NavComponent, "id-header-1177-nav", never, {}, {}, ["
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177NavComponent, "id-header-1177-nav", never, { "hideontablet": { "alias": "hideontablet"; "required": false; }; }, {}, ["navItemList", "navItemMobileList"], never, true, never>;
|
|
21
20
|
}
|
|
@@ -4,7 +4,8 @@ export declare class IDHeader1177NavItemComponent {
|
|
|
4
4
|
label: string;
|
|
5
5
|
notifications: string;
|
|
6
6
|
active: boolean;
|
|
7
|
+
expanded: boolean;
|
|
7
8
|
template: TemplateRef<any>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177NavItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177NavItemComponent, "id-header-1177-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177NavItemComponent, "id-header-1177-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { IDHeader1177Component } from
|
|
2
|
-
export { IDHeader1177AvatarComponent } from
|
|
3
|
-
export { IDHeader1177ItemComponent } from
|
|
4
|
-
export { IDHeader1177NavComponent } from
|
|
5
|
-
export { IDHeader1177NavItemComponent } from
|
|
6
|
-
export { IDHeader1177NavItemMobileComponent } from
|
|
7
|
-
export {
|
|
1
|
+
export { IDHeader1177Component } from "./header-1177.component";
|
|
2
|
+
export { IDHeader1177AvatarComponent } from "./avatar/header-1177-avatar.component";
|
|
3
|
+
export { IDHeader1177ItemComponent } from "./item/header-1177-item.component";
|
|
4
|
+
export { IDHeader1177NavComponent } from "./nav/header-1177-nav.component";
|
|
5
|
+
export { IDHeader1177NavItemComponent } from "./nav-item/header-1177-nav-item.component";
|
|
6
|
+
export { IDHeader1177NavItemMobileComponent } from "./nav-item-mobile/header-1177-nav-item-mobile.component";
|
|
7
|
+
export { IDHeader1177MenuMobileComponent } from "./menu-mobile/header-1177-menu-mobile.component";
|
|
@@ -6,16 +6,15 @@ import { IDHeader1177AdminNavComponent } from "./nav/header-1177-admin-nav.compo
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class IDHeader1177AdminComponent {
|
|
8
8
|
private cdRef;
|
|
9
|
-
brandtext: string;
|
|
10
|
-
brandtexttop: string;
|
|
11
|
-
brandtextbottom: string;
|
|
12
|
-
pickregiontext: string;
|
|
13
|
-
regionicontitle: string;
|
|
9
|
+
brandtext: string | null;
|
|
10
|
+
brandtexttop: string | null;
|
|
11
|
+
brandtextbottom: string | null;
|
|
12
|
+
pickregiontext: string | null;
|
|
14
13
|
hideregionpicker: boolean;
|
|
15
14
|
regionpickerexpanded: boolean;
|
|
16
15
|
mobilemenuexpanded: boolean;
|
|
17
16
|
fluid: boolean;
|
|
18
|
-
logohref: string;
|
|
17
|
+
logohref: string | null;
|
|
19
18
|
onDidToggleRegion: EventEmitter<boolean>;
|
|
20
19
|
itemList: QueryList<IDHeader1177AdminItemComponent>;
|
|
21
20
|
items: IDHeader1177AdminItemComponent[];
|
|
@@ -26,5 +25,5 @@ export declare class IDHeader1177AdminComponent {
|
|
|
26
25
|
ngAfterContentInit(): void;
|
|
27
26
|
updateItemsArray(): void;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminComponent, "id-header-1177-admin", never, { "brandtext": { "alias": "brandtext"; "required": false; }; "brandtexttop": { "alias": "brandtexttop"; "required": false; }; "brandtextbottom": { "alias": "brandtextbottom"; "required": false; }; "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminComponent, "id-header-1177-admin", never, { "brandtext": { "alias": "brandtext"; "required": false; }; "brandtexttop": { "alias": "brandtexttop"; "required": false; }; "brandtextbottom": { "alias": "brandtextbottom"; "required": false; }; "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "hideregionpicker": { "alias": "hideregionpicker"; "required": false; }; "regionpickerexpanded": { "alias": "regionpickerexpanded"; "required": false; }; "mobilemenuexpanded": { "alias": "mobilemenuexpanded"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "logohref": { "alias": "logohref"; "required": false; }; }, { "onDidToggleRegion": "onDidToggleRegion"; }, ["avatar", "nav", "itemList"], ["*"], true, never>;
|
|
30
29
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { TemplateRef } from
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177AdminNavItemComponent {
|
|
4
4
|
label: string;
|
|
5
5
|
notifications: string;
|
|
6
6
|
active: boolean;
|
|
7
|
+
expanded: boolean;
|
|
7
8
|
template: TemplateRef<any>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminNavItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavItemComponent, "id-header-1177-admin-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavItemComponent, "id-header-1177-admin-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
11
|
}
|
|
@@ -8,12 +8,11 @@ import { IDHeader1177ProAvatarMobileComponent } from './avatar-mobile/header-117
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class IDHeader1177ProComponent {
|
|
10
10
|
private cdRef;
|
|
11
|
-
pickregiontext: string;
|
|
12
|
-
regionicontitle: string;
|
|
11
|
+
pickregiontext: string | null;
|
|
13
12
|
hideregionpicker: boolean;
|
|
14
13
|
regionpickerexpanded: boolean;
|
|
15
14
|
fluid: boolean;
|
|
16
|
-
logohref: string;
|
|
15
|
+
logohref: string | null;
|
|
17
16
|
onDidToggleRegion: EventEmitter<boolean>;
|
|
18
17
|
constructor(cdRef: ChangeDetectorRef);
|
|
19
18
|
itemList: QueryList<IDHeader1177ProItemComponent>;
|
|
@@ -26,5 +25,5 @@ export declare class IDHeader1177ProComponent {
|
|
|
26
25
|
ngAfterContentInit(): void;
|
|
27
26
|
updateItemsArray(): void;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProComponent, "id-header-1177-pro", never, { "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProComponent, "id-header-1177-pro", never, { "pickregiontext": { "alias": "pickregiontext"; "required": false; }; "hideregionpicker": { "alias": "hideregionpicker"; "required": false; }; "regionpickerexpanded": { "alias": "regionpickerexpanded"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "logohref": { "alias": "logohref"; "required": false; }; }, { "onDidToggleRegion": "onDidToggleRegion"; }, ["avatar", "avatarMobile", "nav", "navMenuMobile", "itemList"], ["*"], true, never>;
|
|
30
29
|
}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class IDHeader1177ProNavComponent {
|
|
7
7
|
private cdRef;
|
|
8
8
|
template: TemplateRef<any>;
|
|
9
|
+
pickregiontext: string | null;
|
|
9
10
|
navItemList: QueryList<IDHeader1177ProNavItemComponent>;
|
|
10
11
|
navItems: IDHeader1177ProNavItemComponent[];
|
|
11
12
|
navItemMobileList: QueryList<IDHeader1177ProNavItemMobileComponent>;
|
|
@@ -17,5 +18,5 @@ export declare class IDHeader1177ProNavComponent {
|
|
|
17
18
|
updateNavItemsArray(): void;
|
|
18
19
|
updateNavItemsMobileArray(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProNavComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, {}, {}, ["navMenuMobile", "navItemList", "navItemMobileList"], ["*"], true, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "pickregiontext": { "alias": "pickregiontext"; "required": false; }; }, {}, ["navMenuMobile", "navItemList", "navItemMobileList"], ["*"], true, never>;
|
|
21
22
|
}
|
|
@@ -4,7 +4,8 @@ export declare class IDHeader1177ProNavItemComponent {
|
|
|
4
4
|
label: string;
|
|
5
5
|
notifications: string;
|
|
6
6
|
active: boolean;
|
|
7
|
+
expanded: boolean;
|
|
7
8
|
template: TemplateRef<any>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProNavItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavItemComponent, "id-header-1177-pro-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavItemComponent, "id-header-1177-pro-nav-item", never, { "label": { "alias": "label"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
11
|
}
|
|
@@ -2,7 +2,8 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeaderIneraItemComponent {
|
|
4
4
|
mobile: boolean;
|
|
5
|
+
separatorleft: boolean;
|
|
5
6
|
template: TemplateRef<any>;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraItemComponent, "id-header-inera-item", never, { "mobile": { "alias": "mobile"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraItemComponent, "id-header-inera-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "separatorleft": { "alias": "separatorleft"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
9
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDHeaderPatientComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
srlabel: string;
|
|
5
|
+
name: string;
|
|
6
|
+
ssn: string;
|
|
7
|
+
stack: boolean;
|
|
8
|
+
collapse: boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderPatientComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderPatientComponent, "id-header-patient", never, { "srlabel": { "alias": "srlabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ssn": { "alias": "ssn"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import '@inera/ids-core/components/header-patient/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./header-patient.component";
|
|
4
|
+
export declare class IDHeaderPatientModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderPatientModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderPatientModule, [typeof i1.IDHeaderPatientComponent], never, [typeof i1.IDHeaderPatientComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderPatientModule>;
|
|
8
|
+
}
|
|
@@ -3,8 +3,6 @@ export declare class IDLinkComponent {
|
|
|
3
3
|
constructor();
|
|
4
4
|
active: boolean;
|
|
5
5
|
colorpreset: number;
|
|
6
|
-
starticon: string;
|
|
7
|
-
endicon: string;
|
|
8
6
|
light: boolean;
|
|
9
7
|
block: boolean;
|
|
10
8
|
small: boolean;
|
|
@@ -14,5 +12,5 @@ export declare class IDLinkComponent {
|
|
|
14
12
|
nounderline: boolean;
|
|
15
13
|
slot: string | null;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "active": { "alias": "active"; "required": false; }; "colorpreset": { "alias": "colorpreset"; "required": false; }; "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "active": { "alias": "active"; "required": false; }; "colorpreset": { "alias": "colorpreset"; "required": false; }; "light": { "alias": "light"; "required": false; }; "block": { "alias": "block"; "required": false; }; "small": { "alias": "small"; "required": false; }; "large": { "alias": "large"; "required": false; }; "activeicon": { "alias": "activeicon"; "required": false; }; "underlined": { "alias": "underlined"; "required": false; }; "nounderline": { "alias": "nounderline"; "required": false; }; "slot": { "alias": "slot"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
18
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDNotificationBadgeComponent {
|
|
3
3
|
constructor();
|
|
4
|
-
|
|
4
|
+
type: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDNotificationBadgeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDNotificationBadgeComponent, "id-notification-badge", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDNotificationBadgeComponent, "id-notification-badge", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -9,5 +9,5 @@ export declare class IDPopoverComponent {
|
|
|
9
9
|
category: string | undefined;
|
|
10
10
|
position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "show": { "alias": "show"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "category": { "alias": "category"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*", "[popover-content]"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "show": { "alias": "show"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "category": { "alias": "category"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*", "[slot='headline']", "[popover-content]"], false, never>;
|
|
13
13
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { IDPuffListComponent } from "./puff-list.component";
|
|
2
2
|
export { IDPuffListItemComponent } from "./puff-item/puff-list-item.component";
|
|
3
3
|
export { IDPuffListItemInfoComponent } from "./puff-item/puff-info/puff-list-item-info.component";
|
|
4
|
+
export { IDPuffListItemHeaderComponent } from "./puff-item/puff-header/puff-list-item-header.component";
|
|
4
5
|
export { IDPuffListModule } from "./puff-list.module";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDPuffListItemHeaderComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemHeaderComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemHeaderComponent, "id-puff-list-item-header", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDPuffListItemComponent {
|
|
3
|
-
headline: string;
|
|
4
3
|
date: Date | null;
|
|
5
4
|
year: string | null;
|
|
6
5
|
month: string | null;
|
|
@@ -9,9 +8,8 @@ export declare class IDPuffListItemComponent {
|
|
|
9
8
|
showdatelabel: boolean;
|
|
10
9
|
time: string;
|
|
11
10
|
showtime: boolean;
|
|
12
|
-
interactive: boolean;
|
|
13
11
|
nocontent: boolean;
|
|
14
12
|
constructor();
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemComponent, "id-puff-list-item", never, { "
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemComponent, "id-puff-list-item", never, { "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; }; "nocontent": { "alias": "nocontent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
15
|
}
|
|
@@ -3,8 +3,9 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./puff-list.component";
|
|
4
4
|
import * as i2 from "./puff-item/puff-list-item.component";
|
|
5
5
|
import * as i3 from "./puff-item/puff-info/puff-list-item-info.component";
|
|
6
|
+
import * as i4 from "./puff-item/puff-header/puff-list-item-header.component";
|
|
6
7
|
export declare class IDPuffListModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDPuffListModule, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent], never, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDPuffListModule, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent, typeof i4.IDPuffListItemHeaderComponent], never, [typeof i1.IDPuffListComponent, typeof i2.IDPuffListItemComponent, typeof i3.IDPuffListItemInfoComponent, typeof i4.IDPuffListItemHeaderComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IDPuffListModule>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDRegionIconComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
name: string;
|
|
5
|
+
title: string;
|
|
6
|
+
colorpreset: number;
|
|
7
|
+
size: "xs" | "s" | "m" | "l" | "ml";
|
|
8
|
+
inline: boolean;
|
|
9
|
+
light: boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRegionIconComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRegionIconComponent, "id-region-icon", never, { "name": { "alias": "name"; "required": false; }; "title": { "alias": "title"; "required": false; }; "colorpreset": { "alias": "colorpreset"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "light": { "alias": "light"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "@inera/ids-core/components/region-icon/register";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./region-icon.component";
|
|
4
|
+
export declare class IDRegionIconModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRegionIconModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRegionIconModule, [typeof i1.IDRegionIconComponent], never, [typeof i1.IDRegionIconComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDRegionIconModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDStepComponent {
|
|
4
4
|
constructor();
|
|
5
|
-
state:
|
|
5
|
+
state: "" | "valid" | "invalid" | "selected";
|
|
6
6
|
headline: string;
|
|
7
7
|
srindicatortext: string;
|
|
8
8
|
label: string;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { ElementRef, TemplateRef } from
|
|
1
|
+
import { ElementRef, TemplateRef } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDTabComponent {
|
|
4
4
|
private elementRef;
|
|
5
|
-
notices: number;
|
|
6
|
-
notifications: number;
|
|
7
5
|
label: string;
|
|
8
6
|
selected: Boolean;
|
|
9
7
|
template: TemplateRef<any>;
|
|
10
8
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
11
|
}
|
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
import { Component, Input } from
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDCardComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
hideonm = false;
|
|
6
6
|
hideons = false;
|
|
7
|
-
fill =
|
|
7
|
+
fill = false;
|
|
8
|
+
focuscard = false;
|
|
8
9
|
bordertop = 0;
|
|
9
10
|
interactive = false;
|
|
10
11
|
lean = false;
|
|
11
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCardComponent, selector: "id-card", inputs: { hideonm: "hideonm", hideons: "hideons", fill: "fill", bordertop: "bordertop", interactive: "interactive", lean: "lean" }, ngImport: i0, template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCardComponent, selector: "id-card", inputs: { hideonm: "hideonm", hideons: "hideons", fill: "fill", focuscard: "focuscard", bordertop: "bordertop", interactive: "interactive", lean: "lean" }, ngImport: i0, template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [focuscard]=\"focuscard\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] });
|
|
13
14
|
}
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCardComponent, decorators: [{
|
|
15
16
|
type: Component,
|
|
16
|
-
args: [{ selector:
|
|
17
|
+
args: [{ selector: "id-card", template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [focuscard]=\"focuscard\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] }]
|
|
17
18
|
}], ctorParameters: () => [], propDecorators: { hideonm: [{
|
|
18
19
|
type: Input
|
|
19
20
|
}], hideons: [{
|
|
20
21
|
type: Input
|
|
21
22
|
}], fill: [{
|
|
22
23
|
type: Input
|
|
24
|
+
}], focuscard: [{
|
|
25
|
+
type: Input
|
|
23
26
|
}], bordertop: [{
|
|
24
27
|
type: Input
|
|
25
28
|
}], interactive: [{
|
|
@@ -27,4 +30,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
27
30
|
}], lean: [{
|
|
28
31
|
type: Input
|
|
29
32
|
}] } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2NhcmQvY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2NhcmQvY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPakQsTUFBTSxPQUFPLGVBQWU7SUFDMUIsZ0JBQWUsQ0FBQztJQUdoQixPQUFPLEdBQVksS0FBSyxDQUFDO0lBR3pCLE9BQU8sR0FBWSxLQUFLLENBQUM7SUFHekIsSUFBSSxHQUFZLEtBQUssQ0FBQztJQUd0QixTQUFTLEdBQVksS0FBSyxDQUFDO0lBRzNCLFNBQVMsR0FBVyxDQUFDLENBQUM7SUFHdEIsV0FBVyxHQUFZLEtBQUssQ0FBQztJQUc3QixJQUFJLEdBQVksS0FBSyxDQUFDO3dHQXRCWCxlQUFlOzRGQUFmLGVBQWUsMk1DUDVCLDZPQVdBOzs0RkRKYSxlQUFlO2tCQUwzQixTQUFTOytCQUNFLFNBQVM7d0RBUW5CLE9BQU87c0JBRE4sS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtY2FyZFwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2NhcmQuY29tcG9uZW50Lmh0bWxcIixcbiAgc3R5bGVzOiBbXCI6aG9zdCB7IGRpc3BsYXk6IGJsb2NrOyB9XCJdXG59KVxuZXhwb3J0IGNsYXNzIElEQ2FyZENvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBASW5wdXQoKVxuICBoaWRlb25tOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgaGlkZW9uczogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGZpbGw6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBmb2N1c2NhcmQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBib3JkZXJ0b3A6IG51bWJlciA9IDA7XG5cbiAgQElucHV0KClcbiAgaW50ZXJhY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBsZWFuOiBib29sZWFuID0gZmFsc2U7XG59XG4iLCI8aWRzLWNhcmRcbiAgW2hpZGVvbm1dPVwiaGlkZW9ubVwiXG4gIFtoaWRlb25zXT1cImhpZGVvbnNcIlxuICBbbGVhbl09XCJsZWFuXCJcbiAgW2ludGVyYWN0aXZlXT1cImludGVyYWN0aXZlXCJcbiAgW2ZpbGxdPVwiZmlsbFwiXG4gIFtmb2N1c2NhcmRdPVwiZm9jdXNjYXJkXCJcbiAgW2JvcmRlcnRvcF09XCJib3JkZXJ0b3BcIlxuPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1jYXJkPlxuIl19
|