chore(repo): move files to new repo name

This commit is contained in:
Daniel Sogl
2021-09-27 17:07:03 +02:00
parent 3ae573b632
commit 15c441cc2a
246 changed files with 484 additions and 523 deletions
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { CordovaCheck, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { CordovaCheck, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
declare const AbbyyRtrSdk: any;
@@ -274,7 +274,7 @@ export interface DataCaptureResult {
*
* @usage
* ```typescript
* import { AbbyyRTR } from '@ionic-native/abbyy-rtr/ngx';
* import { AbbyyRTR } from '@awesome-cordova-plugins/abbyy-rtr/ngx';
*
*
* constructor(private abbyyRTR: AbbyyRTR) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface ActionSheetOptions {
/**
@@ -62,7 +62,7 @@ export interface ActionSheetOptions {
*
* @usage
* ```typescript
* import { ActionSheet, ActionSheetOptions } from '@ionic-native/action-sheet/ngx';
* import { ActionSheet, ActionSheetOptions } from '@awesome-cordova-plugins/action-sheet/ngx';
*
* constructor(private actionSheet: ActionSheet) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export class AdjustEvent {
private eventToken: string;
@@ -457,7 +457,7 @@ export enum AdjustAdRevenueSource {
*
* @usage
* ```typescript
* import { Adjust, AdjustConfig, AdjustEnvironment } from '@ionic-native/adjust/ngx';
* import { Adjust, AdjustConfig, AdjustEnvironment } from '@awesome-cordova-plugins/adjust/ngx';
*
* constructor(private adjust: Adjust) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable, fromEvent } from 'rxjs';
export type AdUnitIDOption =
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export type AdSize =
@@ -107,7 +107,7 @@ export interface AdExtras {
* IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMobPro Free](../admob-free).
* @usage
* ```typescript
* import { AdMobPro } from '@ionic-native/admob-pro/ngx';
* import { AdMobPro } from '@awesome-cordova-plugins/admob-pro/ngx';
* import { Platform } from '@ionic/angular';
*
* constructor(private admob: AdMobPro, private platform: Platform ) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface AdmobBaseOptions {
@@ -144,7 +144,7 @@ export interface AdMobEvent {
* @usage
* **Note:** No ads will be served on apps with package name `io.ionic.starter`. This is the default package name for new `ionic` apps. Make sure to rename the package name so ads can be displayed.
* ```typescript
* import { Admob, AdmobOptions } from '@ionic-native/admob';
* import { Admob, AdmobOptions } from '@awesome-cordova-plugins/admob';
*
*
* constructor(private admob: Admob) {
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name AES256
@@ -10,7 +10,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { AES256 } from '@ionic-native/aes-256/ngx';
* import { AES256 } from '@awesome-cordova-plugins/aes-256/ngx';
*
* private secureKey: string;
* private secureIV: string;
@@ -6,7 +6,7 @@ import {
CordovaInstance,
InstanceProperty,
IonicNativePlugin,
} from '@ionic-native/core';
} from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -19,7 +19,7 @@ import { Observable } from 'rxjs';
*
* @usage
* ```typescript
* import { AllInOneSDK } from '@ionic-native/all-in-one-sdk/ngx';
* import { AllInOneSDK } from '@awesome-cordova-plugins/all-in-one-sdk/ngx';
*
*
* constructor(private allInOneSDK: AllInOneSDK) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Analytics Firebase
@@ -8,7 +8,7 @@ import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-nati
*
* @usage
* ```typescript
* import { AnalyticsFirebase } from '@ionic-native/analytics-firebase';
* import { AnalyticsFirebase } from '@awesome-cordova-plugins/analytics-firebase';
*
*
* constructor(private analyticsFirebase: AnalyticsFirebase) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export type AndroidExoPlayerAspectRatio = 'FILL_SCREEN' | 'FIT_SCREEN';
@@ -158,7 +158,7 @@ export interface AndroidExoPlayerControllerConfig {
*
* @usage
* ```typescript
* import { AndroidExoPlayer } from '@ionic-native/android-exoplayer/ngx';
* import { AndroidExoPlayer } from '@awesome-cordova-plugins/android-exoplayer/ngx';
*
* constructor(private androidExoPlayer: AndroidExoPlayer) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* Bit flag values for setSystemUiVisibility()
@@ -36,7 +36,7 @@ export enum AndroidSystemUiFlags {
* In Android 4.4+, however, you can now enter true full screen, fully interactive immersive mode. In this mode, your app will remain in true full screen until you choose otherwise; users can swipe down from the top of the screen to temporarily display the system UI.
* @usage
* ```typescript
* import { AndroidFullScreen } from '@ionic-native/android-full-screen/ngx';
* import { AndroidFullScreen } from '@awesome-cordova-plugins/android-full-screen/ngx';
*
* constructor(private androidFullScreen: AndroidFullScreen) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
/**
* @name Android Notch
@@ -10,7 +10,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { AndroidNotch } from '@ionic-native/android-notch/ngx';
* import { AndroidNotch } from '@awesome-cordova-plugins/android-notch/ngx';
*
*
* constructor(private androidNotch: AndroidNotch) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Android Permissions
@@ -11,7 +11,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```
* import { AndroidPermissions } from '@ionic-native/android-permissions/ngx';
* import { AndroidPermissions } from '@awesome-cordova-plugins/android-permissions/ngx';
*
*
* constructor(private androidPermissions: AndroidPermissions) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface AnylineOptions {
// Valid License Key
@@ -16,7 +16,7 @@ export interface AnylineOptions {
*
* @usage
* ```typescript
* import { Anyline } from '@ionic-native/anyline/ngx';
* import { Anyline } from '@awesome-cordova-plugins/anyline/ngx';
*
*
* constructor(private anyline: Anyline) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name App Availability
@@ -10,7 +10,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { AppAvailability } from '@ionic-native/app-availability/ngx';
* import { AppAvailability } from '@awesome-cordova-plugins/app-availability/ngx';
* import { Platform } from 'ionic-angular';
*
* constructor(private appAvailability: AppAvailability, private platform: Platform) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface StringMap {
[s: string]: string;
@@ -17,7 +17,7 @@ export interface StringMap {
*
* @usage
* ```typescript
* import { AppCenterAnalytics } from '@ionic-native/app-center-analytics/ngx';
* import { AppCenterAnalytics } from '@awesome-cordova-plugins/app-center-analytics/ngx';
*
*
* constructor(private appCenterAnalytics: AppCenterAnalytics) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface AppCenterCrashReport {
id: string;
@@ -40,7 +40,7 @@ export interface AppCenterCrashReportDevice {
*
* @usage
* ```typescript
* import { AppCenterCrashes } from '@ionic-native/app-center-crashes/ngx';
* import { AppCenterCrashes } from '@awesome-cordova-plugins/app-center-crashes/ngx';
*
*
* constructor(private AppCenterCrashes: AppCenterCrashes) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name App Center Low Memory
@@ -9,7 +9,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { LowMemory } from '@ionic-native/app-center-low-memory/ngx';
* import { LowMemory } from '@awesome-cordova-plugins/app-center-low-memory/ngx';
*
* ...
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -10,7 +10,7 @@ import { Observable } from 'rxjs';
*
* @usage
* ```typescript
* import { AppCenterPush } from '@ionic-native/app-center-push/ngx';
* import { AppCenterPush } from '@awesome-cordova-plugins/app-center-push/ngx';
*
*
* constructor(private appCenterPush: AppCenterPush) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name App Center Shared
@@ -11,7 +11,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { AppCenter } from '@ionic-native/app-center-shared/ngx';
* import { AppCenter } from '@awesome-cordova-plugins/app-center-shared/ngx';
*
* ...
*
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
import { Injectable } from '@angular/core';
@@ -9,7 +9,7 @@ import { Injectable } from '@angular/core';
*
* @usage
* ```typescript
* import { AppPreferences } from '@ionic-native/app-preferences/ngx';
* import { AppPreferences } from '@awesome-cordova-plugins/app-preferences/ngx';
*
* constructor(private appPreferences: AppPreferences) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export enum AppRateReviewTypeIos {
/**
@@ -208,7 +208,7 @@ export interface AppUrls {
*
* @usage
* ```typescript
* import { AppRate } from '@ionic-native/app-rate/ngx';
* import { AppRate } from '@awesome-cordova-plugins/app-rate/ngx';
*
* constructor(private appRate: AppRate) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name App Version
@@ -11,7 +11,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { AppVersion } from '@ionic-native/app-version/ngx';
* import { AppVersion } from '@awesome-cordova-plugins/app-version/ngx';
*
* constructor(private appVersion: AppVersion) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface EncryptedCardData {
activationData: string;
@@ -38,7 +38,7 @@ export interface WatchExistData {
*
* @usage
* ```typescript
* import { AppleWallet } from '@ionic-native/apple-wallet/ngx';
* import { AppleWallet } from '@awesome-cordova-plugins/apple-wallet/ngx';
*
*
* constructor(private appleWallet: AppleWallet) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface HTTPResponse {
/**
@@ -135,7 +135,7 @@ export interface ApproovLoggableToken {
*
* @usage
* ```typescript
* import { ApproovHttp } from '@ionic-native/http/ngx';
* import { ApproovHttp } from '@awesome-cordova-plugins/http/ngx';
*
* constructor(private http: ApproovHttp) {}
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface AppsflyerOptions {
/**
@@ -57,7 +57,7 @@ export interface AppsflyerInviteOptions {
*
* @usage
* ```typescript
* import { Appsflyer } from '@ionic-native/appsflyer/ngx';
* import { Appsflyer } from '@awesome-cordova-plugins/appsflyer/ngx';
*
*
* constructor(private appsflyer: Appsflyer) { }
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
export interface BackgroundFetchConfig {
@@ -18,7 +18,7 @@ export interface BackgroundFetchConfig {
* @usage
*
* ```typescript
* import { BackgroundFetch, BackgroundFetchConfig } from '@ionic-native/background-fetch/ngx';
* import { BackgroundFetch, BackgroundFetchConfig } from '@awesome-cordova-plugins/background-fetch/ngx';
*
*
* constructor(private backgroundFetch: BackgroundFetch) {
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export enum BackgroundGeolocationLocationCode {
@@ -499,7 +499,7 @@ export declare enum BackgroundGeolocationIOSActivity {
* BackgroundGeolocation must be called within app.ts and or before Geolocation. Otherwise the platform will not ask you for background tracking permission.
*
* ```typescript
* import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationEvents, BackgroundGeolocationResponse } from '@ionic-native/background-geolocation/ngx';
* import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationEvents, BackgroundGeolocationResponse } from '@awesome-cordova-plugins/background-geolocation/ngx';
*
* constructor(private backgroundGeolocation: BackgroundGeolocation) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -57,7 +57,7 @@ export interface BackgroundModeConfiguration {
* Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, visit: https://github.com/katzer/cordova-plugin-background-mode
* @usage
* ```typescript
* import { BackgroundMode } from '@ionic-native/background-mode/ngx';
* import { BackgroundMode } from '@awesome-cordova-plugins/background-mode/ngx';
*
* constructor(private backgroundMode: BackgroundMode) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, CordovaInstance, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, CordovaInstance, IonicNativePlugin } from '@awesome-cordova-plugins/core';
declare const window: any;
@@ -80,7 +80,7 @@ export class FileTransferManager {
*
* @usage
* ```typescript
* import { BackgroundUpload } from '@ionic-native/background-upload/ngx';
* import { BackgroundUpload } from '@awesome-cordova-plugins/background-upload/ngx';
*
*
* constructor(private backgroundUpload: BackgroundUpload) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Badge
@@ -13,7 +13,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { Badge } from '@ionic-native/badge/ngx';
* import { Badge } from '@awesome-cordova-plugins/badge/ngx';
*
* constructor(private badge: Badge) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface BarcodeScannerOptions {
/**
@@ -89,7 +89,7 @@ export interface BarcodeScanResult {
*
* @usage
* ```typescript
* import { BarcodeScanner } from '@ionic-native/barcode-scanner/ngx';
* import { BarcodeScanner } from '@awesome-cordova-plugins/barcode-scanner/ngx';
*
* constructor(private barcodeScanner: BarcodeScanner) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface BatteryStatusResponse {
@@ -21,7 +21,7 @@ export interface BatteryStatusResponse {
*
* @usage
* ```typescript
* import { BatteryStatus } from '@ionic-native/battery-status/ngx';
* import { BatteryStatus } from '@awesome-cordova-plugins/battery-status/ngx';
*
* constructor(private batteryStatus: BatteryStatus) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name BioCatch
@@ -8,7 +8,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { BioCatch } from '@ionic-native/biocatch';
* import { BioCatch } from '@awesome-cordova-plugins/biocatch';
*
*
* constructor(private biocatch: BioCatch) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
/**
* @name BiometricWrapper
@@ -9,7 +9,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { BiometricWrapper } from '@ionic-native/biometric-wrapper/ngx';
* import { BiometricWrapper } from '@awesome-cordova-plugins/biometric-wrapper/ngx';
*
*
* constructor(private biometricWrapper: BiometricWrapper) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface BLEScanOptions {
@@ -28,7 +28,7 @@ export interface BLEScanOptions {
*
* ```typescript
*
* import { BLE } from '@ionic-native/ble/ngx';
* import { BLE } from '@awesome-cordova-plugins/ble/ngx';
*
* constructor(private ble: BLE) { }
*
@@ -1,4 +1,4 @@
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
export interface Licenses {
@@ -2683,7 +2683,7 @@ export interface BlinkIdRecognizerResultCtor extends RecognizerResultCtor<BlinkI
*
* @usage
* ```typescript
* import { BlinkId, RecognizerResultState } from '@ionic-native/blinkid/ngx';
* import { BlinkId, RecognizerResultState } from '@awesome-cordova-plugins/blinkid/ngx';
*
* constructor(private blinkId: BlinkId) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface BluetoothClassicSerialPortDevice {
@@ -16,7 +16,7 @@ export interface BluetoothClassicSerialPortDevice {
* @description This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
* @usage
* ```typescript
* import { BluetoothClassicSerialPort } from '@ionic-native/bluetooth-classic-serial-port/ngx';
* import { BluetoothClassicSerialPort } from '@awesome-cordova-plugins/bluetooth-classic-serial-port/ngx';
*
* constructor(private bluetoothClassicSerialPort: BluetoothClassicSerialPort) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/* Available status of device */
@@ -429,7 +429,7 @@ export interface AdapterInfo {
*
* @usage
* ```typescript
* import { BluetoothLE } from '@ionic-native/bluetooth-le/ngx';
* import { BluetoothLE } from '@awesome-cordova-plugins/bluetooth-le/ngx';
*
*
* constructor(public bluetoothle: BluetoothLE, public plt: Platform) {
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
* @description This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino (not Android to Android or iOS to iOS).
* @usage
* ```typescript
* import { BluetoothSerial } from '@ionic-native/bluetooth-serial/ngx';
* import { BluetoothSerial } from '@awesome-cordova-plugins/bluetooth-serial/ngx';
*
* constructor(private bluetoothSerial: BluetoothSerial) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface BranchIoPromise {
@@ -54,7 +54,7 @@ export interface BranchUniversalObject {
*
* @usage
* ```
* import { BranchIo } from '@ionic-native/branch-io/ngx';
* import { BranchIo } from '@awesome-cordova-plugins/branch-io/ngx';
*
*
* constructor(private branch: BranchIo) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -23,7 +23,7 @@ export type EventData = object | AndroidData | null;
*
* @usage
* ```typescript
* import { Broadcaster } from '@ionic-native/broadcaster/ngx';
* import { Broadcaster } from '@awesome-cordova-plugins/broadcaster/ngx';
*
* constructor(private broadcaster: Broadcaster) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, CordovaProperty, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, CordovaProperty, IonicNativePlugin } from '@awesome-cordova-plugins/core';
/**
* @name Build Info
@@ -8,7 +8,7 @@ import { Plugin, CordovaProperty, IonicNativePlugin } from '@ionic-native/core';
*
* @usage
* ```
* import { BuildInfo } from '@ionic-native/build-info/ngx';
* import { BuildInfo } from '@awesome-cordova-plugins/build-info/ngx';
*
* this.platform.ready().then(() => {
* console.log('BuildInfo.baseUrl =' + BuildInfo.baseUrl)
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface CalendarOptions {
/**
@@ -67,7 +67,7 @@ export interface NameOrOptions {
*
* @usage
* ```typescript
* import { Calendar } from '@ionic-native/calendar/ngx';
* import { Calendar } from '@awesome-cordova-plugins/calendar/ngx';
*
* constructor(private calendar: Calendar) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface CallDirectoryItem {
label: string;
@@ -19,7 +19,7 @@ export interface CallDirectoryLog {
*
* @usage
* ```typescript
* import { CallDirectory } from '@ionic-native/call-directory/ngx';
* import { CallDirectory } from '@awesome-cordova-plugins/call-directory/ngx';
*
*
* constructor(private callDirectory: CallDirectory) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Call Number
@@ -9,7 +9,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { CallNumber } from '@ionic-native/call-number/ngx';
* import { CallNumber } from '@awesome-cordova-plugins/call-number/ngx';
*
* constructor(private callNumber: CallNumber) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface CameraPreviewDimensions {
/** The width of the camera preview, default to window.screen.width */
@@ -63,7 +63,7 @@ export interface CameraPreviewPictureOptions {
*
* @usage
* ```typescript
* import { CameraPreview, CameraPreviewPictureOptions, CameraPreviewOptions, CameraPreviewDimensions } from '@ionic-native/camera-preview/ngx';
* import { CameraPreview, CameraPreviewPictureOptions, CameraPreviewOptions, CameraPreviewDimensions } from '@awesome-cordova-plugins/camera-preview/ngx';
*
* constructor(private cameraPreview: CameraPreview) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface CameraOptions {
/** Picture quality in range 0-100. Default is 50 */
@@ -139,7 +139,7 @@ export enum Direction {
*
* @usage
* ```typescript
* import { Camera, CameraOptions } from '@ionic-native/camera/ngx';
* import { Camera, CameraOptions } from '@awesome-cordova-plugins/camera/ngx';
*
* constructor(private camera: Camera) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
export interface CkoCardTokenRequest {
/**
@@ -148,7 +148,7 @@ export interface Phone {
*
* @usage
* ```typescript
* import { Checkout } from '@ionic-native/checkout/ngx';
* import { Checkout } from '@awesome-cordova-plugins/checkout/ngx';
*
*
* constructor(private checkout: Checkout) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface ChooserResult {
data?: Uint8Array;
@@ -28,7 +28,7 @@ export interface ChooserResult {
*
* @usage
* ```typescript
* import { Chooser } from '@ionic-native/chooser/ngx';
* import { Chooser } from '@awesome-cordova-plugins/chooser/ngx';
*
*
* constructor(private chooser: Chooser) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
declare var clevertap: any;
@@ -10,7 +10,7 @@ declare var clevertap: any;
*
* @usage
* ```typescript
* import { CleverTap } from '@ionic-native/clevertap/ngx';
* import { CleverTap } from '@awesome-cordova-plugins/clevertap/ngx';
*
* constructor(private clevertap: CleverTap) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Clipboard
* @premier clipboard
@@ -9,7 +9,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { Clipboard } from '@ionic-native/clipboard/ngx';
* import { Clipboard } from '@awesome-cordova-plugins/clipboard/ngx';
*
* constructor(private clipboard: Clipboard) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Cloud Settings
@@ -8,7 +8,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { CloudSettings } from '@ionic-native/cloud-settings/ngx';
* import { CloudSettings } from '@awesome-cordova-plugins/cloud-settings/ngx';
*
*
* constructor(private cloudSettings: CloudSettings) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
namespace Http {
@@ -444,7 +444,7 @@ export interface DownloadProgress {
*
* @usage
* ```typescript
* import { CodePush } from '@ionic-native/code-push/ngx';
* import { CodePush } from '@awesome-cordova-plugins/code-push/ngx';
*
* constructor(private codePush: CodePush) { }
*
@@ -6,7 +6,7 @@ import {
CordovaInstance,
InstanceProperty,
IonicNativePlugin,
} from '@ionic-native/core';
} from '@awesome-cordova-plugins/core';
/**
* @name CustomUISDK
@@ -15,7 +15,7 @@ import {
*
* @usage
* ```typescript
* import { CustomUISDK } from '@ionic-native/custom-uisdk/ngx';
* import { CustomUISDK } from '@awesome-cordova-plugins/custom-uisdk/ngx';
*
* constructor(private customuisdk: CustomUISDK) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface DeeplinkMatch {
@@ -39,7 +39,7 @@ export interface DeeplinkOptions {
*
* @usage
* ```typescript
* import { Deeplinks } from '@ionic-native/deeplinks/ngx';
* import { Deeplinks } from '@awesome-cordova-plugins/deeplinks/ngx';
*
* constructor(private deeplinks: Deeplinks) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface AndroidAccount {
/** Account creator */
@@ -19,7 +19,7 @@ export interface AndroidAccount {
*
* @usage
* ```typescript
* import { DeviceAccounts } from '@ionic-native/device-accounts/ngx';
* import { DeviceAccounts } from '@awesome-cordova-plugins/device-accounts/ngx';
*
* constructor(private deviceAccounts: DeviceAccounts) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface DeviceMotionAccelerationData {
@@ -38,7 +38,7 @@ export interface DeviceMotionAccelerometerOptions {
*
* @usage
* ```typescript
* import { DeviceMotion, DeviceMotionAccelerationData } from '@ionic-native/device-motion/ngx';
* import { DeviceMotion, DeviceMotionAccelerationData } from '@awesome-cordova-plugins/device-motion/ngx';
*
* constructor(private deviceMotion: DeviceMotion) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface DeviceOrientationCompassHeading {
@@ -44,7 +44,7 @@ export interface DeviceOrientationCompassOptions {
* @usage
* ```typescript
* // DeviceOrientationCompassHeading is an interface for compass
* import { DeviceOrientation, DeviceOrientationCompassHeading } from '@ionic-native/device-orientation/ngx';
* import { DeviceOrientation, DeviceOrientationCompassHeading } from '@awesome-cordova-plugins/device-orientation/ngx';
*
* constructor(private deviceOrientation: DeviceOrientation) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
declare const window: any;
@@ -11,7 +11,7 @@ declare const window: any;
*
* @usage
* ```typescript
* import { Device } from '@ionic-native/device/ngx';
* import { Device } from '@awesome-cordova-plugins/device/ngx';
*
* constructor(private device: Device) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface UpdateOptions {
@@ -26,7 +26,7 @@ export interface UpdateOptions {
*
* @usage
* ```typescript
* import { DfuUpdate } from '@ionic-native/dfu-update/ngx';
* import { DfuUpdate } from '@awesome-cordova-plugins/dfu-update/ngx';
*
*
* constructor(private dfuUpdate: DfuUpdate) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Diagnostic
@@ -8,7 +8,7 @@ import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-nati
*
* @usage
* ```typescript
* import { Diagnostic } from '@ionic-native/diagnostic/ngx';
* import { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';
*
* constructor(private diagnostic: Diagnostic) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface DialogsPromptCallback {
/**
@@ -23,7 +23,7 @@ export interface DialogsPromptCallback {
*
* @usage
* ```typescript
* import { Dialogs } from '@ionic-native/dialogs/ngx';
* import { Dialogs } from '@awesome-cordova-plugins/dialogs/ngx';
*
* constructor(private dialogs: Dialogs) { }
*
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
/**
@@ -7,7 +7,7 @@ import { Injectable } from '@angular/core';
*
* @usage
* ```typescript
* import { DNS } from '@ionic-native/dns/ngx';
* import { DNS } from '@awesome-cordova-plugins/dns/ngx';
*
*
* constructor(private dns: DNS) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name iOS DocumentPicker
@@ -10,7 +10,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { DocumentPicker } from '@ionic-native/document-picker/ngx';
* import { DocumentPicker } from '@awesome-cordova-plugins/document-picker/ngx';
*
* constructor(private docPicker: DocumentPicker) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export enum DocumentScannerSourceType {
/**
@@ -51,7 +51,7 @@ export interface DocumentScannerOptions {
*
* @usage
* ```typescript
* import { DocumentScanner, DocumentScannerOptions } from '@ionic-native/document-scanner';
* import { DocumentScanner, DocumentScannerOptions } from '@awesome-cordova-plugins/document-scanner';
*
*
* constructor(private documentScanner: DocumentScanner) { }
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
export interface DocumentViewerOptions {
@@ -36,7 +36,7 @@ export interface DocumentViewerOptions {
*
* @usage
* ```typescript
* import { DocumentViewer } from '@ionic-native/document-viewer/ngx';
* import { DocumentViewer } from '@awesome-cordova-plugins/document-viewer/ngx';
*
*
* constructor(private document: DocumentViewer) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaCheck, IonicNativePlugin, Plugin, getPromise } from '@ionic-native/core';
import { Cordova, CordovaCheck, IonicNativePlugin, Plugin, getPromise } from '@awesome-cordova-plugins/core';
export interface EmailComposerOptions {
/**
@@ -58,7 +58,7 @@ export interface EmailComposerOptions {
*
* @usage
* ```typescript
* import { EmailComposer } from '@ionic-native/email-composer/ngx';
* import { EmailComposer } from '@awesome-cordova-plugins/email-composer/ngx';
*
* constructor(private emailComposer: EmailComposer) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface Attributes {
[index: string]: String;
@@ -14,7 +14,7 @@ export interface Attributes {
*
* @usage
* ```typescript
* import { Crashlytics } from '@ionic-native/fabric/ngx';
* import { Crashlytics } from '@awesome-cordova-plugins/fabric/ngx';
*
*
* constructor(private crashlytics: Crashlytics) { }
@@ -142,7 +142,7 @@ export class Crashlytics extends IonicNativePlugin {
*
* @usage
* ```typescript
* import { Answers } from '@ionic-native/fabric/ngx';
* import { Answers } from '@awesome-cordova-plugins/fabric/ngx';
*
*
* constructor(private answers: Answers) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface FacebookLoginResponse {
status: string;
@@ -85,7 +85,7 @@ export interface FacebookLoginResponse {
*
* @usage
* ```typescript
* import { Facebook, FacebookLoginResponse } from '@ionic-native/facebook/ngx';
* import { Facebook, FacebookLoginResponse } from '@awesome-cordova-plugins/facebook/ngx';
*
* constructor(private fb: Facebook) { }
*
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
@@ -78,7 +78,7 @@ export interface IChannelConfiguration {
*
* @usage
* ```typescript
* import { FCM } from '@ionic-native/fcm/ngx';
* import { FCM } from '@awesome-cordova-plugins/fcm/ngx';
*
* constructor(private fcm: FCM) {}
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name File Opener
@@ -8,7 +8,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { FileOpener } from '@ionic-native/file-opener/ngx';
* import { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';
*
* constructor(private fileOpener: FileOpener) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
declare const window: any;
@@ -12,7 +12,7 @@ declare const window: any;
*
* @usage
* ```typescript
* import { FilePath } from '@ionic-native/file-path/ngx';
* import { FilePath } from '@awesome-cordova-plugins/file-path/ngx';
*
* constructor(private filePath: FilePath) { }
*
@@ -1,5 +1,11 @@
import { Injectable } from '@angular/core';
import { CordovaInstance, InstanceCheck, IonicNativePlugin, Plugin, checkAvailability } from '@ionic-native/core';
import {
CordovaInstance,
InstanceCheck,
IonicNativePlugin,
Plugin,
checkAvailability,
} from '@awesome-cordova-plugins/core';
export interface FileUploadOptions {
/**
@@ -108,8 +114,8 @@ export interface FileTransferError {
*
* @usage
* ```typescript
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer/ngx';
* import { File } from '@ionic-native/file';
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@awesome-cordova-plugins/file-transfer/ngx';
* import { File } from '@awesome-cordova-plugins/file';
*
* constructor(private transfer: FileTransfer, private file: File) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { CordovaCheck, CordovaProperty, IonicNativePlugin, Plugin, getPromise } from '@ionic-native/core';
import { CordovaCheck, CordovaProperty, IonicNativePlugin, Plugin, getPromise } from '@awesome-cordova-plugins/core';
export interface IFile extends Blob {
/**
@@ -644,7 +644,7 @@ declare const window: Window;
*
* Example:
* ```
* import { File } from '@ionic-native/file/ngx';
* import { File } from '@awesome-cordova-plugins/file/ngx';
*
* constructor(private file: File) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
export interface FingerprintOptions {
/**
@@ -60,7 +60,7 @@ export interface FingerprintSecretOptions extends FingerprintOptions {
*
* @usage
* ```typescript
* import { FingerprintAIO } from '@ionic-native/fingerprint-aio/ngx';
* import { FingerprintAIO } from '@awesome-cordova-plugins/fingerprint-aio/ngx';
*
* constructor(private faio: FingerprintAIO) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @beta
@@ -29,7 +29,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { FirebaseAnalytics } from '@ionic-native/firebase-analytics/ngx';
* import { FirebaseAnalytics } from '@awesome-cordova-plugins/firebase-analytics/ngx';
*
*
* constructor(private firebaseAnalytics: FirebaseAnalytics) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -9,7 +9,7 @@ import { Observable } from 'rxjs';
*
* @usage
* ```typescript
* import { FirebaseAuthentication } from '@ionic-native/firebase-authentication/ngx';
* import { FirebaseAuthentication } from '@awesome-cordova-plugins/firebase-authentication/ngx';
*
*
* constructor(private firebaseAuthentication: FirebaseAuthentication) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @beta
@@ -9,7 +9,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { FirebaseConfig } from '@ionic-native/firebase-config/ngx';
* import { FirebaseConfig } from '@awesome-cordova-plugins/firebase-config/ngx';
*
*
* constructor(private firebaseConfig: FirebaseConfig) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name FirebaseCrash
@@ -8,7 +8,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { FirebaseCrash } from '@ionic-native/firebase-crash';
* import { FirebaseCrash } from '@awesome-cordova-plugins/firebase-crash';
*
* constructor(private firebaseCrash: FirebaseCrash) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Firebase Crashlytics
@@ -8,7 +8,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { FirebaseCrashlytics } from '@ionic-native/firebase-crashlytics/ngx';
* import { FirebaseCrashlytics } from '@awesome-cordova-plugins/firebase-crashlytics/ngx';
*
*
* constructor(private firebaseCrashlytics: FirebaseCrashlytics) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface IDynamicLink {
@@ -71,7 +71,7 @@ export interface ILinkOptions {
* ```
* @usage
* ```typescript
* import { FirebaseDynamicLinks } from '@ionic-native/firebase-dynamic-links/ngx';
* import { FirebaseDynamicLinks } from '@awesome-cordova-plugins/firebase-dynamic-links/ngx';
*
*
* constructor(private firebaseDynamicLinks: FirebaseDynamicLinks) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface IFirebaseGCMMessage {
@@ -45,7 +45,7 @@ export type FirebaseMessagingTokenType = 'apns-buffer' | 'apns-string';
*
* @usage
* ```typescript
* import { FirebaseMessaging } from '@ionic-native/firebase-messaging/ngx';
* import { FirebaseMessaging } from '@awesome-cordova-plugins/firebase-messaging/ngx';
*
*
* constructor(private firebaseMessaging: FirebaseMessaging) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
export interface Text {
text: string;
@@ -228,7 +228,7 @@ export interface ImageLabel {
*
* @usage
* ```typescript
* import { FirebaseVision } from '@ionic-native/firebase-vision/ngx';
* import { FirebaseVision } from '@awesome-cordova-plugins/firebase-vision/ngx';
*
*
* constructor(private firebaseVision: FirebaseVision) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, IonicNativePlugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
export interface IChannelOptions {
@@ -121,7 +121,7 @@ export interface FirebaseUser {
*
* @usage
* ```typescript
* import { FirebaseX } from '@ionic-native/firebase-x/ngx';
* import { FirebaseX } from '@awesome-cordova-plugins/firebase-x/ngx';
*
*
* constructor(private firebaseX: FirebaseX) { }
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -10,7 +10,7 @@ import { Observable } from 'rxjs';
*
* @usage
* ```typescript
* import { Firebase } from '@ionic-native/firebase/ngx';
* import { Firebase } from '@awesome-cordova-plugins/firebase/ngx';
*
* constructor(private firebase: Firebase) { }
*
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
/**
* @name Flashlight
@@ -9,7 +9,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { Flashlight } from '@ionic-native/flashlight/ngx';
* import { Flashlight } from '@awesome-cordova-plugins/flashlight/ngx';
*
* constructor(private flashlight: Flashlight) { }
*

Some files were not shown because too many files have changed in this diff Show More