dhx-chart 8.2.0 → 8.2.1

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.
@@ -74,7 +74,6 @@ export declare class Grid extends View implements IGrid {
74
74
  protected _getRowGhost(ids: Id[]): HTMLDivElement;
75
75
  protected _initHooks(): {
76
76
  didMount: () => void;
77
- didUnmount: (vm: any) => void;
78
77
  };
79
78
  private _canDataParse;
80
79
  private _init;
@@ -521,6 +521,7 @@ export interface ICell {
521
521
  export interface IRow {
522
522
  id?: Id;
523
523
  height?: number;
524
+ hidden?: boolean;
524
525
  $height?: number;
525
526
  [key: string]: any;
526
527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "dhtmlxChart widget",
5
5
  "homepage":"https://docs.dhtmlx.com/chart",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
3
 
4
- dhtmlxChart v.8.2.0 Standard
4
+ dhtmlxChart v.8.2.1 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,6 @@
1
+ Version 8.2.1 (August 31, 2023)
2
+ ----------------------------
3
+
1
4
  Version 8.2.0 (August 29, 2023)
2
5
 
3
6
  ### Updates