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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "9.3.0",
3
+ "version": "9.3.2",
4
4
  "description": "dhtmlxChart widget",
5
5
  "homepage":"https://docs.dhtmlx.com/suite/chart/",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  DHTMLX Chart
2
2
  ============
3
3
 
4
- Version 9.3.0, Standard
4
+ Version 9.3.2, Standard
5
5
 
6
6
  License
7
7
  ------------
package/whatsnew.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Version 9.3.2 (May 12, 2026)
2
+ ----------------------------
3
+
4
+ Version 9.3.1 (March 26, 2026)
5
+ ----------------------------
6
+
1
7
  # Version 9.3 (February 17, 2026)
2
8
 
3
9
  ### Updates