mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(deps): update to stencil v3 (#26663)
This commit is contained in:
@ -3,16 +3,7 @@ import { Watch, Component, Element, Event, h, Host, Method, Prop } from '@stenci
|
||||
|
||||
import { config } from '../../global/config';
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type {
|
||||
AnimationBuilder,
|
||||
Color,
|
||||
CssClassMap,
|
||||
OverlayEventDetail,
|
||||
OverlayInterface,
|
||||
ToastButton,
|
||||
FrameworkDelegate,
|
||||
ToastPosition,
|
||||
} from '../../interface';
|
||||
import type { AnimationBuilder, Color, CssClassMap, OverlayInterface, FrameworkDelegate } from '../../interface';
|
||||
import {
|
||||
createDelegateController,
|
||||
createTriggerController,
|
||||
@ -23,6 +14,7 @@ import {
|
||||
present,
|
||||
safeCall,
|
||||
} from '../../utils/overlays';
|
||||
import type { OverlayEventDetail } from '../../utils/overlays-interface';
|
||||
import type { IonicSafeString } from '../../utils/sanitization';
|
||||
import { sanitizeDOMString } from '../../utils/sanitization';
|
||||
import { createColorClasses, getClassMap } from '../../utils/theme';
|
||||
@ -31,6 +23,7 @@ import { iosEnterAnimation } from './animations/ios.enter';
|
||||
import { iosLeaveAnimation } from './animations/ios.leave';
|
||||
import { mdEnterAnimation } from './animations/md.enter';
|
||||
import { mdLeaveAnimation } from './animations/md.leave';
|
||||
import type { ToastButton, ToastPosition } from './toast-interface';
|
||||
|
||||
// TODO(FW-2832): types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user