@acorex/components 20.8.11 → 20.8.13

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.
@@ -764,6 +764,9 @@ class AXCalendarComponent extends classes((MXValueComponent), MXInteractiveCompo
764
764
  this.render();
765
765
  }
766
766
  if (e.name == 'type') {
767
+ if (e.value) {
768
+ this.calendar.set(e.value);
769
+ }
767
770
  this._refresh();
768
771
  }
769
772
  }