Comparing version 16.1.4 to 16.1.5
@@ -43,4 +43,5 @@ import { IConfig } from './ngx-mask.config'; | ||
private _validIP; | ||
private _splitPercentZero; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskApplierService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<NgxMaskApplierService>; | ||
} |
@@ -11,3 +11,14 @@ export declare const enum MaskExpression { | ||
DAY = "d", | ||
SECOND = "s" | ||
SECOND = "s", | ||
LETTER_S = "S", | ||
DOT = ".", | ||
COMMA = ",", | ||
CURLY_BRACKETS_LEFT = "{", | ||
CURLY_BRACKETS_RIGHT = "}", | ||
MINUS = "-", | ||
OR = "||", | ||
HASH = "#", | ||
EMPTY_STRING = "", | ||
SYMBOL_STAR = "*", | ||
SYMBOL_QUESTION = "?" | ||
} |
{ | ||
"name": "ngx-mask", | ||
"version": "16.1.4", | ||
"version": "16.1.5", | ||
"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
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
615351
4230