sctj-components 1.1.34 → 1.1.36
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/lib/sctj-components.es.js +5 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -10198,8 +10198,8 @@ const _sfc_main$5 = {
|
|
|
10198
10198
|
}
|
|
10199
10199
|
};
|
|
10200
10200
|
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-87a3abe5"]]);
|
|
10201
|
-
const
|
|
10202
|
-
const _withScopeId$3 = (n) => (pushScopeId("data-v-
|
|
10201
|
+
const index_vue_vue_type_style_index_0_scoped_e5322b91_lang = "";
|
|
10202
|
+
const _withScopeId$3 = (n) => (pushScopeId("data-v-e5322b91"), n = n(), popScopeId(), n);
|
|
10203
10203
|
const _hoisted_1$3 = {
|
|
10204
10204
|
key: 0,
|
|
10205
10205
|
class: "btn-container"
|
|
@@ -10996,13 +10996,14 @@ const _sfc_main$4 = {
|
|
|
10996
10996
|
} else if (target instanceof AMap.Polyline) {
|
|
10997
10997
|
deletePolyline(target);
|
|
10998
10998
|
} else if (target instanceof AMap.Polygon) {
|
|
10999
|
+
console.log("target", target);
|
|
10999
11000
|
deletePolygon(target);
|
|
11000
11001
|
} else if (target instanceof AMap.BezierCurve) {
|
|
11001
11002
|
deleteBezierCurve(target);
|
|
11002
11003
|
} else if (target instanceof AMap.Circle) {
|
|
11003
11004
|
deleteCircle(target);
|
|
11004
11005
|
} else {
|
|
11005
|
-
if (props.immediateComplete) {
|
|
11006
|
+
if (props.immediateComplete && currentEditingObj.value) {
|
|
11006
11007
|
handleConfirm();
|
|
11007
11008
|
} else {
|
|
11008
11009
|
closeEditor();
|
|
@@ -11776,7 +11777,7 @@ const _sfc_main$4 = {
|
|
|
11776
11777
|
};
|
|
11777
11778
|
}
|
|
11778
11779
|
};
|
|
11779
|
-
const SCTJMapDrawing = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
11780
|
+
const SCTJMapDrawing = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e5322b91"]]);
|
|
11780
11781
|
const BimViewer_vue_vue_type_style_index_0_scoped_5d1b1a03_lang = "";
|
|
11781
11782
|
const _withScopeId$2 = (n) => (pushScopeId("data-v-5d1b1a03"), n = n(), popScopeId(), n);
|
|
11782
11783
|
const _hoisted_1$2 = {
|