|
@@ -19,128 +19,128 @@ export * from './widgetfactory';
|
|
|
export
|
|
|
namespace CommandIDs {
|
|
|
export
|
|
|
- const interrupt = 'notebook:interrupt-kernel';
|
|
|
+ const interrupt: string = 'notebook:interrupt-kernel';
|
|
|
|
|
|
export
|
|
|
- const restart = 'notebook:restart-kernel';
|
|
|
+ const restart: string = 'notebook:restart-kernel';
|
|
|
|
|
|
export
|
|
|
- const restartClear = 'notebook:restart-clear';
|
|
|
+ const restartClear: string = 'notebook:restart-clear';
|
|
|
|
|
|
export
|
|
|
- const restartRunAll = 'notebook:restart-runAll';
|
|
|
+ const restartRunAll: string = 'notebook:restart-runAll';
|
|
|
|
|
|
export
|
|
|
- const switchKernel = 'notebook:switch-kernel';
|
|
|
+ const switchKernel: string = 'notebook:switch-kernel';
|
|
|
|
|
|
export
|
|
|
- const clearAllOutputs = 'notebook:clear-outputs';
|
|
|
+ const clearAllOutputs: string = 'notebook:clear-outputs';
|
|
|
|
|
|
export
|
|
|
- const closeAndShutdown = 'notebook:close-and-shutdown';
|
|
|
+ const closeAndShutdown: string = 'notebook:close-and-shutdown';
|
|
|
|
|
|
export
|
|
|
- const trust = 'notebook:trust';
|
|
|
+ const trust: string = 'notebook:trust';
|
|
|
|
|
|
export
|
|
|
- const run = 'notebook-cells:run';
|
|
|
+ const run: string = 'notebook-cells:run';
|
|
|
|
|
|
export
|
|
|
- const runAndAdvance = 'notebook-cells:run-and-advance';
|
|
|
+ const runAndAdvance: string = 'notebook-cells:run-and-advance';
|
|
|
|
|
|
export
|
|
|
- const runAndInsert = 'notebook-cells:run-and-insert';
|
|
|
+ const runAndInsert: string = 'notebook-cells:run-and-insert';
|
|
|
|
|
|
export
|
|
|
- const runAll = 'notebook:run-all';
|
|
|
+ const runAll: string = 'notebook:run-all';
|
|
|
|
|
|
export
|
|
|
- const toCode = 'notebook-cells:to-code';
|
|
|
+ const toCode: string = 'notebook-cells:to-code';
|
|
|
|
|
|
export
|
|
|
- const toMarkdown = 'notebook-cells:to-markdown';
|
|
|
+ const toMarkdown: string = 'notebook-cells:to-markdown';
|
|
|
|
|
|
export
|
|
|
- const toRaw = 'notebook-cells:to-raw';
|
|
|
+ const toRaw: string = 'notebook-cells:to-raw';
|
|
|
|
|
|
export
|
|
|
- const cut = 'notebook-cells:cut';
|
|
|
+ const cut: string = 'notebook-cells:cut';
|
|
|
|
|
|
export
|
|
|
- const copy = 'notebook-cells:copy';
|
|
|
+ const copy: string = 'notebook-cells:copy';
|
|
|
|
|
|
export
|
|
|
- const paste = 'notebook-cells:paste';
|
|
|
+ const paste: string = 'notebook-cells:paste';
|
|
|
|
|
|
export
|
|
|
- const moveUp = 'notebook-cells:move-up';
|
|
|
+ const moveUp: string = 'notebook-cells:move-up';
|
|
|
|
|
|
export
|
|
|
- const moveDown = 'notebook-cells:move-down';
|
|
|
+ const moveDown: string = 'notebook-cells:move-down';
|
|
|
|
|
|
export
|
|
|
- const clearOutputs = 'notebook-cells:clear-output';
|
|
|
+ const clearOutputs: string = 'notebook-cells:clear-output';
|
|
|
|
|
|
export
|
|
|
- const deleteCell = 'notebook-cells:delete';
|
|
|
+ const deleteCell: string = 'notebook-cells:delete';
|
|
|
|
|
|
export
|
|
|
- const insertAbove = 'notebook-cells:insert-above';
|
|
|
+ const insertAbove: string = 'notebook-cells:insert-above';
|
|
|
|
|
|
export
|
|
|
- const insertBelow = 'notebook-cells:insert-below';
|
|
|
+ const insertBelow: string = 'notebook-cells:insert-below';
|
|
|
|
|
|
export
|
|
|
- const selectAbove = 'notebook-cells:select-above';
|
|
|
+ const selectAbove: string = 'notebook-cells:select-above';
|
|
|
|
|
|
export
|
|
|
- const selectBelow = 'notebook-cells:select-below';
|
|
|
+ const selectBelow: string = 'notebook-cells:select-below';
|
|
|
|
|
|
export
|
|
|
- const extendAbove = 'notebook-cells:extend-above';
|
|
|
+ const extendAbove: string = 'notebook-cells:extend-above';
|
|
|
|
|
|
export
|
|
|
- const extendBelow = 'notebook-cells:extend-below';
|
|
|
+ const extendBelow: string = 'notebook-cells:extend-below';
|
|
|
|
|
|
export
|
|
|
- const editMode = 'notebook:edit-mode';
|
|
|
+ const editMode: string = 'notebook:edit-mode';
|
|
|
|
|
|
export
|
|
|
- const merge = 'notebook-cells:merge';
|
|
|
+ const merge: string = 'notebook-cells:merge';
|
|
|
|
|
|
export
|
|
|
- const split = 'notebook-cells:split';
|
|
|
+ const split: string = 'notebook-cells:split';
|
|
|
|
|
|
export
|
|
|
- const commandMode = 'notebook:command-mode';
|
|
|
+ const commandMode: string = 'notebook:command-mode';
|
|
|
|
|
|
export
|
|
|
- const toggleLines = 'notebook-cells:toggle-line-numbers';
|
|
|
+ const toggleLines: string = 'notebook-cells:toggle-line-numbers';
|
|
|
|
|
|
export
|
|
|
- const toggleAllLines = 'notebook-cells:toggle-all-line-numbers';
|
|
|
+ const toggleAllLines: string = 'notebook-cells:toggle-all-line-numbers';
|
|
|
|
|
|
export
|
|
|
- const undo = 'notebook-cells:undo';
|
|
|
+ const undo: string = 'notebook-cells:undo';
|
|
|
|
|
|
export
|
|
|
- const redo = 'notebook-cells:redo';
|
|
|
+ const redo: string = 'notebook-cells:redo';
|
|
|
|
|
|
export
|
|
|
- const markdown1 = 'notebook-cells:markdown-header1';
|
|
|
+ const markdown1: string = 'notebook-cells:markdown-header1';
|
|
|
|
|
|
export
|
|
|
- const markdown2 = 'notebook-cells:markdown-header2';
|
|
|
+ const markdown2: string = 'notebook-cells:markdown-header2';
|
|
|
|
|
|
export
|
|
|
- const markdown3 = 'notebook-cells:markdown-header3';
|
|
|
+ const markdown3: string = 'notebook-cells:markdown-header3';
|
|
|
|
|
|
export
|
|
|
- const markdown4 = 'notebook-cells:markdown-header4';
|
|
|
+ const markdown4: string = 'notebook-cells:markdown-header4';
|
|
|
|
|
|
export
|
|
|
- const markdown5 = 'notebook-cells:markdown-header5';
|
|
|
+ const markdown5: string = 'notebook-cells:markdown-header5';
|
|
|
|
|
|
export
|
|
|
- const markdown6 = 'notebook-cells:markdown-header6';
|
|
|
+ const markdown6: string = 'notebook-cells:markdown-header6';
|
|
|
};
|