@csmart/ngc-smart-victim 1.13.1 → 1.13.2
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/shared/directives/phone-mask.directive.mjs +37 -98
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +26 -26
- package/fesm2015/csmart-ngc-smart-victim.mjs +62 -124
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +62 -124
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/lib/shared/directives/phone-mask.directive.d.ts +8 -14
- package/package.json +1 -1
@@ -1,17 +1,11 @@
|
|
1
|
-
import {
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
1
|
+
import { NgControl } from '@angular/forms';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class PhoneMaskDirective
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
set preValue(value: string);
|
11
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
12
|
-
ngOnInit(): void;
|
13
|
-
ngOnDestroy(): void;
|
14
|
-
formatPhoneNumber(data: any): void;
|
3
|
+
export declare class PhoneMaskDirective {
|
4
|
+
ngControl: NgControl;
|
5
|
+
constructor(ngControl: NgControl);
|
6
|
+
onModelChange(event: any): void;
|
7
|
+
keydownBackspace(event: any): void;
|
8
|
+
onInputChange(event: any, backspace: any): void;
|
15
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneMaskDirective, never>;
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneMaskDirective, "[
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneMaskDirective, "[formControlName][appPhoneMask]", never, {}, {}, never>;
|
17
11
|
}
|