st-comp 0.0.178 → 0.0.179

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.
@@ -69188,7 +69188,7 @@ const Jdt = { class: "main-chart" }, e0t = { class: "indicator" }, t0t = {
69188
69188
  });
69189
69189
  }, R = () => {
69190
69190
  var W;
69191
- if (!_.value.time)
69191
+ if (!_.value.time.length)
69192
69192
  return y.value = [];
69193
69193
  const { time: j } = _.value, { startValue: P, endValue: G } = ((W = g.getOption()) == null ? void 0 : W.dataZoom[0]) ?? {}, ue = j[P], Z = j[G];
69194
69194
  ["6", "7", "8"].includes(l.cycle) ? y.value = [en(ue).format("YYYY-MM-DD"), en(Z).format("YYYY-MM-DD")] : y.value = [ue, Z];
@@ -69433,6 +69433,8 @@ const Jdt = { class: "main-chart" }, e0t = { class: "indicator" }, t0t = {
69433
69433
  }
69434
69434
  }, O = () => {
69435
69435
  var pe, Me;
69436
+ if (!l.userKlineConfig.enable_showScreenMaxPrice || !_.value.time.length)
69437
+ return;
69436
69438
  const { data: j } = _.value, { startValue: P, endValue: G } = ((pe = g.getOption()) == null ? void 0 : pe.dataZoom[0]) ?? {};
69437
69439
  let ue = 0, Z = P;
69438
69440
  for (let De = P; De <= G; De++)
@@ -69653,7 +69655,7 @@ const Jdt = { class: "main-chart" }, e0t = { class: "indicator" }, t0t = {
69653
69655
  ]);
69654
69656
  };
69655
69657
  }
69656
- }, a0t = /* @__PURE__ */ Ai(s0t, [["__scopeId", "data-v-1cb277d7"]]), l0t = {
69658
+ }, a0t = /* @__PURE__ */ Ai(s0t, [["__scopeId", "data-v-e788eaed"]]), l0t = {
69657
69659
  install(n) {
69658
69660
  n.component("st-klinePlus", a0t);
69659
69661
  }
@@ -245620,7 +245622,7 @@ Whe({
245620
245622
  extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
245621
245623
  aliases: ["Python", "py"],
245622
245624
  firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
245623
- loader: () => import("./python-e9c32bc9.js")
245625
+ loader: () => import("./python-c3ccce40.js")
245624
245626
  });
245625
245627
  /*!-----------------------------------------------------------------------------
245626
245628
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- import { m as a } from "./index-0f16f8b0.js";
1
+ import { m as a } from "./index-d328adc0.js";
2
2
  import "vue";
3
3
  import "echarts";
4
4
  /*!-----------------------------------------------------------------------------