Comparing version 16.1.0 to 16.1.1
@@ -31,3 +31,3 @@ import { IConfig } from './ngx-mask.config'; | ||
_findSpecialChar(inputSymbol: string): undefined | string; | ||
protected _checkSymbolMask(inputSymbol: string, maskSymbol: string): boolean; | ||
_checkSymbolMask(inputSymbol: string, maskSymbol: string): boolean; | ||
private _formatWithSeparators; | ||
@@ -34,0 +34,0 @@ private percentage; |
{ | ||
"name": "ngx-mask", | ||
"version": "16.1.0", | ||
"version": "16.1.1", | ||
"description": "awesome ngx mask", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -557,3 +557,3 @@ <a href="http://jsdaddy.io/img/logo.png"> | ||
### Dynamic valid mask | ||
### Allow few mask in one expression | ||
@@ -572,2 +572,6 @@ #### Usage | ||
```html | ||
<input mask="00||SS" /> | ||
``` | ||
### Function maskFilled | ||
@@ -574,0 +578,0 @@ |
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
570739
4014
582