@morozeckiy/dd-lib 0.7.91 → 0.7.92
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,5 +1,4 @@
|
|
|
1
1
|
import { AbstractControl, ValidationErrors, Validators } from '@angular/forms';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ValidatorsService {
|
|
5
4
|
constructor();
|
|
@@ -12,7 +11,7 @@ export declare class ValidatorsService {
|
|
|
12
11
|
/** валидатор имени*/
|
|
13
12
|
static getNameValid(): (typeof Validators.required)[];
|
|
14
13
|
/** валидатор email*/
|
|
15
|
-
static getMailValid(el?: AbstractControl):
|
|
14
|
+
static getMailValid(el?: AbstractControl): ValidationErrors | null;
|
|
16
15
|
static getErrorText(error: ValidationErrors | null | undefined): string | undefined;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidatorsService, never>;
|
|
18
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<ValidatorsService>;
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|