@jupyterlab/filebrowser
Advanced tools
Comparing version 2.2.0-alpha.0 to 2.2.0-alpha.2
@@ -832,4 +832,3 @@ // Copyright (c) Jupyter Development Team. | ||
switch (event.keyCode) { | ||
case 13: { | ||
// Enter | ||
case 13: // Enter | ||
// Do nothing if any modifier keys are pressed. | ||
@@ -851,3 +850,2 @@ if (event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) { | ||
break; | ||
} | ||
case 38: // Up arrow | ||
@@ -1089,4 +1087,5 @@ this.selectPrevious(event.shiftKey); | ||
otherPaths.forEach(path => { | ||
var _a; | ||
const options = { | ||
ref: prevWidget === null || prevWidget === void 0 ? void 0 : prevWidget.id, | ||
ref: (_a = prevWidget) === null || _a === void 0 ? void 0 : _a.id, | ||
mode: 'tab-after' | ||
@@ -1093,0 +1092,0 @@ }; |
@@ -78,3 +78,3 @@ // Copyright (c) Jupyter Development Team. | ||
this._poll = new Poll({ | ||
auto: (_a = options.auto) !== null && _a !== void 0 ? _a : true, | ||
auto: (_a = options.auto, (_a !== null && _a !== void 0 ? _a : true)), | ||
name: '@jupyterlab/filebrowser:Model', | ||
@@ -81,0 +81,0 @@ factory: () => this.cd('.'), |
{ | ||
"name": "@jupyterlab/filebrowser", | ||
"version": "2.2.0-alpha.0", | ||
"version": "2.2.0-alpha.2", | ||
"description": "JupyterLab - FileBrowser Widget", | ||
@@ -43,10 +43,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^2.2.0-alpha.0", | ||
"@jupyterlab/coreutils": "^4.2.0-alpha.0", | ||
"@jupyterlab/docmanager": "^2.2.0-alpha.0", | ||
"@jupyterlab/docregistry": "^2.2.0-alpha.0", | ||
"@jupyterlab/services": "^5.2.0-alpha.0", | ||
"@jupyterlab/statedb": "^2.2.0-alpha.0", | ||
"@jupyterlab/statusbar": "^2.2.0-alpha.0", | ||
"@jupyterlab/ui-components": "^2.2.0-alpha.0", | ||
"@jupyterlab/apputils": "^2.2.0-alpha.2", | ||
"@jupyterlab/coreutils": "^4.2.0-alpha.2", | ||
"@jupyterlab/docmanager": "^2.2.0-alpha.2", | ||
"@jupyterlab/docregistry": "^2.2.0-alpha.2", | ||
"@jupyterlab/services": "^5.2.0-alpha.2", | ||
"@jupyterlab/statedb": "^2.2.0-alpha.2", | ||
"@jupyterlab/statusbar": "^2.2.0-alpha.2", | ||
"@jupyterlab/ui-components": "^2.2.0-alpha.2", | ||
"@lumino/algorithm": "^1.2.3", | ||
@@ -64,3 +64,3 @@ "@lumino/coreutils": "^1.4.2", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^2.2.0-alpha.0", | ||
"@jupyterlab/testutils": "^2.2.0-alpha.2", | ||
"@types/jest": "^24.0.23", | ||
@@ -70,4 +70,4 @@ "jest": "^25.2.3", | ||
"ts-jest": "^25.2.1", | ||
"typedoc": "^0.17.7", | ||
"typescript": "~3.9.2" | ||
"typedoc": "^0.15.4", | ||
"typescript": "~3.7.3" | ||
}, | ||
@@ -77,3 +77,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4" | ||
"gitHead": "9c7e07727190b625dda7575454fb7c90694f1485" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
239656
4608