mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(package): bump dependencies and lint rules
This commit is contained in:
@@ -50,7 +50,6 @@ export interface SpinnerDialogIOSOptions {
|
||||
})
|
||||
@Injectable()
|
||||
export class SpinnerDialog extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Shows the spinner dialog
|
||||
* @param title {string} Spinner title (shows on Android only)
|
||||
@@ -61,7 +60,12 @@ 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
|
||||
@@ -69,6 +73,5 @@ export class SpinnerDialog extends IonicNativePlugin {
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
hide(): void { }
|
||||
|
||||
hide(): void {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user