@ascentgl/ads-ui 21.19.0 → 21.20.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
|
@@ -1143,6 +1143,7 @@ declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit
|
|
|
1143
1143
|
constructor();
|
|
1144
1144
|
ngOnChanges(changes: {
|
|
1145
1145
|
immediateValidation: SimpleChange;
|
|
1146
|
+
skipValidationWhenEmpty?: SimpleChange;
|
|
1146
1147
|
}): void;
|
|
1147
1148
|
/** @ignore */
|
|
1148
1149
|
ngAfterViewInit(): void;
|