@eui/ecl 18.0.0-next.14 → 18.0.0-next.16
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/EclBreadcrumbSegmentComponent.html +1 -1
- package/docs/components/EclIconComponent.html +2 -4
- package/docs/components/EclSocialMediaFollowComponent.html +1 -1
- package/docs/components/EclSocialMediaFollowItemComponent.html +26 -2
- package/docs/components/EclTableSortButtonComponent.html +70 -25
- package/docs/dependencies.html +2 -2
- package/docs/directives/EclTableDirective.html +1 -1
- package/docs/directives/EclTableHeaderDirective.html +32 -1
- 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/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs +3 -3
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +3 -8
- package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +2 -2
- package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs +12 -8
- package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs +5 -10
- package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.mjs +5 -4
- package/esm2022/lib/components/ecl-table/ecl-table-sort-button.component.mjs +8 -7
- package/esm2022/lib/components/ecl-table/ecl-table.directive.mjs +16 -15
- package/fesm2022/eui-ecl.mjs +205 -206
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-icon/ecl-icon.component.d.ts +1 -1
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts +2 -1
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts.map +1 -1
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts +2 -1
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts.map +1 -1
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts +4 -3
- package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts.map +1 -1
- package/lib/components/ecl-table/ecl-table-sort-button.component.d.ts +2 -2
- package/lib/components/ecl-table/ecl-table-sort-button.component.d.ts.map +1 -1
- package/lib/components/ecl-table/ecl-table.directive.d.ts +7 -4
- package/lib/components/ecl-table/ecl-table.directive.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ export declare class EclIconComponent extends ECLBaseDirective implements OnInit
|
|
|
17
17
|
ariaHidden: boolean;
|
|
18
18
|
focusable: boolean;
|
|
19
19
|
get isColorInverted(): boolean;
|
|
20
|
-
svgEl:
|
|
20
|
+
svgEl: ElementRef;
|
|
21
21
|
iconUrl$: Observable<string>;
|
|
22
22
|
constructor(el: ElementRef, renderer: Renderer2, eclThemeService: EclThemeService);
|
|
23
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-icon.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-icon/ecl-icon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EACrB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAA+B,MAAM,eAAe,CAAC;AAEnI,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAIa,gBAAiB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS;IAqB9F,EAAE,EAAE,UAAU;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IAtBlB,OAAO,EAAE,SAAS,GAAG,QAAQ,GAAG,cAAc,GAAG,MAAM,GAAG,MAAM,CAAa;IAC7E,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,CAAQ;IAC9E,KAAK,EAAE,UAAU,GAAG,SAAS,GAAG,IAAI,CAAQ;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACkB,UAAU,UAAQ;IAClB,SAAS,UAAS;IAE1D,IACI,eAAe,IAAI,OAAO,CAE7B;
|
|
1
|
+
{"version":3,"file":"ecl-icon.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-icon/ecl-icon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EACrB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAA+B,MAAM,eAAe,CAAC;AAEnI,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAIa,gBAAiB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS;IAqB9F,EAAE,EAAE,UAAU;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IAtBlB,OAAO,EAAE,SAAS,GAAG,QAAQ,GAAG,cAAc,GAAG,MAAM,GAAG,MAAM,CAAa;IAC7E,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,CAAQ;IAC9E,KAAK,EAAE,UAAU,GAAG,SAAS,GAAG,IAAI,CAAQ;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACkB,UAAU,UAAQ;IAClB,SAAS,UAAS;IAE1D,IACI,eAAe,IAAI,OAAO,CAE7B;IAEiB,KAAK,EAAE,UAAU,CAAC;IAEpC,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;gBAGlB,EAAE,EAAE,UAAU,EACb,QAAQ,EAAE,SAAS,EACnB,eAAe,EAAE,eAAe;IAK5C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAUvB,WAAW,IAAI,IAAI;IAcnB,UAAU,IAAI;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;IAWlC,OAAO,CAAC,eAAe;yCAzEd,gBAAgB;2CAAhB,gBAAgB;yCA8F2vwB,OAAQ;wCAAR,OAAQ;CAD/xwB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-link.directive.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-link/ecl-link.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8D,SAAS,EAAoB,UAAU,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtJ,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAGa,gBAAiB,SAAQ,gBAAiB,YAAW,gBAAgB;IAuB3D,EAAE,EAAE,UAAU;IArBjC,IACI,UAAU,IAAI,MAAM,CAEvB;IACD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IACI,eAAe,IAAI,OAAO,CAE7B;IAEgF,UAAU,UAAS;IAClB,aAAa,UAAS;IAChE,WAAW,EAAE,OAAO,CAAC;IACpD,OAAO,EAAE,YAAY,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC;IAEZ,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;gBAEjF,EAAE,EAAE,UAAU;IAIjC,kBAAkB,IAAI,IAAI;yCA3BjB,gBAAgB;2CAAhB,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-link.directive.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-link/ecl-link.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8D,SAAS,EAAoB,UAAU,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtJ,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAGa,gBAAiB,SAAQ,gBAAiB,YAAW,gBAAgB;IAuB3D,EAAE,EAAE,UAAU;IArBjC,IACI,UAAU,IAAI,MAAM,CAEvB;IACD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IACI,eAAe,IAAI,OAAO,CAE7B;IAEgF,UAAU,UAAS;IAClB,aAAa,UAAS;IAChE,WAAW,EAAE,OAAO,CAAC;IACpD,OAAO,EAAE,YAAY,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC;IAEZ,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;gBAEjF,EAAE,EAAE,UAAU;IAIjC,kBAAkB,IAAI,IAAI;yCA3BjB,gBAAgB;2CAAhB,gBAAgB;yCAqC430B,OAAQ;4CAAR,OAAQ;0CAAR,OAAQ;CADh60B"}
|
|
@@ -9,12 +9,13 @@ export declare class EclSocialMediaFollowItemComponent extends ECLBaseDirective
|
|
|
9
9
|
icon: string;
|
|
10
10
|
iconSet: string;
|
|
11
11
|
href: string;
|
|
12
|
+
routerLink: string;
|
|
12
13
|
target: string;
|
|
13
14
|
size: string;
|
|
14
15
|
get cssClasses(): string;
|
|
15
16
|
itemClick: EventEmitter<EclSocialMediaFollowItemClickEvent>;
|
|
16
17
|
onItemClick(evt: any): void;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSocialMediaFollowItemComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EclSocialMediaFollowItemComponent, "ecl-social-media-follow-item", never, { "icon": { "alias": "icon"; "required": false; }; "iconSet": { "alias": "iconSet"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EclSocialMediaFollowItemComponent, "ecl-social-media-follow-item", never, { "icon": { "alias": "icon"; "required": false; }; "iconSet": { "alias": "iconSet"; "required": false; }; "href": { "alias": "href"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "target": { "alias": "target"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
|
19
20
|
}
|
|
20
21
|
//# sourceMappingURL=ecl-social-media-follow-item.component.d.ts.map
|
package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-social-media-follow-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAAa,kCAAmC,SAAQ,YAAY;CAAG;AAEvE,qBAIa,iCAAkC,SAAQ,gBAAgB;IACzC,IAAI,SAAc;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,SAAkB;IACzB,IAAI,SAAM;IACV,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,
|
|
1
|
+
{"version":3,"file":"ecl-social-media-follow-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAAa,kCAAmC,SAAQ,YAAY;CAAG;AAEvE,qBAIa,iCAAkC,SAAQ,gBAAgB;IACzC,IAAI,SAAc;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,SAAkB;IACzB,IAAI,SAAM;IACV,UAAU,SAAM;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,SAAQ;IAErB,IACI,UAAU,IAAI,MAAM,CAEvB;IAES,SAAS,mDAA0D;IAE7E,WAAW,CAAC,GAAG,KAAA,GAAG,IAAI;yCAhBb,iCAAiC;2CAAjC,iCAAiC;CAsB7C"}
|
|
@@ -2,9 +2,10 @@ import { ECLBaseDirective } from '../ecl-base.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class EclSocialMediaFollowComponent extends ECLBaseDirective {
|
|
4
4
|
description: string;
|
|
5
|
-
isVertical: boolean
|
|
5
|
+
isVertical: boolean;
|
|
6
6
|
get cssClasses(): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSocialMediaFollowComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclSocialMediaFollowComponent, "ecl-social-media-follow", never, { "description": { "alias": "description"; "required": false; }; "isVertical": { "alias": "isVertical"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
+
static ngAcceptInputType_isVertical: unknown;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=ecl-social-media-follow.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-social-media-follow.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-social-media-follow.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAWa,6BAA8B,SAAQ,gBAAgB;IACtD,WAAW,EAAE,MAAM,CAAC;IACW,UAAU,UAAS;IAE3D,IACI,UAAU,IAAI,MAAM,CAIvB;yCATQ,6BAA6B;2CAA7B,6BAA6B;yCAW6u2B,OAAQ;CAD9x2B"}
|
|
@@ -3,11 +3,12 @@ import * as i1 from "./ecl-social-media-follow.component";
|
|
|
3
3
|
import * as i2 from "./ecl-social-media-follow-item.component";
|
|
4
4
|
import * as i3 from "./ecl-social-media-follow-link.directive";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "../ecl-
|
|
6
|
+
import * as i5 from "@angular/router";
|
|
7
|
+
import * as i6 from "../ecl-icon/ecl-icon.module";
|
|
8
|
+
import * as i7 from "../ecl-link/ecl-link.module";
|
|
8
9
|
export declare class EclSocialMediaFollowComponentModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSocialMediaFollowComponentModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EclSocialMediaFollowComponentModule, [typeof i1.EclSocialMediaFollowComponent, typeof i2.EclSocialMediaFollowItemComponent, typeof i3.EclSocialMediaFollowLinkDirective], [typeof i4.CommonModule, typeof i5.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EclSocialMediaFollowComponentModule, [typeof i1.EclSocialMediaFollowComponent, typeof i2.EclSocialMediaFollowItemComponent, typeof i3.EclSocialMediaFollowLinkDirective], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.EclIconComponentModule, typeof i7.EclLinkDirectiveModule], [typeof i1.EclSocialMediaFollowComponent, typeof i2.EclSocialMediaFollowItemComponent, typeof i3.EclSocialMediaFollowLinkDirective]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EclSocialMediaFollowComponentModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=ecl-social-media-follow.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-social-media-follow.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-social-media-follow.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAKa,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAG"}
|
|
@@ -3,10 +3,10 @@ import { ECLBaseDirective } from '../ecl-base.directive';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class EclTableSortButtonComponent extends ECLBaseDirective {
|
|
5
5
|
eclThemeService: EclThemeService;
|
|
6
|
-
|
|
6
|
+
ariaLabel: string;
|
|
7
7
|
constructor(eclThemeService: EclThemeService);
|
|
8
8
|
get cssClasses(): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclTableSortButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EclTableSortButtonComponent, "button[eclTableSortButton]", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EclTableSortButtonComponent, "button[eclTableSortButton]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=ecl-table-sort-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-table-sort-button.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-table/ecl-table-sort-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAKa,2BAA4B,SAAQ,gBAAgB;IAG1C,eAAe,EAAE,eAAe;
|
|
1
|
+
{"version":3,"file":"ecl-table-sort-button.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-table/ecl-table-sort-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAEzD,qBAKa,2BAA4B,SAAQ,gBAAgB;IAG1C,eAAe,EAAE,eAAe;IAFnB,SAAS,SAAgB;gBAEtC,eAAe,EAAE,eAAe;IAInD,IACI,UAAU,IAAI,MAAM,CAEvB;yCAVQ,2BAA2B;2CAA3B,2BAA2B;CAWvC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, DoCheck, ElementRef, EventEmitter, IterableDiffers, OnDestroy, QueryList, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, DoCheck, ElementRef, EventEmitter, IterableDiffers, OnDestroy, QueryList, ViewContainerRef, Renderer2 } from '@angular/core';
|
|
2
2
|
import { EclBaseEvent } from '../../model';
|
|
3
3
|
import { ECLBaseDirective } from '../ecl-base.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -13,7 +13,7 @@ export declare class EclSortTableEvent extends EclBaseEvent {
|
|
|
13
13
|
}
|
|
14
14
|
export declare class EclTableDirective extends ECLBaseDirective implements DoCheck, OnDestroy {
|
|
15
15
|
private differs;
|
|
16
|
-
isZebra: boolean
|
|
16
|
+
isZebra: boolean;
|
|
17
17
|
get cssClasses(): string;
|
|
18
18
|
sort: EventEmitter<EclSortTableEvent>;
|
|
19
19
|
eclTableHeaders: QueryList<EclTableHeaderDirective>;
|
|
@@ -24,6 +24,7 @@ export declare class EclTableDirective extends ECLBaseDirective implements DoChe
|
|
|
24
24
|
ngOnDestroy(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclTableDirective, never>;
|
|
26
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclTableDirective, "[eclTable]", never, { "isZebra": { "alias": "isZebra"; "required": false; }; }, { "sort": "sort"; }, ["eclTableHeaders"], never, false, never>;
|
|
27
|
+
static ngAcceptInputType_isZebra: unknown;
|
|
27
28
|
}
|
|
28
29
|
export declare class EclTableHeadDirective extends ECLBaseDirective implements OnDestroy, DoCheck {
|
|
29
30
|
private differs;
|
|
@@ -40,17 +41,19 @@ export declare class EclTableHeadDirective extends ECLBaseDirective implements O
|
|
|
40
41
|
export declare class EclTableHeaderDirective extends ECLBaseDirective implements AfterContentInit {
|
|
41
42
|
private el;
|
|
42
43
|
private viewContainerRef;
|
|
44
|
+
private renderer;
|
|
43
45
|
sortOrder: SortOrder;
|
|
44
46
|
eclSortable: any;
|
|
47
|
+
sortButtonAriaLabel: string;
|
|
45
48
|
get cssClasses(): string;
|
|
46
49
|
sort: EventEmitter<EclSortTableEvent>;
|
|
47
|
-
constructor(el: ElementRef, viewContainerRef: ViewContainerRef);
|
|
50
|
+
constructor(el: ElementRef, viewContainerRef: ViewContainerRef, renderer: Renderer2);
|
|
48
51
|
ngAfterContentInit(): void;
|
|
49
52
|
removeAriaSort(): void;
|
|
50
53
|
onClick(evt: Event): void;
|
|
51
54
|
private initSortButtons;
|
|
52
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclTableHeaderDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EclTableHeaderDirective, "[eclTableHeader]", never, { "eclSortable": { "alias": "eclSortable"; "required": false; }; }, { "sort": "sort"; }, never, never, false, never>;
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EclTableHeaderDirective, "[eclTableHeader]", never, { "eclSortable": { "alias": "eclSortable"; "required": false; }; "sortButtonAriaLabel": { "alias": "sortButtonAriaLabel"; "required": false; }; }, { "sort": "sort"; }, never, never, false, never>;
|
|
54
57
|
}
|
|
55
58
|
export declare class EclTableRowDirective extends ECLBaseDirective {
|
|
56
59
|
get cssClasses(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-table.directive.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-table/ecl-table.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAGhB,OAAO,EACP,UAAU,EACV,YAAY,EAMZ,eAAe,EACf,SAAS,EAET,SAAS,EACT,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ecl-table.directive.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-table/ecl-table.directive.ts"],"names":[],"mappings":"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"}
|