1 | import { OnChanges, SimpleChanges } from '@angular/core';
|
2 | import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
3 | import { CounterParams, Styles } from '@fortawesome/fontawesome-svg-core';
|
4 | import { FaLayersComponent } from './layers.component';
|
5 | import * as i0 from "@angular/core";
|
6 | export declare class FaLayersCounterComponent implements OnChanges {
|
7 | private parent;
|
8 | private sanitizer;
|
9 | content: string;
|
10 | title?: string;
|
11 | |
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | styles?: Styles;
|
20 | |
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 | classes?: string[];
|
29 | position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
30 | renderedHTML: SafeHtml;
|
31 | constructor(parent: FaLayersComponent, sanitizer: DomSanitizer);
|
32 | ngOnChanges(changes: SimpleChanges): void;
|
33 | protected buildParams(): CounterParams;
|
34 | private updateContent;
|
35 | static ɵfac: i0.ɵɵFactoryDeclaration<FaLayersCounterComponent, [{ optional: true; }, null]>;
|
36 | static ɵcmp: i0.ɵɵComponentDeclaration<FaLayersCounterComponent, "fa-layers-counter", never, { "content": { "alias": "content"; "required": false; }; "title": { "alias": "title"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
|
37 | }
|