ngx-vector-components 5.43.0 → 5.45.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.
@@ -450,5 +450,7 @@ export declare enum ProfileModuleActionType {
450
450
  SHOW_WAITING_LINES = "Show Waiting Lines",
451
451
  CALL_DRIVER_WAITING_LINES = "Call Driver Waiting Lines",
452
452
  MONITORING_HANDLE_EVENT = "Monitoring Handle Event",
453
- MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event"
453
+ MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event",
454
+ APPROVE_POOL_BIDDING_CLOSURE = "Aprovar Encerramento Pool Bidding",
455
+ APPROVE_POOL_BIDDING_LESSER_VALUE = "Aprovar Bidding Pool Com Valor Maior Que Menor Valor"
454
456
  }
@@ -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.43.0",
3
+ "version": "5.45.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",