dhx-chart 9.2.5 → 9.2.7

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.
@@ -1,5 +1,6 @@
1
1
  import { IContainerConfig } from "../../../ts-common/core";
2
2
  import { ICol, IColumnsWidth, IGridConfig, IRow, AdjustTargetType, TOption, IScrollState, IVisibleRange, ISizes } from "./../types";
3
+ import { Id } from "../../../ts-common/types";
3
4
  export declare function getTotalRowHeight(row: IRow): number;
4
5
  export declare function normalizeArray(obj: any, name: string): void;
5
6
  export declare function measureTextHeight({ text, width, lineHeight, font, htmlEnable, }: {
@@ -11,7 +12,7 @@ export declare function measureTextHeight({ text, width, lineHeight, font, htmlE
11
12
  }): number;
12
13
  export declare function countColumns(config: IGridConfig, columns: ICol[]): number;
13
14
  export declare function calculateVisibleRange(viewPortSize: ISizes, scroll: IScrollState, config: IGridConfig, data: IRow[]): IVisibleRange;
14
- export declare function getUnique(arr: any[], name: string, multiselection: boolean, editorType: ICol["editorType"]): any[];
15
+ export declare function getNormalizeFilterData(arr: any[], name: Id, multiselection: boolean, editorType: ICol["editorType"]): any[];
15
16
  export declare const getMaxRowHeight: ({ cols, row, config, }: {
16
17
  row: IRow;
17
18
  cols: ICol[];
@@ -12,7 +12,6 @@ export declare class Layout extends Cell implements ILayout {
12
12
  destructor(): void;
13
13
  toVDOM(): any;
14
14
  removeCell(id: string): void;
15
- addCell(config: ICellConfig, index?: number): void;
16
15
  getId(index: number): string;
17
16
  getRefs(name: string): any;
18
17
  getCell(id: string): any;
@@ -21,6 +20,7 @@ export declare class Layout extends Cell implements ILayout {
21
20
  cell(id: string): any;
22
21
  progressShow(): void;
23
22
  progressHide(): void;
23
+ protected _addCell(config: ICellConfig, index?: number): void;
24
24
  protected _getCss(content?: boolean): string;
25
25
  private _parseConfig;
26
26
  protected _createCell(cell: ILayoutConfig): ICell;
@@ -82,7 +82,6 @@ export interface IProCell extends ICell {
82
82
  export interface ILayout extends ICell {
83
83
  config: ILayoutConfig;
84
84
  removeCell(id: string): void;
85
- addCell(config: ICellConfig, index: number): any;
86
85
  getRefs(str: any): any;
87
86
  getCell(id: string): ICell;
88
87
  getId(index: number): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "9.2.5",
3
+ "version": "9.2.7",
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.5, Standard
4
+ Version 9.2.7, Standard
5
5
 
6
6
  License
7
7
  ------------
package/whatsnew.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Version 9.2.7 (January 15, 2026)
2
+ ----------------------------
3
+
4
+ Version 9.2.6 (January 13, 2026)
5
+ ----------------------------
6
+
1
7
  # Version 9.2.5 (November 28, 2025)
2
8
 
3
9
  ### Updates