@jupyterlab/settingregistry
Advanced tools
Comparing version 3.1.0-rc.2 to 3.1.0
@@ -79,2 +79,6 @@ { | ||
}, | ||
"icon": { | ||
"description": "Menu icon id", | ||
"type": "string" | ||
}, | ||
"id": { | ||
@@ -111,2 +115,8 @@ "description": "Menu unique id", | ||
}, | ||
"mnemonic": { | ||
"description": "Mnemonic index for the label", | ||
"type": "number", | ||
"minimum": -1, | ||
"default": -1 | ||
}, | ||
"rank": { | ||
@@ -113,0 +123,0 @@ "description": "Menu rank", |
@@ -158,2 +158,16 @@ import { IDataConnector } from '@jupyterlab/statedb'; | ||
/** | ||
* Menu icon id | ||
* | ||
* #### Note | ||
* The icon id will looked for in registered LabIcon. | ||
*/ | ||
icon?: string; | ||
/** | ||
* Get the mnemonic index for the title. | ||
* | ||
* #### Notes | ||
* The default value is `-1`. | ||
*/ | ||
mnemonic?: number; | ||
/** | ||
* Whether a menu is disabled. `False` by default. | ||
@@ -160,0 +174,0 @@ * |
{ | ||
"name": "@jupyterlab/settingregistry", | ||
"version": "3.1.0-rc.2", | ||
"version": "3.1.0", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/statedb": "^3.1.0-rc.2", | ||
"@jupyterlab/statedb": "^3.1.0", | ||
"@lumino/commands": "^1.12.0", | ||
@@ -49,3 +49,3 @@ "@lumino/coreutils": "^1.5.3", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.1.0-rc.2", | ||
"@jupyterlab/testutils": "^3.1.0", | ||
"@types/jest": "^26.0.10", | ||
@@ -61,3 +61,3 @@ "@types/json5": "^0.0.30", | ||
}, | ||
"gitHead": "00f42b9246875ada9d8d0e7ec9bec1e9645b0a98" | ||
"gitHead": "5323ca3e7cbd2612b9fa7e399e0ccfcd72f4159a" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
98101
2063
0
Updated@jupyterlab/statedb@^3.1.0