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
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED