@ascentgl/ads-ui 21.65.0 → 21.67.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.65.0",
3
+ "version": "21.67.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -3576,11 +3576,9 @@ declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements
3576
3576
  timeControl: FormControl<string>;
3577
3577
  /** @ignore */
3578
3578
  periodOptions: string[];
3579
- errorMessages: {
3580
- mask: string;
3581
- invalidTime: string;
3582
- invalidMilitaryTime: string;
3583
- };
3579
+ protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
3580
+ /** @ignore */
3581
+ get mergedErrorMessages(): GENERIC_COLLECTION<string>;
3584
3582
  /** @ignore */
3585
3583
  private subscription;
3586
3584
  /** @ignore */