@morozeckiy/dd-lib 0.2.25 → 0.2.27

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,15 +1,9 @@
1
- import { Observable } from "rxjs";
2
- import { ThemeConstructorService } from "../../core";
3
1
  import * as i0 from "@angular/core";
4
2
  export declare class MainSharedComponent {
5
- private themeConstructorService;
6
3
  protected readonly sharingLink: {
7
4
  icon: string;
8
5
  url: string;
9
6
  }[];
10
- icon: string | undefined;
11
- icon$: Observable<string>;
12
- constructor(themeConstructorService: ThemeConstructorService);
13
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MainSharedComponent, never>;
14
8
  static ɵcmp: i0.ɵɵComponentDeclaration<MainSharedComponent, "dd-main-shared", never, {}, {}, never, never, true, never>;
15
9
  }
@@ -1,4 +1,4 @@
1
- import { AbstractControl, ValidationErrors } from '@angular/forms';
1
+ import { AbstractControl, ValidationErrors, Validators } from '@angular/forms';
2
2
  import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ValidatorsService {
@@ -10,7 +10,7 @@ export declare class ValidatorsService {
10
10
  static wrongLoginOrPswd(): ValidationErrors;
11
11
  static existLogin(): ValidationErrors;
12
12
  /** валидатор имени*/
13
- static getNameValid(): import("@angular/forms").ValidatorFn[];
13
+ static getNameValid(): (typeof Validators.required)[];
14
14
  /** валидатор email*/
15
15
  static getMailValid(el?: AbstractControl): Observable<ValidationErrors | null>;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ValidatorsService, never>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
4
4
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
5
5
  "publishConfig": {
6
6
  "access": "public"
Binary file