@jupyterlab/mainmenu-extension 4.1.0 → 4.1.2
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 +9 -9
- package/schema/plugin.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/mainmenu-extension",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "JupyterLab - Main Menu Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"watch": "tsc -b --watch"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@jupyterlab/application": "^4.1.
|
|
42
|
-
"@jupyterlab/apputils": "^4.2.
|
|
43
|
-
"@jupyterlab/coreutils": "^6.1.
|
|
44
|
-
"@jupyterlab/mainmenu": "^4.1.
|
|
45
|
-
"@jupyterlab/services": "^7.1.
|
|
46
|
-
"@jupyterlab/settingregistry": "^4.1.
|
|
47
|
-
"@jupyterlab/translation": "^4.1.
|
|
48
|
-
"@jupyterlab/ui-components": "^4.1.
|
|
41
|
+
"@jupyterlab/application": "^4.1.2",
|
|
42
|
+
"@jupyterlab/apputils": "^4.2.2",
|
|
43
|
+
"@jupyterlab/coreutils": "^6.1.2",
|
|
44
|
+
"@jupyterlab/mainmenu": "^4.1.2",
|
|
45
|
+
"@jupyterlab/services": "^7.1.2",
|
|
46
|
+
"@jupyterlab/settingregistry": "^4.1.2",
|
|
47
|
+
"@jupyterlab/translation": "^4.1.2",
|
|
48
|
+
"@jupyterlab/ui-components": "^4.1.2",
|
|
49
49
|
"@lumino/algorithm": "^2.0.1",
|
|
50
50
|
"@lumino/coreutils": "^2.1.2",
|
|
51
51
|
"@lumino/disposable": "^2.1.2",
|
package/schema/plugin.json
CHANGED
|
@@ -270,22 +270,22 @@
|
|
|
270
270
|
{
|
|
271
271
|
"command": "kernelmenu:interrupt",
|
|
272
272
|
"keys": ["I", "I"],
|
|
273
|
-
"selector": "[data-jp-kernel-user] :focus:not(:read-write)"
|
|
273
|
+
"selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"command": "kernelmenu:restart",
|
|
277
277
|
"keys": ["0", "0"],
|
|
278
|
-
"selector": "[data-jp-kernel-user] :focus:not(:read-write)"
|
|
278
|
+
"selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"command": "kernelmenu:restart-and-clear",
|
|
282
282
|
"keys": [""],
|
|
283
|
-
"selector": "[data-jp-kernel-user] :focus:not(:read-write)"
|
|
283
|
+
"selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"command": "kernelmenu:shutdown",
|
|
287
287
|
"keys": [""],
|
|
288
|
-
"selector": "[data-jp-kernel-user] :focus:not(:read-write)"
|
|
288
|
+
"selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"command": "runmenu:restart-and-run-all",
|