@inera/ids-angular 2.6.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +504 -246
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +4 -1
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
- package/esm2015/lib/components/agent/agent.component.js +8 -8
- package/esm2015/lib/components/alert/alert.component.js +15 -12
- package/esm2015/lib/components/alert-global/alert-global.component.js +14 -10
- package/esm2015/lib/components/badge/badge.component.js +2 -2
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +10 -10
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +4 -7
- package/esm2015/lib/components/button/button.component.js +22 -8
- package/esm2015/lib/components/button/button.module.js +6 -3
- package/esm2015/lib/components/carousel/carousel.component.js +8 -8
- package/esm2015/lib/components/date-label/date-label.component.js +4 -4
- package/esm2015/lib/components/dialog/dialog.component.js +16 -7
- package/esm2015/lib/components/expandable/expandable.component.js +2 -2
- package/esm2015/lib/components/footer/footer.component.js +5 -5
- package/esm2015/lib/components/footer/footer.module.js +2 -2
- package/esm2015/lib/components/form/base/IDFormBase.js +6 -3
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +2 -2
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +2 -2
- package/esm2015/lib/components/form/input/input.component.js +2 -6
- package/esm2015/lib/components/form/radio/radio-group.component.js +4 -4
- package/esm2015/lib/components/form/radio/radio.component.js +6 -6
- package/esm2015/lib/components/form/range/range.component.js +4 -4
- package/esm2015/lib/components/form/select/select.component.js +4 -7
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +4 -4
- package/esm2015/lib/components/form/textarea/textarea.component.js +2 -2
- package/esm2015/lib/components/form/time/time.component.js +6 -6
- package/esm2015/lib/components/header/header.component.js +28 -28
- package/esm2015/lib/components/header/header.module.js +5 -4
- package/esm2015/lib/components/link/link.component.js +15 -15
- package/esm2015/lib/components/link/link.module.js +4 -5
- package/esm2015/lib/components/list/item/list-item.component.js +6 -6
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +2 -2
- package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +1 -1
- package/esm2015/lib/components/popover/popover.component.js +9 -6
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +4 -4
- package/esm2015/lib/components/tabs/tab/tab.component.js +7 -5
- package/esm2015/lib/components/tag/tag.component.js +8 -8
- package/esm2015/lib/internals/anchor.component.js +1 -1
- package/esm2015/lib/internals/anchor.module.js +1 -1
- package/esm2015/public-api.js +217 -1
- package/fesm2015/inera-ids-angular.js +486 -241
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/classes/header/IDHeaderAvatar.d.ts +1 -0
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +1 -0
- package/lib/components/agent/agent.component.d.ts +4 -4
- package/lib/components/alert/alert.component.d.ts +7 -6
- package/lib/components/alert-global/alert-global.component.d.ts +7 -5
- package/lib/components/badge/badge.component.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +5 -5
- package/lib/components/button/button.component.d.ts +8 -4
- package/lib/components/button/button.module.d.ts +3 -1
- package/lib/components/carousel/carousel.component.d.ts +4 -4
- package/lib/components/date-label/date-label.component.d.ts +2 -2
- package/lib/components/dialog/dialog.component.d.ts +7 -3
- package/lib/components/footer/footer.component.d.ts +3 -3
- package/lib/components/form/base/IDFormBase.d.ts +2 -1
- package/lib/components/form/input/input.component.d.ts +1 -3
- package/lib/components/form/radio/radio-group.component.d.ts +2 -2
- package/lib/components/form/radio/radio.component.d.ts +2 -2
- package/lib/components/form/range/range.component.d.ts +2 -2
- package/lib/components/form/select/select.component.d.ts +0 -1
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +2 -2
- package/lib/components/form/time/time.component.d.ts +2 -2
- package/lib/components/header/header.component.d.ts +18 -18
- package/lib/components/header/header.module.d.ts +2 -1
- package/lib/components/link/link.component.d.ts +10 -10
- package/lib/components/link/link.module.d.ts +1 -2
- package/lib/components/list/item/list-item.component.d.ts +3 -3
- package/lib/components/popover/popover.component.d.ts +4 -3
- package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -2
- package/lib/components/tabs/tab/tab.component.d.ts +3 -2
- package/lib/components/tag/tag.component.d.ts +4 -4
- package/package.json +2 -2
|
@@ -4,6 +4,7 @@ export declare class IDHeaderAvatar {
|
|
|
4
4
|
private _props;
|
|
5
5
|
constructor(_props: IDHeaderAvatarProps);
|
|
6
6
|
get username(): string | undefined;
|
|
7
|
+
get maxWidth(): string | undefined;
|
|
7
8
|
get linkLeft(): IDLink | undefined;
|
|
8
9
|
get linkRight(): IDLink | undefined;
|
|
9
10
|
get unit(): string | undefined;
|
|
@@ -4,9 +4,9 @@ export declare class IDAgentComponent {
|
|
|
4
4
|
constructor();
|
|
5
5
|
expanded: boolean;
|
|
6
6
|
headline: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
showtext: string;
|
|
8
|
+
hidetext: string;
|
|
9
|
+
onDidToggleExpansion: EventEmitter<boolean>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDAgentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDAgentComponent, "id-agent", never, { "expanded": "expanded"; "headline": "headline"; "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDAgentComponent, "id-agent", never, { "expanded": "expanded"; "headline": "headline"; "showtext": "showtext"; "hidetext": "hidetext"; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"]>;
|
|
12
12
|
}
|
|
@@ -5,14 +5,15 @@ export declare class IDAlertComponent {
|
|
|
5
5
|
dismissible: boolean;
|
|
6
6
|
collapsable: boolean;
|
|
7
7
|
collapsed: boolean;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
srcollapsetext: string | undefined;
|
|
9
|
+
srexpandtext: string | undefined;
|
|
10
10
|
headline: string;
|
|
11
11
|
live: string;
|
|
12
12
|
type: string;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
srclosetext: string;
|
|
14
|
+
sricontitle: string;
|
|
15
|
+
onClosed: EventEmitter<boolean>;
|
|
16
|
+
onCollapsed: EventEmitter<boolean>;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": "dismissible"; "collapsable": "collapsable"; "collapsed": "collapsed"; "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": "dismissible"; "collapsable": "collapsable"; "collapsed": "collapsed"; "srcollapsetext": "srcollapsetext"; "srexpandtext": "srexpandtext"; "headline": "headline"; "live": "live"; "type": "type"; "srclosetext": "srclosetext"; "sricontitle": "sricontitle"; }, { "onClosed": "onClosed"; "onCollapsed": "onCollapsed"; }, never, ["*"]>;
|
|
18
19
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IDAlertGlobalComponent {
|
|
4
5
|
constructor();
|
|
5
6
|
expanded: boolean;
|
|
6
7
|
headline: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
hidemobileicon: string;
|
|
9
|
+
showtext: string;
|
|
10
|
+
hidetext: string;
|
|
11
|
+
icon: IDIcon | undefined;
|
|
12
|
+
onDidToggleExpansion: EventEmitter<boolean>;
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertGlobalComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "expanded": "expanded"; "headline": "headline"; "
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "expanded": "expanded"; "headline": "headline"; "hidemobileicon": "hidemobileicon"; "showtext": "showtext"; "hidetext": "hidetext"; "icon": "icon"; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"]>;
|
|
13
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDBadgeComponent {
|
|
3
3
|
constructor();
|
|
4
|
-
type: '
|
|
4
|
+
type: 'primary' | 'neutral' | 'info' | 'attention' | 'success' | 'error' | 'secondary';
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDBadgeComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDBadgeComponent, "id-badge", never, { "type": "type"; }, {}, never, ["*"]>;
|
|
7
7
|
}
|
|
@@ -2,11 +2,11 @@ import { IDLink } from '../../classes/link/IDLink';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDBreadcrumbsComponent {
|
|
4
4
|
constructor();
|
|
5
|
-
links: IDLink[];
|
|
6
|
-
mobileLink: IDLink | undefined;
|
|
7
|
-
current: string;
|
|
8
5
|
lead: string;
|
|
9
|
-
|
|
6
|
+
current: string;
|
|
7
|
+
srlabel: string;
|
|
8
|
+
links: IDLink[];
|
|
9
|
+
mobilelink: IDLink | undefined;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDBreadcrumbsComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDBreadcrumbsComponent, "id-breadcrumbs", never, { "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDBreadcrumbsComponent, "id-breadcrumbs", never, { "lead": "lead"; "current": "current"; "srlabel": "srlabel"; "links": "links"; "mobilelink": "mobilelink"; }, {}, never, never>;
|
|
12
12
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IDButtonComponent {
|
|
4
5
|
constructor();
|
|
@@ -8,8 +9,8 @@ export declare class IDButtonComponent {
|
|
|
8
9
|
tertiary: boolean;
|
|
9
10
|
toggle: boolean;
|
|
10
11
|
block: boolean;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
sblock: boolean;
|
|
13
|
+
mblock: boolean;
|
|
13
14
|
active: boolean;
|
|
14
15
|
submit: boolean;
|
|
15
16
|
search: boolean;
|
|
@@ -17,7 +18,10 @@ export declare class IDButtonComponent {
|
|
|
17
18
|
disabled: boolean;
|
|
18
19
|
type: string | undefined;
|
|
19
20
|
color: string | undefined;
|
|
20
|
-
|
|
21
|
+
trigger: string;
|
|
22
|
+
tabindex: string;
|
|
23
|
+
iconobject: IDIcon | undefined;
|
|
24
|
+
onClicked: EventEmitter<boolean>;
|
|
21
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "fab": "fab"; "icon": "icon"; "tertiary": "tertiary"; "toggle": "toggle"; "block": "block"; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "fab": "fab"; "icon": "icon"; "tertiary": "tertiary"; "toggle": "toggle"; "block": "block"; "sblock": "sblock"; "mblock": "mblock"; "active": "active"; "submit": "submit"; "search": "search"; "size": "size"; "disabled": "disabled"; "type": "type"; "color": "color"; "trigger": "trigger"; "tabindex": "tabindex"; "iconobject": "iconobject"; }, { "onClicked": "onClicked"; }, never, ["*"]>;
|
|
23
27
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import '@inera/ids-core/components/button/register';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./button.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "../icon/icon.module";
|
|
4
6
|
export declare class IDButtonModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonModule, [typeof i1.IDButtonComponent],
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonModule, [typeof i1.IDButtonComponent], [typeof i2.CommonModule, typeof i3.IDIconModule], [typeof i1.IDButtonComponent]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IDButtonModule>;
|
|
8
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDCarouselComponent {
|
|
3
3
|
autoplay: boolean;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
srnextlabel: string;
|
|
5
|
+
srprevlabel: string;
|
|
6
|
+
autoplaydelay: number;
|
|
7
7
|
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "autoplay": "autoplay"; "
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "autoplay": "autoplay"; "srnextlabel": "srnextlabel"; "srprevlabel": "srprevlabel"; "autoplaydelay": "autoplaydelay"; }, {}, never, ["*"]>;
|
|
10
10
|
}
|
|
@@ -4,8 +4,8 @@ export declare class IDDateLabelComponent {
|
|
|
4
4
|
date: Date | null;
|
|
5
5
|
year: string | null;
|
|
6
6
|
month: string | null;
|
|
7
|
-
|
|
7
|
+
monthlabel: string | null;
|
|
8
8
|
day: string | null;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDateLabelComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDateLabelComponent, "id-date-label", never, { "date": "date"; "year": "year"; "month": "month"; "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDateLabelComponent, "id-date-label", never, { "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; }, {}, never, ["*"]>;
|
|
11
11
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class IDDialogComponent {
|
|
3
4
|
constructor();
|
|
4
5
|
dismissible: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
srclosetext: string;
|
|
7
|
+
nofocustrap: boolean;
|
|
8
|
+
autofocus: boolean;
|
|
7
9
|
headline: string;
|
|
8
10
|
overlay: boolean;
|
|
9
11
|
persistent: boolean;
|
|
10
12
|
show: boolean;
|
|
11
13
|
width: string;
|
|
14
|
+
onClosed: EventEmitter<Event>;
|
|
15
|
+
emitOnClosed(e: Event): void;
|
|
12
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": "dismissible"; "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": "dismissible"; "srclosetext": "srclosetext"; "nofocustrap": "nofocustrap"; "autofocus": "autofocus"; "headline": "headline"; "overlay": "overlay"; "persistent": "persistent"; "show": "show"; "width": "width"; }, { "onClosed": "onClosed"; }, never, ["*"]>;
|
|
14
18
|
}
|
|
@@ -6,11 +6,11 @@ export declare class IDFooterComponent {
|
|
|
6
6
|
headline: string;
|
|
7
7
|
servicename: string;
|
|
8
8
|
subheadline: string;
|
|
9
|
-
cols:
|
|
9
|
+
cols: number;
|
|
10
10
|
linkcol1: string;
|
|
11
11
|
linkcol2: string;
|
|
12
12
|
linkcol3: string;
|
|
13
|
-
|
|
13
|
+
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterComponent, "id-footer", never, { "type": "type"; "headline": "headline"; "servicename": "servicename"; "subheadline": "subheadline"; "cols": "cols"; "linkcol1": "linkcol1"; "linkcol2": "linkcol2"; "linkcol3": "linkcol3"; "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterComponent, "id-footer", never, { "type": "type"; "headline": "headline"; "servicename": "servicename"; "subheadline": "subheadline"; "cols": "cols"; "linkcol1": "linkcol1"; "linkcol2": "linkcol2"; "linkcol3": "linkcol3"; "mobilemenuitems": "mobilemenuitems"; }, {}, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFormBase {
|
|
3
3
|
valid: string;
|
|
4
|
-
|
|
4
|
+
light: boolean;
|
|
5
|
+
novalidation: boolean;
|
|
5
6
|
constructor();
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
|
|
7
8
|
static ɵprov: i0.ɵɵInjectableDeclaration<IDFormBase>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { IDIcon } from '../../../classes/icon/IDIcon';
|
|
2
1
|
import { IDFormBase } from '../base/IDFormBase';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class IDInputComponent extends IDFormBase {
|
|
5
4
|
autofocus: boolean;
|
|
6
|
-
appendIcon: IDIcon | null;
|
|
7
5
|
constructor();
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "autofocus": "autofocus";
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "autofocus": "autofocus"; }, {}, never, ["*"]>;
|
|
10
8
|
}
|
|
@@ -3,8 +3,8 @@ export declare class IDRadioGroupComponent {
|
|
|
3
3
|
name: string | undefined;
|
|
4
4
|
legend: string | undefined;
|
|
5
5
|
required: boolean;
|
|
6
|
-
|
|
6
|
+
errormessage: string | undefined;
|
|
7
7
|
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioGroupComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": "name"; "legend": "legend"; "required": "required"; "
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": "name"; "legend": "legend"; "required": "required"; "errormessage": "errormessage"; }, {}, never, ["*"]>;
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDRadioComponent {
|
|
3
|
-
constructor();
|
|
3
|
+
export declare class IDRadioComponent extends IDFormBase {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioComponent, never>;
|
|
5
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioComponent, "id-radio", never, {}, {}, never, ["*"]>;
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDRangeComponent {
|
|
3
|
-
|
|
3
|
+
showticks: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDRangeComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRangeComponent, "id-range", never, { "
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRangeComponent, "id-range", never, { "showticks": "showticks"; }, {}, never, ["*"]>;
|
|
6
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IDFormBase } from '../base/IDFormBase';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDSelectComponent extends IDFormBase {
|
|
4
|
-
constructor();
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectComponent, never>;
|
|
6
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["*"]>;
|
|
7
6
|
}
|
|
@@ -2,9 +2,9 @@ import { IDFormBase } from '../base/IDFormBase';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDSelectMultipleComponent extends IDFormBase {
|
|
4
4
|
label: string | undefined;
|
|
5
|
-
|
|
5
|
+
errormessage: string | undefined;
|
|
6
6
|
maxHeight: string | undefined;
|
|
7
7
|
placeholder: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "label": "label"; "
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "label": "label"; "errormessage": "errormessage"; "maxHeight": "maxHeight"; "placeholder": "placeholder"; }, {}, never, ["*"]>;
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDTimeComponent {
|
|
3
|
-
constructor();
|
|
3
|
+
export declare class IDTimeComponent extends IDFormBase {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeComponent, never>;
|
|
5
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDTimeComponent, "id-time", never, {}, {}, never, ["*"]>;
|
|
6
6
|
}
|
|
@@ -6,26 +6,26 @@ import { IDMobileMenuItem } from '../../classes/mobile/MobileMenuItem';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class IDHeaderComponent {
|
|
8
8
|
type: string;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
brandtext: string | undefined;
|
|
10
|
+
brandtexttop: string | undefined;
|
|
11
|
+
brandtextbottom: string | undefined;
|
|
12
|
+
hideregionpicker: boolean;
|
|
13
|
+
fluid: boolean;
|
|
14
14
|
unresponsive: boolean;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
hidebrand: boolean;
|
|
16
|
+
logohref: string;
|
|
17
|
+
pickregiontext: string;
|
|
18
|
+
regionicon: string | undefined;
|
|
19
|
+
regionicontitle: string | undefined;
|
|
20
|
+
srlogolabel: string;
|
|
21
21
|
items: IDHeaderItem[] | undefined;
|
|
22
22
|
avatar: IDHeaderAvatar | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
avatarmaxwidth: string;
|
|
24
|
+
navitems: IDHeaderNavItem[] | undefined;
|
|
25
|
+
persistentmobilemenu: boolean;
|
|
26
|
+
mobileitems: IDHeaderItem[] | undefined;
|
|
27
|
+
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
28
|
+
onDidToggleRegion: EventEmitter<boolean>;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderComponent, "id-header", never, { "type": "type"; "
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderComponent, "id-header", never, { "type": "type"; "brandtext": "brandtext"; "brandtexttop": "brandtexttop"; "brandtextbottom": "brandtextbottom"; "hideregionpicker": "hideregionpicker"; "fluid": "fluid"; "unresponsive": "unresponsive"; "hidebrand": "hidebrand"; "logohref": "logohref"; "pickregiontext": "pickregiontext"; "regionicon": "regionicon"; "regionicontitle": "regionicontitle"; "srlogolabel": "srlogolabel"; "items": "items"; "avatar": "avatar"; "avatarmaxwidth": "avatarmaxwidth"; "navitems": "navitems"; "persistentmobilemenu": "persistentmobilemenu"; "mobileitems": "mobileitems"; "mobilemenuitems": "mobilemenuitems"; }, { "onDidToggleRegion": "onDidToggleRegion"; }, never, ["[avatar]", "*", "[avatarMobile]"]>;
|
|
31
31
|
}
|
|
@@ -3,8 +3,9 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./header.component";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "../../internals/anchor.module";
|
|
6
|
+
import * as i4 from "../icon/icon.module";
|
|
6
7
|
export declare class IDHeaderModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderModule, [typeof i1.IDHeaderComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDHeaderComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderModule, [typeof i1.IDHeaderComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule, typeof i4.IDIconModule], [typeof i1.IDHeaderComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderModule>;
|
|
10
11
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
2
1
|
import { IDLink } from '../../classes/link/IDLink';
|
|
3
2
|
import { IDNotificationBadge } from '../../classes/notification-badge';
|
|
3
|
+
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class IDLinkComponent {
|
|
6
6
|
constructor();
|
|
7
7
|
link: IDLink | null;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
underlined:
|
|
8
|
+
notificationbadge: IDNotificationBadge | null;
|
|
9
|
+
prependicon: IDIcon | null;
|
|
10
|
+
appendicon: IDIcon | null;
|
|
11
|
+
underlined: boolean;
|
|
12
12
|
padding: string | null;
|
|
13
13
|
outline: string | null;
|
|
14
|
-
block:
|
|
14
|
+
block: boolean;
|
|
15
15
|
color: string | undefined;
|
|
16
16
|
size: string | undefined;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
external:
|
|
17
|
+
activeicon: boolean;
|
|
18
|
+
activeiconbackground: string | undefined;
|
|
19
|
+
external: boolean;
|
|
20
20
|
slot: string | undefined;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "link": "link"; "
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "link": "link"; "notificationbadge": "notificationbadge"; "prependicon": "prependicon"; "appendicon": "appendicon"; "underlined": "underlined"; "padding": "padding"; "outline": "outline"; "block": "block"; "color": "color"; "size": "size"; "activeicon": "activeicon"; "activeiconbackground": "activeiconbackground"; "external": "external"; "slot": "slot"; }, {}, never, ["*"]>;
|
|
23
23
|
}
|
|
@@ -3,9 +3,8 @@ import '@inera/ids-core/components/icon/register';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./link.component";
|
|
5
5
|
import * as i2 from "@angular/common";
|
|
6
|
-
import * as i3 from "../../internals/anchor.module";
|
|
7
6
|
export declare class IDLinkModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDLinkModule, [typeof i1.IDLinkComponent], [typeof i2.CommonModule
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDLinkModule, [typeof i1.IDLinkComponent], [typeof i2.CommonModule], [typeof i1.IDLinkComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IDLinkModule>;
|
|
11
10
|
}
|
|
@@ -4,10 +4,10 @@ export declare class IDListItemComponent {
|
|
|
4
4
|
date: Date | null;
|
|
5
5
|
year: string | null;
|
|
6
6
|
month: string | null;
|
|
7
|
-
|
|
7
|
+
monthlabel: string | null;
|
|
8
8
|
day: string | null;
|
|
9
|
-
|
|
9
|
+
showdatelabel: boolean;
|
|
10
10
|
constructor();
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemComponent, "id-list-item", never, { "headline": "headline"; "date": "date"; "year": "year"; "month": "month"; "
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemComponent, "id-list-item", never, { "headline": "headline"; "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; "showdatelabel": "showdatelabel"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDPopoverComponent {
|
|
3
3
|
constructor();
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
autofocus: boolean;
|
|
5
|
+
maxwidth: string;
|
|
6
|
+
maxheight: string;
|
|
6
7
|
cathegory: string | undefined;
|
|
7
8
|
position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "autofocus": "autofocus"; "maxwidth": "maxwidth"; "maxheight": "maxheight"; "cathegory": "cathegory"; "position": "position"; }, {}, never, ["*", "[popover-content]"]>;
|
|
10
11
|
}
|
|
@@ -2,8 +2,8 @@ import { ElementRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDTabPanelComponent {
|
|
4
4
|
private elementRef;
|
|
5
|
-
|
|
5
|
+
nofocus: string | undefined;
|
|
6
6
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabPanelComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, { "
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, { "nofocus": "nofocus"; }, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { IDIcon } from '../../../classes/icon/IDIcon';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IDTabComponent {
|
|
4
5
|
private elementRef;
|
|
5
6
|
notices: number;
|
|
6
7
|
notifications: number;
|
|
7
8
|
label: string;
|
|
8
|
-
icon: string;
|
|
9
9
|
selected: Boolean;
|
|
10
|
+
icon: IDIcon | undefined;
|
|
10
11
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "notices": "notices"; "notifications": "notifications"; "label": "label"; "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "notices": "notices"; "notifications": "notifications"; "label": "label"; "selected": "selected"; "icon": "icon"; }, {}, never, ["*"]>;
|
|
13
14
|
}
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class IDTagComponent {
|
|
4
4
|
clickable: boolean;
|
|
5
5
|
closeable: boolean;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
srcloselabel: string;
|
|
7
|
+
onClicked: EventEmitter<boolean>;
|
|
8
|
+
onClosed: EventEmitter<boolean>;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTagComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "clickable": "clickable"; "closeable": "closeable"; "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "clickable": "clickable"; "closeable": "closeable"; "srcloselabel": "srcloselabel"; }, { "onClicked": "onClicked"; "onClosed": "onClosed"; }, never, ["*"]>;
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "
|
|
7
|
+
"@inera/ids-core": "3.0.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|