mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
lint
This commit is contained in:
@ -12,7 +12,7 @@ import {
|
|||||||
prepareOverlay,
|
prepareOverlay,
|
||||||
present,
|
present,
|
||||||
safeCall,
|
safeCall,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ import {
|
|||||||
prepareOverlay,
|
prepareOverlay,
|
||||||
present,
|
present,
|
||||||
safeCall,
|
safeCall,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { sanitizeDOMString } from '@utils/sanitization';
|
import { sanitizeDOMString } from '@utils/sanitization';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
|
@ -10,7 +10,7 @@ import {
|
|||||||
present,
|
present,
|
||||||
createDelegateController,
|
createDelegateController,
|
||||||
createTriggerController,
|
createTriggerController,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { sanitizeDOMString } from '@utils/sanitization';
|
import { sanitizeDOMString } from '@utils/sanitization';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
|
@ -15,7 +15,7 @@ import {
|
|||||||
prepareOverlay,
|
prepareOverlay,
|
||||||
present,
|
present,
|
||||||
createTriggerController,
|
createTriggerController,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
import { deepReady, waitForMount } from '@utils/transition';
|
import { deepReady, waitForMount } from '@utils/transition';
|
||||||
|
@ -10,7 +10,7 @@ import {
|
|||||||
prepareOverlay,
|
prepareOverlay,
|
||||||
present,
|
present,
|
||||||
safeCall,
|
safeCall,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
|
|
||||||
|
@ -3,7 +3,15 @@ import { Component, Element, Event, Host, Method, Prop, State, Watch, h } from '
|
|||||||
import { CoreDelegate, attachComponent, detachComponent } from '@utils/framework-delegate';
|
import { CoreDelegate, attachComponent, detachComponent } from '@utils/framework-delegate';
|
||||||
import { addEventListener, raf, hasLazyBuild } from '@utils/helpers';
|
import { addEventListener, raf, hasLazyBuild } from '@utils/helpers';
|
||||||
import { printIonWarning } from '@utils/logging';
|
import { printIonWarning } from '@utils/logging';
|
||||||
import { BACKDROP, dismiss, eventMethod, focusFirstDescendant, prepareOverlay, present, setOverlayId } from '@utils/overlays';
|
import {
|
||||||
|
BACKDROP,
|
||||||
|
dismiss,
|
||||||
|
eventMethod,
|
||||||
|
focusFirstDescendant,
|
||||||
|
prepareOverlay,
|
||||||
|
present,
|
||||||
|
setOverlayId,
|
||||||
|
} from '@utils/overlays';
|
||||||
import { isPlatform } from '@utils/platform';
|
import { isPlatform } from '@utils/platform';
|
||||||
import { getClassMap } from '@utils/theme';
|
import { getClassMap } from '@utils/theme';
|
||||||
import { deepReady, waitForMount } from '@utils/transition';
|
import { deepReady, waitForMount } from '@utils/transition';
|
||||||
|
@ -11,7 +11,7 @@ import {
|
|||||||
prepareOverlay,
|
prepareOverlay,
|
||||||
present,
|
present,
|
||||||
safeCall,
|
safeCall,
|
||||||
setOverlayId
|
setOverlayId,
|
||||||
} from '@utils/overlays';
|
} from '@utils/overlays';
|
||||||
import { sanitizeDOMString } from '@utils/sanitization';
|
import { sanitizeDOMString } from '@utils/sanitization';
|
||||||
import { createColorClasses, getClassMap } from '@utils/theme';
|
import { createColorClasses, getClassMap } from '@utils/theme';
|
||||||
|
Reference in New Issue
Block a user