@eui/components 17.0.0-rc.6 → 17.0.0-rc.7
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/EuiAlertComponent.html +141 -15
- package/docs/components/EuiAutocompleteComponent.html +28 -16
- package/docs/components/EuiAvatarComponent.html +15 -72
- package/docs/components/EuiBadgeComponent.html +61 -637
- package/docs/components/EuiBlockContentComponent.html +2 -2
- package/docs/components/EuiBlockDocumentComponent.html +18 -725
- package/docs/components/EuiCardContentComponent.html +69 -0
- package/docs/components/EuiDashboardButtonComponent.html +1 -1
- package/docs/components/EuiDashboardCardComponent.html +5 -5
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiFieldsetComponent.html +6 -6
- package/docs/components/EuiMenuComponent.html +96 -961
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +218 -187
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +35 -0
- package/docs/modules/EuiAlertModule.html +4 -1
- package/docs/modules/EuiAppSidebarModule.html +4 -28
- package/docs/modules/EuiAppToolbarModule.html +4 -28
- package/docs/modules/EuiAvatarModule.html +7 -28
- package/docs/modules/EuiBadgeModule.html +11 -1
- package/docs/modules/EuiChartsModule.html +4 -28
- package/docs/modules/EuiFieldsetModule.html +3 -0
- package/docs/modules/EuiHeaderModule.html +4 -28
- package/docs/modules/EuiPageModule.html +4 -28
- package/docs/modules/EuiSidebarMenuModule.html +4 -28
- package/docs/modules/EuiSkeletonModule.html +4 -28
- package/docs/modules/EuiToolbarModule.html +4 -28
- package/docs/modules/EuiUserProfileModule.html +4 -28
- package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
- package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
- package/esm2022/eui-alert/index.mjs +2 -1
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
- package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
- package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
- package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
- package/esm2022/eui-badge/index.mjs +2 -1
- package/esm2022/eui-block-content/eui-block-content.component.mjs +10 -17
- package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
- package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
- package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-alert/eui-alert.component.d.ts +13 -23
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-alert/eui-alert.module.d.ts +14 -0
- package/eui-alert/eui-alert.module.d.ts.map +1 -0
- package/eui-alert/index.d.ts +1 -0
- package/eui-alert/index.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +35 -19
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
- package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +10 -10
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.module.d.ts +2 -1
- package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts +8 -14
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-badge/eui-badge.module.d.ts +10 -0
- package/eui-badge/eui-badge.module.d.ts.map +1 -0
- package/eui-badge/index.d.ts +1 -0
- package/eui-badge/index.d.ts.map +1 -1
- package/eui-block-content/eui-block-content.component.d.ts +2 -3
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +3 -7
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
- package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts +4 -0
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +16 -19
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +103 -68
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +47 -74
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +22 -45
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +42 -22
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +9 -16
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +13 -18
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +5 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +2 -2
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +51 -55
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +1 -1
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +3 -3
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +7 -7
@@ -1,5 +1,4 @@
|
|
1
1
|
import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class EuiBlockContentComponent implements OnChanges {
|
5
4
|
private elRef;
|
@@ -7,7 +6,7 @@ export declare class EuiBlockContentComponent implements OnChanges {
|
|
7
6
|
get cssClasses(): string;
|
8
7
|
role: string;
|
9
8
|
ariaLabel: string;
|
10
|
-
isBlocked:
|
9
|
+
isBlocked: boolean;
|
11
10
|
/** keeps the state of the element that was focused before content was blocked */
|
12
11
|
private lastActiveElement;
|
13
12
|
constructor(elRef: ElementRef, renderer: Renderer2);
|
@@ -30,8 +29,8 @@ export declare class EuiBlockContentComponent implements OnChanges {
|
|
30
29
|
* finds the element which is focused inside the UxBlockContent
|
31
30
|
*/
|
32
31
|
private getActiveElement;
|
33
|
-
private getCssClasses;
|
34
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBlockContentComponent, never>;
|
35
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBlockContentComponent, "eui-block-content", never, { "isBlocked": { "alias": "isBlocked"; "required": false; }; }, {}, never, ["*"], false, never>;
|
34
|
+
static ngAcceptInputType_isBlocked: unknown;
|
36
35
|
}
|
37
36
|
//# sourceMappingURL=eui-block-content.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-block-content.component.d.ts","sourceRoot":"","sources":["../../eui-block-content/eui-block-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAEV,SAAS,EACT,SAAS,EACT,aAAa,
|
1
|
+
{"version":3,"file":"eui-block-content.component.d.ts","sourceRoot":"","sources":["../../eui-block-content/eui-block-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAEV,SAAS,EACT,SAAS,EACT,aAAa,EAKhB,MAAM,eAAe,CAAC;;AAEvB,qBAOa,wBAAyB,YAAW,SAAS;IAkBlD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ;IAlBpB,IACW,UAAU,IAAI,MAAM,CAK9B;IAEyB,IAAI,SAAY;IACV,SAAS,SAA2B;IAE5B,SAAS,UAAS;IAE1D,iFAAiF;IACjF,OAAO,CAAC,iBAAiB,CAAqB;gBAGlC,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,SAAS;IAI/B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAazC;;OAEG;IACH,iBAAiB,CAAC,aAAa,EAAE,WAAW,GAAG,IAAI;IASnD;;OAEG;IACH,iBAAiB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI;IAM7C;;;;OAIG;IACH,OAAO,CAAC,cAAc;IAMtB;;OAEG;IACH,OAAO,CAAC,gBAAgB;yCAvEf,wBAAwB;2CAAxB,wBAAwB;wCA2E67xB,OAAQ;CADz+xB"}
|
@@ -1,13 +1,9 @@
|
|
1
|
-
import { BaseDirective } from '@eui/components/shared';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
1
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class EuiBlockDocumentComponent
|
5
|
-
get isBlocked(): boolean;
|
6
|
-
set isBlocked(value: BooleanInput);
|
7
|
-
private _isBlocked;
|
2
|
+
export declare class EuiBlockDocumentComponent {
|
8
3
|
get cssClasses(): string;
|
9
|
-
|
4
|
+
isBlocked: boolean;
|
10
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBlockDocumentComponent, never>;
|
11
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBlockDocumentComponent, "eui-block-document", never, { "isBlocked": { "alias": "isBlocked"; "required": false; }; }, {}, never, never, false, never>;
|
7
|
+
static ngAcceptInputType_isBlocked: unknown;
|
12
8
|
}
|
13
9
|
//# sourceMappingURL=eui-block-document.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-block-document.component.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.component.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-block-document.component.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.component.ts"],"names":[],"mappings":";AAEA,qBAOa,yBAAyB;IAClC,IACI,UAAU,IAAI,MAAM,CAKvB;IAEuC,SAAS,UAAS;yCATjD,yBAAyB;2CAAzB,yBAAyB;wCAW851B,OAAQ;CAD381B"}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class EuiCardContentComponent {
|
3
3
|
string: string;
|
4
|
+
tabindex: number;
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiCardContentComponent, never>;
|
5
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiCardContentComponent, "eui-card-content", never, {}, {}, never, ["*"], false, never>;
|
6
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-content/eui-card-content.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;IACV,MAAM,SAAsB;
|
1
|
+
{"version":3,"file":"eui-card-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-content/eui-card-content.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;IACV,MAAM,SAAsB;IACpB,QAAQ,SAAK;yCAFlC,uBAAuB;2CAAvB,uBAAuB;CAGnC"}
|
@@ -23,9 +23,8 @@ export declare class EuiDashboardButtonComponent implements OnInit {
|
|
23
23
|
euiLabelContent: EuiLabelComponent;
|
24
24
|
constructor(baseStatesDirective: BaseStatesDirective);
|
25
25
|
ngOnInit(): void;
|
26
|
-
private getCssClasses;
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDashboardButtonComponent, never>;
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDashboardButtonComponent, "eui-dashboard-button", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, {}, ["euiDashboardButtonIcon", "euiDashboardButtonLabel", "euiLabelContent"], ["eui-dashboard-button-icon", "eui-dashboard-button-label", "eui-label", "[euiLabel]", "eui-sublabel", "[euiSublabel]"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDashboardButtonComponent, "eui-dashboard-button", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, {}, ["euiDashboardButtonIcon", "euiDashboardButtonLabel", "euiLabelContent"], ["eui-dashboard-button-icon", "eui-dashboard-button-label", "eui-label", "[euiLabel]", "eui-sublabel", "[euiSublabel]"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSizeVariant": "euiSizeVariant"; }; outputs: {}; }]>;
|
29
28
|
}
|
30
29
|
export declare class EuiDashboardButtonModule {
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDashboardButtonModule, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dashboard-button.component.d.ts","sourceRoot":"","sources":["../../eui-dashboard-button/eui-dashboard-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyG,MAAM,EAA2B,MAAM,eAAe,CAAC;AAIvK,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;;;;;AAG9D,qBACa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG;AAC/C,qBACa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAG;AAGhD,
|
1
|
+
{"version":3,"file":"eui-dashboard-button.component.d.ts","sourceRoot":"","sources":["../../eui-dashboard-button/eui-dashboard-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyG,MAAM,EAA2B,MAAM,eAAe,CAAC;AAIvK,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;;;;;AAG9D,qBACa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG;AAC/C,qBACa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAG;AAGhD,qBA8Ba,2BAA4B,YAAW,MAAM;IAcnC,mBAAmB,EAAE,mBAAmB;IAb3D,IACW,UAAU,IAAI,MAAM,CAI9B;IAEQ,QAAQ,EAAE,MAAM,CAAC;IAEqB,sBAAsB,EAAE,+BAA+B,CAAC;IACvD,uBAAuB,EAAE,gCAAgC,CAAC;IACzE,eAAe,EAAE,iBAAiB,CAAC;gBAEjD,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;yCAhBP,2BAA2B;2CAA3B,2BAA2B;CAqBvC;AAED,qBAKa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,UA5BxB,2BAA2B,SAnC3B,+BAA+B,SAE/B,gCAAgC,wFAiChC,2BAA2B,SAnC3B,+BAA+B,SAE/B,gCAAgC;0CA6DhC,wBAAwB;CAAG"}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
2
2
|
import { BaseStatesDirective } from '@eui/components/shared';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
import * as i1 from "@eui/components/shared";
|
6
5
|
import * as i2 from "@angular/common";
|
@@ -23,17 +22,20 @@ export declare class EuiDashboardCardComponent implements OnInit {
|
|
23
22
|
url: string;
|
24
23
|
urlExternal: string;
|
25
24
|
urlExternalTarget: string;
|
26
|
-
isHorizontal:
|
27
|
-
isDisabled:
|
28
|
-
isFlatAvatar:
|
29
|
-
hasNoBackgroundAvatar:
|
25
|
+
isHorizontal: boolean;
|
26
|
+
isDisabled: boolean;
|
27
|
+
isFlatAvatar: boolean;
|
28
|
+
hasNoBackgroundAvatar: boolean;
|
30
29
|
cardClick: EventEmitter<MouseEvent>;
|
31
30
|
constructor(baseStatesDirective: BaseStatesDirective);
|
32
31
|
onClick(event: MouseEvent): void;
|
33
32
|
ngOnInit(): void;
|
34
|
-
private getCssClasses;
|
35
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDashboardCardComponent, never>;
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDashboardCardComponent, "eui-dashboard-card", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "labelMaxLines": { "alias": "labelMaxLines"; "required": false; }; "subLabelMaxLines": { "alias": "subLabelMaxLines"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "iconSvgName": { "alias": "iconSvgName"; "required": false; }; "iconSvgSize": { "alias": "iconSvgSize"; "required": false; }; "iconLabel": { "alias": "iconLabel"; "required": false; }; "url": { "alias": "url"; "required": false; }; "urlExternal": { "alias": "urlExternal"; "required": false; }; "urlExternalTarget": { "alias": "urlExternalTarget"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isFlatAvatar": { "alias": "isFlatAvatar"; "required": false; }; "hasNoBackgroundAvatar": { "alias": "hasNoBackgroundAvatar"; "required": false; }; }, { "cardClick": "cardClick"; }, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDashboardCardComponent, "eui-dashboard-card", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "labelMaxLines": { "alias": "labelMaxLines"; "required": false; }; "subLabelMaxLines": { "alias": "subLabelMaxLines"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "iconSvgName": { "alias": "iconSvgName"; "required": false; }; "iconSvgSize": { "alias": "iconSvgSize"; "required": false; }; "iconLabel": { "alias": "iconLabel"; "required": false; }; "url": { "alias": "url"; "required": false; }; "urlExternal": { "alias": "urlExternal"; "required": false; }; "urlExternalTarget": { "alias": "urlExternalTarget"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isFlatAvatar": { "alias": "isFlatAvatar"; "required": false; }; "hasNoBackgroundAvatar": { "alias": "hasNoBackgroundAvatar"; "required": false; }; }, { "cardClick": "cardClick"; }, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSizeVariant": "euiSizeVariant"; }; outputs: {}; }]>;
|
35
|
+
static ngAcceptInputType_isHorizontal: unknown;
|
36
|
+
static ngAcceptInputType_isDisabled: unknown;
|
37
|
+
static ngAcceptInputType_isFlatAvatar: unknown;
|
38
|
+
static ngAcceptInputType_hasNoBackgroundAvatar: unknown;
|
37
39
|
}
|
38
40
|
export declare class EuiDashboardCardModule {
|
39
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDashboardCardModule, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dashboard-card.component.d.ts","sourceRoot":"","sources":["../../eui-dashboard-card/eui-dashboard-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAIN,YAAY,
|
1
|
+
{"version":3,"file":"eui-dashboard-card.component.d.ts","sourceRoot":"","sources":["../../eui-dashboard-card/eui-dashboard-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAIN,YAAY,EAEf,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;AAK7D,qBA8Ba,yBAA0B,YAAW,MAAM;IAyCjC,mBAAmB,EAAE,mBAAmB;IAvC3D,IACW,UAAU,IAAI,MAAM,CAQ9B;IAGuC,OAAO,SAAwB;IAM9D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAK;IACrC,gBAAgB,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAK;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IACjF,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,SAAY;IAGE,YAAY,UAAS;IACrB,UAAU,UAAS;IACnB,YAAY,UAAS;IACrB,qBAAqB,UAAS;IAG5D,SAAS,2BAAkC;gBAElC,mBAAmB,EAAE,mBAAmB;IAG3D,OAAO,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIhC,QAAQ,IAAI,IAAI;yCAhDP,yBAAyB;2CAAzB,yBAAyB;2CAgE4pwB,OAAQ;yCAAR,OAAQ;2CAAR,OAAQ;oDAAR,OAAQ;CARzswB;AAED,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB,UA/DtB,yBAAyB,2IAAzB,yBAAyB;0CA+DzB,sBAAsB;CAAG"}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { EventEmitter, OnChanges, QueryList } from '@angular/core';
|
2
2
|
import { BaseStatesDirective } from '@eui/components/shared';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
import * as i1 from "@eui/components/shared";
|
6
5
|
export declare class EuiFieldsetComponent implements OnChanges {
|
@@ -12,12 +11,12 @@ export declare class EuiFieldsetComponent implements OnChanges {
|
|
12
11
|
iconClass: string;
|
13
12
|
iconSvgName: string;
|
14
13
|
iconSvgFillColor: string;
|
15
|
-
hasDefaultIcon:
|
16
|
-
isExpandable:
|
17
|
-
isExpanded:
|
18
|
-
isLarge:
|
19
|
-
isFirst:
|
20
|
-
euiHighlighted:
|
14
|
+
hasDefaultIcon: boolean;
|
15
|
+
isExpandable: boolean;
|
16
|
+
isExpanded: boolean;
|
17
|
+
isLarge: boolean;
|
18
|
+
isFirst: boolean;
|
19
|
+
euiHighlighted: boolean;
|
21
20
|
expand: EventEmitter<string>;
|
22
21
|
expandMenuLabel: string;
|
23
22
|
collapseMenuLabel: string;
|
@@ -27,10 +26,15 @@ export declare class EuiFieldsetComponent implements OnChanges {
|
|
27
26
|
constructor(baseStatesDirective: BaseStatesDirective);
|
28
27
|
ngOnChanges(): void;
|
29
28
|
onToggle(): void;
|
30
|
-
private getCssClasses;
|
31
29
|
private setIcon;
|
32
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiFieldsetComponent, never>;
|
33
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiFieldsetComponent, "eui-fieldset", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "iconSvgName": { "alias": "iconSvgName"; "required": false; }; "iconSvgFillColor": { "alias": "iconSvgFillColor"; "required": false; }; "hasDefaultIcon": { "alias": "hasDefaultIcon"; "required": false; }; "isExpandable": { "alias": "isExpandable"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "isLarge": { "alias": "isLarge"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "euiHighlighted": { "alias": "euiHighlighted"; "required": false; }; }, { "expand": "expand"; }, ["customLabelRightContent", "customLabelExtraContent"], ["euiFieldsetLabelExtraContent", "euiFieldsetLabelRightContent", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; "euiHighlighted": "euiHighlighted"; }; outputs: {}; }]>;
|
32
|
+
static ngAcceptInputType_hasDefaultIcon: unknown;
|
33
|
+
static ngAcceptInputType_isExpandable: unknown;
|
34
|
+
static ngAcceptInputType_isExpanded: unknown;
|
35
|
+
static ngAcceptInputType_isLarge: unknown;
|
36
|
+
static ngAcceptInputType_isFirst: unknown;
|
37
|
+
static ngAcceptInputType_euiHighlighted: unknown;
|
34
38
|
}
|
35
39
|
export declare class EuiFieldsetLabelRightContentTagDirective {
|
36
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiFieldsetLabelRightContentTagDirective, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-fieldset.component.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAIZ,SAAS,EAET,SAAS,
|
1
|
+
{"version":3,"file":"eui-fieldset.component.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAIZ,SAAS,EAET,SAAS,EAGZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBAqBa,oBAAqB,YAAW,SAAS;IAwC/B,mBAAmB,EAAE,mBAAmB;IAvC3D,IACW,UAAU,IAAI,MAAM,CAQ9B;IAEsC,OAAO,SAAkB;IAEvD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IAEM,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,UAAU,UAAQ;IAClB,OAAO,UAAS;IAChB,OAAO,UAAS;IAGhB,cAAc,UAAS;IAErD,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAErD,eAAe,SAAa;IAC5B,iBAAiB,SAAe;IAChC,WAAW,SAAc;IAGhC,uBAAuB,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAE7E,uBAAuB,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;gBAE1D,mBAAmB,EAAE,mBAAmB;IAE3D,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAOhB,OAAO,CAAC,OAAO;yCArDN,oBAAoB;2CAApB,oBAAoB;6CA8Eq8vB,OAAQ;2CAAR,OAAQ;yCAAR,OAAQ;sCAAR,OAAQ;sCAAR,OAAQ;6CAAR,OAAQ;CAV7+vB;AAGD,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CACpD;AACD,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CACpD"}
|
@@ -3,9 +3,10 @@ import * as i1 from "./eui-fieldset.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@eui/components/eui-button";
|
5
5
|
import * as i4 from "@eui/components/eui-icon";
|
6
|
+
import * as i5 from "@eui/components/shared";
|
6
7
|
export declare class EuiFieldsetModule {
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiFieldsetModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiFieldsetModule, [typeof i1.EuiFieldsetComponent, typeof i1.EuiFieldsetLabelRightContentTagDirective, typeof i1.EuiFieldsetLabelExtraContentTagDirective], [typeof i2.CommonModule, typeof i3.EuiButtonModule, typeof i4.EuiIconModule], [typeof i1.EuiFieldsetComponent, typeof i1.EuiFieldsetLabelRightContentTagDirective, typeof i1.EuiFieldsetLabelExtraContentTagDirective]>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiFieldsetModule, [typeof i1.EuiFieldsetComponent, typeof i1.EuiFieldsetLabelRightContentTagDirective, typeof i1.EuiFieldsetLabelExtraContentTagDirective], [typeof i2.CommonModule, typeof i3.EuiButtonModule, typeof i4.EuiIconModule, typeof i5.BaseStatesDirective], [typeof i1.EuiFieldsetComponent, typeof i1.EuiFieldsetLabelRightContentTagDirective, typeof i1.EuiFieldsetLabelExtraContentTagDirective]>;
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiFieldsetModule>;
|
10
11
|
}
|
11
12
|
//# sourceMappingURL=eui-fieldset.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-fieldset.module.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-fieldset.module.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.module.ts"],"names":[],"mappings":";;;;;;AAYA,qBAKa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
@@ -27,6 +27,10 @@ export declare class EuiMenuItemComponent implements OnInit {
|
|
27
27
|
onExpandToggle(event: Event): void;
|
28
28
|
onActionIconClick($event: MouseEvent): void;
|
29
29
|
private getTooltipFromItem;
|
30
|
+
/**
|
31
|
+
* Returns the default eui-menu-item class on the HostBinding function
|
32
|
+
* @private
|
33
|
+
*/
|
30
34
|
private getCssClasses;
|
31
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiMenuItemComponent, never>;
|
32
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiMenuItemComponent, "eui-menu-item", never, { "item": { "alias": "item"; "required": false; }; "hasIcon": { "alias": "hasIcon"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, { "expandToggle": "expandToggle"; "itemClick": "itemClick"; }, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: {}; outputs: {}; }]>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-menu-item.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,YAAY,EAEZ,MAAM,EACT,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,
|
1
|
+
{"version":3,"file":"eui-menu-item.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,YAAY,EAEZ,MAAM,EACT,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAGrD,qBAWa,oBAAqB,YAAW,MAAM;IA8B5B,mBAAmB,EAAE,mBAAmB;IA5BjC,IAAI,SAAc;IAE5C,IACW,UAAU,IAAI,MAAM,CAE9B;IAEQ,IAAI,EAAE,WAAW,CAAC;IACjB,YAAY,4BAAmC;IAC/C,SAAS,4BAAmC;IAEtD,eAAe,SAAY;IAC3B,iBAAiB,SAAc;IAE/B,SAAS,UAAS;IAClB,UAAU,UAAS;IACnB,WAAW,UAAS;IAIpB,OAAO,EAAC,YAAY,CAAS;IAG7B,UAAU,EAAC,YAAY,CAAS;IAGhC,WAAW,EAAC,YAAY,CAAS;gBAEd,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAST,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAK/C,IAAI,eAAe,IAAI,MAAM,CAU5B;IAEM,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK3B,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAKlC,iBAAiB,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAKlD,OAAO,CAAC,kBAAkB;IAW1B;;;OAGG;IACH,OAAO,CAAC,aAAa;yCAxFZ,oBAAoB;2CAApB,oBAAoB;CA2FhC"}
|
@@ -1,12 +1,14 @@
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
2
2
|
import { Router, ActivatedRoute } from '@angular/router';
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
4
|
-
import {
|
4
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
5
5
|
import { EuiMenuItem } from './models/eui-menu-item.model';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
-
|
7
|
+
import * as i1 from "@eui/components/shared";
|
8
|
+
export declare class EuiMenuComponent implements OnInit, OnChanges {
|
8
9
|
private router;
|
9
10
|
private route;
|
11
|
+
baseStatesDirective: BaseStatesDirective;
|
10
12
|
items: EuiMenuItem[];
|
11
13
|
searchFilterLabel: string;
|
12
14
|
externalLinkLabel: string;
|
@@ -14,22 +16,12 @@ export declare class EuiMenuComponent extends BaseDirective implements OnInit, O
|
|
14
16
|
itemsState: any[];
|
15
17
|
isClick: EventEmitter<boolean>;
|
16
18
|
itemClick: EventEmitter<EuiMenuItem>;
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
get hasIcons(): boolean;
|
24
|
-
set hasIcons(value: BooleanInput);
|
25
|
-
private _hasIcons;
|
26
|
-
get hasTooltip(): boolean;
|
27
|
-
set hasTooltip(value: BooleanInput);
|
28
|
-
private _hasTooltip;
|
29
|
-
get expandAllItems(): boolean;
|
30
|
-
set expandAllItems(value: BooleanInput);
|
31
|
-
private _expandAllItems;
|
32
|
-
constructor(router: Router, route: ActivatedRoute);
|
19
|
+
isCollapsed: BooleanInput;
|
20
|
+
hasFilter: BooleanInput;
|
21
|
+
hasIcons: BooleanInput;
|
22
|
+
hasTooltip: BooleanInput;
|
23
|
+
expandAllItems: BooleanInput;
|
24
|
+
constructor(router: Router, route: ActivatedRoute, baseStatesDirective: BaseStatesDirective);
|
33
25
|
get cssClasses(): string;
|
34
26
|
stopPropagation(event: MouseEvent): void;
|
35
27
|
ngOnChanges(changes: SimpleChanges): void;
|
@@ -96,7 +88,12 @@ export declare class EuiMenuComponent extends BaseDirective implements OnInit, O
|
|
96
88
|
* @private
|
97
89
|
*/
|
98
90
|
private expandToGivenItem;
|
91
|
+
/**
|
92
|
+
* Returns the default eui-menu class and others based on certain conditions
|
93
|
+
* @private
|
94
|
+
*/
|
95
|
+
private getCssClasses;
|
99
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiMenuComponent, never>;
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiMenuComponent, "eui-menu", never, { "items": { "alias": "items"; "required": false; }; "searchFilterLabel": { "alias": "searchFilterLabel"; "required": false; }; "externalLinkLabel": { "alias": "externalLinkLabel"; "required": false; }; "fragmentId": { "alias": "fragmentId"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "hasFilter": { "alias": "hasFilter"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "expandAllItems": { "alias": "expandAllItems"; "required": false; }; }, { "isClick": "isClick"; "itemClick": "itemClick"; }, never, never, false,
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiMenuComponent, "eui-menu", never, { "items": { "alias": "items"; "required": false; }; "searchFilterLabel": { "alias": "searchFilterLabel"; "required": false; }; "externalLinkLabel": { "alias": "externalLinkLabel"; "required": false; }; "fragmentId": { "alias": "fragmentId"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "hasFilter": { "alias": "hasFilter"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "expandAllItems": { "alias": "expandAllItems"; "required": false; }; }, { "isClick": "isClick"; "itemClick": "itemClick"; }, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: {}; outputs: {}; }]>;
|
101
98
|
}
|
102
99
|
//# sourceMappingURL=eui-menu.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-menu.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-menu.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EAEN,YAAY,EACZ,SAAS,EACT,aAAa,EAEhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAG5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAG7D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;;AAE3D,qBAWa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA8BlD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACN,mBAAmB,EAAE,mBAAmB;IA/B1C,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IAI5B,UAAU,EAAE,GAAG,EAAE,CAAC;IAER,OAAO,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IACpD,SAAS,EAAE,YAAY,CAAC,WAAW,CAAC,CAAmC;IAIjF,WAAW,EAAC,YAAY,CAAS;IAGjC,SAAS,EAAC,YAAY,CAAS;IAG/B,QAAQ,EAAC,YAAY,CAAS;IAG9B,UAAU,EAAC,YAAY,CAAS;IAGhC,cAAc,EAAC,YAAY,CAAS;gBAGxB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACtB,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAGD,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIxC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAmBzC,QAAQ,IAAI,IAAI;IAOT,OAAO,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IA6BhC,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAKvC,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAIrC,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOnC,OAAO,CAAC,uBAAuB;IAI/B;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAevB;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAU7B;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAavB;;;;;;OAMG;IACH,OAAO,CAAC,cAAc;IAkBtB;;;;;;;OAOG;IACH,OAAO,CAAC,oBAAoB;IAkB5B;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IAO3B;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAOzB;;;OAGG;IACH,OAAO,CAAC,aAAa;yCAtQZ,gBAAgB;2CAAhB,gBAAgB;CA2Q5B"}
|