mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
Merge branch 'main' into chore/update-next-from-main
This commit is contained in:
@ -84,6 +84,7 @@ export {
|
||||
InputOtpChangeEventDetail,
|
||||
InputOtpCompleteEventDetail,
|
||||
InputOtpInputEventDetail,
|
||||
// TODO(FW-6590): Remove the next two lines once the deprecated event is removed
|
||||
ItemReorderEventDetail,
|
||||
ItemReorderCustomEvent,
|
||||
ItemSlidingCustomEvent,
|
||||
@ -107,6 +108,10 @@ export {
|
||||
RangeKnobMoveEndEventDetail,
|
||||
RefresherCustomEvent,
|
||||
RefresherEventDetail,
|
||||
ReorderMoveCustomEvent,
|
||||
ReorderMoveEventDetail,
|
||||
ReorderEndCustomEvent,
|
||||
ReorderEndEventDetail,
|
||||
RouterEventDetail,
|
||||
RouterCustomEvent,
|
||||
ScrollBaseCustomEvent,
|
||||
|
@ -833,9 +833,15 @@ export const IonReorder: StencilVueComponent<JSX.IonReorder> = /*@__PURE__*/ def
|
||||
|
||||
export const IonReorderGroup: StencilVueComponent<JSX.IonReorderGroup> = /*@__PURE__*/ defineContainer<JSX.IonReorderGroup>('ion-reorder-group', defineIonReorderGroup, [
|
||||
'disabled',
|
||||
'ionItemReorder'
|
||||
'ionItemReorder',
|
||||
'ionReorderStart',
|
||||
'ionReorderMove',
|
||||
'ionReorderEnd'
|
||||
], [
|
||||
'ionItemReorder'
|
||||
'ionItemReorder',
|
||||
'ionReorderStart',
|
||||
'ionReorderMove',
|
||||
'ionReorderEnd'
|
||||
]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user