mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Merge remote-tracking branch 'origin/next' into sp/ROU-4848-sync
This commit is contained in:
@ -184,6 +184,7 @@ export const IonCard = /*@__PURE__*/ defineContainer<JSX.IonCard>('ion-card', de
|
||||
'rel',
|
||||
'routerDirection',
|
||||
'routerAnimation',
|
||||
'shape',
|
||||
'target'
|
||||
]);
|
||||
|
||||
@ -262,6 +263,7 @@ export const IonCol = /*@__PURE__*/ defineContainer<JSX.IonCol>('ion-col', defin
|
||||
export const IonContent = /*@__PURE__*/ defineContainer<JSX.IonContent>('ion-content', defineIonContent, [
|
||||
'color',
|
||||
'fullscreen',
|
||||
'fixedSlotPlacement',
|
||||
'forceOverscroll',
|
||||
'scrollX',
|
||||
'scrollY',
|
||||
@ -402,6 +404,7 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput, JSX.IonInput
|
||||
'autocorrect',
|
||||
'autofocus',
|
||||
'clearInput',
|
||||
'clearInputIcon',
|
||||
'clearOnEdit',
|
||||
'counter',
|
||||
'counterFormatter',
|
||||
|
||||
Reference in New Issue
Block a user