dhx-suite 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
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# Version 9.1.6 (June 23, 2025)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Chart. The issue with displaying of the Treemap chart with groups
|
|
6
|
+
- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable
|
|
7
|
+
- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space
|
|
8
|
+
- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value
|
|
9
|
+
|
|
1
10
|
# Version 9.1.5 (June 5, 2025)
|
|
2
11
|
|
|
3
12
|
### Fixes
|