truly-ui
Version:
Web Components for Desktop Applications.
21 lines • 901 B
TypeScript
import { ChangeDetectorRef, ElementRef } from '@angular/core';
import { I18nService } from '../i18n/i18n.service';
import { AbstractControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class TlMessageValidationComponent {
element: ElementRef;
private i18n;
private changes;
private errors;
control: any;
width: string;
messages: any[];
private keyErrors;
constructor(element: ElementRef, i18n: I18nService, changes: ChangeDetectorRef);
init(formControl: AbstractControl, width: string): void;
setMessages(): void;
setKeyErrors(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TlMessageValidationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TlMessageValidationComponent, "tl-messagevalidation", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=messagevalidation.component.d.ts.map