@jupyterlab/statusbar
Advanced tools
Comparing version 4.2.0-beta.1 to 4.2.0-beta.2
@@ -14,4 +14,5 @@ import { IDisposable } from '@lumino/disposable'; | ||
* @param id - a unique id for the status item. | ||
* @param statusItem - The item to add to the status bar. | ||
* | ||
* @param statusItem - The item to add to the status bar. | ||
* @returns Disposable status bar item | ||
*/ | ||
@@ -18,0 +19,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable; |
@@ -39,4 +39,5 @@ // Copyright (c) Jupyter Development Team. | ||
* @param id - a unique id for the status item. | ||
* @param statusItem - The item to add to the status bar. | ||
* | ||
* @param statusItem - The item to add to the status bar. | ||
* @returns Disposable status bar item | ||
*/ | ||
@@ -43,0 +44,0 @@ registerStatusItem(id, statusItem) { |
@@ -13,7 +13,6 @@ import { Token } from '@lumino/coreutils'; | ||
* | ||
* @param id - a unique id for the status item. | ||
* @param id a unique id for the status item. | ||
* @param statusItem The options for how to add the status item. | ||
* | ||
* @param options - The options for how to add the status item. | ||
* | ||
* @returns an `IDisposable` that can be disposed to remove the item. | ||
* @returns an {@link IDisposable} that can be disposed to remove the item. | ||
*/ | ||
@@ -20,0 +19,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable; |
{ | ||
"name": "@jupyterlab/statusbar", | ||
"version": "4.2.0-beta.1", | ||
"version": "4.2.0-beta.2", | ||
"description": "JupyterLab statusbar package.", | ||
@@ -32,3 +32,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | ||
"docs": "typedoc src", | ||
"test": "jest", | ||
@@ -41,3 +40,3 @@ "test:cov": "jest --collect-coverage", | ||
"dependencies": { | ||
"@jupyterlab/ui-components": "^4.2.0-beta.1", | ||
"@jupyterlab/ui-components": "^4.2.0-beta.2", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -52,3 +51,3 @@ "@lumino/coreutils": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.2.0-beta.1", | ||
"@jupyterlab/testing": "^4.2.0-beta.2", | ||
"@types/jest": "^29.2.0", | ||
@@ -55,0 +54,0 @@ "jest": "^29.2.0", |
@@ -41,4 +41,5 @@ // Copyright (c) Jupyter Development Team. | ||
* @param id - a unique id for the status item. | ||
* @param statusItem - The item to add to the status bar. | ||
* | ||
* @param statusItem - The item to add to the status bar. | ||
* @returns Disposable status bar item | ||
*/ | ||
@@ -45,0 +46,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable { |
@@ -22,7 +22,6 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @param id - a unique id for the status item. | ||
* @param id a unique id for the status item. | ||
* @param statusItem The options for how to add the status item. | ||
* | ||
* @param options - The options for how to add the status item. | ||
* | ||
* @returns an `IDisposable` that can be disposed to remove the item. | ||
* @returns an {@link IDisposable} that can be disposed to remove the item. | ||
*/ | ||
@@ -29,0 +28,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable; |
Sorry, the diff of this file is not supported yet
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
59173
1511
350
9
2
51
+ Added@jupyterlab/coreutils@6.3.4(transitive)
+ Added@jupyterlab/nbformat@4.3.4(transitive)
+ Added@jupyterlab/observables@5.3.4(transitive)
+ Added@jupyterlab/rendermime-interfaces@3.11.4(transitive)
+ Added@jupyterlab/services@7.3.4(transitive)
+ Added@jupyterlab/settingregistry@4.3.4(transitive)
+ Added@jupyterlab/statedb@4.3.4(transitive)
+ Added@jupyterlab/translation@4.3.4(transitive)
+ Added@jupyterlab/ui-components@4.3.4(transitive)
+ Added@rjsf/core@5.23.2(transitive)
+ Added@rjsf/utils@5.23.2(transitive)
+ Addedmarkdown-to-jsx@7.7.2(transitive)
- Removed@jupyterlab/coreutils@6.3.3(transitive)
- Removed@jupyterlab/nbformat@4.3.3(transitive)
- Removed@jupyterlab/observables@5.3.3(transitive)
- Removed@jupyterlab/rendermime-interfaces@3.11.3(transitive)
- Removed@jupyterlab/services@7.3.3(transitive)
- Removed@jupyterlab/settingregistry@4.3.3(transitive)
- Removed@jupyterlab/statedb@4.3.3(transitive)
- Removed@jupyterlab/translation@4.3.3(transitive)
- Removed@jupyterlab/ui-components@4.3.3(transitive)
- Removed@rjsf/core@5.23.1(transitive)
- Removed@rjsf/utils@5.23.1(transitive)
- Removedmarkdown-to-jsx@7.7.1(transitive)