dhx-chart 9.2.0 → 9.2.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
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.2.0, Standard
4
+ Version 9.2.1, Standard
5
5
 
6
6
  License
7
7
  ------------
package/whatsnew.txt CHANGED
@@ -1,3 +1,6 @@
1
+ Version 9.2.1 (September 1, 2025)
2
+ ----------------------------
3
+
1
4
  Version 9.2.0 (July 15, 2025)
2
5
  ----------------------------
3
6