chore: sync

This commit is contained in:
Liam DeBeasi
2023-12-18 10:46:20 -05:00
382 changed files with 4167 additions and 861 deletions

View File

@ -1,4 +1,5 @@
import { doc } from '@utils/browser';
import type { BackButtonEvent } from '@utils/hardware-back-button';
import { config } from '../global/config';
import { getIonMode } from '../global/ionic-global';
@ -7,7 +8,6 @@ import type {
AlertOptions,
Animation,
AnimationBuilder,
BackButtonEvent,
FrameworkDelegate,
HTMLIonOverlayElement,
IonicConfig,
@ -697,6 +697,7 @@ export const safeCall = (handler: any, arg?: any) => {
export const BACKDROP = 'backdrop';
export const GESTURE = 'gesture';
export const OVERLAY_GESTURE_PRIORITY = 39;
/**
* Creates a delegate controller.