@eui/components 21.0.0-alpha.18 → 21.0.0-alpha.19

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.
Files changed (51) hide show
  1. package/docs/changelog.html +60 -0
  2. package/docs/components/EuiAppComponent.html +7 -3
  3. package/docs/components/EuiAppHeaderComponent.html +1 -1
  4. package/docs/components/EuiAppToolbarComponent.html +1 -1
  5. package/docs/js/search/search_index.js +2 -2
  6. package/docs/miscellaneous/variables.html +48 -506
  7. package/docs/properties.html +1 -1
  8. package/fesm2022/eui-components-layout.mjs +2358 -15
  9. package/fesm2022/eui-components-layout.mjs.map +1 -1
  10. package/fesm2022/eui-components.mjs +1 -146
  11. package/fesm2022/eui-components.mjs.map +1 -1
  12. package/index.d.ts +1 -69
  13. package/index.d.ts.map +1 -1
  14. package/layout/index.d.ts +743 -9
  15. package/layout/index.d.ts.map +1 -1
  16. package/package.json +28 -56
  17. package/fesm2022/eui-components-layout-eui-app.mjs +0 -841
  18. package/fesm2022/eui-components-layout-eui-app.mjs.map +0 -1
  19. package/fesm2022/eui-components-layout-eui-footer.mjs +0 -37
  20. package/fesm2022/eui-components-layout-eui-footer.mjs.map +0 -1
  21. package/fesm2022/eui-components-layout-eui-header.mjs +0 -420
  22. package/fesm2022/eui-components-layout-eui-header.mjs.map +0 -1
  23. package/fesm2022/eui-components-layout-eui-notifications-v2.mjs +0 -264
  24. package/fesm2022/eui-components-layout-eui-notifications-v2.mjs.map +0 -1
  25. package/fesm2022/eui-components-layout-eui-notifications.mjs +0 -277
  26. package/fesm2022/eui-components-layout-eui-notifications.mjs.map +0 -1
  27. package/fesm2022/eui-components-layout-eui-sidebar-toggle.mjs +0 -57
  28. package/fesm2022/eui-components-layout-eui-sidebar-toggle.mjs.map +0 -1
  29. package/fesm2022/eui-components-layout-eui-toolbar.mjs +0 -621
  30. package/fesm2022/eui-components-layout-eui-toolbar.mjs.map +0 -1
  31. package/layout/eui-app/index.d.ts +0 -259
  32. package/layout/eui-app/index.d.ts.map +0 -1
  33. package/layout/eui-app/package.json +0 -3
  34. package/layout/eui-footer/index.d.ts +0 -14
  35. package/layout/eui-footer/index.d.ts.map +0 -1
  36. package/layout/eui-footer/package.json +0 -3
  37. package/layout/eui-header/index.d.ts +0 -136
  38. package/layout/eui-header/index.d.ts.map +0 -1
  39. package/layout/eui-header/package.json +0 -3
  40. package/layout/eui-notifications/index.d.ts +0 -99
  41. package/layout/eui-notifications/index.d.ts.map +0 -1
  42. package/layout/eui-notifications/package.json +0 -3
  43. package/layout/eui-notifications-v2/index.d.ts +0 -88
  44. package/layout/eui-notifications-v2/index.d.ts.map +0 -1
  45. package/layout/eui-notifications-v2/package.json +0 -3
  46. package/layout/eui-sidebar-toggle/index.d.ts +0 -17
  47. package/layout/eui-sidebar-toggle/index.d.ts.map +0 -1
  48. package/layout/eui-sidebar-toggle/package.json +0 -3
  49. package/layout/eui-toolbar/index.d.ts +0 -193
  50. package/layout/eui-toolbar/index.d.ts.map +0 -1
  51. package/layout/eui-toolbar/package.json +0 -3
package/layout/index.d.ts CHANGED
@@ -1,12 +1,746 @@
1
- import * as _eui_components_layout_eui_notifications_v2 from '@eui/components/layout/eui-notifications-v2';
2
- import * as _eui_components_layout_eui_notifications from '@eui/components/layout/eui-notifications';
3
- import * as _eui_components_layout_eui_sidebar_toggle from '@eui/components/layout/eui-sidebar-toggle';
4
- import * as _eui_components_layout_eui_header from '@eui/components/layout/eui-header';
5
- import * as _eui_components_layout_eui_footer from '@eui/components/layout/eui-footer';
6
- import * as _eui_components_layout_eui_toolbar from '@eui/components/layout/eui-toolbar';
7
- import * as _eui_components_layout_eui_app from '@eui/components/layout/eui-app';
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, OnDestroy, AfterViewInit, OnChanges, EventEmitter, SimpleChanges, QueryList, AfterContentInit, ElementRef, TemplateRef } from '@angular/core';
3
+ import { EuiAppShellService, EuiGrowlService, EuiThemeService, UxLinkLegacy, EuiMenuItem as EuiMenuItem$1 } from '@eui/core';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
5
+ import { EuiMenuItem, EuiMenuComponent } from '@eui/components/eui-menu';
6
+ import { EuiUserProfileMenuComponent, EuiUserProfileComponent } from '@eui/components/eui-user-profile';
7
+ import * as i1 from '@eui/components/shared';
8
+ import { BaseStatesDirective } from '@eui/components/shared';
9
+ import { Subscription } from 'rxjs';
10
+ import { UxLinkLegacy as UxLinkLegacy$1 } from '@eui/base';
11
+ import { EuiAutoCompleteItem } from '@eui/components/eui-autocomplete';
12
+ import { EuiTemplateDirective } from '@eui/components/directives';
8
13
 
