@eui/components 17.2.3-snapshot-1709641986645 → 17.2.3-snapshot-1709729129837
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/EuiAppSidebarHeaderUserProfileComponent.html +67 -52
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- 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-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +40 -38
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +20 -4
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -2
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +58 -41
- 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 +17 -9
- 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 +4 -3
- package/layout/eui-app/eui-app-sidebar/sidebar.module.d.ts.map +1 -1
- package/package.json +10 -10
@@ -1,24 +1,32 @@
|
|
1
1
|
import { EventEmitter, QueryList } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import { EuiUserProfileMenuComponent } from '../../../eui-user-profile';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class EuiAppSidebarHeaderUserProfileComponent {
|
6
|
-
cssClasses: string;
|
5
|
+
get cssClasses(): string;
|
7
6
|
welcomeLabel: string;
|
8
7
|
impersonateLabel: string;
|
9
8
|
avatarUrl: string;
|
10
|
-
isShowUserInfos:
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
hasToggle:
|
9
|
+
isShowUserInfos: boolean;
|
10
|
+
isShowAvatarInitials: boolean;
|
11
|
+
isOnline: boolean;
|
12
|
+
hasWelcomeLabel: boolean;
|
13
|
+
hasTabNavigation: boolean;
|
14
|
+
hasToggle: boolean;
|
15
|
+
hasProfileDrawer: boolean;
|
16
16
|
toggle: EventEmitter<any>;
|
17
17
|
toggleProfile: boolean;
|
18
18
|
userProfileMenu: QueryList<EuiUserProfileMenuComponent>;
|
19
19
|
onProfileClick(event: any): void;
|
20
20
|
onClick(event: MouseEvent): void;
|
21
|
+
private _getCssClasses;
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarHeaderUserProfileComponent, never>;
|
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; }; "
|
23
|
+
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; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "isOnline": { "alias": "isOnline"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "hasToggle": { "alias": "hasToggle"; "required": false; }; "hasProfileDrawer": { "alias": "hasProfileDrawer"; "required": false; }; }, { "toggle": "toggle"; }, ["userProfileMenu"], ["eui-user-profile-menu"], false, never>;
|
24
|
+
static ngAcceptInputType_isShowUserInfos: unknown;
|
25
|
+
static ngAcceptInputType_isShowAvatarInitials: unknown;
|
26
|
+
static ngAcceptInputType_isOnline: unknown;
|
27
|
+
static ngAcceptInputType_hasWelcomeLabel: unknown;
|
28
|
+
static ngAcceptInputType_hasTabNavigation: unknown;
|
29
|
+
static ngAcceptInputType_hasToggle: unknown;
|
30
|
+
static ngAcceptInputType_hasProfileDrawer: unknown;
|
23
31
|
}
|
24
32
|
//# 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,
|
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,EAA+F,YAAY,EAAuC,SAAS,EAAgB,MAAM,eAAe,CAAC;AAExM,OAAO,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;;AAExE,qBAOa,uCAAuC;IAChD,IACW,UAAU,IAAI,MAAM,CAE9B;IAEQ,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAEa,eAAe,UAAQ;IACvB,oBAAoB,UAAS;IAC7B,QAAQ,UAAQ;IAChB,eAAe,UAAQ;IACvB,gBAAgB,UAAS;IACzB,SAAS,UAAS;IAClB,gBAAgB,UAAS;IAGvD,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;IAOhC,OAAO,CAAC,cAAc;yCAxCb,uCAAuC;2CAAvC,uCAAuC;8CA+C6qyB,OAAQ;mDAAR,OAAQ;uCAAR,OAAQ;8CAAR,OAAQ;+CAAR,OAAQ;wCAAR,OAAQ;+CAAR,OAAQ;CADxuyB"}
|
@@ -10,11 +10,12 @@ import * as i8 from "@angular/common";
|
|
10
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
|
-
import * as i12 from "@eui/components/
|
14
|
-
import * as i13 from "
|
13
|
+
import * as i12 from "@eui/components/eui-icon";
|
14
|
+
import * as i13 from "@eui/components/pipes";
|
15
|
+
import * as i14 from "../../eui-user-profile/user-profile.module";
|
15
16
|
export declare class EuiAppSidebarModule {
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarModule, never>;
|
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.
|
18
|
+
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.EuiIconModule, typeof i13.EuiCoerceBooleanPipeModule, typeof i14.EuiUserProfileModule], [typeof i1.EuiAppSidebarComponent, typeof i2.EuiAppSidebarHeaderComponent, typeof i3.EuiAppSidebarBodyComponent, typeof i4.EuiAppSidebarFooterComponent, typeof i5.EuiAppSidebarMenuComponent, typeof i6.EuiAppSidebarHeaderUserProfileComponent, typeof i7.EuiAppSidebarDrawerComponent]>;
|
18
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiAppSidebarModule>;
|
19
20
|
}
|
20
21
|
//# 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":";;;;;;;;;;;;;;;AA4BA,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.2.3-snapshot-
|
4
|
-
"tag": "
|
3
|
+
"version": "17.2.3-snapshot-1709729129837",
|
4
|
+
"tag": "snapshot",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
7
7
|
"author": "ec.europa.eui@gmail.com",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "17.2.3-snapshot-
|
14
|
-
"@eui/base": "17.2.3-snapshot-
|
13
|
+
"@eui/core": "17.2.3-snapshot-1709729129837",
|
14
|
+
"@eui/base": "17.2.3-snapshot-1709729129837",
|
15
15
|
"@angular/common": "^17.1.0",
|
16
16
|
"@angular/core": "^17.1.0",
|
17
17
|
"@angular/forms": "^17.1.0",
|
@@ -54,18 +54,18 @@
|
|
54
54
|
"esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
55
55
|
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
56
56
|
},
|
57
|
-
"./eui-all": {
|
58
|
-
"types": "./eui-all/index.d.ts",
|
59
|
-
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
60
|
-
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
61
|
-
"default": "./fesm2022/eui-components-eui-all.mjs"
|
62
|
-
},
|
63
57
|
"./eui-autocomplete": {
|
64
58
|
"types": "./eui-autocomplete/index.d.ts",
|
65
59
|
"esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
66
60
|
"esm": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
67
61
|
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
68
62
|
},
|
63
|
+
"./eui-all": {
|
64
|
+
"types": "./eui-all/index.d.ts",
|
65
|
+
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
66
|
+
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
67
|
+
"default": "./fesm2022/eui-components-eui-all.mjs"
|
68
|
+
},
|
69
69
|
"./eui-avatar": {
|
70
70
|
"types": "./eui-avatar/index.d.ts",
|
71
71
|
"esm2022": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|