@leanix/components 0.4.684 → 0.4.686
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
2
2
|
import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { ActivatedRoute, Router, RouterLinkActive } from '@angular/router';
|
|
4
|
+
import { IconComponent } from '@ui5/webcomponents-ngx/main/icon';
|
|
4
5
|
import { Observable } from 'rxjs';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TabComponent {
|
|
@@ -8,10 +9,15 @@ export declare class TabComponent {
|
|
|
8
9
|
private router;
|
|
9
10
|
private activatedRoute;
|
|
10
11
|
/**
|
|
11
|
-
* The icon input takes
|
|
12
|
-
* WARNING: Currently this component does not support using an icon together with a
|
|
12
|
+
* The icon input takes an SAP icon name
|
|
13
|
+
* WARNING: Currently this component does not support using an icon together with a counter.
|
|
13
14
|
*/
|
|
14
15
|
icon?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The `design` of the icon.
|
|
18
|
+
* @default NonInteractive
|
|
19
|
+
*/
|
|
20
|
+
iconDesign: IconComponent['design'];
|
|
15
21
|
label: string;
|
|
16
22
|
title?: string;
|
|
17
23
|
/**
|
|
@@ -49,5 +55,5 @@ export declare class TabComponent {
|
|
|
49
55
|
setFocus(): void;
|
|
50
56
|
handleKeyDown(event: KeyboardEvent): void;
|
|
51
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "lx-tab", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tabLink": { "alias": "tabLink"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "counterBadgeSize": { "alias": "counterBadgeSize"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "noLeftMarginForFirstTab": { "alias": "noLeftMarginForFirstTab"; "required": false; }; "background": { "alias": "background"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "switch": "switch"; "keyDownAction": "keyDownAction"; }, never, ["*"], true, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "lx-tab", never, { "icon": { "alias": "icon"; "required": false; }; "iconDesign": { "alias": "iconDesign"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tabLink": { "alias": "tabLink"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "counterBadgeSize": { "alias": "counterBadgeSize"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "noLeftMarginForFirstTab": { "alias": "noLeftMarginForFirstTab"; "required": false; }; "background": { "alias": "background"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "switch": "switch"; "keyDownAction": "keyDownAction"; }, never, ["*"], true, never>;
|
|
53
59
|
}
|