9
- declare const EUI_LAYOUT: readonly [typeof _eui_components_layout_eui_app.EuiAppComponent, typeof _eui_components_layout_eui_app.EuiAppPageWrapperDirective, typeof _eui_components_layout_eui_app.EuiAppBreadcrumbComponent, typeof _eui_components_layout_eui_app.EuiAppFooterComponent, typeof _eui_components_layout_eui_app.EuiAppHeaderComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarHeaderComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarBodyComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarFooterComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarMenuComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarHeaderUserProfileComponent, typeof _eui_components_layout_eui_app.EuiAppSidebarDrawerComponent, typeof _eui_components_layout_eui_app.EuiAppToolbarComponent, typeof _eui_components_layout_eui_app.EuiAppTopMessageComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarAppComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarEnvironmentComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarItemsComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarItemComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarCenterComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarLogoComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarSelectorComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarNavbarComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarNavbarItemComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarSearchComponent, typeof _eui_components_layout_eui_toolbar.EuiToolbarMegaMenuComponent, typeof _eui_components_layout_eui_footer.EuiFooterComponent, typeof _eui_components_layout_eui_header.EuiHeaderComponent, typeof _eui_components_layout_eui_header.EuiHeaderAppComponent, typeof _eui_components_layout_eui_header.EuiHeaderAppNameComponent, typeof _eui_components_layout_eui_header.EuiHeaderAppSubtitleComponent, typeof _eui_components_layout_eui_header.EuiHeaderAppNameLogoComponent, typeof _eui_components_layout_eui_header.EuiHeaderEnvironmentComponent, typeof _eui_components_layout_eui_header.EuiHeaderLogoComponent, typeof _eui_components_layout_eui_header.EuiHeaderSearchComponent, typeof _eui_components_layout_eui_header.EuiHeaderRightContentComponent, typeof _eui_components_layout_eui_header.EuiHeaderUserProfileComponent, typeof _eui_components_layout_eui_sidebar_toggle.EuiSidebarToggleComponent, typeof _eui_components_layout_eui_notifications.EuiNotificationsComponent, typeof _eui_components_layout_eui_notifications.EuiNotificationItemComponent, typeof _eui_components_layout_eui_notifications_v2.EuiNotificationsV2Component, typeof _eui_components_layout_eui_notifications_v2.EuiNotificationItemV2Component];
14
+ declare class EuiAppSidebarComponent implements OnInit, OnDestroy {
15
+ string: string;
16
+ asService: EuiAppShellService;
17
+ private subscriptions;
18
+ private document;
19
+ close(): void;
20
+ ngOnInit(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarComponent, "eui-app-sidebar", never, {}, {}, never, ["eui-app-sidebar-header-user-profile", "eui-app-sidebar-header", "eui-app-sidebar-body", "eui-app-sidebar-footer", "eui-app-sidebar-drawer"], true, never>;
24
+ }
10
25
 
11
- export { EUI_LAYOUT };
26
+ declare class EuiAppSidebarBodyComponent {
27
+ class: string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarBodyComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarBodyComponent, "eui-app-sidebar-body", never, {}, {}, never, ["eui-app-sidebar-menu", "*"], true, never>;
30
+ }
31
+
32
+ declare class EuiAppSidebarMenuComponent<Items = any> implements OnInit, AfterViewInit, OnChanges, OnDestroy {
33
+ asService: EuiAppShellService;
34
+ class: string;
35
+ hasFilter: boolean;
36
+ hasIcons: boolean;
37
+ hasIconsLabels: boolean;
38
+ hasTooltip: boolean;
39
+ hasTooltipOnExpanded: boolean;
40
+ expandAllItems: boolean;
41
+ isCollapsed: boolean;
42
+ hasCollapsedInitials: boolean;
43
+ isFlat: boolean;
44
+ hasScrollToItem: boolean;
45
+ hasBoldRootLevel: boolean;
46
+ items: Items[];
47
+ sidebarItemClick: EventEmitter<EuiMenuItem<unknown>>;
48
+ sidebarItemToggle: EventEmitter<EuiMenuItem<unknown>>;
49
+ menu?: EuiMenuComponent;
50
+ private subs;
51
+ constructor();
52
+ ngOnInit(): void;
53
+ ngAfterViewInit(): void;
54
+ ngOnDestroy(): void;
55
+ ngOnChanges(changes: SimpleChanges): void;
56
+ onMenuItemClicked(event: EuiMenuItem): void;
57
+ onSidebarItemToggled(event: EuiMenuItem): void;
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarMenuComponent<any>, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarMenuComponent<any>, "eui-app-sidebar-menu", never, { "hasFilter": { "alias": "hasFilter"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "hasIconsLabels": { "alias": "hasIconsLabels"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "hasTooltipOnExpanded": { "alias": "hasTooltipOnExpanded"; "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, true, never>;
60
+ static ngAcceptInputType_hasFilter: unknown;
61
+ static ngAcceptInputType_hasIcons: unknown;
62
+ static ngAcceptInputType_hasIconsLabels: unknown;
63
+ static ngAcceptInputType_hasTooltip: unknown;
64
+ static ngAcceptInputType_hasTooltipOnExpanded: unknown;
65
+ static ngAcceptInputType_expandAllItems: unknown;
66
+ static ngAcceptInputType_isCollapsed: unknown;
67
+ static ngAcceptInputType_hasCollapsedInitials: unknown;
68
+ static ngAcceptInputType_isFlat: unknown;
69
+ static ngAcceptInputType_hasScrollToItem: unknown;
70
+ static ngAcceptInputType_hasBoldRootLevel: unknown;
71
+ }
72
+
73
+ declare class EuiAppSidebarHeaderComponent implements OnInit, OnDestroy {
74
+ class: string;
75
+ private asService;
76
+ private document;
77
+ ngOnInit(): void;
78
+ ngOnDestroy(): void;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarHeaderComponent, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarHeaderComponent, "eui-app-sidebar-header", never, {}, {}, never, ["*"], true, never>;
81
+ }
82
+
83
+ declare class EuiAppSidebarFooterComponent implements OnInit, OnDestroy {
84
+ class: string;
85
+ private asService;
86
+ private document;
87
+ ngOnInit(): void;
88
+ ngOnDestroy(): void;
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarFooterComponent, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarFooterComponent, "eui-app-sidebar-footer", never, {}, {}, never, ["*"], true, never>;
91
+ }
92
+
93
+ declare class EuiAppSidebarHeaderUserProfileComponent {
94
+ get cssClasses(): string;
95
+ welcomeLabel: string;
96
+ impersonateLabel: string;
97
+ avatarUrl: string;
98
+ isShowUserInfos: boolean;
99
+ isShowAvatarInitials: boolean;
100
+ isOnline: boolean;
101
+ hasWelcomeLabel: boolean;
102
+ hasTabNavigation: boolean;
103
+ hasToggle: boolean;
104
+ hasProfileDrawer: boolean;
105
+ toggle: EventEmitter<any>;
106
+ toggleProfile: boolean;
107
+ userProfileMenu: QueryList<EuiUserProfileMenuComponent>;
108
+ onProfileClick(event: any): void;
109
+ onClick(event: MouseEvent): void;
110
+ private _getCssClasses;
111
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarHeaderUserProfileComponent, never>;
112
+ 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"], true, never>;
113
+ static ngAcceptInputType_isShowUserInfos: unknown;
114
+ static ngAcceptInputType_isShowAvatarInitials: unknown;
115
+ static ngAcceptInputType_isOnline: unknown;
116
+ static ngAcceptInputType_hasWelcomeLabel: unknown;
117
+ static ngAcceptInputType_hasTabNavigation: unknown;
118
+ static ngAcceptInputType_hasToggle: unknown;
119
+ static ngAcceptInputType_hasProfileDrawer: unknown;
120
+ }
121
+
122
+ declare class EuiAppSidebarDrawerComponent {
123
+ get isExpanded(): boolean;
124
+ set isExpanded(value: BooleanInput);
125
+ get cssClasses(): string;
126
+ private _isExpanded;
127
+ onSidebarDrawerContentClick(event: Event): void;
128
+ private _getCssClasses;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarDrawerComponent, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppSidebarDrawerComponent, "eui-app-sidebar-drawer", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; }, {}, never, ["*"], true, never>;
131
+ }
132
+
133
+ declare class EuiAppToolbarComponent implements OnInit, OnDestroy {
134
+ get cssClasses(): string;
135
+ role: string;
136
+ euiSecondary: boolean;
137
+ asService: EuiAppShellService;
138
+ private document;
139
+ ngOnInit(): void;
140
+ ngOnDestroy(): void;
141
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppToolbarComponent, never>;
142
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppToolbarComponent, "eui-app-toolbar", never, { "euiSecondary": { "alias": "euiSecondary"; "required": false; }; }, {}, never, ["*"], true, never>;
143
+ static ngAcceptInputType_euiSecondary: unknown;
144
+ }
145
+
146
+ declare class EuiAppComponent implements OnInit, OnDestroy, OnChanges, AfterContentInit {
147
+ cssClasses: string;
148
+ appSubTitle: string;
149
+ themeClass: string;
150
+ hasNoPageWrapper: boolean;
151
+ isViewLoaded: boolean;
152
+ isSidebarOpen: boolean;
153
+ isShrinkHeaderActive: boolean;
154
+ isSidebarHidden: boolean;
155
+ appSidebar: EuiAppSidebarComponent;
156
+ customPageWrapper: EuiAppPageWrapperDirective;
157
+ appToolbar: EuiAppToolbarComponent;
158
+ asService: EuiAppShellService;
159
+ euiGrowlService: EuiGrowlService;
160
+ private destroy$;
161
+ private cdRef;
162
+ private platformId;
163
+ private document;
164
+ ngAfterContentInit(): void;
165
+ ngOnInit(): void;
166
+ ngOnChanges(changes: SimpleChanges): void;
167
+ ngOnDestroy(): void;
168
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppComponent, never>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppComponent, "eui-app", never, { "appSubTitle": { "alias": "appSubTitle"; "required": false; }; "themeClass": { "alias": "themeClass"; "required": false; }; "isSidebarOpen": { "alias": "isSidebarOpen"; "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-user-profile", "eui-app-toolbar", "eui-app-breadcrumb", "eui-app-page-wrapper", "eui-app-footer"], true, never>;
170
+ static ngAcceptInputType_isSidebarOpen: unknown;
171
+ static ngAcceptInputType_isShrinkHeaderActive: unknown;
172
+ static ngAcceptInputType_isSidebarHidden: unknown;
173
+ }
174
+ declare class EuiAppPageWrapperDirective {
175
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppPageWrapperDirective, never>;
176
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EuiAppPageWrapperDirective, "eui-app-page-wrapper", never, {}, {}, never, never, true, never>;
177
+ }
178
+
179
+ declare class EuiAppHeaderComponent implements OnInit, OnDestroy {
180
+ asService: EuiAppShellService;
181
+ get cssClasses(): string;
182
+ role: string;
183
+ get isShrinkHeaderActive(): boolean;
184
+ set isShrinkHeaderActive(value: BooleanInput);
185
+ private _isShrinkHeaderActive;
186
+ private isHeaderShrinked;
187
+ private destroy$;
188
+ private zone;
189
+ private viewportRuler;
190
+ private scrollDispatcher;
191
+ private document;
192
+ private platformId;
193
+ ngOnInit(): void;
194
+ ngOnDestroy(): void;
195
+ private getCssClasses;
196
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppHeaderComponent, never>;
197
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppHeaderComponent, "eui-app-header", never, { "isShrinkHeaderActive": { "alias": "isShrinkHeaderActive"; "required": false; }; }, {}, never, ["eui-header"], true, never>;
198
+ }
199
+
200
+ declare class EuiAppFooterComponent {
201
+ class: string;
202
+ role: string;
203
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppFooterComponent, never>;
204
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppFooterComponent, "eui-app-footer", never, {}, {}, never, ["*"], true, never>;
205
+ }
206
+
207
+ declare class EuiAppTopMessageComponent implements AfterViewInit, OnInit, OnDestroy {
208
+ get cssClasses(): string;
209
+ role: string;
210
+ appTopMessage: ElementRef;
211
+ appTopMessageChanges: Subscription;
212
+ isCloseable: boolean;
213
+ hasCustomContent: boolean;
214
+ set isVisible(value: boolean);
215
+ get isVisible(): boolean;
216
+ topMessageClose: EventEmitter<null>;
217
+ asService: EuiAppShellService;
218
+ private _isVisible;
219
+ private destroy$;
220
+ private elRef;
221
+ private cd;
222
+ private obs;
223
+ protected baseStatesDirective: BaseStatesDirective;
224
+ private document;
225
+ ngOnInit(): void;
226
+ ngAfterViewInit(): void;
227
+ ngOnDestroy(): void;
228
+ onCloseClick(): void;
229
+ private _calculateHeight;
230
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppTopMessageComponent, never>;
231
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppTopMessageComponent, "eui-app-top-message", never, { "isCloseable": { "alias": "isCloseable"; "required": false; }; "hasCustomContent": { "alias": "hasCustomContent"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; }, { "topMessageClose": "topMessageClose"; }, never, ["*"], true, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiSuccess": "euiSuccess"; "euiDanger": "euiDanger"; "euiVariant": "euiVariant"; }; outputs: {}; }]>;
232
+ static ngAcceptInputType_isCloseable: unknown;
233
+ static ngAcceptInputType_hasCustomContent: unknown;
234
+ }
235
+
236
+ declare class EuiAppBreadcrumbComponent implements OnInit {
237
+ get cssClasses(): string;
238
+ role: string;
239
+ private asService;
240
+ ngOnInit(): void;
241
+ private getCssClasses;
242
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppBreadcrumbComponent, never>;
243
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiAppBreadcrumbComponent, "eui-app-breadcrumb", never, {}, {}, never, ["*"], true, never>;
244
+ }
245
+
246
+ declare class EuiFooterComponent {
247
+ get cssClasses(): string;
248
+ euiPrimary: boolean;
249
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiFooterComponent, never>;
250
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiFooterComponent, "eui-footer", never, { "euiPrimary": { "alias": "euiPrimary"; "required": false; }; }, {}, never, ["*"], true, never>;
251
+ static ngAcceptInputType_euiPrimary: unknown;
252
+ }
253
+
254
+ declare class EuiHeaderRightContentComponent {
255
+ cssClass: string;
256
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderRightContentComponent, never>;
257
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderRightContentComponent, "eui-header-right-content", never, {}, {}, never, ["*"], true, never>;
258
+ }
259
+
260
+ declare class EuiHeaderComponent {
261
+ string: string;
262
+ rightContent: EuiHeaderRightContentComponent;
263
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderComponent, never>;
264
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderComponent, "eui-header", never, {}, {}, ["rightContent"], ["eui-header-logo", "eui-header-environment", "eui-header-app", "eui-header-right-content", "eui-header-user-profile", "eui-language-selector", "eui-header-search"], true, never>;
265
+ }
266
+
267
+ declare class EuiHeaderAppNameComponent implements OnInit {
268
+ string: string;
269
+ protected asService: EuiAppShellService;
270
+ private elRef;
271
+ ngOnInit(): void;
272
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppNameComponent, never>;
273
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppNameComponent, "eui-header-app-name", never, {}, {}, never, ["*"], true, never>;
274
+ }
275
+
276
+ declare class EuiHeaderAppSubtitleComponent implements OnInit {
277
+ string: string;
278
+ protected asService: EuiAppShellService;
279
+ private elRef;
280
+ ngOnInit(): void;
281
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppSubtitleComponent, never>;
282
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppSubtitleComponent, "eui-header-app-subtitle", never, {}, {}, never, ["*"], true, never>;
283
+ }
284
+
285
+ declare class EuiHeaderAppNameLogoComponent implements OnInit {
286
+ cssClass: string;
287
+ homeUrl: string;
288
+ logoFilename: string;
289
+ private assetsBaseUrl;
290
+ private config;
291
+ ngOnInit(): void;
292
+ get svgUrl(): string;
293
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppNameLogoComponent, never>;
294
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppNameLogoComponent, "eui-header-app-name-logo", never, { "homeUrl": { "alias": "homeUrl"; "required": false; }; "logoFilename": { "alias": "logoFilename"; "required": false; }; }, {}, never, never, true, never>;
295
+ }
296
+
297
+ declare class EuiHeaderAppComponent implements OnInit, OnChanges, OnDestroy {
298
+ cssClass: string;
299
+ appName: string;
300
+ appShortName: string;
301
+ appSubTitle: string;
302
+ customAppName: EuiHeaderAppNameComponent;
303
+ customAppSubtitle: EuiHeaderAppSubtitleComponent;
304
+ customAppNameLogo: EuiHeaderAppNameLogoComponent;
305
+ protected asService: EuiAppShellService;
306
+ private subscriptions;
307
+ ngOnInit(): void;
308
+ ngOnDestroy(): void;
309
+ ngOnChanges(changes: SimpleChanges): void;
310
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppComponent, never>;
311
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppComponent, "eui-header-app", never, { "appName": { "alias": "appName"; "required": false; }; "appShortName": { "alias": "appShortName"; "required": false; }; "appSubTitle": { "alias": "appSubTitle"; "required": false; }; }, {}, ["customAppName", "customAppSubtitle", "customAppNameLogo"], ["eui-header-app-name", "eui-header-app-subtitle", "eui-header-app-name-logo"], true, never>;
312
+ }
313
+
314
+ declare class EuiHeaderEnvironmentComponent implements OnInit, OnDestroy {
315
+ cssClass: string;
316
+ protected asService: EuiAppShellService;
317
+ private elRef;
318
+ ngOnInit(): void;
319
+ ngOnDestroy(): void;
320
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderEnvironmentComponent, never>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderEnvironmentComponent, "eui-header-environment", never, {}, {}, never, ["*"], true, never>;
322
+ }
323
+
324
+ declare class EuiHeaderLogoComponent implements OnInit, OnDestroy {
325
+ cssClass: string;
326
+ homeUrl: string;
327
+ protected asService: EuiAppShellService;
328
+ protected euiThemeService: EuiThemeService;
329
+ private logo;
330
+ private assetsBaseUrl;
331
+ private config;
332
+ ngOnInit(): void;
333
+ get svgUrl(): string;
334
+ get svgUrlDark(): string;
335
+ ngOnDestroy(): void;
336
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderLogoComponent, never>;
337
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderLogoComponent, "eui-header-logo", never, { "homeUrl": { "alias": "homeUrl"; "required": false; }; }, {}, never, never, true, never>;
338
+ }
339
+
340
+ declare class EuiHeaderUserProfileComponent implements AfterContentInit, AfterViewInit {
341
+ cssClass: string;
342
+ hasMenuContent: QueryList<EuiUserProfileMenuComponent>;
343
+ userProfile: EuiUserProfileComponent;
344
+ isShowUserInfos: boolean;
345
+ hasWelcomeLabel: boolean;
346
+ isShowAvatarInitials: boolean;
347
+ hasTabNavigation: boolean;
348
+ welcomeLabel: string;
349
+ impersonateLabel: string;
350
+ avatarUrl: string;
351
+ subInfos: string;
352
+ protected hasMenu: boolean;
353
+ /**
354
+ * @description
355
+ * Closes the user profile dropdown menu if it is open.
356
+ *
357
+ * Ensure calling this after the ngAfterViewInit lifecycle hook to ensure the userProfile component is initialized.
358
+ */
359
+ closeUserProfileDropdown(): void;
360
+ ngAfterContentInit(): void;
361
+ ngAfterViewInit(): void;
362
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderUserProfileComponent, never>;
363
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderUserProfileComponent, "eui-header-user-profile", never, { "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "subInfos": { "alias": "subInfos"; "required": false; }; }, {}, ["hasMenuContent"], ["eui-user-profile-menu"], true, never>;
364
+ static ngAcceptInputType_isShowUserInfos: unknown;
365
+ static ngAcceptInputType_hasWelcomeLabel: unknown;
366
+ static ngAcceptInputType_isShowAvatarInitials: unknown;
367
+ static ngAcceptInputType_hasTabNavigation: unknown;
368
+ }
369
+
370
+ declare class EuiHeaderSearchComponent {
371
+ cssClass: string;
372
+ placeholder: string;
373
+ searchLabel: string;
374
+ searchClick: EventEmitter<string>;
375
+ protected inputValue: string;
376
+ onSearch(): void;
377
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderSearchComponent, never>;
378
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderSearchComponent, "eui-header-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "searchLabel": { "alias": "searchLabel"; "required": false; }; }, { "searchClick": "searchClick"; }, never, never, true, never>;
379
+ }
380
+
381
+ interface NotificationMetadata {
382
+ read?: boolean;
383
+ urlExternal?: string;
384
+ urlExternalTarget?: string;
385
+ important?: boolean;
386
+ new?: boolean;
387
+ url?: string;
388
+ date?: Date | string | number;
389
+ }
390
+ declare class EuiNotificationItemComponent {
391
+ string: string;
392
+ itemClick: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
393
+ itemMarkAsRead: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
394
+ markAsReadLabel: string;
395
+ item: UxLinkLegacy<NotificationMetadata>;
396
+ dateFormat: string;
397
+ tooltipSize: string;
398
+ isShowMarkAsRead: boolean;
399
+ onItemClick(): void;
400
+ onItemMarkAsRead(event: Event): void;
401
+ get iconColor(): string;
402
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemComponent, never>;
403
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationItemComponent, "eui-notification-item", never, { "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; }, { "itemClick": "itemClick"; "itemMarkAsRead": "itemMarkAsRead"; }, never, never, true, never>;
404
+ static ngAcceptInputType_isShowMarkAsRead: unknown;
405
+ }
406
+
407
+ declare class EuiNotificationsComponent implements OnInit, OnChanges {
408
+ refreshClick: EventEmitter<void>;
409
+ notificationsClick: EventEmitter<void>;
410
+ viewAllClick: EventEmitter<void>;
411
+ settingsClick: EventEmitter<MouseEvent>;
412
+ markAllAsReadClick: EventEmitter<MouseEvent>;
413
+ noNotificationFoundClick: EventEmitter<void>;
414
+ itemClick: EventEmitter<UxLinkLegacy$1<NotificationMetadata>>;
415
+ itemMarkAsReadClick: EventEmitter<UxLinkLegacy$1<NotificationMetadata>>;
416
+ isOverlayActive: boolean;
417
+ currentDayNotifications: any[];
418
+ oldestNotifications: any[];
419
+ unreadNotifications: any[];
420
+ today: Date;
421
+ string: string;
422
+ count: number;
423
+ items: any[];
424
+ unreadLabel: string;
425
+ totalLabel: string;
426
+ markAsReadLabel: string;
427
+ markAsUnReadLabel: string;
428
+ markAllAsReadLabel: string;
429
+ settingsLabel: string;
430
+ refreshLabel: string;
431
+ viewAllNotificationsLabel: string;
432
+ headerTitleLabel: string;
433
+ noNotificationFoundLabel: string;
434
+ nbUnreadCount: number;
435
+ dateFormat: string;
436
+ noNotificationFoundLink: boolean;
437
+ isShowMarkAsRead: boolean;
438
+ isShowViewAllAction: boolean;
439
+ isHidePanelOnViewAllAction: boolean;
440
+ customUnreadCount: boolean;
441
+ isShowMarkAllAsReadButton: boolean;
442
+ isShowSettingsButton: boolean;
443
+ isShowRefreshButton: boolean;
444
+ onClicked(event: MouseEvent | Event): void;
445
+ ngOnChanges(changes: SimpleChanges): void;
446
+ ngOnInit(): void;
447
+ onRefresh(event: Event): void;
448
+ onItemClick(link: UxLinkLegacy$1<NotificationMetadata>): void;
449
+ onViewAllClick(event: Event): void;
450
+ onNoNotificationFoundClick(): void;
451
+ onItemMarkAsRead(link: UxLinkLegacy$1<NotificationMetadata>): void;
452
+ onMarkAllAsRead(e: MouseEvent): void;
453
+ onSettings(e: MouseEvent): void;
454
+ protected trackByFn(index: number, item: UxLinkLegacy$1<NotificationMetadata>): string;
455
+ protected updateActiveState(isActive: boolean): void;
456
+ protected getAriaLabel(): string;
457
+ private _getUnreadCount;
458
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsComponent, never>;
459
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsComponent, "eui-notifications", never, { "count": { "alias": "count"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "nbUnreadCount": { "alias": "nbUnreadCount"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "customUnreadCount": { "alias": "customUnreadCount"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "settingsClick": "settingsClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, true, never>;
460
+ static ngAcceptInputType_noNotificationFoundLink: unknown;
461
+ static ngAcceptInputType_isShowMarkAsRead: unknown;
462
+ static ngAcceptInputType_isShowViewAllAction: unknown;
463
+ static ngAcceptInputType_isHidePanelOnViewAllAction: unknown;
464
+ static ngAcceptInputType_customUnreadCount: unknown;
465
+ static ngAcceptInputType_isShowMarkAllAsReadButton: unknown;
466
+ static ngAcceptInputType_isShowSettingsButton: unknown;
467
+ static ngAcceptInputType_isShowRefreshButton: unknown;
468
+ }
469
+
470
+ declare class EuiNotificationItemV2Component {
471
+ string: string;
472
+ itemClick: EventEmitter<UxLinkLegacy>;
473
+ itemMarkAsRead: EventEmitter<UxLinkLegacy>;
474
+ markAsReadLabel: string;
475
+ item: UxLinkLegacy<NotificationMetadata>;
476
+ dateFormat: string;
477
+ tooltipSize: string;
478
+ isShowMarkAsRead: boolean;
479
+ get iconColor(): string;
480
+ onItemClick(): void;
481
+ onItemMarkAsRead(event: Event): void;
482
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemV2Component, never>;
483
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationItemV2Component, "eui-notification-item-v2", never, { "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; }, { "itemClick": "itemClick"; "itemMarkAsRead": "itemMarkAsRead"; }, never, never, true, never>;
484
+ static ngAcceptInputType_isShowMarkAsRead: unknown;
485
+ }
486
+
487
+ declare class EuiNotificationsV2Component {
488
+ refreshClick: EventEmitter<Event>;
489
+ notificationsClick: EventEmitter<KeyboardEvent | MouseEvent>;
490
+ viewAllClick: EventEmitter<Event>;
491
+ markAllAsReadClick: EventEmitter<MouseEvent>;
492
+ noNotificationFoundClick: EventEmitter<void>;
493
+ itemClick: EventEmitter<UxLinkLegacy>;
494
+ itemMarkAsReadClick: EventEmitter<UxLinkLegacy>;
495
+ isOverlayActive: boolean;
496
+ currentDayNotifications: any[];
497
+ oldestNotifications: any[];
498
+ unreadNotifications: any[];
499
+ today: Date;
500
+ string: string;
501
+ count: number;
502
+ unreadCount: number;
503
+ unreadSinceLastCheckCount: number;
504
+ items: any[];
505
+ unreadLabel: string;
506
+ totalLabel: string;
507
+ markAsReadLabel: string;
508
+ markAsUnReadLabel: string;
509
+ markAllAsReadLabel: string;
510
+ settingsLabel: string;
511
+ refreshLabel: string;
512
+ viewAllNotificationsLabel: string;
513
+ headerTitleLabel: string;
514
+ headerHideLabel: string;
515
+ headerUnreadSinceLastCheckCountLabel: string;
516
+ headerUnreadCountLabel: string;
517
+ noNotificationFoundLabel: string;
518
+ dateFormat: string;
519
+ noNotificationFoundLink: boolean;
520
+ isShowMarkAsRead: boolean;
521
+ isShowViewAllAction: boolean;
522
+ isHidePanelOnViewAllAction: boolean;
523
+ isShowMarkAllAsReadButton: boolean;
524
+ isShowSettingsButton: boolean;
525
+ isShowRefreshButton: boolean;
526
+ get isShowUnreadSinceLastCheckCount(): boolean;
527
+ onHide(): void;
528
+ onClicked(event: Event): void;
529
+ onRefresh(event: Event): void;
530
+ onItemClick(link: UxLinkLegacy): void;
531
+ onViewAllClick(event: Event): void;
532
+ onNoNotificationFoundClick(): void;
533
+ onItemMarkAsRead(link: UxLinkLegacy): void;
534
+ onMarkAllAsRead(e: MouseEvent): void;
535
+ trackByFn(index: number, item: any): void;
536
+ protected updateActiveState(isActive: boolean): void;
537
+ protected getAriaLabel(): string;
538
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Component, never>;
539
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsV2Component, "eui-notifications-v2", never, { "count": { "alias": "count"; "required": false; }; "unreadCount": { "alias": "unreadCount"; "required": false; }; "unreadSinceLastCheckCount": { "alias": "unreadSinceLastCheckCount"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "headerHideLabel": { "alias": "headerHideLabel"; "required": false; }; "headerUnreadSinceLastCheckCountLabel": { "alias": "headerUnreadSinceLastCheckCountLabel"; "required": false; }; "headerUnreadCountLabel": { "alias": "headerUnreadCountLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, true, never>;
540
+ static ngAcceptInputType_noNotificationFoundLink: unknown;
541
+ static ngAcceptInputType_isShowMarkAsRead: unknown;
542
+ static ngAcceptInputType_isShowViewAllAction: unknown;
543
+ static ngAcceptInputType_isHidePanelOnViewAllAction: unknown;
544
+ static ngAcceptInputType_isShowMarkAllAsReadButton: unknown;
545
+ static ngAcceptInputType_isShowSettingsButton: unknown;
546
+ static ngAcceptInputType_isShowRefreshButton: unknown;
547
+ }
548
+
549
+ declare class EuiSidebarToggleComponent {
550
+ e2eAttr: string;
551
+ name: string;
552
+ iconSvgFillColor: any;
553
+ asService: EuiAppShellService;
554
+ onToggleSidebar(event: Event): void;
555
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiSidebarToggleComponent, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiSidebarToggleComponent, "eui-sidebar-toggle", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "iconSvgFillColor": { "alias": "iconSvgFillColor"; "required": false; }; }, {}, never, never, true, never>;
557
+ }
558
+
559
+ declare class EuiToolbarMegaMenuComponent<Items = EuiMenuItem$1> implements OnInit, OnDestroy, OnChanges {
560
+ string: string;
561
+ role: string;
562
+ items: Items[];
563
+ protected megaMenuItems: Items[];
564
+ protected megaMenuItemsGrouped: {
565
+ [parentIndex: number]: {
566
+ [colIndex: string]: {
567
+ [colLabel: string]: Items[];
568
+ };
569
+ };
570
+ };
571
+ protected activeMenu: number;
572
+ private asService;
573
+ private document;
574
+ private subs;
575
+ constructor();
576
+ ngOnInit(): void;
577
+ ngOnChanges(changes: SimpleChanges): void;
578
+ ngOnDestroy(): void;
579
+ closeMenu(): void;
580
+ openMenu(menuIndex: number): void;
581
+ groupByColIdPerParent(items: Items[]): {
582
+ [parentIndex: number]: {
583
+ [colIndex: string]: {
584
+ [colLabel: string]: Items[];
585
+ };
586
+ };
587
+ };
588
+ private filterMegaMenuItems;
589
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarMegaMenuComponent<any>, never>;
590
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarMegaMenuComponent<any>, "eui-toolbar-mega-menu", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
591
+ }
592
+
593
+ declare class EuiToolbarComponent implements OnInit, AfterViewInit {
594
+ get cssClasses(): string;
595
+ euiSecondary: boolean;
596
+ euiPrimary: boolean;
597
+ hasMegaMenu: EuiToolbarMegaMenuComponent;
598
+ asService: EuiAppShellService;
599
+ private elRef;
600
+ ngOnInit(): void;
601
+ ngAfterViewInit(): void;
602
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarComponent, never>;
603
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarComponent, "eui-toolbar", never, { "euiSecondary": { "alias": "euiSecondary"; "required": false; }; "euiPrimary": { "alias": "euiPrimary"; "required": false; }; }, {}, ["hasMegaMenu"], ["eui-toolbar-logo", "eui-toolbar-app", "eui-toolbar-environment", "eui-toolbar-center", "eui-toolbar-items", "eui-toolbar-navbar", "eui-toolbar-mega-menu", "eui-language-selector"], true, never>;
604
+ static ngAcceptInputType_euiSecondary: unknown;
605
+ static ngAcceptInputType_euiPrimary: unknown;
606
+ }
607
+
608
+ declare class EuiToolbarAppComponent {
609
+ class: string;
610
+ appName: string;
611
+ appSubTitle: string;
612
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarAppComponent, never>;
613
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarAppComponent, "eui-toolbar-app", never, { "appName": { "alias": "appName"; "required": false; }; "appSubTitle": { "alias": "appSubTitle"; "required": false; }; }, {}, never, never, true, never>;
614
+ }
615
+
616
+ declare class EuiToolbarLogoComponent implements OnInit {
617
+ class: string;
618
+ homeUrl: string;
619
+ logoUrl: string;
620
+ logoHeight: string;
621
+ logoWidth: string;
622
+ protected logoUrlGenerated: any;
623
+ protected logoStyle: any;
624
+ private router;
625
+ private config;
626
+ onClick(): void;
627
+ ngOnInit(): void;
628
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarLogoComponent, never>;
629
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarLogoComponent, "eui-toolbar-logo", never, { "homeUrl": { "alias": "homeUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoHeight": { "alias": "logoHeight"; "required": false; }; "logoWidth": { "alias": "logoWidth"; "required": false; }; }, {}, never, never, true, never>;
630
+ }
631
+
632
+ declare class EuiToolbarEnvironmentComponent {
633
+ class: string;
634
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarEnvironmentComponent, never>;
635
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarEnvironmentComponent, "eui-toolbar-environment", never, {}, {}, never, ["*"], true, never>;
636
+ }
637
+
638
+ declare class EuiToolbarItemComponent {
639
+ string: string;
640
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarItemComponent, never>;
641
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarItemComponent, "eui-toolbar-item", never, {}, {}, never, ["*"], true, never>;
642
+ }
643
+
644
+ declare class EuiToolbarItemsComponent {
645
+ get cssClasses(): string;
646
+ euiEnd: boolean;
647
+ euiPositionRight: boolean;
648
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarItemsComponent, never>;
649
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarItemsComponent, "eui-toolbar-items", never, { "euiEnd": { "alias": "euiEnd"; "required": false; }; "euiPositionRight": { "alias": "euiPositionRight"; "required": false; }; }, {}, never, ["*"], true, never>;
650
+ static ngAcceptInputType_euiEnd: unknown;
651
+ static ngAcceptInputType_euiPositionRight: unknown;
652
+ }
653
+
654
+ declare class EuiToolbarCenterComponent {
655
+ string: string;
656
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarCenterComponent, never>;
657
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarCenterComponent, "eui-toolbar-center", never, {}, {}, never, ["*"], true, never>;
658
+ }
659
+
660
+ declare class EuiToolbarNavbarItemComponent {
661
+ get cssClasses(): string;
662
+ tabindex: number;
663
+ id: string;
664
+ label: string;
665
+ isActive: boolean;
666
+ navBarComponentParent: EuiToolbarNavbarComponent;
667
+ constructor();
668
+ protected onClick(): void;
669
+ protected onKeydown(event: KeyboardEvent): void;
670
+ private _click;
671
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarNavbarItemComponent, never>;
672
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarNavbarItemComponent, "eui-toolbar-navbar-item", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, {}, never, never, true, never>;
673
+ static ngAcceptInputType_isActive: unknown;
674
+ }
675
+
676
+ declare class EuiToolbarNavbarComponent implements AfterContentInit, AfterViewInit {
677
+ class: string;
678
+ itemClick: EventEmitter<string>;
679
+ items: QueryList<EuiToolbarNavbarItemComponent>;
680
+ asService: EuiAppShellService;
681
+ baseItemSelected: EuiToolbarNavbarItemComponent;
682
+ isDropdownView: boolean;
683
+ private elementRef;
684
+ ngAfterContentInit(): void;
685
+ ngAfterViewInit(): void;
686
+ itemSelected(id: string): void;
687
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarNavbarComponent, never>;
688
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarNavbarComponent, "eui-toolbar-navbar", never, {}, { "itemClick": "itemClick"; }, ["items"], ["*"], true, never>;
689
+ }
690
+
691
+ declare class EuiToolbarSelectorComponent {
692
+ class: string;
693
+ label: string;
694
+ iconSvgName: string;
695
+ euiDisabled: boolean;
696
+ selectorClick: EventEmitter<boolean>;
697
+ protected asService: EuiAppShellService;
698
+ onClick(): void;
699
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarSelectorComponent, never>;
700
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarSelectorComponent, "eui-toolbar-selector", never, { "label": { "alias": "label"; "required": false; }; "iconSvgName": { "alias": "iconSvgName"; "required": false; }; "euiDisabled": { "alias": "euiDisabled"; "required": false; }; }, { "selectorClick": "selectorClick"; }, never, never, true, never>;
701
+ static ngAcceptInputType_euiDisabled: unknown;
702
+ }
703
+
704
+ declare class EuiToolbarSearchComponent implements AfterViewInit, AfterContentInit {
705
+ get cssClasses(): string;
706
+ isInputFocus: boolean;
707
+ searchTerm: string;
708
+ searchInput: string;
709
+ resultItemTemplate: TemplateRef<{
710
+ $implicit: EuiAutoCompleteItem;
711
+ }>;
712
+ placeholderLabel: string;
713
+ panelWidth: string;
714
+ searchResults: EuiAutoCompleteItem[];
715
+ isAutocomplete: boolean;
716
+ isInputText: boolean;
717
+ hasSearchButton: boolean;
718
+ hasExpandAnimation: boolean;
719
+ search: EventEmitter<string>;
720
+ selectionChange: EventEmitter<EuiAutoCompleteItem[]>;
721
+ searchClick: EventEmitter<string>;
722
+ inputFocus: EventEmitter<Event>;
723
+ inputBlur: EventEmitter<Event>;
724
+ templates: QueryList<EuiTemplateDirective>;
725
+ protected asService: EuiAppShellService;
726
+ ngAfterContentInit(): void;
727
+ ngAfterViewInit(): void;
728
+ onSelectionChange(items: EuiAutoCompleteItem[]): void;
729
+ onInputFocus(): void;
730
+ onInputBlur(): void;
731
+ onSearch(e: string): void;
732
+ onSearchInput(e: KeyboardEvent): void;
733
+ onSearchClick(isIconOnly: boolean): void;
734
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarSearchComponent, never>;
735
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarSearchComponent, "eui-toolbar-search", never, { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "isAutocomplete": { "alias": "isAutocomplete"; "required": false; }; "isInputText": { "alias": "isInputText"; "required": false; }; "hasSearchButton": { "alias": "hasSearchButton"; "required": false; }; "hasExpandAnimation": { "alias": "hasExpandAnimation"; "required": false; }; }, { "search": "search"; "selectionChange": "selectionChange"; "searchClick": "searchClick"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["templates"], never, true, never>;
736
+ static ngAcceptInputType_isAutocomplete: unknown;
737
+ static ngAcceptInputType_isInputText: unknown;
738
+ static ngAcceptInputType_hasSearchButton: unknown;
739
+ static ngAcceptInputType_hasExpandAnimation: unknown;
740
+ }
741
+
742
+ declare const EUI_LAYOUT: readonly [typeof EuiAppComponent, typeof EuiAppBreadcrumbComponent, typeof EuiAppFooterComponent, typeof EuiAppHeaderComponent, typeof EuiAppPageWrapperDirective, typeof EuiAppSidebarBodyComponent, typeof EuiAppSidebarComponent, typeof EuiAppSidebarDrawerComponent, typeof EuiAppSidebarFooterComponent, typeof EuiAppSidebarHeaderComponent, typeof EuiAppSidebarHeaderUserProfileComponent, typeof EuiAppSidebarMenuComponent, typeof EuiAppToolbarComponent, typeof EuiAppTopMessageComponent, typeof EuiFooterComponent, typeof EuiHeaderAppComponent, typeof EuiHeaderAppNameComponent, typeof EuiHeaderAppNameLogoComponent, typeof EuiHeaderAppSubtitleComponent, typeof EuiHeaderComponent, typeof EuiHeaderEnvironmentComponent, typeof EuiHeaderLogoComponent, typeof EuiHeaderRightContentComponent, typeof EuiHeaderSearchComponent, typeof EuiHeaderUserProfileComponent, typeof EuiNotificationItemComponent, typeof EuiNotificationsComponent, typeof EuiNotificationItemV2Component, typeof EuiNotificationsV2Component, typeof EuiSidebarToggleComponent, typeof EuiToolbarAppComponent, typeof EuiToolbarCenterComponent, typeof EuiToolbarComponent, typeof EuiToolbarEnvironmentComponent, typeof EuiToolbarItemComponent, typeof EuiToolbarItemsComponent, typeof EuiToolbarLogoComponent, typeof EuiToolbarMegaMenuComponent, typeof EuiToolbarNavbarComponent, typeof EuiToolbarNavbarItemComponent, typeof EuiToolbarSearchComponent, typeof EuiToolbarSelectorComponent];
743
+
744
+ export { EUI_LAYOUT, EuiAppBreadcrumbComponent, EuiAppComponent, EuiAppFooterComponent, EuiAppHeaderComponent, EuiAppPageWrapperDirective, EuiAppSidebarBodyComponent, EuiAppSidebarComponent, EuiAppSidebarDrawerComponent, EuiAppSidebarFooterComponent, EuiAppSidebarHeaderComponent, EuiAppSidebarHeaderUserProfileComponent, EuiAppSidebarMenuComponent, EuiAppToolbarComponent, EuiAppTopMessageComponent, EuiFooterComponent, EuiHeaderAppComponent, EuiHeaderAppNameComponent, EuiHeaderAppNameLogoComponent, EuiHeaderAppSubtitleComponent, EuiHeaderComponent, EuiHeaderEnvironmentComponent, EuiHeaderLogoComponent, EuiHeaderRightContentComponent, EuiHeaderSearchComponent, EuiHeaderUserProfileComponent, EuiNotificationItemComponent, EuiNotificationItemV2Component, EuiNotificationsComponent, EuiNotificationsV2Component, EuiSidebarToggleComponent, EuiToolbarAppComponent, EuiToolbarCenterComponent, EuiToolbarComponent, EuiToolbarEnvironmentComponent, EuiToolbarItemComponent, EuiToolbarItemsComponent, EuiToolbarLogoComponent, EuiToolbarMegaMenuComponent, EuiToolbarNavbarComponent, EuiToolbarNavbarItemComponent, EuiToolbarSearchComponent, EuiToolbarSelectorComponent };
745
+ export type { NotificationMetadata };
12
746
  //# sourceMappingURL=index.d.ts.map