ngx-vector-components 5.166.0 → 5.167.0
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.
|
@@ -9,7 +9,7 @@ export declare class BadgeComponent implements OnInit {
|
|
|
9
9
|
tooltip?: string;
|
|
10
10
|
constructor();
|
|
11
11
|
ngOnInit(): void;
|
|
12
|
-
getStatusColor(): "badge-warning" | "badge-success" | "badge-error" | "badge-info"
|
|
12
|
+
getStatusColor(): "" | "badge-warning" | "badge-success" | "badge-error" | "badge-info";
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "vector-badge", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
package/lib/utils/mask.util.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export declare class MaskUtil {
|
|
|
3
3
|
static CNPJ_TEXT_FIELD_PATTERN: string;
|
|
4
4
|
static BOLETO_TEXT_FIELD_PATTERN: string;
|
|
5
5
|
static CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
6
|
+
static URUGUAY_CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
7
|
+
static PARAGUAY_CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
6
8
|
static PHONE_TEXT_FIELD_PATTERN: string;
|
|
7
9
|
static POSTALCODE_TEXT_FIELD_PATTERN: string;
|
|
8
10
|
static PLATE_FIELD_PATTERN: string;
|