@jupyterlab/pluginmanager 4.6.0 → 4.7.0-alpha.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/lib/dialogs.d.ts +2 -2
- package/lib/dialogs.js.map +1 -1
- package/package.json +8 -8
- package/src/dialogs.tsx +2 -3
package/lib/dialogs.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ export declare function PluginRequiredMessage(props: {
|
|
|
5
5
|
plugin: JupyterLab.IPluginInfo;
|
|
6
6
|
dependants: JupyterLab.IPluginInfo[];
|
|
7
7
|
trans: TranslationBundle;
|
|
8
|
-
}): React.ReactElement
|
|
8
|
+
}): React.ReactElement;
|
|
9
9
|
export declare function PluginInUseMessage(props: {
|
|
10
10
|
plugin: JupyterLab.IPluginInfo;
|
|
11
11
|
optionalDependants: JupyterLab.IPluginInfo[];
|
|
12
12
|
trans: TranslationBundle;
|
|
13
|
-
}): React.ReactElement
|
|
13
|
+
}): React.ReactElement;
|
package/lib/dialogs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialogs.js","sourceRoot":"","sources":["../src/dialogs.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dialogs.js","sourceRoot":"","sources":["../src/dialogs.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,UAAU,qBAAqB,CAAC,KAIrC;IACC,OAAO,CACL;QACG,KAAK,CAAC,KAAK,CAAC,EAAE,CACb,wEAAwE,EACxE,KAAK,CAAC,MAAM,CAAC,EAAE,CAChB;QACD,gCACG,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAC9B,4BAAI,GAAG,EAAE,mBAAmB,GAAG,MAAM,CAAC,EAAE,IAAG,MAAM,CAAC,EAAE,CAAM,CAC3D,CAAC,CACC;QACJ,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6CAA6C,CAAC,CAC7D,CACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,KAIlC;IACC,OAAO,CACL,6BAAK,SAAS,EAAE,qCAAqC;QAClD,KAAK,CAAC,KAAK,CAAC,EAAE,CACb,4IAA4I,EAC5I,KAAK,CAAC,MAAM,CAAC,EAAE,CAChB;QACD,gCACG,KAAK,CAAC,kBAAkB,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CACtC,4BAAI,GAAG,EAAE,2BAA2B,GAAG,MAAM,CAAC,EAAE,IAAG,MAAM,CAAC,EAAE,CAAM,CACnE,CAAC,CACC;QACJ,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAAC,CAChD,CACP,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/pluginmanager",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0-alpha.0",
|
|
4
4
|
"description": "List, enable or disable individual plugins.",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"watch": "tsc -b --watch"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@jupyterlab/application": "^4.
|
|
43
|
-
"@jupyterlab/apputils": "^4.
|
|
44
|
-
"@jupyterlab/coreutils": "^6.
|
|
45
|
-
"@jupyterlab/services": "^7.
|
|
46
|
-
"@jupyterlab/translation": "^4.
|
|
47
|
-
"@jupyterlab/ui-components": "^4.
|
|
42
|
+
"@jupyterlab/application": "^4.7.0-alpha.0",
|
|
43
|
+
"@jupyterlab/apputils": "^4.8.0-alpha.0",
|
|
44
|
+
"@jupyterlab/coreutils": "^6.7.0-alpha.0",
|
|
45
|
+
"@jupyterlab/services": "^7.7.0-alpha.0",
|
|
46
|
+
"@jupyterlab/translation": "^4.7.0-alpha.0",
|
|
47
|
+
"@jupyterlab/ui-components": "^4.7.0-alpha.0",
|
|
48
48
|
"@lumino/coreutils": "^2.2.2",
|
|
49
49
|
"@lumino/signaling": "^2.1.5",
|
|
50
50
|
"@lumino/widgets": "^2.8.0",
|
|
51
51
|
"react": "^18.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@jupyterlab/testing": "^4.
|
|
54
|
+
"@jupyterlab/testing": "^4.7.0-alpha.0",
|
|
55
55
|
"@types/jest": "^29.2.0",
|
|
56
56
|
"jest": "^29.2.0",
|
|
57
57
|
"rimraf": "~5.0.5",
|
package/src/dialogs.tsx
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// Copyright (c) Jupyter Development Team.
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
4
3
|
import type { JupyterLab } from '@jupyterlab/application';
|
|
5
4
|
import type { TranslationBundle } from '@jupyterlab/translation';
|
|
6
5
|
import * as React from 'react';
|
|
@@ -9,7 +8,7 @@ export function PluginRequiredMessage(props: {
|
|
|
9
8
|
plugin: JupyterLab.IPluginInfo;
|
|
10
9
|
dependants: JupyterLab.IPluginInfo[];
|
|
11
10
|
trans: TranslationBundle;
|
|
12
|
-
}): React.ReactElement
|
|
11
|
+
}): React.ReactElement {
|
|
13
12
|
return (
|
|
14
13
|
<>
|
|
15
14
|
{props.trans.__(
|
|
@@ -30,7 +29,7 @@ export function PluginInUseMessage(props: {
|
|
|
30
29
|
plugin: JupyterLab.IPluginInfo;
|
|
31
30
|
optionalDependants: JupyterLab.IPluginInfo[];
|
|
32
31
|
trans: TranslationBundle;
|
|
33
|
-
}): React.ReactElement
|
|
32
|
+
}): React.ReactElement {
|
|
34
33
|
return (
|
|
35
34
|
<div className={'jp-pluginmanager-PluginInUseMessage'}>
|
|
36
35
|
{props.trans.__(
|