@equinor/videx-3d 1.0.3 → 1.1.1
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/dist/{chunk-BolRQZt9.js → chunk-BlPg4RjP.js} +3 -1
- package/dist/generators.js +1 -1
- package/dist/main.js +1993 -1817
- package/dist/sdk.js +490 -316
- package/dist/types/components/EventEmitter/EventEmitterContext.d.ts +2 -1
- package/dist/types/components/EventEmitter/index.d.ts +1 -0
- package/dist/types/components/EventEmitter/picking-helper.d.ts +3 -0
- package/dist/types/components/EventEmitter/picking-material.d.ts +8 -5
- package/dist/types/components/Wellbores/Casings/CasingEmitterMaterial.d.ts +16 -0
- package/dist/types/components/Wellbores/Casings/CasingSection.d.ts +3 -2
- package/dist/types/components/Wellbores/Casings/Casings.d.ts +3 -2
- package/dist/types/sdk/geometries/planar-geometry.d.ts +69 -0
- package/dist/types/sdk/index.d.ts +2 -0
- package/dist/types/sdk/utils/geojson.d.ts +15 -0
- package/package.json +1 -1
package/dist/generators.js
CHANGED
|
@@ -8,7 +8,7 @@ import { clamp as bt } from "curve-interpolator";
|
|
|
8
8
|
import { group as vt } from "d3-array";
|
|
9
9
|
import { mergeBufferGeometries as Y } from "three-stdlib";
|
|
10
10
|
import { a as At } from "./chunk-DuRASjkF.js";
|
|
11
|
-
import { d as W, t as xt,
|
|
11
|
+
import { d as W, t as xt, f as Bt, a as $t } from "./chunk-BlPg4RjP.js";
|
|
12
12
|
async function Kt(o, c, l = 0, r, m = !1) {
|
|
13
13
|
const t = await this.get("position-logs", o), e = A(o, t);
|
|
14
14
|
if (!e) return null;
|