@eui/ecl 18.0.0-next.24 → 18.0.0-next.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/EclNavigationListComponent.html +83 -1
- package/docs/components/EclNavigationListItemComponent.html +28 -5
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.mjs +15 -10
- package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs +23 -12
- package/fesm2022/eui-ecl.mjs +140 -124
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts +4 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts.map +1 -1
- package/lib/components/ecl-navigation-list/ecl-navigation-list.component.d.ts +10 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,12 +3,13 @@ import { ECLBaseDirective } from '../ecl-base.directive';
|
|
|
3
3
|
import { EclContentBlockComponent } from '../ecl-content-block';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EclNavigationListItemComponent extends ECLBaseDirective implements AfterContentInit {
|
|
6
|
-
columns: number;
|
|
7
|
-
eclContentBlock: EclContentBlockComponent;
|
|
8
6
|
role: string;
|
|
9
7
|
get cssClasses(): string;
|
|
8
|
+
variant: 'illustration' | '';
|
|
9
|
+
eclContentBlock: EclContentBlockComponent;
|
|
10
|
+
hasBorder: boolean;
|
|
10
11
|
ngAfterContentInit(): void;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclNavigationListItemComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EclNavigationListItemComponent, "ecl-navigation-list-item", never, { "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EclNavigationListItemComponent, "ecl-navigation-list-item", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, ["eclContentBlock"], ["*"], false, never>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=ecl-navigation-list-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-navigation-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2D,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;;AAEhE,qBAIa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-navigation-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2D,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;;AAEhE,qBAIa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAElE,IAAI,SAAa;IAC3C,IACI,UAAU,IAAI,MAAM,CAMvB;IACQ,OAAO,EAAE,cAAc,GAAG,EAAE,CAAM;IAEe,eAAe,EAAE,wBAAwB,CAAC;IAEpG,SAAS,UAAQ;IAEjB,kBAAkB,IAAI,IAAI;yCAjBjB,8BAA8B;2CAA9B,8BAA8B;CAsB1C"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
import { AfterContentInit, QueryList } from '@angular/core';
|
|
1
2
|
import { ECLBaseDirective } from '../ecl-base.directive';
|
|
3
|
+
import { EclNavigationListItemComponent } from './ecl-navigation-list-item.component';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EclNavigationListComponent extends ECLBaseDirective {
|
|
4
|
-
columns: number | any;
|
|
5
|
+
export declare class EclNavigationListComponent extends ECLBaseDirective implements AfterContentInit {
|
|
5
6
|
get cssClasses(): string;
|
|
7
|
+
columns: number;
|
|
8
|
+
hasBorders: boolean;
|
|
9
|
+
listItems: QueryList<EclNavigationListItemComponent>;
|
|
10
|
+
ngAfterContentInit(): void;
|
|
6
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclNavigationListComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EclNavigationListComponent, "ecl-navigation-list", never, { "columns": { "alias": "columns"; "required": false; }; }, {},
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EclNavigationListComponent, "ecl-navigation-list", never, { "columns": { "alias": "columns"; "required": false; }; "hasBorders": { "alias": "hasBorders"; "required": false; }; }, {}, ["listItems"], ["*"], false, never>;
|
|
13
|
+
static ngAcceptInputType_columns: unknown;
|
|
14
|
+
static ngAcceptInputType_hasBorders: unknown;
|
|
8
15
|
}
|
|
9
16
|
//# sourceMappingURL=ecl-navigation-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-navigation-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-navigation-list/ecl-navigation-list.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-navigation-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-navigation-list/ecl-navigation-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAkD,SAAS,EAAiD,MAAM,eAAe,CAAC;AAC3J,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;;AAEtF,qBAIa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB;IAExF,IACI,UAAU,IAAI,MAAM,CAEvB;IAEsC,OAAO,SAAK;IACX,UAAU,UAAQ;IAES,SAAS,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAExH,kBAAkB,IAAI,IAAI;yCAZjB,0BAA0B;2CAA1B,0BAA0B;sCAqBsz3P,OAAQ;yCAA/+hO,OAAQ;CAD731B"}
|