s4y-ui 2.7.2 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
type tMask = 'cep' | 'cnpj' | 'cpf' | 'data' | 'moeda' | 'porcentagem' | 'telefone' | 'telefone-fixo';
|
|
3
|
+
export type tMask = 'cep' | 'cnpj' | 'cpf' | 'data' | 'moeda' | 'porcentagem' | 'telefone' | 'telefone-fixo';
|
|
4
4
|
export declare class MaskDirective implements AfterViewInit {
|
|
5
5
|
private el;
|
|
6
|
-
mask: import("@angular/core").InputSignal<
|
|
6
|
+
mask: import("@angular/core").InputSignal<string | undefined>;
|
|
7
7
|
showMaskType: import("@angular/core").InputSignal<boolean>;
|
|
8
8
|
private control;
|
|
9
9
|
constructor(el: ElementRef<HTMLInputElement>);
|
|
@@ -25,4 +25,3 @@ export declare class MaskDirective implements AfterViewInit {
|
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskDirective, never>;
|
|
26
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDirective, "[s4yMask]", never, { "mask": { "alias": "s4yMask"; "required": false; "isSignal": true; }; "showMaskType": { "alias": "showMaskType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
28
|
-
export {};
|