@@ -29,7 +29,7 @@ export const IonPicker = /*@__PURE__*/ defineOverlayContainer<JSX.IonPicker>('io
29
29
30
30
export const IonToast = /*@__PURE__ */ defineOverlayContainer < JSX . IonToast > ( 'ion-toast' , defineIonToastCustomElement , [ 'animated' , 'buttons' , 'color' , 'cssClass' , 'duration' , 'enterAnimation' , 'header' , 'htmlAttributes' , 'icon' , 'keyboardClose' , 'leaveAnimation' , 'message' , 'mode' , 'position' , 'translucent' ] , toastController ) ;
31
31
32
- export const IonModal = /*@__PURE__ */ defineOverlayContainer < JSX . IonModal > ( 'ion-modal' , defineIonModalCustomElement , [ 'animated' , 'keepContentsMounted' , ' backdropBreakpoint', 'backdropDismiss' , 'breakpoints' , 'canDismiss' , 'enterAnimation' , 'handle' , 'htmlAttributes' , 'initialBreakpoint' , 'isOpen' , 'keyboardClose' , 'leaveAnimation' , 'mode' , 'presentingElement' , 'showBackdrop' , 'swipeToClose' , 'trigger' ] ) ;
32
+ export const IonModal = /*@__PURE__ */ defineOverlayContainer < JSX . IonModal > ( 'ion-modal' , defineIonModalCustomElement , [ 'animated' , 'backdropBreakpoint' , 'backdropDismiss' , 'breakpoints' , 'canDismiss' , 'enterAnimation' , 'handle' , 'htmlAttributes' , 'initialBreakpoint' , 'isOpen' , 'keepContentsMounted ', 'keyboardClose' , 'leaveAnimation' , 'mode' , 'presentingElement' , 'showBackdrop' , 'swipeToClose' , 'trigger' ] ) ;
33
33
34
- export const IonPopover = /*@__PURE__ */ defineOverlayContainer < JSX . IonPopover > ( 'ion-popover' , defineIonPopoverCustomElement , [ 'alignment' , 'animated' , 'arrow' , 'keepContentsMounted' , ' backdropDismiss', 'component' , 'componentProps' , 'dismissOnSelect' , 'enterAnimation' , 'event' , 'htmlAttributes' , 'isOpen' , 'keyboardClose' , 'leaveAnimation' , 'mode' , 'reference' , 'showBackdrop' , 'side' , 'size' , 'translucent' , 'trigger' , 'triggerAction' ] ) ;
34
+ export const IonPopover = /*@__PURE__ */ defineOverlayContainer < JSX . IonPopover > ( 'ion-popover' , defineIonPopoverCustomElement , [ 'alignment' , 'animated' , 'arrow' , 'backdropDismiss' , 'component' , 'componentProps' , 'dismissOnSelect' , 'enterAnimation' , 'event' , 'htmlAttributes' , 'isOpen' , 'keepContentsMounted ', 'keyboardClose' , 'leaveAnimation' , 'mode' , 'reference' , 'showBackdrop' , 'side' , 'size' , 'translucent' , 'trigger' , 'triggerAction' ] ) ;
35
35
0 commit comments