@von-development-studio/primeng-form-validation
Version:
Angular + PrimeNG Form Validation directives.
16 lines (15 loc) • 747 B
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class VonPrimengValidateDirective {
protected el: ElementRef;
customSubmit: EventEmitter<any>;
protected isValid?: boolean;
protected isFocused?: boolean;
constructor(el: ElementRef);
onSubmitEvent: (e: any) => void;
onResetEvent: (e: any) => void;
protected shouldIgnoreValidity: (tagName: string) => boolean;
protected getInputElement: (el: any) => any;
static ɵfac: i0.ɵɵFactoryDeclaration<VonPrimengValidateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<VonPrimengValidateDirective, "[validate]", never, {}, { "customSubmit": "validate"; }, never, never, false, never>;
}