st-comp 0.0.169 → 0.0.171
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/KlineConfig.cjs +1 -1
- package/es/KlineConfig.js +312 -291
- package/es/KlinePlus.cjs +2 -2
- package/es/KlinePlus.js +499 -455
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +175 -175
- package/lib/{index-832c69a2.js → index-42745784.js} +9714 -9649
- package/lib/{python-bfb3b4c6.js → python-bea23b43.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/KlineConfig/config.js +9 -5
- package/packages/KlineConfig/index.vue +48 -26
- package/packages/KlinePlus/components/SliderChart.vue +6 -1
- package/packages/KlinePlus/index.vue +49 -12
- package/packages/KlinePlus/utils.js +18 -1
package/es/KlineConfig.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { k as se, u as
|
|
2
|
-
import { d as fe, b as be, c as ye, E as
|
|
3
|
-
import { E as
|
|
1
|
+
import { k as se, u as ie, q as ne, _ as re, w as de, m as me, s as W, a as X, v as Y, f as te, x as ae, t as ve } from "./base-4bcd2756.js";
|
|
2
|
+
import { d as fe, b as be, c as ye, E as ge } from "./el-overlay-690b50aa.js";
|
|
3
|
+
import { E as he } from "./el-button-d39472d3.js";
|
|
4
4
|
import "./el-scrollbar-bcf29780.js";
|
|
5
5
|
import { i as _e, E as Ce } from "./el-segmented-84707138.js";
|
|
6
6
|
import "./el-tag-6036f51c.js";
|
|
7
7
|
import { E as ke, a as Ve } from "./el-select-d3bce4d1.js";
|
|
8
8
|
import { u as we, a as Se } from "./el-popper-85365d5b.js";
|
|
9
9
|
import { E as Ie } from "./el-divider-7cf13678.js";
|
|
10
|
-
import { defineComponent as
|
|
10
|
+
import { defineComponent as Q, useSlots as Ee, computed as S, ref as A, openBlock as a, createBlock as h, unref as e, withCtx as p, createVNode as u, Transition as Te, withDirectives as Ne, createElementVNode as i, mergeProps as Be, withModifiers as ue, normalizeClass as v, createElementBlock as m, renderSlot as R, toDisplayString as z, createCommentVNode as y, vShow as Ae, watch as oe, onMounted as ce, withKeys as Le, resolveDynamicComponent as K, normalizeStyle as Oe, nextTick as Pe, inject as Ue, reactive as De, createTextVNode as q, Fragment as M, renderList as j, pushScopeId as Fe, popScopeId as Re } from "vue";
|
|
11
11
|
import { _ as ze } from "./_plugin-vue_export-helper-dad06003.js";
|
|
12
|
-
import { E as
|
|
12
|
+
import { E as F, c as $e, l as Ke } from "./index-3425f2f0.js";
|
|
13
13
|
import { i as J, u as qe, b as Me, c as je, d as He } from "./use-form-common-props-54c31983.js";
|
|
14
14
|
import { b as Je, a as Ge, U as Z, C as x, I as ee } from "./index-21fb27eb.js";
|
|
15
15
|
import { u as We } from "./index-c45ac024.js";
|
|
@@ -45,143 +45,143 @@ const Xe = se({
|
|
|
45
45
|
type: String,
|
|
46
46
|
default: "2"
|
|
47
47
|
}
|
|
48
|
-
}), Ye = be, Ze =
|
|
48
|
+
}), Ye = be, Ze = Q({
|
|
49
49
|
name: "ElDrawer",
|
|
50
50
|
inheritAttrs: !1
|
|
51
|
-
}), xe = /* @__PURE__ */
|
|
51
|
+
}), xe = /* @__PURE__ */ Q({
|
|
52
52
|
...Ze,
|
|
53
53
|
props: Xe,
|
|
54
54
|
emits: Ye,
|
|
55
|
-
setup(r, { expose:
|
|
56
|
-
const
|
|
55
|
+
setup(r, { expose: L }) {
|
|
56
|
+
const g = r, d = Ee();
|
|
57
57
|
We({
|
|
58
58
|
scope: "el-drawer",
|
|
59
59
|
from: "the title slot",
|
|
60
60
|
replacement: "the header slot",
|
|
61
61
|
version: "3.0.0",
|
|
62
62
|
ref: "https://element-plus.org/en-US/component/drawer.html#slots"
|
|
63
|
-
},
|
|
64
|
-
const V =
|
|
63
|
+
}, S(() => !!d.title));
|
|
64
|
+
const V = A(), w = A(), s = ie("drawer"), { t: o } = Qe(), {
|
|
65
65
|
afterEnter: _,
|
|
66
|
-
afterLeave:
|
|
67
|
-
beforeLeave:
|
|
68
|
-
visible:
|
|
66
|
+
afterLeave: N,
|
|
67
|
+
beforeLeave: E,
|
|
68
|
+
visible: O,
|
|
69
69
|
rendered: $,
|
|
70
|
-
titleId:
|
|
71
|
-
bodyId:
|
|
72
|
-
zIndex:
|
|
73
|
-
onModalClick:
|
|
74
|
-
onOpenAutoFocus:
|
|
70
|
+
titleId: P,
|
|
71
|
+
bodyId: f,
|
|
72
|
+
zIndex: n,
|
|
73
|
+
onModalClick: B,
|
|
74
|
+
onOpenAutoFocus: c,
|
|
75
75
|
onCloseAutoFocus: C,
|
|
76
|
-
onFocusoutPrevented:
|
|
77
|
-
onCloseRequested:
|
|
78
|
-
handleClose:
|
|
79
|
-
} = ye(
|
|
80
|
-
return
|
|
81
|
-
handleClose:
|
|
76
|
+
onFocusoutPrevented: U,
|
|
77
|
+
onCloseRequested: T,
|
|
78
|
+
handleClose: t
|
|
79
|
+
} = ye(g, V), b = S(() => g.direction === "rtl" || g.direction === "ltr"), D = S(() => ne(g.size));
|
|
80
|
+
return L({
|
|
81
|
+
handleClose: t,
|
|
82
82
|
afterEnter: _,
|
|
83
|
-
afterLeave:
|
|
84
|
-
}), (l, k) => (
|
|
83
|
+
afterLeave: N
|
|
84
|
+
}), (l, k) => (a(), h(e(Je), {
|
|
85
85
|
to: l.appendTo,
|
|
86
86
|
disabled: l.appendTo !== "body" ? !1 : !l.appendToBody
|
|
87
87
|
}, {
|
|
88
88
|
default: p(() => [
|
|
89
|
-
|
|
90
|
-
name: e(
|
|
89
|
+
u(Te, {
|
|
90
|
+
name: e(s).b("fade"),
|
|
91
91
|
onAfterEnter: e(_),
|
|
92
|
-
onAfterLeave: e(
|
|
93
|
-
onBeforeLeave: e(
|
|
92
|
+
onAfterLeave: e(N),
|
|
93
|
+
onBeforeLeave: e(E),
|
|
94
94
|
persisted: ""
|
|
95
95
|
}, {
|
|
96
96
|
default: p(() => [
|
|
97
|
-
Ne(
|
|
97
|
+
Ne(u(e(ge), {
|
|
98
98
|
mask: l.modal,
|
|
99
99
|
"overlay-class": l.modalClass,
|
|
100
|
-
"z-index": e(
|
|
101
|
-
onClick: e(
|
|
100
|
+
"z-index": e(n),
|
|
101
|
+
onClick: e(B)
|
|
102
102
|
}, {
|
|
103
103
|
default: p(() => [
|
|
104
|
-
|
|
104
|
+
u(e(Ge), {
|
|
105
105
|
loop: "",
|
|
106
|
-
trapped: e(
|
|
106
|
+
trapped: e(O),
|
|
107
107
|
"focus-trap-el": V.value,
|
|
108
|
-
"focus-start-el":
|
|
109
|
-
onFocusAfterTrapped: e(
|
|
108
|
+
"focus-start-el": w.value,
|
|
109
|
+
onFocusAfterTrapped: e(c),
|
|
110
110
|
onFocusAfterReleased: e(C),
|
|
111
|
-
onFocusoutPrevented: e(
|
|
112
|
-
onReleaseRequested: e(
|
|
111
|
+
onFocusoutPrevented: e(U),
|
|
112
|
+
onReleaseRequested: e(T)
|
|
113
113
|
}, {
|
|
114
114
|
default: p(() => [
|
|
115
|
-
|
|
115
|
+
i("div", Be({
|
|
116
116
|
ref_key: "drawerRef",
|
|
117
117
|
ref: V,
|
|
118
118
|
"aria-modal": "true",
|
|
119
119
|
"aria-label": l.title || void 0,
|
|
120
|
-
"aria-labelledby": l.title ? void 0 : e(
|
|
121
|
-
"aria-describedby": e(
|
|
120
|
+
"aria-labelledby": l.title ? void 0 : e(P),
|
|
121
|
+
"aria-describedby": e(f)
|
|
122
122
|
}, l.$attrs, {
|
|
123
|
-
class: [e(
|
|
124
|
-
style: e(
|
|
123
|
+
class: [e(s).b(), l.direction, e(O) && "open"],
|
|
124
|
+
style: e(b) ? "width: " + e(D) : "height: " + e(D),
|
|
125
125
|
role: "dialog",
|
|
126
126
|
onClick: ue(() => {
|
|
127
127
|
}, ["stop"])
|
|
128
128
|
}), [
|
|
129
|
-
|
|
129
|
+
i("span", {
|
|
130
130
|
ref_key: "focusStartRef",
|
|
131
|
-
ref:
|
|
132
|
-
class: v(e(
|
|
131
|
+
ref: w,
|
|
132
|
+
class: v(e(s).e("sr-focus")),
|
|
133
133
|
tabindex: "-1"
|
|
134
134
|
}, null, 2),
|
|
135
|
-
l.withHeader ? (
|
|
135
|
+
l.withHeader ? (a(), m("header", {
|
|
136
136
|
key: 0,
|
|
137
|
-
class: v([e(
|
|
137
|
+
class: v([e(s).e("header"), l.headerClass])
|
|
138
138
|
}, [
|
|
139
139
|
l.$slots.title ? R(l.$slots, "title", { key: 1 }, () => [
|
|
140
|
-
|
|
140
|
+
y(" DEPRECATED SLOT ")
|
|
141
141
|
]) : R(l.$slots, "header", {
|
|
142
142
|
key: 0,
|
|
143
|
-
close: e(
|
|
144
|
-
titleId: e(
|
|
145
|
-
titleClass: e(
|
|
143
|
+
close: e(t),
|
|
144
|
+
titleId: e(P),
|
|
145
|
+
titleClass: e(s).e("title")
|
|
146
146
|
}, () => [
|
|
147
|
-
l.$slots.title ?
|
|
147
|
+
l.$slots.title ? y("v-if", !0) : (a(), m("span", {
|
|
148
148
|
key: 0,
|
|
149
|
-
id: e(
|
|
149
|
+
id: e(P),
|
|
150
150
|
role: "heading",
|
|
151
151
|
"aria-level": l.headerAriaLevel,
|
|
152
|
-
class: v(e(
|
|
152
|
+
class: v(e(s).e("title"))
|
|
153
153
|
}, z(l.title), 11, ["id", "aria-level"]))
|
|
154
154
|
]),
|
|
155
|
-
l.showClose ? (
|
|
155
|
+
l.showClose ? (a(), m("button", {
|
|
156
156
|
key: 2,
|
|
157
|
-
"aria-label": e(
|
|
158
|
-
class: v(e(
|
|
157
|
+
"aria-label": e(o)("el.drawer.close"),
|
|
158
|
+
class: v(e(s).e("close-btn")),
|
|
159
159
|
type: "button",
|
|
160
|
-
onClick: e(
|
|
160
|
+
onClick: e(t)
|
|
161
161
|
}, [
|
|
162
|
-
|
|
163
|
-
class: v(e(
|
|
162
|
+
u(e(F), {
|
|
163
|
+
class: v(e(s).e("close"))
|
|
164
164
|
}, {
|
|
165
165
|
default: p(() => [
|
|
166
|
-
|
|
166
|
+
u(e($e))
|
|
167
167
|
]),
|
|
168
168
|
_: 1
|
|
169
169
|
}, 8, ["class"])
|
|
170
|
-
], 10, ["aria-label", "onClick"])) :
|
|
171
|
-
], 2)) :
|
|
172
|
-
e($) ? (
|
|
170
|
+
], 10, ["aria-label", "onClick"])) : y("v-if", !0)
|
|
171
|
+
], 2)) : y("v-if", !0),
|
|
172
|
+
e($) ? (a(), m("div", {
|
|
173
173
|
key: 1,
|
|
174
|
-
id: e(
|
|
175
|
-
class: v([e(
|
|
174
|
+
id: e(f),
|
|
175
|
+
class: v([e(s).e("body"), l.bodyClass])
|
|
176
176
|
}, [
|
|
177
177
|
R(l.$slots, "default")
|
|
178
|
-
], 10, ["id"])) :
|
|
179
|
-
l.$slots.footer ? (
|
|
178
|
+
], 10, ["id"])) : y("v-if", !0),
|
|
179
|
+
l.$slots.footer ? (a(), m("div", {
|
|
180
180
|
key: 2,
|
|
181
|
-
class: v([e(
|
|
181
|
+
class: v([e(s).e("footer"), l.footerClass])
|
|
182
182
|
}, [
|
|
183
183
|
R(l.$slots, "footer")
|
|
184
|
-
], 2)) :
|
|
184
|
+
], 2)) : y("v-if", !0)
|
|
185
185
|
], 16, ["aria-label", "aria-labelledby", "aria-describedby", "onClick"])
|
|
186
186
|
]),
|
|
187
187
|
_: 3
|
|
@@ -189,7 +189,7 @@ const Xe = se({
|
|
|
189
189
|
]),
|
|
190
190
|
_: 3
|
|
191
191
|
}, 8, ["mask", "overlay-class", "z-index", "onClick"]), [
|
|
192
|
-
[Ae, e(
|
|
192
|
+
[Ae, e(O)]
|
|
193
193
|
])
|
|
194
194
|
]),
|
|
195
195
|
_: 3
|
|
@@ -200,7 +200,7 @@ const Xe = se({
|
|
|
200
200
|
}
|
|
201
201
|
});
|
|
202
202
|
var el = /* @__PURE__ */ re(xe, [["__file", "drawer.vue"]]);
|
|
203
|
-
const ll = de(el),
|
|
203
|
+
const ll = de(el), tl = se({
|
|
204
204
|
modelValue: {
|
|
205
205
|
type: [Boolean, String, Number],
|
|
206
206
|
default: !1
|
|
@@ -260,187 +260,187 @@ const ll = de(el), al = se({
|
|
|
260
260
|
type: [String, Number]
|
|
261
261
|
},
|
|
262
262
|
...we(["ariaLabel"])
|
|
263
|
-
}),
|
|
264
|
-
[Z]: (r) =>
|
|
265
|
-
[x]: (r) =>
|
|
266
|
-
[ee]: (r) =>
|
|
267
|
-
}, le = "ElSwitch", ol =
|
|
263
|
+
}), al = {
|
|
264
|
+
[Z]: (r) => W(r) || X(r) || Y(r),
|
|
265
|
+
[x]: (r) => W(r) || X(r) || Y(r),
|
|
266
|
+
[ee]: (r) => W(r) || X(r) || Y(r)
|
|
267
|
+
}, le = "ElSwitch", ol = Q({
|
|
268
268
|
name: le
|
|
269
|
-
}), sl = /* @__PURE__ */
|
|
269
|
+
}), sl = /* @__PURE__ */ Q({
|
|
270
270
|
...ol,
|
|
271
|
-
props:
|
|
272
|
-
emits:
|
|
273
|
-
setup(r, { expose:
|
|
274
|
-
const d = r, { formItem: V } = qe(),
|
|
271
|
+
props: tl,
|
|
272
|
+
emits: al,
|
|
273
|
+
setup(r, { expose: L, emit: g }) {
|
|
274
|
+
const d = r, { formItem: V } = qe(), w = Me(), s = ie("switch"), { inputId: o } = je(d, {
|
|
275
275
|
formItemContext: V
|
|
276
|
-
}), _ = He(
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
]),
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
]),
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
]),
|
|
290
|
-
width:
|
|
276
|
+
}), _ = He(S(() => d.loading)), N = A(d.modelValue !== !1), E = A(), O = A(), $ = S(() => [
|
|
277
|
+
s.b(),
|
|
278
|
+
s.m(w.value),
|
|
279
|
+
s.is("disabled", _.value),
|
|
280
|
+
s.is("checked", c.value)
|
|
281
|
+
]), P = S(() => [
|
|
282
|
+
s.e("label"),
|
|
283
|
+
s.em("label", "left"),
|
|
284
|
+
s.is("active", !c.value)
|
|
285
|
+
]), f = S(() => [
|
|
286
|
+
s.e("label"),
|
|
287
|
+
s.em("label", "right"),
|
|
288
|
+
s.is("active", c.value)
|
|
289
|
+
]), n = S(() => ({
|
|
290
|
+
width: ne(d.width)
|
|
291
291
|
}));
|
|
292
292
|
oe(() => d.modelValue, () => {
|
|
293
|
-
|
|
293
|
+
N.value = !0;
|
|
294
294
|
});
|
|
295
|
-
const
|
|
296
|
-
[d.activeValue, d.inactiveValue].includes(
|
|
297
|
-
var
|
|
298
|
-
|
|
295
|
+
const B = S(() => N.value ? d.modelValue : !1), c = S(() => B.value === d.activeValue);
|
|
296
|
+
[d.activeValue, d.inactiveValue].includes(B.value) || (g(Z, d.inactiveValue), g(x, d.inactiveValue), g(ee, d.inactiveValue)), oe(c, (t) => {
|
|
297
|
+
var b;
|
|
298
|
+
E.value.checked = t, d.validateEvent && ((b = V == null ? void 0 : V.validate) == null || b.call(V, "change").catch((D) => te(D)));
|
|
299
299
|
});
|
|
300
300
|
const C = () => {
|
|
301
|
-
const
|
|
302
|
-
|
|
303
|
-
|
|
301
|
+
const t = c.value ? d.inactiveValue : d.activeValue;
|
|
302
|
+
g(Z, t), g(x, t), g(ee, t), Pe(() => {
|
|
303
|
+
E.value.checked = c.value;
|
|
304
304
|
});
|
|
305
|
-
},
|
|
305
|
+
}, U = () => {
|
|
306
306
|
if (_.value)
|
|
307
307
|
return;
|
|
308
|
-
const { beforeChange:
|
|
309
|
-
if (!
|
|
308
|
+
const { beforeChange: t } = d;
|
|
309
|
+
if (!t) {
|
|
310
310
|
C();
|
|
311
311
|
return;
|
|
312
312
|
}
|
|
313
|
-
const
|
|
313
|
+
const b = t();
|
|
314
314
|
[
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
].includes(!0) || ve(le, "beforeChange must return type `Promise<boolean>` or `boolean`"),
|
|
315
|
+
ae(b),
|
|
316
|
+
W(b)
|
|
317
|
+
].includes(!0) || ve(le, "beforeChange must return type `Promise<boolean>` or `boolean`"), ae(b) ? b.then((l) => {
|
|
318
318
|
l && C();
|
|
319
319
|
}).catch((l) => {
|
|
320
|
-
|
|
321
|
-
}) :
|
|
322
|
-
},
|
|
323
|
-
var
|
|
324
|
-
(
|
|
320
|
+
te(le, `some error occurred: ${l}`);
|
|
321
|
+
}) : b && C();
|
|
322
|
+
}, T = () => {
|
|
323
|
+
var t, b;
|
|
324
|
+
(b = (t = E.value) == null ? void 0 : t.focus) == null || b.call(t);
|
|
325
325
|
};
|
|
326
326
|
return ce(() => {
|
|
327
|
-
|
|
328
|
-
}),
|
|
329
|
-
focus:
|
|
330
|
-
checked:
|
|
331
|
-
}), (
|
|
327
|
+
E.value.checked = c.value;
|
|
328
|
+
}), L({
|
|
329
|
+
focus: T,
|
|
330
|
+
checked: c
|
|
331
|
+
}), (t, b) => (a(), m("div", {
|
|
332
332
|
class: v(e($)),
|
|
333
|
-
onClick: ue(
|
|
333
|
+
onClick: ue(U, ["prevent"])
|
|
334
334
|
}, [
|
|
335
|
-
|
|
336
|
-
id: e(
|
|
335
|
+
i("input", {
|
|
336
|
+
id: e(o),
|
|
337
337
|
ref_key: "input",
|
|
338
|
-
ref:
|
|
339
|
-
class: v(e(
|
|
338
|
+
ref: E,
|
|
339
|
+
class: v(e(s).e("input")),
|
|
340
340
|
type: "checkbox",
|
|
341
341
|
role: "switch",
|
|
342
|
-
"aria-checked": e(
|
|
342
|
+
"aria-checked": e(c),
|
|
343
343
|
"aria-disabled": e(_),
|
|
344
|
-
"aria-label":
|
|
345
|
-
name:
|
|
346
|
-
"true-value":
|
|
347
|
-
"false-value":
|
|
344
|
+
"aria-label": t.ariaLabel,
|
|
345
|
+
name: t.name,
|
|
346
|
+
"true-value": t.activeValue,
|
|
347
|
+
"false-value": t.inactiveValue,
|
|
348
348
|
disabled: e(_),
|
|
349
|
-
tabindex:
|
|
349
|
+
tabindex: t.tabindex,
|
|
350
350
|
onChange: C,
|
|
351
|
-
onKeydown: Le(
|
|
351
|
+
onKeydown: Le(U, ["enter"])
|
|
352
352
|
}, null, 42, ["id", "aria-checked", "aria-disabled", "aria-label", "name", "true-value", "false-value", "disabled", "tabindex", "onKeydown"]),
|
|
353
|
-
!
|
|
353
|
+
!t.inlinePrompt && (t.inactiveIcon || t.inactiveText) ? (a(), m("span", {
|
|
354
354
|
key: 0,
|
|
355
|
-
class: v(e(
|
|
355
|
+
class: v(e(P))
|
|
356
356
|
}, [
|
|
357
|
-
|
|
357
|
+
t.inactiveIcon ? (a(), h(e(F), { key: 0 }, {
|
|
358
358
|
default: p(() => [
|
|
359
|
-
(
|
|
359
|
+
(a(), h(K(t.inactiveIcon)))
|
|
360
360
|
]),
|
|
361
361
|
_: 1
|
|
362
|
-
})) :
|
|
363
|
-
!
|
|
362
|
+
})) : y("v-if", !0),
|
|
363
|
+
!t.inactiveIcon && t.inactiveText ? (a(), m("span", {
|
|
364
364
|
key: 1,
|
|
365
|
-
"aria-hidden": e(
|
|
366
|
-
}, z(
|
|
367
|
-
], 2)) :
|
|
368
|
-
|
|
365
|
+
"aria-hidden": e(c)
|
|
366
|
+
}, z(t.inactiveText), 9, ["aria-hidden"])) : y("v-if", !0)
|
|
367
|
+
], 2)) : y("v-if", !0),
|
|
368
|
+
i("span", {
|
|
369
369
|
ref_key: "core",
|
|
370
|
-
ref:
|
|
371
|
-
class: v(e(
|
|
372
|
-
style:
|
|
370
|
+
ref: O,
|
|
371
|
+
class: v(e(s).e("core")),
|
|
372
|
+
style: Oe(e(n))
|
|
373
373
|
}, [
|
|
374
|
-
|
|
374
|
+
t.inlinePrompt ? (a(), m("div", {
|
|
375
375
|
key: 0,
|
|
376
|
-
class: v(e(
|
|
376
|
+
class: v(e(s).e("inner"))
|
|
377
377
|
}, [
|
|
378
|
-
|
|
378
|
+
t.activeIcon || t.inactiveIcon ? (a(), h(e(F), {
|
|
379
379
|
key: 0,
|
|
380
|
-
class: v(e(
|
|
380
|
+
class: v(e(s).is("icon"))
|
|
381
381
|
}, {
|
|
382
382
|
default: p(() => [
|
|
383
|
-
(
|
|
383
|
+
(a(), h(K(e(c) ? t.activeIcon : t.inactiveIcon)))
|
|
384
384
|
]),
|
|
385
385
|
_: 1
|
|
386
|
-
}, 8, ["class"])) :
|
|
386
|
+
}, 8, ["class"])) : t.activeText || t.inactiveText ? (a(), m("span", {
|
|
387
387
|
key: 1,
|
|
388
|
-
class: v(e(
|
|
389
|
-
"aria-hidden": !e(
|
|
390
|
-
}, z(e(
|
|
391
|
-
], 2)) :
|
|
392
|
-
|
|
393
|
-
class: v(e(
|
|
388
|
+
class: v(e(s).is("text")),
|
|
389
|
+
"aria-hidden": !e(c)
|
|
390
|
+
}, z(e(c) ? t.activeText : t.inactiveText), 11, ["aria-hidden"])) : y("v-if", !0)
|
|
391
|
+
], 2)) : y("v-if", !0),
|
|
392
|
+
i("div", {
|
|
393
|
+
class: v(e(s).e("action"))
|
|
394
394
|
}, [
|
|
395
|
-
|
|
395
|
+
t.loading ? (a(), h(e(F), {
|
|
396
396
|
key: 0,
|
|
397
|
-
class: v(e(
|
|
397
|
+
class: v(e(s).is("loading"))
|
|
398
398
|
}, {
|
|
399
399
|
default: p(() => [
|
|
400
|
-
|
|
400
|
+
u(e(Ke))
|
|
401
401
|
]),
|
|
402
402
|
_: 1
|
|
403
|
-
}, 8, ["class"])) : e(
|
|
404
|
-
|
|
403
|
+
}, 8, ["class"])) : e(c) ? R(t.$slots, "active-action", { key: 1 }, () => [
|
|
404
|
+
t.activeActionIcon ? (a(), h(e(F), { key: 0 }, {
|
|
405
405
|
default: p(() => [
|
|
406
|
-
(
|
|
406
|
+
(a(), h(K(t.activeActionIcon)))
|
|
407
407
|
]),
|
|
408
408
|
_: 1
|
|
409
|
-
})) :
|
|
410
|
-
]) : e(
|
|
411
|
-
|
|
409
|
+
})) : y("v-if", !0)
|
|
410
|
+
]) : e(c) ? y("v-if", !0) : R(t.$slots, "inactive-action", { key: 2 }, () => [
|
|
411
|
+
t.inactiveActionIcon ? (a(), h(e(F), { key: 0 }, {
|
|
412
412
|
default: p(() => [
|
|
413
|
-
(
|
|
413
|
+
(a(), h(K(t.inactiveActionIcon)))
|
|
414
414
|
]),
|
|
415
415
|
_: 1
|
|
416
|
-
})) :
|
|
416
|
+
})) : y("v-if", !0)
|
|
417
417
|
])
|
|
418
418
|
], 2)
|
|
419
419
|
], 6),
|
|
420
|
-
!
|
|
420
|
+
!t.inlinePrompt && (t.activeIcon || t.activeText) ? (a(), m("span", {
|
|
421
421
|
key: 1,
|
|
422
|
-
class: v(e(
|
|
422
|
+
class: v(e(f))
|
|
423
423
|
}, [
|
|
424
|
-
|
|
424
|
+
t.activeIcon ? (a(), h(e(F), { key: 0 }, {
|
|
425
425
|
default: p(() => [
|
|
426
|
-
(
|
|
426
|
+
(a(), h(K(t.activeIcon)))
|
|
427
427
|
]),
|
|
428
428
|
_: 1
|
|
429
|
-
})) :
|
|
430
|
-
!
|
|
429
|
+
})) : y("v-if", !0),
|
|
430
|
+
!t.activeIcon && t.activeText ? (a(), m("span", {
|
|
431
431
|
key: 1,
|
|
432
|
-
"aria-hidden": !e(
|
|
433
|
-
}, z(
|
|
434
|
-
], 2)) :
|
|
432
|
+
"aria-hidden": !e(c)
|
|
433
|
+
}, z(t.activeText), 9, ["aria-hidden"])) : y("v-if", !0)
|
|
434
|
+
], 2)) : y("v-if", !0)
|
|
435
435
|
], 10, ["onClick"]));
|
|
436
436
|
}
|
|
437
437
|
});
|
|
438
|
-
var
|
|
439
|
-
const
|
|
438
|
+
var il = /* @__PURE__ */ re(sl, [["__file", "switch.vue"]]);
|
|
439
|
+
const nl = de(il);
|
|
440
440
|
const rl = [
|
|
441
441
|
{ label: "买卖", value: 0 },
|
|
442
442
|
{ label: "开平", value: 1 }
|
|
443
|
-
],
|
|
443
|
+
], G = () => ({
|
|
444
444
|
/**
|
|
445
445
|
* @description: 偏好设置
|
|
446
446
|
*/
|
|
@@ -460,79 +460,94 @@ const rl = [
|
|
|
460
460
|
/**
|
|
461
461
|
* @description: 功能配置
|
|
462
462
|
*/
|
|
463
|
+
enable_tradeLogBrush: !0,
|
|
464
|
+
// 高亮交易范围
|
|
465
|
+
enable_showScreenTimeRange: !0,
|
|
466
|
+
// 展示当屏时间范围
|
|
467
|
+
enable_dbClickOpenSingel: !0,
|
|
468
|
+
// 多周期双击图表切换至单周期
|
|
469
|
+
/**
|
|
470
|
+
* @description: 组件开关
|
|
471
|
+
*/
|
|
463
472
|
enable_subChart: !0,
|
|
464
473
|
// 是否启用副图
|
|
465
|
-
enable_sliderChart: !0
|
|
474
|
+
enable_sliderChart: !0
|
|
466
475
|
// 是否启用拖拽轴
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
// 是否开启双击打开单周期
|
|
471
|
-
enable_showScreenTimeRange: !0
|
|
472
|
-
// 是否开启显示K线当屏时间范围
|
|
473
|
-
}), dl = (r, B) => {
|
|
474
|
-
var y;
|
|
475
|
-
return ((y = B.find((d) => d.value === r)) == null ? void 0 : y.label) ?? "-";
|
|
476
|
+
}), dl = (r, L) => {
|
|
477
|
+
var g;
|
|
478
|
+
return ((g = L.find((d) => d.value === r)) == null ? void 0 : g.label) ?? "-";
|
|
476
479
|
};
|
|
477
|
-
const
|
|
480
|
+
const I = (r) => (Fe("data-v-0cecb8f3"), r = r(), Re(), r), ul = { class: "kline-config element-dark" }, cl = { class: "setting-item" }, pl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "主图指标: ", -1)), ml = { class: "setting-item" }, vl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "交易点位: ", -1)), fl = { class: "setting-item" }, bl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "单周期: ", -1)), yl = { class: "setting-item" }, gl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "多周期: ", -1)), hl = { class: "mode" }, _l = { class: "cycleName" }, Cl = { class: "content" }, kl = { class: "setting-item" }, Vl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "默认展示: ", -1)), wl = { class: "setting-item" }, Sl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "高亮交易范围: ", -1)), Il = { class: "setting-item" }, El = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "展示当屏时间: ", -1)), Tl = { class: "setting-item" }, Nl = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "多周期双击图表切换至单周期: ", -1)), Bl = { class: "setting-item" }, Al = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "开启副图: ", -1)), Ll = { class: "setting-item" }, Ol = /* @__PURE__ */ I(() => /* @__PURE__ */ i("span", { class: "label" }, "开启拖拽轴: ", -1)), Pl = { class: "setting-footer" }, Ul = {
|
|
478
481
|
__name: "index",
|
|
479
482
|
props: {
|
|
480
|
-
indicatorStore: { type: Object, default: () => ({}) }
|
|
483
|
+
indicatorStore: { type: Object, default: () => ({}) },
|
|
481
484
|
// 指标配置Store
|
|
485
|
+
origin: { type: String, default: "server" },
|
|
486
|
+
// 数据来源: server服务器, local本地
|
|
487
|
+
// 如果server此项不用管, 如果local则使用此项
|
|
488
|
+
cycleOptions: { type: Array, default: () => [] }
|
|
482
489
|
},
|
|
483
490
|
emits: "callBack",
|
|
484
|
-
setup(r, { expose:
|
|
485
|
-
const { request: d } = Ue("stConfig"), V =
|
|
486
|
-
Object.assign(
|
|
487
|
-
},
|
|
488
|
-
const
|
|
489
|
-
await d.post("/common/qt/updateUserConfig", { appId: 1, json:
|
|
491
|
+
setup(r, { expose: L, emit: g }) {
|
|
492
|
+
const { request: d } = Ue("stConfig"), V = g, w = r, s = A(!1), o = De({}), _ = A([]), N = A([]), E = () => {
|
|
493
|
+
Object.assign(o, G());
|
|
494
|
+
}, O = async () => {
|
|
495
|
+
const f = JSON.stringify(o);
|
|
496
|
+
w.origin === "server" ? await d.post("/common/qt/updateUserConfig", { appId: 1, json: f }) : localStorage.setItem("userKlineConfig", f), V("callBack", f), s.value = !1;
|
|
490
497
|
}, $ = async () => {
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
498
|
+
if (w.origin === "server") {
|
|
499
|
+
const { body: f } = await d.post("/common/qt/getUserConfig", { appId: 1 });
|
|
500
|
+
Object.assign(o, G(), f ? JSON.parse(f) : {});
|
|
501
|
+
} else {
|
|
502
|
+
const f = localStorage.getItem("userKlineConfig");
|
|
503
|
+
Object.assign(o, G(), f ? JSON.parse(f) : {});
|
|
504
|
+
}
|
|
505
|
+
}, P = async () => {
|
|
506
|
+
if (w.origin === "server") {
|
|
507
|
+
const { body: f } = await d.post("/common/qt/getDict", { dictIds: [1002] });
|
|
508
|
+
_.value = f[1002].map((n) => ({
|
|
509
|
+
label: n.dictName,
|
|
510
|
+
value: n.dictCode
|
|
511
|
+
}));
|
|
512
|
+
} else
|
|
513
|
+
_.value = w.cycleOptions;
|
|
499
514
|
};
|
|
500
515
|
return ce(() => {
|
|
501
|
-
|
|
502
|
-
}),
|
|
516
|
+
P(), N.value = w.indicatorStore.mainIndicatorList ?? [];
|
|
517
|
+
}), L({
|
|
503
518
|
// 打开
|
|
504
519
|
open: async () => {
|
|
505
|
-
await $(),
|
|
520
|
+
await $(), s.value = !0;
|
|
506
521
|
},
|
|
507
522
|
// 获取默认配置
|
|
508
|
-
getDefaultUserKlineConfig:
|
|
509
|
-
}), (
|
|
510
|
-
const
|
|
511
|
-
return
|
|
512
|
-
|
|
513
|
-
modelValue:
|
|
514
|
-
"onUpdate:modelValue":
|
|
523
|
+
getDefaultUserKlineConfig: G
|
|
524
|
+
}), (f, n) => {
|
|
525
|
+
const B = Ie, c = ke, C = Ve, U = Ce, T = nl, t = Se, b = he, D = ll;
|
|
526
|
+
return a(), m("div", ul, [
|
|
527
|
+
u(D, {
|
|
528
|
+
modelValue: s.value,
|
|
529
|
+
"onUpdate:modelValue": n[10] || (n[10] = (l) => s.value = l),
|
|
515
530
|
title: "K线自定义配置",
|
|
516
531
|
size: 320
|
|
517
532
|
}, {
|
|
518
533
|
default: p(() => [
|
|
519
|
-
|
|
534
|
+
u(t, { class: "setting-main" }, {
|
|
520
535
|
default: p(() => [
|
|
521
|
-
|
|
536
|
+
u(B, { style: { "margin-top": "8px" } }, {
|
|
522
537
|
default: p(() => [
|
|
523
|
-
|
|
538
|
+
q("偏好设置")
|
|
524
539
|
]),
|
|
525
540
|
_: 1
|
|
526
541
|
}),
|
|
527
|
-
|
|
542
|
+
i("div", cl, [
|
|
528
543
|
pl,
|
|
529
|
-
|
|
530
|
-
modelValue:
|
|
531
|
-
"onUpdate:modelValue":
|
|
544
|
+
u(C, {
|
|
545
|
+
modelValue: o.mainIndicator,
|
|
546
|
+
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.mainIndicator = l),
|
|
532
547
|
"popper-class": "element-dark"
|
|
533
548
|
}, {
|
|
534
549
|
default: p(() => [
|
|
535
|
-
(
|
|
550
|
+
(a(!0), m(M, null, j(N.value, (l, k) => (a(), h(c, {
|
|
536
551
|
key: k,
|
|
537
552
|
label: l.label,
|
|
538
553
|
value: l.value
|
|
@@ -541,15 +556,15 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
541
556
|
_: 1
|
|
542
557
|
}, 8, ["modelValue"])
|
|
543
558
|
]),
|
|
544
|
-
|
|
559
|
+
i("div", ml, [
|
|
545
560
|
vl,
|
|
546
|
-
|
|
547
|
-
modelValue:
|
|
548
|
-
"onUpdate:modelValue":
|
|
561
|
+
u(C, {
|
|
562
|
+
modelValue: o.sellBuy,
|
|
563
|
+
"onUpdate:modelValue": n[1] || (n[1] = (l) => o.sellBuy = l),
|
|
549
564
|
"popper-class": "element-dark"
|
|
550
565
|
}, {
|
|
551
566
|
default: p(() => [
|
|
552
|
-
(
|
|
567
|
+
(a(!0), m(M, null, j(e(rl), (l, k) => (a(), h(c, {
|
|
553
568
|
key: k,
|
|
554
569
|
label: l.label,
|
|
555
570
|
value: l.value
|
|
@@ -558,15 +573,15 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
558
573
|
_: 1
|
|
559
574
|
}, 8, ["modelValue"])
|
|
560
575
|
]),
|
|
561
|
-
|
|
576
|
+
i("div", fl, [
|
|
562
577
|
bl,
|
|
563
|
-
|
|
564
|
-
modelValue:
|
|
565
|
-
"onUpdate:modelValue":
|
|
578
|
+
u(C, {
|
|
579
|
+
modelValue: o.singelCycle,
|
|
580
|
+
"onUpdate:modelValue": n[2] || (n[2] = (l) => o.singelCycle = l),
|
|
566
581
|
"popper-class": "element-dark"
|
|
567
582
|
}, {
|
|
568
583
|
default: p(() => [
|
|
569
|
-
(
|
|
584
|
+
(a(!0), m(M, null, j(_.value, (l, k) => (a(), h(c, {
|
|
570
585
|
key: k,
|
|
571
586
|
label: l.label,
|
|
572
587
|
value: l.value
|
|
@@ -575,12 +590,12 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
575
590
|
_: 1
|
|
576
591
|
}, 8, ["modelValue"])
|
|
577
592
|
]),
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
593
|
+
i("div", yl, [
|
|
594
|
+
gl,
|
|
595
|
+
u(U, {
|
|
581
596
|
size: "small",
|
|
582
|
-
modelValue:
|
|
583
|
-
"onUpdate:modelValue":
|
|
597
|
+
modelValue: o.multiCycleNum,
|
|
598
|
+
"onUpdate:modelValue": n[3] || (n[3] = (l) => o.multiCycleNum = l),
|
|
584
599
|
options: [
|
|
585
600
|
{ label: "二图", value: 2 },
|
|
586
601
|
{ label: "四图", value: 4 },
|
|
@@ -589,36 +604,36 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
589
604
|
style: { height: "26px" }
|
|
590
605
|
}, null, 8, ["modelValue"])
|
|
591
606
|
]),
|
|
592
|
-
|
|
593
|
-
class: v(`setting-multi-box grid-${
|
|
607
|
+
i("div", {
|
|
608
|
+
class: v(`setting-multi-box grid-${o.multiCycleNum}`)
|
|
594
609
|
}, [
|
|
595
|
-
(
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
modelValue:
|
|
600
|
-
"onUpdate:modelValue": (
|
|
610
|
+
(a(!0), m(M, null, j(o.multiCycleList.slice(0, o.multiCycleNum), (l, k) => (a(), m("div", hl, [
|
|
611
|
+
i("div", _l, [
|
|
612
|
+
i("span", null, z(e(dl)(o.multiCycleList[k], _.value)), 1),
|
|
613
|
+
u(C, {
|
|
614
|
+
modelValue: o.multiCycleList[k],
|
|
615
|
+
"onUpdate:modelValue": (H) => o.multiCycleList[k] = H,
|
|
601
616
|
"popper-class": "element-dark"
|
|
602
617
|
}, {
|
|
603
618
|
default: p(() => [
|
|
604
|
-
(
|
|
619
|
+
(a(!0), m(M, null, j(_.value, (H, pe) => (a(), h(c, {
|
|
605
620
|
key: pe,
|
|
606
|
-
label:
|
|
607
|
-
value:
|
|
621
|
+
label: H.label,
|
|
622
|
+
value: H.value
|
|
608
623
|
}, null, 8, ["label", "value"]))), 128))
|
|
609
624
|
]),
|
|
610
625
|
_: 2
|
|
611
626
|
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
612
627
|
]),
|
|
613
|
-
|
|
628
|
+
i("span", Cl, z(k + 1) + "号位K线", 1)
|
|
614
629
|
]))), 256))
|
|
615
630
|
], 2),
|
|
616
|
-
|
|
631
|
+
i("div", kl, [
|
|
617
632
|
Vl,
|
|
618
|
-
|
|
633
|
+
u(U, {
|
|
619
634
|
size: "small",
|
|
620
|
-
modelValue:
|
|
621
|
-
"onUpdate:modelValue":
|
|
635
|
+
modelValue: o.pageType,
|
|
636
|
+
"onUpdate:modelValue": n[4] || (n[4] = (l) => o.pageType = l),
|
|
622
637
|
options: [
|
|
623
638
|
{ label: "单周期", value: 1 },
|
|
624
639
|
{ label: "多周期", value: 2 }
|
|
@@ -626,63 +641,69 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
626
641
|
style: { height: "26px" }
|
|
627
642
|
}, null, 8, ["modelValue"])
|
|
628
643
|
]),
|
|
629
|
-
|
|
644
|
+
u(B, { style: { "margin-top": "44px" } }, {
|
|
630
645
|
default: p(() => [
|
|
631
|
-
|
|
646
|
+
q("功能配置")
|
|
632
647
|
]),
|
|
633
648
|
_: 1
|
|
634
649
|
}),
|
|
635
|
-
|
|
650
|
+
i("div", wl, [
|
|
636
651
|
Sl,
|
|
637
|
-
|
|
638
|
-
modelValue:
|
|
639
|
-
"onUpdate:modelValue":
|
|
652
|
+
u(T, {
|
|
653
|
+
modelValue: o.enable_tradeLogBrush,
|
|
654
|
+
"onUpdate:modelValue": n[5] || (n[5] = (l) => o.enable_tradeLogBrush = l)
|
|
640
655
|
}, null, 8, ["modelValue"])
|
|
641
656
|
]),
|
|
642
|
-
|
|
657
|
+
i("div", Il, [
|
|
643
658
|
El,
|
|
644
|
-
|
|
645
|
-
modelValue:
|
|
646
|
-
"onUpdate:modelValue":
|
|
659
|
+
u(T, {
|
|
660
|
+
modelValue: o.enable_showScreenTimeRange,
|
|
661
|
+
"onUpdate:modelValue": n[6] || (n[6] = (l) => o.enable_showScreenTimeRange = l)
|
|
647
662
|
}, null, 8, ["modelValue"])
|
|
648
663
|
]),
|
|
649
|
-
|
|
664
|
+
i("div", Tl, [
|
|
650
665
|
Nl,
|
|
651
|
-
|
|
652
|
-
modelValue:
|
|
653
|
-
"onUpdate:modelValue":
|
|
666
|
+
u(T, {
|
|
667
|
+
modelValue: o.enable_dbClickOpenSingel,
|
|
668
|
+
"onUpdate:modelValue": n[7] || (n[7] = (l) => o.enable_dbClickOpenSingel = l)
|
|
654
669
|
}, null, 8, ["modelValue"])
|
|
655
670
|
]),
|
|
656
|
-
|
|
671
|
+
u(B, { style: { "margin-top": "44px" } }, {
|
|
672
|
+
default: p(() => [
|
|
673
|
+
q("组件开关")
|
|
674
|
+
]),
|
|
675
|
+
_: 1
|
|
676
|
+
}),
|
|
677
|
+
i("div", Bl, [
|
|
657
678
|
Al,
|
|
658
|
-
|
|
659
|
-
modelValue:
|
|
660
|
-
"onUpdate:modelValue":
|
|
679
|
+
u(T, {
|
|
680
|
+
modelValue: o.enable_subChart,
|
|
681
|
+
"onUpdate:modelValue": n[8] || (n[8] = (l) => o.enable_subChart = l)
|
|
661
682
|
}, null, 8, ["modelValue"])
|
|
662
683
|
]),
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
modelValue:
|
|
667
|
-
"onUpdate:modelValue":
|
|
684
|
+
i("div", Ll, [
|
|
685
|
+
Ol,
|
|
686
|
+
u(T, {
|
|
687
|
+
modelValue: o.enable_sliderChart,
|
|
688
|
+
"onUpdate:modelValue": n[9] || (n[9] = (l) => o.enable_sliderChart = l)
|
|
668
689
|
}, null, 8, ["modelValue"])
|
|
669
690
|
])
|
|
670
691
|
]),
|
|
671
692
|
_: 1
|
|
672
693
|
}),
|
|
673
|
-
|
|
674
|
-
|
|
694
|
+
i("div", Pl, [
|
|
695
|
+
u(b, { onClick: E }, {
|
|
675
696
|
default: p(() => [
|
|
676
|
-
|
|
697
|
+
q(" 恢复默认 ")
|
|
677
698
|
]),
|
|
678
699
|
_: 1
|
|
679
700
|
}),
|
|
680
|
-
|
|
701
|
+
u(b, {
|
|
681
702
|
type: "primary",
|
|
682
|
-
onClick:
|
|
703
|
+
onClick: O
|
|
683
704
|
}, {
|
|
684
705
|
default: p(() => [
|
|
685
|
-
|
|
706
|
+
q(" 保存配置 ")
|
|
686
707
|
]),
|
|
687
708
|
_: 1
|
|
688
709
|
})
|
|
@@ -693,11 +714,11 @@ const S = (r) => (Fe("data-v-ca16523c"), r = r(), Re(), r), ul = { class: "kline
|
|
|
693
714
|
]);
|
|
694
715
|
};
|
|
695
716
|
}
|
|
696
|
-
}, Dl = /* @__PURE__ */ ze(Ul, [["__scopeId", "data-v-
|
|
717
|
+
}, Dl = /* @__PURE__ */ ze(Ul, [["__scopeId", "data-v-0cecb8f3"]]), nt = {
|
|
697
718
|
install(r) {
|
|
698
719
|
r.component("st-klineConfig", Dl);
|
|
699
720
|
}
|
|
700
721
|
};
|
|
701
722
|
export {
|
|
702
|
-
|
|
723
|
+
nt as default
|
|
703
724
|
};
|