dhx-suite 9.2.0 → 9.2.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.
|
@@ -29,6 +29,7 @@ export declare class Group implements IGroup {
|
|
|
29
29
|
private _init;
|
|
30
30
|
private _config;
|
|
31
31
|
private _groupSet;
|
|
32
|
+
private _groupOrderFields;
|
|
32
33
|
constructor();
|
|
33
34
|
group(order: TGroupOrder[], arr: IDataItem[], config?: IGroupConfig): IDataItem[];
|
|
34
35
|
ungroup(modifiedData?: IDataItem[]): IDataItem[];
|
package/package.json
CHANGED
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# Version 9.2.2 (October 1, 2025)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Layout. The error that occurred on clicking the scrollbar in an attached List component
|
|
6
|
+
- Grid. Incorrect date format of exported columns with dates in some cases
|
|
7
|
+
- Tree. Performance issues in trees with deep nesting structure
|
|
8
|
+
|
|
9
|
+
# Version 9.2.1 (September 1, 2025)
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- DragManager. Incorrect determining of dragged items' ids while dragging multiple items
|
|
14
|
+
- Form. The `beforeChange` event behavior in the Input and Textarea controls
|
|
15
|
+
- Grid. The `BlockSelection` module behavior when using several Grids on a page
|
|
16
|
+
- Grid. The issue with inserting data into inputFilter from the clipboard
|
|
17
|
+
- Grid. The parameter that defines the dragged item's drop position relative to the target item is added for the callback of drag-related events
|
|
18
|
+
- Grid. The problem with multiselection of rows outside the visible Grid area when the `dragMode` option is enabled
|
|
19
|
+
- Grid. Displaying of boolean values in the grouped data
|
|
20
|
+
- Grid. Processing of invalid data for columns with the `number` type
|
|
21
|
+
- Grid. The processing of the grouped invalid data is improved
|
|
22
|
+
|
|
1
23
|
# Version 9.2.0 (July 15, 2025)
|
|
2
24
|
|
|
3
25
|
### Breaking changes
|