@ascentgl/ads-ui 21.65.0 → 21.66.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.
@@ -9873,7 +9873,7 @@ class AdsTimeFieldComponent extends AdsInputDropdownComponent {
9873
9873
  this.timeControl = new FormControl('', { validators: [TIME_VALIDATOR], nonNullable: true, updateOn: 'blur' });
9874
9874
  /** @ignore */
9875
9875
  this.periodOptions = ['AM', 'PM'];
9876
- this.errorMessages = {
9876
+ this.defaultErrorMessages = {
9877
9877
  mask: 'Time must be in the format HH:mm.',
9878
9878
  invalidTime: 'Enter a valid time in 12-hour format (01:00 - 12:59).',
9879
9879
  invalidMilitaryTime: 'Enter a valid time in 24-hour format (00:00 - 23:59).',