You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/calendar/README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The calendar header will not be rendered when the selection is either `multi` or
133
133
134
134
-`viewDate: Date`
135
135
136
-
Controls the year/month that will be presented in the default view when the calendar renders. By default it is the current year/month.
136
+
Controls the year/month that will be presented in the default view when the calendar renders. By default it is the first day of the current year/month.
137
137
138
138
-`value: Date | Date[]`
139
139
@@ -173,7 +173,17 @@ Controls the visibility of the dates that do not belong to the current month.
173
173
-`onSelection(): Date | Date[]`
174
174
175
175
Event fired when a value is selected through UI interaction.
176
-
Returns the selected value (depending on the type of selection).
176
+
Emits the selected value (depending on the type of selection).
177
+
178
+
-`viewDateChanged(): IViewDateChangeEventArgs`
179
+
180
+
Event fired after the month/year presented in the view is changed.
181
+
Emits an object containing the previous and current value of the `viewDate` property.
182
+
183
+
-`activeViewChanged(): CalendarView`
184
+
185
+
Event fired after the active view is changed.
186
+
Emits an CalendarView enum, indicating the `activeView` property value.
0 commit comments