@morozeckiy/dd-lib 0.7.116 → 0.7.117

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,4 +1,4 @@
1
- import { AbstractControl, ValidationErrors, Validators } from '@angular/forms';
1
+ import { AbstractControl, ValidationErrors } from '@angular/forms';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ValidatorsService {
4
4
  constructor();
@@ -9,7 +9,7 @@ export declare class ValidatorsService {
9
9
  static wrongLoginOrPswd(): ValidationErrors;
10
10
  static existLogin(): ValidationErrors;
11
11
  /** валидатор имени*/
12
- static getNameValid(): (typeof Validators.required)[];
12
+ static getNameValid(): import("@angular/forms").ValidatorFn[];
13
13
  /** валидатор email*/
14
14
  static getMailValid(el?: AbstractControl): ValidationErrors | null;
15
15
  static getErrorText(error: ValidationErrors | null | undefined): string | undefined;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.7.116",
3
+ "version": "0.7.117",
4
4
  "types": "./src/typings.d.ts",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
Binary file