@inera/ids-angular 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +106 -12
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/alert/alert.component.js +2 -2
- package/esm2015/lib/components/alert-global/alert-global.component.js +2 -2
- package/esm2015/lib/components/badge/badge.module.js +1 -1
- package/esm2015/lib/components/icon/icon.component.js +5 -2
- package/esm2015/lib/components/link/link.component.js +7 -4
- package/esm2015/lib/components/navigation/content/navigation-content.component.js +19 -0
- package/esm2015/lib/components/navigation/content/navigation-content.module.js +22 -0
- package/esm2015/lib/components/popover/popover.component.js +9 -3
- package/esm2015/lib/components/progressbar/progressbar.module.js +1 -1
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +7 -4
- package/esm2015/lib/components/tooltip/tooltip.component.js +15 -0
- package/esm2015/lib/components/tooltip/tooltip.module.js +22 -0
- package/esm2015/public-api.js +7 -1
- package/fesm2015/inera-ids-angular.js +94 -11
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/icon/icon.component.d.ts +2 -1
- package/lib/components/link/link.component.d.ts +3 -2
- package/lib/components/navigation/content/navigation-content.component.d.ts +7 -0
- package/lib/components/navigation/content/navigation-content.module.d.ts +8 -0
- package/lib/components/popover/popover.component.d.ts +3 -1
- package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -1
- package/lib/components/tooltip/tooltip.component.d.ts +6 -0
- package/lib/components/tooltip/tooltip.module.d.ts +8 -0
- package/package.json +2 -2
- package/public-api.d.ts +4 -0
|
@@ -8,8 +8,9 @@ export declare class IDIconComponent {
|
|
|
8
8
|
colorpreset: string | undefined;
|
|
9
9
|
title: string | undefined;
|
|
10
10
|
size: 'm' | 's' | 'xs';
|
|
11
|
+
inline: boolean;
|
|
11
12
|
width: string | undefined;
|
|
12
13
|
height: string | undefined;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDIconComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDIconComponent, "id-icon", never, { "name": "name"; "rotate": "rotate"; "color": "color"; "color2": "color2"; "colorpreset": "colorpreset"; "title": "title"; "size": "size"; "width": "width"; "height": "height"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDIconComponent, "id-icon", never, { "name": "name"; "rotate": "rotate"; "color": "color"; "color2": "color2"; "colorpreset": "colorpreset"; "title": "title"; "size": "size"; "inline": "inline"; "width": "width"; "height": "height"; }, {}, never, never>;
|
|
15
16
|
}
|
|
@@ -14,9 +14,10 @@ export declare class IDLinkComponent {
|
|
|
14
14
|
block: Boolean;
|
|
15
15
|
color: string | undefined;
|
|
16
16
|
size: string | undefined;
|
|
17
|
-
|
|
17
|
+
activeIcon: Boolean;
|
|
18
|
+
activeIconBackground: string | undefined;
|
|
18
19
|
external: Boolean;
|
|
19
20
|
slot: string | undefined;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
|
|
21
|
-
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"; "
|
|
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, ["*"]>;
|
|
22
23
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDNavigationContentComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
headline: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": "headline"; }, {}, never, ["*"]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import '@inera/ids-core/components/navigation/content/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./navigation-content.component";
|
|
4
|
+
export declare class IDNavigationContentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDNavigationContentModule, [typeof i1.IDNavigationContentComponent], never, [typeof i1.IDNavigationContentComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDNavigationContentModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDPopoverComponent {
|
|
3
3
|
constructor();
|
|
4
|
+
maxWidth: string;
|
|
5
|
+
maxHeight: string;
|
|
4
6
|
cathegory: string | undefined;
|
|
5
7
|
position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "cathegory": "cathegory"; "position": "position"; }, {}, never, ["*", "[popover-content]"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "maxWidth": "maxWidth"; "maxHeight": "maxHeight"; "cathegory": "cathegory"; "position": "position"; }, {}, never, ["*", "[popover-content]"]>;
|
|
8
10
|
}
|
|
@@ -2,7 +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
|
+
'noFocus': string | undefined;
|
|
5
6
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabPanelComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, { "noFocus": "noFocus"; }, {}, never, ["*"]>;
|
|
8
9
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDTooltipComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTooltipComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTooltipComponent, "id-tooltip", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import '@inera/ids-core/components/tooltip/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./tooltip.component";
|
|
4
|
+
export declare class IDTooltipModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTooltipModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDTooltipModule, [typeof i1.IDTooltipComponent], never, [typeof i1.IDTooltipComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDTooltipModule>;
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "1.
|
|
7
|
+
"@inera/ids-core": "1.14.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
package/public-api.d.ts
CHANGED
|
@@ -67,6 +67,8 @@ export * from './lib/components/list/item/list-item.component';
|
|
|
67
67
|
export * from './lib/components/list/item/list-item.module';
|
|
68
68
|
export * from './lib/components/list/item/info/list-item-info.component';
|
|
69
69
|
export * from './lib/components/list/item/info/list-item-info.module';
|
|
70
|
+
export * from './lib/components/navigation/content/navigation-content.component';
|
|
71
|
+
export * from './lib/components/navigation/content/navigation-content.module';
|
|
70
72
|
export * from './lib/components/notification/badge/notification-badge.component';
|
|
71
73
|
export * from './lib/components/notification/badge/notification-badge.module';
|
|
72
74
|
export * from './lib/classes/notification-badge';
|
|
@@ -92,3 +94,5 @@ export * from './lib/components/tabs/tabs.component';
|
|
|
92
94
|
export * from './lib/components/tabs/panel/tab-panel.component';
|
|
93
95
|
export * from './lib/components/tabs/tab/tab.component';
|
|
94
96
|
export * from './lib/components/tabs/tabs.module';
|
|
97
|
+
export * from './lib/components/tooltip/tooltip.component';
|
|
98
|
+
export * from './lib/components/tooltip/tooltip.module';
|