Comparing version 16.0.2 to 16.0.3
@@ -1,3 +0,3 @@ | ||
import { ControlValueAccessor, ValidationErrors, Validator, FormControl } from '@angular/forms'; | ||
import { OnChanges, SimpleChanges } from '@angular/core'; | ||
import { ControlValueAccessor, FormControl, ValidationErrors, Validator } from '@angular/forms'; | ||
import { CustomKeyboardEvent } from './custom-keyboard-event'; | ||
@@ -36,2 +36,4 @@ import { IConfig } from './ngx-mask.config'; | ||
private _justPasted; | ||
/**For IME composition event */ | ||
private _isComposing; | ||
private readonly document; | ||
@@ -47,2 +49,4 @@ _maskService: NgxMaskService; | ||
onInput(e: CustomKeyboardEvent): void; | ||
onCompositionStart(): void; | ||
onCompositionEnd(e: CustomKeyboardEvent): void; | ||
onBlur(): void; | ||
@@ -49,0 +53,0 @@ onClick(e: MouseEvent | CustomKeyboardEvent): void; |
{ | ||
"name": "ngx-mask", | ||
"version": "16.0.2", | ||
"version": "16.0.3", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
543827
3856