ui-core-abv 0.8.5 → 0.8.7
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;
|