@hpcc-js/common
Advanced tools
Comparing version 0.0.71 to 0.0.72
{ | ||
"name": "@hpcc-js/common", | ||
"version": "0.0.71", | ||
"version": "0.0.72", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^0.0.69" | ||
"@hpcc-js/util": "^0.0.70" | ||
}, | ||
@@ -62,3 +62,3 @@ "devDependencies": { | ||
"typedoc": "0.7.1", | ||
"typescript": "2.6.1", | ||
"typescript": "2.8.1", | ||
"uglify-es": "3.2.0" | ||
@@ -65,0 +65,0 @@ }, |
@@ -18,3 +18,4 @@ import { PropertyExt } from "./PropertyExt"; | ||
formatter(format: any): any; | ||
children(_?: Array<string | INestedColumn>, asDefault?: boolean): Field[] | this; | ||
children(): Field[]; | ||
children(_: Array<string | INestedColumn | Field>, asDefault?: boolean): this; | ||
label_default: { | ||
@@ -56,3 +57,3 @@ (): string; | ||
parsedData(): any[]; | ||
formattedData(): any[]; | ||
formattedData(): any[][]; | ||
fieldsChecksum(): string; | ||
@@ -59,0 +60,0 @@ dataChecksum(): string; |
@@ -5,3 +5,3 @@ export declare function SelectionBag(): void; | ||
export declare function isArray(obj: any): boolean; | ||
export declare function template(string: any, _args: any): any; | ||
export declare function template(tpl: string, _args: any): string; | ||
export declare function naturalSort(data: any, order: any, idx: any, sortCaseSensitive: any): any; | ||
@@ -8,0 +8,0 @@ export declare function multiSort(data: any, sortBy: any): any; |
@@ -44,3 +44,3 @@ import { Selection as d3Selection } from "d3-selection"; | ||
parsedData(): any[]; | ||
formattedData(): any[]; | ||
formattedData(): any[][]; | ||
data(): any; | ||
@@ -76,5 +76,9 @@ data(_: any): this; | ||
y: number; | ||
width?: undefined; | ||
height?: undefined; | ||
} | { | ||
width: number; | ||
height: number; | ||
x?: undefined; | ||
y?: undefined; | ||
})[]; | ||
@@ -81,0 +85,0 @@ toWidget(domNode: any): Widget | null; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4312383
25078
+ Added@hpcc-js/util@0.0.70(transitive)
- Removed@hpcc-js/util@0.0.69(transitive)
Updated@hpcc-js/util@^0.0.70