mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
feat(datetime): add calendar picker (#23416)
resolves #19423 BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
This commit is contained in:
@ -173,14 +173,13 @@ export const IonContent = /*@__PURE__*/ defineContainer<JSX.IonContent>('ion-con
|
||||
|
||||
|
||||
export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime>('ion-datetime', [
|
||||
'color',
|
||||
'name',
|
||||
'disabled',
|
||||
'readonly',
|
||||
'min',
|
||||
'max',
|
||||
'displayFormat',
|
||||
'displayTimezone',
|
||||
'pickerFormat',
|
||||
'presentation',
|
||||
'cancelText',
|
||||
'doneText',
|
||||
'yearValues',
|
||||
@ -188,13 +187,10 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime>('ion-d
|
||||
'dayValues',
|
||||
'hourValues',
|
||||
'minuteValues',
|
||||
'monthNames',
|
||||
'monthShortNames',
|
||||
'dayNames',
|
||||
'dayShortNames',
|
||||
'pickerOptions',
|
||||
'placeholder',
|
||||
'locale',
|
||||
'value',
|
||||
'showDefaultTitle',
|
||||
'showDefaultButtons',
|
||||
'ionCancel',
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
|
Reference in New Issue
Block a user