dhx-chart 8.1.7 → 8.1.8

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.
@@ -69,7 +69,8 @@ export declare class Grid extends View implements IGrid {
69
69
  protected _dragStart(event: any): void;
70
70
  protected _getRowGhost(ids: Id[]): HTMLDivElement;
71
71
  protected _initHooks(): {
72
- didMount: () => void;
72
+ didMount: (vm: any) => void;
73
+ didUnmount: (vm: any) => void;
73
74
  };
74
75
  private _canDataParse;
75
76
  private _init;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.1.7",
3
+ "version": "8.1.8",
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.1.7 Standard
4
+ dhtmlxChart v.8.1.8 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.1.8 (August 8, 2023)
2
+ ----------------------------
3
+
1
4
  Version 8.1.7 (July 26, 2023)
2
5
  ----------------------------
3
6