@eui/components 17.0.0-rc.5 → 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/classes/EuiAutoCompleteItem.html +1 -1
- 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 +192 -715
- 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/EuiDropdownComponent.html +43 -385
- package/docs/components/EuiFieldsetComponent.html +6 -6
- package/docs/components/EuiMenuComponent.html +96 -961
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiTreeComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +119 -7
- package/docs/js/menu-wc.js +221 -190
- 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-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
- 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 +22 -19
- 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-dropdown/directives/eui-dropdown-content.directive.mjs +10 -4
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +34 -48
- 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 +9 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -7
- 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-search/search.component.mjs +1 -2
- 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 +39 -23
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +2 -2
- package/eui-autocomplete/models/eui-autocomplete-item.model.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 +6 -7
- 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-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +8 -18
- package/eui-dropdown/eui-dropdown.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/eui-tree/eui-tree.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 +48 -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 +21 -18
- 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-dropdown.mjs +41 -48
- package/fesm2022/eui-components-eui-dropdown.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 +8 -3
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -12
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-search/search.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -3,11 +3,11 @@ import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
4
4
|
import { Overlay } from '@angular/cdk/overlay';
|
5
5
|
import { CdkVirtualScrollViewport, ScrollDispatcher } from '@angular/cdk/scrolling';
|
6
|
-
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
7
6
|
import { LiveAnnouncer } from '@angular/cdk/a11y';
|
8
7
|
import { EuiChipDragDrop } from '@eui/components/eui-chip-list';
|
9
8
|
import { EuiChip } from '@eui/components/eui-chip';
|
10
9
|
import { EuiTemplateDirective } from '@eui/components/directives';
|
10
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
11
11
|
import { EuiAutoCompleteItem } from './models/eui-autocomplete-item.model';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
import * as i1 from "@eui/components/shared";
|
@@ -18,7 +18,9 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
18
18
|
private elementRef;
|
19
19
|
private liveAnnouncer;
|
20
20
|
private scrollDispatcher;
|
21
|
+
private baseStatesDirective;
|
21
22
|
private control;
|
23
|
+
get cssClasses(): string;
|
22
24
|
autocompleteData: EuiAutoCompleteItem[];
|
23
25
|
visibleOptions: number;
|
24
26
|
matching: 'startWith' | 'contains';
|
@@ -34,22 +36,22 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
34
36
|
panelWidth: string | number;
|
35
37
|
dragAndDropSourceName: string;
|
36
38
|
dragAndDropConnectedTo: string[];
|
37
|
-
isFreeValueAllowed:
|
38
|
-
isReadonly:
|
39
|
-
isLoading:
|
40
|
-
hasChips:
|
41
|
-
isAsync:
|
42
|
-
isChipsSorted:
|
43
|
-
isItemsSorted:
|
44
|
-
isChipsRemovable:
|
45
|
-
isDuplicateValueAllowed:
|
46
|
-
isAddOnBlur:
|
47
|
-
isForceSelection:
|
48
|
-
maxVisibleChipsCount:
|
49
|
-
chipsLabelTruncateCount:
|
50
|
-
isMaxVisibleChipsOpened:
|
51
|
-
isChipsDragAndDrop:
|
52
|
-
autocompleteOptions: BehaviorSubject<EuiAutoCompleteItem[]>;
|
39
|
+
isFreeValueAllowed: boolean;
|
40
|
+
isReadonly: boolean;
|
41
|
+
isLoading: boolean;
|
42
|
+
hasChips: boolean;
|
43
|
+
isAsync: boolean;
|
44
|
+
isChipsSorted: boolean;
|
45
|
+
isItemsSorted: boolean;
|
46
|
+
isChipsRemovable: boolean;
|
47
|
+
isDuplicateValueAllowed: boolean;
|
48
|
+
isAddOnBlur: boolean;
|
49
|
+
isForceSelection: boolean;
|
50
|
+
maxVisibleChipsCount: any;
|
51
|
+
chipsLabelTruncateCount: any;
|
52
|
+
isMaxVisibleChipsOpened: boolean;
|
53
|
+
isChipsDragAndDrop: boolean;
|
54
|
+
autocompleteOptions: BehaviorSubject<EuiAutoCompleteItem<any>[]>;
|
53
55
|
selectedOptionIndex: number;
|
54
56
|
autocompleteControl: FormControl<string>;
|
55
57
|
isDisabled: boolean;
|
@@ -71,7 +73,6 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
71
73
|
label: string;
|
72
74
|
};
|
73
75
|
}>;
|
74
|
-
get cssClasses(): string;
|
75
76
|
templates: QueryList<EuiTemplateDirective>;
|
76
77
|
templatePortalContent: TemplateRef<ElementRef>;
|
77
78
|
inputContainerRef: ElementRef;
|
@@ -82,9 +83,9 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
82
83
|
inputFocus: EventEmitter<any>;
|
83
84
|
inputBlur: EventEmitter<any>;
|
84
85
|
clear: EventEmitter<any>;
|
85
|
-
selectionChange: EventEmitter<EuiAutoCompleteItem[]>;
|
86
|
-
itemAdd: EventEmitter<EuiAutoCompleteItem
|
87
|
-
itemRemove: EventEmitter<EuiAutoCompleteItem
|
86
|
+
selectionChange: EventEmitter<EuiAutoCompleteItem<any>[]>;
|
87
|
+
itemAdd: EventEmitter<EuiAutoCompleteItem<any>>;
|
88
|
+
itemRemove: EventEmitter<EuiAutoCompleteItem<any>>;
|
88
89
|
inputChange: EventEmitter<string>;
|
89
90
|
chipDragStart: EventEmitter<EuiChipDragDrop>;
|
90
91
|
chipDragRelease: EventEmitter<EuiChipDragDrop>;
|
@@ -104,7 +105,7 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
104
105
|
private TOP;
|
105
106
|
private BOTTOM;
|
106
107
|
private preferredPositons;
|
107
|
-
constructor(overlay: Overlay, cd: ChangeDetectorRef, viewContainerRef: ViewContainerRef, elementRef: ElementRef, liveAnnouncer: LiveAnnouncer, scrollDispatcher: ScrollDispatcher, control: NgControl);
|
108
|
+
constructor(overlay: Overlay, cd: ChangeDetectorRef, viewContainerRef: ViewContainerRef, elementRef: ElementRef, liveAnnouncer: LiveAnnouncer, scrollDispatcher: ScrollDispatcher, baseStatesDirective: BaseStatesDirective, control: NgControl);
|
108
109
|
ngOnChanges(c: SimpleChanges): void;
|
109
110
|
ngOnInit(): void;
|
110
111
|
ngAfterViewInit(): void;
|
@@ -145,7 +146,22 @@ export declare class EuiAutocompleteComponent implements OnInit, OnDestroy, Cont
|
|
145
146
|
private isVisible;
|
146
147
|
private onChange;
|
147
148
|
private onTouch;
|
148
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAutocompleteComponent, [null, null, null, null, null, null, { optional: true; self: true; }]>;
|
149
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAutocompleteComponent, [null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
149
150
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAutocompleteComponent, "eui-autocomplete, input[euiAutocomplete]", never, { "autocompleteData": { "alias": "autocompleteData"; "required": false; }; "visibleOptions": { "alias": "visibleOptions"; "required": false; }; "matching": { "alias": "matching"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocompleteDataSelected": { "alias": "autocompleteDataSelected"; "required": false; }; "chipsSortOrder": { "alias": "chipsSortOrder"; "required": false; }; "itemsSortOrder": { "alias": "itemsSortOrder"; "required": false; }; "chipsPosition": { "alias": "chipsPosition"; "required": false; }; "groupBy": { "alias": "groupBy"; "required": false; }; "toggleLinkMoreLabel": { "alias": "toggleLinkMoreLabel"; "required": false; }; "toggleLinkLessLabel": { "alias": "toggleLinkLessLabel"; "required": false; }; "classList": { "alias": "classList"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "dragAndDropSourceName": { "alias": "dragAndDropSourceName"; "required": false; }; "dragAndDropConnectedTo": { "alias": "dragAndDropConnectedTo"; "required": false; }; "isFreeValueAllowed": { "alias": "isFreeValueAllowed"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "hasChips": { "alias": "hasChips"; "required": false; }; "isAsync": { "alias": "isAsync"; "required": false; }; "isChipsSorted": { "alias": "isChipsSorted"; "required": false; }; "isItemsSorted": { "alias": "isItemsSorted"; "required": false; }; "isChipsRemovable": { "alias": "isChipsRemovable"; "required": false; }; "isDuplicateValueAllowed": { "alias": "isDuplicateValueAllowed"; "required": false; }; "isAddOnBlur": { "alias": "isAddOnBlur"; "required": false; }; "isForceSelection": { "alias": "isForceSelection"; "required": false; }; "maxVisibleChipsCount": { "alias": "maxVisibleChipsCount"; "required": false; }; "chipsLabelTruncateCount": { "alias": "chipsLabelTruncateCount"; "required": false; }; "isMaxVisibleChipsOpened": { "alias": "isMaxVisibleChipsOpened"; "required": false; }; "isChipsDragAndDrop": { "alias": "isChipsDragAndDrop"; "required": false; }; }, { "panelClose": "panelClose"; "panelOpen": "panelOpen"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "clear": "clear"; "selectionChange": "selectionChange"; "itemAdd": "itemAdd"; "itemRemove": "itemRemove"; "inputChange": "inputChange"; "chipDragStart": "chipDragStart"; "chipDragRelease": "chipDragRelease"; "chipDrop": "chipDrop"; }, ["templates"], never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; }; outputs: {}; }]>;
|
151
|
+
static ngAcceptInputType_isFreeValueAllowed: unknown;
|
152
|
+
static ngAcceptInputType_isReadonly: unknown;
|
153
|
+
static ngAcceptInputType_isLoading: unknown;
|
154
|
+
static ngAcceptInputType_hasChips: unknown;
|
155
|
+
static ngAcceptInputType_isAsync: unknown;
|
156
|
+
static ngAcceptInputType_isChipsSorted: unknown;
|
157
|
+
static ngAcceptInputType_isItemsSorted: unknown;
|
158
|
+
static ngAcceptInputType_isChipsRemovable: unknown;
|
159
|
+
static ngAcceptInputType_isDuplicateValueAllowed: unknown;
|
160
|
+
static ngAcceptInputType_isAddOnBlur: unknown;
|
161
|
+
static ngAcceptInputType_isForceSelection: unknown;
|
162
|
+
static ngAcceptInputType_maxVisibleChipsCount: unknown;
|
163
|
+
static ngAcceptInputType_chipsLabelTruncateCount: unknown;
|
164
|
+
static ngAcceptInputType_isMaxVisibleChipsOpened: unknown;
|
165
|
+
static ngAcceptInputType_isChipsDragAndDrop: unknown;
|
150
166
|
}
|
151
167
|
//# sourceMappingURL=eui-autocomplete.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAe,aAAa,EAAE,gBAAgB,EAC1I,WAAW,EAAE,UAAU,EAAS,YAAY,EAA0B,iBAAiB,EAAmB,SAAS,
|
1
|
+
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EuiChipTooltip } from '@eui/components/eui-chip';
|
2
|
-
export declare class EuiAutoCompleteItem {
|
2
|
+
export declare class EuiAutoCompleteItem<MEDATA = any> {
|
3
3
|
id: string | number;
|
4
4
|
euiInternalId: string;
|
5
5
|
label: string;
|
@@ -12,7 +12,7 @@ export declare class EuiAutoCompleteItem {
|
|
12
12
|
dragAndDropSource: string;
|
13
13
|
isDisabled: boolean;
|
14
14
|
tooltip?: EuiChipTooltip;
|
15
|
-
metadata?:
|
15
|
+
metadata?: MEDATA;
|
16
16
|
constructor(values?: {});
|
17
17
|
}
|
18
18
|
//# sourceMappingURL=eui-autocomplete-item.model.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete-item.model.d.ts","sourceRoot":"","sources":["../../../eui-autocomplete/models/eui-autocomplete-item.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;
|
1
|
+
{"version":3,"file":"eui-autocomplete-item.model.d.ts","sourceRoot":"","sources":["../../../eui-autocomplete/models/eui-autocomplete-item.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBAAa,mBAAmB,CAAC,MAAM,GAAG,GAAG;IACzC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC/E,SAAS,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,CAAC;IAC7E,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,UAAS;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAEN,MAAM,KAAK;CAG1B"}
|
@@ -2,7 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuiAvatarBadgeComponent {
|
3
3
|
get cssClasses(): string;
|
4
4
|
position: 'top' | 'bottom';
|
5
|
-
private getCssClasses;
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarBadgeComponent, never>;
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarBadgeComponent, "eui-avatar-badge", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
8
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"avatar-badge.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-badge/avatar-badge.component.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IAChC,IACW,UAAU,IAAI,MAAM,
|
1
|
+
{"version":3,"file":"avatar-badge.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-badge/avatar-badge.component.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IAChC,IACW,UAAU,IAAI,MAAM,CAK9B;IAEQ,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAS;yCATnC,uBAAuB;2CAAvB,uBAAuB;CAUnC"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class EuiAvatarListComponent {
|
3
3
|
get cssClasses(): string;
|
4
|
-
private getCssClasses;
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarListComponent, never>;
|
6
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarListComponent, "eui-avatar-list", never, {}, {}, never, ["*"], false, never>;
|
7
6
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-avatar-list.component.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar-list.component.ts"],"names":[],"mappings":";AAEA,qBAIa,sBAAsB;IAC/B,IACW,UAAU,IAAI,MAAM,
|
1
|
+
{"version":3,"file":"eui-avatar-list.component.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar-list.component.ts"],"names":[],"mappings":";AAEA,qBAIa,sBAAsB;IAC/B,IACW,UAAU,IAAI,MAAM,CAI9B;yCANQ,sBAAsB;2CAAtB,sBAAsB;CAOlC"}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
2
1
|
import { BaseStatesDirective } from '@eui/components/shared';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
import * as i1 from "@eui/components/shared";
|
@@ -7,16 +6,17 @@ export declare class EuiAvatarComponent {
|
|
7
6
|
get cssClasses(): string;
|
8
7
|
e2eAttr: string;
|
9
8
|
role: string;
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
isFlat: BooleanInput;
|
16
|
-
hasNoBackground: BooleanInput;
|
9
|
+
ariaLabel: string | null;
|
10
|
+
hasShadow: boolean;
|
11
|
+
isShapeSquare: boolean;
|
12
|
+
isFlat: boolean;
|
13
|
+
hasNoBackground: boolean;
|
17
14
|
constructor(baseStatesDirective: BaseStatesDirective);
|
18
|
-
private getCssClasses;
|
19
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarComponent, "div[euiAvatar], span[euiAvatar], eui-avatar", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "hasShadow": { "alias": "hasShadow"; "required": false; }; "isShapeSquare": { "alias": "isShapeSquare"; "required": false; }; "isFlat": { "alias": "isFlat"; "required": false; }; "hasNoBackground": { "alias": "hasNoBackground"; "required": false; }; }, {}, never, ["eui-avatar-icon", "eui-avatar-text", "eui-avatar-image", "eui-avatar-badge"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarComponent, "div[euiAvatar], span[euiAvatar], eui-avatar", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "hasShadow": { "alias": "hasShadow"; "required": false; }; "isShapeSquare": { "alias": "isShapeSquare"; "required": false; }; "isFlat": { "alias": "isFlat"; "required": false; }; "hasNoBackground": { "alias": "hasNoBackground"; "required": false; }; }, {}, never, ["eui-avatar-icon", "eui-avatar-text", "eui-avatar-image", "eui-avatar-badge"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSizeVariant": "euiSizeVariant"; }; outputs: {}; }]>;
|
17
|
+
static ngAcceptInputType_hasShadow: unknown;
|
18
|
+
static ngAcceptInputType_isShapeSquare: unknown;
|
19
|
+
static ngAcceptInputType_isFlat: unknown;
|
20
|
+
static ngAcceptInputType_hasNoBackground: unknown;
|
21
21
|
}
|
22
22
|
//# sourceMappingURL=eui-avatar.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-avatar.component.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar.component.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-avatar.component.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBA4Ba,kBAAkB;IAqBhB,mBAAmB,EAAE,mBAAmB;IApBnD,IACW,UAAU,IAAI,MAAM,CAO9B;IAEsC,OAAO,SAAgB;IACpC,IAAI,SAAY;IACW,SAAS,EAAE,MAAM,GAAG,IAAI,CAAY;IAEjD,SAAS,UAAS;IAClB,aAAa,UAAS;IACtB,MAAM,UAAS;IACf,eAAe,UAAS;gBAGrD,mBAAmB,EAAE,mBAAmB;yCArB1C,kBAAkB;2CAAlB,kBAAkB;wCAwBktzB,OAAQ;4CAAR,OAAQ;qCAAR,OAAQ;8CAAR,OAAQ;CADxvzB"}
|
@@ -7,9 +7,10 @@ import * as i5 from "./avatar-badge/avatar-badge.component";
|
|
7
7
|
import * as i6 from "./eui-avatar-list.component";
|
8
8
|
import * as i7 from "@angular/common";
|
9
9
|
import * as i8 from "@eui/components/eui-icon";
|
10
|
+
import * as i9 from "@eui/components/shared";
|
10
11
|
export declare class EuiAvatarModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAvatarModule, [typeof i1.EuiAvatarComponent, typeof i2.EuiAvatarIconComponent, typeof i3.EuiAvatarTextComponent, typeof i4.EuiAvatarImageComponent, typeof i5.EuiAvatarBadgeComponent, typeof i6.EuiAvatarListComponent], [typeof i7.CommonModule, typeof i8.EuiIconModule], [typeof i1.EuiAvatarComponent, typeof i2.EuiAvatarIconComponent, typeof i3.EuiAvatarTextComponent, typeof i4.EuiAvatarImageComponent, typeof i5.EuiAvatarBadgeComponent, typeof i6.EuiAvatarListComponent]>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAvatarModule, [typeof i1.EuiAvatarComponent, typeof i2.EuiAvatarIconComponent, typeof i3.EuiAvatarTextComponent, typeof i4.EuiAvatarImageComponent, typeof i5.EuiAvatarBadgeComponent, typeof i6.EuiAvatarListComponent], [typeof i7.CommonModule, typeof i8.EuiIconModule, typeof i9.BaseStatesDirective], [typeof i1.EuiAvatarComponent, typeof i2.EuiAvatarIconComponent, typeof i3.EuiAvatarTextComponent, typeof i4.EuiAvatarImageComponent, typeof i5.EuiAvatarBadgeComponent, typeof i6.EuiAvatarListComponent]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiAvatarModule>;
|
14
15
|
}
|
15
16
|
//# sourceMappingURL=eui-avatar.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-avatar.module.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-avatar.module.d.ts","sourceRoot":"","sources":["../../eui-avatar/eui-avatar.module.ts"],"names":[],"mappings":";;;;;;;;;;AAsBA,qBASa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
@@ -1,20 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "@
|
4
|
-
export declare class EuiBadgeComponent
|
3
|
+
import * as i1 from "@eui/components/shared";
|
4
|
+
export declare class EuiBadgeComponent {
|
5
|
+
baseStatesDirective: BaseStatesDirective;
|
5
6
|
get cssClasses(): string;
|
7
|
+
e2eAttr: string;
|
6
8
|
role: string;
|
7
|
-
|
8
|
-
|
9
|
-
protected _ariaLabel: string;
|
10
|
-
constructor();
|
11
|
-
getCssClasses(): string;
|
9
|
+
ariaLabel: string | null;
|
10
|
+
constructor(baseStatesDirective: BaseStatesDirective);
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBadgeComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBadgeComponent, "div[euiBadge], span[euiBadge], eui-badge", never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; }, {}, never, ["*"], false,
|
14
|
-
}
|
15
|
-
export declare class EuiBadgeModule {
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBadgeModule, never>;
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiBadgeModule, [typeof EuiBadgeComponent], [typeof i1.CommonModule], [typeof EuiBadgeComponent]>;
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EuiBadgeModule>;
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBadgeComponent, "div[euiBadge], span[euiBadge], eui-badge", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; "euiSizeS": "euiSizeS"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSizeVariant": "euiSizeVariant"; "euiOutline": "euiOutline"; }; outputs: {}; }]>;
|
19
13
|
}
|
20
14
|
//# sourceMappingURL=eui-badge.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-badge.component.d.ts","sourceRoot":"","sources":["../../eui-badge/eui-badge.component.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-badge.component.d.ts","sourceRoot":"","sources":["../../eui-badge/eui-badge.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBA6Ba,iBAAiB;IAaf,mBAAmB,EAAE,mBAAmB;IAZnD,IACW,UAAU,IAAI,MAAM,CAI9B;IAEsC,OAAO,SAAe;IACnC,IAAI,SAAY;IACW,SAAS,EAAE,MAAM,GAAG,IAAI,CAAW;gBAG7E,mBAAmB,EAAE,mBAAmB;yCAb1C,iBAAiB;2CAAjB,iBAAiB;CAgB7B"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./eui-badge.component";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@eui/components/shared";
|
5
|
+
export declare class EuiBadgeModule {
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBadgeModule, never>;
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiBadgeModule, [typeof i1.EuiBadgeComponent], [typeof i2.CommonModule, typeof i3.BaseStatesDirective], [typeof i1.EuiBadgeComponent]>;
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuiBadgeModule>;
|
9
|
+
}
|
10
|
+
//# sourceMappingURL=eui-badge.module.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"eui-badge.module.d.ts","sourceRoot":"","sources":["../../eui-badge/eui-badge.module.ts"],"names":[],"mappings":";;;;AAMA,qBAKa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
package/eui-badge/index.d.ts
CHANGED
package/eui-badge/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../eui-badge/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../eui-badge/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
|
@@ -1,16 +1,14 @@
|
|
1
1
|
import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
2
|
-
import { BaseDirective } from '@eui/components/shared';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
2
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class EuiBlockContentComponent
|
3
|
+
export declare class EuiBlockContentComponent implements OnChanges {
|
6
4
|
private elRef;
|
7
5
|
private renderer;
|
8
|
-
get
|
9
|
-
|
10
|
-
|
6
|
+
get cssClasses(): string;
|
7
|
+
role: string;
|
8
|
+
ariaLabel: string;
|
9
|
+
isBlocked: boolean;
|
11
10
|
/** keeps the state of the element that was focused before content was blocked */
|
12
11
|
private lastActiveElement;
|
13
|
-
get cssClasses(): string;
|
14
12
|
constructor(elRef: ElementRef, renderer: Renderer2);
|
15
13
|
ngOnChanges(changes: SimpleChanges): void;
|
16
14
|
/**
|
@@ -33,5 +31,6 @@ export declare class EuiBlockContentComponent extends BaseDirective implements O
|
|
33
31
|
private getActiveElement;
|
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,5 +1,6 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class EuiDropdownContentDirective {
|
3
|
+
role: string;
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDropdownContentDirective, never>;
|
4
5
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiDropdownContentDirective, "eui-dropdown-content", never, {}, {}, never, never, false, never>;
|
5
6
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown-content.directive.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/directives/eui-dropdown-content.directive.ts"],"names":[],"mappings":";AAGA,qBACa,2BAA2B;
|
1
|
+
{"version":3,"file":"eui-dropdown-content.directive.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/directives/eui-dropdown-content.directive.ts"],"names":[],"mappings":";AAGA,qBACa,2BAA2B;IACV,IAAI,SAAU;yCAD/B,2BAA2B;2CAA3B,2BAA2B;CAEvC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OnInit, OnDestroy, AfterViewInit, ViewContainerRef, TemplateRef, QueryList, ElementRef } from '@angular/core';
|
1
|
+
import { OnInit, OnDestroy, AfterViewInit, ViewContainerRef, TemplateRef, QueryList, ElementRef, Renderer2 } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
3
|
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
4
4
|
import { Highlightable } from '@angular/cdk/a11y';
|
@@ -11,6 +11,7 @@ export declare class EuiDropdownComponent extends BaseDirective implements OnIni
|
|
11
11
|
private viewContainerRef;
|
12
12
|
private scrollDispatcher;
|
13
13
|
private dropdownService;
|
14
|
+
protected _renderer: Renderer2;
|
14
15
|
e2eAttr: string;
|
15
16
|
tabIndex: number;
|
16
17
|
width: string;
|
@@ -20,22 +21,11 @@ export declare class EuiDropdownComponent extends BaseDirective implements OnIni
|
|
20
21
|
euiDropdownItems: QueryList<Highlightable & EuiDropdownItemComponent>;
|
21
22
|
trapFocusAutoCapture: boolean;
|
22
23
|
parentDropdown: EuiDropdownComponent;
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
set isClosedOnClickInside(value: BooleanInput);
|
29
|
-
private _isClosedOnClickInside;
|
30
|
-
get isLabelUpdatedFromSelectedItem(): boolean;
|
31
|
-
set isLabelUpdatedFromSelectedItem(value: BooleanInput);
|
32
|
-
private _isLabelUpdatedFromSelectedItem;
|
33
|
-
get isExpandOnHover(): boolean;
|
34
|
-
set isExpandOnHover(value: BooleanInput);
|
35
|
-
private _isExpandOnHover;
|
36
|
-
get hasTabNavigation(): boolean;
|
37
|
-
set hasTabNavigation(value: BooleanInput);
|
38
|
-
private _hasTabNavigation;
|
24
|
+
isDropDownRightAligned: BooleanInput;
|
25
|
+
isClosedOnClickInside: BooleanInput;
|
26
|
+
isLabelUpdatedFromSelectedItem: BooleanInput;
|
27
|
+
isExpandOnHover: BooleanInput;
|
28
|
+
hasTabNavigation: BooleanInput;
|
39
29
|
private originX;
|
40
30
|
private originY;
|
41
31
|
private overlayX;
|
@@ -51,7 +41,7 @@ export declare class EuiDropdownComponent extends BaseDirective implements OnIni
|
|
51
41
|
private activeDescendantKeyManager;
|
52
42
|
private origin;
|
53
43
|
get cssClasses(): string;
|
54
|
-
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher, dropdownService: EuiDropdownService);
|
44
|
+
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher, dropdownService: EuiDropdownService, _renderer: Renderer2);
|
55
45
|
ngOnInit(): void;
|
56
46
|
ngAfterViewInit(): void;
|
57
47
|
ngOnDestroy(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EACN,SAAS,EACT,aAAa,EACb,gBAAgB,EAEhB,WAAW,EAEX,SAAS,EACT,UAAU,
|
1
|
+
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"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"}
|