dhx-chart 8.1.2 → 8.1.3
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IFixedRowsConfig, ILayoutState, IRendererConfig, Split } from "../types";
|
|
2
2
|
export declare function getRows(config: IRendererConfig, rowsConfig: IFixedRowsConfig): any[];
|
|
3
|
-
export declare function getFixedSpans(config: IRendererConfig, rowsConfig: IFixedRowsConfig): any[];
|
|
4
|
-
export declare function getFixedRows(config: IRendererConfig, rowsConfig: IFixedRowsConfig): any;
|
|
3
|
+
export declare function getFixedSpans(config: IRendererConfig, rowsConfig: IFixedRowsConfig, mode?: Split): any[];
|
|
4
|
+
export declare function getFixedRows(config: IRendererConfig, rowsConfig: IFixedRowsConfig, mode?: Split): any;
|
|
5
5
|
export declare function getFixedDataRows(config: IRendererConfig, layout: ILayoutState, mode: Split.top | Split.bottom): any[];
|
package/package.json
CHANGED
package/readme.txt
CHANGED