UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 796 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class HighlightComponent { container: ElementRef; pattern: string; text: string; elementClass: string; shouldTrimPattern: boolean; highlightedText: string; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<HighlightComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<HighlightComponent, "c8y-highlight", never, { "pattern": { "alias": "pattern"; "required": false; }; "text": { "alias": "text"; "required": false; }; "elementClass": { "alias": "elementClass"; "required": false; }; "shouldTrimPattern": { "alias": "shouldTrimPattern"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=highlight.component.d.ts.map