iflow-engine-base 2.1.2 → 2.1.4
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.
|
@@ -12930,13 +12930,13 @@ class pd {
|
|
|
12930
12930
|
text: Math.round(e.catch.point.y) + " m",
|
|
12931
12931
|
isSelect: !0,
|
|
12932
12932
|
type: "point"
|
|
12933
|
-
}, this.engine.measure.annotationData.coordinateAnnotation.push(t)), t.point = e.catch.point.clone(), t.textX = e.catch.point.x, t.textY = e.catch.point.y, t.textZ = e.catch.point.z
|
|
12933
|
+
}, this.engine.measure.annotationData.coordinateAnnotation.push(t)), t.point = e.catch.point.clone(), t.textX = e.catch.point.x, t.textY = e.catch.point.y, t.textZ = e.catch.point.z;
|
|
12934
12934
|
}
|
|
12935
12935
|
handleMouseClick(e) {
|
|
12936
12936
|
if (e.catch == null)
|
|
12937
12937
|
return;
|
|
12938
12938
|
let t = this.engine.measure.annotationData.coordinateAnnotation.find((n) => n.isSelect == !0);
|
|
12939
|
-
t != null && (t.point = e.catch.point.clone(), t.textX = e.catch.point.x, t.textY = e.catch.point.y, t.textZ = e.catch.point.z, this.engine.events.trigger(Se.MeasureChanged, t));
|
|
12939
|
+
t != null && (t.point = e.catch.point.clone(), t.textX = e.catch.point.x, t.textY = e.catch.point.y, t.textZ = e.catch.point.z, t.isSelect = !1, this.engine.events.trigger(Se.MeasureChanged, t));
|
|
12940
12940
|
}
|
|
12941
12941
|
createMeasure() {
|
|
12942
12942
|
let e = this.engine.measure.annotationData.coordinateAnnotation.find((t) => t.isSelect == !0);
|
|
@@ -18796,7 +18796,7 @@ class kp {
|
|
|
18796
18796
|
// 业务数据
|
|
18797
18797
|
models = [];
|
|
18798
18798
|
reactBoundingClientRect = { left: 0, top: 0 };
|
|
18799
|
-
version = "2.1.
|
|
18799
|
+
version = "2.1.3";
|
|
18800
18800
|
versionEl = null;
|
|
18801
18801
|
// 引擎容器
|
|
18802
18802
|
container;
|