sctj-components 1.0.70 → 1.0.71
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 +4 -3
- 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$4 = {
|
|
|
9610
9610
|
}
|
|
9611
9611
|
};
|
|
9612
9612
|
const SCTJBusinessMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-d0bea808"]]);
|
|
9613
|
-
const
|
|
9613
|
+
const index_vue_vue_type_style_index_0_scoped_cceb9e08_lang = "";
|
|
9614
9614
|
const _hoisted_1$2 = { class: "controls" };
|
|
9615
9615
|
const _sfc_main$3 = {
|
|
9616
9616
|
__name: "index",
|
|
@@ -9674,7 +9674,8 @@ const _sfc_main$3 = {
|
|
|
9674
9674
|
return 100;
|
|
9675
9675
|
if (pointCount >= HIGH_THRESHOLD)
|
|
9676
9676
|
return 12.5;
|
|
9677
|
-
const
|
|
9677
|
+
const linear = (pointCount - LOW_THRESHOLD) / (HIGH_THRESHOLD - LOW_THRESHOLD);
|
|
9678
|
+
const t = Math.pow(linear, 0.35);
|
|
9678
9679
|
const raw = 100 - t * (100 - 12.5);
|
|
9679
9680
|
return SPEED_OPTIONS.reduce(
|
|
9680
9681
|
(prev, curr) => Math.abs(curr - raw) < Math.abs(prev - raw) ? curr : prev
|
|
@@ -9926,7 +9927,7 @@ const _sfc_main$3 = {
|
|
|
9926
9927
|
};
|
|
9927
9928
|
}
|
|
9928
9929
|
};
|
|
9929
|
-
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
9930
|
+
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-cceb9e08"]]);
|
|
9930
9931
|
const BimViewer_vue_vue_type_style_index_0_scoped_89f55b38_lang = "";
|
|
9931
9932
|
const _withScopeId$1 = (n) => (pushScopeId("data-v-89f55b38"), n = n(), popScopeId(), n);
|
|
9932
9933
|
const _hoisted_1$1 = {
|