Comparing version 13.0.1 to 13.1.0
@@ -46,3 +46,3 @@ import { ControlValueAccessor, FormControl, ValidationErrors, Validator } from '@angular/forms'; | ||
onBlur(): void; | ||
onFocus(e: MouseEvent | CustomKeyboardEvent): void; | ||
onClick(e: MouseEvent | CustomKeyboardEvent): void; | ||
onKeyDown(e: CustomKeyboardEvent): void; | ||
@@ -56,3 +56,3 @@ /** It writes the value in the input */ | ||
registerOnTouched(fn: any): void; | ||
suffixCheckOnPressDelete(keyCode: number, el: HTMLInputElement): void; | ||
checkSelectionOnDeletion(el: HTMLInputElement): void; | ||
/** It disables the input element */ | ||
@@ -59,0 +59,0 @@ setDisabledState(isDisabled: boolean): void; |
{ | ||
"name": "ngx-mask", | ||
"version": "13.0.1", | ||
"version": "13.1.0", | ||
"description": "awesome ngx mask", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
627912
4948