@eui/components 18.0.0-rc.37 → 18.0.0-rc.38
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/EuiAppSidebarFooterComponent.html +13 -1
- package/docs/components/EuiAppSidebarHeaderComponent.html +13 -1
- package/docs/components/EuiAppToolbarComponent.html +13 -1
- package/docs/components/EuiToolbarMenuComponent.html +13 -1
- package/docs/components/QuillEditorComponent.html +2 -2
- package/docs/dependencies.html +1 -1
- package/docs/directives/EuiInputNumberDirective.html +24 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +2 -2
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-input-number/eui-number-control.directive.mjs +17 -5
- package/esm2022/externals/quill/quill-editor.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +11 -6
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +11 -6
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +11 -6
- package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +14 -10
- package/eui-input-number/eui-number-control.directive.d.ts +4 -2
- package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +2 -2
- package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +14 -3
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +1 -1
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +36 -20
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +2 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.d.ts +2 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts +2 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +2 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -3,8 +3,9 @@ import { EuiAppShellService } from '@eui/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class EuiAppSidebarFooterComponent implements OnInit, OnDestroy {
|
5
5
|
private asService;
|
6
|
+
private document;
|
6
7
|
class: string;
|
7
|
-
constructor(asService: EuiAppShellService);
|
8
|
+
constructor(asService: EuiAppShellService, document: Document);
|
8
9
|
ngOnInit(): void;
|
9
10
|
ngOnDestroy(): void;
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarFooterComponent, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar-footer.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,SAAS,
|
1
|
+
{"version":3,"file":"sidebar-footer.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAG/C,qBAKa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAGtD,OAAO,CAAC,SAAS;IAAwC,OAAO,CAAC,QAAQ;IAFtE,KAAK,SAA4B;gBAE5B,SAAS,EAAE,kBAAkB,EAA4B,QAAQ,EAAE,QAAQ;IAE/F,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;yCATV,4BAA4B;2CAA5B,4BAA4B;CAYxC"}
|
@@ -3,8 +3,9 @@ import { EuiAppShellService } from '@eui/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class EuiAppSidebarHeaderComponent implements OnInit, OnDestroy {
|
5
5
|
private asService;
|
6
|
+
private document;
|
6
7
|
class: string;
|
7
|
-
constructor(asService: EuiAppShellService);
|
8
|
+
constructor(asService: EuiAppShellService, document: Document);
|
8
9
|
ngOnInit(): void;
|
9
10
|
ngOnDestroy(): void;
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppSidebarHeaderComponent, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar-header.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,SAAS,
|
1
|
+
{"version":3,"file":"sidebar-header.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAG/C,qBAKa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAGtD,OAAO,CAAC,SAAS;IAAwC,OAAO,CAAC,QAAQ;IAFtE,KAAK,SAA4B;gBAE5B,SAAS,EAAE,kBAAkB,EAA4B,QAAQ,EAAE,QAAQ;IAE/F,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;yCATV,4BAA4B;2CAA5B,4BAA4B;CAYxC"}
|
@@ -3,10 +3,11 @@ import { EuiAppShellService } from '@eui/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class EuiAppToolbarComponent implements OnInit, OnDestroy {
|
5
5
|
asService: EuiAppShellService;
|
6
|
+
private document;
|
6
7
|
get cssClasses(): string;
|
7
8
|
role: string;
|
8
9
|
euiSecondary: boolean;
|
9
|
-
constructor(asService: EuiAppShellService);
|
10
|
+
constructor(asService: EuiAppShellService, document: Document);
|
10
11
|
ngOnInit(): void;
|
11
12
|
ngOnDestroy(): void;
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppToolbarComponent, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-toolbar/toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-toolbar/toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAG/C,qBAOa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAcjD,SAAS,EAAE,kBAAkB;IAClB,OAAO,CAAC,QAAQ;IAdtC,IACI,UAAU,IAAI,MAAM,CAKvB;IAEyB,IAAI,SAAY;IAEF,YAAY,UAAS;gBAGlD,SAAS,EAAE,kBAAkB,EACV,QAAQ,EAAE,QAAQ;IAIhD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;yCAvBV,sBAAsB;2CAAtB,sBAAsB;2CA+B+q1B,OAAQ;CADzt1B"}
|
@@ -5,12 +5,13 @@ import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EuiToolbarMenuComponent implements OnInit, OnDestroy, OnChanges {
|
6
6
|
asService: EuiAppShellService;
|
7
7
|
private cd;
|
8
|
+
private document;
|
8
9
|
get cssClasses(): string;
|
9
10
|
items: any[];
|
10
11
|
menuItemClick: EventEmitter<EuiMenuItem<unknown>>;
|
11
12
|
isdropdownOpen: boolean;
|
12
13
|
private subs;
|
13
|
-
constructor(asService: EuiAppShellService, cd: ChangeDetectorRef);
|
14
|
+
constructor(asService: EuiAppShellService, cd: ChangeDetectorRef, document: Document);
|
14
15
|
ngOnInit(): void;
|
15
16
|
ngOnDestroy(): void;
|
16
17
|
ngOnChanges(changes: SimpleChanges): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,
|
1
|
+
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EAEjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAOvD,qBAea,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAiB7D,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,EAAE;IACQ,OAAO,CAAC,QAAQ;IAlBtC,IACW,UAAU,IAAI,MAAM,CAE9B;IAIQ,KAAK,EAAE,GAAG,EAAE,CAAC;IAEZ,aAAa,qCAAmC;IAE1D,cAAc,UAAS;IAEvB,OAAO,CAAC,IAAI,CAAe;gBAGhB,SAAS,EAAE,kBAAkB,EAC5B,EAAE,EAAE,iBAAiB,EACH,QAAQ,EAAE,QAAQ;IAKhD,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAwCpC,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI;yCA3F/C,uBAAuB;2CAAvB,uBAAuB;CAwJnC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "18.0.0-rc.
|
3
|
+
"version": "18.0.0-rc.38",
|
4
4
|
"tag": "next",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "18.0.0-rc.
|
14
|
-
"@eui/base": "18.0.0-rc.
|
13
|
+
"@eui/core": "18.0.0-rc.38",
|
14
|
+
"@eui/base": "18.0.0-rc.38",
|
15
15
|
"@angular/common": "^18.0.0",
|
16
16
|
"@angular/core": "^18.0.0",
|
17
17
|
"@angular/forms": "^18.0.0",
|