earthsdk3-ue 3.7.0-beta.16 → 3.7.0-beta.17
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/earthsdk3-ue.iife.js +12 -12
- package/dist/earthsdk3-ue.js +51 -51
- package/dist/earthsdk3-ue.umd.cjs +3 -3
- package/package.json +2 -2
package/dist/earthsdk3-ue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _r = Object.defineProperty;
|
|
2
2
|
var $r = (d, e, t) => e in d ? _r(d, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[e] = t;
|
|
3
3
|
var f = (d, e, t) => $r(d, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { ESViewer as Ee, reactArrayWithUndefined as pr, ESSceneObject as E, ESJPickedResult as Ae, Destroyable as C, HasOwner as Wr, createGuid as M, Event as x, createAnimateFrame as
|
|
4
|
+
import { ESViewer as Ee, reactArrayWithUndefined as pr, ESSceneObject as E, ESJPickedResult as Ae, Destroyable as C, HasOwner as Wr, createGuid as M, Event as x, createAnimateFrame as ze, createInterval as Se, react as W, createNextAnimateFrameEvent as P, ViewerCustomInteraction as fr, ObjResettingWithEvent as R, createProcessingFromAsyncFunc as Te, sleep as Ar, getGeoBoundingSphereFromPositions as Ur, extendClassProps as Nr, EngineObject as K, ES3DTileset as me, ESImageryLayer as U, reactJson as He, ESTerrainLayer as br, ESAlarm as zr, ESApertureEffect as Hr, ESGeoPolygon as Jr, ESAreaMeasurement as tt, ESBlastParticleSystem as Gr, ESBoxClipping as Kr, ESCameraView as Xr, ESCameraVisibleRange as Qr, ESCar as Yr, ESClassification as ct, ESClippingPlane as Zr, ESDataMesh as H, ESDatasmithRuntimeModel as qr, ESDirectionMeasurement as Vr, ESDistanceMeasurement as _e, ESLocalPolygon as Or, ESDynamicWater as jr, ESEntityCluster as tn, ESExcavate as en, ESFireParticleSystem as rn, ESForestTileset as N, ESGeoDiv as Ce, ESTextLabel as vr, bind as L, ESCustomDiv as Je, ESImageLabel as gr, track as I, PosFloatDiv as nn, getDistancesFromPositions as sn, ESGeoJson as on, ESGeoLineString as an, ESGeoRectangle as ln, ESGeoWater as dn, rpToap as Fe, ESGltfModel as cn, ESHeightMeasurement as un, ESHuman as hn, ESLevelRuntimeModel as pn, ESLocalCircle as fn, ESLocalPolygonZ as vn, ESLocalRectangle as gn, ESLocalSkyBox as wn, ESLocationMeasurement as yn, ESPipeFence as mn, ESPipeline as Cn, ESPipeserTileset as Fn, ESPit as In, ESPoi2D as En, ESPoi3D as Sn, ESPoiTileset as Tn, ESPolygonFence as xn, ESPolygonFlattenedPlane as Rn, ESPolygonWithHole as Pn, ESRtsTileset as Ln, ESSeparateFoliage as Dn, addTreesCallFunc as kn, removeAllTreesCallFunc as Bn, updateTreeParamsCallFunc as Mn, cutDownTreesCallFunc as _n, growthSimulationCallFunc as $n, ESSubmergingAnalysis as Wn, ESSunshineAnalysis as An, ESSurfaceAreaMeasurement as Un, ESUEWidget as Nn, ESUnrealActor as $e, ESVideoFusion as bn, ESViewShed as zn, ESVisibilityAnalysis as Hn, ESVolumeMeasurement as Jn, ESWidget as Gn, ESHumanPoi as Kn, ESNavigator as et, ESPath as Xn, ESViewerStatusBar as A, ESGaussianSplatting as Qn, ESRtsFeatureEditing as Yn, ESMsTileset as Zn, ESGeoExtrudedPolygon as ye, ESStaticMesh as qn, ESSkylineAnalysis as Vn } from "earthsdk3";
|
|
5
5
|
import { Logger as wr, Config as yr, TextParameters as mr, NumericParameters as Cr, PixelStreaming as Fr } from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2";
|
|
6
6
|
import On from "html2canvas";
|
|
7
7
|
var hr;
|
|
@@ -551,12 +551,12 @@ const we = async (d, e, t, i, r, n = "default") => {
|
|
|
551
551
|
f: "BindImageryByTag",
|
|
552
552
|
p: { ID: e, ActorTag: t, ComponentTag: i }
|
|
553
553
|
});
|
|
554
|
-
},
|
|
554
|
+
}, bs = async function(d, e, t) {
|
|
555
555
|
return await d.callUeFunc({
|
|
556
556
|
f: "UnBindImageryByTag",
|
|
557
557
|
p: { ActorTag: e, ComponentTag: t }
|
|
558
558
|
});
|
|
559
|
-
},
|
|
559
|
+
}, zs = async function(d, e) {
|
|
560
560
|
return await d.callUeFunc({
|
|
561
561
|
f: "UnBindImageryById",
|
|
562
562
|
p: { ID: e }
|
|
@@ -1065,7 +1065,7 @@ class ro extends Be {
|
|
|
1065
1065
|
} else c === "webRtcConnected" ? this.webRtcConnected = !0 : c === "videoinited" ? this.videoinited = !0 : c === "esmsgwsopen" && (this.esmsgwsopen = !0);
|
|
1066
1066
|
}));
|
|
1067
1067
|
{
|
|
1068
|
-
const c = this.dv(
|
|
1068
|
+
const c = this.dv(ze());
|
|
1069
1069
|
let u, v;
|
|
1070
1070
|
c.start(() => {
|
|
1071
1071
|
if (u !== t.offsetWidth || v !== t.offsetHeight) {
|
|
@@ -1516,7 +1516,7 @@ class uo extends Be {
|
|
|
1516
1516
|
}
|
|
1517
1517
|
}));
|
|
1518
1518
|
{
|
|
1519
|
-
const l = this.dv(
|
|
1519
|
+
const l = this.dv(ze());
|
|
1520
1520
|
let c, u, v;
|
|
1521
1521
|
l.start(() => {
|
|
1522
1522
|
if (c !== t.offsetWidth || u !== t.offsetHeight || v !== s.resolutionScale) {
|
|
@@ -1846,8 +1846,8 @@ class go extends Be {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
const m = Math.ceil(y / w) | 0;
|
|
1848
1848
|
[...new Array(m).keys()].map((F) => v.slice(F * w, (F + 1) * w)).forEach((F, $) => {
|
|
1849
|
-
const
|
|
1850
|
-
a.UE_JSHTML5Communication.JSSendMessageToUE(
|
|
1849
|
+
const z = `${T}-${$}/${m}-` + F;
|
|
1850
|
+
a.UE_JSHTML5Communication.JSSendMessageToUE(z);
|
|
1851
1851
|
});
|
|
1852
1852
|
};
|
|
1853
1853
|
this.dv(Se()).start(p, 50);
|
|
@@ -2193,16 +2193,16 @@ class Fo extends C {
|
|
|
2193
2193
|
r.viewer && !r.viewer.isDestroyed() && r.viewer.destroy(), r.viewer = void 0, p && t.removeChild(p) && (p = void 0), p = document.createElement("div"), p.setAttribute("earthsdk3-ue", "earthsdk3-ue-videoContainer"), p.style.cssText = "position:relative; height: 100%;width:100%;", t.appendChild(p);
|
|
2194
2194
|
let u, v, w, y;
|
|
2195
2195
|
if (n(i.options, "ws")) {
|
|
2196
|
-
const { ws: F, esmsg: $, uselnternalSignallingServer:
|
|
2197
|
-
u = F, v = $, w =
|
|
2196
|
+
const { ws: F, esmsg: $, uselnternalSignallingServer: z, silentTime: Me } = i.options;
|
|
2197
|
+
u = F, v = $, w = z ?? !1, y = Me ?? 0;
|
|
2198
2198
|
}
|
|
2199
2199
|
if (n(i.options, "uri") && n(i.options, "app")) {
|
|
2200
2200
|
const { offsetWidth: F, offsetHeight: $ } = p;
|
|
2201
|
-
let { uri:
|
|
2202
|
-
|
|
2201
|
+
let { uri: z, app: Me, token: Xe, silentTime: Rr } = i.options;
|
|
2202
|
+
z.endsWith("/") || (z += "/");
|
|
2203
2203
|
const Pr = Xe ? `?essstoken=${Xe}` : "", Qe = `/${Me}/${F ?? 1920}/${$ ?? 1080}` + Pr;
|
|
2204
|
-
console.log(`请求信令服务器: ${
|
|
2205
|
-
const Lr = await c.promise(fetch(`${
|
|
2204
|
+
console.log(`请求信令服务器: ${z}instance${Qe}`);
|
|
2205
|
+
const Lr = await c.promise(fetch(`${z}instance${Qe}`, { method: "GET" })), j = await c.promise(Lr.json());
|
|
2206
2206
|
if (j && j.status !== "ok") {
|
|
2207
2207
|
r.setStatus("Error"), r.setStatusLog(`信令服务器请求失败 ${j.status}`), this._reconnectEvent.emit(void 0);
|
|
2208
2208
|
return;
|
|
@@ -2482,14 +2482,14 @@ const X = class X extends Ee {
|
|
|
2482
2482
|
console.warn("UnBindImageryByTag: viewer is undefined");
|
|
2483
2483
|
return;
|
|
2484
2484
|
}
|
|
2485
|
-
return await
|
|
2485
|
+
return await bs(this.viewer, t, i);
|
|
2486
2486
|
}
|
|
2487
2487
|
async unBindImageryById(t) {
|
|
2488
2488
|
if (!this.viewer) {
|
|
2489
2489
|
console.warn("UnBindImageryById: viewer is undefined");
|
|
2490
2490
|
return;
|
|
2491
2491
|
}
|
|
2492
|
-
return await
|
|
2492
|
+
return await zs(this.viewer, t);
|
|
2493
2493
|
}
|
|
2494
2494
|
async getIdByComponentNameAndHitItem(t, i, r) {
|
|
2495
2495
|
if (!this.viewer) {
|
|
@@ -2992,7 +2992,7 @@ f(B, "propValFuncs", {
|
|
|
2992
2992
|
materialParams: JSON.stringify(e.materialParams ?? {})
|
|
2993
2993
|
})
|
|
2994
2994
|
});
|
|
2995
|
-
class
|
|
2995
|
+
class b extends S {
|
|
2996
2996
|
constructor(e, t) {
|
|
2997
2997
|
super(e, t), t.viewer && this.d(t.widgetEvent.don((r) => {
|
|
2998
2998
|
if (r.objId !== e.id) return;
|
|
@@ -3558,7 +3558,7 @@ const Q = class Q extends k {
|
|
|
3558
3558
|
}
|
|
3559
3559
|
}
|
|
3560
3560
|
};
|
|
3561
|
-
f(Q, "type", Q.register("ESUeViewer",
|
|
3561
|
+
f(Q, "type", Q.register("ESUeViewer", br.type, Q)), f(Q, "forceUeUpdateProps", [
|
|
3562
3562
|
...k.forceUeUpdateProps,
|
|
3563
3563
|
"url"
|
|
3564
3564
|
]), f(Q, "propValFuncs", {
|
|
@@ -3576,7 +3576,7 @@ const pt = class pt extends S {
|
|
|
3576
3576
|
}
|
|
3577
3577
|
}
|
|
3578
3578
|
};
|
|
3579
|
-
f(pt, "type", pt.register("ESUeViewer",
|
|
3579
|
+
f(pt, "type", pt.register("ESUeViewer", zr.type, pt));
|
|
3580
3580
|
let je = pt;
|
|
3581
3581
|
const ft = class ft extends S {
|
|
3582
3582
|
constructor(e, t) {
|
|
@@ -4000,7 +4000,7 @@ class Io extends C {
|
|
|
4000
4000
|
const s = this._screenPosition, o = this.disposeVar(new Je());
|
|
4001
4001
|
o.parentID = t.id, i.add(o), this.dispose(() => i.delete(o)), this.dispose(L([o, "allowPicking"], [t, "allowPicking"]));
|
|
4002
4002
|
{
|
|
4003
|
-
const h = this.disposeVar(
|
|
4003
|
+
const h = this.disposeVar(ze()), a = () => {
|
|
4004
4004
|
t.show ? h.restart(void 0, async () => {
|
|
4005
4005
|
if (!t.position) return;
|
|
4006
4006
|
const g = await i.lonLatAltToScreenPosition(t.position);
|
|
@@ -4251,7 +4251,7 @@ const Bt = class Bt extends B {
|
|
|
4251
4251
|
}
|
|
4252
4252
|
};
|
|
4253
4253
|
f(Bt, "type", Bt.register("ESUeViewer", an.type, Bt));
|
|
4254
|
-
let
|
|
4254
|
+
let be = Bt;
|
|
4255
4255
|
const Mt = class Mt extends B {
|
|
4256
4256
|
constructor(e, t) {
|
|
4257
4257
|
if (super(e, t), !t.viewer) {
|
|
@@ -4351,7 +4351,7 @@ const Wt = class Wt extends S {
|
|
|
4351
4351
|
};
|
|
4352
4352
|
f(Wt, "type", Wt.register("ESUeViewer", hn.type, Wt));
|
|
4353
4353
|
let Si = Wt;
|
|
4354
|
-
const q = class q extends
|
|
4354
|
+
const q = class q extends b {
|
|
4355
4355
|
constructor(e, t) {
|
|
4356
4356
|
if (super(e, t), !t.viewer) {
|
|
4357
4357
|
console.warn("viewer is undefined!");
|
|
@@ -4361,10 +4361,10 @@ const q = class q extends z {
|
|
|
4361
4361
|
}
|
|
4362
4362
|
};
|
|
4363
4363
|
f(q, "type", q.register("ESUeViewer", gr.type, q)), f(q, "forceUeUpdateProps", [
|
|
4364
|
-
...
|
|
4364
|
+
...b.forceUeUpdateProps,
|
|
4365
4365
|
"url"
|
|
4366
4366
|
]), f(q, "propValFuncs", {
|
|
4367
|
-
...
|
|
4367
|
+
...b.propValFuncs,
|
|
4368
4368
|
url: (e) => typeof e == "string" ? E.context.getStrFromEnv(Fe(e)) : (e.url = E.context.getStrFromEnv(Fe(e.url)), e)
|
|
4369
4369
|
});
|
|
4370
4370
|
let Ti = q;
|
|
@@ -4398,7 +4398,7 @@ const Nt = class Nt extends k {
|
|
|
4398
4398
|
};
|
|
4399
4399
|
f(Nt, "type", Nt.register("ESUeViewer", vn.type, Nt));
|
|
4400
4400
|
let Pi = Nt;
|
|
4401
|
-
const
|
|
4401
|
+
const bt = class bt extends Ke {
|
|
4402
4402
|
constructor(e, t) {
|
|
4403
4403
|
if (super(e, t), !t.viewer) {
|
|
4404
4404
|
console.warn("viewer is undefined!");
|
|
@@ -4406,9 +4406,9 @@ const zt = class zt extends Ke {
|
|
|
4406
4406
|
}
|
|
4407
4407
|
}
|
|
4408
4408
|
};
|
|
4409
|
-
f(
|
|
4410
|
-
let Li =
|
|
4411
|
-
const
|
|
4409
|
+
f(bt, "type", bt.register("ESUeViewer", gn.type, bt));
|
|
4410
|
+
let Li = bt;
|
|
4411
|
+
const zt = class zt extends S {
|
|
4412
4412
|
constructor(e, t) {
|
|
4413
4413
|
if (super(e, t), !t.viewer) {
|
|
4414
4414
|
console.warn("viewer is undefined!");
|
|
@@ -4416,8 +4416,8 @@ const bt = class bt extends S {
|
|
|
4416
4416
|
}
|
|
4417
4417
|
}
|
|
4418
4418
|
};
|
|
4419
|
-
f(
|
|
4420
|
-
let Di =
|
|
4419
|
+
f(zt, "type", zt.register("ESUeViewer", wn.type, zt));
|
|
4420
|
+
let Di = zt;
|
|
4421
4421
|
const Ht = class Ht extends S {
|
|
4422
4422
|
constructor(e, t) {
|
|
4423
4423
|
if (super(e, t), !t.viewer) {
|
|
@@ -4438,7 +4438,7 @@ const Jt = class Jt extends B {
|
|
|
4438
4438
|
};
|
|
4439
4439
|
f(Jt, "type", Jt.register("ESUeViewer", mn.type, Jt));
|
|
4440
4440
|
let Bi = Jt;
|
|
4441
|
-
const Gt = class Gt extends
|
|
4441
|
+
const Gt = class Gt extends be {
|
|
4442
4442
|
constructor(e, t) {
|
|
4443
4443
|
if (super(e, t), !t.viewer) {
|
|
4444
4444
|
console.warn("viewer is undefined!");
|
|
@@ -4483,7 +4483,7 @@ const Xt = class Xt extends _ {
|
|
|
4483
4483
|
};
|
|
4484
4484
|
f(Xt, "type", Xt.register("ESUeViewer", In.type, Xt));
|
|
4485
4485
|
let $i = Xt;
|
|
4486
|
-
const Qt = class Qt extends
|
|
4486
|
+
const Qt = class Qt extends b {
|
|
4487
4487
|
constructor(e, t) {
|
|
4488
4488
|
super(e, t);
|
|
4489
4489
|
const i = t.viewer;
|
|
@@ -4559,7 +4559,7 @@ f(st, "propValFuncs", {
|
|
|
4559
4559
|
return t ? (t.components.main ?? t).id : e;
|
|
4560
4560
|
}
|
|
4561
4561
|
});
|
|
4562
|
-
let
|
|
4562
|
+
let bi = st;
|
|
4563
4563
|
const qt = class qt extends _ {
|
|
4564
4564
|
constructor(e, t) {
|
|
4565
4565
|
if (super(e, t), !t.viewer) {
|
|
@@ -4569,7 +4569,7 @@ const qt = class qt extends _ {
|
|
|
4569
4569
|
}
|
|
4570
4570
|
};
|
|
4571
4571
|
f(qt, "type", qt.register("ESUeViewer", Pn.type, qt));
|
|
4572
|
-
let
|
|
4572
|
+
let zi = qt;
|
|
4573
4573
|
const Vt = class Vt extends lt {
|
|
4574
4574
|
constructor(e, t) {
|
|
4575
4575
|
if (super(e, t), !t.viewer) {
|
|
@@ -4729,7 +4729,7 @@ const ee = class ee extends _ {
|
|
|
4729
4729
|
};
|
|
4730
4730
|
f(ee, "type", ee.register("ESUeViewer", Un.type, ee));
|
|
4731
4731
|
let Xi = ee;
|
|
4732
|
-
const ie = class ie extends
|
|
4732
|
+
const ie = class ie extends b {
|
|
4733
4733
|
constructor(e, t) {
|
|
4734
4734
|
if (super(e, t), !t.viewer) {
|
|
4735
4735
|
console.warn("viewer is undefined!");
|
|
@@ -4739,7 +4739,7 @@ const ie = class ie extends z {
|
|
|
4739
4739
|
};
|
|
4740
4740
|
f(ie, "type", ie.register("ESUeViewer", vr.type, ie));
|
|
4741
4741
|
let Qi = ie;
|
|
4742
|
-
const ot = class ot extends
|
|
4742
|
+
const ot = class ot extends b {
|
|
4743
4743
|
constructor(e, t) {
|
|
4744
4744
|
super(e, t);
|
|
4745
4745
|
const i = t.viewer;
|
|
@@ -4754,7 +4754,7 @@ const ot = class ot extends z {
|
|
|
4754
4754
|
}
|
|
4755
4755
|
};
|
|
4756
4756
|
f(ot, "type", ot.register("ESUeViewer", Nn.type, ot)), f(ot, "propValFuncs", {
|
|
4757
|
-
...
|
|
4757
|
+
...b.propValFuncs,
|
|
4758
4758
|
info: (e) => JSON.stringify(e ?? {})
|
|
4759
4759
|
});
|
|
4760
4760
|
let Yi = ot;
|
|
@@ -4967,7 +4967,7 @@ const ne = class ne extends S {
|
|
|
4967
4967
|
}
|
|
4968
4968
|
}
|
|
4969
4969
|
};
|
|
4970
|
-
f(ne, "type", ne.register("ESUeViewer",
|
|
4970
|
+
f(ne, "type", ne.register("ESUeViewer", bn.type, ne));
|
|
4971
4971
|
let Vi = ne;
|
|
4972
4972
|
const se = class se extends S {
|
|
4973
4973
|
constructor(e, t) {
|
|
@@ -4977,7 +4977,7 @@ const se = class se extends S {
|
|
|
4977
4977
|
}
|
|
4978
4978
|
}
|
|
4979
4979
|
};
|
|
4980
|
-
f(se, "type", se.register("ESUeViewer",
|
|
4980
|
+
f(se, "type", se.register("ESUeViewer", zn.type, se));
|
|
4981
4981
|
let Oi = se;
|
|
4982
4982
|
const oe = class oe extends B {
|
|
4983
4983
|
constructor(e, t) {
|
|
@@ -5016,7 +5016,7 @@ const ae = class ae extends _ {
|
|
|
5016
5016
|
};
|
|
5017
5017
|
f(ae, "type", ae.register("ESUeViewer", Jn.type, ae));
|
|
5018
5018
|
let tr = ae;
|
|
5019
|
-
const at = class at extends
|
|
5019
|
+
const at = class at extends b {
|
|
5020
5020
|
constructor(e, t) {
|
|
5021
5021
|
if (super(e, t), !t.viewer) {
|
|
5022
5022
|
console.warn("viewer is undefined!");
|
|
@@ -5025,7 +5025,7 @@ const at = class at extends z {
|
|
|
5025
5025
|
}
|
|
5026
5026
|
};
|
|
5027
5027
|
f(at, "type", at.register("ESUeViewer", Gn.type, at)), f(at, "propValFuncs", {
|
|
5028
|
-
...
|
|
5028
|
+
...b.propValFuncs,
|
|
5029
5029
|
info: (e) => JSON.stringify(e ?? {})
|
|
5030
5030
|
});
|
|
5031
5031
|
let er = at;
|
|
@@ -5369,7 +5369,7 @@ const ge = class ge extends B {
|
|
|
5369
5369
|
f(ge, "type", ge.register("ESUeViewer", Vn.type, ge));
|
|
5370
5370
|
let ur = ge, We;
|
|
5371
5371
|
try {
|
|
5372
|
-
const d = "earthsdk3-ue", e = "3.7.0-beta.
|
|
5372
|
+
const d = "earthsdk3-ue", e = "3.7.0-beta.17", t = "2026-01-04T09:27:52.000Z", i = "北京西部世界科技有限公司", r = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", n = "162dd7d8154bc94dddb13c89bb4d35a59489b066", o = ((Date.now() - 1767518872e3) / 36e5).toFixed(1), h = `%c🌏 ${d}%c ${e}.${n.slice(0, 8)}.${t} (距今${o}个小时)
|
|
5373
5373
|
%c${r ? r + `
|
|
5374
5374
|
` : ""}当前网站正在使用${d},此软件版权归${i}所有
|
|
5375
5375
|
`;
|
|
@@ -5383,7 +5383,7 @@ try {
|
|
|
5383
5383
|
},
|
|
5384
5384
|
// @ts-ignore
|
|
5385
5385
|
get gituri() {
|
|
5386
|
-
return GITURI_ && GITURI_.replace("${commitId}", "
|
|
5386
|
+
return GITURI_ && GITURI_.replace("${commitId}", "162dd7d8154bc94dddb13c89bb4d35a59489b066");
|
|
5387
5387
|
},
|
|
5388
5388
|
// @ts-ignore
|
|
5389
5389
|
get info() {
|
|
@@ -5391,7 +5391,7 @@ try {
|
|
|
5391
5391
|
},
|
|
5392
5392
|
// @ts-ignore
|
|
5393
5393
|
get date() {
|
|
5394
|
-
return "
|
|
5394
|
+
return "2026-01-04T09:27:52.000Z";
|
|
5395
5395
|
},
|
|
5396
5396
|
// @ts-ignore
|
|
5397
5397
|
get author() {
|
|
@@ -5399,7 +5399,7 @@ try {
|
|
|
5399
5399
|
},
|
|
5400
5400
|
// @ts-ignore
|
|
5401
5401
|
get version() {
|
|
5402
|
-
return "3.7.0-beta.
|
|
5402
|
+
return "3.7.0-beta.17";
|
|
5403
5403
|
},
|
|
5404
5404
|
// @ts-ignore
|
|
5405
5405
|
get name() {
|
|
@@ -5407,7 +5407,7 @@ try {
|
|
|
5407
5407
|
},
|
|
5408
5408
|
// @ts-ignore
|
|
5409
5409
|
get commitId() {
|
|
5410
|
-
return "
|
|
5410
|
+
return "162dd7d8154bc94dddb13c89bb4d35a59489b066";
|
|
5411
5411
|
},
|
|
5412
5412
|
print(a = !1) {
|
|
5413
5413
|
!a && globalThis._xe2_no_copy_print || console.info(
|
|
@@ -5470,7 +5470,7 @@ export {
|
|
|
5470
5470
|
yi as UeESGeoDiv,
|
|
5471
5471
|
dr as UeESGeoExtrudedPolygon,
|
|
5472
5472
|
mi as UeESGeoJson,
|
|
5473
|
-
|
|
5473
|
+
be as UeESGeoLineString,
|
|
5474
5474
|
_ as UeESGeoPolygon,
|
|
5475
5475
|
Ci as UeESGeoRectangle,
|
|
5476
5476
|
B as UeESGeoVector,
|
|
@@ -5481,7 +5481,7 @@ export {
|
|
|
5481
5481
|
ir as UeESHumanPoi,
|
|
5482
5482
|
Ti as UeESImageLabel,
|
|
5483
5483
|
Ve as UeESImageryLayer,
|
|
5484
|
-
|
|
5484
|
+
b as UeESLabel,
|
|
5485
5485
|
xi as UeESLevelRuntimeModel,
|
|
5486
5486
|
Ri as UeESLocalCircle,
|
|
5487
5487
|
Ne as UeESLocalPolygon,
|
|
@@ -5503,8 +5503,8 @@ export {
|
|
|
5503
5503
|
Ai as UeESPoi3D,
|
|
5504
5504
|
Ui as UeESPoiTileset,
|
|
5505
5505
|
Ni as UeESPolygonFence,
|
|
5506
|
-
|
|
5507
|
-
|
|
5506
|
+
bi as UeESPolygonFlattenedPlane,
|
|
5507
|
+
zi as UeESPolygonWithHole,
|
|
5508
5508
|
ar as UeESRtsFeatureEditing,
|
|
5509
5509
|
Hi as UeESRtsTileset,
|
|
5510
5510
|
lt as UeESSceneObject,
|
|
@@ -5583,6 +5583,6 @@ export {
|
|
|
5583
5583
|
As as unBind3DTilesetByTagCallFunc,
|
|
5584
5584
|
Ms as unBindActorByIDCallFunc,
|
|
5585
5585
|
_s as unBindActorByTagCallFunc,
|
|
5586
|
-
|
|
5587
|
-
|
|
5586
|
+
zs as unBindImageryByIdCallFunc,
|
|
5587
|
+
bs as unBindImageryByTagCallFunc
|
|
5588
5588
|
};
|