@eui/components 17.0.0-next.26 → 17.0.0-next.27
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/docs/components/EuiAppComponent.html +1 -75
- package/docs/components/EuiAppSidebarHeaderUserProfileComponent.html +281 -133
- package/docs/components/EuiAppTopMessageComponent.html +1 -1
- package/docs/components/EuiNotificationsComponent.html +1 -1
- package/docs/components/EuiUserProfileCardComponent.html +2 -40
- package/docs/components/EuiUserProfileComponent.html +119 -30
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiAppSidebarModule.html +3 -0
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +5 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +64 -27
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +10 -4
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +5 -4
- package/esm2022/layout/eui-app/eui-app.component.mjs +6 -36
- package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +6 -7
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +47 -19
- package/eui-tree-list/eui-tree-list-item.component.d.ts +1 -1
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +4 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +562 -523
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts +14 -10
- package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar.module.d.ts +2 -1
- package/layout/eui-app/eui-app-sidebar/sidebar.module.d.ts.map +1 -1
- package/layout/eui-app/eui-app.component.d.ts +3 -8
- package/layout/eui-app/eui-app.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +2 -3
- package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts +13 -7
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1,20 +1,24 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
1
|
+
import { EventEmitter, QueryList } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
|
-
import {
|
3
|
+
import { EuiUserProfileMenuComponent } from '../../../eui-user-profile';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class EuiAppSidebarHeaderUserProfileComponent {
|
6
|
-
asService: EuiAppShellService;
|
7
|
-
impersonateLabel: string;
|
8
|
-
welcomeLabel: string;
|
9
|
-
get isOnline(): boolean;
|
10
|
-
set isOnline(value: BooleanInput);
|
11
6
|
cssClasses: string;
|
7
|
+
welcomeLabel: string;
|
8
|
+
impersonateLabel: string;
|
9
|
+
avatarUrl: string;
|
10
|
+
isShowUserInfos: BooleanInput;
|
11
|
+
hasWelcomeLabel: BooleanInput;
|
12
|
+
isShowAvatarInitials: BooleanInput;
|
13
|
+
hasTabNavigation: BooleanInput;
|
14
|
+
isOnline: BooleanInput;
|
15
|
+
hasToggle: BooleanInput;
|
12
16
|
toggle: EventEmitter<any>;
|
13
17
|
toggleProfile: boolean;
|
14
|
-
|
15
|
-
constructor(asService: EuiAppShellService);
|
18
|
+
userProfileMenu: QueryList<EuiUserProfileMenuComponent>;
|
16
19
|
onProfileClick(event: any): void;
|
20
|
+
onClick(event: MouseEvent): void;
|
17
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarHeaderUserProfileComponent, never>;
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarHeaderUserProfileComponent, "eui-app-sidebar-header-user-profile", never, { "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarHeaderUserProfileComponent, "eui-app-sidebar-header-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "isOnline": { "alias": "isOnline"; "required": false; }; "hasToggle": { "alias": "hasToggle"; "required": false; }; }, { "toggle": "toggle"; }, ["userProfileMenu"], ["eui-user-profile-menu"], false, never>;
|
19
23
|
}
|
20
24
|
//# sourceMappingURL=sidebar-header-user-profile.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar-header-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,YAAY,
|
1
|
+
{"version":3,"file":"sidebar-header-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,YAAY,EAAuC,SAAS,EAAgB,MAAM,eAAe,CAAC;AACtL,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;;AAExE,qBAOa,uCAAuC;IAC1B,UAAU,SAAyC;IAEhE,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAI3B,eAAe,EAAE,YAAY,CAAQ;IAGrC,eAAe,EAAE,YAAY,CAAQ;IAGrC,oBAAoB,EAAE,YAAY,CAAS;IAG3C,gBAAgB,EAAE,YAAY,CAAS;IAGvC,QAAQ,EAAE,YAAY,CAAQ;IAG9B,SAAS,EAAE,YAAY,CAAS;IAItB,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAClD,aAAa,UAAS;IAEmC,eAAe,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAIxH,cAAc,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAOhC,OAAO,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCA1CvB,uCAAuC;2CAAvC,uCAAuC;CA6CnD"}
|
@@ -11,9 +11,10 @@ import * as i9 from "@angular/router";
|
|
11
11
|
import * as i10 from "@eui/components/eui-menu";
|
12
12
|
import * as i11 from "@eui/components/eui-button";
|
13
13
|
import * as i12 from "@eui/components/pipes";
|
14
|
+
import * as i13 from "../../eui-user-profile/user-profile.module";
|
14
15
|
export declare class EuiAppSidebarModule {
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarModule, never>;
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAppSidebarModule, [typeof i1.EuiAppSidebarComponent, typeof i2.EuiAppSidebarHeaderComponent, typeof i3.EuiAppSidebarBodyComponent, typeof i4.EuiAppSidebarFooterComponent, typeof i5.EuiAppSidebarMenuComponent, typeof i6.EuiAppSidebarHeaderUserProfileComponent, typeof i7.EuiAppSidebarDrawerComponent], [typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.EuiMenuModule, typeof i11.EuiButtonModule, typeof i12.EuiCoerceBooleanPipeModule], [typeof i1.EuiAppSidebarComponent, typeof i2.EuiAppSidebarHeaderComponent, typeof i3.EuiAppSidebarBodyComponent, typeof i4.EuiAppSidebarFooterComponent, typeof i5.EuiAppSidebarMenuComponent, typeof i6.EuiAppSidebarHeaderUserProfileComponent, typeof i7.EuiAppSidebarDrawerComponent]>;
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAppSidebarModule, [typeof i1.EuiAppSidebarComponent, typeof i2.EuiAppSidebarHeaderComponent, typeof i3.EuiAppSidebarBodyComponent, typeof i4.EuiAppSidebarFooterComponent, typeof i5.EuiAppSidebarMenuComponent, typeof i6.EuiAppSidebarHeaderUserProfileComponent, typeof i7.EuiAppSidebarDrawerComponent], [typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.EuiMenuModule, typeof i11.EuiButtonModule, typeof i12.EuiCoerceBooleanPipeModule, typeof i13.EuiUserProfileModule], [typeof i1.EuiAppSidebarComponent, typeof i2.EuiAppSidebarHeaderComponent, typeof i3.EuiAppSidebarBodyComponent, typeof i4.EuiAppSidebarFooterComponent, typeof i5.EuiAppSidebarMenuComponent, typeof i6.EuiAppSidebarHeaderUserProfileComponent, typeof i7.EuiAppSidebarDrawerComponent]>;
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiAppSidebarModule>;
|
18
19
|
}
|
19
20
|
//# sourceMappingURL=sidebar.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-sidebar/sidebar.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-sidebar/sidebar.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AA2BA,qBAQa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { OnInit, OnDestroy, OnChanges, SimpleChanges, ChangeDetectorRef, AfterContentInit } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
3
|
import { DeviceDetectorService } from 'ngx-device-detector';
|
4
|
-
import {
|
5
|
-
import { EuiGrowlService } from '@eui/core';
|
4
|
+
import { EuiAppShellService, EuiGrowlService } from '@eui/core';
|
6
5
|
import { EuiAppSidebarComponent } from './eui-app-sidebar';
|
7
6
|
import { EuiAppToolbarComponent } from './eui-app-toolbar';
|
8
7
|
import * as i0 from "@angular/core";
|
@@ -11,13 +10,9 @@ export declare class EuiAppComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
11
10
|
euiGrowlService: EuiGrowlService;
|
12
11
|
private deviceDetectorService;
|
13
12
|
private cdRef;
|
14
|
-
private euiConfigToken;
|
15
13
|
cssClasses: string;
|
16
14
|
appSubTitle: string;
|
17
15
|
themeClass: string;
|
18
|
-
userInfos: string;
|
19
|
-
userSubInfos: string;
|
20
|
-
impersonatedUserInfos: string;
|
21
16
|
hasNoPageWrapper: boolean;
|
22
17
|
get isSidebarOpen(): boolean;
|
23
18
|
set isSidebarOpen(value: BooleanInput);
|
@@ -35,13 +30,13 @@ export declare class EuiAppComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
35
30
|
private _isShrinkHeaderActive;
|
36
31
|
private _isSidebarHidden;
|
37
32
|
private destroy$;
|
38
|
-
constructor(asService: EuiAppShellService, euiGrowlService: EuiGrowlService, deviceDetectorService: DeviceDetectorService, cdRef: ChangeDetectorRef
|
33
|
+
constructor(asService: EuiAppShellService, euiGrowlService: EuiGrowlService, deviceDetectorService: DeviceDetectorService, cdRef: ChangeDetectorRef);
|
39
34
|
ngAfterContentInit(): void;
|
40
35
|
ngOnInit(): void;
|
41
36
|
ngOnChanges(changes: SimpleChanges): void;
|
42
37
|
ngOnDestroy(): void;
|
43
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppComponent, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppComponent, "eui-app", never, { "appSubTitle": { "alias": "appSubTitle"; "required": false; }; "themeClass": { "alias": "themeClass"; "required": false; }; "
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppComponent, "eui-app", never, { "appSubTitle": { "alias": "appSubTitle"; "required": false; }; "themeClass": { "alias": "themeClass"; "required": false; }; "isSidebarOpen": { "alias": "isSidebarOpen"; "required": false; }; "isSidebarExpandOnHover": { "alias": "isSidebarExpandOnHover"; "required": false; }; "isShrinkHeaderActive": { "alias": "isShrinkHeaderActive"; "required": false; }; "isSidebarHidden": { "alias": "isSidebarHidden"; "required": false; }; }, {}, ["appSidebar", "customPageWrapper", "appToolbar"], ["eui-app-sidebar", "eui-app-top-message", "eui-app-header", "eui-app-toolbar", "eui-app-breadcrumb", "eui-app-page-wrapper", "eui-app-footer"], false, never>;
|
45
40
|
}
|
46
41
|
export declare class EuiAppPageWrapperDirective {
|
47
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppPageWrapperDirective, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-app.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-app/eui-app.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,SAAS,EAKT,SAAS,EACT,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAK5D,OAAO,
|
1
|
+
{"version":3,"file":"eui-app.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-app/eui-app.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,SAAS,EAKT,SAAS,EACT,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAK5D,OAAO,EAA+B,kBAAkB,EAAe,eAAe,EAAE,MAAM,WAAW,CAAC;AAC1G,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;;AAE3D,qBAMa,eAAgB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB;IAqDvE,SAAS,EAAE,kBAAkB;IAC7B,eAAe,EAAE,eAAe;IACvC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IAvDK,UAAU,SAAa;IAEpC,WAAW,SAAM;IACjB,UAAU,SAAM;IAEzB,gBAAgB,UAAS;IAEzB,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,IACI,sBAAsB,IAAI,OAAO,CAEpC;IACD,IAAI,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAE7C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IAGD,UAAU,EAAE,sBAAsB,CAAC;IAGnC,iBAAiB,EAAE,0BAA0B,CAAC;IAG9C,UAAU,EAAE,sBAAsB,CAAC;IAEnC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,uBAAuB,CAAQ;IACvC,OAAO,CAAC,qBAAqB,CAAQ;IACrC,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,SAAS,EAAE,kBAAkB,EAC7B,eAAe,EAAE,eAAe,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,iBAAiB;IAGpC,kBAAkB,IAAI,IAAI;IAI1B,QAAQ,IAAI,IAAI;IA4ChB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAqBzC,WAAW,IAAI,IAAI;yCAhIV,eAAe;2CAAf,eAAe;CAoI3B;AAGD,qBACa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAI"}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
|
-
import { UserService, UserState
|
3
|
+
import { UserService, UserState } from '@eui/core';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class EuiUserProfileCardComponent implements OnInit, OnDestroy {
|
6
6
|
private userService;
|
7
|
-
asService: EuiAppShellService;
|
8
7
|
get cssClasses(): string;
|
9
8
|
avatarInitials: string;
|
10
9
|
userState: UserState;
|
@@ -16,7 +15,7 @@ export declare class EuiUserProfileCardComponent implements OnInit, OnDestroy {
|
|
16
15
|
showProfileInfo: EventEmitter<void>;
|
17
16
|
closeProfileMenu: EventEmitter<void>;
|
18
17
|
private unsubscribeSubject$;
|
19
|
-
constructor(userService: UserService
|
18
|
+
constructor(userService: UserService);
|
20
19
|
ngOnInit(): void;
|
21
20
|
ngOnDestroy(): void;
|
22
21
|
onShowInfoClick(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAE,YAAY,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AACnJ,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,SAAS,
|
1
|
+
{"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAE,YAAY,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AACnJ,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAiB,MAAM,WAAW,CAAC;;AAIlE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAuB7D,OAAO,CAAC,WAAW;IAtBvB,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAEP,gBAAgB,SAAmB;IACnC,gBAAgB,SAA0B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAG3B,oBAAoB,EAAE,YAAY,CAAS;IAEjC,eAAe,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IACzD,gBAAgB,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAEpE,OAAO,CAAC,mBAAmB,CAAgC;gBAG/C,WAAW,EAAE,WAAW;IAGpC,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;IAKnB,eAAe,IAAI,IAAI;IAIvB,OAAO,IAAI,IAAI;yCAnDN,2BAA2B;2CAA3B,2BAA2B;CAsDvC"}
|
@@ -1,33 +1,39 @@
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
1
|
+
import { OnInit, OnDestroy, AfterContentInit } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
|
-
import {
|
3
|
+
import { UserService, UserState } from '@eui/core';
|
4
4
|
import { EuiDropdownComponent } from '@eui/components/eui-dropdown';
|
5
5
|
import { BaseStatesDirective } from '@eui/components/shared';
|
6
|
+
import { EuiToolbarItemComponent } from '../eui-toolbar';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
import * as i1 from "@eui/components/shared";
|
8
|
-
export declare class EuiUserProfileComponent implements OnInit, OnDestroy {
|
9
|
-
asService: EuiAppShellService;
|
9
|
+
export declare class EuiUserProfileComponent implements OnInit, OnDestroy, AfterContentInit {
|
10
10
|
private userService;
|
11
11
|
baseStatesDirective: BaseStatesDirective;
|
12
12
|
get cssClasses(): string;
|
13
|
+
userState: UserState;
|
13
14
|
isOnline: boolean;
|
14
15
|
avatarInitials: string;
|
16
|
+
toolbarItemParent: EuiToolbarItemComponent;
|
15
17
|
dropdown: EuiDropdownComponent;
|
16
18
|
welcomeLabel: string;
|
17
19
|
impersonateLabel: string;
|
18
20
|
avatarUrl: string;
|
21
|
+
subInfos: string;
|
19
22
|
hasMenu: BooleanInput;
|
20
23
|
isShowUserInfos: BooleanInput;
|
21
24
|
hasWelcomeLabel: BooleanInput;
|
22
25
|
isShowAvatarInitials: BooleanInput;
|
23
26
|
hasTabNavigation: BooleanInput;
|
27
|
+
isReverse: BooleanInput;
|
28
|
+
hasToggle: BooleanInput;
|
24
29
|
private unsubscribeSubject$;
|
25
|
-
constructor(
|
30
|
+
constructor(toolbarItemParent: any, userService: UserService, baseStatesDirective: BaseStatesDirective);
|
26
31
|
ngOnInit(): void;
|
32
|
+
ngAfterContentInit(): void;
|
27
33
|
ngOnDestroy(): void;
|
28
34
|
closeDropdown(): void;
|
29
35
|
private getCssClasses;
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileComponent,
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiUserProfileComponent, "eui-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "hasMenu": { "alias": "hasMenu"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSizeS": "euiSizeS"; "euiInverted": "euiInverted"; }; outputs: {}; }]>;
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileComponent, [{ optional: true; host: true; }, null, null]>;
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiUserProfileComponent, "eui-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "subInfos": { "alias": "subInfos"; "required": false; }; "hasMenu": { "alias": "hasMenu"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "isReverse": { "alias": "isReverse"; "required": false; }; "hasToggle": { "alias": "hasToggle"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSizeS": "euiSizeS"; "euiInverted": "euiInverted"; }; outputs: {}; }]>;
|
32
38
|
}
|
33
39
|
//# sourceMappingURL=user-profile.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAa,SAAS,EAAE,MAAM,eAAe,CAAC;
|
1
|
+
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAa,SAAS,EAAsC,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9L,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAiB,MAAM,WAAW,CAAC;AAElE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;;;AAEzD,qBAgBa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB;IA4C3E,OAAO,CAAC,WAAW;IACZ,mBAAmB,EAAE,mBAAmB;IA5CnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,uBAAuB,CAAC;IAEpB,QAAQ,EAAE,oBAAoB,CAAC;IAE7C,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IAI1B,OAAO,EAAE,YAAY,CAAQ;IAG7B,eAAe,EAAE,YAAY,CAAQ;IAGrC,eAAe,EAAE,YAAY,CAAQ;IAGrC,oBAAoB,EAAE,YAAY,CAAS;IAG3C,gBAAgB,EAAE,YAAY,CAAS;IAGvC,SAAS,EAAE,YAAY,CAAS;IAGhC,SAAS,EAAE,YAAY,CAAS;IAEhC,OAAO,CAAC,mBAAmB,CAAgC;gBAGgB,iBAAiB,KAAA,EAChF,WAAW,EAAE,WAAW,EACzB,mBAAmB,EAAE,mBAAmB;IAKnD,QAAQ,IAAI,IAAI;IAchB,kBAAkB,IAAI,IAAI;IAO1B,WAAW,IAAI,IAAI;IAKnB,aAAa,IAAI,IAAI;IAIrB,OAAO,CAAC,aAAa;yCAhFZ,uBAAuB;2CAAvB,uBAAuB;CAsFnC"}
|