@bizy/core 19.5.1 → 19.5.2

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.
@@ -793,7 +793,7 @@ class BizyCalendarComponent {
793
793
  _viewDate = new Date();
794
794
  _activeDayIsOpen = false;
795
795
  _refresh = new Subject();
796
- viewDate(viewDate) {
796
+ set viewDate(viewDate) {
797
797
  if (!viewDate) {
798
798
  return;
799
799
  }