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.
- package/codebase/chart.min.js +3 -3
- package/codebase/types/ts-common/core.d.ts +1 -0
- package/package.json +1 -1
- package/readme.txt +1 -1
- package/whatsnew.txt +3 -0
|
@@ -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
package/readme.txt
CHANGED