@jupyterlab/filebrowser-extension 4.2.0-beta.3 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -13
- package/schema/browser.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/filebrowser-extension",
|
|
3
|
-
"version": "4.2.0
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "JupyterLab - Filebrowser Widget Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"watch": "tsc -b --watch"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@jupyterlab/application": "^4.2.0
|
|
41
|
-
"@jupyterlab/apputils": "^4.3.0
|
|
42
|
-
"@jupyterlab/coreutils": "^6.2.0
|
|
43
|
-
"@jupyterlab/docmanager": "^4.2.0
|
|
44
|
-
"@jupyterlab/docregistry": "^4.2.0
|
|
45
|
-
"@jupyterlab/filebrowser": "^4.2.0
|
|
46
|
-
"@jupyterlab/services": "^7.2.0
|
|
47
|
-
"@jupyterlab/settingregistry": "^4.2.0
|
|
48
|
-
"@jupyterlab/statedb": "^4.2.0
|
|
49
|
-
"@jupyterlab/statusbar": "^4.2.0
|
|
50
|
-
"@jupyterlab/translation": "^4.2.0
|
|
51
|
-
"@jupyterlab/ui-components": "^4.2.0
|
|
40
|
+
"@jupyterlab/application": "^4.2.0",
|
|
41
|
+
"@jupyterlab/apputils": "^4.3.0",
|
|
42
|
+
"@jupyterlab/coreutils": "^6.2.0",
|
|
43
|
+
"@jupyterlab/docmanager": "^4.2.0",
|
|
44
|
+
"@jupyterlab/docregistry": "^4.2.0",
|
|
45
|
+
"@jupyterlab/filebrowser": "^4.2.0",
|
|
46
|
+
"@jupyterlab/services": "^7.2.0",
|
|
47
|
+
"@jupyterlab/settingregistry": "^4.2.0",
|
|
48
|
+
"@jupyterlab/statedb": "^4.2.0",
|
|
49
|
+
"@jupyterlab/statusbar": "^4.2.0",
|
|
50
|
+
"@jupyterlab/translation": "^4.2.0",
|
|
51
|
+
"@jupyterlab/ui-components": "^4.2.0",
|
|
52
52
|
"@lumino/algorithm": "^2.0.1",
|
|
53
53
|
"@lumino/commands": "^2.3.0",
|
|
54
54
|
"@lumino/widgets": "^2.3.2"
|
package/schema/browser.json
CHANGED
|
@@ -185,8 +185,8 @@
|
|
|
185
185
|
"properties": {
|
|
186
186
|
"navigateToCurrentDirectory": {
|
|
187
187
|
"type": "boolean",
|
|
188
|
-
"title": "Navigate to current
|
|
189
|
-
"description": "Whether to automatically navigate to a document's current
|
|
188
|
+
"title": "Navigate to current folder",
|
|
189
|
+
"description": "Whether to automatically navigate to a document's current folder",
|
|
190
190
|
"default": false
|
|
191
191
|
},
|
|
192
192
|
"useFuzzyFilter": {
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
},
|
|
198
198
|
"filterDirectories": {
|
|
199
199
|
"type": "boolean",
|
|
200
|
-
"title": "Filter
|
|
201
|
-
"description": "Whether to apply the search on
|
|
200
|
+
"title": "Filter folders",
|
|
201
|
+
"description": "Whether to apply the search on folders",
|
|
202
202
|
"default": true
|
|
203
203
|
},
|
|
204
204
|
"showLastModifiedColumn": {
|