@jupyterlab/filebrowser
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -161,2 +161,12 @@ import { DocumentRegistry } from '@jupyterlab/docregistry'; | ||
/** | ||
* Select an item by name. | ||
* | ||
* @param name - The name of the item to select. | ||
* @param focus - Whether to move focus to the selected item. | ||
* @param force - Whether to proceed with selection even if the file was already selected. | ||
* | ||
* @returns A promise that resolves when the name is selected. | ||
*/ | ||
private _selectItemByName; | ||
/** | ||
* Handle the DOM events for the directory listing. | ||
@@ -163,0 +173,0 @@ * |
{ | ||
"name": "@jupyterlab/filebrowser", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "JupyterLab - FileBrowser Widget", | ||
@@ -45,11 +45,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.2.4", | ||
"@jupyterlab/coreutils": "^6.1.4", | ||
"@jupyterlab/docmanager": "^4.1.4", | ||
"@jupyterlab/docregistry": "^4.1.4", | ||
"@jupyterlab/services": "^7.1.4", | ||
"@jupyterlab/statedb": "^4.1.4", | ||
"@jupyterlab/statusbar": "^4.1.4", | ||
"@jupyterlab/translation": "^4.1.4", | ||
"@jupyterlab/ui-components": "^4.1.4", | ||
"@jupyterlab/apputils": "^4.2.5", | ||
"@jupyterlab/coreutils": "^6.1.5", | ||
"@jupyterlab/docmanager": "^4.1.5", | ||
"@jupyterlab/docregistry": "^4.1.5", | ||
"@jupyterlab/services": "^7.1.5", | ||
"@jupyterlab/statedb": "^4.1.5", | ||
"@jupyterlab/statusbar": "^4.1.5", | ||
"@jupyterlab/translation": "^4.1.5", | ||
"@jupyterlab/ui-components": "^4.1.5", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -68,3 +68,3 @@ "@lumino/coreutils": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.1.4", | ||
"@jupyterlab/testing": "^4.1.5", | ||
"@types/jest": "^29.2.0", | ||
@@ -71,0 +71,0 @@ "jest": "^29.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
483339
11110
Updated@jupyterlab/apputils@^4.2.5
Updated@jupyterlab/coreutils@^6.1.5
Updated@jupyterlab/services@^7.1.5
Updated@jupyterlab/statedb@^4.1.5
Updated@jupyterlab/statusbar@^4.1.5