@10yun/open-sdk 0.3.116 → 0.3.117
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/{404-CUibZDub.cjs → 404-C82HdII5.cjs} +1 -1
- package/dist/{404-w46dTUw1.js → 404-ccza3ws6.js} +1 -1
- package/dist/{alone_run-C_2AiUu2.js → alone_run-BfxtHu4r.js} +1 -1
- package/dist/{alone_run-Dc70OKGc.cjs → alone_run-CSOLQlCN.cjs} +1 -1
- package/dist/{index-CYScZEKJ.js → index-CNxJgLqg.js} +350 -342
- package/dist/{index-CJ8LViwn.cjs → index-DO4ImBfD.cjs} +12 -12
- package/dist/{login-BqsqbVDI.cjs → login-CEIpnLWG.cjs} +1 -1
- package/dist/{login-6z0mYR8y.js → login-D019G1Ao.js} +1 -1
- package/dist/{none-C-kvGqKn.js → none-1FVWV0c3.js} +1 -1
- package/dist/{none-Dse_H9x8.cjs → none-xWRDvkZR.cjs} +1 -1
- package/dist/open-sdk.cjs.js +1 -1
- package/dist/open-sdk.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineStore as
|
|
2
|
-
import { effectScope as Uo, ref as xo, shallowRef as Vo, computed as pt, watch as Pn, isRef as Bo, defineComponent as ta, getCurrentInstance as Nt, h as Or, Fragment as ce, inject as Go, onMounted as $o, onUnmounted as Wo, createVNode as S, Text as Yo, resolveComponent as w, createBlock as H, openBlock as F, withCtx as C, createElementVNode as D, createElementBlock as W, renderList as
|
|
1
|
+
import { defineStore as Le, mapState as Re } from "pinia";
|
|
2
|
+
import { effectScope as Uo, ref as xo, shallowRef as Vo, computed as pt, watch as Pn, isRef as Bo, defineComponent as ta, getCurrentInstance as Nt, h as Or, Fragment as ce, inject as Go, onMounted as $o, onUnmounted as Wo, createVNode as S, Text as Yo, resolveComponent as w, createBlock as H, openBlock as F, withCtx as C, createElementVNode as D, createElementBlock as W, renderList as Ie, createTextVNode as B, toDisplayString as Z, createCommentVNode as ne, Transition as Ho, normalizeClass as Kt, resolveDynamicComponent as Ko, withDirectives as Rt, withModifiers as jo, normalizeStyle as Fn, vShow as Ir, mergeProps as qo, renderSlot as Xo, createSlots as Qo, resolveDirective as na } from "vue";
|
|
3
3
|
import Jo, { ElMessage as Na, ElMessageBox as zo, ElNotification as Zo } from "element-plus";
|
|
4
4
|
import * as es from "@element-plus/icons-vue";
|
|
5
5
|
import "element-plus/dist/index.css";
|
|
@@ -12,7 +12,7 @@ let Lr = {};
|
|
|
12
12
|
function rs(e = {}) {
|
|
13
13
|
Lr = e;
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function Jt() {
|
|
16
16
|
return Lr;
|
|
17
17
|
}
|
|
18
18
|
const os = 60 * 60 * 24 * 7;
|
|
@@ -193,7 +193,7 @@ function Q(e, t) {
|
|
|
193
193
|
function ot(e, t, n) {
|
|
194
194
|
typeof t == "function" && e.then(t), typeof n == "function" && e.catch(n);
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function Me(e) {
|
|
197
197
|
return typeof e != "string" && (e = String(e)), e;
|
|
198
198
|
}
|
|
199
199
|
function ra() {
|
|
@@ -201,8 +201,8 @@ function ra() {
|
|
|
201
201
|
return arguments[arguments.length - 1];
|
|
202
202
|
}
|
|
203
203
|
const Mn = "local-forage-detect-blob-support";
|
|
204
|
-
let
|
|
205
|
-
const ve = {}, cs = Object.prototype.toString, Pt = "readonly",
|
|
204
|
+
let Vt;
|
|
205
|
+
const ve = {}, cs = Object.prototype.toString, Pt = "readonly", zt = "readwrite";
|
|
206
206
|
function us(e) {
|
|
207
207
|
for (var t = e.length, n = new ArrayBuffer(t), r = new Uint8Array(n), a = 0; a < t; a++)
|
|
208
208
|
r[a] = e.charCodeAt(a);
|
|
@@ -210,7 +210,7 @@ function us(e) {
|
|
|
210
210
|
}
|
|
211
211
|
function fs(e) {
|
|
212
212
|
return new U(function(t) {
|
|
213
|
-
var n = e.transaction(Mn,
|
|
213
|
+
var n = e.transaction(Mn, zt), r = aa([""]);
|
|
214
214
|
n.objectStore(Mn).put(r, "key"), n.onabort = function(a) {
|
|
215
215
|
a.preventDefault(), a.stopPropagation(), t(!1);
|
|
216
216
|
}, n.oncomplete = function() {
|
|
@@ -224,11 +224,11 @@ function fs(e) {
|
|
|
224
224
|
});
|
|
225
225
|
}
|
|
226
226
|
function ds(e) {
|
|
227
|
-
return typeof
|
|
228
|
-
return
|
|
227
|
+
return typeof Vt == "boolean" ? U.resolve(Vt) : fs(e).then(function(t) {
|
|
228
|
+
return Vt = t, Vt;
|
|
229
229
|
});
|
|
230
230
|
}
|
|
231
|
-
function
|
|
231
|
+
function jt(e) {
|
|
232
232
|
var t = ve[e.name], n = {};
|
|
233
233
|
n.promise = new U(function(r, a) {
|
|
234
234
|
n.resolve = r, n.reject = a;
|
|
@@ -250,7 +250,7 @@ function wr(e, t) {
|
|
|
250
250
|
return new U(function(n, r) {
|
|
251
251
|
if (ve[e.name] = ve[e.name] || Pr(), e.db)
|
|
252
252
|
if (t)
|
|
253
|
-
|
|
253
|
+
jt(e), e.db.close();
|
|
254
254
|
else
|
|
255
255
|
return n(e.db);
|
|
256
256
|
var a = [e.name];
|
|
@@ -322,7 +322,7 @@ function ms(e) {
|
|
|
322
322
|
return ot(n, e, e), n;
|
|
323
323
|
}
|
|
324
324
|
function hs(e) {
|
|
325
|
-
|
|
325
|
+
jt(e);
|
|
326
326
|
for (var t = ve[e.name], n = t.forages, r = 0; r < n.length; r++) {
|
|
327
327
|
const a = n[r];
|
|
328
328
|
a._dbInfo.db && (a._dbInfo.db.close(), a._dbInfo.db = null);
|
|
@@ -335,7 +335,7 @@ function hs(e) {
|
|
|
335
335
|
throw xn(e, a), a;
|
|
336
336
|
});
|
|
337
337
|
}
|
|
338
|
-
function
|
|
338
|
+
function Ue(e, t, n, r) {
|
|
339
339
|
r === void 0 && (r = 1);
|
|
340
340
|
try {
|
|
341
341
|
var a = e.db.transaction(e.storeName, t);
|
|
@@ -348,7 +348,7 @@ function Me(e, t, n, r) {
|
|
|
348
348
|
) && e.version <= e.db.version)
|
|
349
349
|
return e.db && (e.version = e.db.version + 1), sa(e);
|
|
350
350
|
}).then(() => hs(e).then(function() {
|
|
351
|
-
|
|
351
|
+
Ue(e, t, n, r - 1);
|
|
352
352
|
})).catch(n);
|
|
353
353
|
n(o);
|
|
354
354
|
}
|
|
@@ -397,10 +397,10 @@ function gs(e) {
|
|
|
397
397
|
}
|
|
398
398
|
function ps(e, t) {
|
|
399
399
|
var n = this;
|
|
400
|
-
e =
|
|
400
|
+
e = Me(e);
|
|
401
401
|
var r = new U(function(a, o) {
|
|
402
402
|
n.ready().then(function() {
|
|
403
|
-
|
|
403
|
+
Ue(n._dbInfo, Pt, function(s, l) {
|
|
404
404
|
if (s)
|
|
405
405
|
return o(s);
|
|
406
406
|
try {
|
|
@@ -424,7 +424,7 @@ function ps(e, t) {
|
|
|
424
424
|
function Es(e, t) {
|
|
425
425
|
var n = this, r = new U(function(a, o) {
|
|
426
426
|
n.ready().then(function() {
|
|
427
|
-
|
|
427
|
+
Ue(n._dbInfo, Pt, function(s, l) {
|
|
428
428
|
if (s)
|
|
429
429
|
return o(s);
|
|
430
430
|
try {
|
|
@@ -457,7 +457,7 @@ function Es(e, t) {
|
|
|
457
457
|
}
|
|
458
458
|
function Ss(e, t, n) {
|
|
459
459
|
var r = this;
|
|
460
|
-
e =
|
|
460
|
+
e = Me(e);
|
|
461
461
|
var a = new U(function(o, s) {
|
|
462
462
|
var l;
|
|
463
463
|
r.ready().then(function() {
|
|
@@ -465,7 +465,7 @@ function Ss(e, t, n) {
|
|
|
465
465
|
return i ? t : _s(t);
|
|
466
466
|
}) : t;
|
|
467
467
|
}).then(function(i) {
|
|
468
|
-
|
|
468
|
+
Ue(r._dbInfo, zt, function(c, f) {
|
|
469
469
|
if (c)
|
|
470
470
|
return s(c);
|
|
471
471
|
try {
|
|
@@ -490,10 +490,10 @@ function Ss(e, t, n) {
|
|
|
490
490
|
}
|
|
491
491
|
function bs(e, t) {
|
|
492
492
|
var n = this;
|
|
493
|
-
e =
|
|
493
|
+
e = Me(e);
|
|
494
494
|
var r = new U(function(a, o) {
|
|
495
495
|
n.ready().then(function() {
|
|
496
|
-
|
|
496
|
+
Ue(n._dbInfo, zt, function(s, l) {
|
|
497
497
|
if (s)
|
|
498
498
|
return o(s);
|
|
499
499
|
try {
|
|
@@ -519,7 +519,7 @@ function bs(e, t) {
|
|
|
519
519
|
function vs(e) {
|
|
520
520
|
var t = this, n = new U(function(r, a) {
|
|
521
521
|
t.ready().then(function() {
|
|
522
|
-
|
|
522
|
+
Ue(t._dbInfo, zt, function(o, s) {
|
|
523
523
|
if (o)
|
|
524
524
|
return a(o);
|
|
525
525
|
try {
|
|
@@ -543,7 +543,7 @@ function vs(e) {
|
|
|
543
543
|
function ys(e) {
|
|
544
544
|
var t = this, n = new U(function(r, a) {
|
|
545
545
|
t.ready().then(function() {
|
|
546
|
-
|
|
546
|
+
Ue(t._dbInfo, Pt, function(o, s) {
|
|
547
547
|
if (o)
|
|
548
548
|
return a(o);
|
|
549
549
|
try {
|
|
@@ -570,7 +570,7 @@ function Ts(e, t) {
|
|
|
570
570
|
return;
|
|
571
571
|
}
|
|
572
572
|
n.ready().then(function() {
|
|
573
|
-
|
|
573
|
+
Ue(n._dbInfo, Pt, function(s, l) {
|
|
574
574
|
if (s)
|
|
575
575
|
return o(s);
|
|
576
576
|
try {
|
|
@@ -598,7 +598,7 @@ function Ts(e, t) {
|
|
|
598
598
|
function As(e) {
|
|
599
599
|
var t = this, n = new U(function(r, a) {
|
|
600
600
|
t.ready().then(function() {
|
|
601
|
-
|
|
601
|
+
Ue(t._dbInfo, Pt, function(o, s) {
|
|
602
602
|
if (o)
|
|
603
603
|
return a(o);
|
|
604
604
|
try {
|
|
@@ -642,7 +642,7 @@ function Ns(e, t) {
|
|
|
642
642
|
if (!l.objectStoreNames.contains(e.storeName))
|
|
643
643
|
return;
|
|
644
644
|
const i = l.version + 1;
|
|
645
|
-
|
|
645
|
+
jt(e);
|
|
646
646
|
const c = ve[e.name], f = c.forages;
|
|
647
647
|
l.close();
|
|
648
648
|
for (let _ = 0; _ < f.length; _++) {
|
|
@@ -671,7 +671,7 @@ function Ns(e, t) {
|
|
|
671
671
|
}), _;
|
|
672
672
|
});
|
|
673
673
|
}) : a = s.then((l) => {
|
|
674
|
-
|
|
674
|
+
jt(e);
|
|
675
675
|
const i = ve[e.name], c = i.forages;
|
|
676
676
|
l.close();
|
|
677
677
|
for (var f = 0; f < c.length; f++) {
|
|
@@ -719,7 +719,7 @@ var Cs = {
|
|
|
719
719
|
function Os() {
|
|
720
720
|
return typeof openDatabase == "function";
|
|
721
721
|
}
|
|
722
|
-
var Be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Is = "~~local_forage_type~", Ca = /^~~local_forage_type~([^~]+)~/,
|
|
722
|
+
var Be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Is = "~~local_forage_type~", Ca = /^~~local_forage_type~([^~]+)~/, qt = "__lfsc__:", Vn = qt.length, ia = "arbf", Bn = "blob", Fr = "si08", Mr = "ui08", Ur = "uic8", xr = "si16", Vr = "si32", Br = "ur16", Gr = "ui32", $r = "fl32", Wr = "fl64", Oa = Vn + ia.length, Ia = Object.prototype.toString;
|
|
723
723
|
function Yr(e) {
|
|
724
724
|
var t = e.length * 0.75, n = e.length, r, a = 0, o, s, l, i;
|
|
725
725
|
e[e.length - 1] === "=" && (t--, e[e.length - 2] === "=" && t--);
|
|
@@ -737,13 +737,13 @@ function Gn(e) {
|
|
|
737
737
|
function Ls(e, t) {
|
|
738
738
|
var n = "";
|
|
739
739
|
if (e && (n = Ia.call(e)), e && (n === "[object ArrayBuffer]" || e.buffer && Ia.call(e.buffer) === "[object ArrayBuffer]")) {
|
|
740
|
-
var r, a =
|
|
740
|
+
var r, a = qt;
|
|
741
741
|
e instanceof ArrayBuffer ? (r = e, a += ia) : (r = e.buffer, n === "[object Int8Array]" ? a += Fr : n === "[object Uint8Array]" ? a += Mr : n === "[object Uint8ClampedArray]" ? a += Ur : n === "[object Int16Array]" ? a += xr : n === "[object Uint16Array]" ? a += Br : n === "[object Int32Array]" ? a += Vr : n === "[object Uint32Array]" ? a += Gr : n === "[object Float32Array]" ? a += $r : n === "[object Float64Array]" ? a += Wr : t(new Error("Failed to get type for BinaryArray"))), t(a + Gn(r));
|
|
742
742
|
} else if (n === "[object Blob]") {
|
|
743
743
|
var o = new FileReader();
|
|
744
744
|
o.onload = function() {
|
|
745
745
|
var s = Is + e.type + "~" + Gn(this.result);
|
|
746
|
-
t(
|
|
746
|
+
t(qt + Bn + s);
|
|
747
747
|
}, o.readAsArrayBuffer(e);
|
|
748
748
|
} else
|
|
749
749
|
try {
|
|
@@ -753,7 +753,7 @@ function Ls(e, t) {
|
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
755
|
function ws(e) {
|
|
756
|
-
if (e.substring(0, Vn) !==
|
|
756
|
+
if (e.substring(0, Vn) !== qt)
|
|
757
757
|
return JSON.parse(e);
|
|
758
758
|
var t = e.substring(Oa), n = e.substring(
|
|
759
759
|
Vn,
|
|
@@ -870,7 +870,7 @@ function $e(e, t, n, r, a, o) {
|
|
|
870
870
|
}
|
|
871
871
|
function ks(e, t) {
|
|
872
872
|
var n = this;
|
|
873
|
-
e =
|
|
873
|
+
e = Me(e);
|
|
874
874
|
var r = new U(function(a, o) {
|
|
875
875
|
n.ready().then(function() {
|
|
876
876
|
var s = n._dbInfo;
|
|
@@ -926,7 +926,7 @@ function Rs(e, t) {
|
|
|
926
926
|
}
|
|
927
927
|
function Kr(e, t, n, r) {
|
|
928
928
|
var a = this;
|
|
929
|
-
e =
|
|
929
|
+
e = Me(e);
|
|
930
930
|
var o = new U(function(s, l) {
|
|
931
931
|
a.ready().then(function() {
|
|
932
932
|
t === void 0 && (t = null);
|
|
@@ -974,7 +974,7 @@ function Ps(e, t, n) {
|
|
|
974
974
|
}
|
|
975
975
|
function Fs(e, t) {
|
|
976
976
|
var n = this;
|
|
977
|
-
e =
|
|
977
|
+
e = Me(e);
|
|
978
978
|
var r = new U(function(a, o) {
|
|
979
979
|
n.ready().then(function() {
|
|
980
980
|
var s = n._dbInfo;
|
|
@@ -1215,7 +1215,7 @@ function js(e) {
|
|
|
1215
1215
|
}
|
|
1216
1216
|
function qs(e, t) {
|
|
1217
1217
|
var n = this;
|
|
1218
|
-
e =
|
|
1218
|
+
e = Me(e);
|
|
1219
1219
|
var r = n.ready().then(function() {
|
|
1220
1220
|
var a = n._dbInfo, o = localStorage.getItem(a.keyPrefix + e);
|
|
1221
1221
|
return o && (o = a.serializer.deserialize(o)), o;
|
|
@@ -1269,7 +1269,7 @@ function zs(e) {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
function Zs(e, t) {
|
|
1271
1271
|
var n = this;
|
|
1272
|
-
e =
|
|
1272
|
+
e = Me(e);
|
|
1273
1273
|
var r = n.ready().then(function() {
|
|
1274
1274
|
var a = n._dbInfo;
|
|
1275
1275
|
localStorage.removeItem(a.keyPrefix + e);
|
|
@@ -1278,7 +1278,7 @@ function Zs(e, t) {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
function ei(e, t, n) {
|
|
1280
1280
|
var r = this;
|
|
1281
|
-
e =
|
|
1281
|
+
e = Me(e);
|
|
1282
1282
|
var a = r.ready().then(function() {
|
|
1283
1283
|
t === void 0 && (t = null);
|
|
1284
1284
|
var o = t;
|
|
@@ -1346,7 +1346,7 @@ const ai = (e, t) => e === t || typeof e == "number" && typeof t == "number" &&
|
|
|
1346
1346
|
it.INDEXEDDB._driver,
|
|
1347
1347
|
it.WEBSQL._driver,
|
|
1348
1348
|
it.LOCALSTORAGE._driver
|
|
1349
|
-
],
|
|
1349
|
+
], Yt = ["dropInstance"], yn = [
|
|
1350
1350
|
"clear",
|
|
1351
1351
|
"getItem",
|
|
1352
1352
|
"iterate",
|
|
@@ -1355,7 +1355,7 @@ const ai = (e, t) => e === t || typeof e == "number" && typeof t == "number" &&
|
|
|
1355
1355
|
"length",
|
|
1356
1356
|
"removeItem",
|
|
1357
1357
|
"setItem"
|
|
1358
|
-
].concat(
|
|
1358
|
+
].concat(Yt), si = {
|
|
1359
1359
|
description: "",
|
|
1360
1360
|
driver: oi.slice(),
|
|
1361
1361
|
name: "localforage",
|
|
@@ -1429,7 +1429,7 @@ class ca {
|
|
|
1429
1429
|
for (let _ = 0, p = c.length; _ < p; _++) {
|
|
1430
1430
|
const v = c[_];
|
|
1431
1431
|
if ((!ri(
|
|
1432
|
-
|
|
1432
|
+
Yt,
|
|
1433
1433
|
v
|
|
1434
1434
|
) || t[v]) && typeof t[v] != "function") {
|
|
1435
1435
|
s(i);
|
|
@@ -1448,8 +1448,8 @@ class ca {
|
|
|
1448
1448
|
), g;
|
|
1449
1449
|
};
|
|
1450
1450
|
};
|
|
1451
|
-
for (let p = 0, v =
|
|
1452
|
-
const g =
|
|
1451
|
+
for (let p = 0, v = Yt.length; p < v; p++) {
|
|
1452
|
+
const g = Yt[p];
|
|
1453
1453
|
t[g] || (t[g] = _(
|
|
1454
1454
|
g
|
|
1455
1455
|
));
|
|
@@ -1748,7 +1748,7 @@ function hi(e, t, n) {
|
|
|
1748
1748
|
}
|
|
1749
1749
|
});
|
|
1750
1750
|
}
|
|
1751
|
-
const Ct =
|
|
1751
|
+
const Ct = Le("cloudSdkQiankunStore", {
|
|
1752
1752
|
state: () => ({
|
|
1753
1753
|
// 是否是乾坤
|
|
1754
1754
|
qiankunExistState: pe.__POWERED_BY_QIANKUN__ || !1,
|
|
@@ -1815,7 +1815,7 @@ const Ct = Ie("cloudSdkQiankunStore", {
|
|
|
1815
1815
|
}
|
|
1816
1816
|
});
|
|
1817
1817
|
/*!
|
|
1818
|
-
* shared v11.1.
|
|
1818
|
+
* shared v11.1.12
|
|
1819
1819
|
* (c) 2025 kazuya kawaguchi
|
|
1820
1820
|
* Released under the MIT License.
|
|
1821
1821
|
*/
|
|
@@ -1837,10 +1837,10 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
1837
1837
|
});
|
|
1838
1838
|
}
|
|
1839
1839
|
const pi = /\{([0-9a-zA-Z]+)\}/g;
|
|
1840
|
-
function
|
|
1840
|
+
function Zt(e, ...t) {
|
|
1841
1841
|
return t.length === 1 && Y(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(pi, (n, r) => t.hasOwnProperty(r) ? t[r] : "");
|
|
1842
1842
|
}
|
|
1843
|
-
const
|
|
1843
|
+
const we = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Ei = (e, t, n) => Si({ l: e, k: t, s: n }), Si = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), ie = (e) => typeof e == "number" && isFinite(e), bi = (e) => fa(e) === "[object Date]", ct = (e) => fa(e) === "[object RegExp]", en = (e) => G(e) && Object.keys(e).length === 0, le = Object.assign, vi = Object.create, X = (e = null) => vi(e);
|
|
1844
1844
|
let Da;
|
|
1845
1845
|
const Qe = () => Da || (Da = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : X());
|
|
1846
1846
|
function ka(e) {
|
|
@@ -1863,7 +1863,7 @@ const Ti = Object.prototype.hasOwnProperty;
|
|
|
1863
1863
|
function Ae(e, t) {
|
|
1864
1864
|
return Ti.call(e, t);
|
|
1865
1865
|
}
|
|
1866
|
-
const
|
|
1866
|
+
const ae = Array.isArray, J = (e) => typeof e == "function", P = (e) => typeof e == "string", K = (e) => typeof e == "boolean", Y = (e) => e !== null && typeof e == "object", Ai = (e) => Y(e) && J(e.then) && J(e.catch), Xr = Object.prototype.toString, fa = (e) => Xr.call(e), G = (e) => fa(e) === "[object Object]", Ni = (e) => e == null ? "" : ae(e) || G(e) && e.toString === Xr ? JSON.stringify(e, null, 2) : String(e);
|
|
1867
1867
|
function da(e, t = "") {
|
|
1868
1868
|
return e.reduce((n, r, a) => a === 0 ? n + r : n + t + r, "");
|
|
1869
1869
|
}
|
|
@@ -1913,20 +1913,20 @@ function _a() {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
};
|
|
1915
1915
|
}
|
|
1916
|
-
const
|
|
1917
|
-
function
|
|
1918
|
-
if (
|
|
1916
|
+
const Bt = (e) => !Y(e) || ae(e);
|
|
1917
|
+
function Ht(e, t) {
|
|
1918
|
+
if (Bt(e) || Bt(t))
|
|
1919
1919
|
throw new Error("Invalid value");
|
|
1920
1920
|
const n = [{ src: e, des: t }];
|
|
1921
1921
|
for (; n.length; ) {
|
|
1922
1922
|
const { src: r, des: a } = n.pop();
|
|
1923
1923
|
Object.keys(r).forEach((o) => {
|
|
1924
|
-
o !== "__proto__" && (Y(r[o]) && !Y(a[o]) && (a[o] = Array.isArray(r[o]) ? [] : X()),
|
|
1924
|
+
o !== "__proto__" && (Y(r[o]) && !Y(a[o]) && (a[o] = Array.isArray(r[o]) ? [] : X()), Bt(a[o]) || Bt(r[o]) ? a[o] = r[o] : n.push({ src: r[o], des: a[o] }));
|
|
1925
1925
|
});
|
|
1926
1926
|
}
|
|
1927
1927
|
}
|
|
1928
1928
|
/*!
|
|
1929
|
-
* message-compiler v11.1.
|
|
1929
|
+
* message-compiler v11.1.12
|
|
1930
1930
|
* (c) 2025 kazuya kawaguchi
|
|
1931
1931
|
* Released under the MIT License.
|
|
1932
1932
|
*/
|
|
@@ -1980,18 +1980,18 @@ const x = {
|
|
|
1980
1980
|
[x.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
|
|
1981
1981
|
};
|
|
1982
1982
|
function dt(e, t, n = {}) {
|
|
1983
|
-
const { domain: r, messages: a, args: o } = n, s = process.env.NODE_ENV !== "production" ?
|
|
1983
|
+
const { domain: r, messages: a, args: o } = n, s = process.env.NODE_ENV !== "production" ? Zt((a || Li)[e] || "", ...o || []) : e, l = new SyntaxError(String(s));
|
|
1984
1984
|
return l.code = e, t && (l.location = t), l.domain = r, l;
|
|
1985
1985
|
}
|
|
1986
1986
|
function wi(e) {
|
|
1987
1987
|
throw e;
|
|
1988
1988
|
}
|
|
1989
|
-
const Di = /<\/?[\w\s="/.':;#-\/]+>/, ki = (e) => Di.test(e),
|
|
1989
|
+
const Di = /<\/?[\w\s="/.':;#-\/]+>/, ki = (e) => Di.test(e), Ce = " ", Ri = "\r", fe = `
|
|
1990
1990
|
`, Pi = "\u2028", Fi = "\u2029";
|
|
1991
1991
|
function Mi(e) {
|
|
1992
1992
|
const t = e;
|
|
1993
1993
|
let n = 0, r = 1, a = 1, o = 0;
|
|
1994
|
-
const s = (A) => t[A] === Ri && t[A + 1] ===
|
|
1994
|
+
const s = (A) => t[A] === Ri && t[A + 1] === fe, l = (A) => t[A] === fe, i = (A) => t[A] === Fi, c = (A) => t[A] === Pi, f = (A) => s(A) || l(A) || i(A) || c(A), u = () => n, _ = () => r, p = () => a, v = () => o, g = (A) => s(A) || i(A) || c(A) ? fe : t[A], L = () => g(n), h = () => g(n + o);
|
|
1995
1995
|
function E() {
|
|
1996
1996
|
return o = 0, f(n) && (r++, a = 0), s(n) && n++, n++, a++, t[n];
|
|
1997
1997
|
}
|
|
@@ -2025,7 +2025,7 @@ function Mi(e) {
|
|
|
2025
2025
|
skipToPeek: R
|
|
2026
2026
|
};
|
|
2027
2027
|
}
|
|
2028
|
-
const
|
|
2028
|
+
const ke = void 0, Ui = ".", Fa = "'", xi = "tokenizer";
|
|
2029
2029
|
function Vi(e, t = {}) {
|
|
2030
2030
|
const n = t.location !== !1, r = Mi(e), a = () => r.index(), o = () => Oi(r.line(), r.column(), r.index()), s = o(), l = a(), i = {
|
|
2031
2031
|
currentType: 13,
|
|
@@ -2041,9 +2041,9 @@ function Vi(e, t = {}) {
|
|
|
2041
2041
|
text: ""
|
|
2042
2042
|
}, c = () => i, { onError: f } = t;
|
|
2043
2043
|
function u(d, m, N, ...M) {
|
|
2044
|
-
const
|
|
2044
|
+
const te = c();
|
|
2045
2045
|
if (m.column += N, m.offset += N, f) {
|
|
2046
|
-
const oe = n ? $n(
|
|
2046
|
+
const oe = n ? $n(te.startLoc, m) : null, j = dt(d, oe, {
|
|
2047
2047
|
domain: xi,
|
|
2048
2048
|
args: M
|
|
2049
2049
|
});
|
|
@@ -2065,7 +2065,7 @@ function Vi(e, t = {}) {
|
|
|
2065
2065
|
}
|
|
2066
2066
|
function g(d) {
|
|
2067
2067
|
let m = "";
|
|
2068
|
-
for (; d.currentPeek() ===
|
|
2068
|
+
for (; d.currentPeek() === Ce || d.currentPeek() === fe; )
|
|
2069
2069
|
m += d.currentPeek(), d.peek();
|
|
2070
2070
|
return m;
|
|
2071
2071
|
}
|
|
@@ -2074,7 +2074,7 @@ function Vi(e, t = {}) {
|
|
|
2074
2074
|
return d.skipToPeek(), m;
|
|
2075
2075
|
}
|
|
2076
2076
|
function h(d) {
|
|
2077
|
-
if (d ===
|
|
2077
|
+
if (d === ke)
|
|
2078
2078
|
return !1;
|
|
2079
2079
|
const m = d.charCodeAt(0);
|
|
2080
2080
|
return m >= 97 && m <= 122 || // a-z
|
|
@@ -2082,7 +2082,7 @@ function Vi(e, t = {}) {
|
|
|
2082
2082
|
m === 95;
|
|
2083
2083
|
}
|
|
2084
2084
|
function E(d) {
|
|
2085
|
-
if (d ===
|
|
2085
|
+
if (d === ke)
|
|
2086
2086
|
return !1;
|
|
2087
2087
|
const m = d.charCodeAt(0);
|
|
2088
2088
|
return m >= 48 && m <= 57;
|
|
@@ -2100,8 +2100,8 @@ function Vi(e, t = {}) {
|
|
|
2100
2100
|
if (N !== 2)
|
|
2101
2101
|
return !1;
|
|
2102
2102
|
g(d);
|
|
2103
|
-
const M = d.currentPeek() === "-" ? d.peek() : d.currentPeek(),
|
|
2104
|
-
return d.resetPeek(),
|
|
2103
|
+
const M = d.currentPeek() === "-" ? d.peek() : d.currentPeek(), te = E(M);
|
|
2104
|
+
return d.resetPeek(), te;
|
|
2105
2105
|
}
|
|
2106
2106
|
function k(d, m) {
|
|
2107
2107
|
const { currentType: N } = m;
|
|
@@ -2141,25 +2141,25 @@ function Vi(e, t = {}) {
|
|
|
2141
2141
|
return !1;
|
|
2142
2142
|
const M = () => {
|
|
2143
2143
|
const oe = d.currentPeek();
|
|
2144
|
-
return oe === "{" ? h(d.peek()) : oe === "@" || oe === "|" || oe === ":" || oe === "." || oe ===
|
|
2145
|
-
},
|
|
2146
|
-
return d.resetPeek(),
|
|
2144
|
+
return oe === "{" ? h(d.peek()) : oe === "@" || oe === "|" || oe === ":" || oe === "." || oe === Ce || !oe ? !1 : oe === fe ? (d.peek(), M()) : _e(d, !1);
|
|
2145
|
+
}, te = M();
|
|
2146
|
+
return d.resetPeek(), te;
|
|
2147
2147
|
}
|
|
2148
|
-
function
|
|
2148
|
+
function re(d) {
|
|
2149
2149
|
g(d);
|
|
2150
2150
|
const m = d.currentPeek() === "|";
|
|
2151
2151
|
return d.resetPeek(), m;
|
|
2152
2152
|
}
|
|
2153
2153
|
function _e(d, m = !0) {
|
|
2154
|
-
const N = (
|
|
2154
|
+
const N = (te = !1, oe = "") => {
|
|
2155
2155
|
const j = d.currentPeek();
|
|
2156
|
-
return j === "{" || j === "@" || !j ?
|
|
2156
|
+
return j === "{" || j === "@" || !j ? te : j === "|" ? !(oe === Ce || oe === fe) : j === Ce ? (d.peek(), N(!0, Ce)) : j === fe ? (d.peek(), N(!0, fe)) : !0;
|
|
2157
2157
|
}, M = N();
|
|
2158
2158
|
return m && d.resetPeek(), M;
|
|
2159
2159
|
}
|
|
2160
2160
|
function ee(d, m) {
|
|
2161
2161
|
const N = d.currentChar();
|
|
2162
|
-
return N ===
|
|
2162
|
+
return N === ke ? ke : m(N) ? (d.next(), N) : null;
|
|
2163
2163
|
}
|
|
2164
2164
|
function et(d) {
|
|
2165
2165
|
const m = d.charCodeAt(0);
|
|
@@ -2169,10 +2169,10 @@ function Vi(e, t = {}) {
|
|
|
2169
2169
|
m === 95 || // _
|
|
2170
2170
|
m === 36;
|
|
2171
2171
|
}
|
|
2172
|
-
function
|
|
2172
|
+
function sn(d) {
|
|
2173
2173
|
return ee(d, et);
|
|
2174
2174
|
}
|
|
2175
|
-
function
|
|
2175
|
+
function ln(d) {
|
|
2176
2176
|
const m = d.charCodeAt(0);
|
|
2177
2177
|
return m >= 97 && m <= 122 || // a-z
|
|
2178
2178
|
m >= 65 && m <= 90 || // A-Z
|
|
@@ -2181,42 +2181,42 @@ function Vi(e, t = {}) {
|
|
|
2181
2181
|
m === 36 || // $
|
|
2182
2182
|
m === 45;
|
|
2183
2183
|
}
|
|
2184
|
-
function ln(d) {
|
|
2185
|
-
return ee(d, sn);
|
|
2186
|
-
}
|
|
2187
2184
|
function cn(d) {
|
|
2188
|
-
|
|
2189
|
-
return m >= 48 && m <= 57;
|
|
2185
|
+
return ee(d, ln);
|
|
2190
2186
|
}
|
|
2191
2187
|
function un(d) {
|
|
2192
|
-
|
|
2188
|
+
const m = d.charCodeAt(0);
|
|
2189
|
+
return m >= 48 && m <= 57;
|
|
2193
2190
|
}
|
|
2194
2191
|
function fn(d) {
|
|
2192
|
+
return ee(d, un);
|
|
2193
|
+
}
|
|
2194
|
+
function dn(d) {
|
|
2195
2195
|
const m = d.charCodeAt(0);
|
|
2196
2196
|
return m >= 48 && m <= 57 || // 0-9
|
|
2197
2197
|
m >= 65 && m <= 70 || // A-F
|
|
2198
2198
|
m >= 97 && m <= 102;
|
|
2199
2199
|
}
|
|
2200
|
-
function
|
|
2201
|
-
return ee(d,
|
|
2200
|
+
function De(d) {
|
|
2201
|
+
return ee(d, dn);
|
|
2202
2202
|
}
|
|
2203
2203
|
function _t(d) {
|
|
2204
2204
|
let m = "", N = "";
|
|
2205
|
-
for (; m =
|
|
2205
|
+
for (; m = fn(d); )
|
|
2206
2206
|
N += m;
|
|
2207
2207
|
return N;
|
|
2208
2208
|
}
|
|
2209
|
-
function
|
|
2209
|
+
function _n(d) {
|
|
2210
2210
|
let m = "";
|
|
2211
2211
|
for (; ; ) {
|
|
2212
2212
|
const N = d.currentChar();
|
|
2213
2213
|
if (N === "{" || N === "}" || N === "@" || N === "|" || !N)
|
|
2214
2214
|
break;
|
|
2215
|
-
if (N ===
|
|
2215
|
+
if (N === Ce || N === fe)
|
|
2216
2216
|
if (_e(d))
|
|
2217
2217
|
m += N, d.next();
|
|
2218
2218
|
else {
|
|
2219
|
-
if (
|
|
2219
|
+
if (re(d))
|
|
2220
2220
|
break;
|
|
2221
2221
|
m += N, d.next();
|
|
2222
2222
|
}
|
|
@@ -2225,30 +2225,35 @@ function Vi(e, t = {}) {
|
|
|
2225
2225
|
}
|
|
2226
2226
|
return m;
|
|
2227
2227
|
}
|
|
2228
|
-
function
|
|
2228
|
+
function mn(d) {
|
|
2229
2229
|
L(d);
|
|
2230
2230
|
let m = "", N = "";
|
|
2231
|
-
for (; m =
|
|
2231
|
+
for (; m = cn(d); )
|
|
2232
2232
|
N += m;
|
|
2233
|
-
|
|
2233
|
+
const M = d.currentChar();
|
|
2234
|
+
if (M && M !== "}" && M !== ke && M !== Ce && M !== fe && M !== " ") {
|
|
2235
|
+
const te = Ut(d);
|
|
2236
|
+
return u(x.INVALID_TOKEN_IN_PLACEHOLDER, o(), 0, N + te), N + te;
|
|
2237
|
+
}
|
|
2238
|
+
return d.currentChar() === ke && u(x.UNTERMINATED_CLOSING_BRACE, o(), 0), N;
|
|
2234
2239
|
}
|
|
2235
|
-
function
|
|
2240
|
+
function hn(d) {
|
|
2236
2241
|
L(d);
|
|
2237
2242
|
let m = "";
|
|
2238
|
-
return d.currentChar() === "-" ? (d.next(), m += `-${_t(d)}`) : m += _t(d), d.currentChar() ===
|
|
2243
|
+
return d.currentChar() === "-" ? (d.next(), m += `-${_t(d)}`) : m += _t(d), d.currentChar() === ke && u(x.UNTERMINATED_CLOSING_BRACE, o(), 0), m;
|
|
2239
2244
|
}
|
|
2240
|
-
function
|
|
2241
|
-
return d !== Fa && d !==
|
|
2245
|
+
function gn(d) {
|
|
2246
|
+
return d !== Fa && d !== fe;
|
|
2242
2247
|
}
|
|
2243
2248
|
function Ta(d) {
|
|
2244
2249
|
L(d), v(d, "'");
|
|
2245
2250
|
let m = "", N = "";
|
|
2246
|
-
for (; m = ee(d,
|
|
2247
|
-
m === "\\" ? N +=
|
|
2251
|
+
for (; m = ee(d, gn); )
|
|
2252
|
+
m === "\\" ? N += pn(d) : N += m;
|
|
2248
2253
|
const M = d.currentChar();
|
|
2249
|
-
return M ===
|
|
2254
|
+
return M === fe || M === ke ? (u(x.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, o(), 0), M === fe && (d.next(), v(d, "'")), N) : (v(d, "'"), N);
|
|
2250
2255
|
}
|
|
2251
|
-
function
|
|
2256
|
+
function pn(d) {
|
|
2252
2257
|
const m = d.currentChar();
|
|
2253
2258
|
switch (m) {
|
|
2254
2259
|
case "\\":
|
|
@@ -2265,8 +2270,8 @@ function Vi(e, t = {}) {
|
|
|
2265
2270
|
function Mt(d, m, N) {
|
|
2266
2271
|
v(d, m);
|
|
2267
2272
|
let M = "";
|
|
2268
|
-
for (let
|
|
2269
|
-
const oe =
|
|
2273
|
+
for (let te = 0; te < N; te++) {
|
|
2274
|
+
const oe = De(d);
|
|
2270
2275
|
if (!oe) {
|
|
2271
2276
|
u(x.INVALID_UNICODE_ESCAPE_SEQUENCE, o(), 0, `\\${m}${M}${d.currentChar()}`);
|
|
2272
2277
|
break;
|
|
@@ -2275,26 +2280,26 @@ function Vi(e, t = {}) {
|
|
|
2275
2280
|
}
|
|
2276
2281
|
return `\\${m}${M}`;
|
|
2277
2282
|
}
|
|
2278
|
-
function pn(d) {
|
|
2279
|
-
return d !== "{" && d !== "}" && d !== De && d !== de;
|
|
2280
|
-
}
|
|
2281
2283
|
function En(d) {
|
|
2284
|
+
return d !== "{" && d !== "}" && d !== Ce && d !== fe;
|
|
2285
|
+
}
|
|
2286
|
+
function Ut(d) {
|
|
2282
2287
|
L(d);
|
|
2283
2288
|
let m = "", N = "";
|
|
2284
|
-
for (; m = ee(d,
|
|
2289
|
+
for (; m = ee(d, En); )
|
|
2285
2290
|
N += m;
|
|
2286
2291
|
return N;
|
|
2287
2292
|
}
|
|
2288
2293
|
function Sn(d) {
|
|
2289
2294
|
let m = "", N = "";
|
|
2290
|
-
for (; m =
|
|
2295
|
+
for (; m = sn(d); )
|
|
2291
2296
|
N += m;
|
|
2292
2297
|
return N;
|
|
2293
2298
|
}
|
|
2294
2299
|
function bn(d) {
|
|
2295
2300
|
const m = (N) => {
|
|
2296
2301
|
const M = d.currentChar();
|
|
2297
|
-
return M === "{" || M === "@" || M === "|" || M === "(" || M === ")" || !M || M ===
|
|
2302
|
+
return M === "{" || M === "@" || M === "|" || M === "(" || M === ")" || !M || M === Ce ? N : (N += M, d.next(), m(N));
|
|
2298
2303
|
};
|
|
2299
2304
|
return m("");
|
|
2300
2305
|
}
|
|
@@ -2327,19 +2332,19 @@ function Vi(e, t = {}) {
|
|
|
2327
2332
|
case "@":
|
|
2328
2333
|
return m.braceNest > 0 && u(x.UNTERMINATED_CLOSING_BRACE, o(), 0), N = He(d, m) || p(m), m.braceNest = 0, N;
|
|
2329
2334
|
default: {
|
|
2330
|
-
let
|
|
2331
|
-
if (
|
|
2335
|
+
let te = !0, oe = !0, j = !0;
|
|
2336
|
+
if (re(d))
|
|
2332
2337
|
return m.braceNest > 0 && u(x.UNTERMINATED_CLOSING_BRACE, o(), 0), N = _(m, 1, mt(d)), m.braceNest = 0, m.inLinked = !1, N;
|
|
2333
2338
|
if (m.braceNest > 0 && (m.currentType === 4 || m.currentType === 5 || m.currentType === 6))
|
|
2334
2339
|
return u(x.UNTERMINATED_CLOSING_BRACE, o(), 0), m.braceNest = 0, gt(d, m);
|
|
2335
|
-
if (
|
|
2336
|
-
return N = _(m, 4,
|
|
2340
|
+
if (te = T(d, m))
|
|
2341
|
+
return N = _(m, 4, mn(d)), L(d), N;
|
|
2337
2342
|
if (oe = y(d, m))
|
|
2338
|
-
return N = _(m, 5,
|
|
2343
|
+
return N = _(m, 5, hn(d)), L(d), N;
|
|
2339
2344
|
if (j = k(d, m))
|
|
2340
2345
|
return N = _(m, 6, Ta(d)), L(d), N;
|
|
2341
|
-
if (!
|
|
2342
|
-
return N = _(m, 12,
|
|
2346
|
+
if (!te && !oe && !j)
|
|
2347
|
+
return N = _(m, 12, Ut(d)), u(x.INVALID_TOKEN_IN_PLACEHOLDER, o(), 0, N.value), L(d), N;
|
|
2343
2348
|
break;
|
|
2344
2349
|
}
|
|
2345
2350
|
}
|
|
@@ -2348,8 +2353,8 @@ function Vi(e, t = {}) {
|
|
|
2348
2353
|
function He(d, m) {
|
|
2349
2354
|
const { currentType: N } = m;
|
|
2350
2355
|
let M = null;
|
|
2351
|
-
const
|
|
2352
|
-
switch ((N === 7 || N === 8 || N === 11 || N === 9) && (
|
|
2356
|
+
const te = d.currentChar();
|
|
2357
|
+
switch ((N === 7 || N === 8 || N === 11 || N === 9) && (te === fe || te === Ce) && u(x.INVALID_LINKED_FORMAT, o(), 0), te) {
|
|
2353
2358
|
case "@":
|
|
2354
2359
|
return d.next(), M = _(
|
|
2355
2360
|
m,
|
|
@@ -2372,7 +2377,7 @@ function Vi(e, t = {}) {
|
|
|
2372
2377
|
/* TokenChars.LinkedDelimiter */
|
|
2373
2378
|
);
|
|
2374
2379
|
default:
|
|
2375
|
-
return
|
|
2380
|
+
return re(d) ? (M = _(m, 1, mt(d)), m.braceNest = 0, m.inLinked = !1, M) : R(d, m) || V(d, m) ? (L(d), He(d, m)) : A(d, m) ? (L(d), _(m, 11, Sn(d))) : $(d, m) ? (L(d), te === "{" ? ht(d, m) || M : _(m, 10, bn(d))) : (N === 7 && u(x.INVALID_LINKED_FORMAT, o(), 0), m.braceNest = 0, m.inLinked = !1, gt(d, m));
|
|
2376
2381
|
}
|
|
2377
2382
|
}
|
|
2378
2383
|
function gt(d, m) {
|
|
@@ -2397,10 +2402,10 @@ function Vi(e, t = {}) {
|
|
|
2397
2402
|
case "@":
|
|
2398
2403
|
return He(d, m) || p(m);
|
|
2399
2404
|
default: {
|
|
2400
|
-
if (
|
|
2405
|
+
if (re(d))
|
|
2401
2406
|
return N = _(m, 1, mt(d)), m.braceNest = 0, m.inLinked = !1, N;
|
|
2402
2407
|
if (_e(d))
|
|
2403
|
-
return _(m, 0,
|
|
2408
|
+
return _(m, 0, _n(d));
|
|
2404
2409
|
break;
|
|
2405
2410
|
}
|
|
2406
2411
|
}
|
|
@@ -2408,7 +2413,7 @@ function Vi(e, t = {}) {
|
|
|
2408
2413
|
}
|
|
2409
2414
|
function vn() {
|
|
2410
2415
|
const { currentType: d, offset: m, startLoc: N, endLoc: M } = i;
|
|
2411
|
-
return i.lastType = d, i.lastOffset = m, i.lastStartLoc = N, i.lastEndLoc = M, i.offset = a(), i.startLoc = o(), r.currentChar() ===
|
|
2416
|
+
return i.lastType = d, i.lastOffset = m, i.lastStartLoc = N, i.lastEndLoc = M, i.offset = a(), i.startLoc = o(), r.currentChar() === ke ? _(
|
|
2412
2417
|
i,
|
|
2413
2418
|
13
|
|
2414
2419
|
/* TokenTypes.EOF */
|
|
@@ -2475,7 +2480,7 @@ function Wi(e = {}) {
|
|
|
2475
2480
|
return E.type !== 11 ? (r(h, x.UNEXPECTED_EMPTY_LINKED_MODIFIER, T.lastStartLoc, 0), R.value = "", o(R, y, k), {
|
|
2476
2481
|
nextConsumeToken: E,
|
|
2477
2482
|
node: R
|
|
2478
|
-
}) : (E.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, T.lastStartLoc, 0,
|
|
2483
|
+
}) : (E.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, T.lastStartLoc, 0, Oe(E)), R.value = E.value || "", o(R, h.currentOffset(), h.currentPosition()), {
|
|
2479
2484
|
node: R
|
|
2480
2485
|
});
|
|
2481
2486
|
}
|
|
@@ -2490,18 +2495,18 @@ function Wi(e = {}) {
|
|
|
2490
2495
|
const k = f(h);
|
|
2491
2496
|
T.modifier = k.node, y = k.nextConsumeToken || h.nextToken();
|
|
2492
2497
|
}
|
|
2493
|
-
switch (y.type !== 9 && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2498
|
+
switch (y.type !== 9 && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe(y)), y = h.nextToken(), y.type === 2 && (y = h.nextToken()), y.type) {
|
|
2494
2499
|
case 10:
|
|
2495
|
-
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2500
|
+
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe(y)), T.key = u(h, y.value || "");
|
|
2496
2501
|
break;
|
|
2497
2502
|
case 4:
|
|
2498
|
-
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2503
|
+
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe(y)), T.key = i(h, y.value || "");
|
|
2499
2504
|
break;
|
|
2500
2505
|
case 5:
|
|
2501
|
-
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2506
|
+
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe(y)), T.key = l(h, y.value || "");
|
|
2502
2507
|
break;
|
|
2503
2508
|
case 6:
|
|
2504
|
-
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2509
|
+
y.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe(y)), T.key = c(h, y.value || "");
|
|
2505
2510
|
break;
|
|
2506
2511
|
default: {
|
|
2507
2512
|
r(h, x.UNEXPECTED_EMPTY_LINKED_KEY, E.lastStartLoc, 0);
|
|
@@ -2524,20 +2529,20 @@ function Wi(e = {}) {
|
|
|
2524
2529
|
const $ = R || h.nextToken();
|
|
2525
2530
|
switch (R = null, $.type) {
|
|
2526
2531
|
case 0:
|
|
2527
|
-
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2532
|
+
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe($)), k.items.push(s(h, $.value || ""));
|
|
2528
2533
|
break;
|
|
2529
2534
|
case 5:
|
|
2530
|
-
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2535
|
+
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe($)), k.items.push(l(h, $.value || ""));
|
|
2531
2536
|
break;
|
|
2532
2537
|
case 4:
|
|
2533
|
-
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2538
|
+
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe($)), k.items.push(i(h, $.value || ""));
|
|
2534
2539
|
break;
|
|
2535
2540
|
case 6:
|
|
2536
|
-
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0,
|
|
2541
|
+
$.value == null && r(h, x.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, Oe($)), k.items.push(c(h, $.value || ""));
|
|
2537
2542
|
break;
|
|
2538
2543
|
case 7: {
|
|
2539
|
-
const
|
|
2540
|
-
k.items.push(
|
|
2544
|
+
const re = _(h);
|
|
2545
|
+
k.items.push(re.node), R = re.nextConsumeToken || null;
|
|
2541
2546
|
break;
|
|
2542
2547
|
}
|
|
2543
2548
|
}
|
|
@@ -2566,7 +2571,7 @@ function Wi(e = {}) {
|
|
|
2566
2571
|
}
|
|
2567
2572
|
return { parse: L };
|
|
2568
2573
|
}
|
|
2569
|
-
function
|
|
2574
|
+
function Oe(e) {
|
|
2570
2575
|
if (e.type === 13)
|
|
2571
2576
|
return "EOF";
|
|
2572
2577
|
const t = (e.value || "").replace(/\r?\n/gu, "\\n");
|
|
@@ -2865,7 +2870,7 @@ function tl(e, t = {}) {
|
|
|
2865
2870
|
return r ? (o && Ki(l), a && st(l), { ast: l, code: "" }) : (Hi(l, n), el(l, n));
|
|
2866
2871
|
}
|
|
2867
2872
|
/*!
|
|
2868
|
-
* core-base v11.1.
|
|
2873
|
+
* core-base v11.1.12
|
|
2869
2874
|
* (c) 2025 kazuya kawaguchi
|
|
2870
2875
|
* Released under the MIT License.
|
|
2871
2876
|
*/
|
|
@@ -2896,7 +2901,7 @@ function ha(e) {
|
|
|
2896
2901
|
return We(e, eo);
|
|
2897
2902
|
}
|
|
2898
2903
|
const to = ["v", "value"];
|
|
2899
|
-
function
|
|
2904
|
+
function Gt(e, t) {
|
|
2900
2905
|
const n = We(e, to);
|
|
2901
2906
|
if (n != null)
|
|
2902
2907
|
return n;
|
|
@@ -2969,9 +2974,9 @@ function Wn(e, t) {
|
|
|
2969
2974
|
const n = ha(t);
|
|
2970
2975
|
switch (n) {
|
|
2971
2976
|
case 3:
|
|
2972
|
-
return
|
|
2977
|
+
return Gt(t, n);
|
|
2973
2978
|
case 9:
|
|
2974
|
-
return
|
|
2979
|
+
return Gt(t, n);
|
|
2975
2980
|
case 4: {
|
|
2976
2981
|
const r = t;
|
|
2977
2982
|
if (Ae(r, "k") && r.k)
|
|
@@ -2993,19 +2998,19 @@ function Wn(e, t) {
|
|
|
2993
2998
|
return e.linked(Wn(e, o), a ? Wn(e, a) : void 0, e.type);
|
|
2994
2999
|
}
|
|
2995
3000
|
case 7:
|
|
2996
|
-
return
|
|
3001
|
+
return Gt(t, n);
|
|
2997
3002
|
case 8:
|
|
2998
|
-
return
|
|
3003
|
+
return Gt(t, n);
|
|
2999
3004
|
default:
|
|
3000
3005
|
throw new Error(`unhandled node on format message part: ${n}`);
|
|
3001
3006
|
}
|
|
3002
3007
|
}
|
|
3003
3008
|
const ul = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
|
|
3004
3009
|
function fl(e, t) {
|
|
3005
|
-
t && ki(e) && (
|
|
3010
|
+
t && ki(e) && (Zt(ul, { source: e }), void 0);
|
|
3006
3011
|
}
|
|
3007
3012
|
const dl = (e) => e;
|
|
3008
|
-
let
|
|
3013
|
+
let $t = X();
|
|
3009
3014
|
function _l(e, t = {}) {
|
|
3010
3015
|
let n = !1;
|
|
3011
3016
|
const r = t.onError || wi;
|
|
@@ -3018,7 +3023,7 @@ function ml(e, t) {
|
|
|
3018
3023
|
if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && P(e)) {
|
|
3019
3024
|
const n = K(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
|
|
3020
3025
|
process.env.NODE_ENV !== "production" && fl(e, n);
|
|
3021
|
-
const a = (t.onCacheKey || dl)(e), o =
|
|
3026
|
+
const a = (t.onCacheKey || dl)(e), o = $t[a];
|
|
3022
3027
|
if (o)
|
|
3023
3028
|
return o;
|
|
3024
3029
|
const { ast: s, detectError: l } = _l(e, {
|
|
@@ -3026,14 +3031,14 @@ function ml(e, t) {
|
|
|
3026
3031
|
location: process.env.NODE_ENV !== "production",
|
|
3027
3032
|
jit: !0
|
|
3028
3033
|
}), i = An(s);
|
|
3029
|
-
return l ? i :
|
|
3034
|
+
return l ? i : $t[a] = i;
|
|
3030
3035
|
} else {
|
|
3031
3036
|
if (process.env.NODE_ENV !== "production" && !ye(e))
|
|
3032
3037
|
return `${t.key}`, () => e;
|
|
3033
3038
|
const n = e.cacheKey;
|
|
3034
3039
|
if (n) {
|
|
3035
|
-
const r =
|
|
3036
|
-
return r || (
|
|
3040
|
+
const r = $t[n];
|
|
3041
|
+
return r || ($t[n] = An(e));
|
|
3037
3042
|
} else
|
|
3038
3043
|
return An(e);
|
|
3039
3044
|
}
|
|
@@ -3054,7 +3059,7 @@ const pl = /* @__PURE__ */ El("function:translate");
|
|
|
3054
3059
|
function El(e) {
|
|
3055
3060
|
return (t) => It && It.emit(e, t);
|
|
3056
3061
|
}
|
|
3057
|
-
const
|
|
3062
|
+
const de = {
|
|
3058
3063
|
INVALID_ARGUMENT: Ii,
|
|
3059
3064
|
// 17
|
|
3060
3065
|
INVALID_DATE_ARGUMENT: 18,
|
|
@@ -3064,17 +3069,17 @@ const fe = {
|
|
|
3064
3069
|
NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: 22,
|
|
3065
3070
|
NOT_SUPPORT_LOCALE_TYPE: 23
|
|
3066
3071
|
}, Sl = 24;
|
|
3067
|
-
function
|
|
3072
|
+
function Fe(e) {
|
|
3068
3073
|
return dt(e, null, process.env.NODE_ENV !== "production" ? { messages: bl } : void 0);
|
|
3069
3074
|
}
|
|
3070
3075
|
const bl = {
|
|
3071
|
-
[
|
|
3072
|
-
[
|
|
3073
|
-
[
|
|
3074
|
-
[
|
|
3075
|
-
[
|
|
3076
|
-
[
|
|
3077
|
-
[
|
|
3076
|
+
[de.INVALID_ARGUMENT]: "Invalid arguments",
|
|
3077
|
+
[de.INVALID_DATE_ARGUMENT]: "The date provided is an invalid Date object.Make sure your Date represents a valid date.",
|
|
3078
|
+
[de.INVALID_ISO_DATE_ARGUMENT]: "The argument provided is not a valid ISO date string",
|
|
3079
|
+
[de.NOT_SUPPORT_NON_STRING_MESSAGE]: "Not support non-string message",
|
|
3080
|
+
[de.NOT_SUPPORT_LOCALE_PROMISE_VALUE]: "cannot support promise value",
|
|
3081
|
+
[de.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]: "cannot support async function",
|
|
3082
|
+
[de.NOT_SUPPORT_LOCALE_TYPE]: "cannot support locale type"
|
|
3078
3083
|
};
|
|
3079
3084
|
function ga(e, t) {
|
|
3080
3085
|
return t.locale != null ? Va(t.locale) : Va(e.locale);
|
|
@@ -3089,17 +3094,17 @@ function Va(e) {
|
|
|
3089
3094
|
if (e.constructor.name === "Function") {
|
|
3090
3095
|
const t = e();
|
|
3091
3096
|
if (Ai(t))
|
|
3092
|
-
throw
|
|
3097
|
+
throw Fe(de.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
3093
3098
|
return Nn = t;
|
|
3094
3099
|
} else
|
|
3095
|
-
throw
|
|
3100
|
+
throw Fe(de.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
|
|
3096
3101
|
} else
|
|
3097
|
-
throw
|
|
3102
|
+
throw Fe(de.NOT_SUPPORT_LOCALE_TYPE);
|
|
3098
3103
|
}
|
|
3099
3104
|
function vl(e, t, n) {
|
|
3100
3105
|
return [.../* @__PURE__ */ new Set([
|
|
3101
3106
|
n,
|
|
3102
|
-
...
|
|
3107
|
+
...ae(t) ? t : Y(t) ? Object.keys(t) : P(t) ? [t] : [n]
|
|
3103
3108
|
])];
|
|
3104
3109
|
}
|
|
3105
3110
|
function oo(e, t, n) {
|
|
@@ -3109,10 +3114,10 @@ function oo(e, t, n) {
|
|
|
3109
3114
|
if (!o) {
|
|
3110
3115
|
o = [];
|
|
3111
3116
|
let s = [n];
|
|
3112
|
-
for (;
|
|
3117
|
+
for (; ae(s); )
|
|
3113
3118
|
s = Ba(o, s, t);
|
|
3114
|
-
const l =
|
|
3115
|
-
s = P(l) ? [l] : l,
|
|
3119
|
+
const l = ae(t) || !G(t) ? t : t.default ? t.default : null;
|
|
3120
|
+
s = P(l) ? [l] : l, ae(s) && Ba(o, s, !1), a.__localeChainCache.set(r, o);
|
|
3116
3121
|
}
|
|
3117
3122
|
return o;
|
|
3118
3123
|
}
|
|
@@ -3138,7 +3143,7 @@ function Tl(e, t, n) {
|
|
|
3138
3143
|
if (!e.includes(t) && (r = !0, t)) {
|
|
3139
3144
|
r = t[t.length - 1] !== "!";
|
|
3140
3145
|
const a = t.replace(/!/g, "");
|
|
3141
|
-
e.push(a), (
|
|
3146
|
+
e.push(a), (ae(n) || G(n)) && n[a] && (r = n[a]);
|
|
3142
3147
|
}
|
|
3143
3148
|
return r;
|
|
3144
3149
|
}
|
|
@@ -3449,9 +3454,9 @@ const me = {
|
|
|
3449
3454
|
[me.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."
|
|
3450
3455
|
};
|
|
3451
3456
|
function ze(e, ...t) {
|
|
3452
|
-
return
|
|
3457
|
+
return Zt(Rl[e], ...t);
|
|
3453
3458
|
}
|
|
3454
|
-
const Pl = "11.1.
|
|
3459
|
+
const Pl = "11.1.12", tn = -1, Lt = "en-US", Xt = "", $a = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
3455
3460
|
function Fl() {
|
|
3456
3461
|
return {
|
|
3457
3462
|
upper: (e, t) => t === "text" && P(e) ? e.toUpperCase() : t === "vnode" && Y(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
@@ -3481,9 +3486,9 @@ const Wa = (e) => {
|
|
|
3481
3486
|
}, Gl = () => uo;
|
|
3482
3487
|
let Ya = 0;
|
|
3483
3488
|
function $l(e = {}) {
|
|
3484
|
-
const t = J(e.onWarn) ? e.onWarn : gi, n = P(e.version) ? e.version : Pl, r = P(e.locale) || J(e.locale) ? e.locale : Lt, a = J(r) ? Lt : r, o =
|
|
3489
|
+
const t = J(e.onWarn) ? e.onWarn : gi, n = P(e.version) ? e.version : Pl, r = P(e.locale) || J(e.locale) ? e.locale : Lt, a = J(r) ? Lt : r, o = ae(e.fallbackLocale) || G(e.fallbackLocale) || P(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : a, s = G(e.messages) ? e.messages : Cn(a), l = G(e.datetimeFormats) ? e.datetimeFormats : Cn(a), i = G(e.numberFormats) ? e.numberFormats : Cn(a), c = le(X(), e.modifiers, Fl()), f = e.pluralRules || X(), u = J(e.missing) ? e.missing : null, _ = K(e.missingWarn) || ct(e.missingWarn) ? e.missingWarn : !0, p = K(e.fallbackWarn) || ct(e.fallbackWarn) ? e.fallbackWarn : !0, v = !!e.fallbackFormat, g = !!e.unresolving, L = J(e.postTranslation) ? e.postTranslation : null, h = G(e.processor) ? e.processor : null, E = K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, T = !!e.escapeParameter, y = J(e.messageCompiler) ? e.messageCompiler : so;
|
|
3485
3490
|
process.env.NODE_ENV !== "production" && J(e.messageCompiler) && ua(ze(me.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
3486
|
-
const k = J(e.messageResolver) ? e.messageResolver : io || wl, R = J(e.localeFallbacker) ? e.localeFallbacker : lo || vl, A = Y(e.fallbackContext) ? e.fallbackContext : void 0, V = e, $ = Y(V.__datetimeFormatters) ? V.__datetimeFormatters : /* @__PURE__ */ new Map(),
|
|
3491
|
+
const k = J(e.messageResolver) ? e.messageResolver : io || wl, R = J(e.localeFallbacker) ? e.localeFallbacker : lo || vl, A = Y(e.fallbackContext) ? e.fallbackContext : void 0, V = e, $ = Y(V.__datetimeFormatters) ? V.__datetimeFormatters : /* @__PURE__ */ new Map(), re = Y(V.__numberFormatters) ? V.__numberFormatters : /* @__PURE__ */ new Map(), _e = Y(V.__meta) ? V.__meta : {};
|
|
3487
3492
|
Ya++;
|
|
3488
3493
|
const ee = {
|
|
3489
3494
|
version: n,
|
|
@@ -3509,10 +3514,10 @@ function $l(e = {}) {
|
|
|
3509
3514
|
onWarn: t,
|
|
3510
3515
|
__meta: _e
|
|
3511
3516
|
};
|
|
3512
|
-
return ee.datetimeFormats = l, ee.numberFormats = i, ee.__datetimeFormatters = $, ee.__numberFormatters =
|
|
3517
|
+
return ee.datetimeFormats = l, ee.numberFormats = i, ee.__datetimeFormatters = $, ee.__numberFormatters = re, process.env.NODE_ENV !== "production" && (ee.__v_emitter = V.__v_emitter != null ? V.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && gl(ee, n, _e), ee;
|
|
3513
3518
|
}
|
|
3514
3519
|
const Cn = (e) => ({ [e]: X() });
|
|
3515
|
-
function
|
|
3520
|
+
function nn(e, t) {
|
|
3516
3521
|
return e instanceof RegExp ? e.test(t) : e;
|
|
3517
3522
|
}
|
|
3518
3523
|
function fo(e, t) {
|
|
@@ -3558,7 +3563,7 @@ const Ha = typeof Intl < "u", mo = {
|
|
|
3558
3563
|
function Ka(e, ...t) {
|
|
3559
3564
|
const { datetimeFormats: n, unresolving: r, fallbackLocale: a, onWarn: o, localeFallbacker: s } = e, { __datetimeFormatters: l } = e;
|
|
3560
3565
|
if (process.env.NODE_ENV !== "production" && !mo.dateTimeFormat)
|
|
3561
|
-
return o(ze(me.CANNOT_FORMAT_DATE)),
|
|
3566
|
+
return o(ze(me.CANNOT_FORMAT_DATE)), Xt;
|
|
3562
3567
|
const [i, c, f, u] = Yn(...t), _ = K(f.missingWarn) ? f.missingWarn : e.missingWarn, p = K(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, v = !!f.part, g = ga(e, f), L = s(
|
|
3563
3568
|
e,
|
|
3564
3569
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -3570,12 +3575,12 @@ function Ka(e, ...t) {
|
|
|
3570
3575
|
let h = {}, E, T = null, y = g, k = null;
|
|
3571
3576
|
const R = "datetime format";
|
|
3572
3577
|
for (let $ = 0; $ < L.length; $++) {
|
|
3573
|
-
if (E = k = L[$], process.env.NODE_ENV !== "production" && g !== E &&
|
|
3578
|
+
if (E = k = L[$], process.env.NODE_ENV !== "production" && g !== E && nn(p, i) && o(ze(me.FALLBACK_TO_DATE_FORMAT, {
|
|
3574
3579
|
key: i,
|
|
3575
3580
|
target: E
|
|
3576
3581
|
})), process.env.NODE_ENV !== "production" && g !== E) {
|
|
3577
|
-
const
|
|
3578
|
-
|
|
3582
|
+
const re = e.__v_emitter;
|
|
3583
|
+
re && re.emit("fallback", {
|
|
3579
3584
|
type: R,
|
|
3580
3585
|
key: i,
|
|
3581
3586
|
from: y,
|
|
@@ -3588,9 +3593,9 @@ function Ka(e, ...t) {
|
|
|
3588
3593
|
pa(e, i, E, _, R), y = k;
|
|
3589
3594
|
}
|
|
3590
3595
|
if (!G(T) || !P(E))
|
|
3591
|
-
return r ?
|
|
3596
|
+
return r ? tn : i;
|
|
3592
3597
|
let A = `${E}__${i}`;
|
|
3593
|
-
|
|
3598
|
+
en(u) || (A = `${A}__${JSON.stringify(u)}`);
|
|
3594
3599
|
let V = l.get(A);
|
|
3595
3600
|
return V || (V = new Intl.DateTimeFormat(E, le({}, T, u)), l.set(A, V)), v ? V.formatToParts(c) : V.format(c);
|
|
3596
3601
|
}
|
|
@@ -3622,22 +3627,22 @@ function Yn(...e) {
|
|
|
3622
3627
|
if (P(t)) {
|
|
3623
3628
|
const i = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
3624
3629
|
if (!i)
|
|
3625
|
-
throw
|
|
3630
|
+
throw Fe(de.INVALID_ISO_DATE_ARGUMENT);
|
|
3626
3631
|
const c = i[3] ? i[3].trim().startsWith("T") ? `${i[1].trim()}${i[3].trim()}` : `${i[1].trim()}T${i[3].trim()}` : i[1].trim();
|
|
3627
3632
|
l = new Date(c);
|
|
3628
3633
|
try {
|
|
3629
3634
|
l.toISOString();
|
|
3630
3635
|
} catch {
|
|
3631
|
-
throw
|
|
3636
|
+
throw Fe(de.INVALID_ISO_DATE_ARGUMENT);
|
|
3632
3637
|
}
|
|
3633
3638
|
} else if (bi(t)) {
|
|
3634
3639
|
if (isNaN(t.getTime()))
|
|
3635
|
-
throw
|
|
3640
|
+
throw Fe(de.INVALID_DATE_ARGUMENT);
|
|
3636
3641
|
l = t;
|
|
3637
3642
|
} else if (ie(t))
|
|
3638
3643
|
l = t;
|
|
3639
3644
|
else
|
|
3640
|
-
throw
|
|
3645
|
+
throw Fe(de.INVALID_ARGUMENT);
|
|
3641
3646
|
return P(n) ? o.key = n : G(n) && Object.keys(n).forEach((i) => {
|
|
3642
3647
|
ho.includes(i) ? s[i] = n[i] : o[i] = n[i];
|
|
3643
3648
|
}), P(r) ? o.locale = r : G(r) && (s = r), G(a) && (s = a), [o.key || "", l, o, s];
|
|
@@ -3652,7 +3657,7 @@ function ja(e, t, n) {
|
|
|
3652
3657
|
function qa(e, ...t) {
|
|
3653
3658
|
const { numberFormats: n, unresolving: r, fallbackLocale: a, onWarn: o, localeFallbacker: s } = e, { __numberFormatters: l } = e;
|
|
3654
3659
|
if (process.env.NODE_ENV !== "production" && !mo.numberFormat)
|
|
3655
|
-
return o(ze(me.CANNOT_FORMAT_NUMBER)),
|
|
3660
|
+
return o(ze(me.CANNOT_FORMAT_NUMBER)), Xt;
|
|
3656
3661
|
const [i, c, f, u] = Hn(...t), _ = K(f.missingWarn) ? f.missingWarn : e.missingWarn, p = K(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, v = !!f.part, g = ga(e, f), L = s(
|
|
3657
3662
|
e,
|
|
3658
3663
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -3664,12 +3669,12 @@ function qa(e, ...t) {
|
|
|
3664
3669
|
let h = {}, E, T = null, y = g, k = null;
|
|
3665
3670
|
const R = "number format";
|
|
3666
3671
|
for (let $ = 0; $ < L.length; $++) {
|
|
3667
|
-
if (E = k = L[$], process.env.NODE_ENV !== "production" && g !== E &&
|
|
3672
|
+
if (E = k = L[$], process.env.NODE_ENV !== "production" && g !== E && nn(p, i) && o(ze(me.FALLBACK_TO_NUMBER_FORMAT, {
|
|
3668
3673
|
key: i,
|
|
3669
3674
|
target: E
|
|
3670
3675
|
})), process.env.NODE_ENV !== "production" && g !== E) {
|
|
3671
|
-
const
|
|
3672
|
-
|
|
3676
|
+
const re = e.__v_emitter;
|
|
3677
|
+
re && re.emit("fallback", {
|
|
3673
3678
|
type: R,
|
|
3674
3679
|
key: i,
|
|
3675
3680
|
from: y,
|
|
@@ -3682,9 +3687,9 @@ function qa(e, ...t) {
|
|
|
3682
3687
|
pa(e, i, E, _, R), y = k;
|
|
3683
3688
|
}
|
|
3684
3689
|
if (!G(T) || !P(E))
|
|
3685
|
-
return r ?
|
|
3690
|
+
return r ? tn : i;
|
|
3686
3691
|
let A = `${E}__${i}`;
|
|
3687
|
-
|
|
3692
|
+
en(u) || (A = `${A}__${JSON.stringify(u)}`);
|
|
3688
3693
|
let V = l.get(A);
|
|
3689
3694
|
return V || (V = new Intl.NumberFormat(E, le({}, T, u)), l.set(A, V)), v ? V.formatToParts(c) : V.format(c);
|
|
3690
3695
|
}
|
|
@@ -3714,7 +3719,7 @@ function Hn(...e) {
|
|
|
3714
3719
|
const [t, n, r, a] = e, o = X();
|
|
3715
3720
|
let s = X();
|
|
3716
3721
|
if (!ie(t))
|
|
3717
|
-
throw
|
|
3722
|
+
throw Fe(de.INVALID_ARGUMENT);
|
|
3718
3723
|
const l = t;
|
|
3719
3724
|
return P(n) ? o.key = n : G(n) && Object.keys(n).forEach((i) => {
|
|
3720
3725
|
go.includes(i) ? s[i] = n[i] : o[i] = n[i];
|
|
@@ -3756,7 +3761,7 @@ function Jl(e = {}) {
|
|
|
3756
3761
|
E.length === 1 ? Y(T) ? (R = T.modifier || R, k = T.type || k) : P(T) && (R = T || R) : E.length === 2 && (P(T) && (R = T || R), P(y) && (k = y || k));
|
|
3757
3762
|
const A = f(h, !0)(L), V = (
|
|
3758
3763
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
3759
|
-
k === "vnode" &&
|
|
3764
|
+
k === "vnode" && ae(A) && R ? A[0] : A
|
|
3760
3765
|
);
|
|
3761
3766
|
return R ? u(R)(V, k) : V;
|
|
3762
3767
|
},
|
|
@@ -3778,7 +3783,7 @@ function za(e, ...t) {
|
|
|
3778
3783
|
l[L] || X()
|
|
3779
3784
|
] : po(e, i, L, s, u, f), y = h, k = i;
|
|
3780
3785
|
if (!p && !(P(y) || ye(y) || Se(y)) && g && (y = v, k = y), !p && (!(P(y) || ye(y) || Se(y)) || !P(E)))
|
|
3781
|
-
return a ?
|
|
3786
|
+
return a ? tn : i;
|
|
3782
3787
|
if (process.env.NODE_ENV !== "production" && P(y) && e.messageCompiler == null)
|
|
3783
3788
|
return `${i}`, i;
|
|
3784
3789
|
let R = !1;
|
|
@@ -3787,7 +3792,7 @@ function za(e, ...t) {
|
|
|
3787
3792
|
}, V = Se(y) ? y : Eo(e, i, E, y, k, A);
|
|
3788
3793
|
if (R)
|
|
3789
3794
|
return y;
|
|
3790
|
-
const $ = nc(e, E, T, c),
|
|
3795
|
+
const $ = nc(e, E, T, c), re = Jl($), _e = Zl(e, V, re);
|
|
3791
3796
|
let ee = r ? r(_e, i) : _e;
|
|
3792
3797
|
if (_ && P(ee) && (ee = yi(ee)), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
3793
3798
|
const et = {
|
|
@@ -3802,7 +3807,7 @@ function za(e, ...t) {
|
|
|
3802
3807
|
return ee;
|
|
3803
3808
|
}
|
|
3804
3809
|
function zl(e) {
|
|
3805
|
-
|
|
3810
|
+
ae(e.list) ? e.list = e.list.map((t) => P(t) ? ka(t) : t) : Y(e.named) && Object.keys(e.named).forEach((t) => {
|
|
3806
3811
|
P(e.named[t]) && (e.named[t] = ka(e.named[t]));
|
|
3807
3812
|
});
|
|
3808
3813
|
}
|
|
@@ -3811,7 +3816,7 @@ function po(e, t, n, r, a, o) {
|
|
|
3811
3816
|
let u = X(), _, p = null, v = n, g = null;
|
|
3812
3817
|
const L = "translate";
|
|
3813
3818
|
for (let h = 0; h < f.length; h++) {
|
|
3814
|
-
if (_ = g = f[h], process.env.NODE_ENV !== "production" && n !== _ && !_o(n, _) &&
|
|
3819
|
+
if (_ = g = f[h], process.env.NODE_ENV !== "production" && n !== _ && !_o(n, _) && nn(a, t) && l(ze(me.FALLBACK_TO_TRANSLATE, {
|
|
3815
3820
|
key: t,
|
|
3816
3821
|
target: _
|
|
3817
3822
|
})), process.env.NODE_ENV !== "production" && n !== _) {
|
|
@@ -3895,9 +3900,9 @@ function Zl(e, t, n) {
|
|
|
3895
3900
|
function Kn(...e) {
|
|
3896
3901
|
const [t, n, r] = e, a = X();
|
|
3897
3902
|
if (!P(t) && !ie(t) && !Se(t) && !ye(t))
|
|
3898
|
-
throw
|
|
3903
|
+
throw Fe(de.INVALID_ARGUMENT);
|
|
3899
3904
|
const o = ie(t) ? String(t) : (Se(t), t);
|
|
3900
|
-
return ie(n) ? a.plural = n : P(n) ? a.default = n : G(n) && !
|
|
3905
|
+
return ie(n) ? a.plural = n : P(n) ? a.default = n : G(n) && !en(n) ? a.named = n : ae(n) && (a.list = n), ie(r) ? a.plural = r : P(r) ? a.default = r : G(r) && le(a, r), [o, a];
|
|
3901
3906
|
}
|
|
3902
3907
|
function ec(e, t, n, r, a, o) {
|
|
3903
3908
|
return {
|
|
@@ -4048,11 +4053,11 @@ function uc(e, t) {
|
|
|
4048
4053
|
}
|
|
4049
4054
|
}
|
|
4050
4055
|
/*!
|
|
4051
|
-
* vue-i18n v11.1.
|
|
4056
|
+
* vue-i18n v11.1.12
|
|
4052
4057
|
* (c) 2025 kazuya kawaguchi
|
|
4053
4058
|
* Released under the MIT License.
|
|
4054
4059
|
*/
|
|
4055
|
-
const fc = "11.1.
|
|
4060
|
+
const fc = "11.1.12";
|
|
4056
4061
|
function dc() {
|
|
4057
4062
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Qe().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Qe().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Qe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Qe().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
4058
4063
|
}
|
|
@@ -4093,7 +4098,7 @@ const _c = {
|
|
|
4093
4098
|
[z.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
|
|
4094
4099
|
[z.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
|
|
4095
4100
|
[z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
4096
|
-
}, qn = /* @__PURE__ */
|
|
4101
|
+
}, qn = /* @__PURE__ */ we("__translateVNode"), Xn = /* @__PURE__ */ we("__datetimeParts"), Qn = /* @__PURE__ */ we("__numberParts"), Ze = /* @__PURE__ */ we("__enableEmitter"), wt = /* @__PURE__ */ we("__disableEmitter"), bo = we("__setPluralRules"), vo = /* @__PURE__ */ we("__injectWithOption"), Jn = /* @__PURE__ */ we("__dispose"), be = {
|
|
4097
4102
|
FALLBACK_TO_ROOT: kl,
|
|
4098
4103
|
// 8
|
|
4099
4104
|
NOT_FOUND_PARENT_SCOPE: 9,
|
|
@@ -4124,7 +4129,7 @@ About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guid
|
|
|
4124
4129
|
[be.DUPLICATE_USE_I18N_CALLING]: "Duplicate `useI18n` calling by local scope. Please don't call it on local scope, due to it does not work properly in component."
|
|
4125
4130
|
};
|
|
4126
4131
|
function ft(e, ...t) {
|
|
4127
|
-
return
|
|
4132
|
+
return Zt(mc[e], ...t);
|
|
4128
4133
|
}
|
|
4129
4134
|
function Dt(e) {
|
|
4130
4135
|
if (!Y(e) || ye(e))
|
|
@@ -4155,13 +4160,13 @@ function Dt(e) {
|
|
|
4155
4160
|
return e;
|
|
4156
4161
|
}
|
|
4157
4162
|
function Ea(e, t) {
|
|
4158
|
-
const { messages: n, __i18n: r, messageResolver: a, flatJson: o } = t, s = G(n) ? n :
|
|
4159
|
-
if (
|
|
4163
|
+
const { messages: n, __i18n: r, messageResolver: a, flatJson: o } = t, s = G(n) ? n : ae(r) ? X() : { [e]: X() };
|
|
4164
|
+
if (ae(r) && r.forEach((l) => {
|
|
4160
4165
|
if ("locale" in l && "resource" in l) {
|
|
4161
4166
|
const { locale: i, resource: c } = l;
|
|
4162
|
-
i ? (s[i] = s[i] || X(),
|
|
4167
|
+
i ? (s[i] = s[i] || X(), Ht(c, s[i])) : Ht(c, s);
|
|
4163
4168
|
} else
|
|
4164
|
-
P(l) &&
|
|
4169
|
+
P(l) && Ht(JSON.parse(l), s);
|
|
4165
4170
|
}), a == null && o)
|
|
4166
4171
|
for (const l in s)
|
|
4167
4172
|
Ae(s, l) && Dt(s[l]);
|
|
@@ -4216,7 +4221,7 @@ function Sa(e = {}) {
|
|
|
4216
4221
|
t && s ? t.locale.value : P(e.locale) ? e.locale : Lt
|
|
4217
4222
|
), i = o(
|
|
4218
4223
|
// prettier-ignore
|
|
4219
|
-
t && s ? t.fallbackLocale.value : P(e.fallbackLocale) ||
|
|
4224
|
+
t && s ? t.fallbackLocale.value : P(e.fallbackLocale) || ae(e.fallbackLocale) || G(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l.value
|
|
4220
4225
|
), c = o(Ea(l.value, e)), f = o(G(e.datetimeFormats) ? e.datetimeFormats : { [l.value]: {} }), u = o(G(e.numberFormats) ? e.numberFormats : { [l.value]: {} });
|
|
4221
4226
|
let _ = t ? t.missingWarn : K(e.missingWarn) || ct(e.missingWarn) ? e.missingWarn : !0, p = t ? t.fallbackWarn : K(e.fallbackWarn) || ct(e.fallbackWarn) ? e.fallbackWarn : !0, v = t ? t.fallbackRoot : K(e.fallbackRoot) ? e.fallbackRoot : !0, g = !!e.fallbackFormat, L = J(e.missing) ? e.missing : null, h = J(e.missing) ? ar(e.missing) : null, E = J(e.postTranslation) ? e.postTranslation : null, T = t ? t.warnHtmlMessage : K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter;
|
|
4222
4227
|
const k = t ? t.modifiers : G(e.modifiers) ? e.modifiers : {};
|
|
@@ -4255,7 +4260,7 @@ function Sa(e = {}) {
|
|
|
4255
4260
|
u.value
|
|
4256
4261
|
];
|
|
4257
4262
|
}
|
|
4258
|
-
const
|
|
4263
|
+
const re = pt({
|
|
4259
4264
|
get: () => l.value,
|
|
4260
4265
|
set: (b) => {
|
|
4261
4266
|
A.locale = b, l.value = b;
|
|
@@ -4265,23 +4270,23 @@ function Sa(e = {}) {
|
|
|
4265
4270
|
set: (b) => {
|
|
4266
4271
|
A.fallbackLocale = b, i.value = b, bt(A, l.value, b);
|
|
4267
4272
|
}
|
|
4268
|
-
}), ee = pt(() => c.value), et = /* @__PURE__ */ pt(() => f.value),
|
|
4269
|
-
function
|
|
4273
|
+
}), ee = pt(() => c.value), et = /* @__PURE__ */ pt(() => f.value), sn = /* @__PURE__ */ pt(() => u.value);
|
|
4274
|
+
function ln() {
|
|
4270
4275
|
return J(E) ? E : null;
|
|
4271
4276
|
}
|
|
4272
|
-
function
|
|
4277
|
+
function cn(b) {
|
|
4273
4278
|
E = b, A.postTranslation = b;
|
|
4274
4279
|
}
|
|
4275
|
-
function
|
|
4280
|
+
function un() {
|
|
4276
4281
|
return L;
|
|
4277
4282
|
}
|
|
4278
|
-
function
|
|
4283
|
+
function fn(b) {
|
|
4279
4284
|
b !== null && (h = ar(b)), L = b, A.missing = h;
|
|
4280
4285
|
}
|
|
4281
|
-
function
|
|
4286
|
+
function dn(b, O) {
|
|
4282
4287
|
return b !== "translate" || !O.resolvedMessage;
|
|
4283
4288
|
}
|
|
4284
|
-
const
|
|
4289
|
+
const De = (b, O, q, se, Ke, xt) => {
|
|
4285
4290
|
$();
|
|
4286
4291
|
let tt;
|
|
4287
4292
|
try {
|
|
@@ -4290,9 +4295,9 @@ function Sa(e = {}) {
|
|
|
4290
4295
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (A.fallbackContext = void 0);
|
|
4291
4296
|
}
|
|
4292
4297
|
if (q !== "translate exists" && // for not `te` (e.g `t`)
|
|
4293
|
-
ie(tt) && tt ===
|
|
4298
|
+
ie(tt) && tt === tn || q === "translate exists" && !tt) {
|
|
4294
4299
|
const [je, Mo] = O();
|
|
4295
|
-
if (process.env.NODE_ENV !== "production" && t && P(je) &&
|
|
4300
|
+
if (process.env.NODE_ENV !== "production" && t && P(je) && dn(q, Mo) && (v && (nn(p, je) || fo(_, je)) && (ft(be.FALLBACK_TO_ROOT, {
|
|
4296
4301
|
key: je,
|
|
4297
4302
|
type: q
|
|
4298
4303
|
}), void 0), process.env.NODE_ENV !== "production")) {
|
|
@@ -4306,57 +4311,57 @@ function Sa(e = {}) {
|
|
|
4306
4311
|
}
|
|
4307
4312
|
return t && v ? se(t) : Ke(je);
|
|
4308
4313
|
} else {
|
|
4309
|
-
if (
|
|
4314
|
+
if (xt(tt))
|
|
4310
4315
|
return tt;
|
|
4311
4316
|
throw he(z.UNEXPECTED_RETURN_TYPE);
|
|
4312
4317
|
}
|
|
4313
4318
|
};
|
|
4314
4319
|
function _t(...b) {
|
|
4315
|
-
return
|
|
4320
|
+
return De((O) => Reflect.apply(za, null, [O, ...b]), () => Kn(...b), "translate", (O) => Reflect.apply(O.t, O, [...b]), (O) => O, (O) => P(O));
|
|
4316
4321
|
}
|
|
4317
|
-
function
|
|
4322
|
+
function _n(...b) {
|
|
4318
4323
|
const [O, q, se] = b;
|
|
4319
4324
|
if (se && !Y(se))
|
|
4320
4325
|
throw he(z.INVALID_ARGUMENT);
|
|
4321
4326
|
return _t(O, q, le({ resolvedMessage: !0 }, se || {}));
|
|
4322
4327
|
}
|
|
4323
|
-
function _n(...b) {
|
|
4324
|
-
return we((O) => Reflect.apply(Ka, null, [O, ...b]), () => Yn(...b), "datetime format", (O) => Reflect.apply(O.d, O, [...b]), () => qt, (O) => P(O) || ne(O));
|
|
4325
|
-
}
|
|
4326
4328
|
function mn(...b) {
|
|
4327
|
-
return
|
|
4329
|
+
return De((O) => Reflect.apply(Ka, null, [O, ...b]), () => Yn(...b), "datetime format", (O) => Reflect.apply(O.d, O, [...b]), () => Xt, (O) => P(O) || ae(O));
|
|
4328
4330
|
}
|
|
4329
|
-
function hn(b) {
|
|
4331
|
+
function hn(...b) {
|
|
4332
|
+
return De((O) => Reflect.apply(qa, null, [O, ...b]), () => Hn(...b), "number format", (O) => Reflect.apply(O.n, O, [...b]), () => Xt, (O) => P(O) || ae(O));
|
|
4333
|
+
}
|
|
4334
|
+
function gn(b) {
|
|
4330
4335
|
return b.map((O) => P(O) || ie(O) || K(O) ? Za(String(O)) : O);
|
|
4331
4336
|
}
|
|
4332
|
-
const
|
|
4333
|
-
normalize:
|
|
4337
|
+
const pn = {
|
|
4338
|
+
normalize: gn,
|
|
4334
4339
|
interpolate: (b) => b,
|
|
4335
4340
|
type: "vnode"
|
|
4336
4341
|
};
|
|
4337
4342
|
function Mt(...b) {
|
|
4338
|
-
return
|
|
4343
|
+
return De((O) => {
|
|
4339
4344
|
let q;
|
|
4340
4345
|
const se = O;
|
|
4341
4346
|
try {
|
|
4342
|
-
se.processor =
|
|
4347
|
+
se.processor = pn, q = Reflect.apply(za, null, [se, ...b]);
|
|
4343
4348
|
} finally {
|
|
4344
4349
|
se.processor = null;
|
|
4345
4350
|
}
|
|
4346
4351
|
return q;
|
|
4347
|
-
}, () => Kn(...b), "translate", (O) => O[qn](...b), (O) => [Za(O)], (O) =>
|
|
4348
|
-
}
|
|
4349
|
-
function pn(...b) {
|
|
4350
|
-
return we((O) => Reflect.apply(qa, null, [O, ...b]), () => Hn(...b), "number format", (O) => O[Qn](...b), tr, (O) => P(O) || ne(O));
|
|
4352
|
+
}, () => Kn(...b), "translate", (O) => O[qn](...b), (O) => [Za(O)], (O) => ae(O));
|
|
4351
4353
|
}
|
|
4352
4354
|
function En(...b) {
|
|
4353
|
-
return
|
|
4355
|
+
return De((O) => Reflect.apply(qa, null, [O, ...b]), () => Hn(...b), "number format", (O) => O[Qn](...b), tr, (O) => P(O) || ae(O));
|
|
4356
|
+
}
|
|
4357
|
+
function Ut(...b) {
|
|
4358
|
+
return De((O) => Reflect.apply(Ka, null, [O, ...b]), () => Yn(...b), "datetime format", (O) => O[Xn](...b), tr, (O) => P(O) || ae(O));
|
|
4354
4359
|
}
|
|
4355
4360
|
function Sn(b) {
|
|
4356
4361
|
R = b, A.pluralRules = R;
|
|
4357
4362
|
}
|
|
4358
4363
|
function bn(b, O) {
|
|
4359
|
-
return
|
|
4364
|
+
return De(() => {
|
|
4360
4365
|
if (!b)
|
|
4361
4366
|
return !1;
|
|
4362
4367
|
const q = P(O) ? O : l.value, se = He(q), Ke = A.messageResolver(se, b);
|
|
@@ -4367,9 +4372,9 @@ function Sa(e = {}) {
|
|
|
4367
4372
|
let O = null;
|
|
4368
4373
|
const q = oo(A, i.value, l.value);
|
|
4369
4374
|
for (let se = 0; se < q.length; se++) {
|
|
4370
|
-
const Ke = c.value[q[se]] || {},
|
|
4371
|
-
if (
|
|
4372
|
-
O =
|
|
4375
|
+
const Ke = c.value[q[se]] || {}, xt = A.messageResolver(Ke, b);
|
|
4376
|
+
if (xt != null) {
|
|
4377
|
+
O = xt;
|
|
4373
4378
|
break;
|
|
4374
4379
|
}
|
|
4375
4380
|
}
|
|
@@ -4397,7 +4402,7 @@ function Sa(e = {}) {
|
|
|
4397
4402
|
if (a)
|
|
4398
4403
|
for (const se in q)
|
|
4399
4404
|
Ae(q, se) && Dt(q[se]);
|
|
4400
|
-
O = q[b],
|
|
4405
|
+
O = q[b], Ht(O, c.value[b]), A.messages = c.value;
|
|
4401
4406
|
}
|
|
4402
4407
|
function d(b) {
|
|
4403
4408
|
return f.value[b] || {};
|
|
@@ -4411,7 +4416,7 @@ function Sa(e = {}) {
|
|
|
4411
4416
|
function M(b) {
|
|
4412
4417
|
return u.value[b] || {};
|
|
4413
4418
|
}
|
|
4414
|
-
function
|
|
4419
|
+
function te(b, O) {
|
|
4415
4420
|
u.value[b] = O, A.numberFormats = u.value, Xa(A, b, O);
|
|
4416
4421
|
}
|
|
4417
4422
|
function oe(b, O) {
|
|
@@ -4424,7 +4429,7 @@ function Sa(e = {}) {
|
|
|
4424
4429
|
}));
|
|
4425
4430
|
const j = {
|
|
4426
4431
|
id: nr,
|
|
4427
|
-
locale:
|
|
4432
|
+
locale: re,
|
|
4428
4433
|
fallbackLocale: _e,
|
|
4429
4434
|
get inheritLocale() {
|
|
4430
4435
|
return s;
|
|
@@ -4485,13 +4490,13 @@ function Sa(e = {}) {
|
|
|
4485
4490
|
getLocaleMessage: He,
|
|
4486
4491
|
setLocaleMessage: gt,
|
|
4487
4492
|
mergeLocaleMessage: vn,
|
|
4488
|
-
getPostTranslationHandler:
|
|
4489
|
-
setPostTranslationHandler:
|
|
4490
|
-
getMissingHandler:
|
|
4491
|
-
setMissingHandler:
|
|
4493
|
+
getPostTranslationHandler: ln,
|
|
4494
|
+
setPostTranslationHandler: cn,
|
|
4495
|
+
getMissingHandler: un,
|
|
4496
|
+
setMissingHandler: fn,
|
|
4492
4497
|
[bo]: Sn
|
|
4493
4498
|
};
|
|
4494
|
-
return j.datetimeFormats = et, j.numberFormats =
|
|
4499
|
+
return j.datetimeFormats = et, j.numberFormats = sn, j.rt = _n, j.te = bn, j.tm = ht, j.d = mn, j.n = hn, j.getDateTimeFormat = d, j.setDateTimeFormat = m, j.mergeDateTimeFormat = N, j.getNumberFormat = M, j.setNumberFormat = te, j.mergeNumberFormat = oe, j[vo] = n, j[qn] = Mt, j[Xn] = Ut, j[Qn] = En, process.env.NODE_ENV !== "production" && (j[Ze] = (b) => {
|
|
4495
4500
|
A.__v_emitter = b;
|
|
4496
4501
|
}, j[wt] = () => {
|
|
4497
4502
|
A.__v_emitter = void 0;
|
|
@@ -4754,11 +4759,11 @@ function Lc(e, t) {
|
|
|
4754
4759
|
const n = Co(e.nodeId, t);
|
|
4755
4760
|
if (n) {
|
|
4756
4761
|
const [r] = e.path;
|
|
4757
|
-
r === "locale" && P(e.state.value) ? n.locale.value = e.state.value : r === "fallbackLocale" && (P(e.state.value) ||
|
|
4762
|
+
r === "locale" && P(e.state.value) ? n.locale.value = e.state.value : r === "fallbackLocale" && (P(e.state.value) || ae(e.state.value) || Y(e.state.value)) ? n.fallbackLocale.value = e.state.value : r === "inheritLocale" && K(e.state.value) && (n.inheritLocale = e.state.value);
|
|
4758
4763
|
}
|
|
4759
4764
|
}
|
|
4760
4765
|
function wc(e) {
|
|
4761
|
-
const t = P(e.locale) ? e.locale : Lt, n = P(e.fallbackLocale) ||
|
|
4766
|
+
const t = P(e.locale) ? e.locale : Lt, n = P(e.fallbackLocale) || ae(e.fallbackLocale) || G(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, r = J(e.missing) ? e.missing : void 0, a = K(e.silentTranslationWarn) || ct(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, o = K(e.silentFallbackWarn) || ct(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, s = K(e.fallbackRoot) ? e.fallbackRoot : !0, l = !!e.formatFallbackMessages, i = G(e.modifiers) ? e.modifiers : {}, c = e.pluralizationRules, f = J(e.postTranslation) ? e.postTranslation : void 0, u = P(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, _ = !!e.escapeParameterHtml, p = K(e.sync) ? e.sync : !0;
|
|
4762
4767
|
let v = e.messages;
|
|
4763
4768
|
if (G(e.sharedMessages)) {
|
|
4764
4769
|
const k = e.sharedMessages;
|
|
@@ -5079,7 +5084,7 @@ const Rc = /* @__PURE__ */ ta({
|
|
|
5079
5084
|
}
|
|
5080
5085
|
}), sr = Rc;
|
|
5081
5086
|
function Pc(e) {
|
|
5082
|
-
return
|
|
5087
|
+
return ae(e) && !P(e[0]);
|
|
5083
5088
|
}
|
|
5084
5089
|
function Io(e, t, n, r) {
|
|
5085
5090
|
const { slots: a, attrs: o } = t;
|
|
@@ -5089,7 +5094,7 @@ function Io(e, t, n, r) {
|
|
|
5089
5094
|
e.locale && (s.locale = e.locale), P(e.format) ? s.key = e.format : Y(e.format) && (P(e.format.key) && (s.key = e.format.key), l = Object.keys(e.format).reduce((_, p) => n.includes(p) ? le(X(), _, { [p]: e.format[p] }) : _, X()));
|
|
5090
5095
|
const i = r(e.value, s, l);
|
|
5091
5096
|
let c = [s.key];
|
|
5092
|
-
|
|
5097
|
+
ae(i) ? c = i.map((_, p) => {
|
|
5093
5098
|
const v = a[_.type], g = v ? v({ [_.type]: _.value, index: p, parts: i }) : [_.value];
|
|
5094
5099
|
return Pc(g) && (g[0].key = `${_.type}-${p}`), g;
|
|
5095
5100
|
}) : P(i) && (c = [i]);
|
|
@@ -5185,11 +5190,11 @@ function xc(e, t, ...n) {
|
|
|
5185
5190
|
const r = G(n[0]) ? n[0] : {};
|
|
5186
5191
|
(K(r.globalInstall) ? r.globalInstall : !0) && ([sr.name, "I18nT"].forEach((o) => e.component(o, sr)), [ir.name, "I18nN"].forEach((o) => e.component(o, ir)), [fr.name, "I18nD"].forEach((o) => e.component(o, fr))), e.directive("t", Uc(t));
|
|
5187
5192
|
}
|
|
5188
|
-
const Vc = /* @__PURE__ */
|
|
5193
|
+
const Vc = /* @__PURE__ */ we("global-vue-i18n");
|
|
5189
5194
|
function Bc(e = {}) {
|
|
5190
5195
|
const t = __VUE_I18N_LEGACY_API__ && K(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__;
|
|
5191
5196
|
process.env.NODE_ENV !== "production" && t && ua(ft(be.DEPRECATE_LEGACY_MODE));
|
|
5192
|
-
const n = K(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [a, o] = Gc(e, t), s = /* @__PURE__ */
|
|
5197
|
+
const n = K(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [a, o] = Gc(e, t), s = /* @__PURE__ */ we(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
|
5193
5198
|
function l(u) {
|
|
5194
5199
|
return r.get(u) || null;
|
|
5195
5200
|
}
|
|
@@ -5282,7 +5287,7 @@ function $c(e) {
|
|
|
5282
5287
|
return t;
|
|
5283
5288
|
}
|
|
5284
5289
|
function Wc(e, t) {
|
|
5285
|
-
return
|
|
5290
|
+
return en(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
5286
5291
|
}
|
|
5287
5292
|
function Yc(e) {
|
|
5288
5293
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
@@ -5421,7 +5426,7 @@ function zc() {
|
|
|
5421
5426
|
function Zc(e) {
|
|
5422
5427
|
return e ? e.toLowerCase().trim() : "";
|
|
5423
5428
|
}
|
|
5424
|
-
const Ft =
|
|
5429
|
+
const Ft = Le("cloudSdkLanguageStore", {
|
|
5425
5430
|
state: () => ({
|
|
5426
5431
|
languageDefault: rt,
|
|
5427
5432
|
languageName: I.localGet(at) || rt,
|
|
@@ -5496,7 +5501,7 @@ function mr() {
|
|
|
5496
5501
|
let e = typeof window < "u" && window.navigator.userAgent.toLowerCase();
|
|
5497
5502
|
return `${e.match(/Chrome/i)}` == "chrome" ? "chrome" : `${e.match(/Webkit/i)}` == "webkit" ? "webkit" : null;
|
|
5498
5503
|
}
|
|
5499
|
-
const Ge =
|
|
5504
|
+
const Ge = Le("cloudSdkThemesStore", {
|
|
5500
5505
|
state: () => ({
|
|
5501
5506
|
layoutName: "",
|
|
5502
5507
|
/**
|
|
@@ -5598,7 +5603,7 @@ function Do() {
|
|
|
5598
5603
|
function ou() {
|
|
5599
5604
|
return wo() - Do() > 50 ? "landscape" : "portrait";
|
|
5600
5605
|
}
|
|
5601
|
-
const
|
|
5606
|
+
const Wt = wo(), su = Do(), Ln = ou(), ko = Le("cloudSdkWindowStore", {
|
|
5602
5607
|
state: () => ({
|
|
5603
5608
|
// 窗口是否激活
|
|
5604
5609
|
windowActive: !0,
|
|
@@ -5607,7 +5612,7 @@ const $t = wo(), su = Do(), Ln = ou(), ko = Ie("cloudSdkWindowStore", {
|
|
|
5607
5612
|
// 浏览器支持触摸事件
|
|
5608
5613
|
windowTouch: "ontouchend" in document,
|
|
5609
5614
|
// 浏览器尺寸信息
|
|
5610
|
-
windowWidth:
|
|
5615
|
+
windowWidth: Wt,
|
|
5611
5616
|
// 窗口宽度
|
|
5612
5617
|
windowHeight: su,
|
|
5613
5618
|
// 浏览器窗口方向
|
|
@@ -5617,10 +5622,10 @@ const $t = wo(), su = Do(), Ln = ou(), ko = Ie("cloudSdkWindowStore", {
|
|
|
5617
5622
|
windowPortrait: Ln === "portrait",
|
|
5618
5623
|
// 竖屏
|
|
5619
5624
|
// 表单布局
|
|
5620
|
-
formLabelPosition:
|
|
5621
|
-
formLabelWidth:
|
|
5625
|
+
formLabelPosition: Wt > 576 ? "right" : "top",
|
|
5626
|
+
formLabelWidth: Wt > 576 ? "auto" : "",
|
|
5622
5627
|
//浏览器宽度≤768返回true
|
|
5623
|
-
windowMax768:
|
|
5628
|
+
windowMax768: Wt <= 768,
|
|
5624
5629
|
winSizeName: ""
|
|
5625
5630
|
}),
|
|
5626
5631
|
getters: {
|
|
@@ -6063,7 +6068,7 @@ class fu {
|
|
|
6063
6068
|
return new Promise((i, c) => c({ message: " 请求错误 " }));
|
|
6064
6069
|
}
|
|
6065
6070
|
}
|
|
6066
|
-
const du =
|
|
6071
|
+
const du = Le("cloudSdkCommonStore", {
|
|
6067
6072
|
state: () => ({
|
|
6068
6073
|
loginBaseShow: !1,
|
|
6069
6074
|
// 控制是否打开登录弹窗
|
|
@@ -6125,10 +6130,10 @@ function gu(e) {
|
|
|
6125
6130
|
type: e.type
|
|
6126
6131
|
});
|
|
6127
6132
|
}
|
|
6128
|
-
let
|
|
6133
|
+
let Pe = null;
|
|
6129
6134
|
function Ro(e = {}) {
|
|
6130
|
-
const t =
|
|
6131
|
-
|
|
6135
|
+
const t = Jt();
|
|
6136
|
+
Pe = new fu({
|
|
6132
6137
|
// timeout: 60 * 1000, // 请求超时时间毫秒
|
|
6133
6138
|
// withCredentials: true, // true|false 异步请求携带cookie(Check cross-site Access-Control)
|
|
6134
6139
|
baseURL: t.syApiBaseUrl || "",
|
|
@@ -6164,9 +6169,9 @@ function Ro(e = {}) {
|
|
|
6164
6169
|
let n = {}, r = {};
|
|
6165
6170
|
e && (n = e.ApiFlagSet || {}, r = e.ApiAuthSet || {});
|
|
6166
6171
|
let a = Object.assign({}, _u, n, t.syOpenApiFlag), o = Object.assign({}, mu, r, t.syOpenApiAuth);
|
|
6167
|
-
|
|
6172
|
+
Pe.setApiFlag(a), Pe.setApiAuth(o);
|
|
6168
6173
|
const s = du(), l = Te();
|
|
6169
|
-
return
|
|
6174
|
+
return Pe.interceptors.request.use(
|
|
6170
6175
|
(i) => {
|
|
6171
6176
|
const c = i.customs || {};
|
|
6172
6177
|
if ((c == null ? void 0 : c.loading) != !1 && s.SA_LOADING_SHOW(!0), I.localGet("syCacheAppToken") || null) {
|
|
@@ -6177,7 +6182,7 @@ function Ro(e = {}) {
|
|
|
6177
6182
|
return i;
|
|
6178
6183
|
},
|
|
6179
6184
|
(i) => Promise.reject(i)
|
|
6180
|
-
),
|
|
6185
|
+
), Pe.interceptors.response.use(
|
|
6181
6186
|
(i) => {
|
|
6182
6187
|
var _;
|
|
6183
6188
|
s.SA_LOADING_SHOW(!1), (_ = i.config) != null && _.customs;
|
|
@@ -6189,10 +6194,10 @@ function Ro(e = {}) {
|
|
|
6189
6194
|
throw { message: "请求出错,稍后重试" };
|
|
6190
6195
|
},
|
|
6191
6196
|
(i) => {
|
|
6192
|
-
var h, E, T, y, k, R, A, V, $,
|
|
6197
|
+
var h, E, T, y, k, R, A, V, $, re, _e, ee;
|
|
6193
6198
|
let c = ((h = i == null ? void 0 : i.response) == null ? void 0 : h.status) || i.status || -1, f = (i == null ? void 0 : i.code) || "", u = i.message || ((T = (E = i == null ? void 0 : i.response) == null ? void 0 : E.data) == null ? void 0 : T.message) || ((y = i == null ? void 0 : i.response) == null ? void 0 : y.statusText) || "";
|
|
6194
6199
|
c == -1 && (u.includes("timeout") || f.includes("ECONNABORTED") ? c = 504 : u.includes("Network Error") ? c = 408 : u.includes("Not Found") && (c = 404));
|
|
6195
|
-
let _ = ((R = (k = i == null ? void 0 : i.response) == null ? void 0 : k.data) == null ? void 0 : R.errorCode) || -1, p = ((V = (A = i == null ? void 0 : i.response) == null ? void 0 : A.data) == null ? void 0 : V.errorMessage) || ((
|
|
6200
|
+
let _ = ((R = (k = i == null ? void 0 : i.response) == null ? void 0 : k.data) == null ? void 0 : R.errorCode) || -1, p = ((V = (A = i == null ? void 0 : i.response) == null ? void 0 : A.data) == null ? void 0 : V.errorMessage) || ((re = ($ = i == null ? void 0 : i.response) == null ? void 0 : $.data) == null ? void 0 : re.message), v = ((ee = (_e = i == null ? void 0 : i.config) == null ? void 0 : _e.customs) == null ? void 0 : ee.flag) || "", g = uu(c), L = {
|
|
6196
6201
|
type: "error",
|
|
6197
6202
|
title: g.title,
|
|
6198
6203
|
message: g.message,
|
|
@@ -6203,10 +6208,10 @@ function Ro(e = {}) {
|
|
|
6203
6208
|
};
|
|
6204
6209
|
return (c == 400 || c == 422) && (_ == 400 || _ == 422 || _.toString().startsWith("400")) && (L.message = p || g.message), gu(L), Promise.reject(L);
|
|
6205
6210
|
}
|
|
6206
|
-
),
|
|
6211
|
+
), Pe;
|
|
6207
6212
|
}
|
|
6208
6213
|
function pu() {
|
|
6209
|
-
return
|
|
6214
|
+
return Pe || (Pe = Ro()), Pe;
|
|
6210
6215
|
}
|
|
6211
6216
|
const ue = new Proxy(
|
|
6212
6217
|
{},
|
|
@@ -6244,7 +6249,7 @@ const xe = "syCacheAppInfo", Ve = "syCacheAppToken", vt = "syCacheAppJwt", yt =
|
|
|
6244
6249
|
function Eu(e) {
|
|
6245
6250
|
return Math.floor(Date.now() / 1e3) >= e;
|
|
6246
6251
|
}
|
|
6247
|
-
const Te =
|
|
6252
|
+
const Te = Le("cloudSdkAccountStore", {
|
|
6248
6253
|
state: () => ({
|
|
6249
6254
|
// staffId: 0,
|
|
6250
6255
|
account_nick: "",
|
|
@@ -6381,7 +6386,7 @@ const Te = Ie("cloudSdkAccountStore", {
|
|
|
6381
6386
|
ACCOUNT_SET_PREV() {
|
|
6382
6387
|
}
|
|
6383
6388
|
}
|
|
6384
|
-
}), Tt = "__system:keyboardConf__", wn = "__syCacheApiFlag__", Dn = "__syCacheApiAuth__", Sr = "__syCacheApiCode__", br = "__syCacheApiKey__", kn = "__syCacheSdkConfig__", Rn = "__syCacheSystemConfig__", vr = "cacheClientId", yr = "cacheClientVersion",
|
|
6389
|
+
}), Tt = "__system:keyboardConf__", wn = "__syCacheApiFlag__", Dn = "__syCacheApiAuth__", Sr = "__syCacheApiCode__", br = "__syCacheApiKey__", kn = "__syCacheSdkConfig__", Rn = "__syCacheSystemConfig__", vr = "cacheClientId", yr = "cacheClientVersion", an = Le("cloudSdkSystemStore", {
|
|
6385
6390
|
state: () => ({
|
|
6386
6391
|
// ServerUrl
|
|
6387
6392
|
cacheServerUrl: "",
|
|
@@ -6549,23 +6554,23 @@ function Fo(e) {
|
|
|
6549
6554
|
return !1;
|
|
6550
6555
|
let n = I.localGet("syCacheAppRbac") || "";
|
|
6551
6556
|
if (t == "[object String]")
|
|
6552
|
-
return
|
|
6557
|
+
return Qt(e, n);
|
|
6553
6558
|
if (t === "[object Array]") {
|
|
6554
6559
|
for (const r of e)
|
|
6555
|
-
if (!
|
|
6560
|
+
if (!Qt(r, n))
|
|
6556
6561
|
return !1;
|
|
6557
6562
|
return !0;
|
|
6558
6563
|
}
|
|
6559
6564
|
return !1;
|
|
6560
6565
|
}
|
|
6561
|
-
function
|
|
6566
|
+
function Qt(e, t) {
|
|
6562
6567
|
if (e = e || "", e = e.trim(), e == "")
|
|
6563
6568
|
return !1;
|
|
6564
6569
|
e.includes("@") || (e = `${vu}@${e}`);
|
|
6565
6570
|
let n = t || I.localGet("syCacheAppRbac") || "";
|
|
6566
6571
|
return n = n.trim(), ea(n) ? n == '"all@all"' || n == "all@all" ? !0 : n.split(",").map((a) => a.trim()).includes(e) : !1;
|
|
6567
6572
|
}
|
|
6568
|
-
const
|
|
6573
|
+
const rn = Le("cloudSdkProductStore", {
|
|
6569
6574
|
state: () => ({
|
|
6570
6575
|
currMenuInfo: {},
|
|
6571
6576
|
// 菜单角标
|
|
@@ -6605,7 +6610,7 @@ const an = Ie("cloudSdkProductStore", {
|
|
|
6605
6610
|
let l = [];
|
|
6606
6611
|
for (let i in o) {
|
|
6607
6612
|
let c = o[i];
|
|
6608
|
-
c = Po(c, i), c.isMenu === !0 && (c.isRbac && !c.path || (c.children && c.children.length > 0 && (c.children = t(c.children, s)), c.collapsable === !1 && e.push(c.name),
|
|
6613
|
+
c = Po(c, i), c.isMenu === !0 && (c.isRbac && !c.path || (c.children && c.children.length > 0 && (c.children = t(c.children, s)), c.collapsable === !1 && e.push(c.name), Qt(c.name, s) && l.push(c)));
|
|
6609
6614
|
}
|
|
6610
6615
|
return l;
|
|
6611
6616
|
}
|
|
@@ -6623,7 +6628,7 @@ const an = Ie("cloudSdkProductStore", {
|
|
|
6623
6628
|
isAlone: !0,
|
|
6624
6629
|
name: "login",
|
|
6625
6630
|
path: "/login",
|
|
6626
|
-
component: () => import("./login-
|
|
6631
|
+
component: () => import("./login-D019G1Ao.js")
|
|
6627
6632
|
}
|
|
6628
6633
|
], Tu = [
|
|
6629
6634
|
{
|
|
@@ -6631,14 +6636,14 @@ const an = Ie("cloudSdkProductStore", {
|
|
|
6631
6636
|
isAlone: !0,
|
|
6632
6637
|
name: "alone_run",
|
|
6633
6638
|
path: "/alone_run",
|
|
6634
|
-
component: () => import("./alone_run-
|
|
6639
|
+
component: () => import("./alone_run-BfxtHu4r.js")
|
|
6635
6640
|
},
|
|
6636
6641
|
{
|
|
6637
6642
|
meta: { title: "错误", isAlone: !0 },
|
|
6638
6643
|
isAlone: !0,
|
|
6639
6644
|
name: "404",
|
|
6640
6645
|
path: "/:catchAll(.*)",
|
|
6641
|
-
component: () => import("./404-
|
|
6646
|
+
component: () => import("./404-ccza3ws6.js")
|
|
6642
6647
|
}
|
|
6643
6648
|
], Au = [
|
|
6644
6649
|
{
|
|
@@ -6646,9 +6651,9 @@ const an = Ie("cloudSdkProductStore", {
|
|
|
6646
6651
|
isAlone: !1,
|
|
6647
6652
|
name: "none",
|
|
6648
6653
|
path: "/none",
|
|
6649
|
-
component: () => import("./none-
|
|
6654
|
+
component: () => import("./none-1FVWV0c3.js")
|
|
6650
6655
|
}
|
|
6651
|
-
],
|
|
6656
|
+
], on = Le("cloudSdkPermissionStore", {
|
|
6652
6657
|
state: () => ({
|
|
6653
6658
|
originalRoutes: [],
|
|
6654
6659
|
whiteList: ["404", "login", "alone_run", "none"],
|
|
@@ -6684,7 +6689,7 @@ const an = Ie("cloudSdkProductStore", {
|
|
|
6684
6689
|
*/
|
|
6685
6690
|
SA_PERMS_ROUTER_CHECK(e) {
|
|
6686
6691
|
let n = Po(e).name;
|
|
6687
|
-
return !!(this.whiteList.includes(n) ||
|
|
6692
|
+
return !!(this.whiteList.includes(n) || Qt(n, this.rbacLastStr));
|
|
6688
6693
|
},
|
|
6689
6694
|
SA_PERMS_ROUTER_SET(e) {
|
|
6690
6695
|
},
|
|
@@ -6704,7 +6709,7 @@ async function Nu(e) {
|
|
|
6704
6709
|
} catch {
|
|
6705
6710
|
}
|
|
6706
6711
|
}
|
|
6707
|
-
const Cu =
|
|
6712
|
+
const Cu = Le("cloudSdkApplicationStore", {
|
|
6708
6713
|
state: () => ({
|
|
6709
6714
|
/**
|
|
6710
6715
|
* 1、应用产品信息
|
|
@@ -6728,7 +6733,7 @@ const Cu = Ie("cloudSdkApplicationStore", {
|
|
|
6728
6733
|
}),
|
|
6729
6734
|
getters: {
|
|
6730
6735
|
openCaseInfo: (e) => {
|
|
6731
|
-
let t = window.shiyunProductInfo || {}, n =
|
|
6736
|
+
let t = window.shiyunProductInfo || {}, n = Jt(), r = an().systemConfig || {}, a = n.syAppConnectRole, o = Object.assign({}, e.defaultCaseInfo, t), s = n.syProductTitle || "ShiyunProduct", l = Ar[a] ? Ar[a] : "管理系统", i = s;
|
|
6732
6737
|
const c = r.PLAT_BRAND || (o == null ? void 0 : o.PLAT_BRAND), f = r.PLAT_LOGO_CDN || o.PLAT_LOGO_CDN;
|
|
6733
6738
|
f && Nu(f);
|
|
6734
6739
|
const u = l || "十云";
|
|
@@ -6751,7 +6756,7 @@ const Cu = Ie("cloudSdkApplicationStore", {
|
|
|
6751
6756
|
});
|
|
6752
6757
|
function Ou() {
|
|
6753
6758
|
return new Promise(async (e) => {
|
|
6754
|
-
Ft().clear_cache(), Ge().clear_cache(),
|
|
6759
|
+
Ft().clear_cache(), Ge().clear_cache(), an().clear_cache(), Te().clear_cache(), rn().clear_cache(), I.idbSetItem("cacheClearHandle", "handle").then((t) => {
|
|
6755
6760
|
e();
|
|
6756
6761
|
});
|
|
6757
6762
|
});
|
|
@@ -6759,10 +6764,10 @@ function Ou() {
|
|
|
6759
6764
|
function Iu() {
|
|
6760
6765
|
return {
|
|
6761
6766
|
computed: {
|
|
6762
|
-
...
|
|
6763
|
-
...
|
|
6764
|
-
...
|
|
6765
|
-
...
|
|
6767
|
+
...Re(Ct, ["qiankunExistState"]),
|
|
6768
|
+
...Re(Ft, ["languageName", "languageList", "languageSelect"]),
|
|
6769
|
+
...Re(Ge, ["themesName", "themesList", "layoutNavTabs", "layoutSidebarState"]),
|
|
6770
|
+
...Re(ko, [
|
|
6766
6771
|
"windowWidth",
|
|
6767
6772
|
"windowHeight",
|
|
6768
6773
|
"windowActive",
|
|
@@ -6772,8 +6777,8 @@ function Iu() {
|
|
|
6772
6777
|
"windowPortrait",
|
|
6773
6778
|
"formLabelPosition"
|
|
6774
6779
|
]),
|
|
6775
|
-
...
|
|
6776
|
-
...
|
|
6780
|
+
...Re(an, ["cacheServerUrl", "systemConfig", "sysIsElectron", "sysIsEEUiApp", "sysIsSoftware"]),
|
|
6781
|
+
...Re(Te, [
|
|
6777
6782
|
"accountIsLogin",
|
|
6778
6783
|
"accountInfo",
|
|
6779
6784
|
"accountToken",
|
|
@@ -6783,8 +6788,8 @@ function Iu() {
|
|
|
6783
6788
|
"staffId",
|
|
6784
6789
|
"staffNick"
|
|
6785
6790
|
]),
|
|
6786
|
-
...
|
|
6787
|
-
...
|
|
6791
|
+
...Re(rn, ["menuBadge", "menuCurrOpeneds", "menuCurrOnly"]),
|
|
6792
|
+
...Re(Cu, ["openCaseInfo"])
|
|
6788
6793
|
},
|
|
6789
6794
|
watch: {
|
|
6790
6795
|
windowActive(t) {
|
|
@@ -6890,7 +6895,7 @@ function ku(e, t, n, r, a, o) {
|
|
|
6890
6895
|
style: { width: "150px" }
|
|
6891
6896
|
}, {
|
|
6892
6897
|
default: C(() => [
|
|
6893
|
-
(F(!0), W(ce, null,
|
|
6898
|
+
(F(!0), W(ce, null, Ie(e.themesList, (g, L) => (F(), H(i, {
|
|
6894
6899
|
label: e.$t(g.name),
|
|
6895
6900
|
value: g.value,
|
|
6896
6901
|
key: L
|
|
@@ -6917,7 +6922,7 @@ function ku(e, t, n, r, a, o) {
|
|
|
6917
6922
|
S(f, { type: "cvSvgViewModeDark" })
|
|
6918
6923
|
]),
|
|
6919
6924
|
_: 1
|
|
6920
|
-
})) :
|
|
6925
|
+
})) : ne("", !0),
|
|
6921
6926
|
a.frameSysTheme == "dark" ? (F(), H(u, {
|
|
6922
6927
|
key: 1,
|
|
6923
6928
|
onClick: t[2] || (t[2] = (g) => a.frameSysTheme = "light"),
|
|
@@ -6927,7 +6932,7 @@ function ku(e, t, n, r, a, o) {
|
|
|
6927
6932
|
S(f, { type: "cvSvgViewModeLight" })
|
|
6928
6933
|
]),
|
|
6929
6934
|
_: 1
|
|
6930
|
-
})) :
|
|
6935
|
+
})) : ne("", !0)
|
|
6931
6936
|
]),
|
|
6932
6937
|
_: 1
|
|
6933
6938
|
}),
|
|
@@ -6966,7 +6971,7 @@ function ku(e, t, n, r, a, o) {
|
|
|
6966
6971
|
style: { width: "150px" }
|
|
6967
6972
|
}, {
|
|
6968
6973
|
default: C(() => [
|
|
6969
|
-
(F(!0), W(ce, null,
|
|
6974
|
+
(F(!0), W(ce, null, Ie(e.languageSelect, (g, L) => (F(), H(i, {
|
|
6970
6975
|
label: g.label,
|
|
6971
6976
|
value: g.value
|
|
6972
6977
|
}, {
|
|
@@ -7022,7 +7027,7 @@ const Ru = /* @__PURE__ */ ge(Lu, [["render", ku]]), Pu = {
|
|
|
7022
7027
|
};
|
|
7023
7028
|
},
|
|
7024
7029
|
computed: {
|
|
7025
|
-
...
|
|
7030
|
+
...Re(on, ["routeAlive"])
|
|
7026
7031
|
},
|
|
7027
7032
|
watch: {
|
|
7028
7033
|
routeAlive(e) {
|
|
@@ -7044,7 +7049,7 @@ function Fu(e, t, n, r, a, o) {
|
|
|
7044
7049
|
}, {
|
|
7045
7050
|
default: C(() => [
|
|
7046
7051
|
(F(), W("div", {
|
|
7047
|
-
class:
|
|
7052
|
+
class: Kt(n.className),
|
|
7048
7053
|
key: i.path
|
|
7049
7054
|
}, [
|
|
7050
7055
|
(F(), H(Ko(l)))
|
|
@@ -7196,9 +7201,9 @@ function Wu(e, t, n, r, a, o) {
|
|
|
7196
7201
|
S(c, { ref: "navScroll1" }, {
|
|
7197
7202
|
default: C(() => [
|
|
7198
7203
|
D("div", $u, [
|
|
7199
|
-
(F(!0), W(ce, null,
|
|
7204
|
+
(F(!0), W(ce, null, Ie(a.sett_tags, (u, _) => (F(), H(i, {
|
|
7200
7205
|
id: a.activeTag == u.name ? "tagId" : "",
|
|
7201
|
-
class:
|
|
7206
|
+
class: Kt(["tag xxxxxx-tag", a.activeTag == u.name ? "active" : ""]),
|
|
7202
7207
|
key: u.name,
|
|
7203
7208
|
closable: u.path !== "/index",
|
|
7204
7209
|
onClose: (p) => o.removeTag(u, _),
|
|
@@ -7352,7 +7357,7 @@ const Yu = /* @__PURE__ */ ge(xu, [["render", Wu]]), Hu = {
|
|
|
7352
7357
|
};
|
|
7353
7358
|
function Qu(e, t, n, r, a, o) {
|
|
7354
7359
|
const s = w("cv-icons"), l = w("SidebarMenuItem", !0), i = w("el-sub-menu"), c = w("cv-badge"), f = w("el-menu-item");
|
|
7355
|
-
return F(!0), W(ce, null,
|
|
7360
|
+
return F(!0), W(ce, null, Ie(n.menuData, (u) => (F(), W(ce, null, [
|
|
7356
7361
|
u.isMenu == !0 ? (F(), W(ce, { key: 0 }, [
|
|
7357
7362
|
u.children && u.children.length > 0 && u.children_menu_num > 0 ? (F(), H(i, {
|
|
7358
7363
|
key: u.name,
|
|
@@ -7364,8 +7369,8 @@ function Qu(e, t, n, r, a, o) {
|
|
|
7364
7369
|
key: 0,
|
|
7365
7370
|
type: u.meta.icon,
|
|
7366
7371
|
size: "16"
|
|
7367
|
-
}, null, 8, ["type"])) :
|
|
7368
|
-
!u.meta.icon && n.collapse ? (F(), W("span", ju, Z(u.meta.short || u.meta.title), 1)) :
|
|
7372
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
7373
|
+
!u.meta.icon && n.collapse ? (F(), W("span", ju, Z(u.meta.short || u.meta.title), 1)) : ne("", !0)
|
|
7369
7374
|
]),
|
|
7370
7375
|
D("span", null, Z(u.meta.title || u.meta.short), 1)
|
|
7371
7376
|
]),
|
|
@@ -7392,7 +7397,7 @@ function Qu(e, t, n, r, a, o) {
|
|
|
7392
7397
|
key: 0,
|
|
7393
7398
|
type: u.meta.icon,
|
|
7394
7399
|
size: "16"
|
|
7395
|
-
}, null, 8, ["type"])) :
|
|
7400
|
+
}, null, 8, ["type"])) : ne("", !0)
|
|
7396
7401
|
])),
|
|
7397
7402
|
u.meta.badge && o.currBadge(u.meta.badge) ? (F(), W(ce, { key: 2 }, [
|
|
7398
7403
|
o.currBadge(u.meta.badge) > 0 ? (F(), H(c, {
|
|
@@ -7402,12 +7407,12 @@ function Qu(e, t, n, r, a, o) {
|
|
|
7402
7407
|
max: 999,
|
|
7403
7408
|
value: o.currBadge(u.meta.badge),
|
|
7404
7409
|
style: Fn(o.badgeStyle)
|
|
7405
|
-
}, null, 8, ["value", "style"])) :
|
|
7406
|
-
], 64)) :
|
|
7410
|
+
}, null, 8, ["value", "style"])) : ne("", !0)
|
|
7411
|
+
], 64)) : ne("", !0)
|
|
7407
7412
|
]),
|
|
7408
7413
|
_: 2
|
|
7409
7414
|
}, 1032, ["index", "onClick"]))
|
|
7410
|
-
], 64)) :
|
|
7415
|
+
], 64)) : ne("", !0)
|
|
7411
7416
|
], 64))), 256);
|
|
7412
7417
|
}
|
|
7413
7418
|
const Ju = /* @__PURE__ */ ge(Hu, [["render", Qu]]), zu = {
|
|
@@ -7546,6 +7551,8 @@ function sf(e, t, n, r, a, o) {
|
|
|
7546
7551
|
modelValue: a.visible,
|
|
7547
7552
|
"onUpdate:modelValue": t[3] || (t[3] = (u) => a.visible = u),
|
|
7548
7553
|
title: "修改密码",
|
|
7554
|
+
"close-on-click-modal": !1,
|
|
7555
|
+
"close-on-press-escape": !1,
|
|
7549
7556
|
onClose: o.handleCancel
|
|
7550
7557
|
}, {
|
|
7551
7558
|
footer: C(() => [
|
|
@@ -7750,13 +7757,13 @@ function Nf(e, t, n, r, a, o) {
|
|
|
7750
7757
|
]),
|
|
7751
7758
|
D("div", _f, [
|
|
7752
7759
|
D("div", mf, [
|
|
7753
|
-
(F(!0), W(ce, null,
|
|
7760
|
+
(F(!0), W(ce, null, Ie(a.chainLastList, (c, f) => (F(), W("div", {
|
|
7754
7761
|
class: "cloud-login-change-group-item",
|
|
7755
7762
|
key: f
|
|
7756
7763
|
}, [
|
|
7757
7764
|
D("div", hf, Z(c.title || "无") + "(" + Z(c.total) + ")", 1),
|
|
7758
7765
|
D("div", gf, [
|
|
7759
|
-
(F(!0), W(ce, null,
|
|
7766
|
+
(F(!0), W(ce, null, Ie(c.list, (u, _) => (F(), W("div", {
|
|
7760
7767
|
class: "cloud-login-change-item-bao",
|
|
7761
7768
|
key: _,
|
|
7762
7769
|
onClick: (p) => o.chainSelection(u)
|
|
@@ -7963,12 +7970,12 @@ function Yf(e, t, n, r, a, o) {
|
|
|
7963
7970
|
key: 0,
|
|
7964
7971
|
type: "ElIconFold",
|
|
7965
7972
|
size: "20"
|
|
7966
|
-
})) :
|
|
7973
|
+
})) : ne("", !0),
|
|
7967
7974
|
a.frameSidebarOpen == "off" ? (F(), H(s, {
|
|
7968
7975
|
key: 1,
|
|
7969
7976
|
type: "ElIconExpand",
|
|
7970
7977
|
size: "20"
|
|
7971
|
-
})) :
|
|
7978
|
+
})) : ne("", !0)
|
|
7972
7979
|
]),
|
|
7973
7980
|
D("div", {
|
|
7974
7981
|
class: "cloud-header__opt",
|
|
@@ -7982,7 +7989,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
7982
7989
|
D("div", Pf, [
|
|
7983
7990
|
S(i, { separator: "/" }, {
|
|
7984
7991
|
default: C(() => [
|
|
7985
|
-
(F(!0), W(ce, null,
|
|
7992
|
+
(F(!0), W(ce, null, Ie(a.breadcrumbPath, (E, T) => (F(), W(ce, null, [
|
|
7986
7993
|
T == a.breadcrumbPath.length - 1 || !E.path || E.path == "" ? (F(), H(l, {
|
|
7987
7994
|
key: T,
|
|
7988
7995
|
class: "no-redirect"
|
|
@@ -8014,7 +8021,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
8014
8021
|
type: "ElIconChatLineRound",
|
|
8015
8022
|
size: "20"
|
|
8016
8023
|
}),
|
|
8017
|
-
a.chatUnreadTotal > 0 ? (F(), W("em", Ff, Z(a.chatUnreadTotal > 99 ? "99+" : a.chatUnreadTotal), 1)) :
|
|
8024
|
+
a.chatUnreadTotal > 0 ? (F(), W("em", Ff, Z(a.chatUnreadTotal > 99 ? "99+" : a.chatUnreadTotal), 1)) : ne("", !0)
|
|
8018
8025
|
]),
|
|
8019
8026
|
D("div", {
|
|
8020
8027
|
class: "cloud-header__opt chopt-relative",
|
|
@@ -8024,7 +8031,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
8024
8031
|
type: "ElIconMessage",
|
|
8025
8032
|
size: "20"
|
|
8026
8033
|
}),
|
|
8027
|
-
a.emailUnreadTotal > 0 ? (F(), W("em", Mf, Z(a.emailUnreadTotal > 99 ? "99+" : a.emailUnreadTotal), 1)) :
|
|
8034
|
+
a.emailUnreadTotal > 0 ? (F(), W("em", Mf, Z(a.emailUnreadTotal > 99 ? "99+" : a.emailUnreadTotal), 1)) : ne("", !0)
|
|
8028
8035
|
]),
|
|
8029
8036
|
D("div", Uf, [
|
|
8030
8037
|
S(u, {
|
|
@@ -8104,7 +8111,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
8104
8111
|
onClick: t[4] || (t[4] = (...E) => o.frameFullScreen && o.frameFullScreen(...E)),
|
|
8105
8112
|
style: { "min-width": "50px" }
|
|
8106
8113
|
}, [
|
|
8107
|
-
a.full_screen ?
|
|
8114
|
+
a.full_screen ? ne("", !0) : (F(), H(s, {
|
|
8108
8115
|
key: 0,
|
|
8109
8116
|
type: "cvSvgArrowScreenUnfold",
|
|
8110
8117
|
size: "20"
|
|
@@ -8113,7 +8120,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
8113
8120
|
key: 1,
|
|
8114
8121
|
type: "cvSvgArrowScreenFold",
|
|
8115
8122
|
size: "20"
|
|
8116
|
-
})) :
|
|
8123
|
+
})) : ne("", !0)
|
|
8117
8124
|
]),
|
|
8118
8125
|
D("div", {
|
|
8119
8126
|
title: "设置",
|
|
@@ -8155,7 +8162,7 @@ function Yf(e, t, n, r, a, o) {
|
|
|
8155
8162
|
onReselectFunc: o.chainReselection,
|
|
8156
8163
|
onSelectFunc: o.chainSelection,
|
|
8157
8164
|
style: { background: "#fff", "z-index": "1005" }
|
|
8158
|
-
}, null, 8, ["modelValue", "onRefreshFunc", "onReselectFunc", "onSelectFunc"])) :
|
|
8165
|
+
}, null, 8, ["modelValue", "onRefreshFunc", "onReselectFunc", "onSelectFunc"])) : ne("", !0)
|
|
8159
8166
|
]);
|
|
8160
8167
|
}
|
|
8161
8168
|
const Xd = /* @__PURE__ */ ge(Of, [["render", Yf]]), Hf = {
|
|
@@ -8249,7 +8256,7 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8249
8256
|
model: a.formData
|
|
8250
8257
|
}, {
|
|
8251
8258
|
default: C(() => [
|
|
8252
|
-
(F(!0), W(ce, null,
|
|
8259
|
+
(F(!0), W(ce, null, Ie(n.fieldsList, (g, L) => (F(), H(p, {
|
|
8253
8260
|
key: L,
|
|
8254
8261
|
label: g.field_form_label,
|
|
8255
8262
|
required: g.field_form_require == "on"
|
|
@@ -8261,17 +8268,17 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8261
8268
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h,
|
|
8262
8269
|
initValue: a.formData[g.field_form_key + "_CDN"],
|
|
8263
8270
|
"onUpdate:initValue": (h) => a.formData[g.field_form_key + "_CDN"] = h
|
|
8264
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "initValue", "onUpdate:initValue"])) :
|
|
8271
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "initValue", "onUpdate:initValue"])) : ne("", !0),
|
|
8265
8272
|
g.field_form_type == "input_text" ? (F(), H(l, {
|
|
8266
8273
|
key: 1,
|
|
8267
8274
|
modelValue: a.formData[g.field_form_key],
|
|
8268
8275
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h
|
|
8269
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
8276
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : ne("", !0),
|
|
8270
8277
|
g.field_form_type == "input_number" ? (F(), H(i, {
|
|
8271
8278
|
key: 2,
|
|
8272
8279
|
modelValue: a.formData[g.field_form_key],
|
|
8273
8280
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h
|
|
8274
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
8281
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : ne("", !0),
|
|
8275
8282
|
g.field_form_type == "input_digit" ? (F(), H(c, {
|
|
8276
8283
|
key: 3,
|
|
8277
8284
|
modelValue: a.formData[g.field_form_key],
|
|
@@ -8280,8 +8287,8 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8280
8287
|
append: C(() => [...t[0] || (t[0] = [
|
|
8281
8288
|
B("元", -1)
|
|
8282
8289
|
])]),
|
|
8283
|
-
_:
|
|
8284
|
-
},
|
|
8290
|
+
_: 1
|
|
8291
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])) : ne("", !0),
|
|
8285
8292
|
g.field_form_type == "input_second" ? (F(), W(ce, { key: 4 }, [
|
|
8286
8293
|
S(i, {
|
|
8287
8294
|
modelValue: a.formData[g.field_form_key],
|
|
@@ -8291,19 +8298,19 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8291
8298
|
t[1] || (t[1] = B(" 计算为 ", -1)),
|
|
8292
8299
|
D("span", Xf, ":" + Z(a.miaoToShichang[g.field_form_key]), 1)
|
|
8293
8300
|
])
|
|
8294
|
-
], 64)) :
|
|
8301
|
+
], 64)) : ne("", !0),
|
|
8295
8302
|
g.field_form_type == "textarea_base" ? (F(), H(f, {
|
|
8296
8303
|
key: 5,
|
|
8297
8304
|
modelValue: a.formData[g.field_form_key],
|
|
8298
8305
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h
|
|
8299
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
8306
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : ne("", !0),
|
|
8300
8307
|
g.field_form_type == "encryption" ? (F(), W(ce, { key: 6 }, [
|
|
8301
8308
|
S(f, {
|
|
8302
8309
|
modelValue: a.formData[g.field_form_key],
|
|
8303
8310
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h
|
|
8304
8311
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
8305
8312
|
t[2] || (t[2] = D("div", { style: { color: "#999", "font-size": "12px" } }, "加密字段配置后,下次呈现加密内容,请自行保存加密原数据", -1))
|
|
8306
|
-
], 64)) :
|
|
8313
|
+
], 64)) : ne("", !0),
|
|
8307
8314
|
g.field_form_type == "radio_switch" ? (F(), H(_, {
|
|
8308
8315
|
key: 7,
|
|
8309
8316
|
modelValue: a.formData[g.field_form_key],
|
|
@@ -8329,15 +8336,15 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8329
8336
|
_: 1
|
|
8330
8337
|
})
|
|
8331
8338
|
]),
|
|
8332
|
-
_:
|
|
8333
|
-
},
|
|
8339
|
+
_: 1
|
|
8340
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])) : ne("", !0),
|
|
8334
8341
|
g.field_form_type == "radio_base" ? (F(), H(_, {
|
|
8335
8342
|
key: 8,
|
|
8336
8343
|
modelValue: a.formData[g.field_form_key],
|
|
8337
8344
|
"onUpdate:modelValue": (h) => a.formData[g.field_form_key] = h
|
|
8338
8345
|
}, {
|
|
8339
8346
|
default: C(() => [
|
|
8340
|
-
(F(!0), W(ce, null,
|
|
8347
|
+
(F(!0), W(ce, null, Ie(g.field_form_option, (h, E) => (F(), H(u, {
|
|
8341
8348
|
key: E,
|
|
8342
8349
|
value: h.value
|
|
8343
8350
|
}, {
|
|
@@ -8348,7 +8355,7 @@ function Jf(e, t, n, r, a, o) {
|
|
|
8348
8355
|
}, 1032, ["value"]))), 128))
|
|
8349
8356
|
]),
|
|
8350
8357
|
_: 2
|
|
8351
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) :
|
|
8358
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : ne("", !0)
|
|
8352
8359
|
]),
|
|
8353
8360
|
_: 2
|
|
8354
8361
|
}, [
|
|
@@ -8575,17 +8582,17 @@ function fd(e, t, n, r, a, o) {
|
|
|
8575
8582
|
}, null, 8, ["dataField", "dataLists"])
|
|
8576
8583
|
]),
|
|
8577
8584
|
D("div", sd, [
|
|
8578
|
-
(F(!0), W(ce, null,
|
|
8585
|
+
(F(!0), W(ce, null, Ie(a.imageList, (g, L) => (F(), W("div", {
|
|
8579
8586
|
class: "cloud-dia-right-item",
|
|
8580
8587
|
key: L
|
|
8581
8588
|
}, [
|
|
8582
8589
|
S(u, {
|
|
8583
|
-
class:
|
|
8590
|
+
class: Kt(o.badgeValue(g.filelog_id) == 0 && "isshowBadge"),
|
|
8584
8591
|
value: o.badgeValue(g.filelog_id)
|
|
8585
8592
|
}, {
|
|
8586
8593
|
default: C(() => [
|
|
8587
8594
|
D("img", {
|
|
8588
|
-
class:
|
|
8595
|
+
class: Kt(a.activeImageState[L] && "active"),
|
|
8589
8596
|
src: g.cdn_full_path,
|
|
8590
8597
|
alt: "",
|
|
8591
8598
|
onClick: (h) => o.handleClickImage(h, g, L)
|
|
@@ -8911,8 +8918,8 @@ function Ad(e, t, n, r, a, o) {
|
|
|
8911
8918
|
default: C(() => [...t[7] || (t[7] = [
|
|
8912
8919
|
B("选择", -1)
|
|
8913
8920
|
])]),
|
|
8914
|
-
_:
|
|
8915
|
-
},
|
|
8921
|
+
_: 1
|
|
8922
|
+
}, 8, ["onClick"])
|
|
8916
8923
|
]),
|
|
8917
8924
|
_: 1
|
|
8918
8925
|
})
|
|
@@ -9129,8 +9136,8 @@ function kd(e, t, n, r, a, o) {
|
|
|
9129
9136
|
default: C(() => [...t[7] || (t[7] = [
|
|
9130
9137
|
B("选择", -1)
|
|
9131
9138
|
])]),
|
|
9132
|
-
_:
|
|
9133
|
-
},
|
|
9139
|
+
_: 1
|
|
9140
|
+
}, 8, ["onClick"])
|
|
9134
9141
|
]),
|
|
9135
9142
|
_: 1
|
|
9136
9143
|
})
|
|
@@ -9175,7 +9182,7 @@ var Rd = {
|
|
|
9175
9182
|
methods: {
|
|
9176
9183
|
// 打开协议
|
|
9177
9184
|
jumpsXieyi(e) {
|
|
9178
|
-
let t =
|
|
9185
|
+
let t = Jt(), n = "";
|
|
9179
9186
|
n = t.syApiBaseUrl + "base.base_sys/show_agreement/" + e + ".html", n = n + "?syOpenAppProject=" + t.syAppProjectSign, n = n + "&syOpenAppId=" + t.syAppConnectId, window.open(n);
|
|
9180
9187
|
},
|
|
9181
9188
|
// 返回上级
|
|
@@ -9184,7 +9191,7 @@ var Rd = {
|
|
|
9184
9191
|
},
|
|
9185
9192
|
//
|
|
9186
9193
|
jumpsReload() {
|
|
9187
|
-
|
|
9194
|
+
on().SA_ROUTE_ALIVE_ADD();
|
|
9188
9195
|
},
|
|
9189
9196
|
jumpsMsgBack(e, t) {
|
|
9190
9197
|
this.$message({
|
|
@@ -9241,7 +9248,7 @@ function Fd(e, t, n) {
|
|
|
9241
9248
|
mounted: Cr
|
|
9242
9249
|
}), t.$_auth = Fo;
|
|
9243
9250
|
}
|
|
9244
|
-
/*! Element Plus v2.11.
|
|
9251
|
+
/*! Element Plus v2.11.3 */
|
|
9245
9252
|
var Md = {
|
|
9246
9253
|
name: "zh-cn",
|
|
9247
9254
|
el: {
|
|
@@ -9390,7 +9397,8 @@ var Md = {
|
|
|
9390
9397
|
tour: {
|
|
9391
9398
|
next: "下一步",
|
|
9392
9399
|
previous: "上一步",
|
|
9393
|
-
finish: "结束导览"
|
|
9400
|
+
finish: "结束导览",
|
|
9401
|
+
close: "关闭此对话框"
|
|
9394
9402
|
},
|
|
9395
9403
|
tree: {
|
|
9396
9404
|
emptyText: "暂无数据"
|
|
@@ -9499,10 +9507,10 @@ async function Vd(e) {
|
|
|
9499
9507
|
e.component("cvSvg" + r, a);
|
|
9500
9508
|
}
|
|
9501
9509
|
async function Zd(e, t) {
|
|
9502
|
-
rs(t), Ro(e), Ft().init(), Ge().init(), await
|
|
9510
|
+
rs(t), Ro(e), Ft().init(), Ge().init(), await an().init(), await Te().init();
|
|
9503
9511
|
}
|
|
9504
9512
|
async function e_(e, t, n, r, a = "", o = null) {
|
|
9505
|
-
|
|
9513
|
+
rn().init(r), on().init(n);
|
|
9506
9514
|
let s = e.config.globalProperties;
|
|
9507
9515
|
s.$onLaunched = new Promise((i) => {
|
|
9508
9516
|
s.$isResolve = i;
|
|
@@ -9511,9 +9519,9 @@ async function e_(e, t, n, r, a = "", o = null) {
|
|
|
9511
9519
|
Jc(l, o), window.$t = Xe.t;
|
|
9512
9520
|
}
|
|
9513
9521
|
async function Bd(e, t, n) {
|
|
9514
|
-
const r = Ct(), a = Te(), o =
|
|
9522
|
+
const r = Ct(), a = Te(), o = rn(), s = on();
|
|
9515
9523
|
r.QK_SEND_MSG_REG_SUBMENU(t);
|
|
9516
|
-
let l =
|
|
9524
|
+
let l = Jt().syProductSign || "";
|
|
9517
9525
|
s.SA_PERMS_ROUTER_ADD(e, l), o.SA_MENU_PARSE(), r.QK_SEND_MSG_ROUTER_BEFORE(n);
|
|
9518
9526
|
let i = !1, c = !1, f = !1;
|
|
9519
9527
|
e.beforeEach((u, _, p) => {
|
|
@@ -9552,8 +9560,8 @@ export {
|
|
|
9552
9560
|
I as a,
|
|
9553
9561
|
Ge as b,
|
|
9554
9562
|
Te as c,
|
|
9555
|
-
|
|
9556
|
-
|
|
9563
|
+
an as d,
|
|
9564
|
+
Jt as e,
|
|
9557
9565
|
Xd as f,
|
|
9558
9566
|
Mu as g,
|
|
9559
9567
|
Qd as h,
|
|
@@ -9562,8 +9570,8 @@ export {
|
|
|
9562
9570
|
dd as k,
|
|
9563
9571
|
Ct as l,
|
|
9564
9572
|
ko as m,
|
|
9565
|
-
|
|
9566
|
-
|
|
9573
|
+
rn as n,
|
|
9574
|
+
on as o,
|
|
9567
9575
|
Ro as p,
|
|
9568
9576
|
pe as q,
|
|
9569
9577
|
Zd as r,
|