@morozeckiy/dd-lib 0.1.7 → 0.1.9

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.
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class ValidatorsService {
5
5
  constructor();
6
6
  /** валидатор совпадения пароллей. При использовании указывать поля pswd & confPswd*/
7
- static passEqual(el: AbstractControl): ValidationErrors | null;
7
+ static passEqual(passwordKey: string, passwordConfirmationKey: string): ValidationErrors;
8
8
  static passNotEqual(el: AbstractControl): ValidationErrors | null;
9
9
  static wrongLogin(): ValidationErrors;
10
10
  static wrongLoginOrPswd(): ValidationErrors;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "license": "MIT",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
@@ -11,7 +11,7 @@
11
11
  "@angular/core": "17.2.02"
12
12
  },
13
13
  "dependencies": {
14
- "tslib": "2.1.0"
14
+ "tslib": "^2.3.0"
15
15
  },
16
16
  "sideEffects": false,
17
17
  "module": "fesm2022/morozeckiy-dd-lib.mjs",