st-comp 0.0.200 → 0.0.201

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 (148) hide show
  1. package/components.d.ts +3 -0
  2. package/es/ChartLayout.js +4 -4
  3. package/es/ConfigProvider.cjs +1 -1
  4. package/es/ConfigProvider.js +1 -1
  5. package/es/CustomFunction.cjs +1 -1
  6. package/es/CustomFunction.js +46 -42
  7. package/es/FactorWarning.cjs +1 -1
  8. package/es/FactorWarning.js +82 -77
  9. package/es/Kline.cjs +1 -1
  10. package/es/Kline.js +21 -19
  11. package/es/KlineBasic.cjs +1 -1
  12. package/es/KlineBasic.js +30 -28
  13. package/es/KlineConfig.cjs +1 -1
  14. package/es/KlineConfig.js +25 -23
  15. package/es/KlineNew.cjs +1 -1
  16. package/es/KlineNew.js +20 -18
  17. package/es/KlinePlus.cjs +3 -3
  18. package/es/KlinePlus.js +274 -269
  19. package/es/MonacoEditor.cjs +1 -1
  20. package/es/MonacoEditor.js +2 -2
  21. package/es/Pagination.cjs +1 -1
  22. package/es/Pagination.js +74 -72
  23. package/es/PasswordPrompt.cjs +1 -1
  24. package/es/PasswordPrompt.js +9 -157
  25. package/es/Pie.cjs +1 -1
  26. package/es/Pie.js +1 -1
  27. package/es/Table.cjs +1 -1
  28. package/es/Table.js +53 -50
  29. package/es/User.cjs +1 -1
  30. package/es/User.js +1313 -1
  31. package/es/VarSelectDialog.cjs +1 -1
  32. package/es/VarSelectDialog.js +28 -26
  33. package/es/VarietyAutoComplete.cjs +1 -1
  34. package/es/VarietyAutoComplete.js +19 -18
  35. package/es/VarietySearch.cjs +7 -7
  36. package/es/VarietySearch.js +703 -697
  37. package/es/VarietyTextCopy.cjs +1 -1
  38. package/es/VarietyTextCopy.js +12 -12
  39. package/es/VirtualTable.cjs +1 -1
  40. package/es/VirtualTable.js +80 -79
  41. package/es/{el-popover-5421d52a.cjs → _initCloneObject-52b6a510.cjs} +1 -1
  42. package/es/{el-popover-7a1c6412.js → _initCloneObject-eaef9418.js} +9 -9
  43. package/es/{base-8348063b.js → base-a5af3db3.js} +38 -38
  44. package/es/{castArray-3f45c3ec.js → castArray-7741a212.js} +1 -1
  45. package/es/{config-provider-eb0460f1.cjs → config-provider-a584d81e.cjs} +1 -1
  46. package/es/{config-provider-1a687690.js → config-provider-b16efd62.js} +6 -6
  47. package/es/debounce-62f5b6e8.cjs +1 -0
  48. package/es/debounce-8d53f4dd.js +83 -0
  49. package/es/dropdown-071c5d7e.cjs +1 -0
  50. package/es/dropdown-a59bba73.js +178 -0
  51. package/es/el-autocomplete-a07e9439.cjs +1 -0
  52. package/es/{el-autocomplete-d4cd96cd.js → el-autocomplete-ba808eb6.js} +16 -16
  53. package/es/{el-button-2e680390.js → el-button-c95adb85.js} +33 -33
  54. package/es/{el-button-4ccd7122.cjs → el-button-eec58cff.cjs} +1 -1
  55. package/es/el-checkbox-group-0ea8fbf8.cjs +1 -0
  56. package/es/el-checkbox-group-4ed993c7.js +1 -0
  57. package/es/{el-dialog-bafc4b2b.js → el-dialog-41ab8417.js} +7 -6
  58. package/es/{el-dialog-6413b4af.cjs → el-dialog-ae86edb8.cjs} +1 -1
  59. package/es/{el-divider-93b0ee21.js → el-divider-4e059794.js} +1 -1
  60. package/es/{el-empty-56783dca.js → el-empty-33cb66f1.js} +3 -3
  61. package/es/el-form-item-c3fe189b.cjs +12 -0
  62. package/es/el-form-item-c53c374d.js +1269 -0
  63. package/es/{el-input-735575f4.js → el-input-2f75c4ba.js} +34 -34
  64. package/es/{el-input-6c5ac889.cjs → el-input-7fd293af.cjs} +1 -1
  65. package/es/{el-input-number-d5770776.cjs → el-input-number-22e21d16.cjs} +1 -1
  66. package/es/{el-input-number-6634a6ea.js → el-input-number-5193fe6d.js} +35 -35
  67. package/es/{el-loading-98dcebee.cjs → el-loading-cfd86c15.cjs} +1 -1
  68. package/es/{el-loading-049dacc5.js → el-loading-f6022062.js} +5 -5
  69. package/es/{el-menu-item-828bc6fa.cjs → el-menu-item-17dc717e.cjs} +1 -1
  70. package/es/{el-menu-item-8a210e21.js → el-menu-item-7e881203.js} +22 -22
  71. package/es/{el-message-a1ac37d4.cjs → el-message-5e6a6be9.cjs} +1 -1
  72. package/es/el-message-box-a93d2f6a.js +489 -0
  73. package/es/el-message-box-c10adb52.cjs +1 -0
  74. package/es/{el-message-def216ae.js → el-message-e544a8f5.js} +24 -24
  75. package/es/{el-overlay-4ea38eab.js → el-overlay-09ad71cd.js} +51 -51
  76. package/es/{el-overlay-69dfacb6.cjs → el-overlay-9e34965f.cjs} +1 -1
  77. package/es/{el-popconfirm-bdeceeb7.cjs → el-popconfirm-70a976bf.cjs} +1 -1
  78. package/es/{el-popconfirm-aace1104.js → el-popconfirm-81dcd202.js} +20 -20
  79. package/es/el-popover-0ea8fbf8.cjs +1 -0
  80. package/es/el-popover-4ed993c7.js +1 -0
  81. package/es/{el-popper-986a8371.js → el-popper-b4f97157.js} +115 -112
  82. package/es/{el-popper-b962125f.cjs → el-popper-b6c99b28.cjs} +1 -1
  83. package/es/el-scrollbar-323542e7.js +34 -0
  84. package/es/el-scrollbar-bc3f790d.cjs +1 -0
  85. package/es/{el-segmented-f892ec18.js → el-segmented-b868d074.js} +8 -8
  86. package/es/{el-segmented-6b057ed5.cjs → el-segmented-f8fce9ac.cjs} +1 -1
  87. package/es/{el-select-2189a8ac.js → el-select-95627997.js} +42 -41
  88. package/es/el-select-d8d91db1.cjs +1 -0
  89. package/es/el-table-column-079b76f5.cjs +14 -0
  90. package/es/{el-table-column-91d69c86.js → el-table-column-72c50d58.js} +14 -14
  91. package/es/{el-tag-75a7573a.js → el-tag-66cab138.js} +16 -16
  92. package/es/{el-tag-a15520b3.cjs → el-tag-a33c4b22.cjs} +1 -1
  93. package/es/{el-checkbox-group-e26a4533.js → el-text-ac60d0f2.js} +16 -16
  94. package/es/{el-checkbox-group-dfdad075.cjs → el-text-c20a9f48.cjs} +1 -1
  95. package/es/{index-1fb95601.cjs → index-098c2447.cjs} +1 -1
  96. package/es/{index-16802b35.cjs → index-11547a0c.cjs} +1 -1
  97. package/es/index-1f7d4f70.js +157 -0
  98. package/es/{index-680be212.cjs → index-298075cf.cjs} +1 -1
  99. package/es/index-57672682.js +113 -0
  100. package/es/{index-9cfb6ccf.js → index-7ed0999e.js} +2 -0
  101. package/es/{index-f3a86049.js → index-844bdd85.js} +29 -29
  102. package/es/index-88546436.js +163 -0
  103. package/es/{index-cc200b99.cjs → index-8901a38c.cjs} +1 -1
  104. package/es/{index-e00ee015.js → index-960806da.js} +36 -36
  105. package/es/index-9b9ef5dd.cjs +1 -0
  106. package/es/{index-847d58bc.js → index-a871c3eb.js} +92 -62
  107. package/es/{index-780e7fd2.js → index-bc8e277e.js} +2 -2
  108. package/es/{index-5e0314ac.cjs → index-c108567d.cjs} +1 -1
  109. package/es/{index-78381381.cjs → index-d725fef6.cjs} +2 -2
  110. package/es/{index-14c88a1a.js → index-d77a7336.js} +1 -1
  111. package/es/{index-f45c2897.js → index-d91dc23f.js} +20 -20
  112. package/es/{index-c94b9543.js → index-e5566b94.js} +43 -43
  113. package/es/index-f3562b52.cjs +1 -0
  114. package/es/index-f967d6c1.cjs +1 -0
  115. package/es/{python-2e916d28.cjs → python-c27ba105.cjs} +1 -1
  116. package/es/{python-7cf0b6ba.js → python-ecde9ff2.js} +2 -2
  117. package/es/{raf-8e5f0699.js → raf-80ef0c0a.js} +1 -1
  118. package/es/{scroll-c43468ab.js → scroll-679bd6bf.js} +1 -1
  119. package/es/style.css +1 -1
  120. package/es/{use-form-common-props-e6cba60f.js → use-form-common-props-815d48a6.js} +69 -69
  121. package/es/{use-form-common-props-d8866dc6.cjs → use-form-common-props-fd9b61a0.cjs} +1 -1
  122. package/es/{use-global-config-72d50e62.cjs → use-global-config-30d7d8ce.cjs} +1 -1
  123. package/es/{use-global-config-76ff2e3e.js → use-global-config-b5e9d3d5.js} +14 -14
  124. package/es/{validator-e759d43d.cjs → validator-1b8a6128.cjs} +1 -1
  125. package/es/{validator-220652c5.js → validator-764a9db0.js} +1 -1
  126. package/es/vnode-5ddb7ed1.js +14 -0
  127. package/es/vnode-b906ae6d.cjs +1 -0
  128. package/es/{zh-cn-33e7aee6.cjs → zh-cn-90317f62.cjs} +1 -1
  129. package/es/{zh-cn-c7fa42ea.js → zh-cn-e963c628.js} +2 -2
  130. package/lib/bundle.js +1 -1
  131. package/lib/bundle.umd.cjs +21 -21
  132. package/lib/{index-410c490f.js → index-c0ce50bc.js} +736 -733
  133. package/lib/{python-589861d2.js → python-9dae326e.js} +1 -1
  134. package/lib/style.css +1 -1
  135. package/package.json +1 -1
  136. package/packages/KlinePlus/index.vue +17 -7
  137. package/src/pages/KlinePlus/index.vue +6 -5
  138. package/es/el-autocomplete-86c0d989.cjs +0 -1
  139. package/es/el-form-item-41becb31.js +0 -1749
  140. package/es/el-form-item-95476197.cjs +0 -12
  141. package/es/el-scrollbar-139aa96d.cjs +0 -1
  142. package/es/el-scrollbar-cdadd788.js +0 -115
  143. package/es/el-select-e1046cc6.cjs +0 -1
  144. package/es/el-table-column-f1c4af89.cjs +0 -14
  145. package/es/index-56ea97a9.js +0 -122
  146. package/es/index-8583c047.cjs +0 -1
  147. package/es/index-ce63356a.cjs +0 -1
  148. package/es/index-db1e1861.js +0 -318
