@@ -38,7 +38,7 @@ import {
* The layout restorer token.
*/
export
-const ILayoutRestorer = new Token<ILayoutRestorer>('jupyter.services.layout-restorer');
+const ILayoutRestorer = new Token<ILayoutRestorer>('@jupyterlab/application:ILayoutRestorer');
/* tslint:enable */
@@ -21,7 +21,7 @@ import {
* The command palette token.
-const ICommandPalette = new Token<ICommandPalette>('jupyter.services.commandpalette');
+const ICommandPalette = new Token<ICommandPalette>('@jupyterlab/apputils:ICommandPalette');
@@ -19,7 +19,7 @@ import {
* The main menu token.
-const IMainMenu = new Token<IMainMenu>('jupyter.services.main-menu');
+const IMainMenu = new Token<IMainMenu>('@jupyterlab/apputils:IMainMenu');
@@ -15,7 +15,7 @@ import {
-const ISplashScreen = new Token<ISplashScreen>('jupyter.services.splash-screen');
+const ISplashScreen = new Token<ISplashScreen>('@jupyterlab/apputils:ISplashScreen');
@@ -28,7 +28,7 @@ import {
* The theme manager token.
-const IThemeManager = new Token<IThemeManager>('jupyter.services.theme-manager');
+const IThemeManager = new Token<IThemeManager>('@jupyterlab/apputils:IThemeManager');
@@ -27,7 +27,7 @@ export * from './mimetype';
* Code editor services token.
-const IEditorServices = new Token<IEditorServices>('jupyter.services.editorservices');
+const IEditorServices = new Token<IEditorServices>('@jupyterlab/codeeditor:IEditorServices');
@@ -30,7 +30,7 @@ export * from './widget';
* The completion manager token.
-const ICompletionManager = new Token<ICompletionManager>('jupyter.services.completer');
+const ICompletionManager = new Token<ICompletionManager>('@jupyterlab/completer:ICompletionManager');
@@ -281,7 +281,7 @@ namespace ConsolePanel {
* The console renderer token.
- const IContentFactory = new Token<IContentFactory>('jupyter.services.console.content-factory');
+ const IContentFactory = new Token<IContentFactory>('@jupyterlab/console:IContentFactory');
}
* The console tracker token.
-const IConsoleTracker = new Token<IConsoleTracker>('jupyter.services.consoles');
+const IConsoleTracker = new Token<IConsoleTracker>('@jupyterlab/console:IConsoleTracker');
@@ -113,7 +113,7 @@ namespace ISchemaValidator {
* The setting registry token.
-const ISettingRegistry = new Token<ISettingRegistry>('jupyter.services.settings');
+const ISettingRegistry = new Token<ISettingRegistry>('@jupyterlab/coreutils:ISettingRegistry');
* The default state database token.
-const IStateDB = new Token<IStateDB>('jupyter.services.statedb');
+const IStateDB = new Token<IStateDB>('@jupyterlab/coreutils:IStateDB');
@@ -56,7 +56,7 @@ import {
* The document registry token.
-const IDocumentManager = new Token<IDocumentManager>('jupyter.services.document-manager');
+const IDocumentManager = new Token<IDocumentManager>('@jupyterlab/docmanager:IDocumentManager');
@@ -27,7 +27,7 @@ import {
* The path tracker token.
-const IFileBrowserFactory = new Token<IFileBrowserFactory>('jupyter.services.file-browser');
+const IFileBrowserFactory = new Token<IFileBrowserFactory>('@jupyterlab/filebrowser:IFileBrowserFactory');
@@ -30,5 +30,5 @@ interface IEditorTracker extends IInstanceTracker<FileEditor> {}
* The editor tracker token.
-const IEditorTracker = new Token<IEditorTracker>('jupyter.services.editor-tracker');
+const IEditorTracker = new Token<IEditorTracker>('@jupyterlab/fileeditor:IEditorTracker');
@@ -30,5 +30,5 @@ interface IImageTracker extends IInstanceTracker<ImageViewer> {}
-const IImageTracker = new Token<IImageTracker>('jupyter.services.image-tracker');
+const IImageTracker = new Token<IImageTracker>('@jupyterlab/imageviewer:IImageTracker');
@@ -66,7 +66,7 @@ const FORWARD_CLASS = 'jp-InspectorItem-forward';
* The inspector panel token.
-const IInspector = new Token<IInspector>('jupyter.services.inspector');
+const IInspector = new Token<IInspector>('@jupyterlab/inspector:IInspector');
@@ -72,7 +72,7 @@ namespace CommandIDs {
* The launcher token.
-const ILauncher = new Token<ILauncher>('jupyter.services.launcher');
+const ILauncher = new Token<ILauncher>('@jupyterlab/launcher:ILauncher');
@@ -73,7 +73,7 @@ const KEYSELECTOR_CLASS = 'jp-KeySelector';
-const ICellTools = new Token<ICellTools>('jupyter.services.cell-tools');
+const ICellTools = new Token<ICellTools>('@jupyterlab/notebook:ICellTools');
@@ -455,6 +455,6 @@ export namespace NotebookPanel {
* The notebook renderer token.
- const IContentFactory = new Token<IContentFactory>('jupyter.services.notebook.content-factory');
+ const IContentFactory = new Token<IContentFactory>('@jupyterlab/notebook:IContentFactory');
@@ -55,7 +55,7 @@ interface INotebookTracker extends IInstanceTracker<NotebookPanel> {
* The notebook tracker token.
-const INotebookTracker = new Token<INotebookTracker>('jupyter.services.notebooks');
+const INotebookTracker = new Token<INotebookTracker>('@jupyterlab/notebook:INotebookTracker');
@@ -29,5 +29,5 @@ interface ITerminalTracker extends IInstanceTracker<Terminal> {}
-const ITerminalTracker = new Token<ITerminalTracker>('jupyter.services.terminal-tracker');
+const ITerminalTracker = new Token<ITerminalTracker>('@jupyterlab/terminal:ITerminalTracker');
@@ -31,7 +31,7 @@ export * from './widget';
* The tooltip manager token.
-const ITooltipManager = new Token<ITooltipManager>('jupyter.services.tooltip');
+const ITooltipManager = new Token<ITooltipManager>('@jupyterlab/tooltip:ITooltipManager');