dhx-chart 9.3.0 → 9.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,6 +93,7 @@ export declare class BlockSelection implements IBlockSelection {
|
|
|
93
93
|
isDisabled(): boolean;
|
|
94
94
|
destructor(): void;
|
|
95
95
|
toHTML(): VNode | null;
|
|
96
|
+
private _calculateClippedGeometry;
|
|
96
97
|
private _getAreaNode;
|
|
97
98
|
private _getStartCellNode;
|
|
98
99
|
private _getHandleAreaNode;
|
|
@@ -116,5 +117,6 @@ export declare class BlockSelection implements IBlockSelection {
|
|
|
116
117
|
private _removeHandlers;
|
|
117
118
|
private _getPageCoords;
|
|
118
119
|
private _cellHandler;
|
|
120
|
+
private _getSourceCellIndex;
|
|
119
121
|
private _paint;
|
|
120
122
|
}
|
package/package.json
CHANGED
package/readme.txt
CHANGED