mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Revert "chore(package): bump dependencies and lint rules"
This reverts commit 21ad4734fa.
This commit is contained in:
@@ -50,6 +50,7 @@ export interface SpinnerDialogIOSOptions {
|
||||
})
|
||||
@Injectable()
|
||||
export class SpinnerDialog extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Shows the spinner dialog
|
||||
* @param title {string} Spinner title (shows on Android only)
|
||||
@@ -60,12 +61,7 @@ export class SpinnerDialog extends IonicNativePlugin {
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
show(
|
||||
title?: string,
|
||||
message?: string,
|
||||
cancelCallback?: any,
|
||||
iOSOptions?: SpinnerDialogIOSOptions
|
||||
): void {}
|
||||
show(title?: string, message?: string, cancelCallback?: any, iOSOptions?: SpinnerDialogIOSOptions): void { }
|
||||
|
||||
/**
|
||||
* Hides the spinner dialog if visible
|
||||
@@ -73,5 +69,6 @@ export class SpinnerDialog extends IonicNativePlugin {
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
hide(): void {}
|
||||
hide(): void { }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user