@eui/components 18.0.0-next.29 → 18.0.0-next.30
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/EuiMessageBoxConfig.html +1 -1
- package/docs/components/EuiAlertComponent.html +1 -1
- package/docs/components/EuiButtonComponent.html +1 -1
- package/docs/components/EuiDialogComponent.html +96 -687
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiMessageBoxComponent.html +123 -1227
- package/docs/components/EuiPopoverComponent.html +81 -995
- package/docs/components/EuiTabComponent.html +88 -1004
- package/docs/components/EuiTabContentComponent.html +5 -78
- package/docs/components/EuiTableComponent.html +586 -2166
- package/docs/components/EuiTableFilterComponent.html +122 -787
- package/docs/components/EuiTableSelectableHeaderComponent.html +11 -141
- package/docs/components/EuiTableSelectableRowComponent.html +11 -125
- package/docs/components/EuiTableSortableColComponent.html +23 -263
- package/docs/components/EuiTabsComponent.html +21 -265
- package/docs/dependencies.html +1 -1
- package/docs/interfaces/EuiDialogInterface.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +2 -2
- package/esm2022/eui-alert/eui-alert.component.mjs +4 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-block-content/eui-block-content.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +4 -5
- package/esm2022/eui-button-group/eui-button-group.component.mjs +1 -1
- package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +2 -2
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +2 -6
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +10 -10
- package/esm2022/eui-dialog/eui-dialog.component.mjs +29 -33
- package/esm2022/eui-dialog/models/eui-dialog.config.mjs +1 -1
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
- package/esm2022/eui-ecl-date-block/eui-ecl-date-block.component.mjs +2 -2
- package/esm2022/eui-ecl-label/eui-ecl-label.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-language-selector/language-selector.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
- package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
- package/esm2022/eui-message-box/eui-message-box.component.mjs +51 -110
- package/esm2022/eui-message-box/models/eui-message-box.config.mjs +1 -1
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-popover/eui-popover.component.mjs +50 -72
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
- package/esm2022/eui-table/eui-table.component.mjs +82 -160
- package/esm2022/eui-table/filter/eui-table-filter.component.mjs +28 -32
- package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +12 -25
- package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +12 -25
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +20 -43
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +44 -59
- package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +6 -12
- package/esm2022/eui-tabs/eui-tabs.component.mjs +22 -45
- package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timepicker/eui-timepicker.component.mjs +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/layout/eui-footer/footer.component.mjs +2 -2
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-search/search.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
- package/esm2022/shared/base/base-states.directive.mjs +2 -1
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts +11 -6
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +26 -42
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +18 -21
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts +36 -51
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-table/filter/eui-table-filter.component.d.ts +9 -9
- package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts +4 -7
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts +4 -7
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts +10 -16
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts +18 -23
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts +2 -4
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +8 -13
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs +11 -10
- package/fesm2022/eui-components-eui-alert.mjs.map +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +2 -2
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs +3 -4
- package/fesm2022/eui-components-eui-button.mjs.map +2 -2
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -5
- package/fesm2022/eui-components-eui-chip-list.mjs.map +2 -2
- package/fesm2022/eui-components-eui-chip.mjs +2 -2
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +236 -212
- package/fesm2022/eui-components-eui-dialog.mjs.map +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-date-block.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-label.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-menu.mjs +23 -27
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-message-box.mjs +49 -105
- package/fesm2022/eui-components-eui-message-box.mjs.map +2 -2
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +49 -150
- package/fesm2022/eui-components-eui-popover.mjs.map +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +254 -418
- package/fesm2022/eui-components-eui-table.mjs.map +3 -3
- package/fesm2022/eui-components-eui-tabs.mjs +72 -116
- package/fesm2022/eui-components-eui-tabs.mjs.map +3 -3
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +2 -2
- package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +4 -4
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +16 -16
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared.mjs +1 -1
- package/fesm2022/eui-components-shared.mjs.map +2 -2
- package/package.json +3 -3
- package/shared/base/base-states.directive.d.ts.map +1 -1
@@ -1,39 +1,29 @@
|
|
1
1
|
import { TemplateRef, ViewContainerRef, AfterViewInit, OnDestroy, OnInit, EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
2
2
|
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
3
3
|
import { Observable } from 'rxjs';
|
4
|
-
import {
|
5
|
-
import { BaseDirective } from '@eui/components/shared';
|
4
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
6
5
|
import { EuiPopoverPosition } from './models/eui-popover-position.model';
|
7
6
|
import * as i0 from "@angular/core";
|
8
|
-
|
7
|
+
import * as i1 from "@eui/components/shared";
|
8
|
+
export declare class EuiPopoverComponent implements AfterViewInit, OnDestroy, OnInit, OnChanges {
|
9
9
|
private overlay;
|
10
10
|
private viewContainerRef;
|
11
11
|
private scrollDispatcher;
|
12
|
+
private baseStatesDirective;
|
12
13
|
title: string;
|
13
14
|
position: EuiPopoverPosition;
|
14
15
|
size: 'default' | 'small' | 'large' | 'auto' | 's' | 'm' | 'l' | 'xl' | string;
|
15
16
|
type: 'default' | 'flat' | 'colored-header' | 'colored-solid';
|
16
17
|
width: string;
|
18
|
+
hasBackDrop: boolean;
|
19
|
+
hasCloseButton: boolean;
|
20
|
+
isDismissable: boolean;
|
17
21
|
outsideClick: EventEmitter<any>;
|
18
22
|
popoverOpen: EventEmitter<any>;
|
19
23
|
popoverClose: EventEmitter<any>;
|
20
|
-
statesClass: string;
|
21
24
|
cdkTrapFocusAutoCapture: boolean;
|
22
|
-
sizeClass: string;
|
23
25
|
position$: Observable<[EuiPopoverPosition, DOMRect]>;
|
24
26
|
templatePortalContent: TemplateRef<unknown>;
|
25
|
-
get isOpen(): boolean;
|
26
|
-
set isOpen(value: BooleanInput);
|
27
|
-
private _isOpen;
|
28
|
-
get hasBackDrop(): boolean;
|
29
|
-
set hasBackDrop(value: BooleanInput);
|
30
|
-
private _hasBackDrop;
|
31
|
-
get hasCloseButton(): boolean;
|
32
|
-
set hasCloseButton(value: BooleanInput);
|
33
|
-
private _hasCloseButton;
|
34
|
-
get isDismissable(): boolean;
|
35
|
-
set isDismissable(value: BooleanInput);
|
36
|
-
private _isDismissable;
|
37
27
|
private templatePortal;
|
38
28
|
private overlayRef;
|
39
29
|
private destroy$;
|
@@ -43,23 +33,27 @@ export declare class EuiPopoverComponent extends BaseDirective implements AfterV
|
|
43
33
|
private preferredPositons;
|
44
34
|
private positionStrategy;
|
45
35
|
private positionStrategyUpdate$;
|
46
|
-
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher);
|
36
|
+
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher, baseStatesDirective: BaseStatesDirective);
|
47
37
|
ngOnChanges(c: SimpleChanges): void;
|
48
38
|
ngOnInit(): void;
|
49
39
|
ngAfterViewInit(): void;
|
50
40
|
ngOnDestroy(): void;
|
41
|
+
/** @deprecated This will be removed in next version of eui in favor of isOpen */
|
42
|
+
get isPopoverOpen(): boolean;
|
51
43
|
/**
|
52
44
|
* Whether the eui-popover is open.
|
53
45
|
*
|
54
46
|
* @usageNotes
|
55
47
|
* ```html
|
56
48
|
* <eui-popover #popover>
|
57
|
-
*
|
49
|
+
* \@if (popover.isOpen) {
|
50
|
+
* <my-component></my-component>
|
51
|
+
* }
|
58
52
|
* </eui-popover>
|
59
53
|
* ```
|
60
54
|
* @returns A boolean with value `true` when open, otherwise `false`.
|
61
55
|
*/
|
62
|
-
get
|
56
|
+
get isOpen(): boolean;
|
63
57
|
onContentChange(): void;
|
64
58
|
/**
|
65
59
|
* Open a popover
|
@@ -82,6 +76,9 @@ export declare class EuiPopoverComponent extends BaseDirective implements AfterV
|
|
82
76
|
private getPositionStrategy;
|
83
77
|
private setPositionStream;
|
84
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiPopoverComponent, never>;
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiPopoverComponent, "eui-popover", never, { "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "width": { "alias": "width"; "required": false; }; "
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiPopoverComponent, "eui-popover", never, { "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "width": { "alias": "width"; "required": false; }; "hasBackDrop": { "alias": "hasBackDrop"; "required": false; }; "hasCloseButton": { "alias": "hasCloseButton"; "required": false; }; "isDismissable": { "alias": "isDismissable"; "required": false; }; }, { "outsideClick": "outsideClick"; "popoverOpen": "popoverOpen"; "popoverClose": "popoverClose"; }, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSizeVariant": "euiSizeVariant"; }; outputs: {}; }]>;
|
80
|
+
static ngAcceptInputType_hasBackDrop: unknown;
|
81
|
+
static ngAcceptInputType_hasCloseButton: unknown;
|
82
|
+
static ngAcceptInputType_isDismissable: unknown;
|
86
83
|
}
|
87
84
|
//# sourceMappingURL=eui-popover.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-popover.component.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,MAAM,EAEN,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,
|
1
|
+
{"version":3,"file":"eui-popover.component.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,MAAM,EAEN,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EAEhB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,OAAO,EAIP,gBAAgB,EAGnB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAmB,UAAU,EAAyB,MAAM,MAAM,CAAC;AAG1E,OAAO,EAAiB,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE5E,OAAO,EAAE,kBAAkB,EAAyC,MAAM,qCAAqC,CAAC;;;AAEhH,qBAoBa,mBAAoB,YAAW,aAAa,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS;IA6BvE,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,mBAAmB;IA/B9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,kBAAkB,CAAY;IACxC,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,MAAM,CAAa;IAC3F,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,gBAAgB,GAAG,eAAe,CAAa;IAC1E,KAAK,EAAE,MAAM,CAAQ;IACU,WAAW,UAAS;IACpB,cAAc,UAAQ;IACtB,aAAa,UAAQ;IAEnD,YAAY,oBAAsB;IAClC,WAAW,oBAAsB;IACjC,YAAY,oBAAsB;IAErC,uBAAuB,UAAQ;IAC/B,SAAS,EAAE,UAAU,CAAC,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC,CAAC;IAExB,qBAAqB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAEhF,OAAO,CAAC,cAAc,CAAiB;IACvC,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,OAAO,CAAiE;IAChF,OAAO,CAAC,4BAA4B,CAAsB;IAC1D,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,iBAAiB,CAAwD;IACjF,OAAO,CAAC,gBAAgB,CAAoC;IAC5D,OAAO,CAAC,uBAAuB,CAAgC;gBAE3C,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,mBAAmB,EAAE,mBAAmB;IAG5D,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAYnC,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAIvB,WAAW,IAAI,IAAI;IAQnB,iFAAiF;IACjF,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED;;;;;;;;;;;;OAYG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAEM,eAAe,IAAI,IAAI;IAM9B;;;;OAIG;IACI,WAAW,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IA0C5C;;OAEG;IACI,YAAY,IAAI,IAAI;IAQ3B;;;;;OAKG;IACI,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAM5C,OAAO,CAAC,SAAS;IAWjB,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,iBAAiB;yCArLhB,mBAAmB;2CAAnB,mBAAmB;0CAmMw/mB,OAAQ;6CAAR,OAAQ;4CAAR,OAAQ;CAD/hnB"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import { EuiTemplateDirective } from '@eui/components/directives';
|
4
|
-
import {
|
3
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
5
4
|
import { EuiPaginatorComponent } from '@eui/components/eui-paginator';
|
6
5
|
import { EuiTableSortService } from './services/eui-table-sort.service';
|
7
6
|
import { EuiTableFilterComponent } from './filter/eui-table-filter.component';
|
@@ -9,18 +8,34 @@ import { EuiTableSelectableRowService } from './services/eui-table-selectable-ro
|
|
9
8
|
import { SortEvent } from './models/sort-event.model';
|
10
9
|
import { MultisortParam } from './models/multi-sort.model';
|
11
10
|
import * as i0 from "@angular/core";
|
12
|
-
|
11
|
+
import * as i1 from "@eui/components/shared";
|
12
|
+
export declare class EuiTableComponent implements AfterContentInit, OnInit, OnDestroy, AfterViewInit, OnChanges {
|
13
13
|
private euiTableSortService;
|
14
14
|
private cd;
|
15
15
|
private euiTableSelectableRowService;
|
16
16
|
private elementRef;
|
17
|
+
private baseStatesDirective;
|
18
|
+
get cssClasses(): string;
|
17
19
|
rows: any[];
|
18
20
|
propId: string;
|
21
|
+
e2eAttr: string;
|
19
22
|
paginator: EuiPaginatorComponent;
|
20
23
|
filter: EuiTableFilterComponent;
|
21
24
|
preselectedRows: any[];
|
22
|
-
|
23
|
-
|
25
|
+
loading: boolean;
|
26
|
+
asyncTable: boolean;
|
27
|
+
paginable: boolean;
|
28
|
+
euiTableResponsive: boolean;
|
29
|
+
euiTableFixedLayout: boolean;
|
30
|
+
euiTableDraggable: boolean;
|
31
|
+
euiTableCards: boolean;
|
32
|
+
euiTableBordered: boolean;
|
33
|
+
euiTableCompact: boolean;
|
34
|
+
hasStickyHeader: boolean;
|
35
|
+
hasStickyColumns: boolean;
|
36
|
+
isSelectOnlyVisibleRows: boolean;
|
37
|
+
isColsOrderable: boolean;
|
38
|
+
isHoverable: boolean;
|
24
39
|
selectedRows: EventEmitter<any[]>;
|
25
40
|
sortChange: EventEmitter<SortEvent>;
|
26
41
|
multiSortChange: EventEmitter<MultisortParam[]>;
|
@@ -37,61 +52,17 @@ export declare class EuiTableComponent extends BaseDirective implements AfterCon
|
|
37
52
|
theadRef: ElementRef<HTMLElement>;
|
38
53
|
tbodyRef: ElementRef<HTMLElement>;
|
39
54
|
tfootRef: ElementRef<HTMLElement>;
|
40
|
-
get loading(): boolean;
|
41
|
-
set loading(value: BooleanInput);
|
42
|
-
private _loading;
|
43
|
-
get asyncTable(): boolean;
|
44
|
-
set asyncTable(value: BooleanInput);
|
45
|
-
private _asyncTable;
|
46
|
-
get paginable(): boolean;
|
47
|
-
set paginable(value: BooleanInput);
|
48
|
-
private _paginable;
|
49
|
-
get euiTableResponsive(): boolean;
|
50
|
-
set euiTableResponsive(value: BooleanInput);
|
51
|
-
private _euiTableResponsive;
|
52
|
-
get euiTableFixedLayout(): boolean;
|
53
|
-
set euiTableFixedLayout(value: BooleanInput);
|
54
|
-
private _euiTableFixedLayout;
|
55
|
-
get euiTableDraggable(): boolean;
|
56
|
-
set euiTableDraggable(value: BooleanInput);
|
57
|
-
private _euiTableDraggable;
|
58
|
-
get euiTableCards(): boolean;
|
59
|
-
set euiTableCards(value: BooleanInput);
|
60
|
-
private _euiTableCards;
|
61
|
-
get euiTableBordered(): boolean;
|
62
|
-
set euiTableBordered(value: BooleanInput);
|
63
|
-
private _euiTableBordered;
|
64
|
-
get euiTableCompact(): boolean;
|
65
|
-
set euiTableCompact(value: BooleanInput);
|
66
|
-
private _euiTableCompact;
|
67
|
-
get hasStickyHeader(): boolean;
|
68
|
-
set hasStickyHeader(value: BooleanInput);
|
69
|
-
private _hasStickyHeader;
|
70
|
-
get hasStickyColumns(): boolean;
|
71
|
-
set hasStickyColumns(value: BooleanInput);
|
72
|
-
private _hasStickyColumns;
|
73
|
-
get isSelectOnlyVisibleRows(): boolean;
|
74
|
-
set isSelectOnlyVisibleRows(value: BooleanInput);
|
75
|
-
private _isSelectOnlyVisibleRows;
|
76
|
-
get isColsOrderable(): boolean;
|
77
|
-
set isColsOrderable(value: BooleanInput);
|
78
|
-
private _isColsOrderable;
|
79
|
-
get isHoverable(): boolean;
|
80
|
-
set isHoverable(value: BooleanInput);
|
81
|
-
private _isHoverable;
|
82
55
|
private rowsSrc;
|
83
56
|
private destroy$;
|
84
57
|
private tableFeaturesHandlerSubscription;
|
85
58
|
private selectRowsFeatureHandlerSubscription;
|
86
59
|
private stickyFeatureHandlerIndex;
|
87
|
-
|
88
|
-
constructor(euiTableSortService: EuiTableSortService, cd: ChangeDetectorRef, euiTableSelectableRowService: EuiTableSelectableRowService, elementRef: ElementRef);
|
60
|
+
constructor(euiTableSortService: EuiTableSortService, cd: ChangeDetectorRef, euiTableSelectableRowService: EuiTableSelectableRowService, elementRef: ElementRef, baseStatesDirective: BaseStatesDirective);
|
89
61
|
ngOnChanges(c: SimpleChanges): void;
|
90
62
|
ngOnInit(): void;
|
91
63
|
ngAfterContentInit(): void;
|
92
64
|
ngAfterViewInit(): void;
|
93
65
|
ngOnDestroy(): void;
|
94
|
-
trackByFn(index: number): number;
|
95
66
|
selectAllRows(): void;
|
96
67
|
unselectAllRows(): void;
|
97
68
|
selectRows(rows: any[]): void;
|
@@ -110,6 +81,20 @@ export declare class EuiTableComponent extends BaseDirective implements AfterCon
|
|
110
81
|
private paginateRows;
|
111
82
|
private getObjProp;
|
112
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableComponent, never>;
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableComponent, "eui-table, table[euiTable]", never, { "rows": { "alias": "rows"; "required": false; }; "propId": { "alias": "propId"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "preselectedRows": { "alias": "preselectedRows"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "asyncTable": { "alias": "asyncTable"; "required": false; }; "paginable": { "alias": "paginable"; "required": false; }; "euiTableResponsive": { "alias": "euiTableResponsive"; "required": false; }; "euiTableFixedLayout": { "alias": "euiTableFixedLayout"; "required": false; }; "euiTableDraggable": { "alias": "euiTableDraggable"; "required": false; }; "euiTableCards": { "alias": "euiTableCards"; "required": false; }; "euiTableBordered": { "alias": "euiTableBordered"; "required": false; }; "euiTableCompact": { "alias": "euiTableCompact"; "required": false; }; "hasStickyHeader": { "alias": "hasStickyHeader"; "required": false; }; "hasStickyColumns": { "alias": "hasStickyColumns"; "required": false; }; "isSelectOnlyVisibleRows": { "alias": "isSelectOnlyVisibleRows"; "required": false; }; "isColsOrderable": { "alias": "isColsOrderable"; "required": false; }; "isHoverable": { "alias": "isHoverable"; "required": false; }; }, { "selectedRows": "selectedRows"; "sortChange": "sortChange"; "multiSortChange": "multiSortChange"; }, ["templates"], never, false,
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableComponent, "eui-table, table[euiTable]", never, { "rows": { "alias": "rows"; "required": false; }; "propId": { "alias": "propId"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "preselectedRows": { "alias": "preselectedRows"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "asyncTable": { "alias": "asyncTable"; "required": false; }; "paginable": { "alias": "paginable"; "required": false; }; "euiTableResponsive": { "alias": "euiTableResponsive"; "required": false; }; "euiTableFixedLayout": { "alias": "euiTableFixedLayout"; "required": false; }; "euiTableDraggable": { "alias": "euiTableDraggable"; "required": false; }; "euiTableCards": { "alias": "euiTableCards"; "required": false; }; "euiTableBordered": { "alias": "euiTableBordered"; "required": false; }; "euiTableCompact": { "alias": "euiTableCompact"; "required": false; }; "hasStickyHeader": { "alias": "hasStickyHeader"; "required": false; }; "hasStickyColumns": { "alias": "hasStickyColumns"; "required": false; }; "isSelectOnlyVisibleRows": { "alias": "isSelectOnlyVisibleRows"; "required": false; }; "isColsOrderable": { "alias": "isColsOrderable"; "required": false; }; "isHoverable": { "alias": "isHoverable"; "required": false; }; }, { "selectedRows": "selectedRows"; "sortChange": "sortChange"; "multiSortChange": "multiSortChange"; }, ["templates"], never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: {}; outputs: {}; }]>;
|
85
|
+
static ngAcceptInputType_loading: unknown;
|
86
|
+
static ngAcceptInputType_asyncTable: unknown;
|
87
|
+
static ngAcceptInputType_paginable: unknown;
|
88
|
+
static ngAcceptInputType_euiTableResponsive: unknown;
|
89
|
+
static ngAcceptInputType_euiTableFixedLayout: unknown;
|
90
|
+
static ngAcceptInputType_euiTableDraggable: unknown;
|
91
|
+
static ngAcceptInputType_euiTableCards: unknown;
|
92
|
+
static ngAcceptInputType_euiTableBordered: unknown;
|
93
|
+
static ngAcceptInputType_euiTableCompact: unknown;
|
94
|
+
static ngAcceptInputType_hasStickyHeader: unknown;
|
95
|
+
static ngAcceptInputType_hasStickyColumns: unknown;
|
96
|
+
static ngAcceptInputType_isSelectOnlyVisibleRows: unknown;
|
97
|
+
static ngAcceptInputType_isColsOrderable: unknown;
|
98
|
+
static ngAcceptInputType_isHoverable: unknown;
|
114
99
|
}
|
115
100
|
//# sourceMappingURL=eui-table.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table.component.d.ts","sourceRoot":"","sources":["../../eui-table/eui-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAChB,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,SAAS,EACT,aAAa,EACb,WAAW,
|
1
|
+
{"version":3,"file":"eui-table.component.d.ts","sourceRoot":"","sources":["../../eui-table/eui-table.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,26 +1,26 @@
|
|
1
1
|
import { OnInit, EventEmitter, OnDestroy, ElementRef } from '@angular/core';
|
2
2
|
import { FormGroup } from '@angular/forms';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import { BehaviorSubject } from 'rxjs';
|
5
|
-
import {
|
4
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
6
5
|
import * as i0 from "@angular/core";
|
7
|
-
|
6
|
+
import * as i1 from "@eui/components/shared";
|
7
|
+
export declare class EuiTableFilterComponent implements OnInit, OnDestroy {
|
8
|
+
private baseStatesDirective;
|
9
|
+
get cssClasses(): string;
|
8
10
|
placeholder: string;
|
9
11
|
filterChange: EventEmitter<string>;
|
10
12
|
filterInput: ElementRef<HTMLInputElement>;
|
11
13
|
filter$: BehaviorSubject<string | null>;
|
12
14
|
form: FormGroup;
|
13
|
-
|
14
|
-
set autoSearch(value: BooleanInput);
|
15
|
-
private _autoSearch;
|
15
|
+
autoSearch: boolean;
|
16
16
|
private destroy$;
|
17
|
-
|
18
|
-
constructor();
|
17
|
+
constructor(baseStatesDirective: BaseStatesDirective);
|
19
18
|
ngOnInit(): void;
|
20
19
|
ngOnDestroy(): void;
|
21
20
|
setFilter(value: string): void;
|
22
21
|
resetFilter(): void;
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableFilterComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableFilterComponent, "eui-table-filter", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "autoSearch": { "alias": "autoSearch"; "required": false; }; }, { "filterChange": "filterChange"; }, never, never, false,
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableFilterComponent, "eui-table-filter", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "autoSearch": { "alias": "autoSearch"; "required": false; }; }, { "filterChange": "filterChange"; }, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: {}; outputs: {}; }]>;
|
24
|
+
static ngAcceptInputType_autoSearch: unknown;
|
25
25
|
}
|
26
26
|
//# sourceMappingURL=eui-table-filter.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-filter.component.d.ts","sourceRoot":"","sources":["../../../eui-table/filter/eui-table-filter.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-table-filter.component.d.ts","sourceRoot":"","sources":["../../../eui-table/filter/eui-table-filter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAiB,YAAY,EAAE,SAAS,EAA0B,UAAU,EAAuC,MAAM,eAAe,CAAC;AACnK,OAAO,EAAE,SAAS,EAAe,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAW,eAAe,EAAiD,MAAM,MAAM,CAAC;AAE/F,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBAWa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAmBjD,OAAO,CAAC,mBAAmB;IAlBvC,IACI,UAAU,IAAI,MAAM,CAEvB;IAEQ,WAAW,EAAE,MAAM,CAAC;IAEnB,YAAY,uBAA8B;IAEJ,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEnF,OAAO,EAAE,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC,CAA6B;IACpE,IAAI,EAAE,SAAS,CAAC;IAEiB,UAAU,UAAS;IAE3D,OAAO,CAAC,QAAQ,CAA4C;gBAExC,mBAAmB,EAAE,mBAAmB;IAG5D,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAKZ,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM9B,WAAW,IAAI,IAAI;yCA3CjB,uBAAuB;2CAAvB,uBAAuB;yCAiDm8zB,OAAQ;CAD9+zB"}
|
@@ -1,17 +1,12 @@
|
|
1
1
|
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
|
2
2
|
import { EuiTableSelectableRowService } from '../services/eui-table-selectable-row.service';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class EuiTableSelectableHeaderComponent implements OnInit, OnDestroy {
|
6
5
|
private euiTableSelectableRowService;
|
7
6
|
checkbox: ElementRef<HTMLInputElement>;
|
8
7
|
isCheckedIndeterminate: boolean;
|
9
|
-
|
10
|
-
|
11
|
-
private _isSelectableHeader;
|
12
|
-
get isChecked(): boolean;
|
13
|
-
set isChecked(value: BooleanInput);
|
14
|
-
private _isChecked;
|
8
|
+
isSelectableHeader: boolean;
|
9
|
+
isChecked: boolean;
|
15
10
|
private destroy$;
|
16
11
|
constructor(euiTableSelectableRowService: EuiTableSelectableRowService);
|
17
12
|
ngOnInit(): void;
|
@@ -19,5 +14,7 @@ export declare class EuiTableSelectableHeaderComponent implements OnInit, OnDest
|
|
19
14
|
toggleCheckedState(value: boolean): void;
|
20
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableSelectableHeaderComponent, never>;
|
21
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableSelectableHeaderComponent, "tr[isSelectableHeader]", never, { "isSelectableHeader": { "alias": "isSelectableHeader"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; }, {}, never, ["*"], false, never>;
|
17
|
+
static ngAcceptInputType_isSelectableHeader: unknown;
|
18
|
+
static ngAcceptInputType_isChecked: unknown;
|
22
19
|
}
|
23
20
|
//# sourceMappingURL=eui-table-selectable-header.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-selectable-header.component.d.ts","sourceRoot":"","sources":["../../../eui-table/selectable-header/eui-table-selectable-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAa,UAAU,
|
1
|
+
{"version":3,"file":"eui-table-selectable-header.component.d.ts","sourceRoot":"","sources":["../../../eui-table/selectable-header/eui-table-selectable-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AAG7G,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;;AAE5F,qBAKa,iCAAkC,YAAW,MAAM,EAAE,SAAS;IAU3D,OAAO,CAAC,4BAA4B;IATzB,QAAQ,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEvD,sBAAsB,UAAS;IAEE,kBAAkB,UAAQ;IAC1B,SAAS,UAAS;IAE1D,OAAO,CAAC,QAAQ,CAA4C;gBAExC,4BAA4B,EAAE,4BAA4B;IAE9E,QAAQ,IAAI,IAAI;IAehB,WAAW,IAAI,IAAI;IAKZ,kBAAkB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;yCAhCtC,iCAAiC;2CAAjC,iCAAiC;iDA0C4u0B,OAAQ;wCAAR,OAAQ;CADjy0B"}
|
@@ -1,16 +1,11 @@
|
|
1
1
|
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import { EuiTableSelectableRowService } from '../services/eui-table-selectable-row.service';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class EuiTableSelectableRowComponent implements OnInit, OnDestroy, OnChanges {
|
6
5
|
private euiTableSelectableRowService;
|
7
6
|
isSelectable: any;
|
8
|
-
|
9
|
-
|
10
|
-
private _isChecked;
|
11
|
-
get isKeyboardSelectable(): boolean;
|
12
|
-
set isKeyboardSelectable(value: BooleanInput);
|
13
|
-
private _isKeyboardSelectable;
|
7
|
+
isChecked: boolean;
|
8
|
+
isKeyboardSelectable: boolean;
|
14
9
|
private propId;
|
15
10
|
private destroy$;
|
16
11
|
get cssClasses(): string;
|
@@ -22,5 +17,7 @@ export declare class EuiTableSelectableRowComponent implements OnInit, OnDestroy
|
|
22
17
|
toggleCheckedState(e: any): void;
|
23
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableSelectableRowComponent, never>;
|
24
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableSelectableRowComponent, "tr[isSelectable]", never, { "isSelectable": { "alias": "isSelectable"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "isKeyboardSelectable": { "alias": "isKeyboardSelectable"; "required": false; }; }, {}, never, ["*"], false, never>;
|
20
|
+
static ngAcceptInputType_isChecked: unknown;
|
21
|
+
static ngAcceptInputType_isKeyboardSelectable: unknown;
|
25
22
|
}
|
26
23
|
//# sourceMappingURL=eui-table-selectable-row.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-selectable-row.component.d.ts","sourceRoot":"","sources":["../../../eui-table/selectable-row/eui-table-selectable-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAE,SAAS,
|
1
|
+
{"version":3,"file":"eui-table-selectable-row.component.d.ts","sourceRoot":"","sources":["../../../eui-table/selectable-row/eui-table-selectable-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAE,SAAS,EAA+C,MAAM,eAAe,CAAC;AAG5H,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;;AAE5F,qBAKa,8BAA+B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAiBnE,OAAO,CAAC,4BAA4B;IAdvC,YAAY,EAAE,GAAG,CAAC;IACa,SAAS,UAAS;IAClB,oBAAoB,UAAS;IAErE,OAAO,CAAC,MAAM,CAAQ;IACtB,OAAO,CAAC,QAAQ,CAA4C;IAE5D,IACI,UAAU,IAAI,MAAM,CAIvB;gBAEmB,4BAA4B,EAAE,4BAA4B;IAE3C,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI;IA4BxE,WAAW,IAAI,IAAI;IAWnB,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAOZ,kBAAkB,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI;yCAvE9B,8BAA8B;2CAA9B,8BAA8B;wCAkFqwwB,OAAQ;mDAAR,OAAQ;CADvzwB"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import { OnInit, OnDestroy
|
2
|
-
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
3
2
|
import { FormArray, FormGroup } from '@angular/forms';
|
4
3
|
import { EuiDropdownComponent } from '@eui/components/eui-dropdown';
|
5
4
|
import { EuiTableSortService } from '../services/eui-table-sort.service';
|
@@ -7,30 +6,21 @@ import { MultisortParam } from '../models/multi-sort.model';
|
|
7
6
|
import * as i0 from "@angular/core";
|
8
7
|
export declare class EuiTableSortableColComponent implements OnInit, OnDestroy {
|
9
8
|
private euiTableSortService;
|
10
|
-
private cd;
|
11
9
|
dropdown: EuiDropdownComponent;
|
12
10
|
sortOn: string;
|
13
11
|
sortOrder: 'asc' | 'desc';
|
12
|
+
defaultMultiOrder: any;
|
13
|
+
defaultOrder: boolean;
|
14
|
+
sortDisabled: boolean;
|
15
|
+
isMultiSortable: boolean;
|
14
16
|
order: 'asc' | 'desc' | null;
|
15
17
|
multisortParams: MultisortParam[];
|
16
18
|
currentMultiSortPosition: number;
|
17
19
|
error: boolean;
|
18
20
|
form: FormGroup;
|
19
|
-
get defaultMultiOrder(): number;
|
20
|
-
set defaultMultiOrder(value: NumberInput);
|
21
|
-
private _defaultMultiOrder;
|
22
|
-
get defaultOrder(): boolean;
|
23
|
-
set defaultOrder(value: BooleanInput);
|
24
|
-
private _defaultOrder;
|
25
|
-
get sortDisabled(): boolean;
|
26
|
-
set sortDisabled(value: BooleanInput);
|
27
|
-
private _sortDisabled;
|
28
|
-
get isMultiSortable(): boolean;
|
29
|
-
set isMultiSortable(value: BooleanInput);
|
30
|
-
private _isMultiSortable;
|
31
21
|
private destroy$;
|
32
22
|
get cssClasses(): string;
|
33
|
-
constructor(euiTableSortService: EuiTableSortService
|
23
|
+
constructor(euiTableSortService: EuiTableSortService);
|
34
24
|
ngOnInit(): void;
|
35
25
|
ngOnDestroy(): void;
|
36
26
|
get columns(): FormArray;
|
@@ -46,5 +36,9 @@ export declare class EuiTableSortableColComponent implements OnInit, OnDestroy {
|
|
46
36
|
private isElementUniqueName;
|
47
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableSortableColComponent, never>;
|
48
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTableSortableColComponent, "th[sortable]", never, { "sortOn": { "alias": "sortOn"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; "defaultMultiOrder": { "alias": "defaultMultiOrder"; "required": false; }; "defaultOrder": { "alias": "defaultOrder"; "required": false; }; "sortDisabled": { "alias": "sortDisabled"; "required": false; }; "isMultiSortable": { "alias": "isMultiSortable"; "required": false; }; }, {}, never, ["*"], false, never>;
|
39
|
+
static ngAcceptInputType_defaultMultiOrder: unknown;
|
40
|
+
static ngAcceptInputType_defaultOrder: unknown;
|
41
|
+
static ngAcceptInputType_sortDisabled: unknown;
|
42
|
+
static ngAcceptInputType_isMultiSortable: unknown;
|
49
43
|
}
|
50
44
|
//# sourceMappingURL=eui-table-sortable-col.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-sortable-col.component.d.ts","sourceRoot":"","sources":["../../../eui-table/sortable-col/eui-table-sortable-col.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,
|
1
|
+
{"version":3,"file":"eui-table-sortable-col.component.d.ts","sourceRoot":"","sources":["../../../eui-table/sortable-col/eui-table-sortable-col.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAoE,MAAM,eAAe,CAAC;AAE/H,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;;AAE5D,qBAKa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAsBtD,OAAO,CAAC,mBAAmB;IArBN,QAAQ,EAAE,oBAAoB,CAAC;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,KAAK,GAAG,MAAM,CAAU;IACL,iBAAiB,MAAQ;IACxB,YAAY,UAAS;IACrB,YAAY,UAAS;IACrB,eAAe,UAAS;IAEzD,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,CAAU;IAC7C,eAAe,EAAE,cAAc,EAAE,CAAM;IACvC,wBAAwB,SAAK;IAC7B,KAAK,UAAS;IACd,IAAI,EAAE,SAAS,CAAC;IAEhB,OAAO,CAAC,QAAQ,CAA4C;IAE5D,IACI,UAAU,IAAI,MAAM,CAEvB;gBAEmB,mBAAmB,EAAE,mBAAmB;IAE5D,QAAQ,IAAI,IAAI;IAwChB,WAAW,IAAI,IAAI;IAKnB,IAAI,OAAO,IAAI,SAAS,CAEvB;IAEM,KAAK,IAAI,IAAI;IAapB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI;IAIxE,cAAc,IAAI,IAAI;IAItB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAI7C,iBAAiB,IAAI,IAAI;IAIzB,iBAAiB,IAAI,IAAI;IAiBzB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,2BAA2B;IAWnC,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,mBAAmB;yCAtJlB,4BAA4B;2CAA5B,4BAA4B;gDA0JoisP,OAAQ;2CAAz4gO,OAAQ;2CAAR,OAAQ;8CAAR,OAAQ;CADntrB"}
|
@@ -1,40 +1,35 @@
|
|
1
|
-
import {
|
2
|
-
import { BaseDirective } from '@eui/components/shared';
|
1
|
+
import { BaseStatesDirective } from '@eui/components/shared';
|
3
2
|
import { EuiTabContentComponent } from '../eui-tab-content/eui-tab-content.component';
|
4
3
|
import { EuiTabLabelComponent } from '../eui-tab-label/eui-tab-label.component';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
|
5
|
+
import * as i1 from "@eui/components/shared";
|
6
|
+
export declare class EuiTabComponent {
|
7
|
+
baseStatesDirective: BaseStatesDirective;
|
7
8
|
url: string;
|
8
9
|
e2eAttr: string;
|
9
10
|
tooltip: string;
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
get isActive(): boolean;
|
17
|
-
set isActive(value: BooleanInput);
|
18
|
-
private _isActive;
|
19
|
-
get isDisabled(): boolean;
|
20
|
-
set isDisabled(value: BooleanInput);
|
21
|
-
private _isDisabled;
|
22
|
-
get hasBackgroundFilled(): boolean;
|
23
|
-
set hasBackgroundFilled(value: BooleanInput);
|
24
|
-
private _hasBackgroundFilled;
|
25
|
-
get isHandleCloseOnClose(): boolean;
|
26
|
-
set isHandleCloseOnClose(value: BooleanInput);
|
27
|
-
private _isHandleCloseOnClose;
|
11
|
+
isClosable: boolean;
|
12
|
+
isVisible: boolean;
|
13
|
+
isActive: boolean;
|
14
|
+
isDisabled: boolean;
|
15
|
+
hasBackgroundFilled: boolean;
|
16
|
+
isHandleCloseOnClose: boolean;
|
28
17
|
get templateLabel(): EuiTabLabelComponent;
|
29
18
|
set templateLabel(value: EuiTabLabelComponent);
|
30
19
|
protected _templateLabel: EuiTabLabelComponent;
|
31
20
|
get templateContent(): EuiTabContentComponent;
|
32
21
|
set templateContent(value: EuiTabContentComponent);
|
33
22
|
protected _templateContent: EuiTabContentComponent;
|
34
|
-
constructor();
|
23
|
+
constructor(baseStatesDirective: BaseStatesDirective);
|
35
24
|
protected setTemplateLabelInput(value: EuiTabLabelComponent): void;
|
36
25
|
protected setTemplateContentInput(value: EuiTabContentComponent): void;
|
37
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTabComponent, never>;
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTabComponent, "eui-tab", never, { "url": { "alias": "url"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isClosable": { "alias": "isClosable"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "hasBackgroundFilled": { "alias": "hasBackgroundFilled"; "required": false; }; "isHandleCloseOnClose": { "alias": "isHandleCloseOnClose"; "required": false; }; }, {}, ["templateLabel", "templateContent"], ["*"], false,
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTabComponent, "eui-tab", never, { "url": { "alias": "url"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isClosable": { "alias": "isClosable"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "hasBackgroundFilled": { "alias": "hasBackgroundFilled"; "required": false; }; "isHandleCloseOnClose": { "alias": "isHandleCloseOnClose"; "required": false; }; }, {}, ["templateLabel", "templateContent"], ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiDisabled": "euiDisabled"; "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiVariant": "euiVariant"; }; outputs: {}; }]>;
|
28
|
+
static ngAcceptInputType_isClosable: unknown;
|
29
|
+
static ngAcceptInputType_isVisible: unknown;
|
30
|
+
static ngAcceptInputType_isActive: unknown;
|
31
|
+
static ngAcceptInputType_isDisabled: unknown;
|
32
|
+
static ngAcceptInputType_hasBackgroundFilled: unknown;
|
33
|
+
static ngAcceptInputType_isHandleCloseOnClose: unknown;
|
39
34
|
}
|
40
35
|
//# sourceMappingURL=eui-tab.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tab.component.d.ts","sourceRoot":"","sources":["../../../eui-tabs/eui-tab/eui-tab.component.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-tab.component.d.ts","sourceRoot":"","sources":["../../../eui-tabs/eui-tab/eui-tab.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;;;AAEhF,qBAqBa,eAAe;IA6BL,mBAAmB,EAAE,mBAAmB;IA5BlD,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,SAAa;IACpB,OAAO,EAAE,MAAM,CAAC;IACe,UAAU,UAAS;IACnB,SAAS,UAAQ;IACjB,QAAQ,UAAS;IACjB,UAAU,UAAS;IACnB,mBAAmB,UAAS;IAC5B,oBAAoB,UAAS;IAErE,IACI,aAAa,IAAI,oBAAoB,CAExC;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,oBAAoB,EAE5C;IACD,SAAS,CAAC,cAAc,EAAE,oBAAoB,CAAC;IAE/C,IACI,eAAe,IAAI,sBAAsB,CAE5C;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,sBAAsB,EAEhD;IACD,SAAS,CAAC,gBAAgB,EAAE,sBAAsB,CAAC;gBAEhC,mBAAmB,EAAE,mBAAmB;IAG3D,SAAS,CAAC,qBAAqB,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI;IAMlE,SAAS,CAAC,uBAAuB,CAAC,KAAK,EAAE,sBAAsB,GAAG,IAAI;yCAtC7D,eAAe;2CAAf,eAAe;yCA4CkvzB,OAAQ;wCAAR,OAAQ;uCAAR,OAAQ;yCAAR,OAAQ;kDAAR,OAAQ;mDAAR,OAAQ;CADrxzB"}
|
@@ -1,17 +1,15 @@
|
|
1
1
|
import { TemplateRef, ViewContainerRef, AfterViewInit } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import { TemplatePortal } from '@angular/cdk/portal';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class EuiTabContentComponent implements AfterViewInit {
|
6
5
|
private viewContainerRef;
|
7
6
|
templateRef: TemplateRef<any>;
|
8
7
|
templatePortal: TemplatePortal;
|
9
|
-
|
10
|
-
set hasNoContentPadding(value: BooleanInput);
|
11
|
-
private _hasNoContentPadding;
|
8
|
+
hasNoContentPadding: boolean;
|
12
9
|
constructor(viewContainerRef: ViewContainerRef);
|
13
10
|
ngAfterViewInit(): void;
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTabContentComponent, never>;
|
15
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTabContentComponent, "eui-tab-content, euiTabContent", never, { "hasNoContentPadding": { "alias": "hasNoContentPadding"; "required": false; }; }, {}, never, ["*"], false, never>;
|
13
|
+
static ngAcceptInputType_hasNoContentPadding: unknown;
|
16
14
|
}
|
17
15
|
//# sourceMappingURL=eui-tab-content.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tab-content.component.d.ts","sourceRoot":"","sources":["../../../eui-tabs/eui-tab-content/eui-tab-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAa,gBAAgB,EAAE,aAAa,
|
1
|
+
{"version":3,"file":"eui-tab-content.component.d.ts","sourceRoot":"","sources":["../../../eui-tabs/eui-tab-content/eui-tab-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAa,gBAAgB,EAAE,aAAa,EAAoB,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD,qBAQa,sBAAuB,YAAW,aAAa;IAS5C,OAAO,CAAC,gBAAgB;IANR,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEnD,cAAc,EAAE,cAAc,CAAC;IAEE,mBAAmB,UAAS;gBAEhD,gBAAgB,EAAE,gBAAgB;IAEtD,eAAe,IAAI,IAAI;yCAXd,sBAAsB;2CAAtB,sBAAsB;kDAe671B,OAAQ;CADv+1B"}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { EventEmitter, OnDestroy, QueryList, OnChanges, AfterViewInit, ViewContainerRef, ElementRef, ChangeDetectorRef, SimpleChanges } from '@angular/core';
|
2
2
|
import { AnimationBuilder } from '@angular/animations';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import { Router } from '@angular/router';
|
5
4
|
import { EuiTabComponent } from './eui-tab/eui-tab.component';
|
6
5
|
import * as i0 from "@angular/core";
|
@@ -30,18 +29,10 @@ export declare class EuiTabsComponent implements OnDestroy, AfterViewInit, OnCha
|
|
30
29
|
navigationLeftButtonDisabled: boolean;
|
31
30
|
navigationRightButtonDisabled: boolean;
|
32
31
|
currentOffset: number;
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
set isHandleChangeTab(value: BooleanInput);
|
38
|
-
private _isHandleChangeTab;
|
39
|
-
get isSubTabs(): boolean;
|
40
|
-
set isSubTabs(value: BooleanInput);
|
41
|
-
private _isSubTabs;
|
42
|
-
get isVerticalTabs(): boolean;
|
43
|
-
set isVerticalTabs(value: BooleanInput);
|
44
|
-
private _isVerticalTabs;
|
32
|
+
isMainNavigation: boolean;
|
33
|
+
isHandleChangeTab: boolean;
|
34
|
+
isSubTabs: boolean;
|
35
|
+
isVerticalTabs: boolean;
|
45
36
|
private destroy$;
|
46
37
|
private routerSubscription;
|
47
38
|
private player;
|
@@ -94,6 +85,10 @@ export declare class EuiTabsComponent implements OnDestroy, AfterViewInit, OnCha
|
|
94
85
|
private getScrollingStatus;
|
95
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTabsComponent, never>;
|
96
87
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTabsComponent, "eui-tabs", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "pathMatch": { "alias": "pathMatch"; "required": false; }; "isMainNavigation": { "alias": "isMainNavigation"; "required": false; }; "isHandleChangeTab": { "alias": "isHandleChangeTab"; "required": false; }; "isSubTabs": { "alias": "isSubTabs"; "required": false; }; "isVerticalTabs": { "alias": "isVerticalTabs"; "required": false; }; }, { "tabClose": "tabClose"; "tabSelect": "tabSelect"; }, ["_tabs"], ["euiTabsRightContent"], false, never>;
|
88
|
+
static ngAcceptInputType_isMainNavigation: unknown;
|
89
|
+
static ngAcceptInputType_isHandleChangeTab: unknown;
|
90
|
+
static ngAcceptInputType_isSubTabs: unknown;
|
91
|
+
static ngAcceptInputType_isVerticalTabs: unknown;
|
97
92
|
}
|
98
93
|
export declare class EuiTabsRightContentTagDirective {
|
99
94
|
elementClass: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tabs.component.d.ts","sourceRoot":"","sources":["../../eui-tabs/eui-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAEZ,SAAS,EAET,SAAS,EAIT,SAAS,EACT,aAAa,EAEb,gBAAgB,EAEhB,UAAU,EACV,iBAAiB,EACjB,aAAa,
|
1
|
+
{"version":3,"file":"eui-tabs.component.d.ts","sourceRoot":"","sources":["../../eui-tabs/eui-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAEZ,SAAS,EAET,SAAS,EAIT,SAAS,EACT,aAAa,EAEb,gBAAgB,EAEhB,UAAU,EACV,iBAAiB,EACjB,aAAa,EAGhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAW,gBAAgB,EAA4C,MAAM,qBAAqB,CAAC;AAE1G,OAAO,EAAiB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAExD,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;;AAE9D,qBAMa,gBAAiB,YAAW,SAAS,EAAE,aAAa,EAAE,SAAS;IA6CpE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IA9CV,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,eAAe,EAAE,CAAM;IAC7B,cAAc,MAAQ;IACtB,OAAO,SAAc;IACrB,SAAS,EAAE,QAAQ,GAAG,MAAM,CAAY;IAEvC,QAAQ;aAA2B,eAAe;eAAS,MAAM;OAAM;IACvE,SAAS;aAA2B,eAAe;eAAS,MAAM;OAAM;IAEN,KAAK,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACjD,gBAAgB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAChF,YAAY,EAAE,UAAU,CAAC;IAClB,mBAAmB,EAAE,UAAU,CAAC;IAC/C,IAAI,EAAE,UAAU,CAAC;IAE7B,SAAS,UAAS;IAClB,4BAA4B,UAAQ;IACpC,6BAA6B,UAAS;IACtC,aAAa,SAAK;IAEe,gBAAgB,UAAS;IACzB,iBAAiB,UAAS;IAC1B,SAAS,UAAS;IAClB,cAAc,UAAS;IAE/D,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,kBAAkB,CAAe;IACzC,OAAO,CAAC,MAAM,CAAkB;IAChC,OAAO,CAAC,QAAQ,CAAiB;IACjC,OAAO,CAAC,QAAQ,CAAO;IACvB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,cAAc,CAAK;gBAGf,EAAE,EAAE,iBAAiB,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,gBAAgB;IAGrC,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAqCnC,eAAe,IAAI,IAAI;IAwDvB,WAAW,IAAI,IAAI;IAOnB,QAAQ,IAAI,IAAI;IAIT,gBAAgB,IAAI,IAAI;IAIxB,QAAQ,IAAI,IAAI;IAShB,SAAS,IAAI,IAAI;IAajB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IA6C9B,OAAO,CAAC,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAkB9C,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,GAAG,IAAI;IAW5C;;;;;;;;;;;;;;;;;OAiBG;IACI,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAkBjC,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,WAAW;IA4BnB,OAAO,CAAC,kBAAkB;yCAnUjB,gBAAgB;2CAAhB,gBAAgB;+CA0Ws5a,OAAQ;gDAAR,OAAQ;wCAAR,OAAQ;6CAAR,OAAQ;CAR17a;AAGD,qBACa,+BAA+B;IAClB,YAAY,SAAqC;yCAD9D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|