@jupyterlab/cells
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -28,6 +28,2 @@ "use strict"; | ||
/** | ||
* The CSS class added to the collapser icon. | ||
*/ | ||
var COLLAPSER_ICON_CLASS = 'jp-Collapser-icon'; | ||
/** | ||
* The CSS class added to input collapsers. | ||
@@ -41,10 +37,2 @@ */ | ||
/** | ||
* The CSS class added the collapser icon in the collapsed state. | ||
*/ | ||
var COLLAPSED_ICON_CLASS = 'jp-ExpandMoreIcon'; | ||
/** | ||
* The CSS class added the collapser icon in the expanded state. | ||
*/ | ||
var EXPANDED_ICON_CLASS = 'jp-ExpandLessIcon'; | ||
/** | ||
* The CSS class added the collapser child when collapsed. | ||
@@ -87,12 +75,6 @@ */ | ||
var childClass = COLLAPSER_CHILD_CLASS; | ||
var iconClass = COLLAPSER_ICON_CLASS; | ||
if (this.collapsed) { | ||
childClass += " " + MOD_COLLAPSED_CLASS; | ||
iconClass += " " + COLLAPSED_ICON_CLASS; | ||
} | ||
else { | ||
iconClass += " " + EXPANDED_ICON_CLASS; | ||
} | ||
return (virtualdom_1.h("div", { className: childClass, onclick: function (e) { return _this.handleClick(e); } }, | ||
virtualdom_1.h("div", { className: iconClass }))); | ||
return (virtualdom_1.h("div", { className: childClass, onclick: function (e) { return _this.handleClick(e); } })); | ||
}; | ||
@@ -99,0 +81,0 @@ return Collapser; |
@@ -56,3 +56,3 @@ "use strict"; | ||
if (Array.isArray(cell.source)) { | ||
_this.value.text = cell.source.join('\n'); | ||
_this.value.text = cell.source.join(''); | ||
} | ||
@@ -59,0 +59,0 @@ else { |
{ | ||
"name": "@jupyterlab/cells", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "JupyterLab - Notebook Cells", | ||
@@ -16,9 +16,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.9.0", | ||
"@jupyterlab/codeeditor": "^0.9.0", | ||
"@jupyterlab/codemirror": "^0.9.0", | ||
"@jupyterlab/coreutils": "^0.9.0", | ||
"@jupyterlab/outputarea": "^0.9.0", | ||
"@jupyterlab/rendermime": "^0.9.0", | ||
"@jupyterlab/services": "^0.48.0", | ||
"@jupyterlab/apputils": "^0.10.0", | ||
"@jupyterlab/codeeditor": "^0.10.0", | ||
"@jupyterlab/codemirror": "^0.10.0", | ||
"@jupyterlab/coreutils": "^0.10.0", | ||
"@jupyterlab/outputarea": "^0.10.0", | ||
"@jupyterlab/rendermime": "^0.10.0", | ||
"@jupyterlab/services": "^0.49.0", | ||
"@phosphor/coreutils": "^1.2.0", | ||
@@ -25,0 +25,0 @@ "@phosphor/messaging": "^1.2.1", |
Sorry, the diff of this file is not supported yet
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
87620
2789
+ Added@jupyterlab/apputils@0.10.0(transitive)
+ Added@jupyterlab/codeeditor@0.10.0(transitive)
+ Added@jupyterlab/codemirror@0.10.0(transitive)
+ Added@jupyterlab/coreutils@0.10.1(transitive)
+ Added@jupyterlab/outputarea@0.10.0(transitive)
+ Added@jupyterlab/rendermime@0.10.0(transitive)
+ Added@jupyterlab/services@0.49.0(transitive)
+ Addedmoment@2.17.1(transitive)
- Removed@jupyterlab/apputils@0.9.0(transitive)
- Removed@jupyterlab/codeeditor@0.9.0(transitive)
- Removed@jupyterlab/codemirror@0.9.0(transitive)
- Removed@jupyterlab/coreutils@0.9.0(transitive)
- Removed@jupyterlab/outputarea@0.9.0(transitive)
- Removed@jupyterlab/rendermime@0.9.0(transitive)
- Removed@jupyterlab/services@0.48.0(transitive)
- Removed@types/codemirror@0.0.38(transitive)
- Removed@types/marked@0.0.28(transitive)
- Removed@types/mathjax@0.0.31(transitive)
- Removed@types/sanitize-html@1.27.2(transitive)
- Removed@types/text-encoding@0.0.30(transitive)
- Removedmoment@2.30.1(transitive)
Updated@jupyterlab/apputils@^0.10.0
Updated@jupyterlab/services@^0.49.0