mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(file): alternate file implementation (#283)
* alternate file implementation * SocialSharing: Add recommended `shareWithOptions` method * Revert "SocialSharing: Add recommended `shareWithOptions` method" * refactor(file): tslint & remove window declaration * export all from file * remove the cordova export and declaration
This commit is contained in:
parent
43e8a6d3d2
commit
6ed32efe27
@ -93,7 +93,11 @@ export * from './plugins/datepicker';
|
|||||||
export * from './plugins/device';
|
export * from './plugins/device';
|
||||||
export * from './plugins/devicemotion';
|
export * from './plugins/devicemotion';
|
||||||
export * from './plugins/deviceorientation';
|
export * from './plugins/deviceorientation';
|
||||||
|
<<<<<<< HEAD
|
||||||
|
export * from './plugins/file';
|
||||||
|
=======
|
||||||
export * from './plugins/facebook';
|
export * from './plugins/facebook';
|
||||||
|
>>>>>>> master
|
||||||
export * from './plugins/filetransfer';
|
export * from './plugins/filetransfer';
|
||||||
export * from './plugins/geolocation';
|
export * from './plugins/geolocation';
|
||||||
export * from './plugins/googlemaps';
|
export * from './plugins/googlemaps';
|
||||||
@ -137,7 +141,11 @@ export {
|
|||||||
Dialogs,
|
Dialogs,
|
||||||
Diagnostic,
|
Diagnostic,
|
||||||
EmailComposer,
|
EmailComposer,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
Facebook,
|
||||||
|
=======
|
||||||
File,
|
File,
|
||||||
|
>>>>>>> master
|
||||||
Flashlight,
|
Flashlight,
|
||||||
Globalization,
|
Globalization,
|
||||||
GooglePlus,
|
GooglePlus,
|
||||||
|
1201
src/plugins/file.ts
1201
src/plugins/file.ts
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user