@datalith/gridmap
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -27,32 +27,3 @@ import { CommonProps, Coords, Datum, Value } from '@datalith/util'; | ||
export declare type GridMapProps = Props & CommonProps; | ||
export declare const GridMap: { | ||
new (props: Readonly<GridMapProps>): { | ||
render(): JSX.Element; | ||
context: any; | ||
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<GridMapProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
forceUpdate(callBack?: (() => void) | undefined): void; /** Value Accessor */ | ||
readonly props: Readonly<GridMapProps> & Readonly<{ | ||
children?: React.ReactNode; | ||
}>; | ||
state: Readonly<{}>; | ||
refs: { | ||
[key: string]: React.ReactInstance; | ||
}; | ||
}; | ||
new (props: GridMapProps, context?: any): { | ||
render(): JSX.Element; | ||
context: any; | ||
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<GridMapProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
forceUpdate(callBack?: (() => void) | undefined): void; | ||
readonly props: Readonly<GridMapProps> & Readonly<{ | ||
children?: React.ReactNode; | ||
}>; | ||
state: Readonly<{}>; | ||
refs: { | ||
[key: string]: React.ReactInstance; | ||
}; | ||
}; | ||
defaultProps: Partial<GridMapProps>; | ||
contextType?: React.Context<any> | undefined; | ||
}; | ||
export declare const GridMap: React.ComponentType<Partial<Props>>; | ||
export {}; |
@@ -7,5 +7,5 @@ import * as React from 'react'; | ||
export declare class GridMapUs extends React.Component<GridMapUsProps> { | ||
static defaultProps: Partial<GridMapProps>; | ||
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "stroke" | "fill" | "tooltip" | "customRender" | "className" | "style" | "defs" | "size">>; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
@@ -7,5 +7,5 @@ import * as React from 'react'; | ||
export declare class GridMapWorld extends React.Component<GridMapWorldProps> { | ||
static defaultProps: Partial<GridMapProps>; | ||
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "stroke" | "fill" | "tooltip" | "customRender" | "className" | "style" | "defs" | "size">>; | ||
render(): JSX.Element; | ||
} | ||
export {}; |
{ | ||
"name": "@datalith/gridmap", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "datalith gridmap", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@datalith/util": "^0.6.0", | ||
"@datalith/util": "^0.7.0", | ||
"@turf/flatten": "^5.1.5", | ||
@@ -49,2 +49,3 @@ "d3-array": "^2.1.0", | ||
"@types/lodash": "^4.14.123", | ||
"@types/react": "^16.8.5", | ||
"@types/react-tooltip": "^3.9.2", | ||
@@ -64,3 +65,3 @@ "@types/topojson": "^3.2.2", | ||
}, | ||
"gitHead": "3fbaeca39ac2ec36be1fc1a65d829dd577fa25aa" | ||
"gitHead": "8bc3b1c6da2f4e255806d43d0102623d2c329d33" | ||
} |
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
915416
12
11199
+ Added@datalith/util@0.7.0(transitive)
- Removed@datalith/util@0.6.0(transitive)
Updated@datalith/util@^0.7.0