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
* layout with `presentation="date-time"` or `"time-date"`.
89
89
* @part time-button active - The time picker button when the picker is open.
90
90
*
91
+
* @part calendar-header - The calendar header manages the date navigation controls (month/year picker and previous/next buttons) and the days of the week when using a grid style layout.
91
92
* @part month-year-button - The button that opens the month/year picker when
92
93
* using a grid style layout.
94
+
* @part navigation-button - The buttons used to navigate to the next or previous month when using a grid style layout.
95
+
* @part previous-button - The button used to navigate to the previous month when using a grid style layout.
96
+
* @part next-button - The button used to navigate to the next month when using a grid style layout.
97
+
* @part calendar-days-of-week - The container for the day-of-the-week header (both weekdays and weekends) when using a grid style layout.
93
98
*
94
99
* @part calendar-day - The individual buttons that display a day inside of the datetime
95
100
* calendar.
96
101
* @part calendar-day active - The currently selected calendar day.
97
102
* @part calendar-day today - The calendar day that contains the current day.
98
103
* @part calendar-day disabled - The calendar day that is disabled.
104
+
*
105
+
* @part datetime-header - The datetime header contains the content for the `title` slot and the selected date.
106
+
* @part datetime-title - The element that contains the `title` slot content.
107
+
* @part datetime-selected-date - The element that contains the selected date.
99
108
*/
100
109
@Component({
101
110
tag: 'ion-datetime',
@@ -2166,7 +2175,7 @@ export class Datetime implements ComponentInterface {
0 commit comments