vuefinder 4.5.0 → 4.5.2

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.
@@ -228,4 +228,6 @@ export default {
228
228
  'No matching folders.': 'No matching folders.',
229
229
  'Folder not found': 'Folder not found',
230
230
  'Loading…': 'Loading…',
231
+
232
+ 'Show as table': 'Show as table',
231
233
  };
@@ -233,4 +233,6 @@ export default {
233
233
  'No matching folders.': 'No matching folders.',
234
234
  'Folder not found': 'Folder not found',
235
235
  'Loading…': 'Loading…',
236
+
237
+ 'Show as table': 'Show as table',
236
238
  };
@@ -65,6 +65,7 @@ export default {
65
65
  Raw: 'Raw',
66
66
  'View as table': 'View as table',
67
67
  'View as raw': 'View as raw',
68
+ 'Show as table': 'Show as table',
68
69
  'Failed to parse CSV': 'Failed to parse CSV',
69
70
  'No rows to display': 'No rows to display',
70
71
  'Showing first %s rows out of %s': 'Showing first %s rows out of %s',
@@ -234,4 +234,6 @@ export default {
234
234
  'No matching folders.': 'No matching folders.',
235
235
  'Folder not found': 'Folder not found',
236
236
  'Loading…': 'Loading…',
237
+
238
+ 'Show as table': 'Show as table',
237
239
  };
@@ -232,4 +232,6 @@ export default {
232
232
  'No matching folders.': 'No matching folders.',
233
233
  'Folder not found': 'Folder not found',
234
234
  'Loading…': 'Loading…',
235
+
236
+ 'Show as table': 'Show as table',
235
237
  };
@@ -233,4 +233,6 @@ export default {
233
233
  'No matching folders.': 'No matching folders.',
234
234
  'Folder not found': 'Folder not found',
235
235
  'Loading…': 'Loading…',
236
+
237
+ 'Show as table': 'Show as table',
236
238
  };
@@ -229,4 +229,6 @@ export default {
229
229
  'No matching folders.': 'No matching folders.',
230
230
  'Folder not found': 'Folder not found',
231
231
  'Loading…': 'Loading…',
232
+
233
+ 'Show as table': 'Show as table',
232
234
  };
@@ -231,4 +231,6 @@ export default {
231
231
  'No matching folders.': 'No matching folders.',
232
232
  'Folder not found': 'Folder not found',
233
233
  'Loading…': 'Loading…',
234
+
235
+ 'Show as table': 'Show as table',
234
236
  };
@@ -230,4 +230,6 @@ export default {
230
230
  'No matching folders.': 'No matching folders.',
231
231
  'Folder not found': 'Folder not found',
232
232
  'Loading…': 'Loading…',
233
+
234
+ 'Show as table': 'Show as table',
233
235
  };
@@ -231,4 +231,6 @@ export default {
231
231
  'No matching folders.': 'No matching folders.',
232
232
  'Folder not found': 'Folder not found',
233
233
  'Loading…': 'Loading…',
234
+
235
+ 'Show as table': 'Show as table',
234
236
  };
@@ -235,4 +235,6 @@ export default {
235
235
  'No matching folders.': 'No matching folders.',
236
236
  'Folder not found': 'Folder not found',
237
237
  'Loading…': 'Loading…',
238
+
239
+ 'Show as table': 'Show as table',
238
240
  };
@@ -232,4 +232,6 @@ export default {
232
232
  'No matching folders.': 'No matching folders.',
233
233
  'Folder not found': 'Folder not found',
234
234
  'Loading…': 'Loading…',
235
+
236
+ 'Show as table': 'Show as table',
235
237
  };
@@ -232,4 +232,6 @@ export default {
232
232
  'No matching folders.': 'No matching folders.',
233
233
  'Folder not found': 'Folder not found',
234
234
  'Loading…': 'Loading…',
235
+
236
+ 'Show as table': 'Show as table',
235
237
  };
@@ -231,4 +231,6 @@ export default {
231
231
  'No matching folders.': 'No matching folders.',
232
232
  'Folder not found': 'Folder not found',
233
233
  'Loading…': 'Loading…',
234
+
235
+ 'Show as table': 'Show as table',
234
236
  };
@@ -231,4 +231,6 @@ export default {
231
231
  'No matching folders.': 'No matching folders.',
232
232
  'Folder not found': 'Folder not found',
233
233
  'Loading…': 'Loading…',
234
+
235
+ 'Show as table': 'Show as table',
234
236
  };
@@ -221,6 +221,7 @@ export default {
221
221
  Raw: 'Ham',
222
222
  'View as table': 'Tablo olarak görüntüle',
223
223
  'View as raw': 'Ham olarak görüntüle',
224
+ 'Show as table': 'Tablo olarak göster',
224
225
  'Failed to parse CSV': 'CSV ayrıştırılamadı',
225
226
  'No rows to display': 'Görüntülenecek satır yok',
226
227
  'Showing first %s rows out of %s': '%s satırdan ilk %s tanesi gösteriliyor',
@@ -227,4 +227,6 @@ export default {
227
227
  'No matching folders.': 'No matching folders.',
228
228
  'Folder not found': 'Folder not found',
229
229
  'Loading…': 'Loading…',
230
+
231
+ 'Show as table': 'Show as table',
230
232
  };
@@ -227,4 +227,6 @@ export default {
227
227
  'No matching folders.': 'No matching folders.',
228
228
  'Folder not found': 'Folder not found',
229
229
  'Loading…': 'Loading…',
230
+
231
+ 'Show as table': 'Show as table',
230
232
  };
@@ -50,7 +50,7 @@ export interface DeleteResult extends FileOperationResult {
50
50
  */
51
51
  export interface FileOperationResult {
52
52
  files: DirEntry[];
53
- storages: Storage[];
53
+ storages: string[];
54
54
  read_only: boolean;
55
55
  dirname: string;
56
56
  }
@@ -18,6 +18,8 @@ export { useVueFinder };
18
18
  export { RemoteDriver, ArrayDriver, IndexedDBDriver, BaseAdapter, parseBackendError };
19
19
  export type { DirEntry, ItemDclickEvent, VueFinderProps, FsData, SelectEvent, UpdatePathEvent, NotifyEvent, NotifyPayload, VueFinderComposable, } from './types';
20
20
  export type { Item } from './utils/contextmenu';
21
+ export type { ArrayDriverConfig } from './adapters/ArrayDriver';
22
+ export type { IndexedDBDriverConfig } from './adapters/IndexedDBDriver';
21
23
  export type { Driver, ListParams, DeleteParams, RenameParams, TransferParams, ArchiveParams, UnarchiveParams, SearchParams, SaveParams, FileContentResult, DeleteResult, FileOperationResult, RemoteDriverConfig, RemoteDriverUrls, UploaderContext, } from './adapters/types';
22
24
  export type { FeaturesConfig, FeaturesPreset, FeatureName } from './features';
23
25
  export type { ConfigStore, ConfigState, ConfigDefaults, PersistenceConfigState, NonPersistenceConfigState, } from './stores/config';