st-comp 0.0.149 → 0.0.150

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.
Files changed (124) hide show
  1. package/es/ChartLayout.cjs +1 -1
  2. package/es/ChartLayout.js +5 -4
  3. package/es/Dialog.cjs +1 -1
  4. package/es/Dialog.js +24 -22
  5. package/es/FactorWarning.cjs +1 -1
  6. package/es/FactorWarning.js +52 -50
  7. package/es/Kline.cjs +1 -1
  8. package/es/Kline.js +18 -16
  9. package/es/KlineBasic.cjs +1 -1
  10. package/es/KlineBasic.js +26 -24
  11. package/es/KlineNew.cjs +1 -1
  12. package/es/KlineNew.js +16 -14
  13. package/es/Pagination.cjs +1 -1
  14. package/es/Pagination.js +58 -56
  15. package/es/PasswordPrompt.cjs +1 -0
  16. package/es/PasswordPrompt.js +13 -0
  17. package/es/Table.cjs +1 -1
  18. package/es/Table.js +105 -103
  19. package/es/User.cjs +1 -1
  20. package/es/User.js +400 -378
  21. package/es/VarietySearch.cjs +1 -1
  22. package/es/VarietySearch.js +230 -228
  23. package/es/VirtualTable.cjs +3 -3
  24. package/es/VirtualTable.js +196 -194
  25. package/es/_initCloneObject-47814efa.cjs +1 -0
  26. package/es/{_initCloneObject-14b53c6f.js → _initCloneObject-e3d8a9ab.js} +21 -21
  27. package/es/base-0ca7c43a.cjs +5 -0
  28. package/es/base-19787dfb.js +303 -0
  29. package/es/{castArray-4251bbe4.js → castArray-8405000b.js} +1 -1
  30. package/es/castArray-a78ae889.cjs +1 -0
  31. package/es/{config-provider-55482a43.js → config-provider-0f6672af.js} +3 -3
  32. package/es/{config-provider-7cdfca4d.cjs → config-provider-cfbb9cd8.cjs} +1 -1
  33. package/es/{debounce-ac30be50.js → debounce-6cb0781f.js} +19 -19
  34. package/es/debounce-cf26af24.cjs +1 -0
  35. package/es/{dropdown-634b5e27.js → dropdown-17b3ef6a.js} +4 -4
  36. package/es/{dropdown-d7c59a21.cjs → dropdown-790d31ea.cjs} +1 -1
  37. package/es/{el-button-e1665717.js → el-button-0bf1d532.js} +17 -16
  38. package/es/el-button-62966947.cjs +1 -0
  39. package/es/{el-checkbox-group-492b95cc.cjs → el-checkbox-group-45247bbf.cjs} +1 -1
  40. package/es/{el-checkbox-group-e8fece80.js → el-checkbox-group-d53bc316.js} +5 -5
  41. package/es/el-empty-2ece1134.cjs +1 -0
  42. package/es/{el-empty-bacc6613.js → el-empty-bd5343a7.js} +10 -9
  43. package/es/{el-form-item-af1855f0.js → el-form-item-05c0e335.js} +52 -51
  44. package/es/el-form-item-47e255d4.cjs +12 -0
  45. package/es/{el-input-4961b99f.js → el-input-1e309239.js} +79 -78
  46. package/es/el-input-6a3805c5.cjs +1 -0
  47. package/es/{el-input-number-610fc8ba.js → el-input-number-60ebc58f.js} +57 -55
  48. package/es/el-input-number-96ff2e47.cjs +1 -0
  49. package/es/el-menu-item-4c9eb7ad.cjs +1 -0
  50. package/es/{el-menu-item-7d04c11a.js → el-menu-item-6c6236a1.js} +84 -83
  51. package/es/{el-message-c3b3ac96.js → el-message-7d927756.js} +55 -54
  52. package/es/el-message-d5ed7a4f.cjs +1 -0
  53. package/es/{el-overlay-12dd9b35.js → el-overlay-26bf0945.js} +73 -71
  54. package/es/el-overlay-41994f67.cjs +1 -0
  55. package/es/{el-popover-0aa071f2.js → el-popover-17e2e66c.js} +26 -24
  56. package/es/el-popover-7bd8a7c3.cjs +1 -0
  57. package/es/el-popper-7adbf1c6.cjs +1 -0
  58. package/es/{el-popper-50100766.js → el-popper-b6527ae2.js} +194 -193
  59. package/es/{el-scrollbar-562d0595.js → el-scrollbar-29bcab5f.js} +28 -28
  60. package/es/{el-scrollbar-d1c3e7f7.cjs → el-scrollbar-ac525239.cjs} +1 -1
  61. package/es/el-select-31f8ac8a.cjs +1 -0
  62. package/es/{el-select-9381b156.js → el-select-7395562b.js} +42 -40
  63. package/es/{el-table-column-55bffba5.js → el-table-column-47d80736.js} +329 -327
  64. package/es/el-table-column-bdc46568.cjs +14 -0
  65. package/es/{el-tag-985d9aff.js → el-tag-7414e0c7.js} +78 -77
  66. package/es/el-tag-9732314f.cjs +1 -0
  67. package/es/{index-deb8de52.cjs → index-1d85ba4b.cjs} +1 -1
  68. package/es/{index-39ec9741.js → index-273822d1.js} +21 -20
  69. package/es/index-2f958e56.cjs +3 -0
  70. package/es/index-375e8de4.cjs +5 -0
  71. package/es/{index-0cb48e01.js → index-621b092b.js} +1 -1
  72. package/es/{index-3bf8d597.cjs → index-65b4113e.cjs} +1 -1
  73. package/es/index-70372cdb.js +519 -0
  74. package/es/{use-form-common-props-f377e500.js → index-72151b24.js} +150 -312
  75. package/es/index-9e6e8d03.cjs +1 -0
  76. package/es/index-ab96bbf4.js +156 -0
  77. package/es/index-afc88a4b.cjs +1 -0
  78. package/es/{index-09e01b1d.js → index-c066fe0d.js} +32 -31
  79. package/es/index-ce3223db.cjs +1 -0
  80. package/es/{index-a902a0d9.js → index-dc22ffe4.js} +2 -2
  81. package/es/{raf-b128c7b7.js → raf-a532c514.js} +1 -1
  82. package/es/{raf-8fc301fd.cjs → raf-f46caea0.cjs} +1 -1
  83. package/es/{scroll-41224831.cjs → scroll-339681d4.cjs} +1 -1
  84. package/es/{scroll-387fcfdb.js → scroll-d787d648.js} +1 -1
  85. package/es/style.css +1 -1
  86. package/es/use-form-common-props-5ff2f51b.js +171 -0
  87. package/es/use-form-common-props-74a96df2.cjs +2 -0
  88. package/es/{vnode-7dfd4ed5.js → vnode-6a0c7411.js} +1 -1
  89. package/es/{vnode-7fbc61e1.cjs → vnode-b15eb11b.cjs} +1 -1
  90. package/es/{zh-cn-ab9a583d.cjs → zh-cn-36f34912.cjs} +1 -1
  91. package/es/{zh-cn-eb9c2820.js → zh-cn-f37255ae.js} +2 -2
  92. package/lib/bundle.js +1 -1
  93. package/lib/bundle.umd.cjs +136 -136
  94. package/lib/{index-d2de454d.js → index-d0cb2fa2.js} +14674 -14502
  95. package/lib/{python-22975586.js → python-050ba5a4.js} +1 -1
  96. package/lib/style.css +1 -1
  97. package/package.json +1 -1
  98. package/packages/PasswordPrompt/index.ts +8 -0
  99. package/packages/PasswordPrompt/index.vue +266 -0
  100. package/packages/User/index.vue +97 -58
  101. package/packages/index.ts +2 -0
  102. package/src/pages/PasswordPrompt/index.vue +12 -0
  103. package/src/router/routes.ts +5 -0
  104. package/es/_initCloneObject-441db749.cjs +0 -1
  105. package/es/base-437d17f3.js +0 -816
  106. package/es/base-ec05f348.cjs +0 -9
  107. package/es/castArray-a45823fe.cjs +0 -1
  108. package/es/debounce-b2ff12bd.cjs +0 -1
  109. package/es/el-button-196807af.cjs +0 -1
  110. package/es/el-empty-19ea04f4.cjs +0 -1
  111. package/es/el-form-item-5bdffd07.cjs +0 -12
  112. package/es/el-input-23e2bac3.cjs +0 -1
  113. package/es/el-input-number-40a81eb5.cjs +0 -1
  114. package/es/el-menu-item-78b858f2.cjs +0 -1
  115. package/es/el-message-d4df8136.cjs +0 -1
  116. package/es/el-overlay-bc0790a2.cjs +0 -1
  117. package/es/el-popover-8a77e015.cjs +0 -1
  118. package/es/el-popper-746070ba.cjs +0 -1
  119. package/es/el-select-b162dffc.cjs +0 -1
  120. package/es/el-table-column-6d761fce.cjs +0 -14
  121. package/es/el-tag-c51a6490.cjs +0 -1
  122. package/es/index-8a0b1c53.cjs +0 -3
  123. package/es/index-a387515d.cjs +0 -1
  124. package/es/use-form-common-props-1b84d8f4.cjs +0 -2
