@eui/components 19.0.0-next.13 → 19.0.0-next.15
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/EuiAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuiEditorComponent.html +1 -1
- package/docs/components/EuiToolbarMenuComponent.html +5 -5
- package/docs/components/EuiUserProfileCardComponent.html +3 -3
- package/docs/components/EuiUserProfileComponent.html +5 -28
- package/docs/dependencies.html +2 -2
- package/docs/index.html +1 -1
- package/docs/interfaces/ToolbarItem.html +372 -0
- package/docs/js/menu-wc.js +6 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +3 -3
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.component.d.ts +4 -5
- package/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.module.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +25 -30
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +1 -0
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +4 -4
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +12 -7
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -2,7 +2,7 @@ import { OnChanges, OnInit, SimpleChanges, EventEmitter, OnDestroy } from '@angu
|
|
2
2
|
import { EuiAppShellService } from '@eui/core';
|
3
3
|
import { EuiMenuItem } from '@eui/components/eui-menu';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class EuiAppSidebarMenuComponent implements OnInit, OnChanges, OnDestroy {
|
5
|
+
export declare class EuiAppSidebarMenuComponent<Items = any> implements OnInit, OnChanges, OnDestroy {
|
6
6
|
asService: EuiAppShellService;
|
7
7
|
class: string;
|
8
8
|
hasFilter: boolean;
|
@@ -14,7 +14,7 @@ export declare class EuiAppSidebarMenuComponent implements OnInit, OnChanges, On
|
|
14
14
|
isFlat: boolean;
|
15
15
|
hasScrollToItem: boolean;
|
16
16
|
hasBoldRootLevel: boolean;
|
17
|
-
items:
|
17
|
+
items: Items[];
|
18
18
|
sidebarItemClick: EventEmitter<EuiMenuItem<unknown>>;
|
19
19
|
sidebarItemToggle: EventEmitter<EuiMenuItem<unknown>>;
|
20
20
|
private subs;
|
@@ -24,8 +24,8 @@ export declare class EuiAppSidebarMenuComponent implements OnInit, OnChanges, On
|
|
24
24
|
ngOnChanges(changes: SimpleChanges): void;
|
25
25
|
onMenuItemClicked(event: EuiMenuItem): void;
|
26
26
|
onSidebarItemToggled(event: EuiMenuItem): void;
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarMenuComponent
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarMenuComponent
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarMenuComponent<any>, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarMenuComponent<any>, "eui-app-sidebar-menu", never, { "hasFilter": { "alias": "hasFilter"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "expandAllItems": { "alias": "expandAllItems"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "hasCollapsedInitials": { "alias": "hasCollapsedInitials"; "required": false; }; "isFlat": { "alias": "isFlat"; "required": false; }; "hasScrollToItem": { "alias": "hasScrollToItem"; "required": false; }; "hasBoldRootLevel": { "alias": "hasBoldRootLevel"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "sidebarItemClick": "sidebarItemClick"; "sidebarItemToggle": "sidebarItemToggle"; }, never, never, false, never>;
|
29
29
|
static ngAcceptInputType_hasFilter: unknown;
|
30
30
|
static ngAcceptInputType_hasIcons: unknown;
|
31
31
|
static ngAcceptInputType_hasTooltip: unknown;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar-menu.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,
|
1
|
+
{"version":3,"file":"sidebar-menu.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,qBAOa,0BAA0B,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAoBrE,SAAS,EAAE,kBAAkB;IAnBjC,KAAK,SAA0B;IAEN,SAAS,UAAS;IAClB,QAAQ,UAAS;IACjB,UAAU,UAAQ;IAClB,cAAc,UAAS;IACvB,WAAW,UAAS;IACpB,oBAAoB,UAAS;IAC7B,MAAM,UAAS;IACf,eAAe,UAAS;IACxB,gBAAgB,UAAS;IAExD,KAAK,EAAE,KAAK,EAAE,CAAC;IAEd,gBAAgB,qCAAmC;IACnD,iBAAiB,qCAAmC;IAE9D,OAAO,CAAC,IAAI,CAAe;gBAER,SAAS,EAAE,kBAAkB;IAIhD,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAInB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASlC,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAY3C,oBAAoB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;yCA3D5C,0BAA0B;2CAA1B,0BAA0B;wCA+DkyvC,OAAQ;uCAAR,OAAQ;yCAAR,OAAQ;6CAAR,OAAQ;0CAAR,OAAQ;mDAAR,OAAQ;qCAAR,OAAQ;8CAAR,OAAQ;+CAAR,OAAQ;CADh1vC"}
|
@@ -2,22 +2,27 @@ import { SimpleChanges, OnInit, OnDestroy, EventEmitter, ChangeDetectorRef, OnCh
|
|
2
2
|
import { EuiAppShellService } from '@eui/core';
|
3
3
|
import { EuiMenuItem } from '@eui/components/eui-menu';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export
|
5
|
+
export interface ToolbarItem<M = unknown> extends EuiMenuItem<M> {
|
6
|
+
isHome?: boolean;
|
7
|
+
isSeparator?: boolean;
|
8
|
+
children?: ToolbarItem<M>[];
|
9
|
+
}
|
10
|
+
export declare class EuiToolbarMenuComponent<Item extends ToolbarItem = ToolbarItem> implements OnInit, OnDestroy, OnChanges {
|
6
11
|
asService: EuiAppShellService;
|
7
12
|
private cd;
|
8
13
|
private document;
|
9
14
|
get cssClasses(): string;
|
10
|
-
items:
|
11
|
-
menuItemClick: EventEmitter<
|
15
|
+
items: Item[];
|
16
|
+
menuItemClick: EventEmitter<ToolbarItem<unknown>>;
|
12
17
|
isdropdownOpen: boolean;
|
13
18
|
private subs;
|
14
19
|
constructor(asService: EuiAppShellService, cd: ChangeDetectorRef, document: Document);
|
15
20
|
ngOnInit(): void;
|
16
21
|
ngOnDestroy(): void;
|
17
22
|
ngOnChanges(changes: SimpleChanges): void;
|
18
|
-
onLinkClick(link:
|
19
|
-
onKeyDown(event: KeyboardEvent, link:
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarMenuComponent
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarMenuComponent
|
23
|
+
onLinkClick(link: ToolbarItem): void;
|
24
|
+
onKeyDown(event: KeyboardEvent, link: ToolbarItem): void;
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarMenuComponent<any>, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarMenuComponent<any>, "eui-toolbar-menu", never, { "items": { "alias": "items"; "required": false; }; }, { "menuItemClick": "menuItemClick"; }, never, never, true, never>;
|
22
27
|
}
|
23
28
|
//# sourceMappingURL=toolbar-menu.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EAEjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAOvD,qBAgBa,
|
1
|
+
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EAEjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAOvD,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC;IAC5D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;CAC/B;AAED,qBAgBa,uBAAuB,CAAC,IAAI,SAAS,WAAW,GAAG,WAAW,CAAE,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAerG,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,EAAE;IACQ,OAAO,CAAC,QAAQ;IAhBtC,IACW,UAAU,IAAI,MAAM,CAE9B;IAEQ,KAAK,EAAE,IAAI,EAAE,CAAC;IAEb,aAAa,qCAAmC;IAE1D,cAAc,UAAS;IAEvB,OAAO,CAAC,IAAI,CAAe;gBAGhB,SAAS,EAAE,kBAAkB,EAC5B,EAAE,EAAE,iBAAiB,EACH,QAAQ,EAAE,QAAQ;IAKhD,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAwCpC,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI;yCAzF/C,uBAAuB;2CAAvB,uBAAuB;CAsJnC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "19.0.0-next.
|
3
|
+
"version": "19.0.0-next.15",
|
4
4
|
"tag": "next",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -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": "19.0.0-next.
|
14
|
-
"@eui/base": "19.0.0-next.
|
13
|
+
"@eui/core": "19.0.0-next.15",
|
14
|
+
"@eui/base": "19.0.0-next.15",
|
15
15
|
"@angular/common": "^18.0.0",
|
16
16
|
"@angular/core": "^18.0.0",
|
17
17
|
"@angular/forms": "^18.0.0",
|