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.
- package/codebase/chart.min.css +1 -1
- package/codebase/chart.min.js +3 -3
- package/codebase/types/ts-grid/sources/types.d.ts +1 -0
- package/codebase/types/ts-grid/sources/ui/content/ComboFilter.d.ts +1 -0
- package/codebase/types/ts-list/sources/List.d.ts +1 -0
- package/package.json +1 -1
- package/readme.txt +1 -1
- package/whatsnew.txt +3 -0
|
@@ -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
package/readme.txt
CHANGED