angular-imask
Advanced tools
Comparing version 6.4.2 to 6.4.3-alpha.0
@@ -1,3 +0,3 @@ | ||
import { IMaskFactory } from "./imask-factory"; | ||
import IMask from 'imask'; | ||
import { IMaskFactory } from './imask-factory'; | ||
import * as i0 from "@angular/core"; | ||
@@ -4,0 +4,0 @@ export declare class DefaultImaskFactory implements IMaskFactory { |
@@ -0,5 +1,5 @@ | ||
import IMask from 'imask'; | ||
import { ElementRef, Provider, Renderer2, EventEmitter, OnDestroy, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
import { IMaskFactory } from './imask-factory'; | ||
import IMask from 'imask'; | ||
import * as i0 from "@angular/core"; | ||
@@ -47,3 +47,3 @@ export declare const MASKEDINPUT_VALUE_ACCESSOR: Provider; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<IMaskDirective<any>, [null, null, null, null, { optional: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any>, "[imask]", ["imask"], { "imask": "imask"; "unmask": "unmask"; "imaskElement": "imaskElement"; }, { "accept": "accept"; "complete": "complete"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any>, "[imask]", ["imask"], { "imask": "imask"; "unmask": "unmask"; "imaskElement": "imaskElement"; }, { "accept": "accept"; "complete": "complete"; }, never, never, false>; | ||
} |
@@ -8,3 +8,3 @@ import { PipeTransform } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<IMaskPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<IMaskPipe, "imask">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<IMaskPipe, "imask", false>; | ||
} |
@@ -5,2 +5,3 @@ export * from './imask.directive'; | ||
export * from './imask-factory'; | ||
export * from './default-imask-factory'; | ||
export * from './directive.module'; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "6.4.2", | ||
"version": "6.4.3-alpha.0", | ||
"description": "Angular IMask Plugin", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask", | ||
"dependencies": { | ||
"imask": "^6.4.2", | ||
"imask": "^6.4.3-alpha.0", | ||
"tslib": "^2.3.1" | ||
@@ -30,3 +30,3 @@ }, | ||
"fesm2015": "fesm2015/angular-imask.mjs", | ||
"typings": "angular-imask.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -37,3 +37,3 @@ "./package.json": { | ||
".": { | ||
"types": "./angular-imask.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/angular-imask.mjs", | ||
@@ -40,0 +40,0 @@ "es2020": "./fesm2020/angular-imask.mjs", |
@@ -47,5 +47,2 @@ # Angular IMask Plugin | ||
## Support Development | ||
[Paypal](https://www.paypal.me/alexeykryazhev/3) | ||
## Development | ||
@@ -52,0 +49,0 @@ As to make changes to this package follow the steps: |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
100098
22
884
2
66
Updatedimask@^6.4.3-alpha.0