@equinor/videx-map
Advanced tools
Comparing version 1.6.4 to 1.7.0
@@ -5,11 +5,13 @@ import { Field } from '../../FieldModule'; | ||
type: string; | ||
geometry: [{ | ||
coordinates: [number, number][]; | ||
properties: { | ||
discname: string; | ||
hctype: string; | ||
polygonId: number; | ||
status: string; | ||
}; | ||
}]; | ||
geometry: [ | ||
{ | ||
coordinates: [number, number][]; | ||
properties: { | ||
discname: string; | ||
hctype: string; | ||
polygonId: number; | ||
status: string; | ||
}; | ||
} | ||
]; | ||
properties: { | ||
@@ -16,0 +18,0 @@ group: number; |
@@ -10,2 +10,3 @@ import * as PIXI from 'pixi.js'; | ||
import AsyncLoop from './utils/wellbores/AsyncLoop'; | ||
import RealtimeWellbore from './utils/wellbores/RealtimeWellbore'; | ||
export default class WellboreModule extends ModuleInterface { | ||
@@ -75,3 +76,3 @@ config: Config; | ||
*/ | ||
setHighlight(label: string, ...keys: string[]): [number, number]; | ||
setHighlight(label: string, ...keys: string[]): RealtimeWellbore; | ||
clearHighlight(onHighlightOff?: () => void): boolean; | ||
@@ -78,0 +79,0 @@ clearAll(): void; |
{ | ||
"name": "@equinor/videx-map", | ||
"version": "1.6.4", | ||
"version": "1.7.0", | ||
"description": "Component for Pixi-overlay in Leaflet.", | ||
@@ -41,29 +41,29 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
"@babel/core": "^7.11.6", | ||
"@equinor/videx-storybook-input": "^1.0.0", | ||
"@storybook/html": "^5.3.14", | ||
"@storybook/html": "^6.0.21", | ||
"@types/d3": "^5.7.2", | ||
"@types/earcut": "^2.1.0", | ||
"@types/jest": "^25.1.4", | ||
"@types/leaflet": "^1.5.10", | ||
"@types/earcut": "^2.1.1", | ||
"@types/jest": "^26.0.13", | ||
"@types/leaflet": "^1.5.17", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"babel-loader": "^8.0.6", | ||
"copyfiles": "^2.2.0", | ||
"d3": "^5.15.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"jest": "^25.1.0", | ||
"babel-loader": "^8.1.0", | ||
"copyfiles": "^2.3.0", | ||
"d3": "^6.1.1", | ||
"eslint": "^7.8.1", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"jest": "^26.4.2", | ||
"jest-canvas-mock": "^2.2.0", | ||
"leaflet": "^1.6.0", | ||
"leaflet": "^1.7.1", | ||
"leaflet-pixi-overlay": "^1.8.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.0.3", | ||
"rollup": "^2.26.11", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"simplex-noise": "^2.4.0", | ||
"ts-jest": "^25.2.1", | ||
"typedoc": "^0.16.11", | ||
"typescript": "^3.8.3" | ||
"ts-jest": "^26.3.0", | ||
"typedoc": "^0.19.1", | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -84,4 +84,4 @@ "jest": { | ||
"earcut": "^2.2.2", | ||
"pixi.js": "^5.2.1" | ||
"pixi.js": "^5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
298176
46
0
100
2373
Updatedpixi.js@^5.3.3