|
@@ -10,39 +10,40 @@ import {
|
|
|
|
|
|
import { PathExt, Time } from '@jupyterlab/coreutils';
|
|
import { PathExt, Time } from '@jupyterlab/coreutils';
|
|
|
|
|
|
-import { DocumentRegistry } from '@jupyterlab/docregistry';
|
|
|
|
-
|
|
|
|
import {
|
|
import {
|
|
IDocumentManager,
|
|
IDocumentManager,
|
|
isValidFileName,
|
|
isValidFileName,
|
|
renameFile
|
|
renameFile
|
|
} from '@jupyterlab/docmanager';
|
|
} from '@jupyterlab/docmanager';
|
|
|
|
|
|
|
|
+import { DocumentRegistry } from '@jupyterlab/docregistry';
|
|
|
|
+
|
|
import { Contents } from '@jupyterlab/services';
|
|
import { Contents } from '@jupyterlab/services';
|
|
|
|
|
|
import {
|
|
import {
|
|
ArrayExt,
|
|
ArrayExt,
|
|
ArrayIterator,
|
|
ArrayIterator,
|
|
- IIterator,
|
|
|
|
each,
|
|
each,
|
|
filter,
|
|
filter,
|
|
find,
|
|
find,
|
|
|
|
+ IIterator,
|
|
map,
|
|
map,
|
|
toArray
|
|
toArray
|
|
} from '@phosphor/algorithm';
|
|
} from '@phosphor/algorithm';
|
|
|
|
|
|
import { MimeData, PromiseDelegate } from '@phosphor/coreutils';
|
|
import { MimeData, PromiseDelegate } from '@phosphor/coreutils';
|
|
|
|
|
|
-import { Drag, IDragEvent } from '@phosphor/dragdrop';
|
|
|
|
-
|
|
|
|
import { ElementExt } from '@phosphor/domutils';
|
|
import { ElementExt } from '@phosphor/domutils';
|
|
|
|
|
|
|
|
+import { Drag, IDragEvent } from '@phosphor/dragdrop';
|
|
|
|
+
|
|
import { Message, MessageLoop } from '@phosphor/messaging';
|
|
import { Message, MessageLoop } from '@phosphor/messaging';
|
|
|
|
|
|
|
|
+import { ISignal, Signal } from '@phosphor/signaling';
|
|
|
|
+
|
|
import { Widget } from '@phosphor/widgets';
|
|
import { Widget } from '@phosphor/widgets';
|
|
|
|
|
|
import { FileBrowserModel } from './model';
|
|
import { FileBrowserModel } from './model';
|
|
-import { ISignal, Signal } from '@phosphor/signaling';
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* The class name added to DirListing widget.
|
|
* The class name added to DirListing widget.
|