keevo-components 1.8.32 → 1.8.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,4 +7,5 @@ export declare class KeevoValidators {
7
7
  static email(erroMessage?: string): ValidatorFn;
8
8
  static maxLengthArray(max: number): ValidatorFn;
9
9
  static maxLength(max: number, erroMessage?: string): ValidatorFn;
10
+ static nome(): ValidatorFn;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.32",
3
+ "version": "1.8.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",