@jupyterlab/application 4.6.0-beta.0 → 4.6.0-beta.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/lib/index.d.ts +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +13 -13
- package/src/index.ts +2 -5
package/lib/index.d.ts
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
* @module application
|
|
4
4
|
*/
|
|
5
5
|
export { ConnectionLost } from './connectionlost';
|
|
6
|
-
export { JupyterFrontEnd, JupyterFrontEndContextMenu
|
|
6
|
+
export { JupyterFrontEnd, JupyterFrontEndContextMenu } from './frontend';
|
|
7
|
+
export type { JupyterFrontEndPlugin } from './frontend';
|
|
7
8
|
export { JupyterLab } from './lab';
|
|
8
9
|
export { ILayoutRestorer, LayoutRestorer } from './layoutrestorer';
|
|
9
10
|
export { createRendermimePlugin, createRendermimePlugins, IMimeDocumentTracker } from './mimerenderers';
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAC3D;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAC3D;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAEzE,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC9C,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,cAAc,SAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/application",
|
|
3
|
-
"version": "4.6.0-beta.
|
|
3
|
+
"version": "4.6.0-beta.1",
|
|
4
4
|
"description": "JupyterLab - Application",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
|
45
|
-
"@jupyterlab/apputils": "^4.7.0-beta.
|
|
46
|
-
"@jupyterlab/coreutils": "^6.6.0-beta.
|
|
47
|
-
"@jupyterlab/docregistry": "^4.6.0-beta.
|
|
48
|
-
"@jupyterlab/rendermime": "^4.6.0-beta.
|
|
49
|
-
"@jupyterlab/rendermime-interfaces": "^3.14.0-beta.
|
|
50
|
-
"@jupyterlab/services": "^7.6.0-beta.
|
|
51
|
-
"@jupyterlab/statedb": "^4.6.0-beta.
|
|
52
|
-
"@jupyterlab/translation": "^4.6.0-beta.
|
|
53
|
-
"@jupyterlab/ui-components": "^4.6.0-beta.
|
|
45
|
+
"@jupyterlab/apputils": "^4.7.0-beta.1",
|
|
46
|
+
"@jupyterlab/coreutils": "^6.6.0-beta.1",
|
|
47
|
+
"@jupyterlab/docregistry": "^4.6.0-beta.1",
|
|
48
|
+
"@jupyterlab/rendermime": "^4.6.0-beta.1",
|
|
49
|
+
"@jupyterlab/rendermime-interfaces": "^3.14.0-beta.1",
|
|
50
|
+
"@jupyterlab/services": "^7.6.0-beta.1",
|
|
51
|
+
"@jupyterlab/statedb": "^4.6.0-beta.1",
|
|
52
|
+
"@jupyterlab/translation": "^4.6.0-beta.1",
|
|
53
|
+
"@jupyterlab/ui-components": "^4.6.0-beta.1",
|
|
54
54
|
"@lumino/algorithm": "^2.0.4",
|
|
55
|
-
"@lumino/application": "^2.4.
|
|
55
|
+
"@lumino/application": "^2.4.9",
|
|
56
56
|
"@lumino/commands": "^2.3.3",
|
|
57
57
|
"@lumino/coreutils": "^2.2.2",
|
|
58
58
|
"@lumino/disposable": "^2.1.5",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@lumino/polling": "^2.1.5",
|
|
61
61
|
"@lumino/properties": "^2.0.4",
|
|
62
62
|
"@lumino/signaling": "^2.1.5",
|
|
63
|
-
"@lumino/widgets": "^2.
|
|
63
|
+
"@lumino/widgets": "^2.8.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@jupyterlab/testing": "^4.6.0-beta.
|
|
66
|
+
"@jupyterlab/testing": "^4.6.0-beta.1",
|
|
67
67
|
"@types/jest": "^29.2.0",
|
|
68
68
|
"jest": "^29.2.0",
|
|
69
69
|
"rimraf": "~5.0.5",
|
package/src/index.ts
CHANGED
|
@@ -6,11 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export { ConnectionLost } from './connectionlost';
|
|
9
|
-
export {
|
|
10
|
-
|
|
11
|
-
JupyterFrontEndContextMenu,
|
|
12
|
-
JupyterFrontEndPlugin
|
|
13
|
-
} from './frontend';
|
|
9
|
+
export { JupyterFrontEnd, JupyterFrontEndContextMenu } from './frontend';
|
|
10
|
+
export type { JupyterFrontEndPlugin } from './frontend';
|
|
14
11
|
export { JupyterLab } from './lab';
|
|
15
12
|
export { ILayoutRestorer, LayoutRestorer } from './layoutrestorer';
|
|
16
13
|
export {
|