dhx-chart 9.1.5 → 9.1.6

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.
@@ -27,4 +27,5 @@ export declare function applyPattern(value: string | number | boolean, col: ICol
27
27
  export declare function getEditorOptions(col: ICol, row?: IRow): TOption[];
28
28
  export declare function getOptionValue(value: string, column: ICol): string;
29
29
  export declare function getValueForNumberColumn(col: ICol, value: any): any;
30
+ export declare function getComboEditorValue(value: any, col: ICol, row: IRow): any;
30
31
  export declare function getEditorValue(value: any, options: TOption[]): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "9.1.5",
3
+ "version": "9.1.6",
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.1.5, Standard
4
+ Version 9.1.6, Standard
5
5
 
6
6
  License
7
7
  ------------
package/whatsnew.txt CHANGED
@@ -1,3 +1,9 @@
1
+ # Version 9.1.6 (June 23, 2025)
2
+
3
+ ### Fixes
4
+
5
+ - The issue with displaying of the Treemap chart with groups
6
+
1
7
  Version 9.1.5 (June 5, 2025)
2
8
 
3
9
  - DataCollection/TreeCollection. Fixed sorting method in smart sorting mode when sorting more than three parameters