ngx-vector-components 5.138.0 → 5.139.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.
@@ -682,5 +682,7 @@ export declare enum ProfileModuleActionType {
682
682
  SHOW_SCHEDULE_OFF_PRODUCTS = "Show Schedule Off Products",
683
683
  GR_VECTOR_CENTRAL = "Gr Vector Central",
684
684
  GR_VECTOR_BACKOFFICE = "Gr Vector Backoffice",
685
- GR_VECTOR_ADMIN = "Gr Vector Admin"
685
+ GR_VECTOR_ADMIN = "Gr Vector Admin",
686
+ REPROCESS_GR_REGISTRATION_PENDING = "Reprocess GR Registration Pending",
687
+ REPROCESS_GR_ANALYSIS_REQUIRED = "Reprocess GR Analysis Required"
686
688
  }
@@ -1,4 +1,5 @@
1
1
  export declare class CpfCnpjValidator {
2
+ private static charToValue;
2
3
  static validateCpfOrCnpj(taxId: string): boolean;
3
4
  static validateCpf(cpf: string): boolean;
4
5
  static validateCnpj(cnpj: string): boolean;
@@ -9,8 +9,8 @@ export declare class MaskUtil {
9
9
  static HOURS_MINUTES_FIELD_PATTERN: string;
10
10
  static DNI_FIELD_PATTERN: string;
11
11
  static CUIT_FIELD_PATTERN: string;
12
+ static stripDocumentFormatting(value: string): string;
12
13
  static formatDocument(stringValue: string): string;
13
- static removerSpecialChars(text: string): string;
14
14
  static formatPostalCode(stringValue: string): string;
15
15
  static formatBoleto(stringValue: string): string;
16
16
  static formatPhone(stringValue: string): string;
@@ -5,6 +5,7 @@ export declare class ValidationUtil {
5
5
  static noMultipleWhitespace(control: AbstractControl): ValidationErrors | null;
6
6
  static isValidTaxId(control: AbstractControl): ValidationErrors | null;
7
7
  static isValidCpf(control: AbstractControl): ValidationErrors | null;
8
+ private static charToValue;
8
9
  static isValidCnpj(control: AbstractControl): ValidationErrors | null;
9
10
  static majorAge(control: AbstractControl): ValidationErrors | null;
10
11
  static matchField(anotherField: AbstractControl | null): ValidatorFn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.138.0",
3
+ "version": "5.139.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",