@jupyterlab/celltags-extension 4.0.0-beta.1 → 4.0.0-rc.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/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +6 -6
- package/schema/plugin.json +1 -1
- package/src/index.ts +5 -1
package/lib/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import { IFormRendererRegistry } from '@jupyterlab/ui-components';
|
|
|
12
12
|
*/
|
|
13
13
|
const customCellTag = {
|
|
14
14
|
id: '@jupyterlab/celltags-extension:plugin',
|
|
15
|
+
description: 'Adds the cell tags editor.',
|
|
15
16
|
autoStart: true,
|
|
16
17
|
requires: [INotebookTracker],
|
|
17
18
|
optional: [IFormRendererRegistry],
|
|
@@ -23,7 +24,7 @@ const customCellTag = {
|
|
|
23
24
|
return new CellTagField(tracker).render(props);
|
|
24
25
|
}
|
|
25
26
|
};
|
|
26
|
-
formRegistry.addRenderer('celltags-extension:plugin.renderer', component);
|
|
27
|
+
formRegistry.addRenderer('@jupyterlab/celltags-extension:plugin.renderer', component);
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
};
|
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;AAQH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAEL,qBAAqB,EACtB,MAAM,2BAA2B,CAAC;AAEnC;;GAEG;AACH,MAAM,aAAa,GAAgC;IACjD,EAAE,EAAE,uCAAuC;IAC3C,SAAS,EAAE,IAAI;IACf,QAAQ,EAAE,CAAC,gBAAgB,CAAC;IAC5B,QAAQ,EAAE,CAAC,qBAAqB,CAAC;IACjC,QAAQ,EAAE,CACR,GAAoB,EACpB,OAAyB,EACzB,YAAoC,EACpC,EAAE;QACF,4BAA4B;QAC5B,IAAI,YAAY,EAAE;YAChB,MAAM,SAAS,GAAkB;gBAC/B,aAAa,EAAE,CAAC,KAAiB,EAAE,EAAE;oBACnC,OAAO,IAAI,YAAY,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;gBACjD,CAAC;aACF,CAAC;YACF,YAAY,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAC3D;;;GAGG;AAQH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAEL,qBAAqB,EACtB,MAAM,2BAA2B,CAAC;AAEnC;;GAEG;AACH,MAAM,aAAa,GAAgC;IACjD,EAAE,EAAE,uCAAuC;IAC3C,WAAW,EAAE,4BAA4B;IACzC,SAAS,EAAE,IAAI;IACf,QAAQ,EAAE,CAAC,gBAAgB,CAAC;IAC5B,QAAQ,EAAE,CAAC,qBAAqB,CAAC;IACjC,QAAQ,EAAE,CACR,GAAoB,EACpB,OAAyB,EACzB,YAAoC,EACpC,EAAE;QACF,4BAA4B;QAC5B,IAAI,YAAY,EAAE;YAChB,MAAM,SAAS,GAAkB;gBAC/B,aAAa,EAAE,CAAC,KAAiB,EAAE,EAAE;oBACnC,OAAO,IAAI,YAAY,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;gBACjD,CAAC;aACF,CAAC;YACF,YAAY,CAAC,WAAW,CACtB,gDAAgD,EAChD,SAAS,CACV,CAAC;SACH;IACH,CAAC;CACF,CAAC;AAEF,eAAe,CAAC,aAAa,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/celltags-extension",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-rc.0",
|
|
4
4
|
"description": "An extension for manipulating tags in cell metadata",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"watch": "tsc -b --watch"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@jupyterlab/application": "^4.0.0-
|
|
44
|
-
"@jupyterlab/notebook": "^4.0.0-
|
|
45
|
-
"@jupyterlab/translation": "^4.0.0-
|
|
46
|
-
"@jupyterlab/ui-components": "^4.0.0-
|
|
43
|
+
"@jupyterlab/application": "^4.0.0-rc.0",
|
|
44
|
+
"@jupyterlab/notebook": "^4.0.0-rc.0",
|
|
45
|
+
"@jupyterlab/translation": "^4.0.0-rc.0",
|
|
46
|
+
"@jupyterlab/ui-components": "^4.0.0-rc.0",
|
|
47
47
|
"@lumino/algorithm": "^2.0.0",
|
|
48
48
|
"@rjsf/utils": "^5.1.0",
|
|
49
49
|
"react": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"rimraf": "~3.0.0",
|
|
53
|
-
"typescript": "~5.0.
|
|
53
|
+
"typescript": "~5.0.4"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
package/schema/plugin.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
*/
|
|
25
25
|
const customCellTag: JupyterFrontEndPlugin<void> = {
|
|
26
26
|
id: '@jupyterlab/celltags-extension:plugin',
|
|
27
|
+
description: 'Adds the cell tags editor.',
|
|
27
28
|
autoStart: true,
|
|
28
29
|
requires: [INotebookTracker],
|
|
29
30
|
optional: [IFormRendererRegistry],
|
|
@@ -39,7 +40,10 @@ const customCellTag: JupyterFrontEndPlugin<void> = {
|
|
|
39
40
|
return new CellTagField(tracker).render(props);
|
|
40
41
|
}
|
|
41
42
|
};
|
|
42
|
-
formRegistry.addRenderer(
|
|
43
|
+
formRegistry.addRenderer(
|
|
44
|
+
'@jupyterlab/celltags-extension:plugin.renderer',
|
|
45
|
+
component
|
|
46
|
+
);
|
|
43
47
|
}
|
|
44
48
|
}
|
|
45
49
|
};
|