mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(all): updating to newest stencil apis (#18578)
* chore(): update ionicons * refactor(all): updating to newest stencil apis * fix lint issues * more changes * moreee * fix treeshaking * fix config * fix checkbox * fix stuff * chore(): update ionicons * fix linting errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, ComponentInterface, Method, Prop } from '@stencil/core';
|
||||
import { Component, ComponentInterface, Method } from '@stencil/core';
|
||||
|
||||
import { LoadingOptions, OverlayController } from '../../interface';
|
||||
import { createOverlay, dismissOverlay, getOverlay } from '../../utils/overlays';
|
||||
@@ -8,8 +8,6 @@ import { createOverlay, dismissOverlay, getOverlay } from '../../utils/overlays'
|
||||
})
|
||||
export class LoadingController implements ComponentInterface, OverlayController {
|
||||
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
/**
|
||||
* Create a loading overlay with loading options.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user