dhx-suite 9.3.1 → 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
package/whatsnew.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# Version 9.3.2 (May 12, 2026)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Calendar. The calculation of the week number during the transition to summer time (DST) is fixed
|
|
6
|
+
- Grid. The issue with incorrect row height after row deletion when using pagination and lazy loading is fixed.
|
|
7
|
+
- Grid. The styling issue of the BlockSelection module when using splits (left, right, top, or bottom) is fixed.
|
|
8
|
+
- Grid. The issue where export to XLSX or CSV failed if a configuration object was passed without a URL is fixed.
|
|
9
|
+
|
|
1
10
|
# Version 9.3.1 (March 26, 2026)
|
|
2
11
|
|
|
3
12
|
### Fixes
|