dhx-chart 8.1.1 → 8.1.2

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.
@@ -78,4 +78,5 @@ export declare class Grid extends View implements IGrid {
78
78
  private _render;
79
79
  private _initHotKey;
80
80
  private _normalizeConfig;
81
+ private _autoScroll;
81
82
  }
@@ -14,7 +14,7 @@ export declare class ComboFilter implements IHeaderFilter {
14
14
  protected initFilter(): void;
15
15
  protected initHandlers(): void;
16
16
  getFilter(): Combobox;
17
- setValue(value: string | string[]): void;
17
+ setValue(value?: string | string[]): void;
18
18
  clear(): void;
19
19
  focus(): void;
20
20
  blur(): void;
@@ -54,4 +54,5 @@ export declare class Cell extends View implements ICell {
54
54
  protected _calculateStyle(): any;
55
55
  private _resizedWindow;
56
56
  private _resetCellsSize;
57
+ private _checkFullSizeCell;
57
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
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.1 Standard
4
+ dhtmlxChart v.8.1.2 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.2 (May 29, 2023)
2
+ ----------------------------
3
+
1
4
  Version 8.1.1 (May 18, 2023)
2
5
  ----------------------------
3
6