dhx-chart 8.3.12 → 8.3.13
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.
|
@@ -3,10 +3,12 @@ export declare class KeyListener {
|
|
|
3
3
|
private _sequence;
|
|
4
4
|
private _currentAction;
|
|
5
5
|
private _clearTimeout;
|
|
6
|
+
private _handler;
|
|
6
7
|
constructor();
|
|
7
8
|
startNewListen(action: (seq: string) => any): void;
|
|
8
9
|
endListen(): void;
|
|
9
10
|
reset(): void;
|
|
11
|
+
destructor(): void;
|
|
10
12
|
private _change;
|
|
11
13
|
private _addClearTimeout;
|
|
12
14
|
}
|
|
@@ -21,6 +21,7 @@ export declare class Layout extends Cell implements ILayout {
|
|
|
21
21
|
cell(id: string): any;
|
|
22
22
|
progressShow(): void;
|
|
23
23
|
progressHide(): void;
|
|
24
|
+
protected _initHandlers(): void;
|
|
24
25
|
protected _getCss(content?: boolean): string;
|
|
25
26
|
private _parseConfig;
|
|
26
27
|
protected _createCell(cell: ILayoutConfig): ICell;
|
package/package.json
CHANGED
package/readme.txt
CHANGED