@@ -1,1749 +0,0 @@
1
- import { ref as W, computed as A, defineComponent as se, reactive as qe, watch as oe, provide as jt, toRefs as Qe, openBlock as D, createElementBlock as ce, normalizeClass as I, unref as B, renderSlot as pe, inject as je, onMounted as et, onBeforeUnmount as tt, onUpdated as Jt, createVNode as H, Fragment as Xt, nextTick as ee, useSlots as Qt, withCtx as U, createBlock as G, resolveDynamicComponent as ae, normalizeStyle as Ie, createTextVNode as ke, toDisplayString as Q, createCommentVNode as X, createElementVNode as _, TransitionGroup as en, markRaw as ze, resolveComponent as ue, Transition as tn, withDirectives as Ne, withModifiers as Fe, withKeys as Ae, vShow as xe, isVNode as It, render as Bt } from "vue";
2
- import { v as nn, p as rn, c as Mt, b as $t, w as nt, x as _e, h as an, m as on, T as ut } from "./use-form-common-props-e6cba60f.js";
3
- import { b as rt, d as Be, m as Me, c as me, f as Pt, u as it, _ as at, a as ve, Q as sn, h as dt, w as ln, y as fn, i as un, z as ct, g as Rt, p as dn, A as pt } from "./base-8348063b.js";
4
- import { c as Ue } from "./castArray-3f45c3ec.js";
5
- import { d as cn, t as pn, o as gt, c as gn, b as mn } from "./el-popper-986a8371.js";
6
- import { S as mt, f as Lt, c as vn, i as yn, u as Ke } from "./index-e00ee015.js";
7
- import { g as De, u as hn } from "./use-global-config-76ff2e3e.js";
8
- import { k as Vt, g as Nt, s as bn, h as wn, j as ot, n as $e, l as xt, m as En, S as Fn, p as An } from "./index-c94b9543.js";
9
- import { c as Pe, k as st, g as On, a as Dt, b as Cn, d as Sn, e as Tn, i as qn } from "./el-popover-7a1c6412.js";
10
- import { E as jn } from "./el-button-2e680390.js";
11
- import { E as In } from "./el-input-735575f4.js";
12
- import { E as Bn, g as Mn, f as $n } from "./el-overlay-4ea38eab.js";
13
- import { E as Pn, l as vt } from "./index-847d58bc.js";
14
- import { i as Rn } from "./validator-220652c5.js";
15
- import { u as Ln } from "./el-dialog-bafc4b2b.js";
16
- function Vn(e, t) {
17
- for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
18
- ;
19
- return e;
20
- }
21
- function Nn(e, t) {
22
- return e && Pe(t, Vt(t), e);
23
- }
24
- function xn(e, t) {
25
- return e && Pe(t, st(t), e);
26
- }
27
- function Dn(e, t) {
28
- return Pe(e, Nt(e), t);
29
- }
30
- var Wn = Object.getOwnPropertySymbols, kn = Wn ? function(e) {
31
- for (var t = []; e; )
32
- nn(t, Nt(e)), e = On(e);
33
- return t;
34
- } : bn;
35
- const Wt = kn;
36
- function zn(e, t) {
37
- return Pe(e, Wt(e), t);
38
- }
39
- function _n(e) {
40
- return wn(e, st, Wt);
41
- }
42
- var Un = Object.prototype, Kn = Un.hasOwnProperty;
43
- function Gn(e) {
44
- var t = e.length, n = new e.constructor(t);
45
- return t && typeof e[0] == "string" && Kn.call(e, "index") && (n.index = e.index, n.input = e.input), n;
46
- }
47
- function Hn(e, t) {
48
- var n = t ? Dt(e.buffer) : e.buffer;
49
- return new e.constructor(n, e.byteOffset, e.byteLength);
50
- }
51
- var Yn = /\w*$/;
52
- function Zn(e) {
53
- var t = new e.constructor(e.source, Yn.exec(e));
54
- return t.lastIndex = e.lastIndex, t;
55
- }
56
- var yt = mt ? mt.prototype : void 0, ht = yt ? yt.valueOf : void 0;
57
- function Jn(e) {
58
- return ht ? Object(ht.call(e)) : {};
59
- }
60
- var Xn = "[object Boolean]", Qn = "[object Date]", er = "[object Map]", tr = "[object Number]", nr = "[object RegExp]", rr = "[object Set]", ir = "[object String]", ar = "[object Symbol]", or = "[object ArrayBuffer]", sr = "[object DataView]", lr = "[object Float32Array]", fr = "[object Float64Array]", ur = "[object Int8Array]", dr = "[object Int16Array]", cr = "[object Int32Array]", pr = "[object Uint8Array]", gr = "[object Uint8ClampedArray]", mr = "[object Uint16Array]", vr = "[object Uint32Array]";
61
- function yr(e, t, n) {
62
- var r = e.constructor;
63
- switch (t) {
64
- case or:
65
- return Dt(e);
66
- case Xn:
67
- case Qn:
68
- return new r(+e);
69
- case sr:
70
- return Hn(e, n);
71
- case lr:
72
- case fr:
73
- case ur:
74
- case dr:
75
- case cr:
76
- case pr:
77
- case gr:
78
- case mr:
79
- case vr:
80
- return Cn(e, n);
81
- case er:
82
- return new r();
83
- case tr:
84
- case ir:
85
- return new r(e);
86
- case nr:
87
- return Zn(e);
88
- case rr:
89
- return new r();
90
- case ar:
91
- return Jn(e);
92
- }
93
- }
94
- var hr = "[object Map]";
95
- function br(e) {
96
- return Lt(e) && ot(e) == hr;
97
- }
98
- var bt = $e && $e.isMap, wr = bt ? xt(bt) : br;
99
- const Er = wr;
100
- var Fr = "[object Set]";
101
- function Ar(e) {
102
- return Lt(e) && ot(e) == Fr;
103
- }
104
- var wt = $e && $e.isSet, Or = wt ? xt(wt) : Ar;
105
- const Cr = Or;
106
- var Sr = 1, Tr = 2, qr = 4, kt = "[object Arguments]", jr = "[object Array]", Ir = "[object Boolean]", Br = "[object Date]", Mr = "[object Error]", zt = "[object Function]", $r = "[object GeneratorFunction]", Pr = "[object Map]", Rr = "[object Number]", _t = "[object Object]", Lr = "[object RegExp]", Vr = "[object Set]", Nr = "[object String]", xr = "[object Symbol]", Dr = "[object WeakMap]", Wr = "[object ArrayBuffer]", kr = "[object DataView]", zr = "[object Float32Array]", _r = "[object Float64Array]", Ur = "[object Int8Array]", Kr = "[object Int16Array]", Gr = "[object Int32Array]", Hr = "[object Uint8Array]", Yr = "[object Uint8ClampedArray]", Zr = "[object Uint16Array]", Jr = "[object Uint32Array]", C = {};
107
- C[kt] = C[jr] = C[Wr] = C[kr] = C[Ir] = C[Br] = C[zr] = C[_r] = C[Ur] = C[Kr] = C[Gr] = C[Pr] = C[Rr] = C[_t] = C[Lr] = C[Vr] = C[Nr] = C[xr] = C[Hr] = C[Yr] = C[Zr] = C[Jr] = !0;
108
- C[Mr] = C[zt] = C[Dr] = !1;
109
- function Se(e, t, n, r, i, a) {
110
- var o, s = t & Sr, u = t & Tr, l = t & qr;
111
- if (n && (o = i ? n(e, r, i, a) : n(e)), o !== void 0)
112
- return o;
113
- if (!vn(e))
114
- return e;
115
- var p = yn(e);
116
- if (p) {
117
- if (o = Gn(e), !s)
118
- return Sn(e, o);
119
- } else {
120
- var g = ot(e), b = g == zt || g == $r;
121
- if (En(e))
122
- return Tn(e, s);
123
- if (g == _t || g == kt || b && !i) {
124
- if (o = u || b ? {} : qn(e), !s)
125
- return u ? zn(e, xn(o, e)) : Dn(e, Nn(o, e));
126
- } else {
127
- if (!C[g])
128
- return i ? e : {};
129
- o = yr(e, g, s);
130
- }
131
- }
132
- a || (a = new Fn());
133
- var S = a.get(e);
134
- if (S)
135
- return S;
136
- a.set(e, o), Cr(e) ? e.forEach(function(v) {
137
- o.add(Se(v, t, n, v, e, a));
138
- }) : Er(e) && e.forEach(function(v, f) {
139
- o.set(f, Se(v, t, n, f, e, a));
140
- });
141
- var q = l ? u ? _n : An : u ? st : Vt, d = p ? void 0 : q(e);
142
- return Vn(d || e, function(v, f) {
143
- d && (f = v, v = e[f]), rn(o, f, Se(v, t, n, f, e, a));
144
- }), o;
145
- }
146
- var Xr = 4;
147
- function Et(e) {
148
- return Se(e, Xr);
149
- }
150
- const Qr = rt({
151
- size: {
152
- type: String,
153
- values: Mt
154
- },
155
- disabled: Boolean
156
- }), ei = rt({
157
- ...Qr,
158
- model: Object,
159
- rules: {
160
- type: Be(Object)
161
- },
162
- labelPosition: {
163
- type: String,
164
- values: ["left", "right", "top"],
165
- default: "right"
166
- },
167
- requireAsteriskPosition: {
168
- type: String,
169
- values: ["left", "right"],
170
- default: "left"
171
- },
172
- labelWidth: {
173
- type: [String, Number],
174
- default: ""
175
- },
176
- labelSuffix: {
177
- type: String,
178
- default: ""
179
- },
180
- inline: Boolean,
181
- inlineMessage: Boolean,
182
- statusIcon: Boolean,
183
- showMessage: {
184
- type: Boolean,
185
- default: !0
186
- },
187
- validateOnRuleChange: {
188
- type: Boolean,
189
- default: !0
190
- },
191
- hideRequiredAsterisk: Boolean,
192
- scrollToError: Boolean,
193
- scrollIntoViewOptions: {
194
- type: Be([Object, Boolean]),
195
- default: !0
196
- }
197
- }), ti = {
198
- validate: (e, t, n) => (Me(e) || me(e)) && Pt(t) && me(n)
199
- };
200
- function ni() {
201
- const e = W([]), t = A(() => {
202
- if (!e.value.length)
203
- return "0";
204
- const a = Math.max(...e.value);
205
- return a ? `${a}px` : "";
206
- });
207
- function n(a) {
208
- const o = e.value.indexOf(a);
209
- return o === -1 && t.value, o;
210
- }
211
- function r(a, o) {
212
- if (a && o) {
213
- const s = n(o);
214
- e.value.splice(s, 1, a);
215
- } else
216
- a && e.value.push(a);
217
- }
218
- function i(a) {
219
- const o = n(a);
220
- o > -1 && e.value.splice(o, 1);
221
- }
222
- return {
223
- autoLabelWidth: t,
224
- registerLabelWidth: r,
225
- deregisterLabelWidth: i
226
- };
227
- }
228
- const Oe = (e, t) => {
229
- const n = Ue(t).map((r) => Me(r) ? r.join(".") : r);
230
- return n.length > 0 ? e.filter((r) => r.propString && n.includes(r.propString)) : e;
231
- }, ri = "ElForm", ii = se({
232
- name: ri
233
- }), ai = /* @__PURE__ */ se({
234
- ...ii,
235
- props: ei,
236
- emits: ti,
237
- setup(e, { expose: t, emit: n }) {
238
- const r = e, i = W(), a = qe([]), o = $t(), s = it("form"), u = A(() => {
239
- const { labelPosition: c, inline: h } = r;
240
- return [
241
- s.b(),
242
- s.m(o.value || "default"),
243
- {
244
- [s.m(`label-${c}`)]: c,
245
- [s.m("inline")]: h
246
- }
247
- ];
248
- }), l = (c) => Oe(a, [c])[0], p = (c) => {
249
- a.push(c);
250
- }, g = (c) => {
251
- c.prop && a.splice(a.indexOf(c), 1);
252
- }, b = (c = []) => {
253
- r.model && Oe(a, c).forEach((h) => h.resetField());
254
- }, S = (c = []) => {
255
- Oe(a, c).forEach((h) => h.clearValidate());
256
- }, q = A(() => !!r.model), d = (c) => {
257
- if (a.length === 0)
258
- return [];
259
- const h = Oe(a, c);
260
- return h.length ? h : [];
261
- }, v = async (c) => j(void 0, c), f = async (c = []) => {
262
- if (!q.value)
263
- return !1;
264
- const h = d(c);
265
- if (h.length === 0)
266
- return !0;
267
- let E = {};
268
- for (const M of h)
269
- try {
270
- await M.validate(""), M.validateState === "error" && !M.error && M.resetField();
271
- } catch (T) {
272
- E = {
273
- ...E,
274
- ...T
275
- };
276
- }
277
- return Object.keys(E).length === 0 ? !0 : Promise.reject(E);
278
- }, j = async (c = [], h) => {
279
- let E = !1;
280
- const M = !ve(h);
281
- try {
282
- return E = await f(c), E === !0 && await (h == null ? void 0 : h(E)), E;
283
- } catch (T) {
284
- if (T instanceof Error)
285
- throw T;
286
- const N = T;
287
- if (r.scrollToError && i.value) {
288
- const Y = i.value.querySelector(`.${s.b()}-item.is-error`);
289
- Y == null || Y.scrollIntoView(r.scrollIntoViewOptions);
290
- }
291
- return !E && await (h == null ? void 0 : h(!1, N)), M && Promise.reject(N);
292
- }
293
- }, y = (c) => {
294
- var h;
295
- const E = l(c);
296
- E && ((h = E.$el) == null || h.scrollIntoView(r.scrollIntoViewOptions));
297
- };
298
- return oe(() => r.rules, () => {
299
- r.validateOnRuleChange && v().catch((c) => cn());
300
- }, { deep: !0, flush: "post" }), jt(nt, qe({
301
- ...Qe(r),
302
- emit: n,
303
- resetFields: b,
304
- clearValidate: S,
305
- validateField: j,
306
- getField: l,
307
- addField: p,
308
- removeField: g,
309
- ...ni()
310
- })), t({
311
- validate: v,
312
- validateField: j,
313
- resetFields: b,
314
- clearValidate: S,
315
- scrollToField: y,
316
- getField: l,
317
- fields: a
318
- }), (c, h) => (D(), ce("form", {
319
- ref_key: "formRef",
320
- ref: i,
321
- class: I(B(u))
322
- }, [
323
- pe(c.$slots, "default")
324
- ], 2));
325
- }
326
- });
327
- var oi = /* @__PURE__ */ at(ai, [["__file", "form.vue"]]);
328
- function te() {
329
- return te = Object.assign ? Object.assign.bind() : function(e) {
330
- for (var t = 1; t < arguments.length; t++) {
331
- var n = arguments[t];
332
- for (var r in n)
333
- Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
334
- }
335
- return e;
336
- }, te.apply(this, arguments);
337
- }
338
- function si(e, t) {
339
- e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ye(e, t);
340
- }
341
- function Ge(e) {
342
- return Ge = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(n) {
343
- return n.__proto__ || Object.getPrototypeOf(n);
344
- }, Ge(e);
345
- }
346
- function ye(e, t) {
347
- return ye = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(r, i) {
348
- return r.__proto__ = i, r;
349
- }, ye(e, t);
350
- }
351
- function li() {
352
- if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
353
- return !1;
354
- if (typeof Proxy == "function")
355
- return !0;
356
- try {
357
- return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
358
- })), !0;
359
- } catch {
360
- return !1;
361
- }
362
- }
363
- function Te(e, t, n) {
364
- return li() ? Te = Reflect.construct.bind() : Te = function(i, a, o) {
365
- var s = [null];
366
- s.push.apply(s, a);
367
- var u = Function.bind.apply(i, s), l = new u();
368
- return o && ye(l, o.prototype), l;
369
- }, Te.apply(null, arguments);
370
- }
371
- function fi(e) {
372
- return Function.toString.call(e).indexOf("[native code]") !== -1;
373
- }
374
- function He(e) {
375
- var t = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
376
- return He = function(r) {
377
- if (r === null || !fi(r))
378
- return r;
379
- if (typeof r != "function")
380
- throw new TypeError("Super expression must either be null or a function");
381
- if (typeof t < "u") {
382
- if (t.has(r))
383
- return t.get(r);
384
- t.set(r, i);
385
- }
386
- function i() {
387
- return Te(r, arguments, Ge(this).constructor);
388
- }
389
- return i.prototype = Object.create(r.prototype, {
390
- constructor: {
391
- value: i,
392
- enumerable: !1,
393
- writable: !0,
394
- configurable: !0
395
- }
396
- }), ye(i, r);
397
- }, He(e);
398
- }
399
- var ui = /%[sdj%]/g, Ut = function() {
400
- };
401
- typeof process < "u" && process.env && process.env.NODE_ENV !== "production" && typeof window < "u" && typeof document < "u" && (Ut = function(t, n) {
402
- typeof console < "u" && console.warn && typeof ASYNC_VALIDATOR_NO_WARNING > "u" && n.every(function(r) {
403
- return typeof r == "string";
404
- }) && console.warn(t, n);
405
- });
406
- function Ye(e) {
407
- if (!e || !e.length)
408
- return null;
409
- var t = {};
410
- return e.forEach(function(n) {
411
- var r = n.field;
412
- t[r] = t[r] || [], t[r].push(n);
413
- }), t;
414
- }
415
- function z(e) {
416
- for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
417
- n[r - 1] = arguments[r];
418
- var i = 0, a = n.length;
419
- if (typeof e == "function")
420
- return e.apply(null, n);
421
- if (typeof e == "string") {
422
- var o = e.replace(ui, function(s) {
423
- if (s === "%%")
424
- return "%";
425
- if (i >= a)
426
- return s;
427
- switch (s) {
428
- case "%s":
429
- return String(n[i++]);
430
- case "%d":
431
- return Number(n[i++]);
432
- case "%j":
433
- try {
434
- return JSON.stringify(n[i++]);
435
- } catch {
436
- return "[Circular]";
437
- }
438
- break;
439
- default:
440
- return s;
441
- }
442
- });
443
- return o;
444
- }
445
- return e;
446
- }
447
- function di(e) {
448
- return e === "string" || e === "url" || e === "hex" || e === "email" || e === "date" || e === "pattern";
449
- }
450
- function $(e, t) {
451
- return !!(e == null || t === "array" && Array.isArray(e) && !e.length || di(t) && typeof e == "string" && !e);
452
- }
453
- function ci(e, t, n) {
454
- var r = [], i = 0, a = e.length;
455
- function o(s) {
456
- r.push.apply(r, s || []), i++, i === a && n(r);
457
- }
458
- e.forEach(function(s) {
459
- t(s, o);
460
- });
461
- }
462
- function Ft(e, t, n) {
463
- var r = 0, i = e.length;
464
- function a(o) {
465
- if (o && o.length) {
466
- n(o);
467
- return;
468
- }
469
- var s = r;
470
- r = r + 1, s < i ? t(e[s], a) : n([]);
471
- }
472
- a([]);
473
- }
474
- function pi(e) {
475
- var t = [];
476
- return Object.keys(e).forEach(function(n) {
477
- t.push.apply(t, e[n] || []);
478
- }), t;
479
- }
480
- var At = /* @__PURE__ */ function(e) {
481
- si(t, e);
482
- function t(n, r) {
483
- var i;
484
- return i = e.call(this, "Async Validation Error") || this, i.errors = n, i.fields = r, i;
485
- }
486
- return t;
487
- }(/* @__PURE__ */ He(Error));
488
- function gi(e, t, n, r, i) {
489
- if (t.first) {
490
- var a = new Promise(function(b, S) {
491
- var q = function(f) {
492
- return r(f), f.length ? S(new At(f, Ye(f))) : b(i);
493
- }, d = pi(e);
494
- Ft(d, n, q);
495
- });
496
- return a.catch(function(b) {
497
- return b;
498
- }), a;
499
- }
500
- var o = t.firstFields === !0 ? Object.keys(e) : t.firstFields || [], s = Object.keys(e), u = s.length, l = 0, p = [], g = new Promise(function(b, S) {
501
- var q = function(v) {
502
- if (p.push.apply(p, v), l++, l === u)
503
- return r(p), p.length ? S(new At(p, Ye(p))) : b(i);
504
- };
505
- s.length || (r(p), b(i)), s.forEach(function(d) {
506
- var v = e[d];
507
- o.indexOf(d) !== -1 ? Ft(v, n, q) : ci(v, n, q);
508
- });
509
- });
510
- return g.catch(function(b) {
511
- return b;
512
- }), g;
513
- }
514
- function mi(e) {
515
- return !!(e && e.message !== void 0);
516
- }
517
- function vi(e, t) {
518
- for (var n = e, r = 0; r < t.length; r++) {
519
- if (n == null)
520
- return n;
521
- n = n[t[r]];
522
- }
523
- return n;
524
- }
525
- function Ot(e, t) {
526
- return function(n) {
527
- var r;
528
- return e.fullFields ? r = vi(t, e.fullFields) : r = t[n.field || e.fullField], mi(n) ? (n.field = n.field || e.fullField, n.fieldValue = r, n) : {
529
- message: typeof n == "function" ? n() : n,
530
- fieldValue: r,
531
- field: n.field || e.fullField
532
- };
533
- };
534
- }
535
- function Ct(e, t) {
536
- if (t) {
537
- for (var n in t)
538
- if (t.hasOwnProperty(n)) {
539
- var r = t[n];
540
- typeof r == "object" && typeof e[n] == "object" ? e[n] = te({}, e[n], r) : e[n] = r;
541
- }
542
- }
543
- return e;
544
- }
545
- var Kt = function(t, n, r, i, a, o) {
546
- t.required && (!r.hasOwnProperty(t.field) || $(n, o || t.type)) && i.push(z(a.messages.required, t.fullField));
547
- }, yi = function(t, n, r, i, a) {
548
- (/^\s+$/.test(n) || n === "") && i.push(z(a.messages.whitespace, t.fullField));
549
- }, Ce, hi = function() {
550
- if (Ce)
551
- return Ce;
552
- var e = "[a-fA-F\\d:]", t = function(c) {
553
- return c && c.includeBoundaries ? "(?:(?<=\\s|^)(?=" + e + ")|(?<=" + e + ")(?=\\s|$))" : "";
554
- }, n = "(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}", r = "[a-fA-F\\d]{1,4}", i = (`
555
- (?:
556
- (?:` + r + ":){7}(?:" + r + `|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
557
- (?:` + r + ":){6}(?:" + n + "|:" + r + `|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
558
- (?:` + r + ":){5}(?::" + n + "|(?::" + r + `){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
559
- (?:` + r + ":){4}(?:(?::" + r + "){0,1}:" + n + "|(?::" + r + `){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
560
- (?:` + r + ":){3}(?:(?::" + r + "){0,2}:" + n + "|(?::" + r + `){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
561
- (?:` + r + ":){2}(?:(?::" + r + "){0,3}:" + n + "|(?::" + r + `){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
562
- (?:` + r + ":){1}(?:(?::" + r + "){0,4}:" + n + "|(?::" + r + `){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
563
- (?::(?:(?::` + r + "){0,5}:" + n + "|(?::" + r + `){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
564
- )(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
565
- `).replace(/\s*\/\/.*$/gm, "").replace(/\n/g, "").trim(), a = new RegExp("(?:^" + n + "$)|(?:^" + i + "$)"), o = new RegExp("^" + n + "$"), s = new RegExp("^" + i + "$"), u = function(c) {
566
- return c && c.exact ? a : new RegExp("(?:" + t(c) + n + t(c) + ")|(?:" + t(c) + i + t(c) + ")", "g");
567
- };
568
- u.v4 = function(y) {
569
- return y && y.exact ? o : new RegExp("" + t(y) + n + t(y), "g");
570
- }, u.v6 = function(y) {
571
- return y && y.exact ? s : new RegExp("" + t(y) + i + t(y), "g");
572
- };
573
- var l = "(?:(?:[a-z]+:)?//)", p = "(?:\\S+(?::\\S*)?@)?", g = u.v4().source, b = u.v6().source, S = "(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)", q = "(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*", d = "(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))", v = "(?::\\d{2,5})?", f = '(?:[/?#][^\\s"]*)?', j = "(?:" + l + "|www\\.)" + p + "(?:localhost|" + g + "|" + b + "|" + S + q + d + ")" + v + f;
574
- return Ce = new RegExp("(?:^" + j + "$)", "i"), Ce;
575
- }, St = {
576
- // http://emailregex.com/
577
- email: /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,
578
- // url: new RegExp(
579
- // '^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$',
580
- // 'i',
581
- // ),
582
- hex: /^#?([a-f0-9]{6}|[a-f0-9]{3})$/i
583
- }, de = {
584
- integer: function(t) {
585
- return de.number(t) && parseInt(t, 10) === t;
586
- },
587
- float: function(t) {
588
- return de.number(t) && !de.integer(t);
589
- },
590
- array: function(t) {
591
- return Array.isArray(t);
592
- },
593
- regexp: function(t) {
594
- if (t instanceof RegExp)
595
- return !0;
596
- try {
597
- return !!new RegExp(t);
598
- } catch {
599
- return !1;
600
- }
601
- },
602
- date: function(t) {
603
- return typeof t.getTime == "function" && typeof t.getMonth == "function" && typeof t.getYear == "function" && !isNaN(t.getTime());
604
- },
605
- number: function(t) {
606
- return isNaN(t) ? !1 : typeof t == "number";
607
- },
608
- object: function(t) {
609
- return typeof t == "object" && !de.array(t);
610
- },
611
- method: function(t) {
612
- return typeof t == "function";
613
- },
614
- email: function(t) {
615
- return typeof t == "string" && t.length <= 320 && !!t.match(St.email);
616
- },
617
- url: function(t) {
618
- return typeof t == "string" && t.length <= 2048 && !!t.match(hi());
619
- },
620
- hex: function(t) {
621
- return typeof t == "string" && !!t.match(St.hex);
622
- }
623
- }, bi = function(t, n, r, i, a) {
624
- if (t.required && n === void 0) {
625
- Kt(t, n, r, i, a);
626
- return;
627
- }
628
- var o = ["integer", "float", "array", "regexp", "object", "method", "email", "number", "date", "url", "hex"], s = t.type;
629
- o.indexOf(s) > -1 ? de[s](n) || i.push(z(a.messages.types[s], t.fullField, t.type)) : s && typeof n !== t.type && i.push(z(a.messages.types[s], t.fullField, t.type));
630
- }, wi = function(t, n, r, i, a) {
631
- var o = typeof t.len == "number", s = typeof t.min == "number", u = typeof t.max == "number", l = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, p = n, g = null, b = typeof n == "number", S = typeof n == "string", q = Array.isArray(n);
632
- if (b ? g = "number" : S ? g = "string" : q && (g = "array"), !g)
633
- return !1;
634
- q && (p = n.length), S && (p = n.replace(l, "_").length), o ? p !== t.len && i.push(z(a.messages[g].len, t.fullField, t.len)) : s && !u && p < t.min ? i.push(z(a.messages[g].min, t.fullField, t.min)) : u && !s && p > t.max ? i.push(z(a.messages[g].max, t.fullField, t.max)) : s && u && (p < t.min || p > t.max) && i.push(z(a.messages[g].range, t.fullField, t.min, t.max));
635
- }, ie = "enum", Ei = function(t, n, r, i, a) {
636
- t[ie] = Array.isArray(t[ie]) ? t[ie] : [], t[ie].indexOf(n) === -1 && i.push(z(a.messages[ie], t.fullField, t[ie].join(", ")));
637
- }, Fi = function(t, n, r, i, a) {
638
- if (t.pattern) {
639
- if (t.pattern instanceof RegExp)
640
- t.pattern.lastIndex = 0, t.pattern.test(n) || i.push(z(a.messages.pattern.mismatch, t.fullField, n, t.pattern));
641
- else if (typeof t.pattern == "string") {
642
- var o = new RegExp(t.pattern);
643
- o.test(n) || i.push(z(a.messages.pattern.mismatch, t.fullField, n, t.pattern));
644
- }
645
- }
646
- }, w = {
647
- required: Kt,
648
- whitespace: yi,
649
- type: bi,
650
- range: wi,
651
- enum: Ei,
652
- pattern: Fi
653
- }, Ai = function(t, n, r, i, a) {
654
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
655
- if (s) {
656
- if ($(n, "string") && !t.required)
657
- return r();
658
- w.required(t, n, i, o, a, "string"), $(n, "string") || (w.type(t, n, i, o, a), w.range(t, n, i, o, a), w.pattern(t, n, i, o, a), t.whitespace === !0 && w.whitespace(t, n, i, o, a));
659
- }
660
- r(o);
661
- }, Oi = function(t, n, r, i, a) {
662
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
663
- if (s) {
664
- if ($(n) && !t.required)
665
- return r();
666
- w.required(t, n, i, o, a), n !== void 0 && w.type(t, n, i, o, a);
667
- }
668
- r(o);
669
- }, Ci = function(t, n, r, i, a) {
670
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
671
- if (s) {
672
- if (n === "" && (n = void 0), $(n) && !t.required)
673
- return r();
674
- w.required(t, n, i, o, a), n !== void 0 && (w.type(t, n, i, o, a), w.range(t, n, i, o, a));
675
- }
676
- r(o);
677
- }, Si = function(t, n, r, i, a) {
678
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
679
- if (s) {
680
- if ($(n) && !t.required)
681
- return r();
682
- w.required(t, n, i, o, a), n !== void 0 && w.type(t, n, i, o, a);
683
- }
684
- r(o);
685
- }, Ti = function(t, n, r, i, a) {
686
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
687
- if (s) {
688
- if ($(n) && !t.required)
689
- return r();
690
- w.required(t, n, i, o, a), $(n) || w.type(t, n, i, o, a);
691
- }
692
- r(o);
693
- }, qi = function(t, n, r, i, a) {
694
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
695
- if (s) {
696
- if ($(n) && !t.required)
697
- return r();
698
- w.required(t, n, i, o, a), n !== void 0 && (w.type(t, n, i, o, a), w.range(t, n, i, o, a));
699
- }
700
- r(o);
701
- }, ji = function(t, n, r, i, a) {
702
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
703
- if (s) {
704
- if ($(n) && !t.required)
705
- return r();
706
- w.required(t, n, i, o, a), n !== void 0 && (w.type(t, n, i, o, a), w.range(t, n, i, o, a));
707
- }
708
- r(o);
709
- }, Ii = function(t, n, r, i, a) {
710
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
711
- if (s) {
712
- if (n == null && !t.required)
713
- return r();
714
- w.required(t, n, i, o, a, "array"), n != null && (w.type(t, n, i, o, a), w.range(t, n, i, o, a));
715
- }
716
- r(o);
717
- }, Bi = function(t, n, r, i, a) {
718
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
719
- if (s) {
720
- if ($(n) && !t.required)
721
- return r();
722
- w.required(t, n, i, o, a), n !== void 0 && w.type(t, n, i, o, a);
723
- }
724
- r(o);
725
- }, Mi = "enum", $i = function(t, n, r, i, a) {
726
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
727
- if (s) {
728
- if ($(n) && !t.required)
729
- return r();
730
- w.required(t, n, i, o, a), n !== void 0 && w[Mi](t, n, i, o, a);
731
- }
732
- r(o);
733
- }, Pi = function(t, n, r, i, a) {
734
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
735
- if (s) {
736
- if ($(n, "string") && !t.required)
737
- return r();
738
- w.required(t, n, i, o, a), $(n, "string") || w.pattern(t, n, i, o, a);
739
- }
740
- r(o);
741
- }, Ri = function(t, n, r, i, a) {
742
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
743
- if (s) {
744
- if ($(n, "date") && !t.required)
745
- return r();
746
- if (w.required(t, n, i, o, a), !$(n, "date")) {
747
- var u;
748
- n instanceof Date ? u = n : u = new Date(n), w.type(t, u, i, o, a), u && w.range(t, u.getTime(), i, o, a);
749
- }
750
- }
751
- r(o);
752
- }, Li = function(t, n, r, i, a) {
753
- var o = [], s = Array.isArray(n) ? "array" : typeof n;
754
- w.required(t, n, i, o, a, s), r(o);
755
- }, We = function(t, n, r, i, a) {
756
- var o = t.type, s = [], u = t.required || !t.required && i.hasOwnProperty(t.field);
757
- if (u) {
758
- if ($(n, o) && !t.required)
759
- return r();
760
- w.required(t, n, i, s, a, o), $(n, o) || w.type(t, n, i, s, a);
761
- }
762
- r(s);
763
- }, Vi = function(t, n, r, i, a) {
764
- var o = [], s = t.required || !t.required && i.hasOwnProperty(t.field);
765
- if (s) {
766
- if ($(n) && !t.required)
767
- return r();
768
- w.required(t, n, i, o, a);
769
- }
770
- r(o);
771
- }, ge = {
772
- string: Ai,
773
- method: Oi,
774
- number: Ci,
775
- boolean: Si,
776
- regexp: Ti,
777
- integer: qi,
778
- float: ji,
779
- array: Ii,
780
- object: Bi,
781
- enum: $i,
782
- pattern: Pi,
783
- date: Ri,
784
- url: We,
785
- hex: We,
786
- email: We,
787
- required: Li,
788
- any: Vi
789
- };
790
- function Ze() {
791
- return {
792
- default: "Validation error on field %s",
793
- required: "%s is required",
794
- enum: "%s must be one of %s",
795
- whitespace: "%s cannot be empty",
796
- date: {
797
- format: "%s date %s is invalid for format %s",
798
- parse: "%s date could not be parsed, %s is invalid ",
799
- invalid: "%s date %s is invalid"
800
- },
801
- types: {
802
- string: "%s is not a %s",
803
- method: "%s is not a %s (function)",
804
- array: "%s is not an %s",
805
- object: "%s is not an %s",
806
- number: "%s is not a %s",
807
- date: "%s is not a %s",
808
- boolean: "%s is not a %s",
809
- integer: "%s is not an %s",
810
- float: "%s is not a %s",
811
- regexp: "%s is not a valid %s",
812
- email: "%s is not a valid %s",
813
- url: "%s is not a valid %s",
814
- hex: "%s is not a valid %s"
815
- },
816
- string: {
817
- len: "%s must be exactly %s characters",
818
- min: "%s must be at least %s characters",
819
- max: "%s cannot be longer than %s characters",
820
- range: "%s must be between %s and %s characters"
821
- },
822
- number: {
823
- len: "%s must equal %s",
824
- min: "%s cannot be less than %s",
825
- max: "%s cannot be greater than %s",
826
- range: "%s must be between %s and %s"
827
- },
828
- array: {
829
- len: "%s must be exactly %s in length",
830
- min: "%s cannot be less than %s in length",
831
- max: "%s cannot be greater than %s in length",
832
- range: "%s must be between %s and %s in length"
833
- },
834
- pattern: {
835
- mismatch: "%s value %s does not match pattern %s"
836
- },
837
- clone: function() {
838
- var t = JSON.parse(JSON.stringify(this));
839
- return t.clone = this.clone, t;
840
- }
841
- };
842
- }
843
- var Je = Ze(), be = /* @__PURE__ */ function() {
844
- function e(n) {
845
- this.rules = null, this._messages = Je, this.define(n);
846
- }
847
- var t = e.prototype;
848
- return t.define = function(r) {
849
- var i = this;
850
- if (!r)
851
- throw new Error("Cannot configure a schema with no rules");
852
- if (typeof r != "object" || Array.isArray(r))
853
- throw new Error("Rules must be an object");
854
- this.rules = {}, Object.keys(r).forEach(function(a) {
855
- var o = r[a];
856
- i.rules[a] = Array.isArray(o) ? o : [o];
857
- });
858
- }, t.messages = function(r) {
859
- return r && (this._messages = Ct(Ze(), r)), this._messages;
860
- }, t.validate = function(r, i, a) {
861
- var o = this;
862
- i === void 0 && (i = {}), a === void 0 && (a = function() {
863
- });
864
- var s = r, u = i, l = a;
865
- if (typeof u == "function" && (l = u, u = {}), !this.rules || Object.keys(this.rules).length === 0)
866
- return l && l(null, s), Promise.resolve(s);
867
- function p(d) {
868
- var v = [], f = {};
869
- function j(c) {
870
- if (Array.isArray(c)) {
871
- var h;
872
- v = (h = v).concat.apply(h, c);
873
- } else
874
- v.push(c);
875
- }
876
- for (var y = 0; y < d.length; y++)
877
- j(d[y]);
878
- v.length ? (f = Ye(v), l(v, f)) : l(null, s);
879
- }
880
- if (u.messages) {
881
- var g = this.messages();
882
- g === Je && (g = Ze()), Ct(g, u.messages), u.messages = g;
883
- } else
884
- u.messages = this.messages();
885
- var b = {}, S = u.keys || Object.keys(this.rules);
886
- S.forEach(function(d) {
887
- var v = o.rules[d], f = s[d];
888
- v.forEach(function(j) {
889
- var y = j;
890
- typeof y.transform == "function" && (s === r && (s = te({}, s)), f = s[d] = y.transform(f)), typeof y == "function" ? y = {
891
- validator: y
892
- } : y = te({}, y), y.validator = o.getValidationMethod(y), y.validator && (y.field = d, y.fullField = y.fullField || d, y.type = o.getType(y), b[d] = b[d] || [], b[d].push({
893
- rule: y,
894
- value: f,
895
- source: s,
896
- field: d
897
- }));
898
- });
899
- });
900
- var q = {};
901
- return gi(b, u, function(d, v) {
902
- var f = d.rule, j = (f.type === "object" || f.type === "array") && (typeof f.fields == "object" || typeof f.defaultField == "object");
903
- j = j && (f.required || !f.required && d.value), f.field = d.field;
904
- function y(E, M) {
905
- return te({}, M, {
906
- fullField: f.fullField + "." + E,
907
- fullFields: f.fullFields ? [].concat(f.fullFields, [E]) : [E]
908
- });
909
- }
910
- function c(E) {
911
- E === void 0 && (E = []);
912
- var M = Array.isArray(E) ? E : [E];
913
- !u.suppressWarning && M.length && e.warning("async-validator:", M), M.length && f.message !== void 0 && (M = [].concat(f.message));
914
- var T = M.map(Ot(f, s));
915
- if (u.first && T.length)
916
- return q[f.field] = 1, v(T);
917
- if (!j)
918
- v(T);
919
- else {
920
- if (f.required && !d.value)
921
- return f.message !== void 0 ? T = [].concat(f.message).map(Ot(f, s)) : u.error && (T = [u.error(f, z(u.messages.required, f.field))]), v(T);
922
- var N = {};
923
- f.defaultField && Object.keys(d.value).map(function(P) {
924
- N[P] = f.defaultField;
925
- }), N = te({}, N, d.rule.fields);
926
- var Y = {};
927
- Object.keys(N).forEach(function(P) {
928
- var x = N[P], fe = Array.isArray(x) ? x : [x];
929
- Y[P] = fe.map(y.bind(null, P));
930
- });
931
- var Z = new e(Y);
932
- Z.messages(u.messages), d.rule.options && (d.rule.options.messages = u.messages, d.rule.options.error = u.error), Z.validate(d.value, d.rule.options || u, function(P) {
933
- var x = [];
934
- T && T.length && x.push.apply(x, T), P && P.length && x.push.apply(x, P), v(x.length ? x : null);
935
- });
936
- }
937
- }
938
- var h;
939
- if (f.asyncValidator)
940
- h = f.asyncValidator(f, d.value, c, d.source, u);
941
- else if (f.validator) {
942
- try {
943
- h = f.validator(f, d.value, c, d.source, u);
944
- } catch (E) {
945
- console.error == null || console.error(E), u.suppressValidatorError || setTimeout(function() {
946
- throw E;
947
- }, 0), c(E.message);
948
- }
949
- h === !0 ? c() : h === !1 ? c(typeof f.message == "function" ? f.message(f.fullField || f.field) : f.message || (f.fullField || f.field) + " fails") : h instanceof Array ? c(h) : h instanceof Error && c(h.message);
950
- }
951
- h && h.then && h.then(function() {
952
- return c();
953
- }, function(E) {
954
- return c(E);
955
- });
956
- }, function(d) {
957
- p(d);
958
- }, s);
959
- }, t.getType = function(r) {
960
- if (r.type === void 0 && r.pattern instanceof RegExp && (r.type = "pattern"), typeof r.validator != "function" && r.type && !ge.hasOwnProperty(r.type))
961
- throw new Error(z("Unknown rule type %s", r.type));
962
- return r.type || "string";
963
- }, t.getValidationMethod = function(r) {
964
- if (typeof r.validator == "function")
965
- return r.validator;
966
- var i = Object.keys(r), a = i.indexOf("message");
967
- return a !== -1 && i.splice(a, 1), i.length === 1 && i[0] === "required" ? ge.required : ge[this.getType(r)] || void 0;
968
- }, e;
969
- }();
970
- be.register = function(t, n) {
971
- if (typeof n != "function")
972
- throw new Error("Cannot register a validator by type, validator is not a function");
973
- ge[t] = n;
974
- };
975
- be.warning = Ut;
976
- be.messages = Je;
977
- be.validators = ge;
978
- const Ni = [
979
- "",
980
- "error",
981
- "validating",
982
- "success"
983
- ], xi = rt({
984
- label: String,
985
- labelWidth: {
986
- type: [String, Number],
987
- default: ""
988
- },
989
- labelPosition: {
990
- type: String,
991
- values: ["left", "right", "top", ""],
992
- default: ""
993
- },
994
- prop: {
995
- type: Be([String, Array])
996
- },
997
- required: {
998
- type: Boolean,
999
- default: void 0
1000
- },
1001
- rules: {
1002
- type: Be([Object, Array])
1003
- },
1004
- error: String,
1005
- validateStatus: {
1006
- type: String,
1007
- values: Ni
1008
- },
1009
- for: String,
1010
- inlineMessage: {
1011
- type: Boolean,
1012
- default: void 0
1013
- },
1014
- showMessage: {
1015
- type: Boolean,
1016
- default: !0
1017
- },
1018
- size: {
1019
- type: String,
1020
- values: Mt
1021
- }
1022
- }), Tt = "ElLabelWrap";
1023
- var Di = se({
1024
- name: Tt,
1025
- props: {
1026
- isAutoWidth: Boolean,
1027
- updateAll: Boolean
1028
- },
1029
- setup(e, {
1030
- slots: t
1031
- }) {
1032
- const n = je(nt, void 0), r = je(_e);
1033
- r || pn(Tt, "usage: <el-form-item><label-wrap /></el-form-item>");
1034
- const i = it("form"), a = W(), o = W(0), s = () => {
1035
- var p;
1036
- if ((p = a.value) != null && p.firstElementChild) {
1037
- const g = window.getComputedStyle(a.value.firstElementChild).width;
1038
- return Math.ceil(Number.parseFloat(g));
1039
- } else
1040
- return 0;
1041
- }, u = (p = "update") => {
1042
- ee(() => {
1043
- t.default && e.isAutoWidth && (p === "update" ? o.value = s() : p === "remove" && (n == null || n.deregisterLabelWidth(o.value)));
1044
- });
1045
- }, l = () => u("update");
1046
- return et(() => {
1047
- l();
1048
- }), tt(() => {
1049
- u("remove");
1050
- }), Jt(() => l()), oe(o, (p, g) => {
1051
- e.updateAll && (n == null || n.registerLabelWidth(p, g));
1052
- }), an(A(() => {
1053
- var p, g;
1054
- return (g = (p = a.value) == null ? void 0 : p.firstElementChild) != null ? g : null;
1055
- }), l), () => {
1056
- var p, g;
1057
- if (!t)
1058
- return null;
1059
- const {
1060
- isAutoWidth: b
1061
- } = e;
1062
- if (b) {
1063
- const S = n == null ? void 0 : n.autoLabelWidth, q = r == null ? void 0 : r.hasLabel, d = {};
1064
- if (q && S && S !== "auto") {
1065
- const v = Math.max(0, Number.parseInt(S, 10) - o.value), j = (r.labelPosition || n.labelPosition) === "left" ? "marginRight" : "marginLeft";
1066
- v && (d[j] = `${v}px`);
1067
- }
1068
- return H("div", {
1069
- ref: a,
1070
- class: [i.be("item", "label-wrap")],
1071
- style: d
1072
- }, [(p = t.default) == null ? void 0 : p.call(t)]);
1073
- } else
1074
- return H(Xt, {
1075
- ref: a
1076
- }, [(g = t.default) == null ? void 0 : g.call(t)]);
1077
- };
1078
- }
1079
- });
1080
- const Wi = se({
1081
- name: "ElFormItem"
1082
- }), ki = /* @__PURE__ */ se({
1083
- ...Wi,
1084
- props: xi,
1085
- setup(e, { expose: t }) {
1086
- const n = e, r = Qt(), i = je(nt, void 0), a = je(_e, void 0), o = $t(void 0, { formItem: !1 }), s = it("form-item"), u = Ke().value, l = W([]), p = W(""), g = sn(p, 100), b = W(""), S = W();
1087
- let q, d = !1;
1088
- const v = A(() => n.labelPosition || (i == null ? void 0 : i.labelPosition)), f = A(() => {
1089
- if (v.value === "top")
1090
- return {};
1091
- const m = dt(n.labelWidth || (i == null ? void 0 : i.labelWidth) || "");
1092
- return m ? { width: m } : {};
1093
- }), j = A(() => {
1094
- if (v.value === "top" || i != null && i.inline)
1095
- return {};
1096
- if (!n.label && !n.labelWidth && Y)
1097
- return {};
1098
- const m = dt(n.labelWidth || (i == null ? void 0 : i.labelWidth) || "");
1099
- return !n.label && !r.label ? { marginLeft: m } : {};
1100
- }), y = A(() => [
1101
- s.b(),
1102
- s.m(o.value),
1103
- s.is("error", p.value === "error"),
1104
- s.is("validating", p.value === "validating"),
1105
- s.is("success", p.value === "success"),
1106
- s.is("required", we.value || n.required),
1107
- s.is("no-asterisk", i == null ? void 0 : i.hideRequiredAsterisk),
1108
- (i == null ? void 0 : i.requireAsteriskPosition) === "right" ? "asterisk-right" : "asterisk-left",
1109
- {
1110
- [s.m("feedback")]: i == null ? void 0 : i.statusIcon,
1111
- [s.m(`label-${v.value}`)]: v.value
1112
- }
1113
- ]), c = A(() => Pt(n.inlineMessage) ? n.inlineMessage : (i == null ? void 0 : i.inlineMessage) || !1), h = A(() => [
1114
- s.e("error"),
1115
- { [s.em("error", "inline")]: c.value }
1116
- ]), E = A(() => n.prop ? Me(n.prop) ? n.prop.join(".") : n.prop : ""), M = A(() => !!(n.label || r.label)), T = A(() => {
1117
- var m;
1118
- return (m = n.for) != null ? m : l.value.length === 1 ? l.value[0] : void 0;
1119
- }), N = A(() => !T.value && M.value), Y = !!a, Z = A(() => {
1120
- const m = i == null ? void 0 : i.model;
1121
- if (!(!m || !n.prop))
1122
- return De(m, n.prop).value;
1123
- }), P = A(() => {
1124
- const { required: m } = n, F = [];
1125
- n.rules && F.push(...Ue(n.rules));
1126
- const V = i == null ? void 0 : i.rules;
1127
- if (V && n.prop) {
1128
- const L = De(V, n.prop).value;
1129
- L && F.push(...Ue(L));
1130
- }
1131
- if (m !== void 0) {
1132
- const L = F.map((K, re) => [K, re]).filter(([K]) => "required" in K);
1133
- if (L.length > 0)
1134
- for (const [K, re] of L)
1135
- K.required !== m && (F[re] = { ...K, required: m });
1136
- else
1137
- F.push({ required: m });
1138
- }
1139
- return F;
1140
- }), x = A(() => P.value.length > 0), fe = (m) => P.value.filter((V) => !V.trigger || !m ? !0 : Me(V.trigger) ? V.trigger.includes(m) : V.trigger === m).map(({ trigger: V, ...L }) => L), we = A(() => P.value.some((m) => m.required)), Re = A(() => {
1141
- var m;
1142
- return g.value === "error" && n.showMessage && ((m = i == null ? void 0 : i.showMessage) != null ? m : !0);
1143
- }), O = A(() => `${n.label || ""}${(i == null ? void 0 : i.labelSuffix) || ""}`), R = (m) => {
1144
- p.value = m;
1145
- }, k = (m) => {
1146
- var F, V;
1147
- const { errors: L, fields: K } = m;
1148
- (!L || !K) && console.error(m), R("error"), b.value = L ? (V = (F = L == null ? void 0 : L[0]) == null ? void 0 : F.message) != null ? V : `${n.prop} is required` : "", i == null || i.emit("validate", n.prop, !1, b.value);
1149
- }, Ee = () => {
1150
- R("success"), i == null || i.emit("validate", n.prop, !0, "");
1151
- }, Ht = async (m) => {
1152
- const F = E.value;
1153
- return new be({
1154
- [F]: m
1155
- }).validate({ [F]: Z.value }, { firstFields: !0 }).then(() => (Ee(), !0)).catch((L) => (k(L), Promise.reject(L)));
1156
- }, lt = async (m, F) => {
1157
- if (d || !n.prop)
1158
- return !1;
1159
- const V = ve(F);
1160
- if (!x.value)
1161
- return F == null || F(!1), !1;
1162
- const L = fe(m);
1163
- return L.length === 0 ? (F == null || F(!0), !0) : (R("validating"), Ht(L).then(() => (F == null || F(!0), !0)).catch((K) => {
1164
- const { fields: re } = K;
1165
- return F == null || F(!1, re), V ? !1 : Promise.reject(re);
1166
- }));
1167
- }, Le = () => {
1168
- R(""), b.value = "", d = !1;
1169
- }, ft = async () => {
1170
- const m = i == null ? void 0 : i.model;
1171
- if (!m || !n.prop)
1172
- return;
1173
- const F = De(m, n.prop);
1174
- d = !0, F.value = Et(q), await ee(), Le(), d = !1;
1175
- }, Yt = (m) => {
1176
- l.value.includes(m) || l.value.push(m);
1177
- }, Zt = (m) => {
1178
- l.value = l.value.filter((F) => F !== m);
1179
- };
1180
- oe(() => n.error, (m) => {
1181
- b.value = m || "", R(m ? "error" : "");
1182
- }, { immediate: !0 }), oe(() => n.validateStatus, (m) => R(m || ""));
1183
- const Ve = qe({
1184
- ...Qe(n),
1185
- $el: S,
1186
- size: o,
1187
- validateMessage: b,
1188
- validateState: p,
1189
- labelId: u,
1190
- inputIds: l,
1191
- isGroup: N,
1192
- hasLabel: M,
1193
- fieldValue: Z,
1194
- addInputId: Yt,
1195
- removeInputId: Zt,
1196
- resetField: ft,
1197
- clearValidate: Le,
1198
- validate: lt,
1199
- propString: E
1200
- });
1201
- return jt(_e, Ve), et(() => {
1202
- n.prop && (i == null || i.addField(Ve), q = Et(Z.value));
1203
- }), tt(() => {
1204
- i == null || i.removeField(Ve);
1205
- }), t({
1206
- size: o,
1207
- validateMessage: b,
1208
- validateState: p,
1209
- validate: lt,
1210
- clearValidate: Le,
1211
- resetField: ft
1212
- }), (m, F) => {
1213
- var V;
1214
- return D(), ce("div", {
1215
- ref_key: "formItemRef",
1216
- ref: S,
1217
- class: I(B(y)),
1218
- role: B(N) ? "group" : void 0,
1219
- "aria-labelledby": B(N) ? B(u) : void 0
1220
- }, [
1221
- H(B(Di), {
1222
- "is-auto-width": B(f).width === "auto",
1223
- "update-all": ((V = B(i)) == null ? void 0 : V.labelWidth) === "auto"
1224
- }, {
1225
- default: U(() => [
1226
- B(M) ? (D(), G(ae(B(T) ? "label" : "div"), {
1227
- key: 0,
1228
- id: B(u),
1229
- for: B(T),
1230
- class: I(B(s).e("label")),
1231
- style: Ie(B(f))
1232
- }, {
1233
- default: U(() => [
1234
- pe(m.$slots, "label", { label: B(O) }, () => [
1235
- ke(Q(B(O)), 1)
1236
- ])
1237
- ]),
1238
- _: 3
1239
- }, 8, ["id", "for", "class", "style"])) : X("v-if", !0)
1240
- ]),
1241
- _: 3
1242
- }, 8, ["is-auto-width", "update-all"]),
1243
- _("div", {
1244
- class: I(B(s).e("content")),
1245
- style: Ie(B(j))
1246
- }, [
1247
- pe(m.$slots, "default"),
1248
- H(en, {
1249
- name: `${B(s).namespace.value}-zoom-in-top`
1250
- }, {
1251
- default: U(() => [
1252
- B(Re) ? pe(m.$slots, "error", {
1253
- key: 0,
1254
- error: b.value
1255
- }, () => [
1256
- _("div", {
1257
- class: I(B(h))
1258
- }, Q(b.value), 3)
1259
- ]) : X("v-if", !0)
1260
- ]),
1261
- _: 3
1262
- }, 8, ["name"])
1263
- ], 6)
1264
- ], 10, ["role", "aria-labelledby"]);
1265
- };
1266
- }
1267
- });
1268
- var Gt = /* @__PURE__ */ at(ki, [["__file", "form-item.vue"]]);
1269
- const ma = ln(oi, {
1270
- FormItem: Gt
1271
- }), va = fn(Gt), Xe = "_trap-focus-children", ne = [], qt = (e) => {
1272
- if (ne.length === 0)
1273
- return;
1274
- const t = ne[ne.length - 1][Xe];
1275
- if (t.length > 0 && e.code === gn.tab) {
1276
- if (t.length === 1) {
1277
- e.preventDefault(), document.activeElement !== t[0] && t[0].focus();
1278
- return;
1279
- }
1280
- const n = e.shiftKey, r = e.target === t[0], i = e.target === t[t.length - 1];
1281
- r && n && (e.preventDefault(), t[t.length - 1].focus()), i && !n && (e.preventDefault(), t[0].focus());
1282
- }
1283
- }, zi = {
1284
- beforeMount(e) {
1285
- e[Xe] = gt(e), ne.push(e), ne.length <= 1 && document.addEventListener("keydown", qt);
1286
- },
1287
- updated(e) {
1288
- ee(() => {
1289
- e[Xe] = gt(e);
1290
- });
1291
- },
1292
- unmounted() {
1293
- ne.shift(), ne.length === 0 && document.removeEventListener("keydown", qt);
1294
- }
1295
- }, _i = se({
1296
- name: "ElMessageBox",
1297
- directives: {
1298
- TrapFocus: zi
1299
- },
1300
- components: {
1301
- ElButton: jn,
1302
- ElFocusTrap: mn,
1303
- ElInput: In,
1304
- ElOverlay: Bn,
1305
- ElIcon: Pn,
1306
- ...on
1307
- },
1308
- inheritAttrs: !1,
1309
- props: {
1310
- buttonSize: {
1311
- type: String,
1312
- validator: Rn
1313
- },
1314
- modal: {
1315
- type: Boolean,
1316
- default: !0
1317
- },
1318
- lockScroll: {
1319
- type: Boolean,
1320
- default: !0
1321
- },
1322
- showClose: {
1323
- type: Boolean,
1324
- default: !0
1325
- },
1326
- closeOnClickModal: {
1327
- type: Boolean,
1328
- default: !0
1329
- },
1330
- closeOnPressEscape: {
1331
- type: Boolean,
1332
- default: !0
1333
- },
1334
- closeOnHashChange: {
1335
- type: Boolean,
1336
- default: !0
1337
- },
1338
- center: Boolean,
1339
- draggable: Boolean,
1340
- overflow: Boolean,
1341
- roundButton: Boolean,
1342
- container: {
1343
- type: String,
1344
- default: "body"
1345
- },
1346
- boxType: {
1347
- type: String,
1348
- default: ""
1349
- }
1350
- },
1351
- emits: ["vanish", "action"],
1352
- setup(e, { emit: t }) {
1353
- const {
1354
- locale: n,
1355
- zIndex: r,
1356
- ns: i,
1357
- size: a
1358
- } = hn("message-box", A(() => e.buttonSize)), { t: o } = n, { nextZIndex: s } = r, u = W(!1), l = qe({
1359
- autofocus: !0,
1360
- beforeClose: null,
1361
- callback: null,
1362
- cancelButtonText: "",
1363
- cancelButtonClass: "",
1364
- confirmButtonText: "",
1365
- confirmButtonClass: "",
1366
- customClass: "",
1367
- customStyle: {},
1368
- dangerouslyUseHTMLString: !1,
1369
- distinguishCancelAndClose: !1,
1370
- icon: "",
1371
- closeIcon: "",
1372
- inputPattern: null,
1373
- inputPlaceholder: "",
1374
- inputType: "text",
1375
- inputValue: "",
1376
- inputValidator: void 0,
1377
- inputErrorMessage: "",
1378
- message: "",
1379
- modalFade: !0,
1380
- modalClass: "",
1381
- showCancelButton: !1,
1382
- showConfirmButton: !0,
1383
- type: "",
1384
- title: void 0,
1385
- showInput: !1,
1386
- action: "",
1387
- confirmButtonLoading: !1,
1388
- cancelButtonLoading: !1,
1389
- confirmButtonLoadingIcon: ze(vt),
1390
- cancelButtonLoadingIcon: ze(vt),
1391
- confirmButtonDisabled: !1,
1392
- editorErrorMessage: "",
1393
- validateError: !1,
1394
- zIndex: s()
1395
- }), p = A(() => {
1396
- const O = l.type;
1397
- return { [i.bm("icon", O)]: O && ut[O] };
1398
- }), g = Ke(), b = Ke(), S = A(() => {
1399
- const O = l.type;
1400
- return l.icon || O && ut[O] || "";
1401
- }), q = A(() => !!l.message), d = W(), v = W(), f = W(), j = W(), y = W(), c = A(() => l.confirmButtonClass);
1402
- oe(() => l.inputValue, async (O) => {
1403
- await ee(), e.boxType === "prompt" && O && x();
1404
- }, { immediate: !0 }), oe(() => u.value, (O) => {
1405
- var R, k;
1406
- O && (e.boxType !== "prompt" && (l.autofocus ? f.value = (k = (R = y.value) == null ? void 0 : R.$el) != null ? k : d.value : f.value = d.value), l.zIndex = s()), e.boxType === "prompt" && (O ? ee().then(() => {
1407
- var Ee;
1408
- j.value && j.value.$el && (l.autofocus ? f.value = (Ee = fe()) != null ? Ee : d.value : f.value = d.value);
1409
- }) : (l.editorErrorMessage = "", l.validateError = !1));
1410
- });
1411
- const h = A(() => e.draggable), E = A(() => e.overflow), { isDragging: M } = Ln(d, v, h, E);
1412
- et(async () => {
1413
- await ee(), e.closeOnHashChange && window.addEventListener("hashchange", T);
1414
- }), tt(() => {
1415
- e.closeOnHashChange && window.removeEventListener("hashchange", T);
1416
- });
1417
- function T() {
1418
- u.value && (u.value = !1, ee(() => {
1419
- l.action && t("action", l.action);
1420
- }));
1421
- }
1422
- const N = () => {
1423
- e.closeOnClickModal && P(l.distinguishCancelAndClose ? "close" : "cancel");
1424
- }, Y = $n(N), Z = (O) => {
1425
- if (l.inputType !== "textarea")
1426
- return O.preventDefault(), P("confirm");
1427
- }, P = (O) => {
1428
- var R;
1429
- e.boxType === "prompt" && O === "confirm" && !x() || (l.action = O, l.beforeClose ? (R = l.beforeClose) == null || R.call(l, O, l, T) : T());
1430
- }, x = () => {
1431
- if (e.boxType === "prompt") {
1432
- const O = l.inputPattern;
1433
- if (O && !O.test(l.inputValue || ""))
1434
- return l.editorErrorMessage = l.inputErrorMessage || o("el.messagebox.error"), l.validateError = !0, !1;
1435
- const R = l.inputValidator;
1436
- if (ve(R)) {
1437
- const k = R(l.inputValue);
1438
- if (k === !1)
1439
- return l.editorErrorMessage = l.inputErrorMessage || o("el.messagebox.error"), l.validateError = !0, !1;
1440
- if (me(k))
1441
- return l.editorErrorMessage = k, l.validateError = !0, !1;
1442
- }
1443
- }
1444
- return l.editorErrorMessage = "", l.validateError = !1, !0;
1445
- }, fe = () => {
1446
- var O, R;
1447
- const k = (O = j.value) == null ? void 0 : O.$refs;
1448
- return (R = k == null ? void 0 : k.input) != null ? R : k == null ? void 0 : k.textarea;
1449
- }, we = () => {
1450
- P("close");
1451
- }, Re = () => {
1452
- e.closeOnPressEscape && we();
1453
- };
1454
- return e.lockScroll && Mn(u), {
1455
- ...Qe(l),
1456
- ns: i,
1457
- overlayEvent: Y,
1458
- visible: u,
1459
- hasMessage: q,
1460
- typeClass: p,
1461
- contentId: g,
1462
- inputId: b,
1463
- btnSize: a,
1464
- iconComponent: S,
1465
- confirmButtonClasses: c,
1466
- rootRef: d,
1467
- focusStartRef: f,
1468
- headerRef: v,
1469
- inputRef: j,
1470
- isDragging: M,
1471
- confirmRef: y,
1472
- doClose: T,
1473
- handleClose: we,
1474
- onCloseRequested: Re,
1475
- handleWrapperClick: N,
1476
- handleInputEnter: Z,
1477
- handleAction: P,
1478
- t: o
1479
- };
1480
- }
1481
- });
1482
- function Ui(e, t, n, r, i, a) {
1483
- const o = ue("el-icon"), s = ue("el-input"), u = ue("el-button"), l = ue("el-focus-trap"), p = ue("el-overlay");
1484
- return D(), G(tn, {
1485
- name: "fade-in-linear",
1486
- onAfterLeave: (g) => e.$emit("vanish"),
1487
- persisted: ""
1488
- }, {
1489
- default: U(() => [
1490
- Ne(H(p, {
1491
- "z-index": e.zIndex,
1492
- "overlay-class": [e.ns.is("message-box"), e.modalClass],
1493
- mask: e.modal
1494
- }, {
1495
- default: U(() => [
1496
- _("div", {
1497
- role: "dialog",
1498
- "aria-label": e.title,
1499
- "aria-modal": "true",
1500
- "aria-describedby": e.showInput ? void 0 : e.contentId,
1501
- class: I(`${e.ns.namespace.value}-overlay-message-box`),
1502
- onClick: e.overlayEvent.onClick,
1503
- onMousedown: e.overlayEvent.onMousedown,
1504
- onMouseup: e.overlayEvent.onMouseup
1505
- }, [
1506
- H(l, {
1507
- loop: "",
1508
- trapped: e.visible,
1509
- "focus-trap-el": e.rootRef,
1510
- "focus-start-el": e.focusStartRef,
1511
- onReleaseRequested: e.onCloseRequested
1512
- }, {
1513
- default: U(() => [
1514
- _("div", {
1515
- ref: "rootRef",
1516
- class: I([
1517
- e.ns.b(),
1518
- e.customClass,
1519
- e.ns.is("draggable", e.draggable),
1520
- e.ns.is("dragging", e.isDragging),
1521
- { [e.ns.m("center")]: e.center }
1522
- ]),
1523
- style: Ie(e.customStyle),
1524
- tabindex: "-1",
1525
- onClick: Fe(() => {
1526
- }, ["stop"])
1527
- }, [
1528
- e.title !== null && e.title !== void 0 ? (D(), ce("div", {
1529
- key: 0,
1530
- ref: "headerRef",
1531
- class: I([e.ns.e("header"), { "show-close": e.showClose }])
1532
- }, [
1533
- _("div", {
1534
- class: I(e.ns.e("title"))
1535
- }, [
1536
- e.iconComponent && e.center ? (D(), G(o, {
1537
- key: 0,
1538
- class: I([e.ns.e("status"), e.typeClass])
1539
- }, {
1540
- default: U(() => [
1541
- (D(), G(ae(e.iconComponent)))
1542
- ]),
1543
- _: 1
1544
- }, 8, ["class"])) : X("v-if", !0),
1545
- _("span", null, Q(e.title), 1)
1546
- ], 2),
1547
- e.showClose ? (D(), ce("button", {
1548
- key: 0,
1549
- type: "button",
1550
- class: I(e.ns.e("headerbtn")),
1551
- "aria-label": e.t("el.messagebox.close"),
1552
- onClick: (g) => e.handleAction(e.distinguishCancelAndClose ? "close" : "cancel"),
1553
- onKeydown: Ae(Fe((g) => e.handleAction(e.distinguishCancelAndClose ? "close" : "cancel"), ["prevent"]), ["enter"])
1554
- }, [
1555
- H(o, {
1556
- class: I(e.ns.e("close"))
1557
- }, {
1558
- default: U(() => [
1559
- (D(), G(ae(e.closeIcon || "close")))
1560
- ]),
1561
- _: 1
1562
- }, 8, ["class"])
1563
- ], 42, ["aria-label", "onClick", "onKeydown"])) : X("v-if", !0)
1564
- ], 2)) : X("v-if", !0),
1565
- _("div", {
1566
- id: e.contentId,
1567
- class: I(e.ns.e("content"))
1568
- }, [
1569
- _("div", {
1570
- class: I(e.ns.e("container"))
1571
- }, [
1572
- e.iconComponent && !e.center && e.hasMessage ? (D(), G(o, {
1573
- key: 0,
1574
- class: I([e.ns.e("status"), e.typeClass])
1575
- }, {
1576
- default: U(() => [
1577
- (D(), G(ae(e.iconComponent)))
1578
- ]),
1579
- _: 1
1580
- }, 8, ["class"])) : X("v-if", !0),
1581
- e.hasMessage ? (D(), ce("div", {
1582
- key: 1,
1583
- class: I(e.ns.e("message"))
1584
- }, [
1585
- pe(e.$slots, "default", {}, () => [
1586
- e.dangerouslyUseHTMLString ? (D(), G(ae(e.showInput ? "label" : "p"), {
1587
- key: 1,
1588
- for: e.showInput ? e.inputId : void 0,
1589
- innerHTML: e.message
1590
- }, null, 8, ["for", "innerHTML"])) : (D(), G(ae(e.showInput ? "label" : "p"), {
1591
- key: 0,
1592
- for: e.showInput ? e.inputId : void 0,
1593
- textContent: Q(e.message)
1594
- }, null, 8, ["for", "textContent"]))
1595
- ])
1596
- ], 2)) : X("v-if", !0)
1597
- ], 2),
1598
- Ne(_("div", {
1599
- class: I(e.ns.e("input"))
1600
- }, [
1601
- H(s, {
1602
- id: e.inputId,
1603
- ref: "inputRef",
1604
- modelValue: e.inputValue,
1605
- "onUpdate:modelValue": (g) => e.inputValue = g,
1606
- type: e.inputType,
1607
- placeholder: e.inputPlaceholder,
1608
- "aria-invalid": e.validateError,
1609
- class: I({ invalid: e.validateError }),
1610
- onKeydown: Ae(e.handleInputEnter, ["enter"])
1611
- }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "placeholder", "aria-invalid", "class", "onKeydown"]),
1612
- _("div", {
1613
- class: I(e.ns.e("errormsg")),
1614
- style: Ie({
1615
- visibility: e.editorErrorMessage ? "visible" : "hidden"
1616
- })
1617
- }, Q(e.editorErrorMessage), 7)
1618
- ], 2), [
1619
- [xe, e.showInput]
1620
- ])
1621
- ], 10, ["id"]),
1622
- _("div", {
1623
- class: I(e.ns.e("btns"))
1624
- }, [
1625
- e.showCancelButton ? (D(), G(u, {
1626
- key: 0,
1627
- loading: e.cancelButtonLoading,
1628
- "loading-icon": e.cancelButtonLoadingIcon,
1629
- class: I([e.cancelButtonClass]),
1630
- round: e.roundButton,
1631
- size: e.btnSize,
1632
- onClick: (g) => e.handleAction("cancel"),
1633
- onKeydown: Ae(Fe((g) => e.handleAction("cancel"), ["prevent"]), ["enter"])
1634
- }, {
1635
- default: U(() => [
1636
- ke(Q(e.cancelButtonText || e.t("el.messagebox.cancel")), 1)
1637
- ]),
1638
- _: 1
1639
- }, 8, ["loading", "loading-icon", "class", "round", "size", "onClick", "onKeydown"])) : X("v-if", !0),
1640
- Ne(H(u, {
1641
- ref: "confirmRef",
1642
- type: "primary",
1643
- loading: e.confirmButtonLoading,
1644
- "loading-icon": e.confirmButtonLoadingIcon,
1645
- class: I([e.confirmButtonClasses]),
1646
- round: e.roundButton,
1647
- disabled: e.confirmButtonDisabled,
1648
- size: e.btnSize,
1649
- onClick: (g) => e.handleAction("confirm"),
1650
- onKeydown: Ae(Fe((g) => e.handleAction("confirm"), ["prevent"]), ["enter"])
1651
- }, {
1652
- default: U(() => [
1653
- ke(Q(e.confirmButtonText || e.t("el.messagebox.confirm")), 1)
1654
- ]),
1655
- _: 1
1656
- }, 8, ["loading", "loading-icon", "class", "round", "disabled", "size", "onClick", "onKeydown"]), [
1657
- [xe, e.showConfirmButton]
1658
- ])
1659
- ], 2)
1660
- ], 14, ["onClick"])
1661
- ]),
1662
- _: 3
1663
- }, 8, ["trapped", "focus-trap-el", "focus-start-el", "onReleaseRequested"])
1664
- ], 42, ["aria-label", "aria-describedby", "onClick", "onMousedown", "onMouseup"])
1665
- ]),
1666
- _: 3
1667
- }, 8, ["z-index", "overlay-class", "mask"]), [
1668
- [xe, e.visible]
1669
- ])
1670
- ]),
1671
- _: 3
1672
- }, 8, ["onAfterLeave"]);
1673
- }
1674
- var Ki = /* @__PURE__ */ at(_i, [["render", Ui], ["__file", "index.vue"]]);
1675
- const he = /* @__PURE__ */ new Map(), Gi = (e) => {
1676
- let t = document.body;
1677
- return e.appendTo && (me(e.appendTo) && (t = document.querySelector(e.appendTo)), pt(e.appendTo) && (t = e.appendTo), pt(t) || (t = document.body)), t;
1678
- }, Hi = (e, t, n = null) => {
1679
- const r = H(Ki, e, ve(e.message) || It(e.message) ? {
1680
- default: ve(e.message) ? e.message : () => e.message
1681
- } : null);
1682
- return r.appContext = n, Bt(r, t), Gi(e).appendChild(t.firstElementChild), r.component;
1683
- }, Yi = () => document.createElement("div"), Zi = (e, t) => {
1684
- const n = Yi();
1685
- e.onVanish = () => {
1686
- Bt(null, n), he.delete(i);
1687
- }, e.onAction = (a) => {
1688
- const o = he.get(i);
1689
- let s;
1690
- e.showInput ? s = { value: i.inputValue, action: a } : s = a, e.callback ? e.callback(s, r.proxy) : a === "cancel" || a === "close" ? e.distinguishCancelAndClose && a !== "cancel" ? o.reject("close") : o.reject("cancel") : o.resolve(s);
1691
- };
1692
- const r = Hi(e, n, t), i = r.proxy;
1693
- for (const a in e)
1694
- ct(e, a) && !ct(i.$props, a) && (a === "closeIcon" && Rt(e[a]) ? i[a] = ze(e[a]) : i[a] = e[a]);
1695
- return i.visible = !0, i;
1696
- };
1697
- function le(e, t = null) {
1698
- if (!un)
1699
- return Promise.reject();
1700
- let n;
1701
- return me(e) || It(e) ? e = {
1702
- message: e
1703
- } : n = e.callback, new Promise((r, i) => {
1704
- const a = Zi(e, t ?? le._context);
1705
- he.set(a, {
1706
- options: e,
1707
- callback: n,
1708
- resolve: r,
1709
- reject: i
1710
- });
1711
- });
1712
- }
1713
- const Ji = ["alert", "confirm", "prompt"], Xi = {
1714
- alert: { closeOnPressEscape: !1, closeOnClickModal: !1 },
1715
- confirm: { showCancelButton: !0 },
1716
- prompt: { showCancelButton: !0, showInput: !0 }
1717
- };
1718
- Ji.forEach((e) => {
1719
- le[e] = Qi(e);
1720
- });
1721
- function Qi(e) {
1722
- return (t, n, r, i) => {
1723
- let a = "";
1724
- return Rt(n) ? (r = n, a = "") : dn(n) ? a = "" : a = n, le(Object.assign({
1725
- title: a,
1726
- message: t,
1727
- type: "",
1728
- ...Xi[e]
1729
- }, r, {
1730
- boxType: e
1731
- }), i);
1732
- };
1733
- }
1734
- le.close = () => {
1735
- he.forEach((e, t) => {
1736
- t.doClose();
1737
- }), he.clear();
1738
- };
1739
- le._context = null;
1740
- const J = le;
1741
- J.install = (e) => {
1742
- J._context = e._context, e.config.globalProperties.$msgbox = J, e.config.globalProperties.$messageBox = J, e.config.globalProperties.$alert = J.alert, e.config.globalProperties.$confirm = J.confirm, e.config.globalProperties.$prompt = J.prompt;
1743
- };
1744
- const ya = J;
1745
- export {
1746
- ya as E,
1747
- ma as a,
1748
- va as b
1749
- };