st-comp 0.0.122 → 0.0.124
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/ChartLayout.js +2 -2
- package/es/Dialog.cjs +1 -1
- package/es/Dialog.js +14 -13
- package/es/FactorWarning.cjs +1 -1
- package/es/FactorWarning.js +26 -25
- package/es/Kline.cjs +1 -1
- package/es/Kline.js +849 -1605
- package/es/KlineBasic.cjs +6 -0
- package/es/KlineBasic.js +2888 -0
- package/es/KlineNew.cjs +1 -1
- package/es/KlineNew.js +12 -12
- package/es/Pagination.cjs +1 -1
- package/es/Pagination.js +18 -17
- package/es/Pie.cjs +1 -1
- package/es/Pie.js +1 -1
- package/es/Table.cjs +1 -1
- package/es/Table.js +18 -17
- package/es/User.cjs +1 -1
- package/es/User.js +75 -74
- package/es/VarietySearch.cjs +1 -1
- package/es/VarietySearch.js +903 -1253
- package/es/VirtualTable.cjs +1 -1
- package/es/VirtualTable.js +13 -12
- package/es/{base-f7877059.js → base-a8f938bd.js} +6 -6
- package/es/{castArray-18f43497.js → castArray-5c01dae1.js} +1 -1
- package/es/config-provider-4954003d.cjs +1 -0
- package/es/{config-provider-6479d795.js → config-provider-d3edea8a.js} +3 -3
- package/es/{debounce-2336e546.js → debounce-edbff018.js} +10 -10
- package/es/{dropdown-46daf582.js → dropdown-7e381525.js} +4 -4
- package/es/el-button-c7b375c4.cjs +1 -0
- package/es/{el-button-802f579a.js → el-button-ce99c64e.js} +6 -5
- package/es/{el-empty-3c5ec277.js → el-empty-ed6c115b.js} +1 -1
- package/es/{el-form-item-84099d46.js → el-form-item-b686a8bb.js} +9 -9
- package/es/{el-form-item-c39f717e.cjs → el-form-item-ff0d8d07.cjs} +1 -1
- package/es/{el-input-fac5b401.js → el-input-21e079e4.js} +5 -5
- package/es/el-menu-item-9369a2ad.js +771 -0
- package/es/el-menu-item-dc904a35.cjs +1 -0
- package/es/el-message-e97bdea1.cjs +1 -0
- package/es/el-message-fd827012.js +374 -0
- package/es/el-overlay-7b90d61c.cjs +1 -0
- package/es/{el-overlay-69e9ae49.js → el-overlay-9245ec1e.js} +77 -76
- package/es/{el-popover-694ded47.js → el-popover-6f075cee.js} +4 -4
- package/es/{el-popover-8735b1fa.cjs → el-popover-6f48d00b.cjs} +1 -1
- package/es/{el-popper-6126b1f6.js → el-popper-8dca8dd4.js} +4 -4
- package/es/{el-scrollbar-e0493906.js → el-scrollbar-906103f8.js} +1 -1
- package/es/{el-select-513126a5.js → el-select-6d6093eb.js} +10 -10
- package/es/el-table-column-26e7f13f.cjs +14 -0
- package/es/{el-table-column-3c920bdd.js → el-table-column-3f388c44.js} +15 -14
- package/es/{el-tag-5becabc9.js → el-tag-cdf0019e.js} +19 -19
- package/es/{index-7e40be25.js → index-53bce290.js} +3 -3
- package/es/index-669a0983.js +14 -0
- package/es/{index-048dca7e.js → index-6ced00c4.js} +1 -1
- package/es/index-c4649a37.cjs +3 -0
- package/es/{index-dc273ea2.cjs → index-d1b7c61e.cjs} +39 -39
- package/es/{index-57f8f7b9.js → index-f8e448bc.js} +5893 -5856
- package/es/{raf-07da7cdf.js → raf-b584bce8.js} +1 -1
- package/es/{refs-1b1fe6ca.js → refs-e1675167.js} +1 -1
- package/es/{scroll-3b521d81.js → scroll-25ec9230.js} +1 -1
- package/es/style.css +1 -1
- package/es/{use-form-common-props-f3a520d0.js → use-form-common-props-f7d2e83c.js} +18 -18
- package/es/use-global-config-8429db7d.js +72 -0
- package/es/{index-8a0b1c53.cjs → use-global-config-ac2dad80.cjs} +1 -3
- package/es/{vnode-25d7c2f5.js → vnode-699e61cb.js} +1 -1
- package/es/{zh-cn-74781bbd.js → zh-cn-61ca7f91.js} +2 -2
- package/es/{zh-cn-ab9a583d.cjs → zh-cn-a20960b5.cjs} +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +213 -208
- package/lib/{index-62c62885.js → index-741ecbcc.js} +38391 -35484
- package/lib/{python-6cdad7a6.js → python-5a672b35.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
- package/packages/KlineBasic/api.js +60 -0
- package/packages/KlineBasic/components/Contextmenu/index.vue +105 -0
- package/packages/KlineBasic/components/KlineSub/index.vue +297 -0
- package/packages/KlineBasic/components/KlineTips/index.vue +66 -0
- package/packages/KlineBasic/components/Tips/index.vue +33 -0
- package/packages/KlineBasic/index.ts +8 -0
- package/packages/KlineBasic/index.vue +565 -0
- package/packages/KlineBasic/utils.js +86 -0
- package/packages/VarietySearch/components/FactorScreen/index.vue +7 -7
- package/packages/index.ts +2 -0
- package/src/main.ts +2 -0
- package/src/pages/KlineBasic/api.js +45 -0
- package/src/pages/KlineBasic/index.vue +74 -0
- package/src/pages/KlineBasic/indicator.js +114 -0
- package/src/pages/VarietySearch/index.vue +3 -2
- package/src/router/routes.ts +5 -0
- package/es/config-provider-7cdfca4d.cjs +0 -1
- package/es/el-button-196807af.cjs +0 -1
- package/es/el-overlay-891dcc40.cjs +0 -1
- package/es/el-table-column-dd8b62aa.cjs +0 -14
- package/es/index-35117549.js +0 -81
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as K, O as U,
|
|
1
|
+
import { U as K, O as U, E as C, a2 as Z, a0 as T, a as D, j as H, f as B, a4 as R, b as S, h as x, d as E, u as q, l as $, y as J, _ as W, w as Y, e as j } from "./base-a8f938bd.js";
|
|
2
2
|
import { ref as w, getCurrentInstance as g, inject as v, computed as d, unref as m, defineComponent as s, openBlock as _, createElementBlock as n, mergeProps as X, renderSlot as Q, createElementVNode as a, onMounted as G, watch as k, toRef as e2, onUnmounted as t2 } from "vue";
|
|
3
3
|
var r2 = function() {
|
|
4
4
|
try {
|
|
@@ -196,7 +196,7 @@ var L2 = /* @__PURE__ */ s({
|
|
|
196
196
|
})
|
|
197
197
|
]));
|
|
198
198
|
}
|
|
199
|
-
}),
|
|
199
|
+
}), b = E2, b2 = /* @__PURE__ */ s({
|
|
200
200
|
name: "CircleClose",
|
|
201
201
|
__name: "circle-close",
|
|
202
202
|
setup(t) {
|
|
@@ -214,7 +214,7 @@ var L2 = /* @__PURE__ */ s({
|
|
|
214
214
|
})
|
|
215
215
|
]));
|
|
216
216
|
}
|
|
217
|
-
}),
|
|
217
|
+
}), A2 = b2, F2 = /* @__PURE__ */ s({
|
|
218
218
|
name: "Close",
|
|
219
219
|
__name: "close",
|
|
220
220
|
setup(t) {
|
|
@@ -228,7 +228,7 @@ var L2 = /* @__PURE__ */ s({
|
|
|
228
228
|
})
|
|
229
229
|
]));
|
|
230
230
|
}
|
|
231
|
-
}),
|
|
231
|
+
}), A = F2, O2 = /* @__PURE__ */ s({
|
|
232
232
|
name: "DArrowLeft",
|
|
233
233
|
__name: "d-arrow-left",
|
|
234
234
|
setup(t) {
|
|
@@ -288,7 +288,7 @@ var L2 = /* @__PURE__ */ s({
|
|
|
288
288
|
})
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}),
|
|
291
|
+
}), F = N2, K2 = /* @__PURE__ */ s({
|
|
292
292
|
name: "Loading",
|
|
293
293
|
__name: "loading",
|
|
294
294
|
setup(t) {
|
|
@@ -476,22 +476,22 @@ const C0 = E([
|
|
|
476
476
|
Object,
|
|
477
477
|
Function
|
|
478
478
|
]), L0 = {
|
|
479
|
-
Close:
|
|
479
|
+
Close: A
|
|
480
480
|
}, I0 = {
|
|
481
|
-
Close:
|
|
481
|
+
Close: A,
|
|
482
482
|
SuccessFilled: O,
|
|
483
|
-
InfoFilled:
|
|
483
|
+
InfoFilled: F,
|
|
484
484
|
WarningFilled: P,
|
|
485
|
-
CircleCloseFilled:
|
|
485
|
+
CircleCloseFilled: b
|
|
486
486
|
}, z0 = {
|
|
487
487
|
success: O,
|
|
488
488
|
warning: P,
|
|
489
|
-
error:
|
|
490
|
-
info:
|
|
489
|
+
error: b,
|
|
490
|
+
info: F
|
|
491
491
|
}, M0 = {
|
|
492
492
|
validating: U2,
|
|
493
493
|
success: S2,
|
|
494
|
-
error:
|
|
494
|
+
error: A2
|
|
495
495
|
}, y = Symbol("formContextKey"), V = Symbol("formItemContextKey"), B0 = () => {
|
|
496
496
|
const t = v(y, void 0), e = v(V, void 0);
|
|
497
497
|
return {
|
|
@@ -530,7 +530,7 @@ const C0 = E([
|
|
|
530
530
|
}, E0 = (t, e = {}) => {
|
|
531
531
|
const r = w(void 0), o = e.prop ? r : N("size"), l = e.global ? r : d2(), u = e.form ? { size: void 0 } : v(y, void 0), i = e.formItem ? { size: void 0 } : v(V, void 0);
|
|
532
532
|
return d(() => o.value || m(t) || (i == null ? void 0 : i.size) || (u == null ? void 0 : u.size) || l.value || "");
|
|
533
|
-
},
|
|
533
|
+
}, b0 = (t) => {
|
|
534
534
|
const e = N("disabled"), r = v(y, void 0);
|
|
535
535
|
return d(() => e.value || m(t) || (r == null ? void 0 : r.disabled) || !1);
|
|
536
536
|
};
|
|
@@ -542,10 +542,10 @@ export {
|
|
|
542
542
|
l0 as E,
|
|
543
543
|
y0 as F,
|
|
544
544
|
i0 as G,
|
|
545
|
-
|
|
545
|
+
A2 as H,
|
|
546
546
|
a0 as I,
|
|
547
547
|
r0 as J,
|
|
548
|
-
|
|
548
|
+
A as K,
|
|
549
549
|
_2 as L,
|
|
550
550
|
s2 as M,
|
|
551
551
|
L as N,
|
|
@@ -559,14 +559,14 @@ export {
|
|
|
559
559
|
M0 as V,
|
|
560
560
|
c2 as W,
|
|
561
561
|
E0 as a,
|
|
562
|
-
|
|
562
|
+
b0 as b,
|
|
563
563
|
p2 as c,
|
|
564
564
|
B0 as d,
|
|
565
565
|
S0 as e,
|
|
566
566
|
z0 as f,
|
|
567
567
|
s0 as g,
|
|
568
568
|
n0 as h,
|
|
569
|
-
|
|
569
|
+
F as i,
|
|
570
570
|
C0 as j,
|
|
571
571
|
u0 as k,
|
|
572
572
|
U2 as l,
|
|
@@ -580,7 +580,7 @@ export {
|
|
|
580
580
|
m0 as t,
|
|
581
581
|
t0 as u,
|
|
582
582
|
f0 as v,
|
|
583
|
-
|
|
583
|
+
b as w,
|
|
584
584
|
u2 as x,
|
|
585
585
|
y,
|
|
586
586
|
V as z
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { ref as m, getCurrentInstance as f, provide as C, computed as s, unref as v, inject as x } from "vue";
|
|
2
|
+
import { K as y, f as I, a9 as _, aa as b, u as z, H as K, x as S } from "./base-a8f938bd.js";
|
|
3
|
+
import { O, R as G, S as N, U as k, D as E, W as V } from "./use-form-common-props-f7d2e83c.js";
|
|
4
|
+
const p = Symbol();
|
|
5
|
+
function Z(n, o, a) {
|
|
6
|
+
return n == null ? n : O(n, o, a);
|
|
7
|
+
}
|
|
8
|
+
const d = (n) => Object.keys(n), H = (n, o, a) => ({
|
|
9
|
+
get value() {
|
|
10
|
+
return y(n, o, a);
|
|
11
|
+
},
|
|
12
|
+
set value(t) {
|
|
13
|
+
Z(n, o, t);
|
|
14
|
+
}
|
|
15
|
+
}), i = m();
|
|
16
|
+
function g(n, o = void 0) {
|
|
17
|
+
const a = f() ? x(p, i) : i;
|
|
18
|
+
return n ? s(() => {
|
|
19
|
+
var t, l;
|
|
20
|
+
return (l = (t = a.value) == null ? void 0 : t[n]) != null ? l : o;
|
|
21
|
+
}) : a;
|
|
22
|
+
}
|
|
23
|
+
function J(n, o) {
|
|
24
|
+
const a = g(), t = z(n, s(() => {
|
|
25
|
+
var e;
|
|
26
|
+
return ((e = a.value) == null ? void 0 : e.namespace) || K;
|
|
27
|
+
})), l = S(s(() => {
|
|
28
|
+
var e;
|
|
29
|
+
return (e = a.value) == null ? void 0 : e.locale;
|
|
30
|
+
})), r = E(s(() => {
|
|
31
|
+
var e;
|
|
32
|
+
return ((e = a.value) == null ? void 0 : e.zIndex) || V;
|
|
33
|
+
})), u = s(() => {
|
|
34
|
+
var e;
|
|
35
|
+
return v(o) || ((e = a.value) == null ? void 0 : e.size) || "";
|
|
36
|
+
});
|
|
37
|
+
return P(s(() => v(a) || {})), {
|
|
38
|
+
ns: t,
|
|
39
|
+
locale: l,
|
|
40
|
+
zIndex: r,
|
|
41
|
+
size: u
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
const P = (n, o, a = !1) => {
|
|
45
|
+
var t;
|
|
46
|
+
const l = !!f(), r = l ? g() : void 0, u = (t = o == null ? void 0 : o.provide) != null ? t : l ? C : void 0;
|
|
47
|
+
if (!u) {
|
|
48
|
+
I("provideGlobalConfig", "provideGlobalConfig() can only be used inside setup().");
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
const e = s(() => {
|
|
52
|
+
const c = v(n);
|
|
53
|
+
return r != null && r.value ? W(r.value, c) : c;
|
|
54
|
+
});
|
|
55
|
+
return u(p, e), u(_, s(() => e.value.locale)), u(b, s(() => e.value.namespace)), u(G, s(() => e.value.zIndex)), u(N, {
|
|
56
|
+
size: s(() => e.value.size || "")
|
|
57
|
+
}), u(k, s(() => ({
|
|
58
|
+
emptyValues: e.value.emptyValues,
|
|
59
|
+
valueOnClear: e.value.valueOnClear
|
|
60
|
+
}))), (a || !i.value) && (i.value = e.value), e;
|
|
61
|
+
}, W = (n, o) => {
|
|
62
|
+
const a = [.../* @__PURE__ */ new Set([...d(n), ...d(o)])], t = {};
|
|
63
|
+
for (const l of a)
|
|
64
|
+
t[l] = o[l] !== void 0 ? o[l] : n[l];
|
|
65
|
+
return t;
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
g as a,
|
|
69
|
+
H as g,
|
|
70
|
+
P as p,
|
|
71
|
+
J as u
|
|
72
|
+
};
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
"use strict";const n=require("vue"),s=require("./base-ec05f348.cjs"),c=require("./use-form-common-props-1b84d8f4.cjs"),m=Symbol();function C(o,u,t){return o==null?o:c.baseSet(o,u,t)}const f=o=>Object.keys(o),
|
|
2
|
-
For more detail, please visit: ${r}
|
|
3
|
-
`)},{immediate:!0})};exports.getProp=b;exports.provideGlobalConfig=g;exports.useDeprecated=x;exports.useGlobalComponentSettings=y;exports.useGlobalConfig=v;
|
|
1
|
+
"use strict";const n=require("vue"),s=require("./base-ec05f348.cjs"),c=require("./use-form-common-props-1b84d8f4.cjs"),m=Symbol();function C(o,u,t){return o==null?o:c.baseSet(o,u,t)}const f=o=>Object.keys(o),y=(o,u,t)=>({get value(){return s.get(o,u,t)},set value(l){C(o,u,l)}}),v=n.ref();function d(o,u=void 0){const t=n.getCurrentInstance()?n.inject(m,v):v;return o?n.computed(()=>{var l,r;return(r=(l=t.value)==null?void 0:l[o])!=null?r:u}):t}function b(o,u){const t=d(),l=s.useNamespace(o,n.computed(()=>{var e;return((e=t.value)==null?void 0:e.namespace)||s.defaultNamespace})),r=s.useLocale(n.computed(()=>{var e;return(e=t.value)==null?void 0:e.locale})),i=c.useZIndex(n.computed(()=>{var e;return((e=t.value)==null?void 0:e.zIndex)||c.defaultInitialZIndex})),a=n.computed(()=>{var e;return n.unref(u)||((e=t.value)==null?void 0:e.size)||""});return g(n.computed(()=>n.unref(t)||{})),{ns:l,locale:r,zIndex:i,size:a}}const g=(o,u,t=!1)=>{var l;const r=!!n.getCurrentInstance(),i=r?d():void 0,a=(l=u==null?void 0:u.provide)!=null?l:r?n.provide:void 0;if(!a){s.debugWarn("provideGlobalConfig","provideGlobalConfig() can only be used inside setup().");return}const e=n.computed(()=>{const p=n.unref(o);return i!=null&&i.value?x(i.value,p):p});return a(m,e),a(s.localeContextKey,n.computed(()=>e.value.locale)),a(s.namespaceContextKey,n.computed(()=>e.value.namespace)),a(c.zIndexContextKey,n.computed(()=>e.value.zIndex)),a(c.SIZE_INJECTION_KEY,{size:n.computed(()=>e.value.size||"")}),a(c.emptyValuesContextKey,n.computed(()=>({emptyValues:e.value.emptyValues,valueOnClear:e.value.valueOnClear}))),(t||!v.value)&&(v.value=e.value),e},x=(o,u)=>{const t=[...new Set([...f(o),...f(u)])],l={};for(const r of t)l[r]=u[r]!==void 0?u[r]:o[r];return l};exports.getProp=y;exports.provideGlobalConfig=g;exports.useGlobalComponentSettings=b;exports.useGlobalConfig=d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isVNode as o } from "vue";
|
|
2
|
-
import { s as S } from "./base-
|
|
2
|
+
import { s as S } from "./base-a8f938bd.js";
|
|
3
3
|
var _ = /* @__PURE__ */ ((E) => (E[E.TEXT = 1] = "TEXT", E[E.CLASS = 2] = "CLASS", E[E.STYLE = 4] = "STYLE", E[E.PROPS = 8] = "PROPS", E[E.FULL_PROPS = 16] = "FULL_PROPS", E[E.HYDRATE_EVENTS = 32] = "HYDRATE_EVENTS", E[E.STABLE_FRAGMENT = 64] = "STABLE_FRAGMENT", E[E.KEYED_FRAGMENT = 128] = "KEYED_FRAGMENT", E[E.UNKEYED_FRAGMENT = 256] = "UNKEYED_FRAGMENT", E[E.NEED_PATCH = 512] = "NEED_PATCH", E[E.DYNAMIC_SLOTS = 1024] = "DYNAMIC_SLOTS", E[E.HOISTED = -1] = "HOISTED", E[E.BAIL = -2] = "BAIL", E))(_ || {});
|
|
4
4
|
const A = (E) => {
|
|
5
5
|
const N = S(E) ? E : [E], e = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const u=require("./config-provider-
|
|
1
|
+
"use strict";const u=require("./config-provider-4954003d.cjs"),e=require("./base-ec05f348.cjs"),E=e.withInstall(u.ConfigProvider);var t={name:"zh-cn",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"确定",clear:"清空",defaultLabel:"颜色选择器",description:"当前颜色 {color},按 Enter 键选择新颜色",alphaLabel:"选择透明度的值"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",dateTablePrompt:"使用方向键与 Enter 键可选择日期",monthTablePrompt:"使用方向键与 Enter 键可选择月份",yearTablePrompt:"使用方向键与 Enter 键可选择年份",selectedDate:"已选日期",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"减少数值",increase:"增加数值"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉选项"},mention:{loading:"加载中"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页",page:"页",prev:"上一页",next:"下一页",currentPage:"第 {pager} 页",prevPages:"向前 {pager} 页",nextPages:"向后 {pager} 页",deprecationWarning:"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"},dialog:{close:"关闭此对话框"},drawer:{close:"关闭此对话框"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},slider:{defaultLabel:"滑块介于 {min} 至 {max}",defaultRangeStartLabel:"选择起始值",defaultRangeEndLabel:"选择结束值"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tour:{next:"下一步",previous:"上一步",finish:"结束导览"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},carousel:{leftArrow:"上一张幻灯片",rightArrow:"下一张幻灯片",indicator:"幻灯片切换至索引 {index}"}}};exports.ElConfigProvider=E;exports.zhCn=t;
|
package/lib/bundle.js
CHANGED