feat(datetime): add firstDayOfWeek property (#23692)

resolves #23556

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
This commit is contained in:
Hans Krywalsky
2021-08-17 16:45:39 +02:00
committed by GitHub
parent bc4e8267aa
commit ea348f005a
15 changed files with 186 additions and 15 deletions

View File

@ -728,6 +728,10 @@ export namespace Components {
* The text to display on the picker's "Done" button.
*/
"doneText": string;
/**
* The first day of the week to use for `ion-datetime`. The default value is `0` and represents Sunday.
*/
"firstDayOfWeek": number;
/**
* The hour cycle of the `ion-datetime`. If no value is set, this is specified by the current locale.
*/
@ -4296,6 +4300,10 @@ declare namespace LocalJSX {
* The text to display on the picker's "Done" button.
*/
"doneText"?: string;
/**
* The first day of the week to use for `ion-datetime`. The default value is `0` and represents Sunday.
*/
"firstDayOfWeek"?: number;
/**
* The hour cycle of the `ion-datetime`. If no value is set, this is specified by the current locale.
*/