igniteui-angular-inputs 17.3.1-alpha.0 → 18.0.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.
@@ -2286,7 +2286,9 @@ export let XCalendar = /*@__PURE__*/ (() => {
2286
2286
  }
2287
2287
  }
2288
2288
  else {
2289
+ this.aj._inner[0].disabled = false;
2289
2290
  this.aj._inner[2].disabled = false;
2291
+ this.aj._inner[3].disabled = false;
2290
2292
  if (b == this.au.getFullYear()) {
2291
2293
  if (c == dateGetMonth(this.au)) {
2292
2294
  this.aj._inner[0].disabled = true;