@ascentgl/ads-ui 21.23.0 → 21.24.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.
package/package.json
CHANGED
|
@@ -1129,6 +1129,8 @@ declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit
|
|
|
1129
1129
|
protected registry: AdsIconRegistry;
|
|
1130
1130
|
private destroyRef;
|
|
1131
1131
|
/** @ignore */
|
|
1132
|
+
private hadRequiredValidator;
|
|
1133
|
+
/** @ignore */
|
|
1132
1134
|
get required(): boolean;
|
|
1133
1135
|
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
1134
1136
|
width: string;
|
|
@@ -1140,6 +1142,8 @@ declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit
|
|
|
1140
1142
|
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1141
1143
|
/** @ignore */
|
|
1142
1144
|
protected readonly requiredErrorMessage: string;
|
|
1145
|
+
private originalValidator;
|
|
1146
|
+
private originalAsyncValidator;
|
|
1143
1147
|
constructor();
|
|
1144
1148
|
ngOnChanges(changes: {
|
|
1145
1149
|
immediateValidation: SimpleChange;
|