st-comp 0.0.177 → 0.0.178
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/es/KlinePlus.cjs +3 -3
- package/es/KlinePlus.js +45 -45
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +1 -1
- package/lib/{index-00f44742.js → index-0f16f8b0.js} +3 -3
- package/lib/{python-1fd0288d.js → python-e9c32bc9.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/KlinePlus/index.vue +2 -2
|
@@ -69439,7 +69439,7 @@ const Jdt = { class: "main-chart" }, e0t = { class: "indicator" }, t0t = {
|
|
|
69439
69439
|
Number(j[De][3]) >= ue && (ue = Number(j[De][3]), Z = De);
|
|
69440
69440
|
const W = g.getOption(), fe = ((Me = W.series) == null ? void 0 : Me.filter((De) => De.name !== "maxPrice")) || [], _e = G - P, we = (Z - P) / _e;
|
|
69441
69441
|
let le = "right", ye = `←${ue}`;
|
|
69442
|
-
we > 0.7 ? (le = "left", ye = `${ue}→`) : (le = "right", ye = `←${ue}`), g == null || g.setOption(
|
|
69442
|
+
we > 0.7 ? (le = "left", ye = `${t(ue)}→`) : (le = "right", ye = `←${t(ue)}`), g == null || g.setOption(
|
|
69443
69443
|
{
|
|
69444
69444
|
...W,
|
|
69445
69445
|
series: [
|
|
@@ -69653,7 +69653,7 @@ const Jdt = { class: "main-chart" }, e0t = { class: "indicator" }, t0t = {
|
|
|
69653
69653
|
]);
|
|
69654
69654
|
};
|
|
69655
69655
|
}
|
|
69656
|
-
}, a0t = /* @__PURE__ */ Ai(s0t, [["__scopeId", "data-v-
|
|
69656
|
+
}, a0t = /* @__PURE__ */ Ai(s0t, [["__scopeId", "data-v-1cb277d7"]]), l0t = {
|
|
69657
69657
|
install(n) {
|
|
69658
69658
|
n.component("st-klinePlus", a0t);
|
|
69659
69659
|
}
|
|
@@ -245620,7 +245620,7 @@ Whe({
|
|
|
245620
245620
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
245621
245621
|
aliases: ["Python", "py"],
|
|
245622
245622
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
245623
|
-
loader: () => import("./python-
|
|
245623
|
+
loader: () => import("./python-e9c32bc9.js")
|
|
245624
245624
|
});
|
|
245625
245625
|
/*!-----------------------------------------------------------------------------
|
|
245626
245626
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|