dhx-chart 8.1.6 → 8.1.7

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.
@@ -14,6 +14,7 @@ export declare function detectWidgetClick(widgetId: string, cb: (inner: boolean)
14
14
  export declare function unwrapBox<T>(box: T | T[]): T;
15
15
  export declare function wrapBox<T>(unboxed: T | T[]): T[];
16
16
  export declare function isDefined<T>(some: T): boolean;
17
+ export declare function isId<T>(some: T): boolean;
17
18
  export declare function range(from: number, to: number): number[];
18
19
  export declare function isNumeric(val: any): boolean;
19
20
  export declare function downloadFile(data: string, filename: string, mimeType?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.1.6",
3
+ "version": "8.1.7",
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.6 Standard
4
+ dhtmlxChart v.8.1.7 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.1.7 (July 26, 2023)
2
+ ----------------------------
3
+
1
4
  Version 8.1.6 (July 11, 2023)
2
5
  ----------------------------
3
6