ids-enterprise-typings 19.6.7 → 19.6.9
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.
|
@@ -155,6 +155,8 @@ interface SohoCalendarOptions {
|
|
|
155
155
|
interface SohoCalendar {
|
|
156
156
|
settings: SohoCalendarOptions;
|
|
157
157
|
|
|
158
|
+
eventsData?: SohoCalendarEvent[];
|
|
159
|
+
|
|
158
160
|
/**
|
|
159
161
|
* Get the current selected date on the calendar.
|
|
160
162
|
* @returns the currently selected date on the control.
|