ngx-vector-components 5.44.0 → 5.46.0

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.
@@ -55,3 +55,11 @@ export type HttpDataResponse<T> = {
55
55
  data: T;
56
56
  result: number;
57
57
  };
58
+ export type HttpDataResponseTerm = {
59
+ shipperId: number;
60
+ displayMsg: boolean;
61
+ errorCode: number;
62
+ msgCode: number;
63
+ ok: boolean;
64
+ result: number;
65
+ };
@@ -14,4 +14,5 @@ export declare class ValidationUtil {
14
14
  static notSequentialNumbers(length: number): ValidatorFn;
15
15
  static firstLetterIsUppercase(control: AbstractControl): ValidationErrors | null;
16
16
  static containsLettersAndNumbers(control: AbstractControl): ValidationErrors | null;
17
+ static greaterThanTo(lowerControlName: string): ValidatorFn;
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.44.0",
3
+ "version": "5.46.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",