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.
- package/README.md +4 -0
- package/dist/index.js +187 -69
- package/dist/index.js.map +1 -1
- package/dist/sftp-manager-tab.component.d.ts +5 -0
- package/package.json +1 -1
|
@@ -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;
|