Comparing version 16.0.8 to 16.0.9
@@ -31,4 +31,2 @@ import { OnChanges, SimpleChanges } from '@angular/core'; | ||
private _position; | ||
private _start; | ||
private _end; | ||
private _code; | ||
@@ -65,3 +63,2 @@ private _maskExpressionArray; | ||
setDisabledState(isDisabled: boolean): void; | ||
private _repeatPatternSymbols; | ||
private _applyMask; | ||
@@ -68,0 +65,0 @@ private _validateTime; |
@@ -7,5 +7,8 @@ import { PipeTransform } from '@angular/core'; | ||
private readonly _maskService; | ||
private _maskExpressionArray; | ||
private mask; | ||
transform(value: string | number, mask: string, { patterns, ...config }?: Partial<IConfig>): string; | ||
private _setMask; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMaskPipe, "mask", true>; | ||
} |
@@ -15,3 +15,6 @@ import { IConfig } from './ngx-mask.config'; | ||
maskChanged: boolean; | ||
_maskExpressionArray: string[]; | ||
triggerOnMaskChange: boolean; | ||
private _start; | ||
private _end; | ||
onChange: (_: any) => void; | ||
@@ -63,4 +66,5 @@ private readonly document; | ||
private _checkPrecision; | ||
_repeatPatternSymbols(maskExp: string): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<NgxMaskService>; | ||
} |
{ | ||
"name": "ngx-mask", | ||
"version": "16.0.8", | ||
"version": "16.0.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
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
565579
3980