tabby-sftp-ui 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,7 +129,12 @@ export declare class SftpManagerTabComponent extends BaseTabComponent implements
129
129
  private uploadDirectoryUploadToRemote;
130
130
  private writeDirectoryUploadToLocal;
131
131
  private downloadRemoteDirectoryRecursive;
132
+ private getElectronWebUtils;
133
+ private countDirectoryUploadItems;
134
+ private captureDropData;
135
+ private uploadDroppedFilesToRemote;
132
136
  private getDroppedOsPaths;
137
+ private resolveDroppedOsPaths;
133
138
  getFilteredLocalEntries(): LocalEntry[];
134
139
  getFilteredRemoteEntries(): SFTPFile[];
135
140
  private sortLocalEntries;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabby-sftp-ui",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "SFTP UI for Tabby (Termius-like file manager).",
5
5
  "keywords": [
6
6
  "tabby-plugin"