@bizy/core 19.1.3 → 19.2.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/fesm2022/bizy-core.mjs
CHANGED
|
@@ -815,6 +815,7 @@ class BizyCalendarComponent {
|
|
|
815
815
|
start: new Date(_event.start),
|
|
816
816
|
end: new Date(_event.end),
|
|
817
817
|
title: _event.description || '',
|
|
818
|
+
incrementsBadgeTotal: _event.incrementsBadgeTotal ?? true,
|
|
818
819
|
color: {
|
|
819
820
|
primary: _event.color,
|
|
820
821
|
secondary: _event.backgroundColor
|