ui-core-abv 0.8.6 → 0.8.8

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.
@@ -37,6 +37,8 @@ export declare class UicFormWrapperComponent implements OnInit, OnChanges, OnDes
37
37
  externalValidationStates: Record<string, 'loading' | 'valid' | 'invalid'>;
38
38
  private readonly externalValidationSubs;
39
39
  private readonly externalValidationLastValue;
40
+ private readonly immediateExternalValidationValueByField;
41
+ private readonly immediateValidationFieldTypes;
40
42
  private formValueSub;
41
43
  private readonly optionSourceSubs;
42
44
  private readonly optionSourceDependencyValueByField;
@@ -88,6 +90,8 @@ export declare class UicFormWrapperComponent implements OnInit, OnChanges, OnDes
88
90
  private clearComputedFieldSubs;
89
91
  private clearExternalValidationSubs;
90
92
  onFieldBlur(fieldName: string): void;
93
+ private initializeImmediateExternalValidationValues;
94
+ private validateChangedImmediateFields;
91
95
  private cancelStaleExternalValidations;
92
96
  private updateExternalValidationState;
93
97
  private clearExternalValidationError;
@@ -47,7 +47,7 @@ export declare class UicTimePickerComponent extends base {
47
47
  private clearSelection;
48
48
  private syncSelectionFromValue;
49
49
  openOverlay(): void;
50
- closeOverlay(): void;
50
+ closeOverlay(commitSelection?: boolean): void;
51
51
  /**
52
52
  * Cierra explícitamente el overlay desde el botón confirmar.
53
53
  * Comitea la selección actual antes de cerrar.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-core-abv",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0 <21.0.0",
6
6
  "@angular/core": ">=19.2.0 <21.0.0",