@eui/ecl 18.0.0-next.70 → 18.0.0-next.71
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/EclIconComponent.html +1 -122
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +3 -3
- package/fesm2022/eui-ecl.mjs +89 -89
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-icon/ecl-icon.component.d.ts +3 -2
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { EclThemeService } from '../../services';
|
|
4
|
-
import { ECLBaseDirective } from '../ecl-base.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
|
|
5
|
+
declare const EclIconComponent_base: import("@angular/core").Type<any>;
|
|
6
|
+
export declare class EclIconComponent extends EclIconComponent_base implements OnInit, OnChanges, AfterViewInit, OnDestroy {
|
|
7
7
|
el: ElementRef;
|
|
8
8
|
private renderer;
|
|
9
9
|
private eclThemeService;
|
|
@@ -33,4 +33,5 @@ export declare class EclIconComponent extends ECLBaseDirective implements OnInit
|
|
|
33
33
|
static ngAcceptInputType_ariaHidden: unknown;
|
|
34
34
|
static ngAcceptInputType_focusable: unknown;
|
|
35
35
|
}
|
|
36
|
+
export {};
|
|
36
37
|
//# sourceMappingURL=ecl-icon.component.d.ts.map
|
|
@@ -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,EACH,aAAa,EAAa,UAAU,EAChB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAC7E,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"ecl-icon.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/ecl-icon/ecl-icon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAAa,UAAU,EAChB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAC7E,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;;AAGjD,qBAIa,gBAAiB,SAAQ,qBAAmC,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS;IAqBhH,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;yCA8FyywB,OAAQ;wCAAR,OAAQ;CAD70wB"}
|