dhx-suite 8.4.3 → 8.4.5

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.
@@ -70,10 +70,7 @@ export declare class Grid extends View implements IGrid {
70
70
  protected _checkSelectFilterValue(): void;
71
71
  protected _clearFilterValue(allCols?: boolean): void;
72
72
  protected _adjustColumns(): void;
73
- protected _prepareData(data: IDataItem[] | IDataCollection): IDataItem[] | {
74
- $height: number;
75
- id?: Id;
76
- }[];
73
+ protected _prepareData(data: IDataItem[] | IDataCollection): any[] | IDataItem[];
77
74
  protected _adjustColumnsWidth({ rows, cols, adjust, }: IAdjustColumns): IColumnsWidth;
78
75
  protected _prepareColumnData(data: any, type: "header" | "footer"): IRow[];
79
76
  protected _dragStart(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-suite",
3
- "version": "8.4.3",
3
+ "version": "8.4.5",
4
4
  "description": "dhtmlxSuite widget",
5
5
  "homepage":"https://docs.dhtmlx.com",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
3
 
4
- dhtmlxSuite v.8.4.3 Standard
4
+ dhtmlxSuite v.8.4.5 Standard
5
5
  This software is covered by GPL-2.0 License. Usage without proper license is prohibited.
6
6
 
7
7
  (c) XB Software.
package/whatsnew.txt CHANGED
@@ -1,3 +1,12 @@
1
+ Version 8.4.5 (October 14, 2024)
2
+ ----------------------------
3
+
4
+ # Version 8.4.4 (September 16, 2024)
5
+
6
+ ### Fixes
7
+
8
+ - Grid. Data is not displayed in the non-PRO version
9
+
1
10
  # Version 8.4.3 (September 10, 2024)
2
11
 
3
12
  ### Fixes