@jupyterlab/filebrowser
Advanced tools
Comparing version
@@ -98,2 +98,3 @@ // Copyright (c) Jupyter Development Team. | ||
this.filterToolbar.addClass(FILTER_TOOLBAR_CLASS); | ||
this.filterToolbar.node.setAttribute('aria-label', this._trans.__('File browser toolbar')); | ||
this.filterToolbar.addItem('fileNameSearcher', searcher); | ||
@@ -100,0 +101,0 @@ this.filterToolbar.setHidden(!this.showFileFilter); |
{ | ||
"name": "@jupyterlab/filebrowser", | ||
"version": "4.4.0-rc.0", | ||
"version": "4.4.0-rc.1", | ||
"description": "JupyterLab - FileBrowser Widget", | ||
@@ -44,25 +44,25 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.5.0-rc.0", | ||
"@jupyterlab/coreutils": "^6.4.0-rc.0", | ||
"@jupyterlab/docmanager": "^4.4.0-rc.0", | ||
"@jupyterlab/docregistry": "^4.4.0-rc.0", | ||
"@jupyterlab/services": "^7.4.0-rc.0", | ||
"@jupyterlab/statedb": "^4.4.0-rc.0", | ||
"@jupyterlab/statusbar": "^4.4.0-rc.0", | ||
"@jupyterlab/translation": "^4.4.0-rc.0", | ||
"@jupyterlab/ui-components": "^4.4.0-rc.0", | ||
"@lumino/algorithm": "^2.0.2", | ||
"@lumino/coreutils": "^2.2.0", | ||
"@lumino/disposable": "^2.1.3", | ||
"@lumino/domutils": "^2.0.2", | ||
"@lumino/dragdrop": "^2.1.5", | ||
"@lumino/messaging": "^2.0.2", | ||
"@lumino/polling": "^2.1.3", | ||
"@lumino/signaling": "^2.1.3", | ||
"@lumino/virtualdom": "^2.0.2", | ||
"@lumino/widgets": "^2.6.0", | ||
"@jupyterlab/apputils": "^4.5.0-rc.1", | ||
"@jupyterlab/coreutils": "^6.4.0-rc.1", | ||
"@jupyterlab/docmanager": "^4.4.0-rc.1", | ||
"@jupyterlab/docregistry": "^4.4.0-rc.1", | ||
"@jupyterlab/services": "^7.4.0-rc.1", | ||
"@jupyterlab/statedb": "^4.4.0-rc.1", | ||
"@jupyterlab/statusbar": "^4.4.0-rc.1", | ||
"@jupyterlab/translation": "^4.4.0-rc.1", | ||
"@jupyterlab/ui-components": "^4.4.0-rc.1", | ||
"@lumino/algorithm": "^2.0.3", | ||
"@lumino/coreutils": "^2.2.1", | ||
"@lumino/disposable": "^2.1.4", | ||
"@lumino/domutils": "^2.0.3", | ||
"@lumino/dragdrop": "^2.1.6", | ||
"@lumino/messaging": "^2.0.3", | ||
"@lumino/polling": "^2.1.4", | ||
"@lumino/signaling": "^2.1.4", | ||
"@lumino/virtualdom": "^2.0.3", | ||
"@lumino/widgets": "^2.7.0", | ||
"react": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.4.0-rc.0", | ||
"@jupyterlab/testing": "^4.4.0-rc.1", | ||
"@types/jest": "^29.2.0", | ||
@@ -69,0 +69,0 @@ "jest": "^29.2.0", |
@@ -117,2 +117,6 @@ // Copyright (c) Jupyter Development Team. | ||
this.filterToolbar.addClass(FILTER_TOOLBAR_CLASS); | ||
this.filterToolbar.node.setAttribute( | ||
'aria-label', | ||
this._trans.__('File browser toolbar') | ||
); | ||
this.filterToolbar.addItem('fileNameSearcher', searcher); | ||
@@ -119,0 +123,0 @@ this.filterToolbar.setHidden(!this.showFileFilter); |
Sorry, the diff of this file is not supported yet
576687
0.06%13088
0.04%+ Added
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated