@eui/components 18.0.0-rc.24 → 18.0.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/ChartComponent.html +10 -124
- package/docs/components/EuiEditorCountersComponent.html +15 -202
- package/docs/components/EuiNotificationItemComponent.html +5 -62
- package/docs/components/EuiNotificationItemV2Component.html +5 -62
- package/docs/components/EuiNotificationsComponent.html +40 -512
- package/docs/components/EuiNotificationsV2Component.html +40 -507
- package/docs/components/EuiPageBreadcrumbComponent.html +8 -0
- package/docs/components/EuiPageColumnComponent.html +19 -113
- package/docs/components/EuiPageColumnsComponent.html +8 -0
- package/docs/components/EuiPageComponent.html +8 -0
- package/docs/components/EuiPageContentComponent.html +8 -0
- package/docs/components/EuiPageFooterComponent.html +8 -0
- package/docs/components/EuiPageHeaderActionItemsComponent.html +8 -0
- package/docs/components/EuiPageHeaderBodyComponent.html +8 -0
- package/docs/components/EuiPageHeaderComponent.html +15 -2
- package/docs/components/EuiPageHeaderSubLabelComponent.html +8 -0
- package/docs/components/EuiPageHeroHeaderComponent.html +8 -0
- package/docs/components/EuiPageTopContentComponent.html +8 -0
- package/docs/components/EuiPaginatorComponent.html +15 -209
- package/docs/components/EuiSelectComponent.html +0 -62
- package/docs/components/EuiTreeComponent.html +45 -558
- package/docs/components/EuiWizardComponent.html +15 -202
- package/docs/components/EuiWizardStepComponent.html +30 -388
- package/docs/components/QuillEditorComponent.html +20 -326
- package/docs/dependencies.html +3 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/directives/EuiPageColumnBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnFooterContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderCollapsedContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderLeftContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderRightContentDirective.html +4 -0
- package/docs/js/menu-wc.js +90 -20
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +51 -51
- package/docs/modules/EuiHeaderModule.html +68 -20
- package/docs/modules/EuiPageModule.html +95 -17
- package/docs/modules/EuiToolbarModule.html +68 -20
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +29 -42
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-body.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +14 -6
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -3
- package/esm2022/eui-page/eui-page.component.mjs +4 -4
- package/esm2022/eui-page/eui-page.module.mjs +9 -28
- package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
- package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
- package/esm2022/eui-select/eui-select.component.mjs +5 -10
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +2 -2
- package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
- package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
- package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
- package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
- package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts +1 -1
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +7 -8
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts.map +1 -1
- package/eui-page/eui-page.component.d.ts +1 -1
- package/eui-page/eui-page.component.d.ts.map +1 -1
- package/eui-page/eui-page.module.d.ts +1 -6
- package/eui-page/eui-page.module.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts +6 -10
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts +2 -4
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts +2 -3
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts +3 -5
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +18 -28
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +6 -10
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/charts/chart/chart.component.d.ts +4 -7
- package/externals/charts/chart/chart.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts +10 -16
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +73 -83
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +11 -27
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +8 -18
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs +4 -9
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +30 -77
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +30 -76
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +8 -11
- package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +16 -42
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +61 -157
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -1,6 +1,5 @@
|
|
1
1
|
import { OnInit, OnDestroy, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import { EuiAppShellService } from '@eui/core';
|
5
4
|
import { EuiPaginationEvent } from './models/pagination-event.model';
|
6
5
|
import { DecimalPipe } from '@angular/common';
|
@@ -15,21 +14,15 @@ export declare class EuiPaginatorComponent implements OnInit, OnDestroy, OnChang
|
|
15
14
|
page: number;
|
16
15
|
length: number;
|
17
16
|
nbPageNumberNavigation: number;
|
18
|
-
|
19
|
-
set isHidden(value: BooleanInput);
|
20
|
-
_isHidden: boolean;
|
17
|
+
isHidden: boolean;
|
21
18
|
pageChange: EventEmitter<EuiPaginationEvent>;
|
22
19
|
page$: BehaviorSubject<EuiPaginationEvent>;
|
23
20
|
length$: BehaviorSubject<number>;
|
24
21
|
range: string;
|
25
22
|
rangeLength: string;
|
26
23
|
nbPage: number;
|
27
|
-
|
28
|
-
|
29
|
-
private _hasPageNumberNavigation;
|
30
|
-
get hasDynamicLength(): boolean;
|
31
|
-
set hasDynamicLength(value: BooleanInput);
|
32
|
-
private _hasDynamicLength;
|
24
|
+
hasPageNumberNavigation: boolean;
|
25
|
+
hasDynamicLength: boolean;
|
33
26
|
private nbPageNumberNav;
|
34
27
|
private destroy$;
|
35
28
|
constructor(EuiAppShellService: EuiAppShellService, decimal: DecimalPipe);
|
@@ -54,5 +47,8 @@ export declare class EuiPaginatorComponent implements OnInit, OnDestroy, OnChang
|
|
54
47
|
getPage(page: number): void;
|
55
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiPaginatorComponent, never>;
|
56
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiPaginatorComponent, "eui-paginator", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "page": { "alias": "page"; "required": false; }; "length": { "alias": "length"; "required": false; }; "nbPageNumberNavigation": { "alias": "nbPageNumberNavigation"; "required": false; }; "isHidden": { "alias": "isHidden"; "required": false; }; "hasPageNumberNavigation": { "alias": "hasPageNumberNavigation"; "required": false; }; "hasDynamicLength": { "alias": "hasDynamicLength"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
50
|
+
static ngAcceptInputType_isHidden: unknown;
|
51
|
+
static ngAcceptInputType_hasPageNumberNavigation: unknown;
|
52
|
+
static ngAcceptInputType_hasDynamicLength: unknown;
|
57
53
|
}
|
58
54
|
//# sourceMappingURL=eui-paginator.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-paginator.component.d.ts","sourceRoot":"","sources":["../../eui-paginator/eui-paginator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAEN,SAAS,EACT,YAAY,EAEZ,SAAS,EACT,aAAa,
|
1
|
+
{"version":3,"file":"eui-paginator.component.d.ts","sourceRoot":"","sources":["../../eui-paginator/eui-paginator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAEN,SAAS,EACT,YAAY,EAEZ,SAAS,EACT,aAAa,EAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAW,eAAe,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;AAE9C,qBAOa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA+B3D,kBAAkB,EAAE,kBAAkB;IAC7C,OAAO,CAAC,OAAO;IA/BoB,OAAO,SAAmB;IACjE,IACI,UAAU,IAAI,MAAM,CAKvB;IACQ,eAAe,EAAE,MAAM,EAAE,CAAwB;IACjD,QAAQ,SAAM;IACd,IAAI,SAAK;IACT,MAAM,SAAK;IACX,sBAAsB,SAAK;IACI,QAAQ,UAAS;IAE/C,UAAU,mCAA0C;IAEvD,KAAK,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAA6B;IACvE,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAA0B;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IAEkB,uBAAuB,UAAS;IAChC,gBAAgB,UAAS;IAEjE,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,kBAAkB,EAAE,kBAAkB,EACrC,OAAO,EAAE,WAAW;IAGhC,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAgBnC,QAAQ,IAAI,IAAI;IA0BhB,WAAW,IAAI,IAAI;IAKnB,IAAI,oBAAoB,IAAI,MAAM,EAAE,CAwBnC;IAEM,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAgBlC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAO5B,WAAW,IAAI,IAAI;IAOnB,cAAc,IAAI,IAAI;IAOtB,UAAU,IAAI,IAAI;IAOlB,UAAU,IAAI,IAAI;IAOlB,OAAO,CAAC,IAAI,EAAE,kBAAkB,GAAG,IAAI;IAIvC,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAI/B,QAAQ,IAAI,IAAI;IAQvB;;;;OAIG;IACI,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;yCApLzB,qBAAqB;2CAArB,qBAAqB;uCA0LunqB,OAAQ;sDAAR,OAAQ;+CAAR,OAAQ;CADhqqB"}
|
@@ -2,7 +2,6 @@ import { AfterViewInit, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChang
|
|
2
2
|
import { NgSelectOption, SelectControlValueAccessor } from '@angular/forms';
|
3
3
|
import { EuiSelectControlValueAccessor } from './eui-select-control.directive';
|
4
4
|
import { EuiSelectComponent } from './eui-select.component';
|
5
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
6
5
|
import * as i0 from "@angular/core";
|
7
6
|
/**
|
8
7
|
* @description
|
@@ -15,10 +14,8 @@ import * as i0 from "@angular/core";
|
|
15
14
|
* @publicApi
|
16
15
|
*/
|
17
16
|
export declare class EuiNgSelectOptionDirective extends NgSelectOption implements OnDestroy, OnChanges, AfterViewInit {
|
18
|
-
|
19
|
-
set selected(value: BooleanInput);
|
17
|
+
selected: boolean;
|
20
18
|
label: string;
|
21
|
-
private _selected;
|
22
19
|
private readonly select;
|
23
20
|
private readonly selectNative;
|
24
21
|
private readonly selectComponent;
|
@@ -35,5 +32,6 @@ export declare class EuiNgSelectOptionDirective extends NgSelectOption implement
|
|
35
32
|
ngOnChanges(changes: SimpleChanges): void;
|
36
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNgSelectOptionDirective, [null, null, { optional: true; host: true; }, { optional: true; host: true; }, { optional: true; host: true; }]>;
|
37
34
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiNgSelectOptionDirective, "option:not([eclSelectOption]):not([eclMultiselectOption]), option[euiOption]", never, { "selected": { "alias": "selected"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ngValue": { "alias": "ngValue"; "required": false; }; }, {}, never, never, false, never>;
|
35
|
+
static ngAcceptInputType_selected: unknown;
|
38
36
|
}
|
39
37
|
//# sourceMappingURL=eui-select-option.directive.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-select-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-select-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAGb,UAAU,EAGV,SAAS,EACT,SAAS,EAET,SAAS,EACT,aAAa,EAChB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAa5D;;;;;;;;;GASG;AAGH,qBACa,0BAA2B,SAAQ,cAAe,YAAW,SAAS,EAAE,SAAS,EAAE,aAAa;IACjE,QAAQ,EAAE,OAAO,CAAC;IAEjD,KAAK,EAAE,MAAM,CAAC;IAEvB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA6B;IAC1D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAqB;IACrD,OAAO,CAAC,OAAO,CAAgC;IAC/C,OAAO,CAAC,QAAQ,CAAY;gBAGxB,QAAQ,EAAE,UAAU,EACpB,SAAS,EAAE,SAAS,EACA,OAAO,EAAE,6BAA6B,EACtC,aAAa,EAAE,0BAA0B,EACzC,gBAAgB,EAAE,kBAAkB;IAU5D,eAAe,IAAI,IAAI;IAWvB;;;;OAIG;IACH,IAGa,OAAO,CAAC,KAAK,EAAE,GAAG,EAQ9B;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAvDhC,0BAA0B;2CAA1B,0BAA0B;uCA6Eg+uB,OAAQ;CAD9gvB"}
|
@@ -7,12 +7,10 @@ export declare class EuiSelectComponent implements OnChanges, OnInit, DoCheck {
|
|
7
7
|
private elementRef;
|
8
8
|
private viewContainerRef;
|
9
9
|
placeholder: string;
|
10
|
-
|
11
|
-
set readonly(value: BooleanInput);
|
10
|
+
readonly: boolean;
|
12
11
|
get isInvalid(): boolean;
|
13
12
|
set isInvalid(state: BooleanInput);
|
14
13
|
protected _isInvalid: boolean;
|
15
|
-
private _readonly;
|
16
14
|
private control;
|
17
15
|
private readonlyInput;
|
18
16
|
private placeholderOption;
|
@@ -38,5 +36,6 @@ export declare class EuiSelectComponent implements OnChanges, OnInit, DoCheck {
|
|
38
36
|
private setPlaceholderClass;
|
39
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiSelectComponent, never>;
|
40
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiSelectComponent, "select[euiSelect]", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isInvalid": { "alias": "isInvalid"; "required": false; }; }, {}, never, ["*"], false, never>;
|
39
|
+
static ngAcceptInputType_readonly: unknown;
|
41
40
|
}
|
42
41
|
//# sourceMappingURL=eui-select.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-select.component.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-select.component.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,OAAO,EACP,UAAU,EAEV,QAAQ,EAER,SAAS,EACT,MAAM,EACN,SAAS,EACT,aAAa,EACb,gBAAgB,EAEnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;AAI5E,qBAOa,kBAAmB,YAAW,SAAS,EAAE,MAAM,EAAE,OAAO;IAwB7D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,gBAAgB;IA1BnB,WAAW,EAAE,MAAM,CAAC;IAEW,QAAQ,EAAE,OAAO,CAAC;IAE1D,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAOvC;IAED,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAC9B,OAAO,CAAC,OAAO,CAAY;IAC3B,OAAO,CAAC,aAAa,CAAsC;IAC3D,OAAO,CAAC,iBAAiB,CAAoB;gBAGjC,QAAQ,EAAE,SAAS,EACnB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,CAAC,iBAAiB,CAAC,EACzC,gBAAgB,EAAE,gBAAgB;IAG9C,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAwDzC,SAAS,IAAI,IAAI;IAajB,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;IAQrB,iBAAiB,IAAI,IAAI;IAIzB;;;;;OAKG;IAGH,OAAO,CAAC,gBAAgB;IAYxB;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAQ7B,OAAO,CAAC,mBAAmB;yCApJlB,kBAAkB;2CAAlB,kBAAkB;uCA+J4roB,OAAQ;CADluoB"}
|
@@ -1,18 +1,15 @@
|
|
1
1
|
import { OnInit, OnDestroy, ElementRef, AfterViewInit, Renderer2, OnChanges, SimpleChanges } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import { NgControl } from '@angular/forms';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AutoResizeDirective implements OnInit, OnChanges, AfterViewInit, OnDestroy {
|
6
5
|
protected el: ElementRef;
|
7
6
|
protected renderer: Renderer2;
|
8
7
|
protected control: NgControl;
|
8
|
+
autoResize: boolean;
|
9
|
+
set minRows(minRows: number | string);
|
9
10
|
private defaultRows;
|
10
11
|
private destroy$;
|
11
12
|
private observer;
|
12
|
-
get autoResize(): boolean;
|
13
|
-
set autoResize(state: BooleanInput);
|
14
|
-
private _autoResize;
|
15
|
-
set minRows(minRows: number | string);
|
16
13
|
constructor(el: ElementRef, renderer: Renderer2, control: NgControl);
|
17
14
|
onInput(): void;
|
18
15
|
ngOnInit(): void;
|
@@ -32,5 +29,6 @@ export declare class AutoResizeDirective implements OnInit, OnChanges, AfterView
|
|
32
29
|
private readonlyMutationObserver;
|
33
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoResizeDirective, [null, null, { optional: true; }]>;
|
34
31
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoResizeDirective, "textarea[autoResize]", never, { "autoResize": { "alias": "autoResize"; "required": false; }; "minRows": { "alias": "minRows"; "required": false; }; }, {}, never, never, false, never>;
|
32
|
+
static ngAcceptInputType_autoResize: unknown;
|
35
33
|
}
|
36
34
|
//# sourceMappingURL=auto-resize.directive.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"auto-resize.directive.d.ts","sourceRoot":"","sources":["../../eui-textarea/auto-resize.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EACN,SAAS,EAET,UAAU,EAEV,aAAa,EAEb,SAAS,EACT,SAAS,
|
1
|
+
{"version":3,"file":"auto-resize.directive.d.ts","sourceRoot":"","sources":["../../eui-textarea/auto-resize.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EACN,SAAS,EAET,UAAU,EAEV,aAAa,EAEb,SAAS,EACT,SAAS,EAET,aAAa,EAChB,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS;IAa/E,SAAS,CAAC,EAAE,EAAE,UAAU;IACxB,SAAS,CAAC,QAAQ,EAAE,SAAS;IACjB,SAAS,CAAC,OAAO,EAAE,SAAS;IAdJ,UAAU,UAAQ;IAE1D,IACI,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAEnC;IAED,OAAO,CAAC,WAAW,CAAK;IACxB,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,QAAQ,CAAmB;gBAGrB,EAAE,EAAE,UAAU,EACd,QAAQ,EAAE,SAAS,EACP,OAAO,EAAE,SAAS;IAI5C,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAYhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYzC,eAAe,IAAI,IAAI;IAUvB,WAAW,IAAI,IAAI;IAMnB;;OAEG;IACI,MAAM,IAAI,IAAI;IA0BrB;;;;OAIG;IACH,SAAS,CAAC,wBAAwB,IAAI,IAAI;IAM1C,OAAO,CAAC,wBAAwB;yCAvGvB,mBAAmB;2CAAnB,mBAAmB;yCAgHwkvB,OAAQ;CAD/mvB"}
|
@@ -2,7 +2,6 @@ import { EventEmitter, TemplateRef, ChangeDetectorRef, SimpleChanges, OnInit, On
|
|
2
2
|
import { TreeDataModel, TreeItemModel, TreeItemRunTimeModel, TreeItemSelectionRecursiveModel, EuiTreeSelectionChanges } from './eui-tree.model';
|
3
3
|
import { NestedTreeControl, CdkTree } from '@angular/cdk/tree';
|
4
4
|
import { ArrayDataSource } from '@angular/cdk/collections';
|
5
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
6
5
|
import { ScrollDispatcher, CdkScrollable } from '@angular/cdk/scrolling';
|
7
6
|
import * as i0 from "@angular/core";
|
8
7
|
import * as i1 from "@angular/common";
|
@@ -33,24 +32,15 @@ export declare class EuiTreeComponent implements OnInit, OnChanges, OnDestroy {
|
|
33
32
|
collapsedSvgIconClass: string;
|
34
33
|
cdkScrollableRef: CdkScrollable;
|
35
34
|
treeComponentInstance: CdkTree<TreeItemRunTimeModel>;
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
set isRecursiveParentSelection(value: BooleanInput);
|
46
|
-
get showUnderlinedLinks(): boolean;
|
47
|
-
set showUnderlinedLinks(value: BooleanInput);
|
48
|
-
get showLines(): boolean;
|
49
|
-
set showLines(value: BooleanInput);
|
50
|
-
get autoTranslate(): boolean;
|
51
|
-
set autoTranslate(value: BooleanInput);
|
52
|
-
get highlightPath(): boolean;
|
53
|
-
set highlightPath(value: BooleanInput);
|
35
|
+
isClickTogglingNode: boolean;
|
36
|
+
isMultiselect: boolean;
|
37
|
+
isSingleSelect: boolean;
|
38
|
+
isRecursiveSelection: boolean;
|
39
|
+
isRecursiveParentSelection: boolean;
|
40
|
+
showUnderlinedLinks: boolean;
|
41
|
+
showLines: boolean;
|
42
|
+
autoTranslate: boolean;
|
43
|
+
highlightPath: boolean;
|
54
44
|
selectionChange: EventEmitter<EuiTreeSelectionChanges>;
|
55
45
|
nodeClick: EventEmitter<TreeItemModel>;
|
56
46
|
nodeToggle: EventEmitter<TreeItemModel>;
|
@@ -64,15 +54,6 @@ export declare class EuiTreeComponent implements OnInit, OnChanges, OnDestroy {
|
|
64
54
|
private treeDataRunTimeBackup;
|
65
55
|
private runTimeSelectionRecursiveState;
|
66
56
|
private selectionModel;
|
67
|
-
private _isClickTogglingNode;
|
68
|
-
private _isMultiselect;
|
69
|
-
private _isSingleSelect;
|
70
|
-
private _isRecursiveSelection;
|
71
|
-
private _isRecursiveParentSelection;
|
72
|
-
private _showUnderlinedLinks;
|
73
|
-
private _showLines;
|
74
|
-
private _autoTranslate;
|
75
|
-
private _highlightPath;
|
76
57
|
private selectionModelSubs;
|
77
58
|
private scrollDispatcherSubs;
|
78
59
|
private _selection;
|
@@ -136,6 +117,15 @@ export declare class EuiTreeComponent implements OnInit, OnChanges, OnDestroy {
|
|
136
117
|
private checkIfCurrentScrollable;
|
137
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTreeComponent, never>;
|
138
119
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTreeComponent, "eui-tree", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeTemplateRef": { "alias": "nodeTemplateRef"; "required": false; }; "nodeContentMetadataTemplateRef": { "alias": "nodeContentMetadataTemplateRef"; "required": false; }; "rightContextMenuTemplateRef": { "alias": "rightContextMenuTemplateRef"; "required": false; }; "expandedIconClass": { "alias": "expandedIconClass"; "required": false; }; "collapsedIconClass": { "alias": "collapsedIconClass"; "required": false; }; "expandedSvgIconClass": { "alias": "expandedSvgIconClass"; "required": false; }; "collapsedSvgIconClass": { "alias": "collapsedSvgIconClass"; "required": false; }; "isClickTogglingNode": { "alias": "isClickTogglingNode"; "required": false; }; "isMultiselect": { "alias": "isMultiselect"; "required": false; }; "isSingleSelect": { "alias": "isSingleSelect"; "required": false; }; "isRecursiveSelection": { "alias": "isRecursiveSelection"; "required": false; }; "isRecursiveParentSelection": { "alias": "isRecursiveParentSelection"; "required": false; }; "showUnderlinedLinks": { "alias": "showUnderlinedLinks"; "required": false; }; "showLines": { "alias": "showLines"; "required": false; }; "autoTranslate": { "alias": "autoTranslate"; "required": false; }; "highlightPath": { "alias": "highlightPath"; "required": false; }; }, { "selectionChange": "selectionChange"; "nodeClick": "nodeClick"; "nodeToggle": "nodeToggle"; }, never, never, false, never>;
|
120
|
+
static ngAcceptInputType_isClickTogglingNode: unknown;
|
121
|
+
static ngAcceptInputType_isMultiselect: unknown;
|
122
|
+
static ngAcceptInputType_isSingleSelect: unknown;
|
123
|
+
static ngAcceptInputType_isRecursiveSelection: unknown;
|
124
|
+
static ngAcceptInputType_isRecursiveParentSelection: unknown;
|
125
|
+
static ngAcceptInputType_showUnderlinedLinks: unknown;
|
126
|
+
static ngAcceptInputType_showLines: unknown;
|
127
|
+
static ngAcceptInputType_autoTranslate: unknown;
|
128
|
+
static ngAcceptInputType_highlightPath: unknown;
|
139
129
|
}
|
140
130
|
export declare class EuiTreeModule {
|
141
131
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTreeModule, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tree.component.d.ts","sourceRoot":"","sources":["../../eui-tree/eui-tree.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,YAAY,EAGZ,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,MAAM,EACN,SAAS,EAET,SAAS,
|
1
|
+
{"version":3,"file":"eui-tree.component.d.ts","sourceRoot":"","sources":["../../eui-tree/eui-tree.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,YAAY,EAGZ,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,MAAM,EACN,SAAS,EAET,SAAS,EAGZ,MAAM,eAAe,CAAC;AAGvB,OAAO,EAEH,aAAa,EACb,aAAa,EAEb,oBAAoB,EACpB,+BAA+B,EAC/B,uBAAuB,EAE1B,MAAM,kBAAkB,CAAC;AAS1B,OAAO,EAAE,iBAAiB,EAAiB,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAkB,MAAM,0BAA0B,CAAC;AAE3E,OAAO,EAAmB,gBAAgB,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;;;;AAG1F,qBAOa,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAoDrD,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,gBAAgB;IAnDlF,IACW,UAAU,IAAI,MAAM,CAE9B;IACsC,OAAO,SAAc;IACnD,KAAK,EAAE,aAAa,CAAC;IAGrB,eAAe,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAGlC,8BAA8B,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAGjD,2BAA2B,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC9C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,SAA2B;IAC/C,qBAAqB,SAAwB;IAEE,gBAAgB,EAAE,aAAa,CAAC;IAC7C,qBAAqB,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAExD,mBAAmB,UAAS;IAC5B,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,oBAAoB,UAAS;IAC7B,0BAA0B,UAAQ;IAClC,mBAAmB,UAAS;IAC5B,SAAS,UAAQ;IACjB,aAAa,UAAQ;IACrB,aAAa,UAAS;IAEpD,eAAe,wCAA+C;IAC9D,SAAS,8BAAqC;IAC9C,UAAU,8BAAqC;IACzD,kBAAkB,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC;IAC1D,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAAC,CAAC;IACxD,UAAU,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,MAAM,CAAqD;IACvE,SAAS,CAAC,aAAa,MAAC;IACxB,OAAO,CAAC,cAAc,CAAgB;IACtC,OAAO,CAAC,eAAe,CAAuB;IAC9C,OAAO,CAAC,qBAAqB,CAAuB;IACpD,OAAO,CAAC,8BAA8B,CAAyC;IAC/E,OAAO,CAAC,cAAc,CAAuC;IAC7D,OAAO,CAAC,kBAAkB,CAAC;IAC3B,OAAO,CAAC,oBAAoB,CAAC;IAC7B,OAAO,CAAC,UAAU,CAAC;IACnB,OAAO,CAAC,cAAc,CAA0C;gBAE5C,iBAAiB,EAAE,iBAAiB,EAAU,gBAAgB,EAAE,gBAAgB;IAEpG,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,WAAW,IAAI,IAAI;IASnB,YAAY,IAAI,aAAa;IAI7B,iBAAiB,IAAI,aAAa;IAMlC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,GAAG,GAAG;IAMvD,cAAc,CAAC,IAAI,EAAE,oBAAoB,GAAG,GAAG;IAI/C,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa;IAgBxC,SAAS,IAAI,IAAI;IAKjB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAQ5B,WAAW,IAAI,IAAI;IAKnB,UAAU,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI;IA0B/F,eAAe,CAAC,SAAS,EAAE,OAAO,GAAG,IAAI;IAKzC,cAAc,CAAC,aAAa,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAiChE,WAAW,CAAC,eAAe,EAAE,oBAAoB,GAAG,IAAI;IAQxD,YAAY,CAAC,eAAe,EAAE,oBAAoB,GAAG,IAAI;IAOzD,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IA0F1C,QAAQ,MAAO,MAAM,QAAQ,oBAAoB,KAAG,OAAO,CAAoD;IAI/G,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI;IAc5C,iCAAiC,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAchF,OAAO,CAAC,QAAQ;IAkDhB,OAAO,CAAC,aAAa;IAUrB,OAAO,CAAC,iCAAiC;IAoDzC,OAAO,CAAC,iBAAiB;IAmDzB,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,qBAAqB;IAiB7B,OAAO,CAAC,oCAAoC;IAK5C,OAAO,CAAC,oCAAoC;IAoB5C,OAAO,CAAC,6BAA6B;IAmBrC,OAAO,CAAC,sBAAsB;IA6B9B,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,wBAAwB;IAYhC,OAAO,CAAC,kBAAkB;IAS1B,OAAO,CAAC,qCAAqC;IAY7C,OAAO,CAAC,oCAAoC;IAe5C,OAAO,CAAC,kBAAkB;IAoB1B,OAAO,CAAC,qBAAqB;IAS7B,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,cAAc;IAqBtB,OAAO,CAAC,qBAAqB;IAc7B,OAAO,CAAC,cAAc;IAsBtB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,mBAAmB;IAe3B,OAAO,CAAC,aAAa;IAwBrB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,mBAAmB;IAc3B,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,wBAAwB;yCA33BvB,gBAAgB;2CAAhB,gBAAgB;kDA2hBkB,OAAQ;4CAAR,OAAQ;6CAAR,OAAQ;mDAAR,OAAQ;yDAAR,OAAQ;kDAAR,OAAQ;wCAAR,OAAQ;4CAAR,OAAQ;4CAAR,OAAQ;CAmWtD;AAED,qBAmBa,aAAa;yCAAb,aAAa;0CAAb,aAAa,UAn5Bb,gBAAgB,uWAAhB,gBAAgB;0CAm5BhB,aAAa;CAAG"}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { EuiWizardStep } from './models/eui-wizard-step';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class EuiWizardStepComponent implements EuiWizardStep {
|
5
4
|
id: string;
|
@@ -9,29 +8,23 @@ export declare class EuiWizardStepComponent implements EuiWizardStep {
|
|
9
8
|
subLabel: string;
|
10
9
|
index: number;
|
11
10
|
url: string;
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
get isShowStepTitle(): boolean;
|
19
|
-
set isShowStepTitle(value: BooleanInput);
|
20
|
-
private _isShowStepTitle;
|
21
|
-
get isInvalid(): boolean;
|
22
|
-
set isInvalid(value: BooleanInput);
|
23
|
-
private _isInvalid;
|
24
|
-
get isWarning(): boolean;
|
25
|
-
set isWarning(value: BooleanInput);
|
26
|
-
private _isWarning;
|
27
|
-
get isDisabled(): boolean;
|
28
|
-
set isDisabled(value: BooleanInput);
|
29
|
-
private _isDisabled;
|
11
|
+
isCompleted: boolean;
|
12
|
+
isActive: boolean;
|
13
|
+
isShowStepTitle: boolean;
|
14
|
+
isInvalid: boolean;
|
15
|
+
isWarning: boolean;
|
16
|
+
isDisabled: boolean;
|
30
17
|
/**
|
31
18
|
* TODO: from which one is this method being used from?
|
32
19
|
*/
|
33
20
|
toJSON(): object;
|
34
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiWizardStepComponent, never>;
|
35
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiWizardStepComponent, "eui-wizard-step", never, { "id": { "alias": "id"; "required": false; }; "indexLabel": { "alias": "indexLabel"; "required": false; }; "indexIconSvgName": { "alias": "indexIconSvgName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "index": { "alias": "index"; "required": false; }; "url": { "alias": "url"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; "isShowStepTitle": { "alias": "isShowStepTitle"; "required": false; }; "isInvalid": { "alias": "isInvalid"; "required": false; }; "isWarning": { "alias": "isWarning"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
23
|
+
static ngAcceptInputType_isCompleted: unknown;
|
24
|
+
static ngAcceptInputType_isActive: unknown;
|
25
|
+
static ngAcceptInputType_isShowStepTitle: unknown;
|
26
|
+
static ngAcceptInputType_isInvalid: unknown;
|
27
|
+
static ngAcceptInputType_isWarning: unknown;
|
28
|
+
static ngAcceptInputType_isDisabled: unknown;
|
36
29
|
}
|
37
30
|
//# sourceMappingURL=eui-wizard-step.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-wizard-step.component.d.ts","sourceRoot":"","sources":["../../eui-wizard/eui-wizard-step.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC
|
1
|
+
{"version":3,"file":"eui-wizard-step.component.d.ts","sourceRoot":"","sources":["../../eui-wizard/eui-wizard-step.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;;AAEzD,qBAOa,sBAAuB,YAAW,aAAa;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IAEmB,WAAW,UAAS;IACpB,QAAQ,UAAS;IACjB,eAAe,UAAS;IACxB,SAAS,UAAS;IAClB,SAAS,UAAS;IACnB,UAAU,UAAS;IAE1D;;OAEG;IACH,MAAM,IAAI,MAAM;yCAnBP,sBAAsB;2CAAtB,sBAAsB;0CAqC830B,OAAQ;uCAAR,OAAQ;8CAAR,OAAQ;wCAAR,OAAQ;wCAAR,OAAQ;yCAAR,OAAQ;CADx60B"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { AfterContentInit, ElementRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
2
2
|
import { EuiWizardStepComponent } from './eui-wizard-step.component';
|
3
3
|
import { EuiWizardStep } from './models/eui-wizard-step';
|
4
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
5
4
|
import * as i0 from "@angular/core";
|
6
5
|
export declare class EuiWizardComponent implements AfterContentInit, OnChanges {
|
7
6
|
activeStepIndex: number;
|
@@ -13,15 +12,9 @@ export declare class EuiWizardComponent implements AfterContentInit, OnChanges {
|
|
13
12
|
canBeFocused: QueryList<ElementRef>;
|
14
13
|
stepContentId: string;
|
15
14
|
stepIds: string;
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
get isShowStepTitle(): boolean;
|
20
|
-
set isShowStepTitle(value: BooleanInput);
|
21
|
-
private _isShowStepTitle;
|
22
|
-
get isNavigationAllowed(): boolean;
|
23
|
-
set isNavigationAllowed(value: BooleanInput);
|
24
|
-
private _isNavigationAllowed;
|
15
|
+
isCustomContent: boolean;
|
16
|
+
isShowStepTitle: boolean;
|
17
|
+
isNavigationAllowed: boolean;
|
25
18
|
ngAfterContentInit(): void;
|
26
19
|
ngOnChanges(changes: SimpleChanges): void;
|
27
20
|
onSelectStep(step: EuiWizardStep, index: number): void;
|
@@ -33,5 +26,8 @@ export declare class EuiWizardComponent implements AfterContentInit, OnChanges {
|
|
33
26
|
private _getStep;
|
34
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiWizardComponent, never>;
|
35
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiWizardComponent, "eui-wizard", never, { "activeStepIndex": { "alias": "activeStepIndex"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "isCustomContent": { "alias": "isCustomContent"; "required": false; }; "isShowStepTitle": { "alias": "isShowStepTitle"; "required": false; }; "isNavigationAllowed": { "alias": "isNavigationAllowed"; "required": false; }; }, { "selectStep": "selectStep"; }, ["childrenSteps"], ["*"], false, never>;
|
29
|
+
static ngAcceptInputType_isCustomContent: unknown;
|
30
|
+
static ngAcceptInputType_isShowStepTitle: unknown;
|
31
|
+
static ngAcceptInputType_isNavigationAllowed: unknown;
|
36
32
|
}
|
37
33
|
//# sourceMappingURL=eui-wizard.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-wizard.component.d.ts","sourceRoot":"","sources":["../../eui-wizard/eui-wizard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,
|
1
|
+
{"version":3,"file":"eui-wizard.component.d.ts","sourceRoot":"","sources":["../../eui-wizard/eui-wizard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAIhB,UAAU,EACV,YAAY,EAEZ,SAAS,EAET,SAAS,EACT,aAAa,EAGhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;;AAGzD,qBAMa,kBAAmB,YAAW,gBAAgB,EAAE,SAAS;IACzD,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,CAAM;IACjC,QAAQ,SAAK;IACb,OAAO,SAAgB;IACtB,UAAU,EAAE,YAAY,CAAC,aAAa,CAAC,CAAsB;IAE9B,aAAa,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAC5D,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAElE,aAAa,EAAE,MAAM,CAAc;IACnC,OAAO,EAAE,MAAM,CAAC;IAEwB,eAAe,UAAS;IACxB,eAAe,UAAS;IACxB,mBAAmB,UAAQ;IAEnE,kBAAkB,IAAI,IAAI;IAsB1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAiBzC,YAAY,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAMtD,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAgB9B,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,GAAG,MAAM;IAI5D,SAAS,CAAC,kBAAkB,IAAI,IAAI;IAkBpC,SAAS,CAAC,cAAc,IAAI,IAAI;IAkBhC,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,QAAQ;yCA/HP,kBAAkB;2CAAlB,kBAAkB;8CAsIittB,OAAQ;8CAAR,OAAQ;kDAAR,OAAQ;CADvvtB"}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { OnChanges, OnDestroy, SimpleChanges, AfterViewInit } from '@angular/core';
|
2
2
|
import { ApexAnnotations, ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexFill, ApexGrid, ApexLegend, ApexNonAxisChartSeries, ApexMarkers, ApexNoData, ApexPlotOptions, ApexResponsive, ApexStates, ApexStroke, ApexTheme, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ApexForecastDataPoints } from '../model/apex-types';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestroy {
|
6
5
|
chart: ApexChart;
|
@@ -25,12 +24,8 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
|
|
25
24
|
subtitle: ApexTitleSubtitle;
|
26
25
|
theme: ApexTheme;
|
27
26
|
forecastDataPoints: ApexForecastDataPoints;
|
28
|
-
|
29
|
-
|
30
|
-
private _autoUpdateSeries;
|
31
|
-
get hasTableLegend(): boolean;
|
32
|
-
set hasTableLegend(value: BooleanInput);
|
33
|
-
private _hasTableLegend;
|
27
|
+
autoUpdateSeries: boolean;
|
28
|
+
hasTableLegend: boolean;
|
34
29
|
private isInitialized;
|
35
30
|
private initScheduleDelay;
|
36
31
|
private chartElement;
|
@@ -64,5 +59,7 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
|
|
64
59
|
private createElement;
|
65
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
66
61
|
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "eui-apex-chart", never, { "chart": { "alias": "chart"; "required": false; }; "annotations": { "alias": "annotations"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "dataLabels": { "alias": "dataLabels"; "required": false; }; "series": { "alias": "series"; "required": false; }; "stroke": { "alias": "stroke"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "noData": { "alias": "noData"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "plotOptions": { "alias": "plotOptions"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "xaxis": { "alias": "xaxis"; "required": false; }; "yaxis": { "alias": "yaxis"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; "states": { "alias": "states"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "forecastDataPoints": { "alias": "forecastDataPoints"; "required": false; }; "autoUpdateSeries": { "alias": "autoUpdateSeries"; "required": false; }; "hasTableLegend": { "alias": "hasTableLegend"; "required": false; }; }, {}, never, never, false, never>;
|
62
|
+
static ngAcceptInputType_autoUpdateSeries: unknown;
|
63
|
+
static ngAcceptInputType_hasTableLegend: unknown;
|
67
64
|
}
|
68
65
|
//# sourceMappingURL=chart.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chart.component.d.ts","sourceRoot":"","sources":["../../../../externals/charts/chart/chart.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"chart.component.d.ts","sourceRoot":"","sources":["../../../../externals/charts/chart/chart.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,20 +1,16 @@
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
2
1
|
import * as i0 from "@angular/core";
|
3
2
|
export declare class EuiEditorCountersComponent {
|
4
3
|
charactersCounter: number;
|
5
4
|
charactersLabel: string;
|
6
5
|
wordsCounter: number;
|
7
6
|
wordsLabel: string;
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
get hasCharactersCounter(): boolean;
|
12
|
-
set hasCharactersCounter(value: BooleanInput);
|
13
|
-
private _hasCharactersCounter;
|
14
|
-
get hasWordsCounter(): boolean;
|
15
|
-
set hasWordsCounter(value: BooleanInput);
|
16
|
-
private _hasWordsCounter;
|
7
|
+
isMaxLengthValid: boolean;
|
8
|
+
hasCharactersCounter: boolean;
|
9
|
+
hasWordsCounter: boolean;
|
17
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiEditorCountersComponent, never>;
|
18
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiEditorCountersComponent, "eui-editor-counters", never, { "charactersCounter": { "alias": "charactersCounter"; "required": false; }; "charactersLabel": { "alias": "charactersLabel"; "required": false; }; "wordsCounter": { "alias": "wordsCounter"; "required": false; }; "wordsLabel": { "alias": "wordsLabel"; "required": false; }; "isMaxLengthValid": { "alias": "isMaxLengthValid"; "required": false; }; "hasCharactersCounter": { "alias": "hasCharactersCounter"; "required": false; }; "hasWordsCounter": { "alias": "hasWordsCounter"; "required": false; }; }, {}, never, never, false, never>;
|
12
|
+
static ngAcceptInputType_isMaxLengthValid: unknown;
|
13
|
+
static ngAcceptInputType_hasCharactersCounter: unknown;
|
14
|
+
static ngAcceptInputType_hasWordsCounter: unknown;
|
19
15
|
}
|
20
16
|
//# sourceMappingURL=eui-editor-counters.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-editor-counters.component.d.ts","sourceRoot":"","sources":["../../../../externals/eui-editor/counters/eui-editor-counters.component.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-editor-counters.component.d.ts","sourceRoot":"","sources":["../../../../externals/eui-editor/counters/eui-editor-counters.component.ts"],"names":[],"mappings":";AAEA,qBAOa,0BAA0B;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,SAAgB;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,SAAW;IACU,gBAAgB,UAAQ;IACxB,oBAAoB,UAAQ;IAC5B,eAAe,UAAQ;yCAPtD,0BAA0B;2CAA1B,0BAA0B;+CASuy2B,OAAQ;mDAAR,OAAQ;8CAAR,OAAQ;CADr12B"}
|
@@ -3,7 +3,6 @@ import { QuillConfig, QuillModules } from './quill-editor.interfaces';
|
|
3
3
|
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
4
4
|
import { ControlValueAccessor, Validator } from '@angular/forms';
|
5
5
|
import { ContentChange, SelectionChange, Range } from './models/editor.model';
|
6
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
7
6
|
import { LoaderService } from './loader.service';
|
8
7
|
import * as i0 from "@angular/core";
|
9
8
|
export interface CustomOption {
|
@@ -50,21 +49,11 @@ export declare class QuillEditorComponent implements AfterViewInit, ControlValue
|
|
50
49
|
editor: any;
|
51
50
|
source: string;
|
52
51
|
}>;
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
private _required;
|
59
|
-
get sanitize(): boolean;
|
60
|
-
set sanitize(value: BooleanInput);
|
61
|
-
private _sanitize;
|
62
|
-
get strict(): boolean;
|
63
|
-
set strict(value: BooleanInput);
|
64
|
-
private _strict;
|
65
|
-
get preserveWhitespace(): boolean;
|
66
|
-
set preserveWhitespace(value: BooleanInput);
|
67
|
-
private _preserveWhitespace;
|
52
|
+
readOnly?: boolean;
|
53
|
+
required: boolean;
|
54
|
+
sanitize: boolean;
|
55
|
+
strict: boolean;
|
56
|
+
preserveWhitespace: boolean;
|
68
57
|
private disabled;
|
69
58
|
constructor(elementRef: ElementRef, domSanitizer: DomSanitizer, doc: any, platformId: Object, renderer: Renderer2, zone: NgZone, config: QuillConfig, loader: LoaderService);
|
70
59
|
onModelChange(_modelValue?: any): void;
|
@@ -91,5 +80,10 @@ export declare class QuillEditorComponent implements AfterViewInit, ControlValue
|
|
91
80
|
private overrideScrollBehavior;
|
92
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuillEditorComponent, never>;
|
93
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<QuillEditorComponent, "quill-editor", never, { "id": { "alias": "id"; "required": false; }; "format": { "alias": "format"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "modules": { "alias": "modules"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "formats": { "alias": "formats"; "required": false; }; "customToolbarPosition": { "alias": "customToolbarPosition"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "scrollingContainer": { "alias": "scrollingContainer"; "required": false; }; "bounds": { "alias": "bounds"; "required": false; }; "customOptions": { "alias": "customOptions"; "required": false; }; "trackChanges": { "alias": "trackChanges"; "required": false; }; "hasImageFeature": { "alias": "hasImageFeature"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "sanitize": { "alias": "sanitize"; "required": false; }; "strict": { "alias": "strict"; "required": false; }; "preserveWhitespace": { "alias": "preserveWhitespace"; "required": false; }; "valueGetter": { "alias": "valueGetter"; "required": false; }; "valueSetter": { "alias": "valueSetter"; "required": false; }; }, { "onEditorCreated": "onEditorCreated"; "onContentChanged": "onContentChanged"; "onSelectionChanged": "onSelectionChanged"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, ["[quill-editor-toolbar]"], false, never>;
|
83
|
+
static ngAcceptInputType_readOnly: unknown;
|
84
|
+
static ngAcceptInputType_required: unknown;
|
85
|
+
static ngAcceptInputType_sanitize: unknown;
|
86
|
+
static ngAcceptInputType_strict: unknown;
|
87
|
+
static ngAcceptInputType_preserveWhitespace: unknown;
|
94
88
|
}
|
95
89
|
//# sourceMappingURL=quill-editor.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quill-editor.component.d.ts","sourceRoot":"","sources":["../../../externals/quill/quill-editor.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAEH,WAAW,EAEX,YAAY,EACf,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACH,aAAa,
|
1
|
+
{"version":3,"file":"quill-editor.component.d.ts","sourceRoot":"","sources":["../../../externals/quill/quill-editor.component.ts"],"names":[],"mappings":"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"}
|