@jupyterlab/filebrowser-extension 3.4.0-beta.0 → 3.4.1
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 +14 -14
- package/schema/browser.json +20 -20
- package/schema/open-browser-tab.json +1 -1
- package/schema/open-with.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/filebrowser-extension",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "JupyterLab - Filebrowser Widget Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"watch": "tsc -b --watch"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@jupyterlab/application": "^3.4.
|
|
41
|
-
"@jupyterlab/apputils": "^3.4.
|
|
42
|
-
"@jupyterlab/coreutils": "^5.4.
|
|
43
|
-
"@jupyterlab/docmanager": "^3.4.
|
|
44
|
-
"@jupyterlab/docregistry": "^3.4.
|
|
45
|
-
"@jupyterlab/filebrowser": "^3.4.
|
|
46
|
-
"@jupyterlab/launcher": "^3.4.
|
|
47
|
-
"@jupyterlab/services": "^6.4.
|
|
48
|
-
"@jupyterlab/settingregistry": "^3.4.
|
|
49
|
-
"@jupyterlab/statedb": "^3.4.
|
|
50
|
-
"@jupyterlab/statusbar": "^3.4.
|
|
51
|
-
"@jupyterlab/translation": "^3.4.
|
|
52
|
-
"@jupyterlab/ui-components": "^3.4.
|
|
40
|
+
"@jupyterlab/application": "^3.4.1",
|
|
41
|
+
"@jupyterlab/apputils": "^3.4.1",
|
|
42
|
+
"@jupyterlab/coreutils": "^5.4.1",
|
|
43
|
+
"@jupyterlab/docmanager": "^3.4.1",
|
|
44
|
+
"@jupyterlab/docregistry": "^3.4.1",
|
|
45
|
+
"@jupyterlab/filebrowser": "^3.4.1",
|
|
46
|
+
"@jupyterlab/launcher": "^3.4.1",
|
|
47
|
+
"@jupyterlab/services": "^6.4.1",
|
|
48
|
+
"@jupyterlab/settingregistry": "^3.4.1",
|
|
49
|
+
"@jupyterlab/statedb": "^3.4.1",
|
|
50
|
+
"@jupyterlab/statusbar": "^3.4.1",
|
|
51
|
+
"@jupyterlab/translation": "^3.4.1",
|
|
52
|
+
"@jupyterlab/ui-components": "^3.4.1",
|
|
53
53
|
"@lumino/algorithm": "^1.9.0",
|
|
54
54
|
"@lumino/commands": "^1.19.0",
|
|
55
55
|
"@lumino/coreutils": "^1.11.0",
|
package/schema/browser.json
CHANGED
|
@@ -57,31 +57,11 @@
|
|
|
57
57
|
"selector": ".jp-DirListing-content",
|
|
58
58
|
"rank": 0
|
|
59
59
|
},
|
|
60
|
-
{
|
|
61
|
-
"command": "filebrowser:create-new-directory",
|
|
62
|
-
"selector": ".jp-DirListing-content",
|
|
63
|
-
"rank": 1
|
|
64
|
-
},
|
|
65
60
|
{
|
|
66
61
|
"command": "filebrowser:open",
|
|
67
62
|
"selector": ".jp-DirListing-item[data-isdir]",
|
|
68
63
|
"rank": 1
|
|
69
64
|
},
|
|
70
|
-
{
|
|
71
|
-
"command": "filebrowser:create-new-file",
|
|
72
|
-
"selector": ".jp-DirListing-content",
|
|
73
|
-
"rank": 2
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"command": "filebrowser:create-new-markdown-file",
|
|
77
|
-
"selector": ".jp-DirListing-content",
|
|
78
|
-
"rank": 3
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"command": "filebrowser:paste",
|
|
82
|
-
"selector": ".jp-DirListing-content",
|
|
83
|
-
"rank": 4
|
|
84
|
-
},
|
|
85
65
|
{
|
|
86
66
|
"type": "separator",
|
|
87
67
|
"selector": ".jp-DirListing-item[data-isdir]",
|
|
@@ -107,6 +87,11 @@
|
|
|
107
87
|
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
|
|
108
88
|
"rank": 8
|
|
109
89
|
},
|
|
90
|
+
{
|
|
91
|
+
"command": "filebrowser:paste",
|
|
92
|
+
"selector": ".jp-DirListing-content",
|
|
93
|
+
"rank": 8.5
|
|
94
|
+
},
|
|
110
95
|
{
|
|
111
96
|
"command": "filebrowser:duplicate",
|
|
112
97
|
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
|
|
@@ -141,6 +126,21 @@
|
|
|
141
126
|
"command": "filebrowser:share-main",
|
|
142
127
|
"selector": ".jp-DirListing-item[data-isdir]",
|
|
143
128
|
"rank": 15
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": "separator",
|
|
132
|
+
"selector": ".jp-DirListing-item[data-isdir]",
|
|
133
|
+
"rank": 50
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"command": "filebrowser:create-new-file",
|
|
137
|
+
"selector": ".jp-DirListing-content",
|
|
138
|
+
"rank": 51
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"command": "filebrowser:create-new-directory",
|
|
142
|
+
"selector": ".jp-DirListing-content",
|
|
143
|
+
"rank": 55
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
},
|