iflow-engine-base 3.9.203 → 3.9.204
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/bim-engine-sdk.es.js +30 -31
- package/dist/bim-engine-sdk.umd.js +531 -531
- package/dist/chunks/{engine-2d-D5sGoz-x.js → engine-2d-FTvtmsww.js} +34 -35
- package/dist/chunks/{engine-3d-5kLY2eW_.js → engine-3d-CJwFNQj9.js} +2 -2
- package/dist/chunks/{engine-720-qJI7_vie.js → engine-720-DcbdciJn.js} +2 -2
- package/dist/chunks/{engine-gaussian-Br2SKMfT.js → engine-gaussian-CSZcRBxh.js} +2 -2
- package/dist/chunks/{engine-gis-pfHvTy4d.js → engine-gis-ocpyW-vf.js} +2 -2
- package/dist/chunks/{sdk-runtime-Cp8Q8aEa.js → sdk-runtime-a0W8NqlU.js} +909 -910
- package/dist2d/dwg-preview.es.js +1 -1
- package/dist2d/dwg-preview.umd.js +1 -1
- package/distGaussian/gaussian.es.js +1 -1
- package/distGaussian/gaussian.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { s as
|
|
2
|
-
import { g as f, r as
|
|
3
|
-
|
|
4
|
-
const g = {
|
|
1
|
+
import { s as t } from "./chunks/sdk-assets-F7qFhuao.js";
|
|
2
|
+
import { g as f, r as u } from "./chunks/sdk-assets-F7qFhuao.js";
|
|
3
|
+
const i = {
|
|
5
4
|
Initialized: "gis:initialized",
|
|
6
5
|
CameraChanged: "gis:camera-changed",
|
|
7
6
|
ModelLoadStart: "gis:model-load-start",
|
|
@@ -13,41 +12,41 @@ const g = {
|
|
|
13
12
|
Destroyed: "gis:destroyed"
|
|
14
13
|
};
|
|
15
14
|
function r(e) {
|
|
16
|
-
e?.assetBaseUrl &&
|
|
15
|
+
e?.assetBaseUrl && t(e.assetBaseUrl);
|
|
16
|
+
}
|
|
17
|
+
async function d(e) {
|
|
18
|
+
r(e);
|
|
19
|
+
const { EngineKernelV2: n } = await import("./chunks/engine-3d-CJwFNQj9.js").then((a) => a.E);
|
|
20
|
+
return new n(e);
|
|
17
21
|
}
|
|
18
22
|
async function o(e) {
|
|
19
23
|
r(e);
|
|
20
|
-
const {
|
|
21
|
-
return new
|
|
24
|
+
const { EngineKernel2d: n } = await import("./chunks/engine-2d-FTvtmsww.js").then((a) => a.a);
|
|
25
|
+
return new n(e);
|
|
22
26
|
}
|
|
23
27
|
async function c(e) {
|
|
24
|
-
|
|
25
|
-
const {
|
|
26
|
-
return new
|
|
27
|
-
}
|
|
28
|
-
async function l(e) {
|
|
29
|
-
await n(e, "720"), r(e);
|
|
30
|
-
const { EngineKernel720: a } = await import("./chunks/engine-720-qJI7_vie.js");
|
|
31
|
-
return new a(e);
|
|
28
|
+
r(e);
|
|
29
|
+
const { EngineKernel720: n } = await import("./chunks/engine-720-DcbdciJn.js");
|
|
30
|
+
return new n(e);
|
|
32
31
|
}
|
|
33
|
-
async function
|
|
34
|
-
|
|
35
|
-
const { EngineKernelGaussian:
|
|
36
|
-
return new
|
|
32
|
+
async function g(e) {
|
|
33
|
+
r(e);
|
|
34
|
+
const { EngineKernelGaussian: n } = await import("./chunks/engine-gaussian-CSZcRBxh.js");
|
|
35
|
+
return new n(e);
|
|
37
36
|
}
|
|
38
|
-
async function
|
|
39
|
-
|
|
40
|
-
const { EngineKernelGIS:
|
|
41
|
-
return new
|
|
37
|
+
async function l(e) {
|
|
38
|
+
r(e);
|
|
39
|
+
const { EngineKernelGIS: n } = await import("./chunks/engine-gis-ocpyW-vf.js");
|
|
40
|
+
return new n(e);
|
|
42
41
|
}
|
|
43
42
|
export {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
i as EventTypeGIS,
|
|
44
|
+
d as createEngine,
|
|
45
|
+
o as createEngine2d,
|
|
46
|
+
c as createEngine720,
|
|
47
|
+
l as createEngineGIS,
|
|
48
|
+
g as createEngineGaussian,
|
|
50
49
|
f as getSdkAssetBaseUrl,
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
u as resolveSdkAsset,
|
|
51
|
+
t as setSdkAssetBaseUrl
|
|
53
52
|
};
|