st-comp 0.0.212 → 0.0.213
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/CustomFunction.cjs +1 -1
- package/es/CustomFunction.js +7 -7
- package/es/KlineConfig.cjs +1 -1
- package/es/KlineConfig.js +143 -138
- package/es/VarietyTextCopy.cjs +3 -3
- package/es/VarietyTextCopy.js +4 -4
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +1 -1
- package/lib/{index-7624f550.js → index-ead7586a.js} +9 -4
- package/lib/{python-b043127b.js → python-2a542cf4.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/KlineConfig/index.vue +6 -0
|
@@ -68407,7 +68407,7 @@ const j1t = [
|
|
|
68407
68407
|
var t;
|
|
68408
68408
|
return ((t = e.find((i) => i.value === n)) == null ? void 0 : t.label) ?? "-";
|
|
68409
68409
|
};
|
|
68410
|
-
const Cu = (n) => (g1("data-v-
|
|
68410
|
+
const Cu = (n) => (g1("data-v-f364d4b3"), n = n(), m1(), n), U1t = { class: "kline-config element-dark" }, q1t = { class: "setting-item" }, K1t = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "主图指标: ", -1)), G1t = { class: "setting-item" }, Y1t = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "交易点位: ", -1)), Q1t = { class: "setting-item" }, Z1t = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "开平点按价格标: ", -1)), X1t = { class: "setting-item" }, J1t = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "单周期: ", -1)), ect = { class: "setting-item" }, tct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "多周期: ", -1)), nct = { class: "mode" }, ict = { class: "cycleName" }, rct = { class: "content" }, oct = { class: "setting-item" }, sct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "默认展示: ", -1)), act = { class: "setting-item" }, lct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "高亮交易范围: ", -1)), uct = { class: "setting-item" }, cct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "展示当屏时间: ", -1)), dct = { class: "setting-item" }, hct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "展示当屏最高价: ", -1)), fct = { class: "setting-item" }, pct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "多周期双击图表切换至单周期: ", -1)), gct = { class: "setting-item" }, mct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "开启副图: ", -1)), vct = { class: "setting-item" }, bct = /* @__PURE__ */ Cu(() => /* @__PURE__ */ fe("span", { class: "label" }, "开启拖拽轴: ", -1)), _ct = { class: "setting-footer" }, yct = {
|
|
68411
68411
|
__name: "index",
|
|
68412
68412
|
props: {
|
|
68413
68413
|
indicatorStore: { type: Object, default: () => ({}) },
|
|
@@ -68444,7 +68444,12 @@ const Cu = (n) => (g1("data-v-009e01e7"), n = n(), m1(), n), U1t = { class: "kli
|
|
|
68444
68444
|
};
|
|
68445
68445
|
return rn(() => {
|
|
68446
68446
|
f(), u.value = o.indicatorStore.mainIndicatorList ?? [];
|
|
68447
|
-
}),
|
|
68447
|
+
}), watch(
|
|
68448
|
+
() => o.indicatorStore.mainIndicatorList,
|
|
68449
|
+
() => {
|
|
68450
|
+
u.value = o.indicatorStore.mainIndicatorList ?? [];
|
|
68451
|
+
}
|
|
68452
|
+
), e({
|
|
68448
68453
|
// 打开
|
|
68449
68454
|
open: async () => {
|
|
68450
68455
|
await h(), s.value = !0;
|
|
@@ -68660,7 +68665,7 @@ const Cu = (n) => (g1("data-v-009e01e7"), n = n(), m1(), n), U1t = { class: "kli
|
|
|
68660
68665
|
]);
|
|
68661
68666
|
};
|
|
68662
68667
|
}
|
|
68663
|
-
}, wct = /* @__PURE__ */ $n(yct, [["__scopeId", "data-v-
|
|
68668
|
+
}, wct = /* @__PURE__ */ $n(yct, [["__scopeId", "data-v-f364d4b3"]]), Cct = {
|
|
68664
68669
|
install(n) {
|
|
68665
68670
|
n.component("st-klineConfig", wct);
|
|
68666
68671
|
}
|
|
@@ -246596,7 +246601,7 @@ Y0e({
|
|
|
246596
246601
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
246597
246602
|
aliases: ["Python", "py"],
|
|
246598
246603
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
246599
|
-
loader: () => import("./python-
|
|
246604
|
+
loader: () => import("./python-2a542cf4.js")
|
|
246600
246605
|
});
|
|
246601
246606
|
/*!-----------------------------------------------------------------------------
|
|
246602
246607
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|