Comparing version 13.1.8 to 13.1.9
@@ -31,2 +31,8 @@ import { ElementRef, Renderer2 } from '@angular/core'; | ||
shiftTypedSymbols(inputValue: string): string; | ||
/** | ||
* Convert number value to string | ||
* 3.1415 -> '3.1415' | ||
* 1e-7 -> '0.0000001' | ||
*/ | ||
numberToString(value: number | string): string; | ||
showMaskInInput(inputVal?: string): string; | ||
@@ -33,0 +39,0 @@ clearIfNotMatchFn(): void; |
{ | ||
"name": "ngx-mask", | ||
"version": "13.1.8", | ||
"version": "13.1.9", | ||
"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
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
678119
5199