@jupyterlab/running
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -107,3 +107,4 @@ "use strict"; | ||
/** | ||
* The Section component contains the shared look and feel for an interactive list of kernels and sessions. | ||
* The Section component contains the shared look and feel for an interactive | ||
* list of kernels and sessions. | ||
* | ||
@@ -114,3 +115,3 @@ * It is specialized for each based on it's props. | ||
function onShutdown() { | ||
apputils_2.showDialog({ | ||
void apputils_2.showDialog({ | ||
title: `Shutdown All ${props.name} Sessions?`, | ||
@@ -129,3 +130,3 @@ buttons: [apputils_2.Dialog.cancelButton(), apputils_2.Dialog.warnButton({ label: 'SHUTDOWN' })] | ||
" Sessions"), | ||
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: `Shutdown All ${props.name} Sessions…`, iconClassName: "jp-CloseIcon jp-Icon jp-Icon-16", onClick: onShutdown })), | ||
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: `Shutdown All ${props.name} Sessions…`, iconClassName: "jp-CloseIcon", onClick: onShutdown })), | ||
React.createElement("div", { className: CONTAINER_CLASS }, | ||
@@ -138,7 +139,7 @@ React.createElement(List, Object.assign({}, props))))))); | ||
React.createElement("div", { className: HEADER_CLASS }, | ||
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: "Refresh List", iconClassName: "jp-RefreshIcon jp-Icon jp-Icon-16", onClick: () => { | ||
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: "Refresh List", iconClassName: "jp-RefreshIcon", onClick: () => { | ||
if (terminalsAvailable) { | ||
manager.terminals.refreshRunning(); | ||
void manager.terminals.refreshRunning(); | ||
} | ||
manager.sessions.refreshRunning(); | ||
void manager.sessions.refreshRunning(); | ||
} })), | ||
@@ -145,0 +146,0 @@ React.createElement(Section, { openRequested: terminalOpenRequested, manager: manager.terminals, name: "Terminal", iconClass: () => `${ITEM_ICON_CLASS} ${TERMINAL_ICON_CLASS}`, label: m => `terminals/${m.name}`, available: terminalsAvailable, shutdown: m => manager.terminals.shutdown(m.name) }), |
{ | ||
"name": "@jupyterlab/running", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "JupyterLab - Running Sessions Panel", | ||
@@ -34,8 +34,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^1.0.0-alpha.3", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.3", | ||
"@jupyterlab/services": "^4.0.0-alpha.3", | ||
"@jupyterlab/apputils": "^1.0.0-alpha.4", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.4", | ||
"@jupyterlab/services": "^4.0.0-alpha.4", | ||
"@phosphor/algorithm": "^1.1.2", | ||
"@phosphor/signaling": "^1.2.2", | ||
"react": "~16.4.2" | ||
"react": "~16.8.4" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"typedoc": "^0.14.2", | ||
"typescript": "~3.3.1" | ||
"typescript": "~3.4.3" | ||
}, | ||
@@ -51,3 +51,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5a5390c3d66c033d28e8e48256f4d7f7d0b6834b" | ||
"gitHead": "2d428c2cdbacf04f17e10b56081a1468b447c2da" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
382
17136
+ Addedmath-intrinsics@1.1.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedmath-intrinsics@1.0.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@16.4.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedreact@~16.8.4