hs-admin-ui 17.0.4 → 17.0.6
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/dist/bcIcon-BCR5YVyC.js +4 -0
- package/dist/bcIcon.vue_vue_type_script_setup_true_name_bcIcon_lang-DoEyyD3x.js +53 -0
- package/dist/bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-vyql0LvH.js +81873 -0
- package/dist/components-jA6cfy0p.js +14239 -0
- package/dist/element-plus-ui.mjs +13 -20
- package/dist/h5.mjs +356 -442
- package/dist/index-B6IjumNu.js +3101 -0
- package/dist/index-BC3xR_qZ.js +31723 -0
- package/dist/index-BEjZGPL9.js +1026 -0
- package/dist/index-CN_m_pg7.js +14442 -0
- package/dist/index.mjs +264 -476
- package/dist/setting-BqE8F5Hv.js +994 -0
- package/dist/style.css +1 -1894
- package/dist/table-B75lM7EH.js +46 -0
- package/dist/types/src/components/base/DatePicker/src/DatePicker.vue.d.ts +5 -0
- package/dist/types/src/components/base/index.d.ts +10 -0
- package/dist/types/src/components/business/bcVisual/bcVisual.vue.d.ts +2 -2
- package/dist/vxe-table-ui.mjs +13 -21
- package/package.json +1 -1
- package/dist/business-BjiJZ1r_.js +0 -25132
- package/dist/index-CriCbWfy.js +0 -1691
- package/dist/lodash-D9wEYdiM.js +0 -7396
- package/dist/trtc-sdk-v5-6h0y3EaH.js +0 -13358
- package/dist/vendor-DgfWUdiw.js +0 -154250
package/dist/index.mjs
CHANGED
|
@@ -1,478 +1,266 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { A as A2, z as z3, F as F2, g as g2, H as H3, e as e2, f as f2, Q as Q3, R as R2, S as S2, h as h2, p as p2, v as v2, d as d2, D as D2, c as c2, L as L2, k as k2, j as j2, P as P2, Y as Y3, n as n2, l as l2, W as W3, G as G3, J as J2, K as K2, O as O2, V as V3, X as X3, U as U3, u as u2, r as r2, x as x2, w as w2, b as b10, E as E3, m as m2, M as M2, o as o2, T as T3, s as s2, y as y2, t as t2, q as q2, B as B2 } from "./business-BjiJZ1r_.js";
|
|
8
|
-
import "vue";
|
|
9
|
-
(function(a11, b11) {
|
|
10
|
-
b11(a11);
|
|
11
|
-
if (typeof define === "function" && define.amd) {
|
|
12
|
-
define([], b11);
|
|
13
|
-
} else if (typeof module !== "undefined" && module.exports) {
|
|
14
|
-
module.exports = b11();
|
|
15
|
-
} else {
|
|
16
|
-
a11.ws = b11();
|
|
17
|
-
}
|
|
18
|
-
})(window, function(a11, b11) {
|
|
19
|
-
if (!("WebSocket" in window)) return;
|
|
20
|
-
var d3, e3 = document.createElement("div"), f3 = {
|
|
21
|
-
automaticOpen: true,
|
|
22
|
-
reconnectDecay: 1.5,
|
|
23
|
-
host: "127.0.0.1",
|
|
24
|
-
port: 54321,
|
|
25
|
-
protocol: "ws"
|
|
26
|
-
}, func = function(g3) {
|
|
27
|
-
switch (g3.type) {
|
|
28
|
-
case "connecting":
|
|
29
|
-
console.log("Connecting to cfprint.", g3);
|
|
30
|
-
break;
|
|
31
|
-
case "open":
|
|
32
|
-
console.log("Connected to cfprint.", g3);
|
|
33
|
-
break;
|
|
34
|
-
case "close":
|
|
35
|
-
console.log("Disconnected from cfprint.", g3);
|
|
36
|
-
break;
|
|
37
|
-
case "message":
|
|
38
|
-
console.log("Got a message from cfprint: " + g3.data, g3);
|
|
39
|
-
break;
|
|
40
|
-
case "error":
|
|
41
|
-
console.log("A error occured: " + g3.data, g3);
|
|
42
|
-
break;
|
|
43
|
-
default:
|
|
44
|
-
console.log("EVENT: ", g3);
|
|
45
|
-
}
|
|
46
|
-
}, _api = {
|
|
47
|
-
CONNECTING: WebSocket.CONNECTING,
|
|
48
|
-
OPEN: WebSocket.OPEN,
|
|
49
|
-
CLOSING: WebSocket.CLOSING,
|
|
50
|
-
CLOSED: WebSocket.CLOSED
|
|
51
|
-
};
|
|
52
|
-
function ws(g3, h3, i) {
|
|
53
|
-
var j3 = this;
|
|
54
|
-
this.ver = "1.3.8.1";
|
|
55
|
-
if (!i) {
|
|
56
|
-
i = {};
|
|
57
|
-
}
|
|
58
|
-
for (var k3 in f3) {
|
|
59
|
-
if (typeof i[k3] !== "undefined") this[k3] = i[k3];
|
|
60
|
-
else this[k3] = f3[k3];
|
|
61
|
-
}
|
|
62
|
-
this.host = g3 || this.host;
|
|
63
|
-
this.port = h3 || this.port;
|
|
64
|
-
this.url = this.getURL();
|
|
65
|
-
this.readyState = WebSocket.CONNECTING;
|
|
66
|
-
for (var l3 in _api) this[l3] = _api[l3];
|
|
67
|
-
e3.addEventListener("connecting", function(m3) {
|
|
68
|
-
j3 !== window && j3.onconnecting(m3);
|
|
69
|
-
});
|
|
70
|
-
e3.addEventListener("open", function(m3) {
|
|
71
|
-
j3 !== window && j3.onopen(m3);
|
|
72
|
-
});
|
|
73
|
-
e3.addEventListener("message", function(m3) {
|
|
74
|
-
j3 !== window && j3.onmessage(m3);
|
|
75
|
-
});
|
|
76
|
-
e3.addEventListener("close", function(m3) {
|
|
77
|
-
j3 !== window && j3.onclose(m3);
|
|
78
|
-
});
|
|
79
|
-
e3.addEventListener("error", function(m3) {
|
|
80
|
-
j3 !== window && j3.onerror(m3);
|
|
81
|
-
});
|
|
82
|
-
this.addEventListener = e3.addEventListener.bind(e3);
|
|
83
|
-
this.removeEventListener = e3.removeEventListener.bind(e3);
|
|
84
|
-
this.dispatchEvent = e3.dispatchEvent.bind(e3);
|
|
85
|
-
if (this.automaticOpen === true && this !== window) this.open();
|
|
86
|
-
return this;
|
|
87
|
-
}
|
|
88
|
-
function generateEvent(g3, h3) {
|
|
89
|
-
var i = document.createEvent("CustomEvent");
|
|
90
|
-
i.initCustomEvent(g3, false, false, h3);
|
|
91
|
-
return i;
|
|
92
|
-
}
|
|
93
|
-
ws.prototype.onconnecting = func;
|
|
94
|
-
ws.prototype.onopen = func;
|
|
95
|
-
ws.prototype.onmessage = func;
|
|
96
|
-
ws.prototype.onclose = func;
|
|
97
|
-
ws.prototype.onerror = func;
|
|
98
|
-
ws.prototype.setProtocol = function(g3) {
|
|
99
|
-
if (this.wsocket) {
|
|
100
|
-
this.protocol = g3;
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
ws.prototype.setPort = function(g3) {
|
|
104
|
-
if (this.wsocket) {
|
|
105
|
-
this.port = g3;
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
ws.prototype.setHost = function(g3) {
|
|
109
|
-
if (this.wsocket) {
|
|
110
|
-
this.host = g3;
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
ws.prototype.getURL = function(g3) {
|
|
114
|
-
if (this.wsocket && this.wsocket.readyState === this.OPEN) {
|
|
115
|
-
return this.wsocket.url;
|
|
116
|
-
} else {
|
|
117
|
-
return (this.protocol || "ws") + "://" + (this.host || "127.0.0.1") + ":" + (this.port || 54321);
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
ws.prototype.send = function(g3) {
|
|
121
|
-
if (this.wsocket && this.wsocket.readyState === 1) {
|
|
122
|
-
var h3 = "";
|
|
123
|
-
if (typeof g3 === "string") h3 = g3;
|
|
124
|
-
else if (typeof g3 === "object") h3 = JSON.stringify(g3, null, 2);
|
|
125
|
-
else {
|
|
126
|
-
var i = generateEvent("error", {
|
|
127
|
-
message: "Invalid data format, only json string or json object is allowed."
|
|
128
|
-
});
|
|
129
|
-
e3.dispatchEvent(i);
|
|
130
|
-
return;
|
|
131
|
-
}
|
|
132
|
-
try {
|
|
133
|
-
h3 = btoa(unescape(encodeURIComponent(h3)));
|
|
134
|
-
h3 = "base64:" + h3;
|
|
135
|
-
this.wsocket.send(h3);
|
|
136
|
-
} catch (e4) {
|
|
137
|
-
var i = generateEvent("error", { message: e4.message });
|
|
138
|
-
e4.dispatchEvent(i);
|
|
139
|
-
}
|
|
140
|
-
} else {
|
|
141
|
-
var h3 = generateEvent("error", {
|
|
142
|
-
message: "Not connected to cfprint server or disconnected."
|
|
143
|
-
});
|
|
144
|
-
e3.dispatchEvent(h3);
|
|
145
|
-
}
|
|
146
|
-
};
|
|
147
|
-
ws.prototype.close = function(g3, h3) {
|
|
148
|
-
if (typeof g3 === "undefined") g3 = 1e3;
|
|
149
|
-
if (this.wsocket) this.wsocket.close(g3, h3);
|
|
150
|
-
};
|
|
151
|
-
ws.prototype.open = function() {
|
|
152
|
-
var g3 = this;
|
|
153
|
-
this.url = this.getURL();
|
|
154
|
-
d3 = new WebSocket(this.url, this.protocol || []);
|
|
155
|
-
e3.dispatchEvent(generateEvent("connecting"));
|
|
156
|
-
d3.onopen = function(h3) {
|
|
157
|
-
g3.protocol = ws.protocol;
|
|
158
|
-
g3.readyState = WebSocket.OPEN;
|
|
159
|
-
var i = generateEvent("open");
|
|
160
|
-
e3.dispatchEvent(i);
|
|
161
|
-
};
|
|
162
|
-
d3.onclose = function(h3) {
|
|
163
|
-
g3.readyState = WebSocket.CLOSED;
|
|
164
|
-
var i = generateEvent("connecting");
|
|
165
|
-
i.code = h3.code;
|
|
166
|
-
i.reason = h3.reason;
|
|
167
|
-
i.wasClean = h3.wasClean;
|
|
168
|
-
e3.dispatchEvent(i);
|
|
169
|
-
e3.dispatchEvent(generateEvent("close"));
|
|
170
|
-
};
|
|
171
|
-
d3.onmessage = function(h3) {
|
|
172
|
-
var i = generateEvent("message");
|
|
173
|
-
i.data = h3.data;
|
|
174
|
-
e3.dispatchEvent(i);
|
|
175
|
-
};
|
|
176
|
-
d3.onerror = function(h3) {
|
|
177
|
-
var i = generateEvent("error");
|
|
178
|
-
e3.dispatchEvent(i);
|
|
179
|
-
};
|
|
180
|
-
this.wsocket = d3;
|
|
181
|
-
return this;
|
|
182
|
-
};
|
|
183
|
-
ws.prototype.state = function() {
|
|
184
|
-
if (this.wsocket) {
|
|
185
|
-
return this.wsocket.readyState;
|
|
186
|
-
} else {
|
|
187
|
-
return WebSocket.CLOSED;
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
ws.prototype.log = function(g3, h3) {
|
|
191
|
-
var i = this.output || "output";
|
|
192
|
-
var j3 = document.getElementById(i);
|
|
193
|
-
if (j3 && j3.appendChild) {
|
|
194
|
-
var k3 = document.createElement("p");
|
|
195
|
-
k3.style.wordWrap = "break-word";
|
|
196
|
-
k3.style.padding = "8px";
|
|
197
|
-
k3.style.background = "#eee";
|
|
198
|
-
k3.innerHTML = "LOG: " + g3;
|
|
199
|
-
if (j3.childNodes.length > 0) j3.insertBefore(k3, j3.childNodes[0]);
|
|
200
|
-
else j3.appendChild(k3);
|
|
201
|
-
}
|
|
202
|
-
h3 ? console.log(g3, h3) : console.log(g3);
|
|
203
|
-
};
|
|
204
|
-
return ws;
|
|
205
|
-
});
|
|
206
|
-
const HsConfigProvider = ElConfigProvider;
|
|
207
|
-
const HsLoading = ElLoading;
|
|
208
|
-
const HsTree = ElTree;
|
|
209
|
-
function useHsAdminUi(app, options) {
|
|
210
|
-
NEXT_NAME.value = options == null ? void 0 : options.NEXT_NAME;
|
|
211
|
-
IS_DEV.value = options == null ? void 0 : options.IS_DEV;
|
|
212
|
-
CurrentRoute.value = options == null ? void 0 : options.currentRoute;
|
|
213
|
-
CurrentRouter.value = options == null ? void 0 : options.currentRouter;
|
|
214
|
-
if (!_.has(app, "_context.directives.loading")) {
|
|
215
|
-
app.directive("loading", ElLoading.directive);
|
|
216
|
-
}
|
|
217
|
-
app.use(install).use(installBusiness).use(VxeUIExport).use(VxeTableExport);
|
|
218
|
-
}
|
|
1
|
+
import { E as e, l as o, n as l, o as t, p as r, q as n, r as E, i as b, H as i, m as c, s as p, w as m, j as u, h as d, y as T, x as C, k as g, u as S } from "./index-CN_m_pg7.js";
|
|
2
|
+
import { aS as h, aT as P, aU as D, aV as x, aW as f, aX as k, aY as M, aZ as R, a_ as w, a$ as B, b0 as A, b1 as F, b2 as G, b3 as U, b4 as H, b5 as V, b6 as L, c2 as O, b7 as y, b8 as _, b9 as v, aQ as N, ba as Q, bb as z, bc as W, bd as Y, be as j, bf as q, bg as J, bh as K, bi as X, bj as $, bk as Z, bl as aa, bm as sa, bn as ea, bo as oa, r as la, s as ta, t as ra, w as na, x as Ea, y as ba, z as ia, G as ca, H as pa, J as ma, K as ua, L as da, M as Ta, N as Ca, O as ga, P as Sa, Q as Ia, T as ha, U as Pa, V as Da, W as xa, X as fa, Y as ka, Z as Ma, _ as Ra, $ as wa, a0 as Ba, a1 as Aa, a2 as Fa, E as Ga, a3 as Ua, a4 as Ha, a5 as Va, a6 as La, n as Oa, a7 as ya, a8 as _a, a9 as va, aa as Na, ab as Qa, ac as za, ad as Wa, ah as Ya, ae as ja, af as qa, ag as Ja, ai as Ka, aj as Xa, ak as $a, al as Za, am as as, an as ss, ao as es, ap as os, aq as ls, ar as ts, as as rs, at as ns, au as Es, av as bs, aw as is, ax as cs, ay as ps, az as ms, aC as us, aA as ds, aB as Ts, aD as Cs, aE as gs, aF as Ss, aG as Is, aH as hs, aI as Ps, aJ as Ds, aK as xs, aL as fs, aM as ks, aN as Ms, p as Rs, aO as ws, o as Bs, aP as As, bp as Fs, bq as Gs, br as Us, bs as Hs, bt as Vs, bu as Ls, bv as Os, bw as ys, bx as _s, by as vs, bz as Ns, bA as Qs, bB as zs, bC as Ws, bD as Ys, bS as js, bT as qs, bF as Js, bG as Ks, bH as Xs, bI as $s, bJ as Zs, bK as ae, bL as se, bM as ee, bN as oe, bO as le, bP as te, bQ as re, bR as ne, bU as Ee, bV as be, bW as ie, bX as ce, bY as pe, bE as me, bZ as ue, c0 as de, b_ as Te, b$ as Ce, c1 as ge, c3 as Se, c4 as Ie, c7 as he, c8 as Pe, c5 as De, c6 as xe, c9 as fe, ca as ke, cb as Me, cc as Re, cd as we, ce as Be, cf as Ae, cg as Fe, ch as Ge, aR as Ue } from "./index-BC3xR_qZ.js";
|
|
3
|
+
import { au as Ve, U as Le, b8 as Oe, b9 as ye, ba as _e, b0 as ve, E as Ne, aP as Qe, aR as ze, S as We, aj as Ye, ae as je, W as qe, b5 as Je, b6 as Ke, ap as Xe, bd as $e, aG as Ze, bc as ao, b7 as so, az as eo, aq as oo, $ as lo, a8 as to, aA as ro, ad as no, Q as Eo, R as bo, be as io, ab as co, av as po, aB as mo, aF as uo, aE as To, ao as Co, aJ as go, a2 as So, I as Io, Y as ho, aa as Po, a0 as Do, aw as xo, aM as fo, aK as ko, a6 as Mo, T as Ro, aI as wo, aH as Bo, aL as Ao, bb as Fo } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-vyql0LvH.js";
|
|
4
|
+
import { E as Uo, a as Ho, b as Vo, d as Lo, e as Oo, f as yo, g as _o, h as vo } from "./index-B6IjumNu.js";
|
|
5
|
+
import { c as Qo, b as zo, d as Wo, a as Yo, e as jo } from "./components-jA6cfy0p.js";
|
|
6
|
+
import { i as Jo } from "./index-BEjZGPL9.js";
|
|
219
7
|
export {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
ElConfigProvider,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
ElLoading,
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
ElTree,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
HsConfigProvider,
|
|
373
|
-
HsLoading,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
HsTree,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
useHsAdminUi,
|
|
477
|
-
|
|
8
|
+
h as Affix,
|
|
9
|
+
P as Alert,
|
|
10
|
+
D as Anchor,
|
|
11
|
+
x as Aside,
|
|
12
|
+
f as Autocomplete,
|
|
13
|
+
k as Backtop,
|
|
14
|
+
M as Badge,
|
|
15
|
+
R as Breadcrumb,
|
|
16
|
+
w as BreadcrumbItem,
|
|
17
|
+
B as Button,
|
|
18
|
+
A as ButtonGroup,
|
|
19
|
+
Ve as COLUMN_FIELD,
|
|
20
|
+
Le as CUSTOME_GROUP_TIP,
|
|
21
|
+
F as Calendar,
|
|
22
|
+
G as Card,
|
|
23
|
+
U as Carousel,
|
|
24
|
+
H as CarouselItem,
|
|
25
|
+
V as Cascader,
|
|
26
|
+
L as CascaderPanel,
|
|
27
|
+
O as CheckTag,
|
|
28
|
+
y as Checkbox,
|
|
29
|
+
_ as CheckboxButton,
|
|
30
|
+
v as CheckboxGroup,
|
|
31
|
+
N as ClickOutside,
|
|
32
|
+
Q as Col,
|
|
33
|
+
z as Collapse,
|
|
34
|
+
W as CollapseItem,
|
|
35
|
+
Y as ColorPicker,
|
|
36
|
+
j as ConfigProvider,
|
|
37
|
+
q as Container,
|
|
38
|
+
J as Countdown,
|
|
39
|
+
K as DatePicker,
|
|
40
|
+
X as Descriptions,
|
|
41
|
+
$ as DescriptionsItem,
|
|
42
|
+
Z as Dialog,
|
|
43
|
+
aa as Drawer,
|
|
44
|
+
sa as Dropdown,
|
|
45
|
+
ea as DropdownItem,
|
|
46
|
+
oa as DropdownMenu,
|
|
47
|
+
la as ElAlert,
|
|
48
|
+
ta as ElAnchor,
|
|
49
|
+
ra as ElAnchorLink,
|
|
50
|
+
na as ElAside,
|
|
51
|
+
e as ElAutoResizer,
|
|
52
|
+
Ea as ElAutocomplete,
|
|
53
|
+
o as ElAvatar,
|
|
54
|
+
ba as ElBacktop,
|
|
55
|
+
Oe as ElBadge,
|
|
56
|
+
ia as ElBreadcrumb,
|
|
57
|
+
ca as ElBreadcrumbItem,
|
|
58
|
+
ye as ElButton,
|
|
59
|
+
_e as ElButtonGroup,
|
|
60
|
+
pa as ElCalendar,
|
|
61
|
+
ma as ElCard,
|
|
62
|
+
ua as ElCarousel,
|
|
63
|
+
da as ElCarouselItem,
|
|
64
|
+
Ta as ElCascader,
|
|
65
|
+
Ca as ElCascaderPanel,
|
|
66
|
+
ga as ElCheckTag,
|
|
67
|
+
Sa as ElCheckbox,
|
|
68
|
+
Ia as ElCheckboxButton,
|
|
69
|
+
ha as ElCheckboxGroup,
|
|
70
|
+
Pa as ElCol,
|
|
71
|
+
Da as ElCollapse,
|
|
72
|
+
xa as ElCollapseItem,
|
|
73
|
+
fa as ElCollapseTransition,
|
|
74
|
+
ka as ElColorPicker,
|
|
75
|
+
ve as ElConfigProvider,
|
|
76
|
+
Ma as ElContainer,
|
|
77
|
+
Ra as ElCountdown,
|
|
78
|
+
wa as ElDatePicker,
|
|
79
|
+
Ba as ElDescriptions,
|
|
80
|
+
Aa as ElDescriptionsItem,
|
|
81
|
+
Fa as ElDialog,
|
|
82
|
+
Ga as ElDivider,
|
|
83
|
+
Ua as ElDrawer,
|
|
84
|
+
Ha as ElDropdown,
|
|
85
|
+
Va as ElDropdownItem,
|
|
86
|
+
La as ElDropdownMenu,
|
|
87
|
+
Oa as ElEmpty,
|
|
88
|
+
ya as ElFooter,
|
|
89
|
+
Uo as ElForm,
|
|
90
|
+
Ho as ElFormItem,
|
|
91
|
+
_a as ElHeader,
|
|
92
|
+
Ne as ElIcon,
|
|
93
|
+
va as ElImage,
|
|
94
|
+
Na as ElImageViewer,
|
|
95
|
+
Qe as ElInput,
|
|
96
|
+
Qa as ElInputNumber,
|
|
97
|
+
za as ElLink,
|
|
98
|
+
ze as ElLoading,
|
|
99
|
+
Wa as ElMain,
|
|
100
|
+
Ya as ElMention,
|
|
101
|
+
ja as ElMenu,
|
|
102
|
+
qa as ElMenuItem,
|
|
103
|
+
Ja as ElMenuItemGroup,
|
|
104
|
+
We as ElMessage,
|
|
105
|
+
Ye as ElMessageBox,
|
|
106
|
+
Ka as ElOption,
|
|
107
|
+
Xa as ElOptionGroup,
|
|
108
|
+
l as ElPageHeader,
|
|
109
|
+
$a as ElPagination,
|
|
110
|
+
Za as ElPopconfirm,
|
|
111
|
+
as as ElPopover,
|
|
112
|
+
ss as ElPopper,
|
|
113
|
+
Vo as ElProgress,
|
|
114
|
+
Lo as ElRadio,
|
|
115
|
+
Oo as ElRadioButton,
|
|
116
|
+
yo as ElRadioGroup,
|
|
117
|
+
es as ElRate,
|
|
118
|
+
os as ElResult,
|
|
119
|
+
ls as ElRow,
|
|
120
|
+
_o as ElScrollbar,
|
|
121
|
+
ts as ElSegmented,
|
|
122
|
+
rs as ElSelect,
|
|
123
|
+
ns as ElSelectV2,
|
|
124
|
+
t as ElSkeleton,
|
|
125
|
+
r as ElSkeletonItem,
|
|
126
|
+
Es as ElSlider,
|
|
127
|
+
n as ElSpace,
|
|
128
|
+
bs as ElStatistic,
|
|
129
|
+
is as ElStep,
|
|
130
|
+
cs as ElSteps,
|
|
131
|
+
ps as ElSubMenu,
|
|
132
|
+
ms as ElSwitch,
|
|
133
|
+
us as ElTabPane,
|
|
134
|
+
ds as ElTable,
|
|
135
|
+
Ts as ElTableColumn,
|
|
136
|
+
E as ElTableV2,
|
|
137
|
+
Cs as ElTabs,
|
|
138
|
+
gs as ElTag,
|
|
139
|
+
Ss as ElText,
|
|
140
|
+
Is as ElTimePicker,
|
|
141
|
+
hs as ElTimeSelect,
|
|
142
|
+
Ps as ElTimeline,
|
|
143
|
+
Ds as ElTimelineItem,
|
|
144
|
+
xs as ElTooltip,
|
|
145
|
+
fs as ElTour,
|
|
146
|
+
ks as ElTourStep,
|
|
147
|
+
Ms as ElTransfer,
|
|
148
|
+
Rs as ElTree,
|
|
149
|
+
ws as ElTreeSelect,
|
|
150
|
+
Bs as ElTreeV2,
|
|
151
|
+
vo as ElUpload,
|
|
152
|
+
As as ElWatermark,
|
|
153
|
+
Fs as Empty,
|
|
154
|
+
je as FORCE_UPDATE_LIST,
|
|
155
|
+
Gs as Footer,
|
|
156
|
+
Us as Form,
|
|
157
|
+
Hs as FormItem,
|
|
158
|
+
Vs as Header,
|
|
159
|
+
b as Hooxs,
|
|
160
|
+
i as HsConfigProvider,
|
|
161
|
+
c as HsLoading,
|
|
162
|
+
qe as HsMessage,
|
|
163
|
+
Je as HsMessageBox,
|
|
164
|
+
Ke as HsNotification,
|
|
165
|
+
p as HsTree,
|
|
166
|
+
Ls as Icon,
|
|
167
|
+
Os as Image,
|
|
168
|
+
ys as Input,
|
|
169
|
+
_s as InputNumber,
|
|
170
|
+
vs as Link,
|
|
171
|
+
Ns as Main,
|
|
172
|
+
Qs as Mention,
|
|
173
|
+
zs as Menu,
|
|
174
|
+
Ws as MenuItem,
|
|
175
|
+
Ys as MenuItemGroup,
|
|
176
|
+
js as Option,
|
|
177
|
+
qs as OptionGroup,
|
|
178
|
+
Js as Pagination,
|
|
179
|
+
Ks as Popconfirm,
|
|
180
|
+
Xs as Popover,
|
|
181
|
+
$s as Progress,
|
|
182
|
+
Xe as QUERY_GROUP_TIP,
|
|
183
|
+
Zs as Qr,
|
|
184
|
+
$e as REGEXP_STRING,
|
|
185
|
+
ae as Radio,
|
|
186
|
+
se as RadioButton,
|
|
187
|
+
ee as RadioGroup,
|
|
188
|
+
oe as Rate,
|
|
189
|
+
le as Result,
|
|
190
|
+
te as Row,
|
|
191
|
+
Ze as SYSTEM_PARAMS,
|
|
192
|
+
re as Scrollbar,
|
|
193
|
+
ne as Segmented,
|
|
194
|
+
Ee as Select,
|
|
195
|
+
be as SelectV2,
|
|
196
|
+
ie as Slider,
|
|
197
|
+
ce as Statistic,
|
|
198
|
+
pe as Steps,
|
|
199
|
+
me as SubMenu,
|
|
200
|
+
ue as Switch,
|
|
201
|
+
de as TabPane,
|
|
202
|
+
Te as Table,
|
|
203
|
+
Ce as TableColumn,
|
|
204
|
+
ge as Tabs,
|
|
205
|
+
Se as Tag,
|
|
206
|
+
Ie as Text,
|
|
207
|
+
he as TimePicker,
|
|
208
|
+
Pe as TimeSelect,
|
|
209
|
+
De as Timeline,
|
|
210
|
+
xe as TimelineItem,
|
|
211
|
+
fe as Tooltip,
|
|
212
|
+
ke as Tour,
|
|
213
|
+
Me as TourStep,
|
|
214
|
+
Re as Transfer,
|
|
215
|
+
we as Tree,
|
|
216
|
+
Be as TreeSelect,
|
|
217
|
+
Ae as TreeV2,
|
|
218
|
+
Fe as Upload,
|
|
219
|
+
Jo as Utils,
|
|
220
|
+
Qo as VxeColgroup,
|
|
221
|
+
zo as VxeColumn,
|
|
222
|
+
Wo as VxeGrid,
|
|
223
|
+
ao as VxeModal,
|
|
224
|
+
Yo as VxeTable,
|
|
225
|
+
jo as VxeToolbar,
|
|
226
|
+
so as VxeUI,
|
|
227
|
+
Ge as Watermark,
|
|
228
|
+
Ue as baseComponents,
|
|
229
|
+
m as businessComponents,
|
|
230
|
+
eo as cacheInitSearchFormData,
|
|
231
|
+
oo as cacheSearchFormData,
|
|
232
|
+
lo as componentTipList,
|
|
233
|
+
to as configUnidId,
|
|
234
|
+
ro as fetchTableData,
|
|
235
|
+
u as getBatchConfig,
|
|
236
|
+
d as getConfigData,
|
|
237
|
+
no as getForceUpdateList,
|
|
238
|
+
T as getFormBtn,
|
|
239
|
+
Eo as getFormData,
|
|
240
|
+
bo as getLoadData,
|
|
241
|
+
io as getOrderQueryData,
|
|
242
|
+
co as getRender,
|
|
243
|
+
po as getRenderComponent,
|
|
244
|
+
mo as getSearchForm,
|
|
245
|
+
uo as getSearchParams,
|
|
246
|
+
To as getShowQueryData,
|
|
247
|
+
C as getTableBtn,
|
|
248
|
+
Co as getTableCacheData,
|
|
249
|
+
go as hideFieldData,
|
|
250
|
+
So as isRefreshData,
|
|
251
|
+
Io as isShowAuth,
|
|
252
|
+
ho as isShowError,
|
|
253
|
+
Po as isShowItem,
|
|
254
|
+
Do as jsonStringify,
|
|
255
|
+
xo as mathTool,
|
|
256
|
+
fo as reloadCountTableData,
|
|
257
|
+
g as resetColumn,
|
|
258
|
+
ko as setTableCacheData,
|
|
259
|
+
Mo as showPopupCount,
|
|
260
|
+
Ro as specialType,
|
|
261
|
+
wo as tableAsyncFun,
|
|
262
|
+
Bo as tableBeforeAsyncFun,
|
|
263
|
+
Ao as tableCancheData,
|
|
264
|
+
S as useHsAdminUi,
|
|
265
|
+
Fo as zhCn
|
|
478
266
|
};
|