Comparing version 16.3.6 to 16.3.7
@@ -37,2 +37,3 @@ import { IConfig } from './ngx-mask.config'; | ||
applyMask(inputValue: string | object | boolean | null | undefined, maskExpression: string, position?: number, justPasted?: boolean, backspaced?: boolean, cb?: (...args: any[]) => any): string; | ||
_findDropSpecialChar(inputSymbol: string): undefined | string; | ||
_findSpecialChar(inputSymbol: string): undefined | string; | ||
@@ -39,0 +40,0 @@ _checkSymbolMask(inputSymbol: string, maskSymbol: string): boolean; |
@@ -42,3 +42,3 @@ import { IConfig } from './ngx-mask.config'; | ||
set formElementProperty([name, value]: [string, string | boolean]); | ||
checkSpecialCharAmount(mask: string): number; | ||
checkDropSpecialCharAmount(mask: string): number; | ||
removeMask(inputValue: string): string; | ||
@@ -45,0 +45,0 @@ private _checkForIp; |
{ | ||
"name": "ngx-mask", | ||
"version": "16.3.6", | ||
"version": "16.3.7", | ||
"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
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
762515
5063