@das-fed/web 6.4.0-dev.129 → 6.4.0-dev.130
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/{index-B3OqAGHC.js → index-BXwEj7RE.js} +1 -1
- package/{index-Dv8XVLoK.js → index-CKRTlCd1.js} +107 -108
- package/index-CKRTlCd1.js.gz +0 -0
- package/{packages/main-app-framework/index-BHlzbJ72.js → index-CwStSBVc.js} +1 -1
- package/index-CwStSBVc.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/main-app-framework/{index-B1Yozxvi.js → index-Bib8i6hY.js} +75 -76
- package/packages/main-app-framework/index-Bib8i6hY.js.gz +0 -0
- package/packages/main-app-framework/{index-DZ8X_gYY.js → index-Cm2VNjbP.js} +1 -1
- package/{index-m11RNdKU.js → packages/main-app-framework/index-DSXwz96h.js} +1 -1
- package/packages/main-app-framework/index-DSXwz96h.js.gz +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/index-Dv8XVLoK.js.gz +0 -0
- package/index-m11RNdKU.js.gz +0 -0
- package/packages/main-app-framework/index-B1Yozxvi.js.gz +0 -0
- package/packages/main-app-framework/index-BHlzbJ72.js.gz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as qA, ref as o, onUnmounted as zn, createElementBlock as OA, createCommentVNode as nA, openBlock as fA, createElementVNode as Y, createVNode as k, createTextVNode as aA, unref as D, toDisplayString as rA, watch as DA, createBlock as XA, computed as wA, mergeProps as dn, withCtx as F, renderSlot as r9, getCurrentScope as Xn, onScopeDispose as bn, getCurrentInstance as cn, onMounted as CA, nextTick as
|
|
1
|
+
import { defineComponent as qA, ref as o, onUnmounted as zn, createElementBlock as OA, createCommentVNode as nA, openBlock as fA, createElementVNode as Y, createVNode as k, createTextVNode as aA, unref as D, toDisplayString as rA, watch as DA, createBlock as XA, computed as wA, mergeProps as dn, withCtx as F, renderSlot as r9, getCurrentScope as Xn, onScopeDispose as bn, getCurrentInstance as cn, onMounted as CA, nextTick as R9, reactive as g3, Fragment as s9, renderList as We, withDirectives as h9, h as RA, render as Q9, vShow as af, normalizeClass as B3, isRef as JA, onBeforeUnmount as K9, useCssVars as an, withModifiers as lA, toRefs as sn, normalizeStyle as b7, createSlots as qn } from "vue";
|
|
2
2
|
import { DasWebLayout as Hn, DasWebTabs as pn, DasWebMenu as xn, DasWebNav as On, layout as _, layoutData as k3 } from "@das-fed/web/packages/layout/index";
|
|
3
|
-
import { useRoute as sf, useRouter as
|
|
3
|
+
import { useRoute as sf, useRouter as y9 } from "vue-router";
|
|
4
4
|
import { microFrontend as NA } from "@das-fed/web/packages/micro-frontend/index";
|
|
5
5
|
import { i18n as AA, t as g, currentLang as C9, setLang as mn, setI18nRule as ln } from "@das-fed/web/packages/i18n/index";
|
|
6
6
|
import { DasIconWarning as Dn } from "@das-fed/ui/packages/icons/warning/index";
|
|
@@ -22,7 +22,7 @@ import { login as J3, real_uri as F3, getTokenParams as S3, tokenStorage as Qn }
|
|
|
22
22
|
import { getAccessToken as Yn, removeAccessToken as Gn } from "@das-fed/utils/token-tools";
|
|
23
23
|
import { DasSpin as mf } from "@das-fed/ui/packages/components/spin/index";
|
|
24
24
|
import De from "dayjs";
|
|
25
|
-
import { DasDialog as
|
|
25
|
+
import { DasDialog as j9 } from "@das-fed/ui/packages/components/dialog/index";
|
|
26
26
|
import { DasButton as BA } from "@das-fed/ui/packages/components/button/index";
|
|
27
27
|
import { vDasTooltip as Un } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
28
28
|
import { setPersonalInfo as Jn } from "@das-fed/utils/common-info/set-personal-info";
|
|
@@ -32,14 +32,14 @@ import { DasIconWarningFace as Cn } from "@das-fed/ui/packages/icons/warning-fac
|
|
|
32
32
|
import { socketService as lf } from "@das-fed/utils/webSocket-service";
|
|
33
33
|
import { userInfoNextTick as _n, tokenNextTick as Df } from "@das-fed/utils/nextTiken";
|
|
34
34
|
import { mainAppFramework as Xf } from "@das-fed/web/packages/main-app-framework/index";
|
|
35
|
-
import { DasAutoRegisterIcon as K3, DasIcon as
|
|
35
|
+
import { DasAutoRegisterIcon as K3, DasIcon as N9 } from "@das-fed/ui/packages/components/icon/index";
|
|
36
36
|
import { DasTooltip as yA } from "@das-fed/ui/packages/components/tooltip/index";
|
|
37
37
|
import { DasLivePlayer as $n } from "@das-fed/ui/packages/components/live-player/index";
|
|
38
38
|
import { DasWatermark as Ar } from "@das-fed/ui/packages/components/watermark/index";
|
|
39
39
|
import { DasDrawer as fr } from "@das-fed/ui/packages/components/drawer/index";
|
|
40
40
|
import { DasTabs as er } from "@das-fed/ui/packages/components/tabs/index";
|
|
41
41
|
import { DasMessage as Ie } from "@das-fed/ui/packages/components/message/index";
|
|
42
|
-
import { DasRadio as
|
|
42
|
+
import { DasRadio as V9 } from "@das-fed/ui/packages/components/radio/index";
|
|
43
43
|
import { useImageViewer as vr } from "@das-fed/ui/packages/components/image-preview/index";
|
|
44
44
|
import { DasForm as Me } from "@das-fed/ui/packages/components/form/index";
|
|
45
45
|
import { DasFormItem as LA } from "@das-fed/ui/packages/components/form-item/index";
|
|
@@ -199,7 +199,7 @@ function Av(e) {
|
|
|
199
199
|
return Xn() ? (bn(e), !0) : !1;
|
|
200
200
|
}
|
|
201
201
|
function Or(e, A = !0) {
|
|
202
|
-
cn() ? CA(e) : A ? e() :
|
|
202
|
+
cn() ? CA(e) : A ? e() : R9(e);
|
|
203
203
|
}
|
|
204
204
|
function fv(e) {
|
|
205
205
|
var A;
|
|
@@ -395,7 +395,7 @@ const or = Bn.get("watermark"), Lr = /* @__PURE__ */ qA({
|
|
|
395
395
|
return n.value = !1, b;
|
|
396
396
|
};
|
|
397
397
|
X();
|
|
398
|
-
const i =
|
|
398
|
+
const i = y9(), c = sf();
|
|
399
399
|
return DA(
|
|
400
400
|
() => i.currentRoute.value,
|
|
401
401
|
(s) => {
|
|
@@ -440,7 +440,7 @@ const or = Bn.get("watermark"), Lr = /* @__PURE__ */ qA({
|
|
|
440
440
|
},
|
|
441
441
|
setup(e) {
|
|
442
442
|
const A = o(!0);
|
|
443
|
-
return (f, v) => (fA(), XA(D(
|
|
443
|
+
return (f, v) => (fA(), XA(D(j9), {
|
|
444
444
|
modelValue: A.value,
|
|
445
445
|
"onUpdate:modelValue": v[0] || (v[0] = (r) => A.value = r),
|
|
446
446
|
type: "feedback",
|
|
@@ -1543,7 +1543,7 @@ function uP() {
|
|
|
1543
1543
|
}(Mf)), Mf.exports;
|
|
1544
1544
|
}
|
|
1545
1545
|
var gf = { exports: {} }, j7;
|
|
1546
|
-
function
|
|
1546
|
+
function p9() {
|
|
1547
1547
|
return j7 || (j7 = 1, function(e, A) {
|
|
1548
1548
|
(function(f, v) {
|
|
1549
1549
|
e.exports = v(tA());
|
|
@@ -1700,7 +1700,7 @@ function zP() {
|
|
|
1700
1700
|
}(Bf)), Bf.exports;
|
|
1701
1701
|
}
|
|
1702
1702
|
var kf = { exports: {} }, T7;
|
|
1703
|
-
function
|
|
1703
|
+
function x9() {
|
|
1704
1704
|
return T7 || (T7 = 1, function(e, A) {
|
|
1705
1705
|
(function(f, v) {
|
|
1706
1706
|
e.exports = v(tA());
|
|
@@ -2007,7 +2007,7 @@ function uv() {
|
|
|
2007
2007
|
if (UA < 16)
|
|
2008
2008
|
v9 = nf.high = c[s + UA * 2] | 0, YA = nf.low = c[s + UA * 2 + 1] | 0;
|
|
2009
2009
|
else {
|
|
2010
|
-
var A7 = X[UA - 15],
|
|
2010
|
+
var A7 = X[UA - 15], l9 = A7.high, g9 = A7.low, Kv = (l9 >>> 1 | g9 << 31) ^ (l9 >>> 8 | g9 << 24) ^ l9 >>> 7, f7 = (g9 >>> 1 | l9 << 31) ^ (g9 >>> 8 | l9 << 24) ^ (g9 >>> 7 | l9 << 25), e7 = X[UA - 2], D9 = e7.high, B9 = e7.low, Cv = (D9 >>> 19 | B9 << 13) ^ (D9 << 3 | B9 >>> 29) ^ D9 >>> 6, v7 = (B9 >>> 19 | D9 << 13) ^ (B9 << 3 | D9 >>> 29) ^ (B9 >>> 6 | D9 << 26), n7 = X[UA - 7], _v = n7.high, $v = n7.low, r7 = X[UA - 16], An = r7.high, P7 = r7.low;
|
|
2011
2011
|
YA = f7 + $v, v9 = Kv + _v + (YA >>> 0 < f7 >>> 0 ? 1 : 0), YA = YA + v7, v9 = v9 + Cv + (YA >>> 0 < v7 >>> 0 ? 1 : 0), YA = YA + P7, v9 = v9 + An + (YA >>> 0 < P7 >>> 0 ? 1 : 0), nf.high = v9, nf.low = YA;
|
|
2012
2012
|
}
|
|
2013
2013
|
var fn = I & oA ^ ~I & vf, t7 = B & KA ^ ~B & I9, en = zA & mA ^ zA & $ ^ mA & $, vn = dA & C ^ dA & eA ^ C & eA, nn = (zA >>> 28 | dA << 4) ^ (zA << 30 | dA >>> 2) ^ (zA << 25 | dA >>> 7), u7 = (dA >>> 28 | zA << 4) ^ (dA << 30 | zA >>> 2) ^ (dA << 25 | zA >>> 7), rn = (I >>> 14 | B << 18) ^ (I >>> 18 | B << 14) ^ (I << 23 | B >>> 9), Pn = (B >>> 14 | I << 18) ^ (B >>> 18 | I << 14) ^ (B << 23 | I >>> 9), z7 = x[UA], tn = z7.high, d7 = z7.low, gA = M9 + Pn, n9 = yf + rn + (gA >>> 0 < M9 >>> 0 ? 1 : 0), gA = gA + t7, n9 = n9 + fn + (gA >>> 0 < t7 >>> 0 ? 1 : 0), gA = gA + d7, n9 = n9 + tn + (gA >>> 0 < d7 >>> 0 ? 1 : 0), gA = gA + YA, n9 = n9 + v9 + (gA >>> 0 < YA >>> 0 ? 1 : 0), X7 = u7 + vn, un = nn + en + (X7 >>> 0 < u7 >>> 0 ? 1 : 0);
|
|
@@ -3586,7 +3586,7 @@ var de = { exports: {} }, $7;
|
|
|
3586
3586
|
function NP() {
|
|
3587
3587
|
return $7 || ($7 = 1, function(e, A) {
|
|
3588
3588
|
(function(f, v, r) {
|
|
3589
|
-
e.exports = v(tA(),
|
|
3589
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
3590
3590
|
})(PA, function(f) {
|
|
3591
3591
|
return function() {
|
|
3592
3592
|
var v = f, r = v.lib, P = r.BlockCipher, t = v.algo, z = [], d = [], n = [], u = [], x = [], X = [], i = [], c = [], s = [], b = [];
|
|
@@ -3646,7 +3646,7 @@ var Xe = { exports: {} }, A3;
|
|
|
3646
3646
|
function RP() {
|
|
3647
3647
|
return A3 || (A3 = 1, function(e, A) {
|
|
3648
3648
|
(function(f, v, r) {
|
|
3649
|
-
e.exports = v(tA(),
|
|
3649
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
3650
3650
|
})(PA, function(f) {
|
|
3651
3651
|
return function() {
|
|
3652
3652
|
var v = f, r = v.lib, P = r.WordArray, t = r.BlockCipher, z = v.algo, d = [
|
|
@@ -4366,7 +4366,7 @@ var be = { exports: {} }, f3;
|
|
|
4366
4366
|
function jP() {
|
|
4367
4367
|
return f3 || (f3 = 1, function(e, A) {
|
|
4368
4368
|
(function(f, v, r) {
|
|
4369
|
-
e.exports = v(tA(),
|
|
4369
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
4370
4370
|
})(PA, function(f) {
|
|
4371
4371
|
return function() {
|
|
4372
4372
|
var v = f, r = v.lib, P = r.StreamCipher, t = v.algo, z = t.RC4 = P.extend({
|
|
@@ -4420,7 +4420,7 @@ var ce = { exports: {} }, e3;
|
|
|
4420
4420
|
function ZP() {
|
|
4421
4421
|
return e3 || (e3 = 1, function(e, A) {
|
|
4422
4422
|
(function(f, v, r) {
|
|
4423
|
-
e.exports = v(tA(),
|
|
4423
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
4424
4424
|
})(PA, function(f) {
|
|
4425
4425
|
return function() {
|
|
4426
4426
|
var v = f, r = v.lib, P = r.StreamCipher, t = v.algo, z = [], d = [], n = [], u = t.Rabbit = P.extend({
|
|
@@ -4486,7 +4486,7 @@ var ae = { exports: {} }, v3;
|
|
|
4486
4486
|
function TP() {
|
|
4487
4487
|
return v3 || (v3 = 1, function(e, A) {
|
|
4488
4488
|
(function(f, v, r) {
|
|
4489
|
-
e.exports = v(tA(),
|
|
4489
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
4490
4490
|
})(PA, function(f) {
|
|
4491
4491
|
return function() {
|
|
4492
4492
|
var v = f, r = v.lib, P = r.StreamCipher, t = v.algo, z = [], d = [], n = [], u = t.RabbitLegacy = P.extend({
|
|
@@ -4550,7 +4550,7 @@ var ie = { exports: {} }, n3;
|
|
|
4550
4550
|
function oP() {
|
|
4551
4551
|
return n3 || (n3 = 1, function(e, A) {
|
|
4552
4552
|
(function(f, v, r) {
|
|
4553
|
-
e.exports = v(tA(),
|
|
4553
|
+
e.exports = v(tA(), p9(), x9(), z9(), VA());
|
|
4554
4554
|
})(PA, function(f) {
|
|
4555
4555
|
return function() {
|
|
4556
4556
|
var v = f, r = v.lib, P = r.BlockCipher, t = v.algo;
|
|
@@ -5670,7 +5670,7 @@ function oP() {
|
|
|
5670
5670
|
}
|
|
5671
5671
|
(function(e, A) {
|
|
5672
5672
|
(function(f, v, r) {
|
|
5673
|
-
e.exports = v(tA(), Vf(), tP(), uP(),
|
|
5673
|
+
e.exports = v(tA(), Vf(), tP(), uP(), p9(), zP(), x9(), tv(), Be(), dP(), uv(), XP(), bP(), cP(), ke(), aP(), z9(), VA(), iP(), sP(), qP(), HP(), pP(), xP(), OP(), mP(), lP(), DP(), VP(), NP(), RP(), jP(), ZP(), TP(), oP());
|
|
5674
5674
|
})(PA, function(f) {
|
|
5675
5675
|
return f;
|
|
5676
5676
|
});
|
|
@@ -6007,7 +6007,7 @@ function Ht(e) {
|
|
|
6007
6007
|
function pt(e) {
|
|
6008
6008
|
return this.__data__.has(e);
|
|
6009
6009
|
}
|
|
6010
|
-
var lv = typeof global == "object" && global && global.Object === Object && global, xt = typeof self == "object" && self && self.Object === Object && self, _A = lv || xt || Function("return this")(),
|
|
6010
|
+
var lv = typeof global == "object" && global && global.Object === Object && global, xt = typeof self == "object" && self && self.Object === Object && self, _A = lv || xt || Function("return this")(), Z9 = _A.Symbol, Dv = Object.prototype, Ot = Dv.hasOwnProperty, mt = Dv.toString, k9 = Z9 ? Z9.toStringTag : void 0;
|
|
6011
6011
|
function lt(e) {
|
|
6012
6012
|
var A = Ot.call(e, k9), f = e[k9];
|
|
6013
6013
|
try {
|
|
@@ -6022,7 +6022,7 @@ var Dt = Object.prototype, Vt = Dt.toString;
|
|
|
6022
6022
|
function Nt(e) {
|
|
6023
6023
|
return Vt.call(e);
|
|
6024
6024
|
}
|
|
6025
|
-
var Rt = "[object Null]", jt = "[object Undefined]", P3 =
|
|
6025
|
+
var Rt = "[object Null]", jt = "[object Undefined]", P3 = Z9 ? Z9.toStringTag : void 0;
|
|
6026
6026
|
function Af(e) {
|
|
6027
6027
|
return e == null ? e === void 0 ? jt : Rt : P3 && P3 in Object(e) ? lt(e) : Nt(e);
|
|
6028
6028
|
}
|
|
@@ -6045,7 +6045,7 @@ function yt(e) {
|
|
|
6045
6045
|
return !!t3 && t3 in e;
|
|
6046
6046
|
}
|
|
6047
6047
|
var Wt = Function.prototype, wt = Wt.toString;
|
|
6048
|
-
function
|
|
6048
|
+
function O9(e) {
|
|
6049
6049
|
if (e != null) {
|
|
6050
6050
|
try {
|
|
6051
6051
|
return wt.call(e);
|
|
@@ -6065,16 +6065,16 @@ function Yt(e) {
|
|
|
6065
6065
|
if (!Rf(e) || yt(e))
|
|
6066
6066
|
return !1;
|
|
6067
6067
|
var A = Vv(e) ? Qt : It;
|
|
6068
|
-
return A.test(
|
|
6068
|
+
return A.test(O9(e));
|
|
6069
6069
|
}
|
|
6070
6070
|
function Gt(e, A) {
|
|
6071
6071
|
return e == null ? void 0 : e[A];
|
|
6072
6072
|
}
|
|
6073
|
-
function
|
|
6073
|
+
function m9(e, A) {
|
|
6074
6074
|
var f = Gt(e, A);
|
|
6075
6075
|
return Yt(f) ? f : void 0;
|
|
6076
6076
|
}
|
|
6077
|
-
var U9 =
|
|
6077
|
+
var U9 = m9(_A, "Map"), J9 = m9(Object, "create");
|
|
6078
6078
|
function Ut() {
|
|
6079
6079
|
this.__data__ = J9 ? J9(null) : {}, this.size = 0;
|
|
6080
6080
|
}
|
|
@@ -6181,7 +6181,7 @@ function du(e, A) {
|
|
|
6181
6181
|
}
|
|
6182
6182
|
var u3 = function() {
|
|
6183
6183
|
try {
|
|
6184
|
-
var e =
|
|
6184
|
+
var e = m9(Object, "defineProperty");
|
|
6185
6185
|
return e({}, "", {}), e;
|
|
6186
6186
|
} catch {
|
|
6187
6187
|
}
|
|
@@ -6239,13 +6239,13 @@ function Ye(e) {
|
|
|
6239
6239
|
return e(A);
|
|
6240
6240
|
};
|
|
6241
6241
|
}
|
|
6242
|
-
var Tv = typeof exports == "object" && exports && !exports.nodeType && exports, Y9 = Tv && typeof module == "object" && module && !module.nodeType && module, _u = Y9 && Y9.exports === Tv, qe = _u && lv.process,
|
|
6242
|
+
var Tv = typeof exports == "object" && exports && !exports.nodeType && exports, Y9 = Tv && typeof module == "object" && module && !module.nodeType && module, _u = Y9 && Y9.exports === Tv, qe = _u && lv.process, T9 = function() {
|
|
6243
6243
|
try {
|
|
6244
6244
|
var e = Y9 && Y9.require && Y9.require("util").types;
|
|
6245
6245
|
return e || qe && qe.binding && qe.binding("util");
|
|
6246
6246
|
} catch {
|
|
6247
6247
|
}
|
|
6248
|
-
}(), b3 =
|
|
6248
|
+
}(), b3 = T9 && T9.isTypedArray, $u = b3 ? Ye(b3) : Cu, Az = Object.prototype, fz = Az.hasOwnProperty;
|
|
6249
6249
|
function ez(e, A) {
|
|
6250
6250
|
var f = Qe(e), v = !f && pu(e), r = !f && !v && jv(e), P = !f && !v && !r && $u(e), t = f || v || r || P, z = t ? iu(e.length, String) : [], d = z.length;
|
|
6251
6251
|
for (var n in e)
|
|
@@ -6314,9 +6314,9 @@ function pz(e, A, f) {
|
|
|
6314
6314
|
function xz(e) {
|
|
6315
6315
|
return pz(e, zz, sz);
|
|
6316
6316
|
}
|
|
6317
|
-
var Re =
|
|
6317
|
+
var Re = m9(_A, "DataView"), je = m9(_A, "Promise"), Ze = m9(_A, "Set"), Te = m9(_A, "WeakMap"), s3 = "[object Map]", Oz = "[object Object]", q3 = "[object Promise]", H3 = "[object Set]", p3 = "[object WeakMap]", x3 = "[object DataView]", mz = O9(Re), lz = O9(U9), Dz = O9(je), Vz = O9(Ze), Nz = O9(Te), $A = Af;
|
|
6318
6318
|
(Re && $A(new Re(new ArrayBuffer(1))) != x3 || U9 && $A(new U9()) != s3 || je && $A(je.resolve()) != q3 || Ze && $A(new Ze()) != H3 || Te && $A(new Te()) != p3) && ($A = function(e) {
|
|
6319
|
-
var A = Af(e), f = A == Oz ? e.constructor : void 0, v = f ?
|
|
6319
|
+
var A = Af(e), f = A == Oz ? e.constructor : void 0, v = f ? O9(f) : "";
|
|
6320
6320
|
if (v)
|
|
6321
6321
|
switch (v) {
|
|
6322
6322
|
case mz:
|
|
@@ -6351,7 +6351,7 @@ function Lz(e) {
|
|
|
6351
6351
|
var A = new e.constructor(e.source, oz.exec(e));
|
|
6352
6352
|
return A.lastIndex = e.lastIndex, A;
|
|
6353
6353
|
}
|
|
6354
|
-
var m3 =
|
|
6354
|
+
var m3 = Z9 ? Z9.prototype : void 0, l3 = m3 ? m3.valueOf : void 0;
|
|
6355
6355
|
function yz(e) {
|
|
6356
6356
|
return l3 ? Object(l3.call(e)) : {};
|
|
6357
6357
|
}
|
|
@@ -6413,11 +6413,11 @@ var vd = "[object Map]";
|
|
|
6413
6413
|
function nd(e) {
|
|
6414
6414
|
return ff(e) && $A(e) == vd;
|
|
6415
6415
|
}
|
|
6416
|
-
var V3 =
|
|
6416
|
+
var V3 = T9 && T9.isMap, rd = V3 ? Ye(V3) : nd, Pd = "[object Set]";
|
|
6417
6417
|
function td(e) {
|
|
6418
6418
|
return ff(e) && $A(e) == Pd;
|
|
6419
6419
|
}
|
|
6420
|
-
var N3 =
|
|
6420
|
+
var N3 = T9 && T9.isSet, ud = N3 ? Ye(N3) : td, Wv = "[object Arguments]", zd = "[object Array]", dd = "[object Boolean]", Xd = "[object Date]", bd = "[object Error]", wv = "[object Function]", cd = "[object GeneratorFunction]", ad = "[object Map]", id = "[object Number]", Ev = "[object Object]", sd = "[object RegExp]", qd = "[object Set]", Hd = "[object String]", pd = "[object Symbol]", xd = "[object WeakMap]", Od = "[object ArrayBuffer]", md = "[object DataView]", ld = "[object Float32Array]", Dd = "[object Float64Array]", Vd = "[object Int8Array]", Nd = "[object Int16Array]", Rd = "[object Int32Array]", jd = "[object Uint8Array]", Zd = "[object Uint8ClampedArray]", Td = "[object Uint16Array]", od = "[object Uint32Array]", bA = {};
|
|
6421
6421
|
bA[Wv] = bA[zd] = bA[Od] = bA[md] = bA[dd] = bA[Xd] = bA[ld] = bA[Dd] = bA[Vd] = bA[Nd] = bA[Rd] = bA[ad] = bA[id] = bA[Ev] = bA[sd] = bA[qd] = bA[Hd] = bA[pd] = bA[jd] = bA[Zd] = bA[Td] = bA[od] = !0;
|
|
6422
6422
|
bA[bd] = bA[wv] = bA[xd] = !1;
|
|
6423
6423
|
function uf(e, A, f, v, r, P) {
|
|
@@ -6456,7 +6456,7 @@ function uf(e, A, f, v, r, P) {
|
|
|
6456
6456
|
}), t;
|
|
6457
6457
|
}
|
|
6458
6458
|
var Ld = 1, yd = 4;
|
|
6459
|
-
function
|
|
6459
|
+
function o9(e) {
|
|
6460
6460
|
return uf(e, Ld | yd);
|
|
6461
6461
|
}
|
|
6462
6462
|
const bf = (e, A = "") => {
|
|
@@ -6553,9 +6553,9 @@ const bf = (e, A = "") => {
|
|
|
6553
6553
|
f,
|
|
6554
6554
|
(t) => t.isMenu && t.code !== "aiPlatform.dasaiassistant" && t.originalCode !== "aiPlatform.dasaiassistant"
|
|
6555
6555
|
);
|
|
6556
|
-
const P =
|
|
6556
|
+
const P = o9(r);
|
|
6557
6557
|
return r.forEach((t) => {
|
|
6558
|
-
t != null && t.children && t.children.length && (t.originalChildren =
|
|
6558
|
+
t != null && t.children && t.children.length && (t.originalChildren = o9(t.children)), (t != null && t.expired || t != null && t.disable) && (t.children = []);
|
|
6559
6559
|
}), { menus: r, originalMenus: P };
|
|
6560
6560
|
}, Id = async (e) => {
|
|
6561
6561
|
var X, i, c, s, b;
|
|
@@ -6792,7 +6792,7 @@ const bf = (e, A = "") => {
|
|
|
6792
6792
|
width: "180",
|
|
6793
6793
|
height: "120"
|
|
6794
6794
|
}, null, 8, V5),
|
|
6795
|
-
k(D(
|
|
6795
|
+
k(D(V9), {
|
|
6796
6796
|
modelValue: f.value,
|
|
6797
6797
|
"onUpdate:modelValue": b[0] || (b[0] = (q) => f.value = q)
|
|
6798
6798
|
}, {
|
|
@@ -6817,7 +6817,7 @@ const bf = (e, A = "") => {
|
|
|
6817
6817
|
width: "180",
|
|
6818
6818
|
height: "120"
|
|
6819
6819
|
}, null, 8, N5),
|
|
6820
|
-
k(D(
|
|
6820
|
+
k(D(V9), {
|
|
6821
6821
|
modelValue: v.value,
|
|
6822
6822
|
"onUpdate:modelValue": b[2] || (b[2] = (q) => v.value = q)
|
|
6823
6823
|
}, {
|
|
@@ -6853,7 +6853,7 @@ const bf = (e, A = "") => {
|
|
|
6853
6853
|
width: "180",
|
|
6854
6854
|
height: "120"
|
|
6855
6855
|
}, null, 8, T5),
|
|
6856
|
-
k(D(
|
|
6856
|
+
k(D(V9), {
|
|
6857
6857
|
modelValue: r.value,
|
|
6858
6858
|
"onUpdate:modelValue": b[4] || (b[4] = (q) => r.value = q)
|
|
6859
6859
|
}, {
|
|
@@ -6878,7 +6878,7 @@ const bf = (e, A = "") => {
|
|
|
6878
6878
|
width: "180",
|
|
6879
6879
|
height: "120"
|
|
6880
6880
|
}, null, 8, o5),
|
|
6881
|
-
k(D(
|
|
6881
|
+
k(D(V9), {
|
|
6882
6882
|
modelValue: P.value,
|
|
6883
6883
|
"onUpdate:modelValue": b[6] || (b[6] = (q) => P.value = q)
|
|
6884
6884
|
}, {
|
|
@@ -6905,7 +6905,7 @@ const bf = (e, A = "") => {
|
|
|
6905
6905
|
width: "180",
|
|
6906
6906
|
height: "120"
|
|
6907
6907
|
}, null, 8, y5),
|
|
6908
|
-
k(D(
|
|
6908
|
+
k(D(V9), {
|
|
6909
6909
|
modelValue: t.value,
|
|
6910
6910
|
"onUpdate:modelValue": b[8] || (b[8] = (q) => t.value = q)
|
|
6911
6911
|
}, {
|
|
@@ -6930,7 +6930,7 @@ const bf = (e, A = "") => {
|
|
|
6930
6930
|
width: "180",
|
|
6931
6931
|
height: "120"
|
|
6932
6932
|
}, null, 8, W5),
|
|
6933
|
-
k(D(
|
|
6933
|
+
k(D(V9), {
|
|
6934
6934
|
modelValue: z.value,
|
|
6935
6935
|
"onUpdate:modelValue": b[10] || (b[10] = (q) => z.value = q)
|
|
6936
6936
|
}, {
|
|
@@ -7230,7 +7230,7 @@ const z6 = (e) => {
|
|
|
7230
7230
|
};
|
|
7231
7231
|
return A({
|
|
7232
7232
|
open: t
|
|
7233
|
-
}), (n, u) => (fA(), XA(D(
|
|
7233
|
+
}), (n, u) => (fA(), XA(D(j9), {
|
|
7234
7234
|
class: "framework-portal-reset-home-dialog",
|
|
7235
7235
|
type: "feedback",
|
|
7236
7236
|
feedType: "primary",
|
|
@@ -7456,7 +7456,7 @@ const z6 = (e) => {
|
|
|
7456
7456
|
[af, C.isShow]
|
|
7457
7457
|
]),
|
|
7458
7458
|
nA(" 内置链接选择弹窗 "),
|
|
7459
|
-
k(D(
|
|
7459
|
+
k(D(j9), {
|
|
7460
7460
|
modelValue: D(X),
|
|
7461
7461
|
"onUpdate:modelValue": $[9] || ($[9] = (eA) => JA(X) ? X.value = eA : null),
|
|
7462
7462
|
"body-style": { padding: 0 },
|
|
@@ -7522,7 +7522,7 @@ const z6 = (e) => {
|
|
|
7522
7522
|
/* STABLE */
|
|
7523
7523
|
}, 8, ["modelValue", "title"]),
|
|
7524
7524
|
nA(" 非内置链接选择弹窗 "),
|
|
7525
|
-
k(D(
|
|
7525
|
+
k(D(j9), {
|
|
7526
7526
|
modelValue: D(l),
|
|
7527
7527
|
"onUpdate:modelValue": $[16] || ($[16] = (eA) => JA(l) ? l.value = eA : null),
|
|
7528
7528
|
"custom-class": "framework-portal-management-url-dialog",
|
|
@@ -7866,7 +7866,6 @@ const z6 = (e) => {
|
|
|
7866
7866
|
initNextTick: P
|
|
7867
7867
|
};
|
|
7868
7868
|
}, I6 = (e) => {
|
|
7869
|
-
p9();
|
|
7870
7869
|
const A = sf(), { getMenu: f } = gn(), { getHistoryList: v, getSearchList: r } = $6(), { changeApp: P } = d9(), t = o("0"), z = o(!0), d = o([]), n = o(!1), u = o(!1), x = o(!1);
|
|
7871
7870
|
DA(
|
|
7872
7871
|
() => A.path,
|
|
@@ -7918,7 +7917,7 @@ const z6 = (e) => {
|
|
|
7918
7917
|
const l = V.filter((M) => !H.includes(M.code)), j = [...a, ...l].filter(
|
|
7919
7918
|
(M) => Bd.value.find((h) => h.code === M.code) || M.id === "-1" || M.id === "-2"
|
|
7920
7919
|
);
|
|
7921
|
-
EA([{ key: "subAppList", value: j }]);
|
|
7920
|
+
if (EA([{ key: "subAppList", value: j }]), !(j != null && j.length)) return;
|
|
7922
7921
|
const m = (G = (T = uA()) == null ? void 0 : T.subAppList) == null ? void 0 : G.map((M) => ({ ...M, value: M.code, label: M.name }));
|
|
7923
7922
|
_.nav.setItems(m);
|
|
7924
7923
|
const N = j[0];
|
|
@@ -8012,7 +8011,7 @@ const z6 = (e) => {
|
|
|
8012
8011
|
const { enter: v } = $9();
|
|
8013
8012
|
return _.nav.addEventListener("fullScreenHandle", v), {};
|
|
8014
8013
|
}, k6 = () => {
|
|
8015
|
-
const e =
|
|
8014
|
+
const e = y9(), A = o(""), f = o(""), v = o("");
|
|
8016
8015
|
let r = "", P = {};
|
|
8017
8016
|
DA(
|
|
8018
8017
|
() => e.currentRoute.value,
|
|
@@ -8021,7 +8020,7 @@ const z6 = (e) => {
|
|
|
8021
8020
|
const s = ((p = c.meta) == null ? void 0 : p.showLayout) ?? !0;
|
|
8022
8021
|
let b = ((O = c.query) == null ? void 0 : O.showLayout) ?? !0;
|
|
8023
8022
|
if (b === "false" && (b = !1), !s || !b || c.path === r && Oe(c.query, P)) return;
|
|
8024
|
-
r =
|
|
8023
|
+
r = o9(c.path), P = o9(c.query);
|
|
8025
8024
|
const q = uA().currentSubAppCode ?? "";
|
|
8026
8025
|
if (!q) return;
|
|
8027
8026
|
const a = ((R = c.query) == null ? void 0 : R.menu) ?? ((V = jA()) == null ? void 0 : V.currentCode) ?? "";
|
|
@@ -8137,7 +8136,7 @@ const z6 = (e) => {
|
|
|
8137
8136
|
e(), A();
|
|
8138
8137
|
});
|
|
8139
8138
|
}, d9 = () => {
|
|
8140
|
-
const e =
|
|
8139
|
+
const e = y9(), { entryMenu: A } = Zf(), { unloadRoute: f } = Yv();
|
|
8141
8140
|
let { mainAppName: v = "", microAppName: r = "", microApps: P = [] } = u9();
|
|
8142
8141
|
!v && r && (P = [{ name: r }]);
|
|
8143
8142
|
const t = P.map((X) => X.name), z = () => {
|
|
@@ -8298,7 +8297,7 @@ const z6 = (e) => {
|
|
|
8298
8297
|
}
|
|
8299
8298
|
};
|
|
8300
8299
|
}, Zf = () => {
|
|
8301
|
-
const e =
|
|
8300
|
+
const e = y9();
|
|
8302
8301
|
let { mainAppName: A = "", microAppName: f = "", microApps: v = [] } = u9();
|
|
8303
8302
|
return !A && f && (v = [{ name: f }]), v.map((P) => P.name), { entryMenu: async (P) => {
|
|
8304
8303
|
var s;
|
|
@@ -8390,7 +8389,7 @@ const z6 = (e) => {
|
|
|
8390
8389
|
}
|
|
8391
8390
|
} };
|
|
8392
8391
|
}, Y6 = (e, A) => {
|
|
8393
|
-
const { entryApp: f } = d9(), v =
|
|
8392
|
+
const { entryApp: f } = d9(), v = y9();
|
|
8394
8393
|
let { mainAppName: r = "", microAppName: P = "", microApps: t = [] } = u9();
|
|
8395
8394
|
!r && P && (t = [{ name: P }]);
|
|
8396
8395
|
const z = async (u) => {
|
|
@@ -8482,7 +8481,7 @@ const z6 = (e) => {
|
|
|
8482
8481
|
() => v.currentRoute.value,
|
|
8483
8482
|
async (u) => {
|
|
8484
8483
|
if (!(u.path === d && Oe(u.query, n))) {
|
|
8485
|
-
if (d =
|
|
8484
|
+
if (d = o9(u.path), n = o9(u.query), n && n.source && localStorage.setItem("thirdLogouSource", n.source), await A(), xA.innerSet) {
|
|
8486
8485
|
xA.innerSet = !1;
|
|
8487
8486
|
return;
|
|
8488
8487
|
}
|
|
@@ -8710,7 +8709,7 @@ const z6 = (e) => {
|
|
|
8710
8709
|
const d = QA().id;
|
|
8711
8710
|
e.value = t.filter(
|
|
8712
8711
|
(n) => n.projectId === d || n.projectId === 0 || n.projectId === "0"
|
|
8713
|
-
), f.value && f.value.length && (f.value.forEach((n) => df.close(n)), f.value = []), await
|
|
8712
|
+
), f.value && f.value.length && (f.value.forEach((n) => df.close(n)), f.value = []), await R9(), e.value.forEach((n, u) => {
|
|
8714
8713
|
df.info({
|
|
8715
8714
|
key: n.id,
|
|
8716
8715
|
class: "message-center-notify",
|
|
@@ -8775,7 +8774,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
8775
8774
|
"23bfa220": n.value
|
|
8776
8775
|
}));
|
|
8777
8776
|
const f = e, v = A, r = o(), { toggle: P, isFullscreen: t } = $9(r), z = () => {
|
|
8778
|
-
r.value != document.fullscreenElement && (t.value ? (t.value = !1,
|
|
8777
|
+
r.value != document.fullscreenElement && (t.value ? (t.value = !1, R9(() => {
|
|
8779
8778
|
P();
|
|
8780
8779
|
})) : P());
|
|
8781
8780
|
}, d = () => {
|
|
@@ -9022,14 +9021,14 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9022
9021
|
), DA(
|
|
9023
9022
|
() => d.value,
|
|
9024
9023
|
() => {
|
|
9025
|
-
d.value &&
|
|
9024
|
+
d.value && R9(() => {
|
|
9026
9025
|
d.value.playbackRate = f.playbackRate || 1;
|
|
9027
9026
|
});
|
|
9028
9027
|
}
|
|
9029
9028
|
), DA(
|
|
9030
9029
|
() => P.value,
|
|
9031
9030
|
() => {
|
|
9032
|
-
P.value &&
|
|
9031
|
+
P.value && R9(() => {
|
|
9033
9032
|
P.value.muted = r.value;
|
|
9034
9033
|
});
|
|
9035
9034
|
}
|
|
@@ -9049,7 +9048,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9049
9048
|
), DA(
|
|
9050
9049
|
() => f.videoUrl,
|
|
9051
9050
|
() => {
|
|
9052
|
-
u.value = !1,
|
|
9051
|
+
u.value = !1, R9(() => {
|
|
9053
9052
|
u.value = !0;
|
|
9054
9053
|
});
|
|
9055
9054
|
}
|
|
@@ -9112,7 +9111,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9112
9111
|
content: D(g)("声音")
|
|
9113
9112
|
}, {
|
|
9114
9113
|
default: F(() => [
|
|
9115
|
-
k(D(
|
|
9114
|
+
k(D(N9), {
|
|
9116
9115
|
class: "icon icon-volume",
|
|
9117
9116
|
icon: r.value ? "muted" : "volume",
|
|
9118
9117
|
onClick: lA(X, ["stop"])
|
|
@@ -9125,7 +9124,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9125
9124
|
content: D(g)("截图")
|
|
9126
9125
|
}, {
|
|
9127
9126
|
default: F(() => [
|
|
9128
|
-
k(D(
|
|
9127
|
+
k(D(N9), {
|
|
9129
9128
|
class: "icon icon-screenshot",
|
|
9130
9129
|
icon: "screenshot",
|
|
9131
9130
|
onClick: lA(s, ["stop"])
|
|
@@ -9139,7 +9138,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9139
9138
|
content: D(g)("聚焦-")
|
|
9140
9139
|
}, {
|
|
9141
9140
|
default: F(() => [
|
|
9142
|
-
["live", "polling"].includes(f.type) ? (fA(), XA(D(
|
|
9141
|
+
["live", "polling"].includes(f.type) ? (fA(), XA(D(N9), {
|
|
9143
9142
|
key: 0,
|
|
9144
9143
|
class: "icon icon-shrink",
|
|
9145
9144
|
icon: "shrink",
|
|
@@ -9154,7 +9153,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9154
9153
|
content: D(g)("聚焦+")
|
|
9155
9154
|
}, {
|
|
9156
9155
|
default: F(() => [
|
|
9157
|
-
["live", "polling"].includes(f.type) ? (fA(), XA(D(
|
|
9156
|
+
["live", "polling"].includes(f.type) ? (fA(), XA(D(N9), {
|
|
9158
9157
|
key: 0,
|
|
9159
9158
|
class: "icon icon-enlarge",
|
|
9160
9159
|
icon: "enlarge",
|
|
@@ -9169,7 +9168,7 @@ const X1 = t1.post("data/device-auth"), b1 = /* @__PURE__ */ qA({
|
|
|
9169
9168
|
content: D(g)("方向控制")
|
|
9170
9169
|
}, {
|
|
9171
9170
|
default: F(() => [
|
|
9172
|
-
["live", "polling"].includes(f.type) ? (fA(), XA(D(
|
|
9171
|
+
["live", "polling"].includes(f.type) ? (fA(), XA(D(N9), {
|
|
9173
9172
|
key: 0,
|
|
9174
9173
|
class: "icon icon-direction-control",
|
|
9175
9174
|
icon: "direction-control",
|
|
@@ -9313,7 +9312,7 @@ const L1 = /* @__PURE__ */ qA({
|
|
|
9313
9312
|
}
|
|
9314
9313
|
return t;
|
|
9315
9314
|
});
|
|
9316
|
-
return (t, z) => (fA(), XA(D(
|
|
9315
|
+
return (t, z) => (fA(), XA(D(j9), {
|
|
9317
9316
|
size: "mini",
|
|
9318
9317
|
title: D(g)("视频监控"),
|
|
9319
9318
|
"custom-class": `das-linakge-video-dialog ${P.value}`,
|
|
@@ -9338,7 +9337,7 @@ const L1 = /* @__PURE__ */ qA({
|
|
|
9338
9337
|
content: D(g)("页面全屏")
|
|
9339
9338
|
}, {
|
|
9340
9339
|
default: F(() => [
|
|
9341
|
-
k(D(
|
|
9340
|
+
k(D(N9), {
|
|
9342
9341
|
class: "icon",
|
|
9343
9342
|
icon: "fullscreen2",
|
|
9344
9343
|
iconColor: "#999",
|
|
@@ -9600,7 +9599,7 @@ function H9(e) {
|
|
|
9600
9599
|
e.constructor && e.constructor.name === "ArrayBuffer");
|
|
9601
9600
|
}
|
|
9602
9601
|
async function Sv(e, A, f, v, r, P) {
|
|
9603
|
-
const t = {}, [z, d] =
|
|
9602
|
+
const t = {}, [z, d] = L9();
|
|
9604
9603
|
t[z] = d, e.log(y.Trace, `(${A} transport) sending data. ${S9(r, P.logMessageContent)}.`);
|
|
9605
9604
|
const n = H9(r) ? "arraybuffer" : "text", u = await f.post(v, {
|
|
9606
9605
|
content: r,
|
|
@@ -9649,7 +9648,7 @@ class cf {
|
|
|
9649
9648
|
}
|
|
9650
9649
|
}
|
|
9651
9650
|
}
|
|
9652
|
-
function
|
|
9651
|
+
function L9() {
|
|
9653
9652
|
let e = "X-SignalR-User-Agent";
|
|
9654
9653
|
return sA.isNode && (e = "User-Agent"), [e, Y1(g1, G1(), J1(), U1())];
|
|
9655
9654
|
}
|
|
@@ -10551,7 +10550,7 @@ class w3 {
|
|
|
10551
10550
|
async connect(A, f) {
|
|
10552
10551
|
if (pA.isRequired(A, "url"), pA.isRequired(f, "transferFormat"), pA.isIn(f, ZA, "transferFormat"), this._url = A, this._logger.log(y.Trace, "(LongPolling transport) Connecting."), f === ZA.Binary && typeof XMLHttpRequest < "u" && typeof new XMLHttpRequest().responseType != "string")
|
|
10553
10552
|
throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported.");
|
|
10554
|
-
const [v, r] =
|
|
10553
|
+
const [v, r] = L9(), P = { [v]: r, ...this._options.headers }, t = {
|
|
10555
10554
|
abortSignal: this._pollAbort.signal,
|
|
10556
10555
|
headers: P,
|
|
10557
10556
|
timeout: 1e5,
|
|
@@ -10585,7 +10584,7 @@ class w3 {
|
|
|
10585
10584
|
this._logger.log(y.Trace, "(LongPolling transport) Stopping polling."), this._running = !1, this._pollAbort.abort();
|
|
10586
10585
|
try {
|
|
10587
10586
|
await this._receiving, this._logger.log(y.Trace, `(LongPolling transport) sending DELETE request to ${this._url}.`);
|
|
10588
|
-
const A = {}, [f, v] =
|
|
10587
|
+
const A = {}, [f, v] = L9();
|
|
10589
10588
|
A[f] = v;
|
|
10590
10589
|
const r = {
|
|
10591
10590
|
headers: { ...A, ...this._options.headers },
|
|
@@ -10627,7 +10626,7 @@ class t8 {
|
|
|
10627
10626
|
else {
|
|
10628
10627
|
const z = this._httpClient.getCookieString(A), d = {};
|
|
10629
10628
|
d.Cookie = z;
|
|
10630
|
-
const [n, u] =
|
|
10629
|
+
const [n, u] = L9();
|
|
10631
10630
|
d[n] = u, t = new this._options.EventSource(A, { withCredentials: this._options.withCredentials, headers: { ...d, ...this._options.headers } });
|
|
10632
10631
|
}
|
|
10633
10632
|
try {
|
|
@@ -10673,7 +10672,7 @@ class u8 {
|
|
|
10673
10672
|
const z = this._httpClient.getCookieString(A);
|
|
10674
10673
|
let d = !1;
|
|
10675
10674
|
if (sA.isNode || sA.isReactNative) {
|
|
10676
|
-
const n = {}, [u, x] =
|
|
10675
|
+
const n = {}, [u, x] = L9();
|
|
10677
10676
|
n[u] = x, v && (n[i9.Authorization] = `Bearer ${v}`), z && (n[i9.Cookie] = z), t = new this._webSocketConstructor(A, void 0, {
|
|
10678
10677
|
headers: { ...n, ...this._headers }
|
|
10679
10678
|
});
|
|
@@ -10808,7 +10807,7 @@ class z8 {
|
|
|
10808
10807
|
}
|
|
10809
10808
|
}
|
|
10810
10809
|
async _getNegotiationResponse(A) {
|
|
10811
|
-
const f = {}, [v, r] =
|
|
10810
|
+
const f = {}, [v, r] = L9();
|
|
10812
10811
|
f[v] = r;
|
|
10813
10812
|
const P = this._resolveNegotiateUrl(A);
|
|
10814
10813
|
this._logger.log(y.Debug, `Sending negotiation request: ${P}.`);
|
|
@@ -11194,7 +11193,7 @@ const l8 = TA(`/api/tool/event-bus/${of}/`), xe = l8.post("/publish"), D8 = xf.g
|
|
|
11194
11193
|
const r = GA(v).find((P) => P.code === A);
|
|
11195
11194
|
return r || null;
|
|
11196
11195
|
}, N8 = () => {
|
|
11197
|
-
const e =
|
|
11196
|
+
const e = y9(), A = sf(), { entryApp: f } = Xf.hooks.useEntryApp(), { entryMenu: v } = Xf.hooks.useEntryMenu();
|
|
11198
11197
|
let r = null;
|
|
11199
11198
|
return CA(async () => {
|
|
11200
11199
|
await Df();
|
|
@@ -11523,7 +11522,7 @@ const l8 = TA(`/api/tool/event-bus/${of}/`), xe = l8.post("/publish"), D8 = xf.g
|
|
|
11523
11522
|
open: eA,
|
|
11524
11523
|
close: X9
|
|
11525
11524
|
}), (S, I) => (fA(), OA("div", g8, [
|
|
11526
|
-
k(D(
|
|
11525
|
+
k(D(j9), {
|
|
11527
11526
|
modelValue: d.value,
|
|
11528
11527
|
"onUpdate:modelValue": I[31] || (I[31] = (B) => d.value = B),
|
|
11529
11528
|
type: "basic",
|
|
@@ -12455,11 +12454,11 @@ o("@das-fed/web");
|
|
|
12455
12454
|
const pX = [
|
|
12456
12455
|
{
|
|
12457
12456
|
path: SA,
|
|
12458
|
-
component: () => import("./index-
|
|
12457
|
+
component: () => import("./index-DSXwz96h.js")
|
|
12459
12458
|
},
|
|
12460
12459
|
{
|
|
12461
12460
|
path: _3,
|
|
12462
|
-
component: () => import("./index-
|
|
12461
|
+
component: () => import("./index-Cm2VNjbP.js")
|
|
12463
12462
|
}
|
|
12464
12463
|
], x2 = {
|
|
12465
12464
|
routes: pX,
|
|
@@ -12477,7 +12476,7 @@ export {
|
|
|
12477
12476
|
MA as _,
|
|
12478
12477
|
Le as a,
|
|
12479
12478
|
R3 as b,
|
|
12480
|
-
|
|
12479
|
+
o9 as c,
|
|
12481
12480
|
Ne as d,
|
|
12482
12481
|
iv as g,
|
|
12483
12482
|
xA as l,
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as b } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as E } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as L } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-
|
|
9
|
+
import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-Bib8i6hY.js";
|
|
10
10
|
const O = "v1", V = L(`/api/justauth/client/${O}`), F = V.get("/visitor/kingdee/auth/user/auth_code"), oo = /* @__PURE__ */ v({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(G) {
|
|
Binary file
|