@datalith/gridmap
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () { | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () { | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () { | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
@@ -7,5 +7,5 @@ import * as React from 'react'; | ||
export declare class GridMapUs extends React.Component<GridMapUsProps> { | ||
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "fill" | "fillOpacity" | "stroke" | "strokeOpacity" | "tooltip" | "valueInactive" | "fillInactive" | "fillOpacityInactive" | "strokeInactive" | "strokeOpacityInactive" | "customRender" | "className" | "style" | "additionalElements" | "size">>; | ||
static defaultProps: Partial<GridMapUsProps>; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
@@ -7,5 +7,5 @@ import * as React from 'react'; | ||
export declare class GridMapWorld extends React.Component<GridMapWorldProps> { | ||
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "fill" | "fillOpacity" | "stroke" | "strokeOpacity" | "tooltip" | "valueInactive" | "fillInactive" | "fillOpacityInactive" | "strokeInactive" | "strokeOpacityInactive" | "customRender" | "className" | "style" | "additionalElements" | "size">>; | ||
static defaultProps: Partial<GridMapWorldProps>; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
{ | ||
"name": "@datalith/gridmap", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "datalith gridmap", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@datalith/util": "^0.12.0", | ||
"@datalith/util": "^0.12.1", | ||
"@turf/flatten": "^5.1.5", | ||
@@ -57,3 +57,3 @@ "d3-array": "^2.1.0", | ||
"react-test-renderer": "^16.8.5", | ||
"typescript": "^3.5.1" | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -65,4 +65,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"gitHead": "de8bfa0ea4c418ed0d618640a324001482768757" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11222
926763
22
Updated@datalith/util@^0.12.1