dhx-chart 8.2.3 → 8.2.4

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.
@@ -243,6 +243,7 @@ export interface ICol {
243
243
  [key: string]: string;
244
244
  };
245
245
  $uniqueData?: any[];
246
+ $activeFilterData?: any[];
246
247
  $width?: number;
247
248
  $fixed?: boolean;
248
249
  $htmlEnable?: boolean;
@@ -19,6 +19,7 @@ export declare class ComboFilter implements IHeaderFilter {
19
19
  clear(silent?: boolean): void;
20
20
  focus(): void;
21
21
  blur(): void;
22
+ destructor(): void;
22
23
  private _setData;
23
24
  private _checkValue;
24
25
  }
@@ -21,6 +21,7 @@ export declare class List extends View implements IList {
21
21
  private _visibleHeight;
22
22
  private _touch;
23
23
  protected _changed: boolean;
24
+ protected _destructed: boolean;
24
25
  constructor(node: HTMLElement | string, config?: IListConfig);
25
26
  protected _didRedraw(vm: any): void;
26
27
  private _dblClick;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.2.3",
3
+ "version": "8.2.4",
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.3 Standard
4
+ dhtmlxChart v.8.2.4 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.4 (October 4, 2023)
2
+ ----------------------------
3
+
1
4
  # Version 8.2.3 (September 26, 2023)
2
5
 
3
6
  ### Fixes