Comparing version 14.3.1 to 14.3.2-test
@@ -1,2 +0,2 @@ | ||
export * from './lib/ngx-mask.providers'; | ||
export * from './lib/ngx-mask.module'; | ||
export * from './lib/ngx-mask.directive'; | ||
@@ -3,0 +3,0 @@ export * from './lib/ngx-mask.pipe'; |
@@ -1,1 +0,1 @@ | ||
export type CustomKeyboardEvent = KeyboardEvent; | ||
export declare type CustomKeyboardEvent = KeyboardEvent; |
@@ -37,2 +37,3 @@ import { IConfig } from './ngx-mask.config'; | ||
applyMask(inputValue: string | object | boolean | null | undefined, maskExpression: string, position?: number, justPasted?: boolean, backspaced?: boolean, cb?: (...args: any[]) => any): string; | ||
_findDropSpecialChar(inputSymbol: string): undefined | string; | ||
_findSpecialChar(inputSymbol: string): undefined | string; | ||
@@ -39,0 +40,0 @@ _checkSymbolMask(inputSymbol: string, maskSymbol: string): boolean; |
@@ -40,3 +40,3 @@ import { EventEmitter, InjectionToken } from '@angular/core'; | ||
} | ||
export type optionsConfig = Partial<IConfig>; | ||
export declare type optionsConfig = Partial<IConfig>; | ||
export declare const NGX_MASK_CONFIG: InjectionToken<IConfig>; | ||
@@ -43,0 +43,0 @@ export declare const NEW_CONFIG: InjectionToken<IConfig>; |
@@ -57,3 +57,6 @@ import { OnChanges, SimpleChanges } from '@angular/core'; | ||
/** It writes the value in the input */ | ||
writeValue(controlValue: unknown): Promise<void>; | ||
writeValue(controlValue: string | number | { | ||
value: string | number; | ||
disable?: boolean; | ||
}): Promise<void>; | ||
registerOnChange(fn: typeof this.onChange): void; | ||
@@ -71,3 +74,3 @@ registerOnTouched(fn: typeof this.onTouch): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMaskDirective, "input[mask], textarea[mask]", ["mask", "ngxMask"], { "maskExpression": "mask"; "specialCharacters": "specialCharacters"; "patterns": "patterns"; "prefix": "prefix"; "suffix": "suffix"; "thousandSeparator": "thousandSeparator"; "decimalMarker": "decimalMarker"; "dropSpecialCharacters": "dropSpecialCharacters"; "hiddenInput": "hiddenInput"; "showMaskTyped": "showMaskTyped"; "placeHolderCharacter": "placeHolderCharacter"; "shownMaskExpression": "shownMaskExpression"; "showTemplate": "showTemplate"; "clearIfNotMatch": "clearIfNotMatch"; "validation": "validation"; "separatorLimit": "separatorLimit"; "allowNegativeNumbers": "allowNegativeNumbers"; "leadZeroDateTime": "leadZeroDateTime"; "leadZero": "leadZero"; "triggerOnMaskChange": "triggerOnMaskChange"; "apm": "apm"; "inputTransformFn": "inputTransformFn"; "outputTransformFn": "outputTransformFn"; "keepCharacterPositions": "keepCharacterPositions"; }, { "maskFilled": "maskFilled"; }, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMaskDirective, "input[mask], textarea[mask]", never, { "maskExpression": "mask"; "specialCharacters": "specialCharacters"; "patterns": "patterns"; "prefix": "prefix"; "suffix": "suffix"; "thousandSeparator": "thousandSeparator"; "decimalMarker": "decimalMarker"; "dropSpecialCharacters": "dropSpecialCharacters"; "hiddenInput": "hiddenInput"; "showMaskTyped": "showMaskTyped"; "placeHolderCharacter": "placeHolderCharacter"; "shownMaskExpression": "shownMaskExpression"; "showTemplate": "showTemplate"; "clearIfNotMatch": "clearIfNotMatch"; "validation": "validation"; "separatorLimit": "separatorLimit"; "allowNegativeNumbers": "allowNegativeNumbers"; "leadZeroDateTime": "leadZeroDateTime"; "leadZero": "leadZero"; "triggerOnMaskChange": "triggerOnMaskChange"; "apm": "apm"; "inputTransformFn": "inputTransformFn"; "outputTransformFn": "outputTransformFn"; "keepCharacterPositions": "keepCharacterPositions"; }, { "maskFilled": "maskFilled"; }, never, never, false>; | ||
} |
import { PipeTransform } from '@angular/core'; | ||
import { IConfig } from './ngx-mask.config'; | ||
import { NgxMaskService } from './ngx-mask.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxMaskPipe implements PipeTransform { | ||
private _maskService; | ||
constructor(_maskService: NgxMaskService); | ||
private readonly defaultOptions; | ||
private readonly _maskService; | ||
private _maskExpressionArray; | ||
@@ -12,3 +14,3 @@ private mask; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMaskPipe, "mask", true>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMaskPipe, "mask", false>; | ||
} |
@@ -42,3 +42,3 @@ import { IConfig } from './ngx-mask.config'; | ||
set formElementProperty([name, value]: [string, string | boolean]); | ||
checkSpecialCharAmount(mask: string): number; | ||
checkDropSpecialCharAmount(mask: string): number; | ||
removeMask(inputValue: string): string; | ||
@@ -45,0 +45,0 @@ private _checkForIp; |
{ | ||
"name": "ngx-mask", | ||
"version": "14.3.1", | ||
"version": "14.3.2-test", | ||
"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
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
1108738
7491
1