dhx-chart 8.1.2 → 8.1.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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.1.2",
3
+ "version": "8.1.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.1.2 Standard
4
+ dhtmlxChart v.8.1.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,9 @@
1
+ Version 8.1.4 (June 15, 2023)
2
+ ----------------------------
3
+
4
+ Version 8.1.3 (June 12, 2023)
5
+ ----------------------------
6
+
1
7
  Version 8.1.2 (May 29, 2023)
2
8
  ----------------------------
3
9