@@ -0,0 +1,519 @@
1
+ import { inject as P, ref as j, computed as O, unref as m, isRef as E, getCurrentInstance as F } from "vue";
2
+ import { h as A, e as z, J as L, S as k } from "./base-19787dfb.js";
3
+ var R = typeof global == "object" && global && global.Object === Object && global;
4
+ const G = R;
5
+ var J = typeof self == "object" && self && self.Object === Object && self, K = G || J || Function("return this")();
6
+ const y = K;
7
+ var H = y.Symbol;
8
+ const c = H;
9
+ var I = Object.prototype, Y = I.hasOwnProperty, U = I.toString, u = c ? c.toStringTag : void 0;
10
+ function B(e) {
11
+ var t = Y.call(e, u), r = e[u];
12
+ try {
13
+ e[u] = void 0;
14
+ var n = !0;
15
+ } catch {
16
+ }
17
+ var a = U.call(e);
18
+ return n && (t ? e[u] = r : delete e[u]), a;
19
+ }
20
+ var W = Object.prototype, q = W.toString;
21
+ function X(e) {
22
+ return q.call(e);
23
+ }
24
+ var Z = "[object Null]", V = "[object Undefined]", w = c ? c.toStringTag : void 0;
25
+ function N(e) {
26
+ return e == null ? e === void 0 ? V : Z : w && w in Object(e) ? B(e) : X(e);
27
+ }
28
+ function Q(e) {
29
+ return e != null && typeof e == "object";
30
+ }
31
+ var ee = "[object Symbol]";
32
+ function b(e) {
33
+ return typeof e == "symbol" || Q(e) && N(e) == ee;
34
+ }
35
+ function te(e, t) {
36
+ for (var r = -1, n = e == null ? 0 : e.length, a = Array(n); ++r < n; )
37
+ a[r] = t(e[r], r, e);
38
+ return a;
39
+ }
40
+ var re = Array.isArray;
41
+ const _ = re;
42
+ var ne = 1 / 0, S = c ? c.prototype : void 0, C = S ? S.toString : void 0;
43
+ function $(e) {
44
+ if (typeof e == "string")
45
+ return e;
46
+ if (_(e))
47
+ return te(e, $) + "";
48
+ if (b(e))
49
+ return C ? C.call(e) : "";
50
+ var t = e + "";
51
+ return t == "0" && 1 / e == -ne ? "-0" : t;
52
+ }
53
+ function D(e) {
54
+ var t = typeof e;
55
+ return e != null && (t == "object" || t == "function");
56
+ }
57
+ var ae = "[object AsyncFunction]", oe = "[object Function]", ie = "[object GeneratorFunction]", se = "[object Proxy]";
58
+ function ce(e) {
59
+ if (!D(e))
60
+ return !1;
61
+ var t = N(e);
62
+ return t == oe || t == ie || t == ae || t == se;
63
+ }
64
+ var le = y["__core-js_shared__"];
65
+ const f = le;
66
+ var x = function() {
67
+ var e = /[^.]+$/.exec(f && f.keys && f.keys.IE_PROTO || "");
68
+ return e ? "Symbol(src)_1." + e : "";
69
+ }();
70
+ function ue(e) {
71
+ return !!x && x in e;
72
+ }
73
+ var de = Function.prototype, he = de.toString;
74
+ function pe(e) {
75
+ if (e != null) {
76
+ try {
77
+ return he.call(e);
78
+ } catch {
79
+ }
80
+ try {
81
+ return e + "";
82
+ } catch {
83
+ }
84
+ }
85
+ return "";
86
+ }
87
+ var fe = /[\\^$.*+?()[\]{}|]/g, ge = /^\[object .+?Constructor\]$/, me = Function.prototype, ye = Object.prototype, be = me.toString, _e = ye.hasOwnProperty, ve = RegExp(
88
+ "^" + be.call(_e).replace(fe, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
89
+ );
90
+ function Te(e) {
91
+ if (!D(e) || ue(e))
92
+ return !1;
93
+ var t = ce(e) ? ve : ge;
94
+ return t.test(pe(e));
95
+ }
96
+ function we(e, t) {
97
+ return e == null ? void 0 : e[t];
98
+ }
99
+ function M(e, t) {
100
+ var r = we(e, t);
101
+ return Te(r) ? r : void 0;
102
+ }
103
+ function Se(e, t) {
104
+ return e === t || e !== e && t !== t;
105
+ }
106
+ var Ce = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, xe = /^\w*$/;
107
+ function Pe(e, t) {
108
+ if (_(e))
109
+ return !1;
110
+ var r = typeof e;
111
+ return r == "number" || r == "symbol" || r == "boolean" || e == null || b(e) ? !0 : xe.test(e) || !Ce.test(e) || t != null && e in Object(t);
112
+ }
113
+ var je = M(Object, "create");
114
+ const d = je;
115
+ function Oe() {
116
+ this.__data__ = d ? d(null) : {}, this.size = 0;
117
+ }
118
+ function Ie(e) {
119
+ var t = this.has(e) && delete this.__data__[e];
120
+ return this.size -= t ? 1 : 0, t;
121
+ }
122
+ var Ne = "__lodash_hash_undefined__", $e = Object.prototype, De = $e.hasOwnProperty;
123
+ function Me(e) {
124
+ var t = this.__data__;
125
+ if (d) {
126
+ var r = t[e];
127
+ return r === Ne ? void 0 : r;
128
+ }
129
+ return De.call(t, e) ? t[e] : void 0;
130
+ }
131
+ var Ee = Object.prototype, Fe = Ee.hasOwnProperty;
132
+ function Ae(e) {
133
+ var t = this.__data__;
134
+ return d ? t[e] !== void 0 : Fe.call(t, e);
135
+ }
136
+ var ze = "__lodash_hash_undefined__";
137
+ function Le(e, t) {
138
+ var r = this.__data__;
139
+ return this.size += this.has(e) ? 0 : 1, r[e] = d && t === void 0 ? ze : t, this;
140
+ }
141
+ function i(e) {
142
+ var t = -1, r = e == null ? 0 : e.length;
143
+ for (this.clear(); ++t < r; ) {
144
+ var n = e[t];
145
+ this.set(n[0], n[1]);
146
+ }
147
+ }
148
+ i.prototype.clear = Oe;
149
+ i.prototype.delete = Ie;
150
+ i.prototype.get = Me;
151
+ i.prototype.has = Ae;
152
+ i.prototype.set = Le;
153
+ function ke() {
154
+ this.__data__ = [], this.size = 0;
155
+ }
156
+ function h(e, t) {
157
+ for (var r = e.length; r--; )
158
+ if (Se(e[r][0], t))
159
+ return r;
160
+ return -1;
161
+ }
162
+ var Re = Array.prototype, Ge = Re.splice;
163
+ function Je(e) {
164
+ var t = this.__data__, r = h(t, e);
165
+ if (r < 0)
166
+ return !1;
167
+ var n = t.length - 1;
168
+ return r == n ? t.pop() : Ge.call(t, r, 1), --this.size, !0;
169
+ }
170
+ function Ke(e) {
171
+ var t = this.__data__, r = h(t, e);
172
+ return r < 0 ? void 0 : t[r][1];
173
+ }
174
+ function He(e) {
175
+ return h(this.__data__, e) > -1;
176
+ }
177
+ function Ye(e, t) {
178
+ var r = this.__data__, n = h(r, e);
179
+ return n < 0 ? (++this.size, r.push([e, t])) : r[n][1] = t, this;
180
+ }
181
+ function l(e) {
182
+ var t = -1, r = e == null ? 0 : e.length;
183
+ for (this.clear(); ++t < r; ) {
184
+ var n = e[t];
185
+ this.set(n[0], n[1]);
186
+ }
187
+ }
188
+ l.prototype.clear = ke;
189
+ l.prototype.delete = Je;
190
+ l.prototype.get = Ke;
191
+ l.prototype.has = He;
192
+ l.prototype.set = Ye;
193
+ var Ue = M(y, "Map");
194
+ const Be = Ue;
195
+ function We() {
196
+ this.size = 0, this.__data__ = {
197
+ hash: new i(),
198
+ map: new (Be || l)(),
199
+ string: new i()
200
+ };
201
+ }
202
+ function qe(e) {
203
+ var t = typeof e;
204
+ return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
205
+ }
206
+ function p(e, t) {
207
+ var r = e.__data__;
208
+ return qe(t) ? r[typeof t == "string" ? "string" : "hash"] : r.map;
209
+ }
210
+ function Xe(e) {
211
+ var t = p(this, e).delete(e);
212
+ return this.size -= t ? 1 : 0, t;
213
+ }
214
+ function Ze(e) {
215
+ return p(this, e).get(e);
216
+ }
217
+ function Ve(e) {
218
+ return p(this, e).has(e);
219
+ }
220
+ function Qe(e, t) {
221
+ var r = p(this, e), n = r.size;
222
+ return r.set(e, t), this.size += r.size == n ? 0 : 1, this;
223
+ }
224
+ function s(e) {
225
+ var t = -1, r = e == null ? 0 : e.length;
226
+ for (this.clear(); ++t < r; ) {
227
+ var n = e[t];
228
+ this.set(n[0], n[1]);
229
+ }
230
+ }
231
+ s.prototype.clear = We;
232
+ s.prototype.delete = Xe;
233
+ s.prototype.get = Ze;
234
+ s.prototype.has = Ve;
235
+ s.prototype.set = Qe;
236
+ var et = "Expected a function";
237
+ function v(e, t) {
238
+ if (typeof e != "function" || t != null && typeof t != "function")
239
+ throw new TypeError(et);
240
+ var r = function() {
241
+ var n = arguments, a = t ? t.apply(this, n) : n[0], o = r.cache;
242
+ if (o.has(a))
243
+ return o.get(a);
244
+ var T = e.apply(this, n);
245
+ return r.cache = o.set(a, T) || o, T;
246
+ };
247
+ return r.cache = new (v.Cache || s)(), r;
248
+ }
249
+ v.Cache = s;
250
+ var tt = 500;
251
+ function rt(e) {
252
+ var t = v(e, function(n) {
253
+ return r.size === tt && r.clear(), n;
254
+ }), r = t.cache;
255
+ return t;
256
+ }
257
+ var nt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, at = /\\(\\)?/g, ot = rt(function(e) {
258
+ var t = [];
259
+ return e.charCodeAt(0) === 46 && t.push(""), e.replace(nt, function(r, n, a, o) {
260
+ t.push(a ? o.replace(at, "$1") : n || r);
261
+ }), t;
262
+ });
263
+ const it = ot;
264
+ function st(e) {
265
+ return e == null ? "" : $(e);
266
+ }
267
+ function ct(e, t) {
268
+ return _(e) ? e : Pe(e, t) ? [e] : it(st(e));
269
+ }
270
+ var lt = 1 / 0;
271
+ function ut(e) {
272
+ if (typeof e == "string" || b(e))
273
+ return e;
274
+ var t = e + "";
275
+ return t == "0" && 1 / e == -lt ? "-0" : t;
276
+ }
277
+ function dt(e, t) {
278
+ t = ct(t, e);
279
+ for (var r = 0, n = t.length; e != null && r < n; )
280
+ e = e[ut(t[r++])];
281
+ return r && r == n ? e : void 0;
282
+ }
283
+ function ht(e, t, r) {
284
+ var n = e == null ? void 0 : dt(e, t);
285
+ return n === void 0 ? r : n;
286
+ }
287
+ var pt = {
288
+ name: "en",
289
+ el: {
290
+ breadcrumb: {
291
+ label: "Breadcrumb"
292
+ },
293
+ colorpicker: {
294
+ confirm: "OK",
295
+ clear: "Clear",
296
+ defaultLabel: "color picker",
297
+ description: "current color is {color}. press enter to select a new color.",
298
+ alphaLabel: "pick alpha value"
299
+ },
300
+ datepicker: {
301
+ now: "Now",
302
+ today: "Today",
303
+ cancel: "Cancel",
304
+ clear: "Clear",
305
+ confirm: "OK",
306
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
307
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
308
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
309
+ selectedDate: "Selected date",
310
+ selectDate: "Select date",
311
+ selectTime: "Select time",
312
+ startDate: "Start Date",
313
+ startTime: "Start Time",
314
+ endDate: "End Date",
315
+ endTime: "End Time",
316
+ prevYear: "Previous Year",
317
+ nextYear: "Next Year",
318
+ prevMonth: "Previous Month",
319
+ nextMonth: "Next Month",
320
+ year: "",
321
+ month1: "January",
322
+ month2: "February",
323
+ month3: "March",
324
+ month4: "April",
325
+ month5: "May",
326
+ month6: "June",
327
+ month7: "July",
328
+ month8: "August",
329
+ month9: "September",
330
+ month10: "October",
331
+ month11: "November",
332
+ month12: "December",
333
+ week: "week",
334
+ weeks: {
335
+ sun: "Sun",
336
+ mon: "Mon",
337
+ tue: "Tue",
338
+ wed: "Wed",
339
+ thu: "Thu",
340
+ fri: "Fri",
341
+ sat: "Sat"
342
+ },
343
+ weeksFull: {
344
+ sun: "Sunday",
345
+ mon: "Monday",
346
+ tue: "Tuesday",
347
+ wed: "Wednesday",
348
+ thu: "Thursday",
349
+ fri: "Friday",
350
+ sat: "Saturday"
351
+ },
352
+ months: {
353
+ jan: "Jan",
354
+ feb: "Feb",
355
+ mar: "Mar",
356
+ apr: "Apr",
357
+ may: "May",
358
+ jun: "Jun",
359
+ jul: "Jul",
360
+ aug: "Aug",
361
+ sep: "Sep",
362
+ oct: "Oct",
363
+ nov: "Nov",
364
+ dec: "Dec"
365
+ }
366
+ },
367
+ inputNumber: {
368
+ decrease: "decrease number",
369
+ increase: "increase number"
370
+ },
371
+ select: {
372
+ loading: "Loading",
373
+ noMatch: "No matching data",
374
+ noData: "No data",
375
+ placeholder: "Select"
376
+ },
377
+ mention: {
378
+ loading: "Loading"
379
+ },
380
+ dropdown: {
381
+ toggleDropdown: "Toggle Dropdown"
382
+ },
383
+ cascader: {
384
+ noMatch: "No matching data",
385
+ loading: "Loading",
386
+ placeholder: "Select",
387
+ noData: "No data"
388
+ },
389
+ pagination: {
390
+ goto: "Go to",
391
+ pagesize: "/page",
392
+ total: "Total {total}",
393
+ pageClassifier: "",
394
+ page: "Page",
395
+ prev: "Go to previous page",
396
+ next: "Go to next page",
397
+ currentPage: "page {pager}",
398
+ prevPages: "Previous {pager} pages",
399
+ nextPages: "Next {pager} pages",
400
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
401
+ },
402
+ dialog: {
403
+ close: "Close this dialog"
404
+ },
405
+ drawer: {
406
+ close: "Close this dialog"
407
+ },
408
+ messagebox: {
409
+ title: "Message",
410
+ confirm: "OK",
411
+ cancel: "Cancel",
412
+ error: "Illegal input",
413
+ close: "Close this dialog"
414
+ },
415
+ upload: {
416
+ deleteTip: "press delete to remove",
417
+ delete: "Delete",
418
+ preview: "Preview",
419
+ continue: "Continue"
420
+ },
421
+ slider: {
422
+ defaultLabel: "slider between {min} and {max}",
423
+ defaultRangeStartLabel: "pick start value",
424
+ defaultRangeEndLabel: "pick end value"
425
+ },
426
+ table: {
427
+ emptyText: "No Data",
428
+ confirmFilter: "Confirm",
429
+ resetFilter: "Reset",
430
+ clearFilter: "All",
431
+ sumText: "Sum"
432
+ },
433
+ tour: {
434
+ next: "Next",
435
+ previous: "Previous",
436
+ finish: "Finish"
437
+ },
438
+ tree: {
439
+ emptyText: "No Data"
440
+ },
441
+ transfer: {
442
+ noMatch: "No matching data",
443
+ noData: "No data",
444
+ titles: ["List 1", "List 2"],
445
+ filterPlaceholder: "Enter keyword",
446
+ noCheckedFormat: "{total} items",
447
+ hasCheckedFormat: "{checked}/{total} checked"
448
+ },
449
+ image: {
450
+ error: "FAILED"
451
+ },
452
+ pageHeader: {
453
+ title: "Back"
454
+ },
455
+ popconfirm: {
456
+ confirmButtonText: "Yes",
457
+ cancelButtonText: "No"
458
+ },
459
+ carousel: {
460
+ leftArrow: "Carousel arrow left",
461
+ rightArrow: "Carousel arrow right",
462
+ indicator: "Carousel switch to index {index}"
463
+ }
464
+ }
465
+ };
466
+ const ft = (e) => (t, r) => gt(t, r, m(e)), gt = (e, t, r) => ht(r, e, e).replace(/\{(\w+)\}/g, (n, a) => {
467
+ var o;
468
+ return `${(o = t == null ? void 0 : t[a]) != null ? o : `{${a}}`}`;
469
+ }), mt = (e) => {
470
+ const t = O(() => m(e).name), r = E(e) ? e : j(e);
471
+ return {
472
+ lang: t,
473
+ locale: r,
474
+ t: ft(e)
475
+ };
476
+ }, yt = Symbol("localeContextKey"), wt = (e) => {
477
+ const t = e || P(yt, j());
478
+ return mt(O(() => t.value || pt));
479
+ }, g = {
480
+ prefix: Math.floor(Math.random() * 1e4),
481
+ current: 0
482
+ }, bt = Symbol("elIdInjection"), _t = () => F() ? P(bt, g) : g, St = (e) => {
483
+ const t = _t();
484
+ !A && t === g && z("IdInjection", `Looks like you are using server rendering, you must provide a id provider to ensure the hydration process to be succeed
485
+ usage: app.provide(ID_INJECTION_KEY, {
486
+ prefix: number,
487
+ current: number,
488
+ })`);
489
+ const r = L();
490
+ return k(() => m(e) || `${r.value}-id-${t.prefix}-${t.current++}`);
491
+ };
492
+ export {
493
+ l as L,
494
+ s as M,
495
+ c as S,
496
+ wt as a,
497
+ Q as b,
498
+ N as c,
499
+ _ as d,
500
+ Se as e,
501
+ ce as f,
502
+ ht as g,
503
+ te as h,
504
+ D as i,
505
+ Pe as j,
506
+ dt as k,
507
+ M as l,
508
+ G as m,
509
+ Be as n,
510
+ pe as o,
511
+ ct as p,
512
+ _t as q,
513
+ y as r,
514
+ v as s,
515
+ ut as t,
516
+ St as u,
517
+ b as v,
518
+ yt as w
519
+ };