UNPKG

ngx-lower-case-directive

Version:

This directive helps to convert an input text value to lower case.

13 lines (12 loc) 557 B
import * as i0 from "@angular/core"; export declare class NgxLowerCaseDirective { lowerCase: string; private getCaret; private setCaret; private dispatchEvent; private convertValue; onBlur(el: any, value: string): void; onInput(el: any, value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxLowerCaseDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NgxLowerCaseDirective, "input[lowerCase]:not([upperCase]),textarea[lowerCase]:not([upperCase])", never, { "lowerCase": "lowerCase"; }, {}, never>; }