@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 3.10.0-beta.1 to 3.10.0-beta.2
@@ -376,7 +376,7 @@ /** | ||
* | ||
* @param node: the anchor node for which to handle the link. | ||
* @param node the anchor node for which to handle the link. | ||
* | ||
* @param path: the path to open when the link is clicked. | ||
* @param path the path to open when the link is clicked. | ||
* | ||
* @param id: an optional element id to scroll to when the path is opened. | ||
* @param id an optional element id to scroll to when the path is opened. | ||
*/ | ||
@@ -387,9 +387,9 @@ handleLink(node: HTMLElement, path: string, id?: string): void; | ||
* | ||
* @param node: the anchor node for which to handle the link. | ||
* @param node the anchor node for which to handle the link. | ||
* | ||
* @param path: the path to open when the link is clicked. | ||
* @param path the path to open when the link is clicked. | ||
* | ||
* @param scope: the scope to which the path is bound. | ||
* @param scope the scope to which the path is bound. | ||
* | ||
* @param id: an optional element id to scroll to when the path is opened. | ||
* @param id an optional element id to scroll to when the path is opened. | ||
*/ | ||
@@ -396,0 +396,0 @@ handlePath?(node: HTMLElement, path: string, scope: 'kernel' | 'server', id?: string): void; |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "3.10.0-beta.1", | ||
"version": "3.10.0-beta.2", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -30,3 +30,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | ||
"docs": "typedoc src", | ||
"watch": "tsc -b --watch" | ||
@@ -40,3 +39,2 @@ }, | ||
"rimraf": "~5.0.5", | ||
"typedoc": "~0.24.7", | ||
"typescript": "~5.1.6" | ||
@@ -43,0 +41,0 @@ }, |
@@ -433,7 +433,7 @@ /* ----------------------------------------------------------------------------- | ||
* | ||
* @param node: the anchor node for which to handle the link. | ||
* @param node the anchor node for which to handle the link. | ||
* | ||
* @param path: the path to open when the link is clicked. | ||
* @param path the path to open when the link is clicked. | ||
* | ||
* @param id: an optional element id to scroll to when the path is opened. | ||
* @param id an optional element id to scroll to when the path is opened. | ||
*/ | ||
@@ -444,9 +444,9 @@ handleLink(node: HTMLElement, path: string, id?: string): void; | ||
* | ||
* @param node: the anchor node for which to handle the link. | ||
* @param node the anchor node for which to handle the link. | ||
* | ||
* @param path: the path to open when the link is clicked. | ||
* @param path the path to open when the link is clicked. | ||
* | ||
* @param scope: the scope to which the path is bound. | ||
* @param scope the scope to which the path is bound. | ||
* | ||
* @param id: an optional element id to scroll to when the path is opened. | ||
* @param id an optional element id to scroll to when the path is opened. | ||
*/ | ||
@@ -453,0 +453,0 @@ handlePath?( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
41157