angular-imask
Advanced tools
Comparing version 7.0.0-alpha.3 to 7.0.0-alpha.4
@@ -7,3 +7,3 @@ import { type InputMask, type InputMaskElement, type FactoryArg } from 'imask'; | ||
export declare const MASKEDINPUT_VALUE_ACCESSOR: Provider; | ||
type Value<Opts extends FactoryArg, Unmask extends ('typed' | boolean)> = Unmask extends 'typed' ? InputMask<Opts>['typedValue'] : Unmask extends Falsy ? InputMask<Opts>['value'] : InputMask<Opts>['unmaskedValue']; | ||
export type Value<Opts extends FactoryArg, Unmask extends ('typed' | boolean)> = Unmask extends 'typed' ? InputMask<Opts>['typedValue'] : Unmask extends Falsy ? InputMask<Opts>['value'] : InputMask<Opts>['unmaskedValue']; | ||
export declare const DEFAULT_IMASK_ELEMENT: (elementRef: any) => any; | ||
@@ -52,2 +52,1 @@ export declare class IMaskDirective<Opts extends FactoryArg, Unmask extends ('typed' | boolean) = false, V = Value<Opts, Unmask>> implements ControlValueAccessor, AfterViewInit, OnDestroy, OnChanges { | ||
} | ||
export {}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "7.0.0-alpha.3", | ||
"version": "7.0.0-alpha.4", | ||
"description": "Angular IMask Plugin", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask", | ||
"dependencies": { | ||
"imask": "^7.0.0-alpha.3", | ||
"imask": "^7.0.0-alpha.4", | ||
"tslib": "^2.5.3" | ||
@@ -20,0 +20,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
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
89131
783
Updatedimask@^7.0.0-alpha.4