@lumino/datagrid
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "@lumino/datagrid", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Lumino Tabular Data Grid", | ||
@@ -38,11 +38,11 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"dependencies": { | ||
"@lumino/algorithm": "^2.0.0-alpha.1", | ||
"@lumino/coreutils": "^2.0.0-alpha.1", | ||
"@lumino/disposable": "^2.0.0-alpha.1", | ||
"@lumino/domutils": "^2.0.0-alpha.1", | ||
"@lumino/dragdrop": "^2.0.0-alpha.1", | ||
"@lumino/keyboard": "^2.0.0-alpha.1", | ||
"@lumino/messaging": "^2.0.0-alpha.1", | ||
"@lumino/signaling": "^2.0.0-alpha.1", | ||
"@lumino/widgets": "^2.0.0-alpha.1" | ||
"@lumino/algorithm": "^2.0.0-alpha.2", | ||
"@lumino/coreutils": "^2.0.0-alpha.2", | ||
"@lumino/disposable": "^2.0.0-alpha.2", | ||
"@lumino/domutils": "^2.0.0-alpha.2", | ||
"@lumino/dragdrop": "^2.0.0-alpha.2", | ||
"@lumino/keyboard": "^2.0.0-alpha.2", | ||
"@lumino/messaging": "^2.0.0-alpha.2", | ||
"@lumino/signaling": "^2.0.0-alpha.2", | ||
"@lumino/widgets": "^2.0.0-alpha.2" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
@@ -153,4 +153,4 @@ // Copyright (c) Jupyter Development Team. | ||
*/ | ||
selections(): IterableIterator<SelectionModel.Selection> { | ||
return this._selections[Symbol.iterator](); | ||
*selections(): IterableIterator<SelectionModel.Selection> { | ||
yield* this._selections; | ||
} | ||
@@ -157,0 +157,0 @@ |
@@ -0,1 +1,6 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
/*----------------------------------------------------------------------------- | ||
@@ -2,0 +7,0 @@ | Copyright (c) 2014-2019, PhosphorJS Contributors |
@@ -0,1 +1,6 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
/*----------------------------------------------------------------------------- | ||
@@ -2,0 +7,0 @@ | Copyright (c) 2014-2019, PhosphorJS Contributors |
@@ -0,1 +1,6 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
import { DataModel } from './datamodel'; | ||
@@ -2,0 +7,0 @@ import { SectionList } from './sectionlist'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3481784
40411