sctj-components 1.0.65 → 1.0.66
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 +2 -6
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -9610,7 +9610,7 @@ const _sfc_main$3 = {
|
|
|
9610
9610
|
}
|
|
9611
9611
|
};
|
|
9612
9612
|
const SCTJBusinessMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-d0bea808"]]);
|
|
9613
|
-
const
|
|
9613
|
+
const index_vue_vue_type_style_index_0_scoped_fb2ce5ee_lang = "";
|
|
9614
9614
|
const _hoisted_1$1 = { class: "controls" };
|
|
9615
9615
|
const _sfc_main$2 = {
|
|
9616
9616
|
__name: "index",
|
|
@@ -9753,10 +9753,6 @@ const _sfc_main$2 = {
|
|
|
9753
9753
|
map.value.add([polyline.value, startMarker.value, endMarker.value, moveMarker.value, passedPolyline.value]);
|
|
9754
9754
|
map.value.setFitView();
|
|
9755
9755
|
moveMarker.value.on("moving", (e) => {
|
|
9756
|
-
if (!isPlayed.value) {
|
|
9757
|
-
isPlayed.value = true;
|
|
9758
|
-
}
|
|
9759
|
-
passedPolyline.value.setPath(e.passedPath);
|
|
9760
9756
|
});
|
|
9761
9757
|
};
|
|
9762
9758
|
const startPlay = () => {
|
|
@@ -9910,7 +9906,7 @@ const _sfc_main$2 = {
|
|
|
9910
9906
|
};
|
|
9911
9907
|
}
|
|
9912
9908
|
};
|
|
9913
|
-
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
9909
|
+
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-fb2ce5ee"]]);
|
|
9914
9910
|
const BimViewer_vue_vue_type_style_index_0_scoped_89f55b38_lang = "";
|
|
9915
9911
|
const _withScopeId = (n) => (pushScopeId("data-v-89f55b38"), n = n(), popScopeId(), n);
|
|
9916
9912
|
const _hoisted_1 = {
|