@jupyterlab/toc-extension 6.0.0 → 6.0.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 +6 -6
- package/schema/registry.json +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/toc-extension",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "JupyterLab - Table of Contents widget extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"watch": "tsc -b --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@jupyterlab/application": "^4.0.
|
|
45
|
-
"@jupyterlab/settingregistry": "^4.0.
|
|
46
|
-
"@jupyterlab/toc": "^6.0.
|
|
47
|
-
"@jupyterlab/translation": "^4.0.
|
|
48
|
-
"@jupyterlab/ui-components": "^4.0.
|
|
44
|
+
"@jupyterlab/application": "^4.0.2",
|
|
45
|
+
"@jupyterlab/settingregistry": "^4.0.2",
|
|
46
|
+
"@jupyterlab/toc": "^6.0.2",
|
|
47
|
+
"@jupyterlab/translation": "^4.0.2",
|
|
48
|
+
"@jupyterlab/ui-components": "^4.0.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"rimraf": "~3.0.0",
|
package/schema/registry.json
CHANGED
|
@@ -59,6 +59,12 @@
|
|
|
59
59
|
"title": "Synchronize collapse state",
|
|
60
60
|
"description": "If set to true, when a heading is collapsed in the table of contents the corresponding section in the document is collapsed as well and vice versa. This inhibits the cell output headings.",
|
|
61
61
|
"default": false
|
|
62
|
+
},
|
|
63
|
+
"baseNumbering": {
|
|
64
|
+
"title": "Base level for the highest headings",
|
|
65
|
+
"type": "integer",
|
|
66
|
+
"description": "The number headings start at.",
|
|
67
|
+
"default": 1
|
|
62
68
|
}
|
|
63
69
|
},
|
|
64
70
|
"additionalProperties": false,
|