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
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
936
+
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
937
937
*/
938
-
"showClearButton": boolean;
938
+
"showAdjacentDays": boolean;
939
939
/**
940
-
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
940
+
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
941
941
*/
942
-
"showDaysOutsideCurrentMonth"?: boolean;
942
+
"showClearButton": boolean;
943
943
/**
944
944
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
5727
+
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
5728
5728
*/
5729
-
"showClearButton"?: boolean;
5729
+
"showAdjacentDays"?: boolean;
5730
5730
/**
5731
-
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
5731
+
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
5732
5732
*/
5733
-
"showDaysOutsideCurrentMonth"?: boolean;
5733
+
"showClearButton"?: boolean;
5734
5734
/**
5735
5735
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
0 commit comments