monkey-front-core 0.0.600 → 0.0.601

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.
@@ -16,6 +16,7 @@ export declare function requiredWithTrimValidator(control: AbstractControl): Val
16
16
  export declare function differentFromZero(control: AbstractControl): ValidationErrors | null;
17
17
  export declare function documentValidatorByType(type: string, control: AbstractControl): ValidationErrors | null;
18
18
  export declare function validateFullName(control: AbstractControl): ValidationErrors | null;
19
+ export declare function containsNumber(control: AbstractControl): ValidationErrors | null;
19
20
  export declare class Validators {
20
21
  static email(control: AbstractControl): ValidationErrors | null;
21
22
  static dateRange(control: AbstractControl): ValidationErrors | null;
@@ -38,4 +39,5 @@ export declare class Validators {
38
39
  static differentFromZero(control: AbstractControl): ValidationErrors | null;
39
40
  static documentValidatorByType(type: string): (control: AbstractControl) => ValidationErrors | null;
40
41
  static validateFullName(control: AbstractControl): ValidationErrors | null;
42
+ static containsNumber(control: AbstractControl): ValidationErrors | null;
41
43
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file