@das-fed/upf-web 6.4.0-dev.218 → 6.4.0-dev.219
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/es5.js +345 -337
- package/{index-B2YeFQ3Z.js → index-BP-OhkfR.js} +1 -1
- package/{index-CGxSVJwB.js → index-DWDzVyzH.js} +232 -229
- package/index-DWDzVyzH.js.gz +0 -0
- package/{packages/main-app-framework/index-CXgpHY21.js → index-DwuvutgL.js} +1 -1
- package/index-DwuvutgL.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/main-app-framework/es5.js +360 -352
- package/packages/main-app-framework/{index-3vSO62GO.js → index-7BUmPh7i.js} +1 -1
- package/{index-DoFPzS4H.js → packages/main-app-framework/index-BP8gHC_g.js} +1 -1
- package/packages/main-app-framework/index-BP8gHC_g.js.gz +0 -0
- package/packages/main-app-framework/{index-B_17B7NN.js → index-CUuJCTjN.js} +208 -205
- package/packages/main-app-framework/index-CUuJCTjN.js.gz +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/index-CGxSVJwB.js.gz +0 -0
- package/index-DoFPzS4H.js.gz +0 -0
- package/packages/main-app-framework/index-B_17B7NN.js.gz +0 -0
- package/packages/main-app-framework/index-CXgpHY21.js.gz +0 -0
package/es5.js
CHANGED
|
@@ -70,7 +70,7 @@ import { DasChangePwdRef } from '@das-fed/upf-ui/packages/business-components/ch
|
|
|
70
70
|
import { systemConfiguration, enterpriseright as enterpriseright$1, createService as createService$1, spaceManage } from '@das-fed/upf-utils/api-services';
|
|
71
71
|
import { bus, reportRouter } from '@das-fed/mframe';
|
|
72
72
|
import { vAuth } from '@das-fed/upf-utils/directive';
|
|
73
|
-
import
|
|
73
|
+
import Nr from 'dayjs';
|
|
74
74
|
import { devicePanelShow, closeDevicePanel, alarmDevicePanelShow, closeAlarmPanel } from '@das-fed/upf-ui/packages/business-components/device-panel/index';
|
|
75
75
|
import { DasIconWarningFace } from '@das-fed/upf-ui/packages/icons/warning-face/index';
|
|
76
76
|
import { socketService } from '@das-fed/upf-utils/webSocket-service';
|
|
@@ -103,8 +103,8 @@ var K0 = {
|
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
zr = createPinia();
|
|
107
|
+
zr.use(s0);
|
|
108
108
|
var G0 = function G0(t) {
|
|
109
109
|
var _ref;
|
|
110
110
|
var u, _, d, f, p;
|
|
@@ -149,7 +149,7 @@ var G0 = function G0(t) {
|
|
|
149
149
|
})));
|
|
150
150
|
});
|
|
151
151
|
var i = ((p = t == null ? undefined : t.router) == null ? undefined : p.routers) || [],
|
|
152
|
-
c = [].concat(_toConsumableArray(
|
|
152
|
+
c = [].concat(_toConsumableArray(Vn(o, t)), _toConsumableArray(Vn(i, t)), _toConsumableArray(Vn(a, t))),
|
|
153
153
|
l = createRouter(_objectSpread({
|
|
154
154
|
history: createWebHistory(e),
|
|
155
155
|
routes: c
|
|
@@ -250,7 +250,7 @@ var G0 = function G0(t) {
|
|
|
250
250
|
router: l
|
|
251
251
|
};
|
|
252
252
|
},
|
|
253
|
-
|
|
253
|
+
Vn = function Vn(t, e) {
|
|
254
254
|
return t.map(function (n) {
|
|
255
255
|
var _ref3, _r$keepAlive;
|
|
256
256
|
var r = n.meta || {};
|
|
@@ -271,14 +271,14 @@ var G0 = function G0(t) {
|
|
|
271
271
|
r = _ref4.component,
|
|
272
272
|
o = _ref4.props,
|
|
273
273
|
a = createApp(r || DasWebLayout, o);
|
|
274
|
-
a.use(K0, t), a.use(
|
|
274
|
+
a.use(K0, t), a.use(zr);
|
|
275
275
|
var _G = G0(t),
|
|
276
276
|
i = _G.router;
|
|
277
277
|
return a.use(i), a.mount(n || "#app"), (c = window.top) != null && c.vueRouter || window.top && (window.top.vueRouter = i), {
|
|
278
278
|
app: a,
|
|
279
279
|
router: i,
|
|
280
280
|
loading: e,
|
|
281
|
-
store:
|
|
281
|
+
store: zr
|
|
282
282
|
};
|
|
283
283
|
},
|
|
284
284
|
em = {
|
|
@@ -1067,20 +1067,20 @@ var Ho = function Ho(t, e) {
|
|
|
1067
1067
|
};
|
|
1068
1068
|
}
|
|
1069
1069
|
},
|
|
1070
|
-
|
|
1070
|
+
jr = reactive({
|
|
1071
1071
|
visible: false,
|
|
1072
1072
|
style: {}
|
|
1073
1073
|
}),
|
|
1074
1074
|
uc = {
|
|
1075
1075
|
set: function set(t, e) {
|
|
1076
|
-
|
|
1076
|
+
jr.visible = t, e || (e = {}), e.transition || (e.transition = "all 0.3s"), e && (jr.style = e);
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
1079
1079
|
mt = {
|
|
1080
1080
|
nav: de,
|
|
1081
1081
|
menu: Ge,
|
|
1082
1082
|
tab: Oe,
|
|
1083
|
-
overlay:
|
|
1083
|
+
overlay: jr,
|
|
1084
1084
|
iframeView: en,
|
|
1085
1085
|
visible: ref(false)
|
|
1086
1086
|
},
|
|
@@ -2152,7 +2152,7 @@ var Tc = function Tc(t) {
|
|
|
2152
2152
|
_n3();
|
|
2153
2153
|
});
|
|
2154
2154
|
},
|
|
2155
|
-
|
|
2155
|
+
Kn = function Kn(t, e, n) {
|
|
2156
2156
|
var a;
|
|
2157
2157
|
var _ref40 = n || {},
|
|
2158
2158
|
_ref40$awaitListener = _ref40.awaitListener,
|
|
@@ -2203,7 +2203,7 @@ var Tc = function Tc(t) {
|
|
|
2203
2203
|
}
|
|
2204
2204
|
};
|
|
2205
2205
|
},
|
|
2206
|
-
|
|
2206
|
+
Gn = /*#__PURE__*/function () {
|
|
2207
2207
|
var _ref43 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee22(t) {
|
|
2208
2208
|
return _regenerator().w(function (_context23) {
|
|
2209
2209
|
while (1) switch (_context23.n) {
|
|
@@ -2248,7 +2248,7 @@ var Tc = function Tc(t) {
|
|
|
2248
2248
|
}
|
|
2249
2249
|
}, _callee22);
|
|
2250
2250
|
}));
|
|
2251
|
-
return function
|
|
2251
|
+
return function Gn(_x22) {
|
|
2252
2252
|
return _ref43.apply(this, arguments);
|
|
2253
2253
|
};
|
|
2254
2254
|
}(),
|
|
@@ -2397,11 +2397,11 @@ var Tc = function Tc(t) {
|
|
|
2397
2397
|
return setMicroAppRoute;
|
|
2398
2398
|
}(),
|
|
2399
2399
|
sendMessageToMicroApp: Pt,
|
|
2400
|
-
sendMessageToMainApp:
|
|
2400
|
+
sendMessageToMainApp: Kn,
|
|
2401
2401
|
addEventListenerFromMainApp: $c,
|
|
2402
2402
|
addEventListenerFromMicroApp: Mc,
|
|
2403
2403
|
setMainAppOverlay: function setMainAppOverlay(t, e) {
|
|
2404
|
-
|
|
2404
|
+
Kn("bodyOverlay", {
|
|
2405
2405
|
visible: t,
|
|
2406
2406
|
style: e
|
|
2407
2407
|
});
|
|
@@ -2410,20 +2410,20 @@ var Tc = function Tc(t) {
|
|
|
2410
2410
|
key: window.sessionStorage.key,
|
|
2411
2411
|
getItem: window.sessionStorage.getItem,
|
|
2412
2412
|
setItem: function setItem(t, e) {
|
|
2413
|
-
window.sessionStorage.setItem(t, e),
|
|
2413
|
+
window.sessionStorage.setItem(t, e), Gn({
|
|
2414
2414
|
cmd: "setItem",
|
|
2415
2415
|
key: t,
|
|
2416
2416
|
value: e
|
|
2417
2417
|
});
|
|
2418
2418
|
},
|
|
2419
2419
|
removeItem: function removeItem(t) {
|
|
2420
|
-
window.sessionStorage.removeItem(t),
|
|
2420
|
+
window.sessionStorage.removeItem(t), Gn({
|
|
2421
2421
|
cmd: "removeItem",
|
|
2422
2422
|
key: t
|
|
2423
2423
|
});
|
|
2424
2424
|
},
|
|
2425
2425
|
clear: function clear() {
|
|
2426
|
-
window.sessionStorage.clear(),
|
|
2426
|
+
window.sessionStorage.clear(), Gn({
|
|
2427
2427
|
cmd: "clear"
|
|
2428
2428
|
});
|
|
2429
2429
|
}
|
|
@@ -2565,18 +2565,18 @@ var Tc = function Tc(t) {
|
|
|
2565
2565
|
return unloadMicroAppRoute;
|
|
2566
2566
|
}(),
|
|
2567
2567
|
setMainAppLayoutVisible: function setMainAppLayoutVisible(t) {
|
|
2568
|
-
|
|
2568
|
+
Kn("layoutVisible", {
|
|
2569
2569
|
visible: t
|
|
2570
2570
|
});
|
|
2571
2571
|
}
|
|
2572
2572
|
};
|
|
2573
2573
|
var Ko;
|
|
2574
|
-
var
|
|
2574
|
+
var ro = (typeof window === "undefined" ? "undefined" : _typeof(window)) < "u",
|
|
2575
2575
|
Oc = function Oc(t) {
|
|
2576
2576
|
return typeof t == "string";
|
|
2577
2577
|
},
|
|
2578
2578
|
Nc = function Nc() {};
|
|
2579
|
-
|
|
2579
|
+
ro && (Ko = window == null ? undefined : window.navigator) != null && Ko.userAgent && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
2580
2580
|
function Rs(t) {
|
|
2581
2581
|
return typeof t == "function" ? t() : unref(t);
|
|
2582
2582
|
}
|
|
@@ -2595,8 +2595,8 @@ function $s(t) {
|
|
|
2595
2595
|
var n = Rs(t);
|
|
2596
2596
|
return (e = n == null ? undefined : n.$el) != null ? e : n;
|
|
2597
2597
|
}
|
|
2598
|
-
var Hc =
|
|
2599
|
-
Uc =
|
|
2598
|
+
var Hc = ro ? window : undefined,
|
|
2599
|
+
Uc = ro ? window.document : undefined;
|
|
2600
2600
|
function qc() {
|
|
2601
2601
|
var _t32, _t33;
|
|
2602
2602
|
var e, n, r, o;
|
|
@@ -3716,7 +3716,7 @@ var ml = function ml() {
|
|
|
3716
3716
|
} else Object.assign(e, _defineProperty({}, n.key, n.value));
|
|
3717
3717
|
}), sessionStorage.setItem("subApps", JSON.stringify(e));
|
|
3718
3718
|
},
|
|
3719
|
-
|
|
3719
|
+
oo$1 = function oo$1() {
|
|
3720
3720
|
lt([{
|
|
3721
3721
|
key: "currentSubApp",
|
|
3722
3722
|
value: {}
|
|
@@ -3822,7 +3822,7 @@ var ml = function ml() {
|
|
|
3822
3822
|
sessionStorage.setItem("instance", JSON.stringify(t));
|
|
3823
3823
|
},
|
|
3824
3824
|
Dl = function Dl() {
|
|
3825
|
-
bl(),
|
|
3825
|
+
bl(), oo$1(), Ns(), Al(), kl();
|
|
3826
3826
|
},
|
|
3827
3827
|
Sl = function Sl(t) {
|
|
3828
3828
|
var e = JSON.parse(sessionStorage.getItem(t) || "{}");
|
|
@@ -3883,7 +3883,7 @@ var js = {
|
|
|
3883
3883
|
function Tl(t) {
|
|
3884
3884
|
throw new Error('Could not dynamically require "' + t + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
3885
3885
|
}
|
|
3886
|
-
var
|
|
3886
|
+
var Xn = {
|
|
3887
3887
|
exports: {}
|
|
3888
3888
|
};
|
|
3889
3889
|
var Pl = {},
|
|
@@ -4397,9 +4397,9 @@ function se() {
|
|
|
4397
4397
|
}(Math);
|
|
4398
4398
|
return n;
|
|
4399
4399
|
});
|
|
4400
|
-
}(
|
|
4400
|
+
}(Xn)), Xn.exports;
|
|
4401
4401
|
}
|
|
4402
|
-
var
|
|
4402
|
+
var Qn = {
|
|
4403
4403
|
exports: {}
|
|
4404
4404
|
},
|
|
4405
4405
|
ta;
|
|
@@ -4633,9 +4633,9 @@ function $n() {
|
|
|
4633
4633
|
});
|
|
4634
4634
|
}(), n;
|
|
4635
4635
|
});
|
|
4636
|
-
}(
|
|
4636
|
+
}(Qn)), Qn.exports;
|
|
4637
4637
|
}
|
|
4638
|
-
var
|
|
4638
|
+
var Yn = {
|
|
4639
4639
|
exports: {}
|
|
4640
4640
|
},
|
|
4641
4641
|
na;
|
|
@@ -4660,9 +4660,9 @@ function $l() {
|
|
|
4660
4660
|
}
|
|
4661
4661
|
}(), n.lib.WordArray;
|
|
4662
4662
|
});
|
|
4663
|
-
}(
|
|
4663
|
+
}(Yn)), Yn.exports;
|
|
4664
4664
|
}
|
|
4665
|
-
var
|
|
4665
|
+
var Jn = {
|
|
4666
4666
|
exports: {}
|
|
4667
4667
|
},
|
|
4668
4668
|
ra;
|
|
@@ -4758,9 +4758,9 @@ function Ml() {
|
|
|
4758
4758
|
}
|
|
4759
4759
|
}(), n.enc.Utf16;
|
|
4760
4760
|
});
|
|
4761
|
-
}(
|
|
4761
|
+
}(Jn)), Jn.exports;
|
|
4762
4762
|
}
|
|
4763
|
-
var
|
|
4763
|
+
var Zn = {
|
|
4764
4764
|
exports: {}
|
|
4765
4765
|
},
|
|
4766
4766
|
oa;
|
|
@@ -4839,9 +4839,9 @@ function Et() {
|
|
|
4839
4839
|
}
|
|
4840
4840
|
}(), n.enc.Base64;
|
|
4841
4841
|
});
|
|
4842
|
-
}(
|
|
4842
|
+
}(Zn)), Zn.exports;
|
|
4843
4843
|
}
|
|
4844
|
-
var
|
|
4844
|
+
var er = {
|
|
4845
4845
|
exports: {}
|
|
4846
4846
|
},
|
|
4847
4847
|
aa;
|
|
@@ -4927,9 +4927,9 @@ function Ol() {
|
|
|
4927
4927
|
}
|
|
4928
4928
|
}(), n.enc.Base64url;
|
|
4929
4929
|
});
|
|
4930
|
-
}(
|
|
4930
|
+
}(er)), er.exports;
|
|
4931
4931
|
}
|
|
4932
|
-
var
|
|
4932
|
+
var tr = {
|
|
4933
4933
|
exports: {}
|
|
4934
4934
|
},
|
|
4935
4935
|
sa;
|
|
@@ -5020,9 +5020,9 @@ function kt() {
|
|
|
5020
5020
|
o.MD5 = c._createHelper(u), o.HmacMD5 = c._createHmacHelper(u);
|
|
5021
5021
|
}(Math), n.MD5;
|
|
5022
5022
|
});
|
|
5023
|
-
}(
|
|
5023
|
+
}(tr)), tr.exports;
|
|
5024
5024
|
}
|
|
5025
|
-
var
|
|
5025
|
+
var nr = {
|
|
5026
5026
|
exports: {}
|
|
5027
5027
|
},
|
|
5028
5028
|
ia;
|
|
@@ -5068,13 +5068,13 @@ function Hs() {
|
|
|
5068
5068
|
r.SHA1 = i._createHelper(s), r.HmacSHA1 = i._createHmacHelper(s);
|
|
5069
5069
|
}(), n.SHA1;
|
|
5070
5070
|
});
|
|
5071
|
-
}(
|
|
5071
|
+
}(nr)), nr.exports;
|
|
5072
5072
|
}
|
|
5073
|
-
var
|
|
5073
|
+
var rr = {
|
|
5074
5074
|
exports: {}
|
|
5075
5075
|
},
|
|
5076
5076
|
ca;
|
|
5077
|
-
function
|
|
5077
|
+
function ao() {
|
|
5078
5078
|
return ca || (ca = 1, function (t, e) {
|
|
5079
5079
|
(function (n, r) {
|
|
5080
5080
|
t.exports = r(se());
|
|
@@ -5136,16 +5136,16 @@ function oo$1() {
|
|
|
5136
5136
|
o.SHA256 = c._createHelper(d), o.HmacSHA256 = c._createHmacHelper(d);
|
|
5137
5137
|
}(Math), n.SHA256;
|
|
5138
5138
|
});
|
|
5139
|
-
}(
|
|
5139
|
+
}(rr)), rr.exports;
|
|
5140
5140
|
}
|
|
5141
|
-
var
|
|
5141
|
+
var or = {
|
|
5142
5142
|
exports: {}
|
|
5143
5143
|
},
|
|
5144
5144
|
la;
|
|
5145
5145
|
function Nl() {
|
|
5146
5146
|
return la || (la = 1, function (t, e) {
|
|
5147
5147
|
(function (n, r, o) {
|
|
5148
|
-
t.exports = r(se(),
|
|
5148
|
+
t.exports = r(se(), ao());
|
|
5149
5149
|
})(oe, function (n) {
|
|
5150
5150
|
return function () {
|
|
5151
5151
|
var r = n,
|
|
@@ -5165,9 +5165,9 @@ function Nl() {
|
|
|
5165
5165
|
r.SHA224 = c._createHelper(l), r.HmacSHA224 = c._createHmacHelper(l);
|
|
5166
5166
|
}(), n.SHA224;
|
|
5167
5167
|
});
|
|
5168
|
-
}(
|
|
5168
|
+
}(or)), or.exports;
|
|
5169
5169
|
}
|
|
5170
|
-
var
|
|
5170
|
+
var ar = {
|
|
5171
5171
|
exports: {}
|
|
5172
5172
|
},
|
|
5173
5173
|
ua;
|
|
@@ -5202,46 +5202,46 @@ function Us() {
|
|
|
5202
5202
|
it,
|
|
5203
5203
|
yn = d[Ke];
|
|
5204
5204
|
if (Ke < 16) it = yn.high = p[v + Ke * 2] | 0, qe = yn.low = p[v + Ke * 2 + 1] | 0;else {
|
|
5205
|
-
var
|
|
5206
|
-
St =
|
|
5207
|
-
Xt =
|
|
5205
|
+
var yo = d[Ke - 15],
|
|
5206
|
+
St = yo.high,
|
|
5207
|
+
Xt = yo.low,
|
|
5208
5208
|
Pi = (St >>> 1 | Xt << 31) ^ (St >>> 8 | Xt << 24) ^ St >>> 7,
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
It =
|
|
5212
|
-
Qt =
|
|
5209
|
+
bo = (Xt >>> 1 | St << 31) ^ (Xt >>> 8 | St << 24) ^ (Xt >>> 7 | St << 25),
|
|
5210
|
+
wo = d[Ke - 2],
|
|
5211
|
+
It = wo.high,
|
|
5212
|
+
Qt = wo.low,
|
|
5213
5213
|
Ri = (It >>> 19 | Qt << 13) ^ (It << 3 | Qt >>> 29) ^ It >>> 6,
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
Li =
|
|
5217
|
-
$i =
|
|
5218
|
-
|
|
5219
|
-
Mi =
|
|
5220
|
-
|
|
5221
|
-
qe =
|
|
5214
|
+
Ao = (Qt >>> 19 | It << 13) ^ (Qt << 3 | It >>> 29) ^ (Qt >>> 6 | It << 26),
|
|
5215
|
+
Eo = d[Ke - 7],
|
|
5216
|
+
Li = Eo.high,
|
|
5217
|
+
$i = Eo.low,
|
|
5218
|
+
ko = d[Ke - 16],
|
|
5219
|
+
Mi = ko.high,
|
|
5220
|
+
Bo = ko.low;
|
|
5221
|
+
qe = bo + $i, it = Pi + Li + (qe >>> 0 < bo >>> 0 ? 1 : 0), qe = qe + Ao, it = it + Ri + (qe >>> 0 < Ao >>> 0 ? 1 : 0), qe = qe + Bo, it = it + Mi + (qe >>> 0 < Bo >>> 0 ? 1 : 0), yn.high = it, yn.low = qe;
|
|
5222
5222
|
}
|
|
5223
5223
|
var Oi = R & Te ^ ~R & Cn,
|
|
5224
|
-
|
|
5224
|
+
Do = O & Je ^ ~O & Kt,
|
|
5225
5225
|
Ni = ue & De ^ ue & xt ^ De & xt,
|
|
5226
5226
|
zi = le & ne ^ le & st ^ ne & st,
|
|
5227
5227
|
ji = (ue >>> 28 | le << 4) ^ (ue << 30 | le >>> 2) ^ (ue << 25 | le >>> 7),
|
|
5228
|
-
|
|
5228
|
+
So = (le >>> 28 | ue << 4) ^ (le << 30 | ue >>> 2) ^ (le << 25 | ue >>> 7),
|
|
5229
5229
|
Hi = (R >>> 14 | O << 18) ^ (R >>> 18 | O << 14) ^ (R << 23 | O >>> 9),
|
|
5230
5230
|
Ui = (O >>> 14 | R << 18) ^ (O >>> 18 | R << 14) ^ (O << 23 | R >>> 9),
|
|
5231
|
-
|
|
5232
|
-
qi =
|
|
5233
|
-
|
|
5231
|
+
Io = _[Ke],
|
|
5232
|
+
qi = Io.high,
|
|
5233
|
+
Fo = Io.low,
|
|
5234
5234
|
ze = Gt + Ui,
|
|
5235
5235
|
ct = qn + Hi + (ze >>> 0 < Gt >>> 0 ? 1 : 0),
|
|
5236
|
-
ze = ze +
|
|
5237
|
-
ct = ct + Oi + (ze >>> 0 <
|
|
5238
|
-
ze = ze +
|
|
5239
|
-
ct = ct + qi + (ze >>> 0 <
|
|
5236
|
+
ze = ze + Do,
|
|
5237
|
+
ct = ct + Oi + (ze >>> 0 < Do >>> 0 ? 1 : 0),
|
|
5238
|
+
ze = ze + Fo,
|
|
5239
|
+
ct = ct + qi + (ze >>> 0 < Fo >>> 0 ? 1 : 0),
|
|
5240
5240
|
ze = ze + qe,
|
|
5241
5241
|
ct = ct + it + (ze >>> 0 < qe >>> 0 ? 1 : 0),
|
|
5242
|
-
|
|
5243
|
-
Wi = ji + Ni + (
|
|
5244
|
-
qn = Cn, Gt = Kt, Cn = Te, Kt = Je, Te = R, Je = O, O = j + ze | 0, R = vt + ct + (O >>> 0 < j >>> 0 ? 1 : 0) | 0, vt = xt, j = st, xt = De, st = ne, De = ue, ne = le, le = ze +
|
|
5242
|
+
To = So + zi,
|
|
5243
|
+
Wi = ji + Ni + (To >>> 0 < So >>> 0 ? 1 : 0);
|
|
5244
|
+
qn = Cn, Gt = Kt, Cn = Te, Kt = Je, Te = R, Je = O, O = j + ze | 0, R = vt + ct + (O >>> 0 < j >>> 0 ? 1 : 0) | 0, vt = xt, j = st, xt = De, st = ne, De = ue, ne = le, le = ze + To | 0, ue = ct + Wi + (le >>> 0 < ze >>> 0 ? 1 : 0) | 0;
|
|
5245
5245
|
}
|
|
5246
5246
|
y = m.low = y + le, m.high = B + ue + (y >>> 0 < le >>> 0 ? 1 : 0), S = h.low = S + ne, h.high = A + De + (S >>> 0 < ne >>> 0 ? 1 : 0), z = g.low = z + st, g.high = I + xt + (z >>> 0 < st >>> 0 ? 1 : 0), G = C.low = G + j, C.high = H + vt + (G >>> 0 < j >>> 0 ? 1 : 0), U = E.low = U + O, E.high = K + R + (U >>> 0 < O >>> 0 ? 1 : 0), Z = k.low = Z + Je, k.high = W + Te + (Z >>> 0 < Je >>> 0 ? 1 : 0), P = b.low = P + Kt, b.high = T + Cn + (P >>> 0 < Kt >>> 0 ? 1 : 0), $ = w.low = $ + Gt, w.high = M + qn + ($ >>> 0 < Gt >>> 0 ? 1 : 0);
|
|
5247
5247
|
},
|
|
@@ -5263,9 +5263,9 @@ function Us() {
|
|
|
5263
5263
|
r.SHA512 = a._createHelper(f), r.HmacSHA512 = a._createHmacHelper(f);
|
|
5264
5264
|
}(), n.SHA512;
|
|
5265
5265
|
});
|
|
5266
|
-
}(
|
|
5266
|
+
}(ar)), ar.exports;
|
|
5267
5267
|
}
|
|
5268
|
-
var
|
|
5268
|
+
var sr = {
|
|
5269
5269
|
exports: {}
|
|
5270
5270
|
},
|
|
5271
5271
|
da;
|
|
@@ -5293,9 +5293,9 @@ function zl() {
|
|
|
5293
5293
|
r.SHA384 = l._createHelper(s), r.HmacSHA384 = l._createHmacHelper(s);
|
|
5294
5294
|
}(), n.SHA384;
|
|
5295
5295
|
});
|
|
5296
|
-
}(
|
|
5296
|
+
}(sr)), sr.exports;
|
|
5297
5297
|
}
|
|
5298
|
-
var
|
|
5298
|
+
var ir = {
|
|
5299
5299
|
exports: {}
|
|
5300
5300
|
},
|
|
5301
5301
|
fa;
|
|
@@ -5425,9 +5425,9 @@ function jl() {
|
|
|
5425
5425
|
o.SHA3 = c._createHelper(v), o.HmacSHA3 = c._createHmacHelper(v);
|
|
5426
5426
|
}(Math), n.SHA3;
|
|
5427
5427
|
});
|
|
5428
|
-
}(
|
|
5428
|
+
}(ir)), ir.exports;
|
|
5429
5429
|
}
|
|
5430
|
-
var
|
|
5430
|
+
var cr = {
|
|
5431
5431
|
exports: {}
|
|
5432
5432
|
},
|
|
5433
5433
|
pa;
|
|
@@ -5527,13 +5527,13 @@ function Hl() {
|
|
|
5527
5527
|
o.RIPEMD160 = c._createHelper(v), o.HmacRIPEMD160 = c._createHmacHelper(v);
|
|
5528
5528
|
}(), n.RIPEMD160;
|
|
5529
5529
|
});
|
|
5530
|
-
}(
|
|
5530
|
+
}(cr)), cr.exports;
|
|
5531
5531
|
}
|
|
5532
|
-
var
|
|
5532
|
+
var lr = {
|
|
5533
5533
|
exports: {}
|
|
5534
5534
|
},
|
|
5535
5535
|
ha;
|
|
5536
|
-
function
|
|
5536
|
+
function so() {
|
|
5537
5537
|
return ha || (ha = 1, function (t, e) {
|
|
5538
5538
|
(function (n, r) {
|
|
5539
5539
|
t.exports = r(se());
|
|
@@ -5614,16 +5614,16 @@ function ao() {
|
|
|
5614
5614
|
});
|
|
5615
5615
|
})();
|
|
5616
5616
|
});
|
|
5617
|
-
}(
|
|
5617
|
+
}(lr)), lr.exports;
|
|
5618
5618
|
}
|
|
5619
|
-
var
|
|
5619
|
+
var ur = {
|
|
5620
5620
|
exports: {}
|
|
5621
5621
|
},
|
|
5622
5622
|
xa;
|
|
5623
5623
|
function Ul() {
|
|
5624
5624
|
return xa || (xa = 1, function (t, e) {
|
|
5625
5625
|
(function (n, r, o) {
|
|
5626
|
-
t.exports = r(se(),
|
|
5626
|
+
t.exports = r(se(), ao(), so());
|
|
5627
5627
|
})(oe, function (n) {
|
|
5628
5628
|
return function () {
|
|
5629
5629
|
var r = n,
|
|
@@ -5690,16 +5690,16 @@ function Ul() {
|
|
|
5690
5690
|
};
|
|
5691
5691
|
}(), n.PBKDF2;
|
|
5692
5692
|
});
|
|
5693
|
-
}(
|
|
5693
|
+
}(ur)), ur.exports;
|
|
5694
5694
|
}
|
|
5695
|
-
var
|
|
5695
|
+
var dr = {
|
|
5696
5696
|
exports: {}
|
|
5697
5697
|
},
|
|
5698
5698
|
va;
|
|
5699
5699
|
function ht() {
|
|
5700
5700
|
return va || (va = 1, function (t, e) {
|
|
5701
5701
|
(function (n, r, o) {
|
|
5702
|
-
t.exports = r(se(), Hs(),
|
|
5702
|
+
t.exports = r(se(), Hs(), so());
|
|
5703
5703
|
})(oe, function (n) {
|
|
5704
5704
|
return function () {
|
|
5705
5705
|
var r = n,
|
|
@@ -5761,9 +5761,9 @@ function ht() {
|
|
|
5761
5761
|
};
|
|
5762
5762
|
}(), n.EvpKDF;
|
|
5763
5763
|
});
|
|
5764
|
-
}(
|
|
5764
|
+
}(dr)), dr.exports;
|
|
5765
5765
|
}
|
|
5766
|
-
var
|
|
5766
|
+
var fr = {
|
|
5767
5767
|
exports: {}
|
|
5768
5768
|
},
|
|
5769
5769
|
ga;
|
|
@@ -6340,9 +6340,9 @@ function Ee() {
|
|
|
6340
6340
|
});
|
|
6341
6341
|
}();
|
|
6342
6342
|
});
|
|
6343
|
-
}(
|
|
6343
|
+
}(fr)), fr.exports;
|
|
6344
6344
|
}
|
|
6345
|
-
var
|
|
6345
|
+
var pr = {
|
|
6346
6346
|
exports: {}
|
|
6347
6347
|
},
|
|
6348
6348
|
ma;
|
|
@@ -6376,9 +6376,9 @@ function ql() {
|
|
|
6376
6376
|
return r;
|
|
6377
6377
|
}(), n.mode.CFB;
|
|
6378
6378
|
});
|
|
6379
|
-
}(
|
|
6379
|
+
}(pr)), pr.exports;
|
|
6380
6380
|
}
|
|
6381
|
-
var
|
|
6381
|
+
var hr = {
|
|
6382
6382
|
exports: {}
|
|
6383
6383
|
},
|
|
6384
6384
|
_a;
|
|
@@ -6404,9 +6404,9 @@ function Wl() {
|
|
|
6404
6404
|
return r.Decryptor = o, r;
|
|
6405
6405
|
}(), n.mode.CTR;
|
|
6406
6406
|
});
|
|
6407
|
-
}(
|
|
6407
|
+
}(hr)), hr.exports;
|
|
6408
6408
|
}
|
|
6409
|
-
var
|
|
6409
|
+
var xr = {
|
|
6410
6410
|
exports: {}
|
|
6411
6411
|
},
|
|
6412
6412
|
Ca;
|
|
@@ -6449,9 +6449,9 @@ function Vl() {
|
|
|
6449
6449
|
return r.Decryptor = i, r;
|
|
6450
6450
|
}(), n.mode.CTRGladman;
|
|
6451
6451
|
});
|
|
6452
|
-
}(
|
|
6452
|
+
}(xr)), xr.exports;
|
|
6453
6453
|
}
|
|
6454
|
-
var
|
|
6454
|
+
var vr = {
|
|
6455
6455
|
exports: {}
|
|
6456
6456
|
},
|
|
6457
6457
|
ya;
|
|
@@ -6475,9 +6475,9 @@ function Kl() {
|
|
|
6475
6475
|
return r.Decryptor = o, r;
|
|
6476
6476
|
}(), n.mode.OFB;
|
|
6477
6477
|
});
|
|
6478
|
-
}(
|
|
6478
|
+
}(vr)), vr.exports;
|
|
6479
6479
|
}
|
|
6480
|
-
var
|
|
6480
|
+
var gr = {
|
|
6481
6481
|
exports: {}
|
|
6482
6482
|
},
|
|
6483
6483
|
ba;
|
|
@@ -6499,9 +6499,9 @@ function Gl() {
|
|
|
6499
6499
|
}), r;
|
|
6500
6500
|
}(), n.mode.ECB;
|
|
6501
6501
|
});
|
|
6502
|
-
}(
|
|
6502
|
+
}(gr)), gr.exports;
|
|
6503
6503
|
}
|
|
6504
|
-
var
|
|
6504
|
+
var mr = {
|
|
6505
6505
|
exports: {}
|
|
6506
6506
|
},
|
|
6507
6507
|
wa;
|
|
@@ -6524,9 +6524,9 @@ function Xl() {
|
|
|
6524
6524
|
}
|
|
6525
6525
|
}, n.pad.Ansix923;
|
|
6526
6526
|
});
|
|
6527
|
-
}(
|
|
6527
|
+
}(mr)), mr.exports;
|
|
6528
6528
|
}
|
|
6529
|
-
var
|
|
6529
|
+
var _r = {
|
|
6530
6530
|
exports: {}
|
|
6531
6531
|
},
|
|
6532
6532
|
Aa;
|
|
@@ -6547,9 +6547,9 @@ function Ql() {
|
|
|
6547
6547
|
}
|
|
6548
6548
|
}, n.pad.Iso10126;
|
|
6549
6549
|
});
|
|
6550
|
-
}(
|
|
6550
|
+
}(_r)), _r.exports;
|
|
6551
6551
|
}
|
|
6552
|
-
var
|
|
6552
|
+
var Cr = {
|
|
6553
6553
|
exports: {}
|
|
6554
6554
|
},
|
|
6555
6555
|
Ea;
|
|
@@ -6567,9 +6567,9 @@ function Yl() {
|
|
|
6567
6567
|
}
|
|
6568
6568
|
}, n.pad.Iso97971;
|
|
6569
6569
|
});
|
|
6570
|
-
}(
|
|
6570
|
+
}(Cr)), Cr.exports;
|
|
6571
6571
|
}
|
|
6572
|
-
var
|
|
6572
|
+
var yr = {
|
|
6573
6573
|
exports: {}
|
|
6574
6574
|
},
|
|
6575
6575
|
ka;
|
|
@@ -6591,9 +6591,9 @@ function Jl() {
|
|
|
6591
6591
|
}
|
|
6592
6592
|
}, n.pad.ZeroPadding;
|
|
6593
6593
|
});
|
|
6594
|
-
}(
|
|
6594
|
+
}(yr)), yr.exports;
|
|
6595
6595
|
}
|
|
6596
|
-
var
|
|
6596
|
+
var br = {
|
|
6597
6597
|
exports: {}
|
|
6598
6598
|
},
|
|
6599
6599
|
Ba;
|
|
@@ -6607,9 +6607,9 @@ function Zl() {
|
|
|
6607
6607
|
unpad: function unpad() {}
|
|
6608
6608
|
}, n.pad.NoPadding;
|
|
6609
6609
|
});
|
|
6610
|
-
}(
|
|
6610
|
+
}(br)), br.exports;
|
|
6611
6611
|
}
|
|
6612
|
-
var
|
|
6612
|
+
var wr = {
|
|
6613
6613
|
exports: {}
|
|
6614
6614
|
},
|
|
6615
6615
|
Da;
|
|
@@ -6664,9 +6664,9 @@ function eu() {
|
|
|
6664
6664
|
};
|
|
6665
6665
|
}(), n.format.Hex;
|
|
6666
6666
|
});
|
|
6667
|
-
}(
|
|
6667
|
+
}(wr)), wr.exports;
|
|
6668
6668
|
}
|
|
6669
|
-
var
|
|
6669
|
+
var Ar = {
|
|
6670
6670
|
exports: {}
|
|
6671
6671
|
},
|
|
6672
6672
|
Sa;
|
|
@@ -6745,9 +6745,9 @@ function tu() {
|
|
|
6745
6745
|
r.AES = a._createHelper(h);
|
|
6746
6746
|
}(), n.AES;
|
|
6747
6747
|
});
|
|
6748
|
-
}(
|
|
6748
|
+
}(Ar)), Ar.exports;
|
|
6749
6749
|
}
|
|
6750
|
-
var
|
|
6750
|
+
var Er = {
|
|
6751
6751
|
exports: {}
|
|
6752
6752
|
},
|
|
6753
6753
|
Ia;
|
|
@@ -7352,9 +7352,9 @@ function nu() {
|
|
|
7352
7352
|
r.TripleDES = i._createHelper(x);
|
|
7353
7353
|
}(), n.TripleDES;
|
|
7354
7354
|
});
|
|
7355
|
-
}(
|
|
7355
|
+
}(Er)), Er.exports;
|
|
7356
7356
|
}
|
|
7357
|
-
var
|
|
7357
|
+
var kr = {
|
|
7358
7358
|
exports: {}
|
|
7359
7359
|
},
|
|
7360
7360
|
Fa;
|
|
@@ -7412,9 +7412,9 @@ function ru() {
|
|
|
7412
7412
|
r.RC4Drop = a._createHelper(s);
|
|
7413
7413
|
}(), n.RC4;
|
|
7414
7414
|
});
|
|
7415
|
-
}(
|
|
7415
|
+
}(kr)), kr.exports;
|
|
7416
7416
|
}
|
|
7417
|
-
var
|
|
7417
|
+
var Br = {
|
|
7418
7418
|
exports: {}
|
|
7419
7419
|
},
|
|
7420
7420
|
Ta;
|
|
@@ -7475,9 +7475,9 @@ function ou() {
|
|
|
7475
7475
|
r.Rabbit = a._createHelper(u);
|
|
7476
7476
|
}(), n.Rabbit;
|
|
7477
7477
|
});
|
|
7478
|
-
}(
|
|
7478
|
+
}(Br)), Br.exports;
|
|
7479
7479
|
}
|
|
7480
|
-
var
|
|
7480
|
+
var Dr = {
|
|
7481
7481
|
exports: {}
|
|
7482
7482
|
},
|
|
7483
7483
|
Pa;
|
|
@@ -7539,9 +7539,9 @@ function au() {
|
|
|
7539
7539
|
r.RabbitLegacy = a._createHelper(u);
|
|
7540
7540
|
}(), n.RabbitLegacy;
|
|
7541
7541
|
});
|
|
7542
|
-
}(
|
|
7542
|
+
}(Dr)), Dr.exports;
|
|
7543
7543
|
}
|
|
7544
|
-
var
|
|
7544
|
+
var Sr = {
|
|
7545
7545
|
exports: {}
|
|
7546
7546
|
},
|
|
7547
7547
|
Ra;
|
|
@@ -7628,11 +7628,11 @@ function su() {
|
|
|
7628
7628
|
r.Blowfish = a._createHelper(v);
|
|
7629
7629
|
}(), n.Blowfish;
|
|
7630
7630
|
});
|
|
7631
|
-
}(
|
|
7631
|
+
}(Sr)), Sr.exports;
|
|
7632
7632
|
}
|
|
7633
7633
|
(function (t, e) {
|
|
7634
7634
|
(function (n, r, o) {
|
|
7635
|
-
t.exports = r(se(), $n(), $l(), Ml(), Et(), Ol(), kt(), Hs(),
|
|
7635
|
+
t.exports = r(se(), $n(), $l(), Ml(), Et(), Ol(), kt(), Hs(), ao(), Nl(), Us(), zl(), jl(), Hl(), so(), Ul(), ht(), Ee(), ql(), Wl(), Vl(), Kl(), Gl(), Xl(), Ql(), Yl(), Jl(), Zl(), eu(), tu(), nu(), ru(), ou(), au(), su());
|
|
7636
7636
|
})(oe, function (n) {
|
|
7637
7637
|
return n;
|
|
7638
7638
|
});
|
|
@@ -7735,10 +7735,10 @@ function _Vs() {
|
|
|
7735
7735
|
l,
|
|
7736
7736
|
s,
|
|
7737
7737
|
_args22 = arguments,
|
|
7738
|
+
_t76,
|
|
7738
7739
|
_t77,
|
|
7739
7740
|
_t78,
|
|
7740
|
-
_t79
|
|
7741
|
-
_t80;
|
|
7741
|
+
_t79;
|
|
7742
7742
|
return _regenerator().w(function (_context128) {
|
|
7743
7743
|
while (1) switch (_context128.p = _context128.n) {
|
|
7744
7744
|
case 0:
|
|
@@ -7753,8 +7753,8 @@ function _Vs() {
|
|
|
7753
7753
|
break;
|
|
7754
7754
|
case 3:
|
|
7755
7755
|
_context128.p = 3;
|
|
7756
|
-
|
|
7757
|
-
return _context128.a(2, Promise.reject(
|
|
7756
|
+
_t76 = _context128.v;
|
|
7757
|
+
return _context128.a(2, Promise.reject(_t76));
|
|
7758
7758
|
case 4:
|
|
7759
7759
|
_ref175 = n || {}, _ref175$iv = _ref175.iv, i = _ref175$iv === void 0 ? "" : _ref175$iv;
|
|
7760
7760
|
if (!(a !== "ECB" && i.length === 0)) {
|
|
@@ -7772,8 +7772,8 @@ function _Vs() {
|
|
|
7772
7772
|
break;
|
|
7773
7773
|
case 7:
|
|
7774
7774
|
_context128.p = 7;
|
|
7775
|
-
|
|
7776
|
-
return _context128.a(2, Promise.reject(
|
|
7775
|
+
_t77 = _context128.v;
|
|
7776
|
+
return _context128.a(2, Promise.reject(_t77));
|
|
7777
7777
|
case 8:
|
|
7778
7778
|
_context128.p = 8;
|
|
7779
7779
|
_context128.n = 9;
|
|
@@ -7784,8 +7784,8 @@ function _Vs() {
|
|
|
7784
7784
|
break;
|
|
7785
7785
|
case 10:
|
|
7786
7786
|
_context128.p = 10;
|
|
7787
|
-
|
|
7788
|
-
return _context128.a(2, Promise.reject(
|
|
7787
|
+
_t78 = _context128.v;
|
|
7788
|
+
return _context128.a(2, Promise.reject(_t78));
|
|
7789
7789
|
case 11:
|
|
7790
7790
|
_context128.p = 11;
|
|
7791
7791
|
_context128.n = 12;
|
|
@@ -7796,8 +7796,8 @@ function _Vs() {
|
|
|
7796
7796
|
break;
|
|
7797
7797
|
case 13:
|
|
7798
7798
|
_context128.p = 13;
|
|
7799
|
-
|
|
7800
|
-
return _context128.a(2, Promise.reject(
|
|
7799
|
+
_t79 = _context128.v;
|
|
7800
|
+
return _context128.a(2, Promise.reject(_t79));
|
|
7801
7801
|
case 14:
|
|
7802
7802
|
return _context128.a(2, [t, e, c, i, a, l, s, o]);
|
|
7803
7803
|
}
|
|
@@ -8042,7 +8042,7 @@ function _u(_x49) {
|
|
|
8042
8042
|
}
|
|
8043
8043
|
function _u2() {
|
|
8044
8044
|
_u2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee133(t) {
|
|
8045
|
-
var e, n, r, _o14, a, _i9, c, _l5, _s5, u, _$value, _,
|
|
8045
|
+
var e, n, r, _o14, a, _i9, c, _l5, _s5, u, _$value, _, _t80;
|
|
8046
8046
|
return _regenerator().w(function (_context135) {
|
|
8047
8047
|
while (1) switch (_context135.n) {
|
|
8048
8048
|
case 0:
|
|
@@ -8073,8 +8073,8 @@ function _u2() {
|
|
|
8073
8073
|
_context135.n = 7;
|
|
8074
8074
|
break;
|
|
8075
8075
|
case 4:
|
|
8076
|
-
|
|
8077
|
-
if (!
|
|
8076
|
+
_t80 = c === Ks.JSON;
|
|
8077
|
+
if (!_t80) {
|
|
8078
8078
|
_context135.n = 6;
|
|
8079
8079
|
break;
|
|
8080
8080
|
}
|
|
@@ -8082,9 +8082,9 @@ function _u2() {
|
|
|
8082
8082
|
return mu(_i9);
|
|
8083
8083
|
case 5:
|
|
8084
8084
|
u = _context135.v;
|
|
8085
|
-
|
|
8085
|
+
_t80 = u === "goLogin";
|
|
8086
8086
|
case 6:
|
|
8087
|
-
if (!
|
|
8087
|
+
if (!_t80) {
|
|
8088
8088
|
_context135.n = 7;
|
|
8089
8089
|
break;
|
|
8090
8090
|
}
|
|
@@ -8174,7 +8174,7 @@ var Qs = /*#__PURE__*/function () {
|
|
|
8174
8174
|
return _ref68.apply(this, arguments);
|
|
8175
8175
|
};
|
|
8176
8176
|
}(),
|
|
8177
|
-
|
|
8177
|
+
Hr = function Hr(t) {
|
|
8178
8178
|
var e = new URL(t, location.origin);
|
|
8179
8179
|
return ["true", "1"].includes(e.searchParams.get("autoSetToken")) && (e.searchParams.append("access_token", getAccessToken()), e.searchParams["delete"]("autoSetToken")), e.toString();
|
|
8180
8180
|
},
|
|
@@ -8406,9 +8406,9 @@ function ai(t) {
|
|
|
8406
8406
|
var e = vn(t);
|
|
8407
8407
|
return e == td || e == nd || e == ed || e == rd;
|
|
8408
8408
|
}
|
|
8409
|
-
var
|
|
8409
|
+
var Ir = tt["__core-js_shared__"],
|
|
8410
8410
|
Ma = function () {
|
|
8411
|
-
var t = /[^.]+$/.exec(
|
|
8411
|
+
var t = /[^.]+$/.exec(Ir && Ir.keys && Ir.keys.IE_PROTO || "");
|
|
8412
8412
|
return t ? "Symbol(src)_1." + t : "";
|
|
8413
8413
|
}();
|
|
8414
8414
|
function od(t) {
|
|
@@ -8595,7 +8595,7 @@ var ci = Object.prototype,
|
|
|
8595
8595
|
}()) ? Na : function (t) {
|
|
8596
8596
|
return mn(t) && zd.call(t, "callee") && !jd.call(t, "callee");
|
|
8597
8597
|
},
|
|
8598
|
-
|
|
8598
|
+
io = Array.isArray;
|
|
8599
8599
|
function Ud() {
|
|
8600
8600
|
return false;
|
|
8601
8601
|
}
|
|
@@ -8645,7 +8645,7 @@ pe[Qd] = pe[Yd] = pe[uf] = pe[Jd] = pe[df] = pe[Zd] = pe[ef] = pe[tf] = pe[nf] =
|
|
|
8645
8645
|
function yf(t) {
|
|
8646
8646
|
return mn(t) && di(t.length) && !!pe[vn(t)];
|
|
8647
8647
|
}
|
|
8648
|
-
function
|
|
8648
|
+
function co(t) {
|
|
8649
8649
|
return function (e) {
|
|
8650
8650
|
return t(e);
|
|
8651
8651
|
};
|
|
@@ -8653,19 +8653,19 @@ function io(t) {
|
|
|
8653
8653
|
var fi = (typeof exports === "undefined" ? "undefined" : _typeof(exports)) == "object" && exports && !exports.nodeType && exports,
|
|
8654
8654
|
on = fi && (typeof module === "undefined" ? "undefined" : _typeof(module)) == "object" && module && !module.nodeType && module,
|
|
8655
8655
|
bf = on && on.exports === fi,
|
|
8656
|
-
|
|
8656
|
+
Fr = bf && ri.process,
|
|
8657
8657
|
jt = function () {
|
|
8658
8658
|
try {
|
|
8659
8659
|
var t = on && on.require && on.require("util").types;
|
|
8660
|
-
return t ||
|
|
8660
|
+
return t || Fr && Fr.binding && Fr.binding("util");
|
|
8661
8661
|
} catch (_unused11) {}
|
|
8662
8662
|
}(),
|
|
8663
8663
|
Ha = jt && jt.isTypedArray,
|
|
8664
|
-
wf = Ha ?
|
|
8664
|
+
wf = Ha ? co(Ha) : yf,
|
|
8665
8665
|
Af = Object.prototype,
|
|
8666
8666
|
Ef = Af.hasOwnProperty;
|
|
8667
8667
|
function pi(t, e) {
|
|
8668
|
-
var n =
|
|
8668
|
+
var n = io(t),
|
|
8669
8669
|
r = !n && Hd(t),
|
|
8670
8670
|
o = !n && !r && ui(t),
|
|
8671
8671
|
a = !n && !r && !o && wf(t),
|
|
@@ -8684,7 +8684,7 @@ function pi(t, e) {
|
|
|
8684
8684
|
return c;
|
|
8685
8685
|
}
|
|
8686
8686
|
var kf = Object.prototype;
|
|
8687
|
-
function
|
|
8687
|
+
function lo(t) {
|
|
8688
8688
|
var e = t && t.constructor,
|
|
8689
8689
|
n = typeof e == "function" && e.prototype || kf;
|
|
8690
8690
|
return t === n;
|
|
@@ -8698,7 +8698,7 @@ var Bf = hi(Object.keys, Object),
|
|
|
8698
8698
|
Df = Object.prototype,
|
|
8699
8699
|
Sf = Df.hasOwnProperty;
|
|
8700
8700
|
function If(t) {
|
|
8701
|
-
if (!
|
|
8701
|
+
if (!lo(t)) return Bf(t);
|
|
8702
8702
|
var e = [];
|
|
8703
8703
|
for (var n in Object(t)) Sf.call(t, n) && n != "constructor" && e.push(n);
|
|
8704
8704
|
return e;
|
|
@@ -8706,7 +8706,7 @@ function If(t) {
|
|
|
8706
8706
|
function xi(t) {
|
|
8707
8707
|
return t != null && di(t.length) && !ai(t);
|
|
8708
8708
|
}
|
|
8709
|
-
function
|
|
8709
|
+
function uo(t) {
|
|
8710
8710
|
return xi(t) ? pi(t) : If(t);
|
|
8711
8711
|
}
|
|
8712
8712
|
var vi = (typeof exports === "undefined" ? "undefined" : _typeof(exports)) == "object" && exports && !exports.nodeType && exports,
|
|
@@ -8730,7 +8730,7 @@ function gi() {
|
|
|
8730
8730
|
var jf = Object.prototype,
|
|
8731
8731
|
Hf = jf.propertyIsEnumerable,
|
|
8732
8732
|
Va = Object.getOwnPropertySymbols,
|
|
8733
|
-
|
|
8733
|
+
po = Va ? function (t) {
|
|
8734
8734
|
return t == null ? [] : (t = Object(t), zf(Va(t), function (e) {
|
|
8735
8735
|
return Hf.call(t, e);
|
|
8736
8736
|
}));
|
|
@@ -8742,28 +8742,28 @@ function mi(t, e) {
|
|
|
8742
8742
|
var _i = hi(Object.getPrototypeOf, Object);
|
|
8743
8743
|
function yi(t, e, n) {
|
|
8744
8744
|
var r = e(t);
|
|
8745
|
-
return
|
|
8745
|
+
return io(t) ? r : mi(r, n(t));
|
|
8746
8746
|
}
|
|
8747
8747
|
function Vf(t) {
|
|
8748
|
-
return yi(t,
|
|
8748
|
+
return yi(t, uo, po);
|
|
8749
8749
|
}
|
|
8750
|
-
var
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
|
|
8750
|
+
var Ur = Dt(tt, "DataView"),
|
|
8751
|
+
qr = Dt(tt, "Promise"),
|
|
8752
|
+
Wr = Dt(tt, "Set"),
|
|
8753
|
+
Vr = Dt(tt, "WeakMap"),
|
|
8754
8754
|
Ka = "[object Map]",
|
|
8755
8755
|
Gf = "[object Object]",
|
|
8756
8756
|
Ga = "[object Promise]",
|
|
8757
8757
|
Xa = "[object Set]",
|
|
8758
8758
|
Qa = "[object WeakMap]",
|
|
8759
8759
|
Ya = "[object DataView]",
|
|
8760
|
-
Xf = Bt(
|
|
8760
|
+
Xf = Bt(Ur),
|
|
8761
8761
|
Qf = Bt(cn),
|
|
8762
|
-
Yf = Bt(
|
|
8763
|
-
Jf = Bt(
|
|
8764
|
-
Zf = Bt(
|
|
8762
|
+
Yf = Bt(qr),
|
|
8763
|
+
Jf = Bt(Wr),
|
|
8764
|
+
Zf = Bt(Vr),
|
|
8765
8765
|
nt = vn;
|
|
8766
|
-
(
|
|
8766
|
+
(Ur && nt(new Ur(new ArrayBuffer(1))) != Ya || cn && nt(new cn()) != Ka || qr && nt(qr.resolve()) != Ga || Wr && nt(new Wr()) != Xa || Vr && nt(new Vr()) != Qa) && (nt = function nt(t) {
|
|
8767
8767
|
var e = vn(t),
|
|
8768
8768
|
n = e == Gf ? t.constructor : undefined,
|
|
8769
8769
|
r = n ? Bt(n) : "";
|
|
@@ -8789,12 +8789,12 @@ function np(t) {
|
|
|
8789
8789
|
return e && typeof t[0] == "string" && tp.call(t, "index") && (n.index = t.index, n.input = t.input), n;
|
|
8790
8790
|
}
|
|
8791
8791
|
var Ja = tt.Uint8Array;
|
|
8792
|
-
function
|
|
8792
|
+
function ho(t) {
|
|
8793
8793
|
var e = new t.constructor(t.byteLength);
|
|
8794
8794
|
return new Ja(e).set(new Ja(t)), e;
|
|
8795
8795
|
}
|
|
8796
8796
|
function rp(t, e) {
|
|
8797
|
-
var n =
|
|
8797
|
+
var n = ho(t.buffer);
|
|
8798
8798
|
return new t.constructor(n, t.byteOffset, t.byteLength);
|
|
8799
8799
|
}
|
|
8800
8800
|
var op = /\w*$/;
|
|
@@ -8808,7 +8808,7 @@ function sp(t) {
|
|
|
8808
8808
|
return es ? Object(es.call(t)) : {};
|
|
8809
8809
|
}
|
|
8810
8810
|
function ip(t, e) {
|
|
8811
|
-
var n =
|
|
8811
|
+
var n = ho(t.buffer);
|
|
8812
8812
|
return new t.constructor(n, t.byteOffset, t.length);
|
|
8813
8813
|
}
|
|
8814
8814
|
var cp = "[object Boolean]",
|
|
@@ -8834,7 +8834,7 @@ function Bp(t, e, n) {
|
|
|
8834
8834
|
var r = t.constructor;
|
|
8835
8835
|
switch (e) {
|
|
8836
8836
|
case vp:
|
|
8837
|
-
return
|
|
8837
|
+
return ho(t);
|
|
8838
8838
|
case cp:
|
|
8839
8839
|
case lp:
|
|
8840
8840
|
return new r(+t);
|
|
@@ -8875,20 +8875,20 @@ var ts = Object.create,
|
|
|
8875
8875
|
};
|
|
8876
8876
|
}();
|
|
8877
8877
|
function Sp(t) {
|
|
8878
|
-
return typeof t.constructor == "function" && !
|
|
8878
|
+
return typeof t.constructor == "function" && !lo(t) ? Dp(_i(t)) : {};
|
|
8879
8879
|
}
|
|
8880
8880
|
var Ip = "[object Map]";
|
|
8881
8881
|
function Fp(t) {
|
|
8882
8882
|
return mn(t) && nt(t) == Ip;
|
|
8883
8883
|
}
|
|
8884
8884
|
var ns = jt && jt.isMap,
|
|
8885
|
-
Tp = ns ?
|
|
8885
|
+
Tp = ns ? co(ns) : Fp,
|
|
8886
8886
|
Pp = "[object Set]";
|
|
8887
8887
|
function Rp(t) {
|
|
8888
8888
|
return mn(t) && nt(t) == Pp;
|
|
8889
8889
|
}
|
|
8890
8890
|
var rs = jt && jt.isSet,
|
|
8891
|
-
Lp = rs ?
|
|
8891
|
+
Lp = rs ? co(rs) : Rp,
|
|
8892
8892
|
bi = "[object Arguments]",
|
|
8893
8893
|
Np = "[object Array]",
|
|
8894
8894
|
zp = "[object Boolean]",
|
|
@@ -8922,7 +8922,7 @@ function Bn(t, e, n, r, o, a) {
|
|
|
8922
8922
|
var i;
|
|
8923
8923
|
if (i !== undefined) return i;
|
|
8924
8924
|
if (!gn(t)) return t;
|
|
8925
|
-
var u =
|
|
8925
|
+
var u = io(t);
|
|
8926
8926
|
if (u) {
|
|
8927
8927
|
if (i = np(t), false) ;
|
|
8928
8928
|
} else {
|
|
@@ -9008,7 +9008,7 @@ var _Tn = function Tn(t) {
|
|
|
9008
9008
|
return e.splice(n, 1), e.length ? lt([{
|
|
9009
9009
|
key: "subAppList",
|
|
9010
9010
|
value: e
|
|
9011
|
-
}]) :
|
|
9011
|
+
}]) : oo$1(), He([{
|
|
9012
9012
|
key: "currentCode",
|
|
9013
9013
|
value: ""
|
|
9014
9014
|
}, {
|
|
@@ -9118,7 +9118,7 @@ var _Tn = function Tn(t) {
|
|
|
9118
9118
|
value: []
|
|
9119
9119
|
}]), os(t));
|
|
9120
9120
|
},
|
|
9121
|
-
|
|
9121
|
+
xo = /*#__PURE__*/function () {
|
|
9122
9122
|
var _ref75 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee41(t) {
|
|
9123
9123
|
var _yield$Tu$run, _yield$Tu$run2, e, n, r, o, a;
|
|
9124
9124
|
return _regenerator().w(function (_context42) {
|
|
@@ -9161,14 +9161,14 @@ var _Tn = function Tn(t) {
|
|
|
9161
9161
|
}
|
|
9162
9162
|
}, _callee41);
|
|
9163
9163
|
}));
|
|
9164
|
-
return function
|
|
9164
|
+
return function xo(_x54) {
|
|
9165
9165
|
return _ref75.apply(this, arguments);
|
|
9166
9166
|
};
|
|
9167
9167
|
}(),
|
|
9168
9168
|
ph = /*#__PURE__*/function () {
|
|
9169
9169
|
var _ref76 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee42(t) {
|
|
9170
9170
|
var _ref77, _ref78, _ref79, _getSubApps$subAppLis2, _ref80;
|
|
9171
|
-
var d, f, p, v, x, _t$microApp, e, _t$menuCode2, n, _t$menuPath, r, _t$route, o, a, i, c, l, s, u, _yield$
|
|
9171
|
+
var d, f, p, v, x, _t$microApp, e, _t$menuCode2, n, _t$menuPath, r, _t$route, o, a, i, c, l, s, u, _yield$xo, m, _h2, _ref81, _getTabInfo$tabMap, _h3, g, _m2, _, _ref83, _m3, _m4, _h4, _g, _ref84, C, E;
|
|
9172
9172
|
return _regenerator().w(function (_context43) {
|
|
9173
9173
|
while (1) switch (_context43.n) {
|
|
9174
9174
|
case 0:
|
|
@@ -9197,11 +9197,11 @@ var _Tn = function Tn(t) {
|
|
|
9197
9197
|
break;
|
|
9198
9198
|
}
|
|
9199
9199
|
_context43.n = 2;
|
|
9200
|
-
return
|
|
9200
|
+
return xo(c);
|
|
9201
9201
|
case 2:
|
|
9202
|
-
_yield$
|
|
9203
|
-
m = _yield$
|
|
9204
|
-
_h2 = _yield$
|
|
9202
|
+
_yield$xo = _context43.v;
|
|
9203
|
+
m = _yield$xo.menus;
|
|
9204
|
+
_h2 = _yield$xo.originalMenus;
|
|
9205
9205
|
l = m !== null && m !== void 0 ? m : [], s = _h2 !== null && _h2 !== void 0 ? _h2 : [];
|
|
9206
9206
|
case 3:
|
|
9207
9207
|
if (!(!l.length && (!a || !i))) {
|
|
@@ -9489,7 +9489,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
9489
9489
|
};
|
|
9490
9490
|
}
|
|
9491
9491
|
}),
|
|
9492
|
-
|
|
9492
|
+
Kr = /* @__PURE__ */Ne(Eh, [["__scopeId", "data-v-d0f25bba"]]),
|
|
9493
9493
|
kh = justauth.get("/login/history"),
|
|
9494
9494
|
Bh = function Bh() {
|
|
9495
9495
|
var t = function t() {
|
|
@@ -9834,9 +9834,9 @@ var _h = /*#__PURE__*/function () {
|
|
|
9834
9834
|
i = _n5.deleteApp,
|
|
9835
9835
|
_zn2 = zn(),
|
|
9836
9836
|
c = _zn2.entryMenu,
|
|
9837
|
-
|
|
9838
|
-
l =
|
|
9839
|
-
s =
|
|
9837
|
+
_vo = vo(),
|
|
9838
|
+
l = _vo.reloadRoute,
|
|
9839
|
+
s = _vo.unloadRoute,
|
|
9840
9840
|
u = function u(p) {
|
|
9841
9841
|
var _ref101, _m$query;
|
|
9842
9842
|
var h;
|
|
@@ -10108,8 +10108,8 @@ var _h = /*#__PURE__*/function () {
|
|
|
10108
10108
|
var t = useRouter(),
|
|
10109
10109
|
_zn3 = zn(),
|
|
10110
10110
|
e = _zn3.entryMenu,
|
|
10111
|
-
|
|
10112
|
-
n =
|
|
10111
|
+
_vo2 = vo(),
|
|
10112
|
+
n = _vo2.unloadRoute;
|
|
10113
10113
|
var _getConfig = getConfig(),
|
|
10114
10114
|
_getConfig$mainAppNam = _getConfig.mainAppName,
|
|
10115
10115
|
r = _getConfig$mainAppNam === void 0 ? "" : _getConfig$mainAppNam,
|
|
@@ -10129,7 +10129,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10129
10129
|
l = /*#__PURE__*/function () {
|
|
10130
10130
|
var _ref105 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee57(d) {
|
|
10131
10131
|
var _d$code, _getSubApps$subAppLis3, _v$menus;
|
|
10132
|
-
var f, v, x, m, h, _yield$
|
|
10132
|
+
var f, v, x, m, h, _yield$xo2, C, E, k, g, _t41;
|
|
10133
10133
|
return _regenerator().w(function (_context58) {
|
|
10134
10134
|
while (1) switch (_context58.n) {
|
|
10135
10135
|
case 0:
|
|
@@ -10148,12 +10148,12 @@ var _h = /*#__PURE__*/function () {
|
|
|
10148
10148
|
break;
|
|
10149
10149
|
}
|
|
10150
10150
|
_context58.n = 2;
|
|
10151
|
-
return
|
|
10151
|
+
return xo(f);
|
|
10152
10152
|
case 2:
|
|
10153
|
-
_yield$
|
|
10154
|
-
C = _yield$
|
|
10155
|
-
E = _yield$
|
|
10156
|
-
k = _yield$
|
|
10153
|
+
_yield$xo2 = _context58.v;
|
|
10154
|
+
C = _yield$xo2.menus;
|
|
10155
|
+
E = _yield$xo2.originalMenus;
|
|
10156
|
+
k = _yield$xo2.err;
|
|
10157
10157
|
if (!k) {
|
|
10158
10158
|
_context58.n = 3;
|
|
10159
10159
|
break;
|
|
@@ -10292,14 +10292,14 @@ var _h = /*#__PURE__*/function () {
|
|
|
10292
10292
|
return Qs(f.routeUrl, (_ref112 = f == null ? undefined : f.param) !== null && _ref112 !== void 0 ? _ref112 : []);
|
|
10293
10293
|
case 6:
|
|
10294
10294
|
W = _context59.v;
|
|
10295
|
-
Z =
|
|
10295
|
+
Z = Hr(setShowWatermark(setShowLayout(W)));
|
|
10296
10296
|
T = "".concat(_t, "-").concat(f.code);
|
|
10297
10297
|
if (!t.options.routes.find(function (P) {
|
|
10298
10298
|
return P.path === T;
|
|
10299
10299
|
})) {
|
|
10300
10300
|
P = {
|
|
10301
10301
|
path: T,
|
|
10302
|
-
component: h(
|
|
10302
|
+
component: h(Kr, {
|
|
10303
10303
|
src: Z
|
|
10304
10304
|
}),
|
|
10305
10305
|
meta: {
|
|
@@ -10550,7 +10550,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10550
10550
|
});
|
|
10551
10551
|
_h7 && u(_h7);
|
|
10552
10552
|
}
|
|
10553
|
-
|
|
10553
|
+
oo$1(), Ns();
|
|
10554
10554
|
}
|
|
10555
10555
|
case 5:
|
|
10556
10556
|
return _context61.a(2);
|
|
@@ -10617,7 +10617,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10617
10617
|
m = {
|
|
10618
10618
|
path: d,
|
|
10619
10619
|
name: d,
|
|
10620
|
-
component: h(
|
|
10620
|
+
component: h(Kr, {
|
|
10621
10621
|
src: x
|
|
10622
10622
|
}),
|
|
10623
10623
|
meta: {
|
|
@@ -10656,14 +10656,14 @@ var _h = /*#__PURE__*/function () {
|
|
|
10656
10656
|
return Qs(i.routeUrl, (_ref121 = i == null ? undefined : i.param) !== null && _ref121 !== void 0 ? _ref121 : []);
|
|
10657
10657
|
case 6:
|
|
10658
10658
|
_x70 = _context62.v;
|
|
10659
|
-
_m5 =
|
|
10659
|
+
_m5 = Hr(setShowWatermark(setShowLayout(_x70)));
|
|
10660
10660
|
if (d = "".concat(_t, "-").concat(i.code), !t.options.routes.find(function (h) {
|
|
10661
10661
|
return h.path === d;
|
|
10662
10662
|
})) {
|
|
10663
10663
|
h$1 = {
|
|
10664
10664
|
path: d,
|
|
10665
10665
|
name: d,
|
|
10666
|
-
component: h(
|
|
10666
|
+
component: h(Kr, {
|
|
10667
10667
|
src: _m5
|
|
10668
10668
|
}),
|
|
10669
10669
|
meta: {
|
|
@@ -10684,7 +10684,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10684
10684
|
break;
|
|
10685
10685
|
}
|
|
10686
10686
|
_x71 = _ === 1 ? "/".concat(i.applicationPath).concat(i.routeUrl).replace(/\/\//g, "/") : i.routeUrl;
|
|
10687
|
-
_x71 =
|
|
10687
|
+
_x71 = Hr(setShowWatermark(setShowLayout(_x71)));
|
|
10688
10688
|
if (!ke.innerSet) {
|
|
10689
10689
|
_context62.n = 9;
|
|
10690
10690
|
break;
|
|
@@ -10763,7 +10763,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10763
10763
|
}()
|
|
10764
10764
|
};
|
|
10765
10765
|
},
|
|
10766
|
-
|
|
10766
|
+
vo = function vo() {
|
|
10767
10767
|
return {
|
|
10768
10768
|
reloadRoute: function reloadRoute(n) {
|
|
10769
10769
|
ke.excludeRoutes = Array.from(/* @__PURE__ */new Set([].concat(_toConsumableArray(ke.excludeRoutes), _toConsumableArray(n)))), ke.routeKeepAliveVisible = false, setTimeout(function () {
|
|
@@ -10817,7 +10817,7 @@ var _h = /*#__PURE__*/function () {
|
|
|
10817
10817
|
o = _n6.entryApp,
|
|
10818
10818
|
a = /*#__PURE__*/function () {
|
|
10819
10819
|
var _ref126 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee63() {
|
|
10820
|
-
var i, l, _yield$
|
|
10820
|
+
var i, l, _yield$xo3, _yield$xo3$originalMe, s, _, _yield$ki2, f, p, v, d;
|
|
10821
10821
|
return _regenerator().w(function (_context64) {
|
|
10822
10822
|
while (1) switch (_context64.n) {
|
|
10823
10823
|
case 0:
|
|
@@ -10826,11 +10826,11 @@ var _h = /*#__PURE__*/function () {
|
|
|
10826
10826
|
return f.apps;
|
|
10827
10827
|
}).flat();
|
|
10828
10828
|
_context64.n = 1;
|
|
10829
|
-
return
|
|
10829
|
+
return xo(i);
|
|
10830
10830
|
case 1:
|
|
10831
|
-
_yield$
|
|
10832
|
-
_yield$
|
|
10833
|
-
s = _yield$
|
|
10831
|
+
_yield$xo3 = _context64.v;
|
|
10832
|
+
_yield$xo3$originalMe = _yield$xo3.originalMenus;
|
|
10833
|
+
s = _yield$xo3$originalMe === void 0 ? [] : _yield$xo3$originalMe;
|
|
10834
10834
|
_ = flatTree$1(s).filter(function (f) {
|
|
10835
10835
|
return f.isMenu && f.routeUrl;
|
|
10836
10836
|
}).find(function (f) {
|
|
@@ -11103,7 +11103,7 @@ var Oh = function Oh(t) {
|
|
|
11103
11103
|
},
|
|
11104
11104
|
a = /*#__PURE__*/function () {
|
|
11105
11105
|
var _ref90 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee67(i) {
|
|
11106
|
-
var _ref130, _ref130$toPath, c, _ref130$params, l, s, u, _yield$Mh, _, _$instanceName, v, _l$clickSource, d, _l$isFirstEnter, f, p
|
|
11106
|
+
var _ref130, _ref130$toPath, c, _ref130$params, l, s, u, _yield$Mh, _, _$instanceName, v, _l$clickSource, d, _l$isFirstEnter, f, p;
|
|
11107
11107
|
return _regenerator().w(function (_context68) {
|
|
11108
11108
|
while (1) switch (_context68.n) {
|
|
11109
11109
|
case 0:
|
|
@@ -11116,7 +11116,7 @@ var Oh = function Oh(t) {
|
|
|
11116
11116
|
_ = _yield$Mh.instanceInfo;
|
|
11117
11117
|
if (_) {
|
|
11118
11118
|
v = isEmpty(_.endTime) || _.endTime == 0 || _.endTime === 253370736e6 || _.endTime === "253370736000000" ? "-" : Number(_.endTime);
|
|
11119
|
-
u =
|
|
11119
|
+
u = Nr().endOf("day") > Nr(v).endOf("day"), u || (s = (_$instanceName = _.instanceName) !== null && _$instanceName !== void 0 ? _$instanceName : "实例");
|
|
11120
11120
|
}
|
|
11121
11121
|
o({
|
|
11122
11122
|
menuName: s
|
|
@@ -11124,9 +11124,8 @@ var Oh = function Oh(t) {
|
|
|
11124
11124
|
_l$clickSource = l.clickSource, d = _l$clickSource === void 0 ? "" : _l$clickSource, _l$isFirstEnter = l.isFirstEnter, f = _l$isFirstEnter === void 0 ? false : _l$isFirstEnter, p = vAuth(null, {
|
|
11125
11125
|
menuCode: "iot.statisticalReport"
|
|
11126
11126
|
});
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
_context68.n = 2;
|
|
11127
|
+
if (!(d === "nav" && f && c.toLowerCase() === n.toLowerCase() && _.id && !u && p)) {
|
|
11128
|
+
_context68.n = 3;
|
|
11130
11129
|
break;
|
|
11131
11130
|
}
|
|
11132
11131
|
_context68.n = 2;
|
|
@@ -11135,6 +11134,15 @@ var Oh = function Oh(t) {
|
|
|
11135
11134
|
path: r
|
|
11136
11135
|
});
|
|
11137
11136
|
case 2:
|
|
11137
|
+
_context68.n = 4;
|
|
11138
|
+
break;
|
|
11139
|
+
case 3:
|
|
11140
|
+
_context68.n = 4;
|
|
11141
|
+
return reportRouter({
|
|
11142
|
+
manual: true,
|
|
11143
|
+
path: c
|
|
11144
|
+
});
|
|
11145
|
+
case 4:
|
|
11138
11146
|
return _context68.a(2);
|
|
11139
11147
|
}
|
|
11140
11148
|
}, _callee67);
|
|
@@ -11158,19 +11166,19 @@ var Oh = function Oh(t) {
|
|
|
11158
11166
|
routerBeforEnter: a
|
|
11159
11167
|
};
|
|
11160
11168
|
},
|
|
11161
|
-
|
|
11169
|
+
Gr = bus("microApp"),
|
|
11162
11170
|
_Oh = Oh({
|
|
11163
|
-
microAppBus:
|
|
11171
|
+
microAppBus: Gr
|
|
11164
11172
|
}),
|
|
11165
11173
|
Nh = _Oh.routerBeforEnter,
|
|
11166
11174
|
zh = function zh() {
|
|
11167
|
-
var
|
|
11168
|
-
t =
|
|
11169
|
-
|
|
11175
|
+
var _vo3 = vo(),
|
|
11176
|
+
t = _vo3.unloadRoute;
|
|
11177
|
+
Gr.event.on("unmountPage", function (e) {
|
|
11170
11178
|
var r;
|
|
11171
11179
|
var n = (r = e == null ? undefined : e.urls) != null && r.length ? e.urls : e.url ? Array.isArray(e.url) ? e.url : [e.url] : [];
|
|
11172
11180
|
n.length && t(n);
|
|
11173
|
-
}),
|
|
11181
|
+
}), Gr.event.on("beforeEnter", /*#__PURE__*/function () {
|
|
11174
11182
|
var _ref132 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee68(e) {
|
|
11175
11183
|
var n;
|
|
11176
11184
|
return _regenerator().w(function (_context69) {
|
|
@@ -11698,7 +11706,7 @@ var Qh = Vh.post("data/device-auth"),
|
|
|
11698
11706
|
var C = g.getContext("2d");
|
|
11699
11707
|
C == null || C.drawImage(l.value, 0, 0, g.width, g.height);
|
|
11700
11708
|
var E = g.toDataURL("image/jpg"),
|
|
11701
|
-
k = "\u3010".concat(n.title, "\u3011").concat(
|
|
11709
|
+
k = "\u3010".concat(n.title, "\u3011").concat(Nr().format("YYYYMMDDHHmmss").toString(), ".jpg");
|
|
11702
11710
|
if (p.value = E, "download" in document.createElement("a")) {
|
|
11703
11711
|
var b = document.createElement("a");
|
|
11704
11712
|
b.download = k, b.style.display = "none", b.href = E, document.body.appendChild(b), document.body.appendChild(g), b.click(), URL.revokeObjectURL(b.href), document.body.removeChild(b), document.body.removeChild(g);
|
|
@@ -12239,21 +12247,21 @@ var Ct = /*#__PURE__*/function (_Error) {
|
|
|
12239
12247
|
_inherits(Ct, _Error);
|
|
12240
12248
|
return _createClass(Ct);
|
|
12241
12249
|
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
|
12242
|
-
var
|
|
12250
|
+
var go = /*#__PURE__*/function (_Error2) {
|
|
12243
12251
|
/** Constructs a new instance of {@link @microsoft/signalr.TimeoutError}.
|
|
12244
12252
|
*
|
|
12245
12253
|
* @param {string} errorMessage A descriptive error message.
|
|
12246
12254
|
*/
|
|
12247
|
-
function
|
|
12255
|
+
function go() {
|
|
12248
12256
|
var _this2;
|
|
12249
12257
|
var e = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "A timeout occurred.";
|
|
12250
|
-
_classCallCheck(this,
|
|
12251
|
-
var n = (this instanceof
|
|
12252
|
-
_this2 = _callSuper(this,
|
|
12258
|
+
_classCallCheck(this, go);
|
|
12259
|
+
var n = (this instanceof go ? this.constructor : void 0).prototype;
|
|
12260
|
+
_this2 = _callSuper(this, go, [e]), _this2.__proto__ = n;
|
|
12253
12261
|
return _this2;
|
|
12254
12262
|
}
|
|
12255
|
-
_inherits(
|
|
12256
|
-
return _createClass(
|
|
12263
|
+
_inherits(go, _Error2);
|
|
12264
|
+
return _createClass(go);
|
|
12257
12265
|
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
|
12258
12266
|
var Qe = /*#__PURE__*/function (_Error3) {
|
|
12259
12267
|
/** Constructs a new instance of {@link AbortError}.
|
|
@@ -12584,7 +12592,7 @@ function Ix() {
|
|
|
12584
12592
|
function Fx() {
|
|
12585
12593
|
return _e.isNode ? "NodeJS" : "Browser";
|
|
12586
12594
|
}
|
|
12587
|
-
function
|
|
12595
|
+
function Tr(t) {
|
|
12588
12596
|
return t.stack ? t.stack : t.message ? t.message : "".concat(t);
|
|
12589
12597
|
}
|
|
12590
12598
|
function Tx() {
|
|
@@ -12615,7 +12623,7 @@ var Px = /*#__PURE__*/function (_jn) {
|
|
|
12615
12623
|
value: (function () {
|
|
12616
12624
|
var _send = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee77(e) {
|
|
12617
12625
|
var _this0 = this;
|
|
12618
|
-
var n, r, o, l, a, _l2, c,
|
|
12626
|
+
var n, r, o, l, a, _l2, c, _t46;
|
|
12619
12627
|
return _regenerator().w(function (_context78) {
|
|
12620
12628
|
while (1) switch (_context78.p = _context78.n) {
|
|
12621
12629
|
case 0:
|
|
@@ -12645,7 +12653,7 @@ var Px = /*#__PURE__*/function (_jn) {
|
|
|
12645
12653
|
if (e.timeout) {
|
|
12646
12654
|
l = e.timeout;
|
|
12647
12655
|
o = setTimeout(function () {
|
|
12648
|
-
n.abort(), _this0._logger.log(F$1.Warning, "Timeout from HTTP request."), r = new
|
|
12656
|
+
n.abort(), _this0._logger.log(F$1.Warning, "Timeout from HTTP request."), r = new go();
|
|
12649
12657
|
}, l);
|
|
12650
12658
|
}
|
|
12651
12659
|
e.content === "" && (e.content = undefined), e.content && (e.headers = e.headers || {}, wt(e.content) ? e.headers["Content-Type"] = "application/octet-stream" : e.headers["Content-Type"] = "text/plain;charset=UTF-8");
|
|
@@ -12669,8 +12677,8 @@ var Px = /*#__PURE__*/function (_jn) {
|
|
|
12669
12677
|
break;
|
|
12670
12678
|
case 6:
|
|
12671
12679
|
_context78.p = 6;
|
|
12672
|
-
|
|
12673
|
-
throw r || (this._logger.log(F$1.Warning, "Error from HTTP request. ".concat(
|
|
12680
|
+
_t46 = _context78.v;
|
|
12681
|
+
throw r || (this._logger.log(F$1.Warning, "Error from HTTP request. ".concat(_t46, ".")), _t46);
|
|
12674
12682
|
case 7:
|
|
12675
12683
|
_context78.p = 7;
|
|
12676
12684
|
o && clearTimeout(o), e.abortSignal && (e.abortSignal.onabort = null);
|
|
@@ -12754,7 +12762,7 @@ var Rx = /*#__PURE__*/function (_jn2) {
|
|
|
12754
12762
|
}, o.onerror = function () {
|
|
12755
12763
|
_this10._logger.log(F$1.Warning, "Error from HTTP request. ".concat(o.status, ": ").concat(o.statusText, ".")), r(new Ct(o.statusText, o.status));
|
|
12756
12764
|
}, o.ontimeout = function () {
|
|
12757
|
-
_this10._logger.log(F$1.Warning, "Timeout from HTTP request."), r(new
|
|
12765
|
+
_this10._logger.log(F$1.Warning, "Timeout from HTTP request."), r(new go());
|
|
12758
12766
|
}, o.send(e.content);
|
|
12759
12767
|
}) : Promise.reject(new Error("No url defined.")) : Promise.reject(new Error("No method defined."));
|
|
12760
12768
|
}
|
|
@@ -12910,7 +12918,7 @@ var Ox = /*#__PURE__*/function () {
|
|
|
12910
12918
|
key: "_send",
|
|
12911
12919
|
value: function () {
|
|
12912
12920
|
var _send2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee78(e) {
|
|
12913
|
-
var n, r, _o5, a,
|
|
12921
|
+
var n, r, _o5, a, _t47, _t48;
|
|
12914
12922
|
return _regenerator().w(function (_context79) {
|
|
12915
12923
|
while (1) switch (_context79.p = _context79.n) {
|
|
12916
12924
|
case 0:
|
|
@@ -12924,8 +12932,8 @@ var Ox = /*#__PURE__*/function () {
|
|
|
12924
12932
|
})), this._messages.push(new Nx(n, this._totalMessageCount, _o5, a));
|
|
12925
12933
|
}
|
|
12926
12934
|
_context79.p = 1;
|
|
12927
|
-
|
|
12928
|
-
if (
|
|
12935
|
+
_t47 = this._reconnectInProgress;
|
|
12936
|
+
if (_t47) {
|
|
12929
12937
|
_context79.n = 2;
|
|
12930
12938
|
break;
|
|
12931
12939
|
}
|
|
@@ -12936,7 +12944,7 @@ var Ox = /*#__PURE__*/function () {
|
|
|
12936
12944
|
break;
|
|
12937
12945
|
case 3:
|
|
12938
12946
|
_context79.p = 3;
|
|
12939
|
-
|
|
12947
|
+
_t48 = _context79.v;
|
|
12940
12948
|
this._disconnected();
|
|
12941
12949
|
case 4:
|
|
12942
12950
|
_context79.n = 5;
|
|
@@ -12987,7 +12995,7 @@ var Ox = /*#__PURE__*/function () {
|
|
|
12987
12995
|
key: "_resend",
|
|
12988
12996
|
value: function () {
|
|
12989
12997
|
var _resend2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee79() {
|
|
12990
|
-
var e, n, _iterator0, _step0, r,
|
|
12998
|
+
var e, n, _iterator0, _step0, r, _t49;
|
|
12991
12999
|
return _regenerator().w(function (_context80) {
|
|
12992
13000
|
while (1) switch (_context80.p = _context80.n) {
|
|
12993
13001
|
case 0:
|
|
@@ -13018,8 +13026,8 @@ var Ox = /*#__PURE__*/function () {
|
|
|
13018
13026
|
break;
|
|
13019
13027
|
case 6:
|
|
13020
13028
|
_context80.p = 6;
|
|
13021
|
-
|
|
13022
|
-
_iterator0.e(
|
|
13029
|
+
_t49 = _context80.v;
|
|
13030
|
+
_iterator0.e(_t49);
|
|
13023
13031
|
case 7:
|
|
13024
13032
|
_context80.p = 7;
|
|
13025
13033
|
_iterator0.f();
|
|
@@ -13075,13 +13083,13 @@ var Ox = /*#__PURE__*/function () {
|
|
|
13075
13083
|
value: function _ackTimer() {
|
|
13076
13084
|
var _this12 = this;
|
|
13077
13085
|
this._ackTimerHandle === undefined && (this._ackTimerHandle = setTimeout(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee80() {
|
|
13078
|
-
var
|
|
13086
|
+
var _t50, _t51;
|
|
13079
13087
|
return _regenerator().w(function (_context81) {
|
|
13080
13088
|
while (1) switch (_context81.p = _context81.n) {
|
|
13081
13089
|
case 0:
|
|
13082
13090
|
_context81.p = 0;
|
|
13083
|
-
|
|
13084
|
-
if (
|
|
13091
|
+
_t50 = _this12._reconnectInProgress;
|
|
13092
|
+
if (_t50) {
|
|
13085
13093
|
_context81.n = 1;
|
|
13086
13094
|
break;
|
|
13087
13095
|
}
|
|
@@ -13095,7 +13103,7 @@ var Ox = /*#__PURE__*/function () {
|
|
|
13095
13103
|
break;
|
|
13096
13104
|
case 2:
|
|
13097
13105
|
_context81.p = 2;
|
|
13098
|
-
|
|
13106
|
+
_t51 = _context81.v;
|
|
13099
13107
|
case 3:
|
|
13100
13108
|
clearTimeout(_this12._ackTimerHandle), _this12._ackTimerHandle = undefined;
|
|
13101
13109
|
case 4:
|
|
@@ -13117,10 +13125,10 @@ var ve;
|
|
|
13117
13125
|
(function (t) {
|
|
13118
13126
|
t.Disconnected = "Disconnected", t.Connecting = "Connecting", t.Connected = "Connected", t.Disconnecting = "Disconnecting", t.Reconnecting = "Reconnecting";
|
|
13119
13127
|
})(ve || (ve = {}));
|
|
13120
|
-
var
|
|
13121
|
-
function
|
|
13128
|
+
var mo = /*#__PURE__*/function () {
|
|
13129
|
+
function mo(e, n, r, o, a, i, c) {
|
|
13122
13130
|
var _this13 = this;
|
|
13123
|
-
_classCallCheck(this,
|
|
13131
|
+
_classCallCheck(this, mo);
|
|
13124
13132
|
this._nextKeepAlive = 0, this._freezeEventListener = function () {
|
|
13125
13133
|
_this13._logger.log(F$1.Warning, "The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep");
|
|
13126
13134
|
}, be.isRequired(e, "connection"), be.isRequired(n, "logger"), be.isRequired(r, "protocol"), this.serverTimeoutInMilliseconds = a !== null && a !== void 0 ? a : zx, this.keepAliveIntervalInMilliseconds = i !== null && i !== void 0 ? i : jx, this._statefulReconnectBufferSize = c !== null && c !== void 0 ? c : Hx, this._logger = n, this._protocol = r, this.connection = e, this._reconnectPolicy = o, this._handshakeProtocol = new $x(), this.connection.onreceive = function (l) {
|
|
@@ -13132,7 +13140,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13132
13140
|
});
|
|
13133
13141
|
}
|
|
13134
13142
|
/** Indicates the state of the {@link HubConnection} to the server. */
|
|
13135
|
-
return _createClass(
|
|
13143
|
+
return _createClass(mo, [{
|
|
13136
13144
|
key: "state",
|
|
13137
13145
|
get: function get() {
|
|
13138
13146
|
return this._connectionState;
|
|
@@ -13174,7 +13182,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13174
13182
|
key: "_startWithStateTransitions",
|
|
13175
13183
|
value: function () {
|
|
13176
13184
|
var _startWithStateTransitions2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee81() {
|
|
13177
|
-
var
|
|
13185
|
+
var _t52;
|
|
13178
13186
|
return _regenerator().w(function (_context82) {
|
|
13179
13187
|
while (1) switch (_context82.p = _context82.n) {
|
|
13180
13188
|
case 0:
|
|
@@ -13197,8 +13205,8 @@ var go = /*#__PURE__*/function () {
|
|
|
13197
13205
|
break;
|
|
13198
13206
|
case 4:
|
|
13199
13207
|
_context82.p = 4;
|
|
13200
|
-
|
|
13201
|
-
return _context82.a(2, (this._connectionState = ve.Disconnected, this._logger.log(F$1.Debug, "HubConnection failed to start successfully because of error '".concat(
|
|
13208
|
+
_t52 = _context82.v;
|
|
13209
|
+
return _context82.a(2, (this._connectionState = ve.Disconnected, this._logger.log(F$1.Debug, "HubConnection failed to start successfully because of error '".concat(_t52, "'.")), Promise.reject(_t52)));
|
|
13202
13210
|
case 5:
|
|
13203
13211
|
return _context82.a(2);
|
|
13204
13212
|
}
|
|
@@ -13214,7 +13222,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13214
13222
|
value: function () {
|
|
13215
13223
|
var _startInternal2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee82() {
|
|
13216
13224
|
var _this14 = this;
|
|
13217
|
-
var e, n, r,
|
|
13225
|
+
var e, n, r, _t53, _t54;
|
|
13218
13226
|
return _regenerator().w(function (_context83) {
|
|
13219
13227
|
while (1) switch (_context83.p = _context83.n) {
|
|
13220
13228
|
case 0:
|
|
@@ -13252,8 +13260,8 @@ var go = /*#__PURE__*/function () {
|
|
|
13252
13260
|
(this.connection.features.reconnect || !1) && (this._messageBuffer = new Ox(this._protocol, this.connection, this._statefulReconnectBufferSize), this.connection.features.disconnected = this._messageBuffer._disconnected.bind(this._messageBuffer), this.connection.features.resend = function () {
|
|
13253
13261
|
if (_this14._messageBuffer) return _this14._messageBuffer._resend();
|
|
13254
13262
|
});
|
|
13255
|
-
|
|
13256
|
-
if (
|
|
13263
|
+
_t53 = this.connection.features.inherentKeepAlive;
|
|
13264
|
+
if (_t53) {
|
|
13257
13265
|
_context83.n = 5;
|
|
13258
13266
|
break;
|
|
13259
13267
|
}
|
|
@@ -13264,14 +13272,14 @@ var go = /*#__PURE__*/function () {
|
|
|
13264
13272
|
break;
|
|
13265
13273
|
case 6:
|
|
13266
13274
|
_context83.p = 6;
|
|
13267
|
-
|
|
13268
|
-
this._logger.log(F$1.Debug, "Hub handshake failed with error '".concat(
|
|
13275
|
+
_t54 = _context83.v;
|
|
13276
|
+
this._logger.log(F$1.Debug, "Hub handshake failed with error '".concat(_t54, "' during start(). Stopping HubConnection."));
|
|
13269
13277
|
this._cleanupTimeout();
|
|
13270
13278
|
this._cleanupPingTimer();
|
|
13271
13279
|
_context83.n = 7;
|
|
13272
|
-
return this.connection.stop(
|
|
13280
|
+
return this.connection.stop(_t54);
|
|
13273
13281
|
case 7:
|
|
13274
|
-
throw
|
|
13282
|
+
throw _t54;
|
|
13275
13283
|
case 8:
|
|
13276
13284
|
return _context83.a(2);
|
|
13277
13285
|
}
|
|
@@ -13290,7 +13298,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13290
13298
|
key: "stop",
|
|
13291
13299
|
value: (function () {
|
|
13292
13300
|
var _stop = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee83() {
|
|
13293
|
-
var e,
|
|
13301
|
+
var e, _t55;
|
|
13294
13302
|
return _regenerator().w(function (_context84) {
|
|
13295
13303
|
while (1) switch (_context84.p = _context84.n) {
|
|
13296
13304
|
case 0:
|
|
@@ -13308,7 +13316,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13308
13316
|
break;
|
|
13309
13317
|
case 3:
|
|
13310
13318
|
_context84.p = 3;
|
|
13311
|
-
|
|
13319
|
+
_t55 = _context84.v;
|
|
13312
13320
|
case 4:
|
|
13313
13321
|
return _context84.a(2);
|
|
13314
13322
|
}
|
|
@@ -13331,7 +13339,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13331
13339
|
key: "_sendCloseMessage",
|
|
13332
13340
|
value: function () {
|
|
13333
13341
|
var _sendCloseMessage2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee84() {
|
|
13334
|
-
var
|
|
13342
|
+
var _t56;
|
|
13335
13343
|
return _regenerator().w(function (_context85) {
|
|
13336
13344
|
while (1) switch (_context85.p = _context85.n) {
|
|
13337
13345
|
case 0:
|
|
@@ -13343,7 +13351,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13343
13351
|
break;
|
|
13344
13352
|
case 2:
|
|
13345
13353
|
_context85.p = 2;
|
|
13346
|
-
|
|
13354
|
+
_t56 = _context85.v;
|
|
13347
13355
|
case 3:
|
|
13348
13356
|
return _context85.a(2);
|
|
13349
13357
|
}
|
|
@@ -13518,7 +13526,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13518
13526
|
if (!(this._messageBuffer && !this._messageBuffer._shouldProcessMessage(r))) switch (r.type) {
|
|
13519
13527
|
case te.Invocation:
|
|
13520
13528
|
this._invokeClientMethod(r)["catch"](function (o) {
|
|
13521
|
-
_this17._logger.log(F$1.Error, "Invoke client method threw error: ".concat(
|
|
13529
|
+
_this17._logger.log(F$1.Error, "Invoke client method threw error: ".concat(Tr(o)));
|
|
13522
13530
|
});
|
|
13523
13531
|
break;
|
|
13524
13532
|
case te.StreamItem:
|
|
@@ -13530,7 +13538,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13530
13538
|
try {
|
|
13531
13539
|
_o8(r);
|
|
13532
13540
|
} catch (a) {
|
|
13533
|
-
this._logger.log(F$1.Error, "Stream callback threw error: ".concat(
|
|
13541
|
+
this._logger.log(F$1.Error, "Stream callback threw error: ".concat(Tr(a)));
|
|
13534
13542
|
}
|
|
13535
13543
|
}
|
|
13536
13544
|
break;
|
|
@@ -13600,7 +13608,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13600
13608
|
}, this.serverTimeoutInMilliseconds), this._pingServerHandle === undefined)) {
|
|
13601
13609
|
var e = this._nextKeepAlive - (/* @__PURE__ */new Date()).getTime();
|
|
13602
13610
|
e < 0 && (e = 0), this._pingServerHandle = setTimeout(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee85() {
|
|
13603
|
-
var
|
|
13611
|
+
var _t57;
|
|
13604
13612
|
return _regenerator().w(function (_context86) {
|
|
13605
13613
|
while (1) switch (_context86.p = _context86.n) {
|
|
13606
13614
|
case 0:
|
|
@@ -13616,7 +13624,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13616
13624
|
break;
|
|
13617
13625
|
case 3:
|
|
13618
13626
|
_context86.p = 3;
|
|
13619
|
-
|
|
13627
|
+
_t57 = _context86.v;
|
|
13620
13628
|
_this18._cleanupPingTimer();
|
|
13621
13629
|
case 4:
|
|
13622
13630
|
return _context86.a(2);
|
|
@@ -13635,7 +13643,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13635
13643
|
key: "_invokeClientMethod",
|
|
13636
13644
|
value: function () {
|
|
13637
13645
|
var _invokeClientMethod2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee86(e) {
|
|
13638
|
-
var n, r, o, a, i, c, l, _iterator11, _step11, s, u, _t59, _t60
|
|
13646
|
+
var n, r, o, a, i, c, l, _iterator11, _step11, s, u, _t58, _t59, _t60;
|
|
13639
13647
|
return _regenerator().w(function (_context87) {
|
|
13640
13648
|
while (1) switch (_context87.p = _context87.n) {
|
|
13641
13649
|
case 0:
|
|
@@ -13645,8 +13653,8 @@ var go = /*#__PURE__*/function () {
|
|
|
13645
13653
|
break;
|
|
13646
13654
|
}
|
|
13647
13655
|
this._logger.log(F$1.Warning, "No client method with the name '".concat(n, "' found."));
|
|
13648
|
-
|
|
13649
|
-
if (!
|
|
13656
|
+
_t58 = e.invocationId;
|
|
13657
|
+
if (!_t58) {
|
|
13650
13658
|
_context87.n = 1;
|
|
13651
13659
|
break;
|
|
13652
13660
|
}
|
|
@@ -13678,8 +13686,8 @@ var go = /*#__PURE__*/function () {
|
|
|
13678
13686
|
break;
|
|
13679
13687
|
case 7:
|
|
13680
13688
|
_context87.p = 7;
|
|
13681
|
-
|
|
13682
|
-
c =
|
|
13689
|
+
_t59 = _context87.v;
|
|
13690
|
+
c = _t59, this._logger.log(F$1.Error, "A callback for the method '".concat(n, "' threw error '").concat(_t59, "'."));
|
|
13683
13691
|
case 8:
|
|
13684
13692
|
_context87.n = 4;
|
|
13685
13693
|
break;
|
|
@@ -13688,8 +13696,8 @@ var go = /*#__PURE__*/function () {
|
|
|
13688
13696
|
break;
|
|
13689
13697
|
case 10:
|
|
13690
13698
|
_context87.p = 10;
|
|
13691
|
-
|
|
13692
|
-
_iterator11.e(
|
|
13699
|
+
_t60 = _context87.v;
|
|
13700
|
+
_iterator11.e(_t60);
|
|
13693
13701
|
case 11:
|
|
13694
13702
|
_context87.p = 11;
|
|
13695
13703
|
_iterator11.f();
|
|
@@ -13752,7 +13760,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13752
13760
|
value: function () {
|
|
13753
13761
|
var _reconnect2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee87(e) {
|
|
13754
13762
|
var _this20 = this;
|
|
13755
|
-
var n, r, o, a,
|
|
13763
|
+
var n, r, o, a, _t61;
|
|
13756
13764
|
return _regenerator().w(function (_context88) {
|
|
13757
13765
|
while (1) switch (_context88.p = _context88.n) {
|
|
13758
13766
|
case 0:
|
|
@@ -13822,15 +13830,15 @@ var go = /*#__PURE__*/function () {
|
|
|
13822
13830
|
return _context88.a(2);
|
|
13823
13831
|
case 7:
|
|
13824
13832
|
_context88.p = 7;
|
|
13825
|
-
|
|
13826
|
-
if (!(this._logger.log(F$1.Information, "Reconnect attempt failed because of error '".concat(
|
|
13833
|
+
_t61 = _context88.v;
|
|
13834
|
+
if (!(this._logger.log(F$1.Information, "Reconnect attempt failed because of error '".concat(_t61, "'.")), this._connectionState !== ve.Reconnecting)) {
|
|
13827
13835
|
_context88.n = 8;
|
|
13828
13836
|
break;
|
|
13829
13837
|
}
|
|
13830
13838
|
this._logger.log(F$1.Debug, "Connection moved to the '".concat(this._connectionState, "' from the reconnecting state during reconnect attempt. Done reconnecting.")), this._connectionState === ve.Disconnecting && this._completeClose();
|
|
13831
13839
|
return _context88.a(2);
|
|
13832
13840
|
case 8:
|
|
13833
|
-
o =
|
|
13841
|
+
o = _t61 instanceof Error ? _t61 : new Error(_t61.toString()), a = this._getNextRetryDelay(r++, Date.now() - n, o);
|
|
13834
13842
|
case 9:
|
|
13835
13843
|
_context88.n = 2;
|
|
13836
13844
|
break;
|
|
@@ -13869,7 +13877,7 @@ var go = /*#__PURE__*/function () {
|
|
|
13869
13877
|
try {
|
|
13870
13878
|
o(null, e);
|
|
13871
13879
|
} catch (a) {
|
|
13872
|
-
_this21._logger.log(F$1.Error, "Stream 'error' callback called with '".concat(e, "' threw error: ").concat(
|
|
13880
|
+
_this21._logger.log(F$1.Error, "Stream 'error' callback called with '".concat(e, "' threw error: ").concat(Tr(a)));
|
|
13873
13881
|
}
|
|
13874
13882
|
});
|
|
13875
13883
|
}
|
|
@@ -14024,7 +14032,7 @@ var go = /*#__PURE__*/function () {
|
|
|
14024
14032
|
// be stripped away and the '.d.ts' file would have no constructor, which is interpreted as a
|
|
14025
14033
|
// public parameter-less constructor.
|
|
14026
14034
|
function create(e, n, r, o, a, i, c) {
|
|
14027
|
-
return new
|
|
14035
|
+
return new mo(e, n, r, o, a, i, c);
|
|
14028
14036
|
}
|
|
14029
14037
|
}]);
|
|
14030
14038
|
}();
|
|
@@ -14058,13 +14066,13 @@ var qx = /*#__PURE__*/function (_jn4) {
|
|
|
14058
14066
|
key: "send",
|
|
14059
14067
|
value: function () {
|
|
14060
14068
|
var _send3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee88(e) {
|
|
14061
|
-
var n, r,
|
|
14069
|
+
var n, r, _t62, _t63;
|
|
14062
14070
|
return _regenerator().w(function (_context89) {
|
|
14063
14071
|
while (1) switch (_context89.n) {
|
|
14064
14072
|
case 0:
|
|
14065
14073
|
n = true;
|
|
14066
|
-
|
|
14067
|
-
if (!
|
|
14074
|
+
_t62 = this._accessTokenFactory && (!this._accessToken || e.url && e.url.indexOf("/negotiate?") > 0);
|
|
14075
|
+
if (!_t62) {
|
|
14068
14076
|
_context89.n = 2;
|
|
14069
14077
|
break;
|
|
14070
14078
|
}
|
|
@@ -14091,13 +14099,13 @@ var qx = /*#__PURE__*/function (_jn4) {
|
|
|
14091
14099
|
_context89.n = 5;
|
|
14092
14100
|
return this._innerClient.send(e);
|
|
14093
14101
|
case 5:
|
|
14094
|
-
|
|
14102
|
+
_t63 = _context89.v;
|
|
14095
14103
|
_context89.n = 7;
|
|
14096
14104
|
break;
|
|
14097
14105
|
case 6:
|
|
14098
|
-
|
|
14106
|
+
_t63 = r;
|
|
14099
14107
|
case 7:
|
|
14100
|
-
return _context89.a(2,
|
|
14108
|
+
return _context89.a(2, _t63);
|
|
14101
14109
|
}
|
|
14102
14110
|
}, _callee88, this);
|
|
14103
14111
|
}));
|
|
@@ -14202,7 +14210,7 @@ var ls = /*#__PURE__*/function () {
|
|
|
14202
14210
|
key: "_poll",
|
|
14203
14211
|
value: function () {
|
|
14204
14212
|
var _poll2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee90(e, n) {
|
|
14205
|
-
var r, _o10,
|
|
14213
|
+
var r, _o10, _t64;
|
|
14206
14214
|
return _regenerator().w(function (_context91) {
|
|
14207
14215
|
while (1) switch (_context91.p = _context91.n) {
|
|
14208
14216
|
case 0:
|
|
@@ -14224,8 +14232,8 @@ var ls = /*#__PURE__*/function () {
|
|
|
14224
14232
|
break;
|
|
14225
14233
|
case 4:
|
|
14226
14234
|
_context91.p = 4;
|
|
14227
|
-
|
|
14228
|
-
this._running ?
|
|
14235
|
+
_t64 = _context91.v;
|
|
14236
|
+
this._running ? _t64 instanceof go ? this._logger.log(F$1.Trace, "(LongPolling transport) Poll timed out, reissuing.") : (this._closeError = _t64, this._running = !1) : this._logger.log(F$1.Trace, "(LongPolling transport) Poll errored after shutdown: ".concat(_t64.message));
|
|
14229
14237
|
case 5:
|
|
14230
14238
|
_context91.n = 1;
|
|
14231
14239
|
break;
|
|
@@ -14263,7 +14271,7 @@ var ls = /*#__PURE__*/function () {
|
|
|
14263
14271
|
key: "stop",
|
|
14264
14272
|
value: function () {
|
|
14265
14273
|
var _stop2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee92() {
|
|
14266
|
-
var e, _Ht3, _Ht4, n, r, _o11, a,
|
|
14274
|
+
var e, _Ht3, _Ht4, n, r, _o11, a, _t65;
|
|
14267
14275
|
return _regenerator().w(function (_context93) {
|
|
14268
14276
|
while (1) switch (_context93.p = _context93.n) {
|
|
14269
14277
|
case 0:
|
|
@@ -14288,8 +14296,8 @@ var ls = /*#__PURE__*/function () {
|
|
|
14288
14296
|
break;
|
|
14289
14297
|
case 5:
|
|
14290
14298
|
_context93.p = 5;
|
|
14291
|
-
|
|
14292
|
-
a =
|
|
14299
|
+
_t65 = _context93.v;
|
|
14300
|
+
a = _t65;
|
|
14293
14301
|
case 6:
|
|
14294
14302
|
a ? a instanceof Ct && (a.statusCode === 404 ? this._logger.log(F$1.Trace, "(LongPolling transport) A 404 response was returned from sending a DELETE request.") : this._logger.log(F$1.Trace, "(LongPolling transport) Error sending a DELETE request: ".concat(a))) : this._logger.log(F$1.Trace, "(LongPolling transport) DELETE request accepted.");
|
|
14295
14303
|
case 7:
|
|
@@ -14415,13 +14423,13 @@ var Kx = /*#__PURE__*/function () {
|
|
|
14415
14423
|
value: function () {
|
|
14416
14424
|
var _connect3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee95(e, n) {
|
|
14417
14425
|
var _this25 = this;
|
|
14418
|
-
var r,
|
|
14426
|
+
var r, _t66;
|
|
14419
14427
|
return _regenerator().w(function (_context96) {
|
|
14420
14428
|
while (1) switch (_context96.n) {
|
|
14421
14429
|
case 0:
|
|
14422
14430
|
be.isRequired(e, "url"), be.isRequired(n, "transferFormat"), be.isIn(n, Ie, "transferFormat"), this._logger.log(F$1.Trace, "(WebSockets transport) Connecting.");
|
|
14423
|
-
|
|
14424
|
-
if (!
|
|
14431
|
+
_t66 = this._accessTokenFactory;
|
|
14432
|
+
if (!_t66) {
|
|
14425
14433
|
_context96.n = 2;
|
|
14426
14434
|
break;
|
|
14427
14435
|
}
|
|
@@ -14560,7 +14568,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14560
14568
|
}, {
|
|
14561
14569
|
key: "send",
|
|
14562
14570
|
value: function send(e) {
|
|
14563
|
-
return this._connectionState !== "Connected" ? Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")) : (this._sendQueue || (this._sendQueue = new
|
|
14571
|
+
return this._connectionState !== "Connected" ? Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")) : (this._sendQueue || (this._sendQueue = new _o(this.transport)), this._sendQueue.send(e));
|
|
14564
14572
|
}
|
|
14565
14573
|
}, {
|
|
14566
14574
|
key: "stop",
|
|
@@ -14605,7 +14613,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14605
14613
|
key: "_stopInternal",
|
|
14606
14614
|
value: function () {
|
|
14607
14615
|
var _stopInternal2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee98(e) {
|
|
14608
|
-
var
|
|
14616
|
+
var _t67, _t68;
|
|
14609
14617
|
return _regenerator().w(function (_context99) {
|
|
14610
14618
|
while (1) switch (_context99.p = _context99.n) {
|
|
14611
14619
|
case 0:
|
|
@@ -14618,7 +14626,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14618
14626
|
break;
|
|
14619
14627
|
case 3:
|
|
14620
14628
|
_context99.p = 3;
|
|
14621
|
-
|
|
14629
|
+
_t67 = _context99.v;
|
|
14622
14630
|
case 4:
|
|
14623
14631
|
if (!this.transport) {
|
|
14624
14632
|
_context99.n = 9;
|
|
@@ -14632,8 +14640,8 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14632
14640
|
break;
|
|
14633
14641
|
case 7:
|
|
14634
14642
|
_context99.p = 7;
|
|
14635
|
-
|
|
14636
|
-
this._logger.log(F$1.Error, "HttpConnection.transport.stop() threw error '".concat(
|
|
14643
|
+
_t68 = _context99.v;
|
|
14644
|
+
this._logger.log(F$1.Error, "HttpConnection.transport.stop() threw error '".concat(_t68, "'.")), this._stopConnection();
|
|
14637
14645
|
case 8:
|
|
14638
14646
|
this.transport = undefined;
|
|
14639
14647
|
_context99.n = 10;
|
|
@@ -14655,7 +14663,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14655
14663
|
value: function () {
|
|
14656
14664
|
var _startInternal3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee99(e) {
|
|
14657
14665
|
var _this27 = this;
|
|
14658
|
-
var n, r, _o12, _loop8,
|
|
14666
|
+
var n, r, _o12, _loop8, _t69;
|
|
14659
14667
|
return _regenerator().w(function (_context101) {
|
|
14660
14668
|
while (1) switch (_context101.p = _context101.n) {
|
|
14661
14669
|
case 0:
|
|
@@ -14744,8 +14752,8 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14744
14752
|
break;
|
|
14745
14753
|
case 11:
|
|
14746
14754
|
_context101.p = 11;
|
|
14747
|
-
|
|
14748
|
-
return _context101.a(2, (this._logger.log(F$1.Error, "Failed to start the connection: " +
|
|
14755
|
+
_t69 = _context101.v;
|
|
14756
|
+
return _context101.a(2, (this._logger.log(F$1.Error, "Failed to start the connection: " + _t69), this._connectionState = "Disconnected", this.transport = undefined, this._stopPromiseResolver(), Promise.reject(_t69)));
|
|
14749
14757
|
case 12:
|
|
14750
14758
|
return _context101.a(2);
|
|
14751
14759
|
}
|
|
@@ -14760,7 +14768,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14760
14768
|
key: "_getNegotiationResponse",
|
|
14761
14769
|
value: function () {
|
|
14762
14770
|
var _getNegotiationResponse2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee100(e) {
|
|
14763
|
-
var n, _Ht9, _Ht0, r, o, a, i, c, _c5,
|
|
14771
|
+
var n, _Ht9, _Ht0, r, o, a, i, c, _c5, _t70;
|
|
14764
14772
|
return _regenerator().w(function (_context102) {
|
|
14765
14773
|
while (1) switch (_context102.p = _context102.n) {
|
|
14766
14774
|
case 0:
|
|
@@ -14788,9 +14796,9 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14788
14796
|
return _context102.a(2, ((!c.negotiateVersion || c.negotiateVersion < 1) && (c.connectionToken = c.connectionId), c.useStatefulReconnect && this._options._useStatefulReconnect !== !0 ? Promise.reject(new ss("Client didn't negotiate Stateful Reconnect but the server did.")) : c));
|
|
14789
14797
|
case 4:
|
|
14790
14798
|
_context102.p = 4;
|
|
14791
|
-
|
|
14792
|
-
_c5 = "Failed to complete negotiation with the server: " +
|
|
14793
|
-
return _context102.a(2, (
|
|
14799
|
+
_t70 = _context102.v;
|
|
14800
|
+
_c5 = "Failed to complete negotiation with the server: " + _t70;
|
|
14801
|
+
return _context102.a(2, (_t70 instanceof Ct && _t70.statusCode === 404 && (_c5 = _c5 + " Either this is not a SignalR endpoint or there is a proxy blocking the connection."), this._logger.log(F$1.Error, _c5), Promise.reject(new ss(_c5))));
|
|
14794
14802
|
}
|
|
14795
14803
|
}, _callee100, this, [[1, 4]]);
|
|
14796
14804
|
}));
|
|
@@ -14808,7 +14816,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14808
14816
|
key: "_createTransport",
|
|
14809
14817
|
value: function () {
|
|
14810
14818
|
var _createTransport2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee101(e, n, r, o) {
|
|
14811
|
-
var a, i, c, l, _iterator12, _step12, s, u, d, _t72, _t73
|
|
14819
|
+
var a, i, c, l, _iterator12, _step12, s, u, d, _t71, _t72, _t73;
|
|
14812
14820
|
return _regenerator().w(function (_context103) {
|
|
14813
14821
|
while (1) switch (_context103.p = _context103.n) {
|
|
14814
14822
|
case 0:
|
|
@@ -14862,8 +14870,8 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14862
14870
|
break;
|
|
14863
14871
|
case 8:
|
|
14864
14872
|
_context103.p = 8;
|
|
14865
|
-
|
|
14866
|
-
return _context103.a(2, Promise.reject(
|
|
14873
|
+
_t71 = _context103.v;
|
|
14874
|
+
return _context103.a(2, Promise.reject(_t71));
|
|
14867
14875
|
case 9:
|
|
14868
14876
|
a = this._createConnectUrl(e, l.connectionToken);
|
|
14869
14877
|
case 10:
|
|
@@ -14875,8 +14883,8 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14875
14883
|
return _context103.a(2);
|
|
14876
14884
|
case 12:
|
|
14877
14885
|
_context103.p = 12;
|
|
14878
|
-
|
|
14879
|
-
if (!(this._logger.log(F$1.Error, "Failed to start the transport '".concat(s.transport, "': ").concat(
|
|
14886
|
+
_t72 = _context103.v;
|
|
14887
|
+
if (!(this._logger.log(F$1.Error, "Failed to start the transport '".concat(s.transport, "': ").concat(_t72)), l = undefined, i.push(new bx("".concat(s.transport, " failed: ").concat(_t72), ye[s.transport])), this._connectionState !== "Connecting")) {
|
|
14880
14888
|
_context103.n = 13;
|
|
14881
14889
|
break;
|
|
14882
14890
|
}
|
|
@@ -14890,8 +14898,8 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14890
14898
|
break;
|
|
14891
14899
|
case 15:
|
|
14892
14900
|
_context103.p = 15;
|
|
14893
|
-
|
|
14894
|
-
_iterator12.e(
|
|
14901
|
+
_t73 = _context103.v;
|
|
14902
|
+
_iterator12.e(_t73);
|
|
14895
14903
|
case 16:
|
|
14896
14904
|
_context103.p = 16;
|
|
14897
14905
|
_iterator12.f();
|
|
@@ -14928,7 +14936,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14928
14936
|
var _this28 = this;
|
|
14929
14937
|
return this.transport.onreceive = this.onreceive, this.features.reconnect ? this.transport.onclose = /*#__PURE__*/function () {
|
|
14930
14938
|
var _ref148 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee102(r) {
|
|
14931
|
-
var o,
|
|
14939
|
+
var o, _t74;
|
|
14932
14940
|
return _regenerator().w(function (_context104) {
|
|
14933
14941
|
while (1) switch (_context104.p = _context104.n) {
|
|
14934
14942
|
case 0:
|
|
@@ -14949,7 +14957,7 @@ var Gx = /*#__PURE__*/function () {
|
|
|
14949
14957
|
break;
|
|
14950
14958
|
case 4:
|
|
14951
14959
|
_context104.p = 4;
|
|
14952
|
-
|
|
14960
|
+
_t74 = _context104.v;
|
|
14953
14961
|
o = true;
|
|
14954
14962
|
case 5:
|
|
14955
14963
|
_context104.n = 7;
|
|
@@ -15036,12 +15044,12 @@ var Gx = /*#__PURE__*/function () {
|
|
|
15036
15044
|
function Xx(t, e) {
|
|
15037
15045
|
return !t || (e & t) !== 0;
|
|
15038
15046
|
}
|
|
15039
|
-
var
|
|
15040
|
-
function
|
|
15041
|
-
_classCallCheck(this,
|
|
15047
|
+
var _o = /*#__PURE__*/function () {
|
|
15048
|
+
function _o(e) {
|
|
15049
|
+
_classCallCheck(this, _o);
|
|
15042
15050
|
this._transport = e, this._buffer = [], this._executing = true, this._sendBufferedData = new An(), this._transportResult = new An(), this._sendLoopPromise = this._sendLoop();
|
|
15043
15051
|
}
|
|
15044
|
-
return _createClass(
|
|
15052
|
+
return _createClass(_o, [{
|
|
15045
15053
|
key: "send",
|
|
15046
15054
|
value: function send(e) {
|
|
15047
15055
|
return this._bufferData(e), this._transportResult || (this._transportResult = new An()), this._transportResult.promise;
|
|
@@ -15061,7 +15069,7 @@ var mo = /*#__PURE__*/function () {
|
|
|
15061
15069
|
key: "_sendLoop",
|
|
15062
15070
|
value: function () {
|
|
15063
15071
|
var _sendLoop2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee103() {
|
|
15064
|
-
var e, n,
|
|
15072
|
+
var e, n, _t75;
|
|
15065
15073
|
return _regenerator().w(function (_context105) {
|
|
15066
15074
|
while (1) switch (_context105.p = _context105.n) {
|
|
15067
15075
|
case 0:
|
|
@@ -15078,7 +15086,7 @@ var mo = /*#__PURE__*/function () {
|
|
|
15078
15086
|
this._sendBufferedData = new An();
|
|
15079
15087
|
e = this._transportResult;
|
|
15080
15088
|
this._transportResult = undefined;
|
|
15081
|
-
n = typeof this._buffer[0] == "string" ? this._buffer.join("") :
|
|
15089
|
+
n = typeof this._buffer[0] == "string" ? this._buffer.join("") : _o._concatBuffers(this._buffer);
|
|
15082
15090
|
this._buffer.length = 0;
|
|
15083
15091
|
_context105.p = 3;
|
|
15084
15092
|
_context105.n = 4;
|
|
@@ -15089,8 +15097,8 @@ var mo = /*#__PURE__*/function () {
|
|
|
15089
15097
|
break;
|
|
15090
15098
|
case 5:
|
|
15091
15099
|
_context105.p = 5;
|
|
15092
|
-
|
|
15093
|
-
e.reject(
|
|
15100
|
+
_t75 = _context105.v;
|
|
15101
|
+
e.reject(_t75);
|
|
15094
15102
|
case 6:
|
|
15095
15103
|
_context105.n = 0;
|
|
15096
15104
|
break;
|
|
@@ -15341,7 +15349,7 @@ var ev = /*#__PURE__*/function () {
|
|
|
15341
15349
|
var e = this.httpConnectionOptions || {};
|
|
15342
15350
|
if (e.logger === undefined && (e.logger = this.logger), !this.url) throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection.");
|
|
15343
15351
|
var n = new Gx(this.url, e);
|
|
15344
|
-
return
|
|
15352
|
+
return mo.create(n, this.logger || un.instance, this.protocol || new Yx(), this.reconnectPolicy, this._serverTimeoutInMilliseconds, this._keepAliveIntervalInMilliseconds, this._statefulReconnectBufferSize);
|
|
15345
15353
|
}
|
|
15346
15354
|
}]);
|
|
15347
15355
|
}();
|
|
@@ -15377,7 +15385,7 @@ var rv = function rv() {
|
|
|
15377
15385
|
iv = av.get("/basics/by-alias");
|
|
15378
15386
|
sv.post("/control/callBack");
|
|
15379
15387
|
var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
15380
|
-
|
|
15388
|
+
Pr = cv.post("/publish"),
|
|
15381
15389
|
lv = enterpriseright.get("/permissionset/application"),
|
|
15382
15390
|
uv = enterpriseright.get("/permissionset/user-portal-menu"),
|
|
15383
15391
|
fs = /*#__PURE__*/function () {
|
|
@@ -15671,7 +15679,7 @@ var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
|
15671
15679
|
break;
|
|
15672
15680
|
}
|
|
15673
15681
|
_context108.n = 2;
|
|
15674
|
-
return
|
|
15682
|
+
return Pr().run({
|
|
15675
15683
|
uniqueId: h.uniqueId,
|
|
15676
15684
|
status: 0,
|
|
15677
15685
|
errorMsg: "未找到" + h.actionValue
|
|
@@ -15686,7 +15694,7 @@ var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
|
15686
15694
|
}
|
|
15687
15695
|
k.length > 1 ? c(k) : c((g = k[0]) == null ? undefined : g.code);
|
|
15688
15696
|
_context108.n = 4;
|
|
15689
|
-
return
|
|
15697
|
+
return Pr().run({
|
|
15690
15698
|
uniqueId: h.uniqueId,
|
|
15691
15699
|
status: 1,
|
|
15692
15700
|
targetName: (C = k[0]) == null ? undefined : C.name
|
|
@@ -15696,7 +15704,7 @@ var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
|
15696
15704
|
break;
|
|
15697
15705
|
case 5:
|
|
15698
15706
|
_context108.n = 6;
|
|
15699
|
-
return
|
|
15707
|
+
return Pr().run({
|
|
15700
15708
|
uniqueId: h.uniqueId,
|
|
15701
15709
|
status: 0,
|
|
15702
15710
|
errorMsg: "未找到" + h.actionValue
|
|
@@ -15788,7 +15796,7 @@ var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
|
15788
15796
|
},
|
|
15789
15797
|
Un = "v1",
|
|
15790
15798
|
fv = createService$1("/api/fms/report/".concat(Un)),
|
|
15791
|
-
|
|
15799
|
+
Co = createService$1("/api/emergency/manage/".concat(Un)),
|
|
15792
15800
|
pv = enterpriseright$1.get("/permissionset/user-portal-menu"),
|
|
15793
15801
|
Ti = createService$1("/api/alarm/config/".concat(Un)),
|
|
15794
15802
|
hv = createService$1("/api/alarm/run-time/".concat(Un)),
|
|
@@ -15798,9 +15806,9 @@ var cv = createService("/api/tool/event-bus/".concat(Hn, "/")),
|
|
|
15798
15806
|
mv = fv.get("/alarm/rule/list"),
|
|
15799
15807
|
_v = spaceManage.get("/controller/space-children-all-type"),
|
|
15800
15808
|
Cv = spaceManage.get("/controller/fuzzy-area-small"),
|
|
15801
|
-
yv =
|
|
15802
|
-
bv =
|
|
15803
|
-
wv =
|
|
15809
|
+
yv = Co.get("/emergency-event/event/type"),
|
|
15810
|
+
bv = Co.get("/emergency-event/event/level"),
|
|
15811
|
+
wv = Co.get("/emergency-plan/plan/handle-time"),
|
|
15804
15812
|
Av = {
|
|
15805
15813
|
"class": "handle-alarm-container"
|
|
15806
15814
|
},
|
|
@@ -17794,14 +17802,14 @@ var og = [{
|
|
|
17794
17802
|
path: ot,
|
|
17795
17803
|
component: function component() {
|
|
17796
17804
|
return Promise.resolve().then(function () {
|
|
17797
|
-
return
|
|
17805
|
+
return indexDwuvutgL;
|
|
17798
17806
|
});
|
|
17799
17807
|
}
|
|
17800
17808
|
}, {
|
|
17801
17809
|
path: Os,
|
|
17802
17810
|
component: function component() {
|
|
17803
17811
|
return Promise.resolve().then(function () {
|
|
17804
|
-
return
|
|
17812
|
+
return indexBPOhkfR;
|
|
17805
17813
|
});
|
|
17806
17814
|
}
|
|
17807
17815
|
}],
|
|
@@ -17954,7 +17962,7 @@ var V = "v1",
|
|
|
17954
17962
|
return Qs(o.routeUrl, (_ref174 = o == null ? undefined : o.param) !== null && _ref174 !== void 0 ? _ref174 : []);
|
|
17955
17963
|
case 10:
|
|
17956
17964
|
_n10 = _context126.v;
|
|
17957
|
-
_e2 =
|
|
17965
|
+
_e2 = Hr(_n10);
|
|
17958
17966
|
case 11:
|
|
17959
17967
|
window.open(_e2, "_blank");
|
|
17960
17968
|
case 12:
|
|
@@ -17984,7 +17992,7 @@ var V = "v1",
|
|
|
17984
17992
|
};
|
|
17985
17993
|
}
|
|
17986
17994
|
});
|
|
17987
|
-
var
|
|
17995
|
+
var indexDwuvutgL = /*#__PURE__*/Object.freeze({
|
|
17988
17996
|
__proto__: null,
|
|
17989
17997
|
"default": oo
|
|
17990
17998
|
});
|
|
@@ -17993,7 +18001,7 @@ function t(n, _) {
|
|
|
17993
18001
|
return openBlock(), createElementBlock("div");
|
|
17994
18002
|
}
|
|
17995
18003
|
var a = /* @__PURE__ */Ne(o, [["render", t]]);
|
|
17996
|
-
var
|
|
18004
|
+
var indexBPOhkfR = /*#__PURE__*/Object.freeze({
|
|
17997
18005
|
__proto__: null,
|
|
17998
18006
|
"default": a
|
|
17999
18007
|
});
|