@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "21.19.0",
3
+ "version": "21.20.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -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;