@equinor/fusion-framework-dev-portal 1.4.2 → 1.4.3
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/CHANGELOG.md +9 -0
- package/dist/main.js +298 -277
- package/package.json +8 -8
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/main.js
CHANGED
|
@@ -476,7 +476,7 @@ function Ude() {
|
|
|
476
476
|
}
|
|
477
477
|
return null;
|
|
478
478
|
}
|
|
479
|
-
var
|
|
479
|
+
var di = Object.prototype.hasOwnProperty, Ti = {
|
|
480
480
|
key: !0,
|
|
481
481
|
ref: !0,
|
|
482
482
|
__self: !0,
|
|
@@ -484,7 +484,7 @@ function Ude() {
|
|
|
484
484
|
}, yo, co, Vr;
|
|
485
485
|
Vr = {};
|
|
486
486
|
function lo(M) {
|
|
487
|
-
if (
|
|
487
|
+
if (di.call(M, "ref")) {
|
|
488
488
|
var J = Object.getOwnPropertyDescriptor(M, "ref").get;
|
|
489
489
|
if (J && J.isReactWarning)
|
|
490
490
|
return !1;
|
|
@@ -492,7 +492,7 @@ function Ude() {
|
|
|
492
492
|
return M.ref !== void 0;
|
|
493
493
|
}
|
|
494
494
|
function Mo(M) {
|
|
495
|
-
if (
|
|
495
|
+
if (di.call(M, "key")) {
|
|
496
496
|
var J = Object.getOwnPropertyDescriptor(M, "key").get;
|
|
497
497
|
if (J && J.isReactWarning)
|
|
498
498
|
return !1;
|
|
@@ -557,7 +557,7 @@ function Ude() {
|
|
|
557
557
|
if (J != null) {
|
|
558
558
|
lo(J) && (vt = J.ref, ht(J)), Mo(J) && (so(J.key), Bt = "" + J.key), Jt = J.__self === void 0 ? null : J.__self, Tn = J.__source === void 0 ? null : J.__source;
|
|
559
559
|
for (Re in J)
|
|
560
|
-
|
|
560
|
+
di.call(J, Re) && !Ti.hasOwnProperty(Re) && (st[Re] = J[Re]);
|
|
561
561
|
}
|
|
562
562
|
var Gn = arguments.length - 2;
|
|
563
563
|
if (Gn === 1)
|
|
@@ -591,7 +591,7 @@ function Ude() {
|
|
|
591
591
|
var Fr;
|
|
592
592
|
M.type && M.type.defaultProps && (Fr = M.type.defaultProps);
|
|
593
593
|
for (Re in J)
|
|
594
|
-
|
|
594
|
+
di.call(J, Re) && !Ti.hasOwnProperty(Re) && (J[Re] === void 0 && Fr !== void 0 ? st[Re] = Fr[Re] : st[Re] = J[Re]);
|
|
595
595
|
}
|
|
596
596
|
var kr = arguments.length - 2;
|
|
597
597
|
if (kr === 1)
|
|
@@ -662,17 +662,17 @@ function Ude() {
|
|
|
662
662
|
)), J.push(Tn));
|
|
663
663
|
return 1;
|
|
664
664
|
}
|
|
665
|
-
var kr, wn, Er = 0,
|
|
665
|
+
var kr, wn, Er = 0, hi = Re === "" ? Sr : Re + qi;
|
|
666
666
|
if (Yt(M))
|
|
667
667
|
for (var Gu = 0; Gu < M.length; Gu++)
|
|
668
|
-
kr = M[Gu], wn =
|
|
668
|
+
kr = M[Gu], wn = hi + Wi(kr, Gu), Er += Ma(kr, J, xe, wn, st);
|
|
669
669
|
else {
|
|
670
670
|
var p1 = z(M);
|
|
671
671
|
if (typeof p1 == "function") {
|
|
672
672
|
var Kl = M;
|
|
673
673
|
p1 === Kl.entries && (Yn || we("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Yn = !0);
|
|
674
674
|
for (var m1 = p1.call(Kl), ah, Q0 = 0; !(ah = m1.next()).done; )
|
|
675
|
-
kr = ah.value, wn =
|
|
675
|
+
kr = ah.value, wn = hi + Wi(kr, Q0++), Er += Ma(kr, J, xe, wn, st);
|
|
676
676
|
} else if (Bt === "object") {
|
|
677
677
|
var Lg = String(M);
|
|
678
678
|
throw new Error("Objects are not valid as a React child (found: " + (Lg === "[object Object]" ? "object with keys {" + Object.keys(M).join(", ") + "}" : Lg) + "). If you meant to render a collection of children, use an array instead.");
|
|
@@ -1094,29 +1094,29 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1094
1094
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1095
1095
|
try {
|
|
1096
1096
|
Reflect.construct(vt, []);
|
|
1097
|
-
} catch (
|
|
1098
|
-
Re =
|
|
1097
|
+
} catch (hi) {
|
|
1098
|
+
Re = hi;
|
|
1099
1099
|
}
|
|
1100
1100
|
Reflect.construct(M, [], vt);
|
|
1101
1101
|
} else {
|
|
1102
1102
|
try {
|
|
1103
1103
|
vt.call();
|
|
1104
|
-
} catch (
|
|
1105
|
-
Re =
|
|
1104
|
+
} catch (hi) {
|
|
1105
|
+
Re = hi;
|
|
1106
1106
|
}
|
|
1107
1107
|
M.call(vt.prototype);
|
|
1108
1108
|
}
|
|
1109
1109
|
} else {
|
|
1110
1110
|
try {
|
|
1111
1111
|
throw Error();
|
|
1112
|
-
} catch (
|
|
1113
|
-
Re =
|
|
1112
|
+
} catch (hi) {
|
|
1113
|
+
Re = hi;
|
|
1114
1114
|
}
|
|
1115
1115
|
M();
|
|
1116
1116
|
}
|
|
1117
|
-
} catch (
|
|
1118
|
-
if (
|
|
1119
|
-
for (var Jt =
|
|
1117
|
+
} catch (hi) {
|
|
1118
|
+
if (hi && Re && typeof hi.stack == "string") {
|
|
1119
|
+
for (var Jt = hi.stack.split(`
|
|
1120
1120
|
`), Tn = Re.stack.split(`
|
|
1121
1121
|
`), Gn = Jt.length - 1, Fr = Tn.length - 1; Gn >= 1 && Fr >= 0 && Jt[Gn] !== Tn[Fr]; )
|
|
1122
1122
|
Fr--;
|
|
@@ -1185,7 +1185,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1185
1185
|
}
|
|
1186
1186
|
function d1(M, J, xe, Re, st) {
|
|
1187
1187
|
{
|
|
1188
|
-
var Bt = Function.call.bind(
|
|
1188
|
+
var Bt = Function.call.bind(di);
|
|
1189
1189
|
for (var vt in M)
|
|
1190
1190
|
if (Bt(M, vt)) {
|
|
1191
1191
|
var Jt = void 0;
|
|
@@ -1392,10 +1392,10 @@ Check the top-level render call using <` + xe + ">.");
|
|
|
1392
1392
|
if (Re !== null && typeof Re == "object" && typeof Re.then == "function") {
|
|
1393
1393
|
var Bt = Re, vt = !1, Jt = {
|
|
1394
1394
|
then: function(wn, Er) {
|
|
1395
|
-
vt = !0, Bt.then(function(
|
|
1396
|
-
js(J), Hs === 0 ? kf(
|
|
1397
|
-
}, function(
|
|
1398
|
-
js(J), Er(
|
|
1395
|
+
vt = !0, Bt.then(function(hi) {
|
|
1396
|
+
js(J), Hs === 0 ? kf(hi, wn, Er) : wn(hi);
|
|
1397
|
+
}, function(hi) {
|
|
1398
|
+
js(J), Er(hi);
|
|
1399
1399
|
});
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
@@ -1800,9 +1800,9 @@ function Bde() {
|
|
|
1800
1800
|
}
|
|
1801
1801
|
}
|
|
1802
1802
|
}
|
|
1803
|
-
var
|
|
1803
|
+
var di = Array.isArray;
|
|
1804
1804
|
function Ti(q) {
|
|
1805
|
-
return
|
|
1805
|
+
return di(q);
|
|
1806
1806
|
}
|
|
1807
1807
|
function yo(q) {
|
|
1808
1808
|
{
|
|
@@ -2511,7 +2511,7 @@ function Gde() {
|
|
|
2511
2511
|
}
|
|
2512
2512
|
ht > 0 ? er = Math.floor(1e3 / ht) : er = n;
|
|
2513
2513
|
}
|
|
2514
|
-
var
|
|
2514
|
+
var di = function() {
|
|
2515
2515
|
if (lt !== null) {
|
|
2516
2516
|
var ht = t.unstable_now();
|
|
2517
2517
|
so = ht;
|
|
@@ -2526,16 +2526,16 @@ function Gde() {
|
|
|
2526
2526
|
}, Ti;
|
|
2527
2527
|
if (typeof le == "function")
|
|
2528
2528
|
Ti = function() {
|
|
2529
|
-
le(
|
|
2529
|
+
le(di);
|
|
2530
2530
|
};
|
|
2531
2531
|
else if (typeof MessageChannel < "u") {
|
|
2532
2532
|
var yo = new MessageChannel(), co = yo.port2;
|
|
2533
|
-
yo.port1.onmessage =
|
|
2533
|
+
yo.port1.onmessage = di, Ti = function() {
|
|
2534
2534
|
co.postMessage(null);
|
|
2535
2535
|
};
|
|
2536
2536
|
} else
|
|
2537
2537
|
Ti = function() {
|
|
2538
|
-
oe(
|
|
2538
|
+
oe(di, 0);
|
|
2539
2539
|
};
|
|
2540
2540
|
function Vr(ht) {
|
|
2541
2541
|
lt = ht, Yt || (Yt = !0, Ti());
|
|
@@ -2918,7 +2918,7 @@ function Kde() {
|
|
|
2918
2918
|
(d !== "number" || Yt(l.ownerDocument) !== l) && (v == null ? l.defaultValue = "" + l._wrapperState.initialValue : l.defaultValue !== "" + v && (l.defaultValue = "" + v));
|
|
2919
2919
|
}
|
|
2920
2920
|
var Ui = Array.isArray;
|
|
2921
|
-
function
|
|
2921
|
+
function di(l, d, v, _) {
|
|
2922
2922
|
if (l = l.options, d) {
|
|
2923
2923
|
d = {};
|
|
2924
2924
|
for (var C = 0; C < v.length; C++) d["$" + v[C]] = !0;
|
|
@@ -3093,7 +3093,7 @@ function Kde() {
|
|
|
3093
3093
|
if (l = Vt(l)) {
|
|
3094
3094
|
if (typeof sr != "function") throw Error(n(280));
|
|
3095
3095
|
var d = l.stateNode;
|
|
3096
|
-
d && (d =
|
|
3096
|
+
d && (d = fi(d), sr(l.stateNode, l.type, d));
|
|
3097
3097
|
}
|
|
3098
3098
|
}
|
|
3099
3099
|
function zs(l) {
|
|
@@ -3123,7 +3123,7 @@ function Kde() {
|
|
|
3123
3123
|
function Oo(l, d) {
|
|
3124
3124
|
var v = l.stateNode;
|
|
3125
3125
|
if (v === null) return null;
|
|
3126
|
-
var _ =
|
|
3126
|
+
var _ = fi(v);
|
|
3127
3127
|
if (_ === null) return null;
|
|
3128
3128
|
v = _[d];
|
|
3129
3129
|
e: switch (d) {
|
|
@@ -3699,13 +3699,13 @@ function Kde() {
|
|
|
3699
3699
|
}
|
|
3700
3700
|
var Jt = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(l) {
|
|
3701
3701
|
return l.timeStamp || Date.now();
|
|
3702
|
-
}, defaultPrevented: 0, isTrusted: 0 }, Tn = vt(Jt), Gn = W({}, Jt, { view: 0, detail: 0 }), Fr = vt(Gn), kr, wn, Er,
|
|
3702
|
+
}, defaultPrevented: 0, isTrusted: 0 }, Tn = vt(Jt), Gn = W({}, Jt, { view: 0, detail: 0 }), Fr = vt(Gn), kr, wn, Er, hi = W({}, Gn, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: r4, button: 0, buttons: 0, relatedTarget: function(l) {
|
|
3703
3703
|
return l.relatedTarget === void 0 ? l.fromElement === l.srcElement ? l.toElement : l.fromElement : l.relatedTarget;
|
|
3704
3704
|
}, movementX: function(l) {
|
|
3705
3705
|
return "movementX" in l ? l.movementX : (l !== Er && (Er && l.type === "mousemove" ? (kr = l.screenX - Er.screenX, wn = l.screenY - Er.screenY) : wn = kr = 0, Er = l), kr);
|
|
3706
3706
|
}, movementY: function(l) {
|
|
3707
3707
|
return "movementY" in l ? l.movementY : wn;
|
|
3708
|
-
} }), Gu = vt(
|
|
3708
|
+
} }), Gu = vt(hi), p1 = W({}, hi, { dataTransfer: 0 }), Kl = vt(p1), m1 = W({}, Gn, { relatedTarget: 0 }), ah = vt(m1), Q0 = W({}, Jt, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Lg = vt(Q0), e4 = W({}, Jt, { clipboardData: function(l) {
|
|
3709
3709
|
return "clipboardData" in l ? l.clipboardData : window.clipboardData;
|
|
3710
3710
|
} }), zb = vt(e4), t4 = W({}, Jt, { data: 0 }), n4 = vt(t4), Nb = {
|
|
3711
3711
|
Esc: "Escape",
|
|
@@ -3777,7 +3777,7 @@ function Kde() {
|
|
|
3777
3777
|
return l.type === "keydown" || l.type === "keyup" ? l.keyCode : 0;
|
|
3778
3778
|
}, which: function(l) {
|
|
3779
3779
|
return l.type === "keypress" ? Re(l) : l.type === "keydown" || l.type === "keyup" ? l.keyCode : 0;
|
|
3780
|
-
} }), o4 = vt(i4), a4 = W({},
|
|
3780
|
+
} }), o4 = vt(i4), a4 = W({}, hi, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), Hb = vt(a4), zg = W({}, Gn, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: r4 }), jb = vt(zg), Da = W({}, Jt, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), Jl = vt(Da), Gi = W({}, hi, {
|
|
3781
3781
|
deltaX: function(l) {
|
|
3782
3782
|
return "deltaX" in l ? l.deltaX : "wheelDeltaX" in l ? -l.wheelDeltaX : 0;
|
|
3783
3783
|
},
|
|
@@ -4354,7 +4354,7 @@ function Kde() {
|
|
|
4354
4354
|
if (l.tag === 5 || l.tag === 6) return l.stateNode;
|
|
4355
4355
|
throw Error(n(33));
|
|
4356
4356
|
}
|
|
4357
|
-
function
|
|
4357
|
+
function fi(l) {
|
|
4358
4358
|
return l[k1] || null;
|
|
4359
4359
|
}
|
|
4360
4360
|
var jn = [], Us = -1;
|
|
@@ -4766,7 +4766,7 @@ function Kde() {
|
|
|
4766
4766
|
l = l.return;
|
|
4767
4767
|
}
|
|
4768
4768
|
}
|
|
4769
|
-
function
|
|
4769
|
+
function pi(l, d) {
|
|
4770
4770
|
Za = l, x4 = Hf = null, l = l.dependencies, l !== null && l.firstContext !== null && ((l.lanes & d) !== 0 && (Xi = !0), l.firstContext = null);
|
|
4771
4771
|
}
|
|
4772
4772
|
function Ws(l) {
|
|
@@ -4929,7 +4929,7 @@ function Kde() {
|
|
|
4929
4929
|
function ov(l) {
|
|
4930
4930
|
R1.current === l && (Br(al), Br(R1));
|
|
4931
4931
|
}
|
|
4932
|
-
var
|
|
4932
|
+
var mi = Fs(0);
|
|
4933
4933
|
function av(l) {
|
|
4934
4934
|
for (var d = l; d !== null; ) {
|
|
4935
4935
|
if (d.tag === 13) {
|
|
@@ -5419,7 +5419,7 @@ Error generating stack: ` + $.message + `
|
|
|
5419
5419
|
function ja(l, d, v, _, C) {
|
|
5420
5420
|
v = v.render;
|
|
5421
5421
|
var $ = d.ref;
|
|
5422
|
-
return
|
|
5422
|
+
return pi(d, C), _ = od(l, d, v, _, $, C), v = Ec(), l !== null && !Xi ? (d.updateQueue = l.updateQueue, d.flags &= -2053, l.lanes &= ~C, Ks(l, d, C)) : (ai && v && ev(d), d.flags |= 1, Ho(l, d, _, C), d.child);
|
|
5423
5423
|
}
|
|
5424
5424
|
function Eh(l, d, v, _, C) {
|
|
5425
5425
|
if (l === null) {
|
|
@@ -5456,14 +5456,14 @@ Error generating stack: ` + $.message + `
|
|
|
5456
5456
|
}
|
|
5457
5457
|
function C_(l, d, v, _, C) {
|
|
5458
5458
|
var $ = Ki(v) ? Oa : _i.current;
|
|
5459
|
-
return $ = La(d, $),
|
|
5459
|
+
return $ = La(d, $), pi(d, C), v = od(l, d, v, _, $, C), _ = Ec(), l !== null && !Xi ? (d.updateQueue = l.updateQueue, d.flags &= -2053, l.lanes &= ~C, Ks(l, d, C)) : (ai && _ && ev(d), d.flags |= 1, Ho(l, d, v, C), d.child);
|
|
5460
5460
|
}
|
|
5461
5461
|
function k_(l, d, v, _, C) {
|
|
5462
5462
|
if (Ki(v)) {
|
|
5463
5463
|
var $ = !0;
|
|
5464
5464
|
bo(d);
|
|
5465
5465
|
} else $ = !1;
|
|
5466
|
-
if (
|
|
5466
|
+
if (pi(d, C), d.stateNode === null) Gs(l, d), kv(d, v, _), j1(d, v, _, C), _ = !0;
|
|
5467
5467
|
else if (l === null) {
|
|
5468
5468
|
var O = d.stateNode, Y = d.memoizedProps;
|
|
5469
5469
|
O.props = Y;
|
|
@@ -5502,8 +5502,8 @@ Error generating stack: ` + $.message + `
|
|
|
5502
5502
|
return { baseLanes: l, cachePool: null, transitions: null };
|
|
5503
5503
|
}
|
|
5504
5504
|
function $v(l, d, v) {
|
|
5505
|
-
var _ = d.pendingProps, C =
|
|
5506
|
-
if ((Y = O) || (Y = l !== null && l.memoizedState === null ? !1 : (C & 2) !== 0), Y ? ($ = !0, d.flags &= -129) : (l === null || l.memoizedState !== null) && (C |= 1), jt(
|
|
5505
|
+
var _ = d.pendingProps, C = mi.current, $ = !1, O = (d.flags & 128) !== 0, Y;
|
|
5506
|
+
if ((Y = O) || (Y = l !== null && l.memoizedState === null ? !1 : (C & 2) !== 0), Y ? ($ = !0, d.flags &= -129) : (l === null || l.memoizedState !== null) && (C |= 1), jt(mi, C & 1), l === null)
|
|
5507
5507
|
return w4(d), l = d.memoizedState, l !== null && (l = l.dehydrated, l !== null) ? ((d.mode & 1) === 0 ? d.lanes = 1 : l.data === "$!" ? d.lanes = 8 : d.lanes = 1073741824, null) : (O = _.children, l = _.fallback, $ ? (_ = d.mode, $ = d.child, O = { mode: "hidden", children: O }, (_ & 1) === 0 && $ !== null ? ($.childLanes = 0, $.pendingProps = O) : $ = hd(O, _, 0, null), l = cu(l, _, v, null), $.return = d, l.return = d, $.sibling = l, d.child = $, d.child.memoizedState = Z4(v), d.memoizedState = Tv, l) : H4(d, O));
|
|
5508
5508
|
if (C = l.memoizedState, C !== null && (Y = C.dehydrated, Y !== null)) return T_(l, d, O, _, Y, C, v);
|
|
5509
5509
|
if ($) {
|
|
@@ -5582,7 +5582,7 @@ Error generating stack: ` + $.message + `
|
|
|
5582
5582
|
}
|
|
5583
5583
|
function sl(l, d, v) {
|
|
5584
5584
|
var _ = d.pendingProps, C = _.revealOrder, $ = _.tail;
|
|
5585
|
-
if (Ho(l, d, _.children, v), _ =
|
|
5585
|
+
if (Ho(l, d, _.children, v), _ = mi.current, (_ & 2) !== 0) _ = _ & 1 | 2, d.flags |= 128;
|
|
5586
5586
|
else {
|
|
5587
5587
|
if (l !== null && (l.flags & 128) !== 0) e: for (l = d.child; l !== null; ) {
|
|
5588
5588
|
if (l.tag === 13) l.memoizedState !== null && j4(l, v, d);
|
|
@@ -5600,7 +5600,7 @@ Error generating stack: ` + $.message + `
|
|
|
5600
5600
|
}
|
|
5601
5601
|
_ &= 1;
|
|
5602
5602
|
}
|
|
5603
|
-
if (jt(
|
|
5603
|
+
if (jt(mi, _), (d.mode & 1) === 0) d.memoizedState = null;
|
|
5604
5604
|
else switch (C) {
|
|
5605
5605
|
case "forwards":
|
|
5606
5606
|
for (v = d.child, C = null; v !== null; ) l = v.alternate, l !== null && av(l) === null && (C = v), v = v.sibling;
|
|
@@ -5656,15 +5656,15 @@ Error generating stack: ` + $.message + `
|
|
|
5656
5656
|
break;
|
|
5657
5657
|
case 13:
|
|
5658
5658
|
if (_ = d.memoizedState, _ !== null)
|
|
5659
|
-
return _.dehydrated !== null ? (jt(
|
|
5660
|
-
jt(
|
|
5659
|
+
return _.dehydrated !== null ? (jt(mi, mi.current & 1), d.flags |= 128, null) : (v & d.child.childLanes) !== 0 ? $v(l, d, v) : (jt(mi, mi.current & 1), l = Ks(l, d, v), l !== null ? l.sibling : null);
|
|
5660
|
+
jt(mi, mi.current & 1);
|
|
5661
5661
|
break;
|
|
5662
5662
|
case 19:
|
|
5663
5663
|
if (_ = (v & d.childLanes) !== 0, (l.flags & 128) !== 0) {
|
|
5664
5664
|
if (_) return sl(l, d, v);
|
|
5665
5665
|
d.flags |= 128;
|
|
5666
5666
|
}
|
|
5667
|
-
if (C = d.memoizedState, C !== null && (C.rendering = null, C.tail = null, C.lastEffect = null), jt(
|
|
5667
|
+
if (C = d.memoizedState, C !== null && (C.rendering = null, C.tail = null, C.lastEffect = null), jt(mi, mi.current), _) break;
|
|
5668
5668
|
return null;
|
|
5669
5669
|
case 22:
|
|
5670
5670
|
case 23:
|
|
@@ -5901,7 +5901,7 @@ Error generating stack: ` + $.message + `
|
|
|
5901
5901
|
_.value != null && l.setAttribute("value", "" + at(_.value));
|
|
5902
5902
|
break;
|
|
5903
5903
|
case "select":
|
|
5904
|
-
l.multiple = !!_.multiple, $ = _.value, $ != null ?
|
|
5904
|
+
l.multiple = !!_.multiple, $ = _.value, $ != null ? di(l, !!_.multiple, $, !1) : _.defaultValue != null && di(
|
|
5905
5905
|
l,
|
|
5906
5906
|
!!_.multiple,
|
|
5907
5907
|
_.defaultValue,
|
|
@@ -5947,7 +5947,7 @@ Error generating stack: ` + $.message + `
|
|
|
5947
5947
|
}
|
|
5948
5948
|
return wo(d), null;
|
|
5949
5949
|
case 13:
|
|
5950
|
-
if (Br(
|
|
5950
|
+
if (Br(mi), _ = d.memoizedState, l === null || l.memoizedState !== null && l.memoizedState.dehydrated !== null) {
|
|
5951
5951
|
if (ai && Na !== null && (d.mode & 1) !== 0 && (d.flags & 128) === 0) $1(), rd(), d.flags |= 98560, $ = !1;
|
|
5952
5952
|
else if ($ = nv(d), _ !== null && _.dehydrated !== null) {
|
|
5953
5953
|
if (l === null) {
|
|
@@ -5959,7 +5959,7 @@ Error generating stack: ` + $.message + `
|
|
|
5959
5959
|
} else qs !== null && (Ah(qs), qs = null), $ = !0;
|
|
5960
5960
|
if (!$) return d.flags & 65536 ? d : null;
|
|
5961
5961
|
}
|
|
5962
|
-
return (d.flags & 128) !== 0 ? (d.lanes = v, d) : (_ = _ !== null, _ !== (l !== null && l.memoizedState !== null) && _ && (d.child.flags |= 8192, (d.mode & 1) !== 0 && (l === null || (
|
|
5962
|
+
return (d.flags & 128) !== 0 ? (d.lanes = v, d) : (_ = _ !== null, _ !== (l !== null && l.memoizedState !== null) && _ && (d.child.flags |= 8192, (d.mode & 1) !== 0 && (l === null || (mi.current & 1) !== 0 ? Mi === 0 && (Mi = 3) : Y4())), d.updateQueue !== null && (d.flags |= 4), wo(d), null);
|
|
5963
5963
|
case 4:
|
|
5964
5964
|
return yh(), Qi(l, d), l === null && Mf(d.stateNode.containerInfo), wo(d), null;
|
|
5965
5965
|
case 10:
|
|
@@ -5967,13 +5967,13 @@ Error generating stack: ` + $.message + `
|
|
|
5967
5967
|
case 17:
|
|
5968
5968
|
return Ki(d.type) && Nf(), wo(d), null;
|
|
5969
5969
|
case 19:
|
|
5970
|
-
if (Br(
|
|
5970
|
+
if (Br(mi), $ = d.memoizedState, $ === null) return wo(d), null;
|
|
5971
5971
|
if (_ = (d.flags & 128) !== 0, O = $.rendering, O === null) if (_) W1($, !1);
|
|
5972
5972
|
else {
|
|
5973
5973
|
if (Mi !== 0 || l !== null && (l.flags & 128) !== 0) for (l = d.child; l !== null; ) {
|
|
5974
5974
|
if (O = av(l), O !== null) {
|
|
5975
5975
|
for (d.flags |= 128, W1($, !1), _ = O.updateQueue, _ !== null && (d.updateQueue = _, d.flags |= 4), d.subtreeFlags = 0, _ = v, v = d.child; v !== null; ) $ = v, l = _, $.flags &= 14680066, O = $.alternate, O === null ? ($.childLanes = 0, $.lanes = l, $.child = null, $.subtreeFlags = 0, $.memoizedProps = null, $.memoizedState = null, $.updateQueue = null, $.dependencies = null, $.stateNode = null) : ($.childLanes = O.childLanes, $.lanes = O.lanes, $.child = O.child, $.subtreeFlags = 0, $.deletions = null, $.memoizedProps = O.memoizedProps, $.memoizedState = O.memoizedState, $.updateQueue = O.updateQueue, $.type = O.type, l = O.dependencies, $.dependencies = l === null ? null : { lanes: l.lanes, firstContext: l.firstContext }), v = v.sibling;
|
|
5976
|
-
return jt(
|
|
5976
|
+
return jt(mi, mi.current & 1 | 2), d.child;
|
|
5977
5977
|
}
|
|
5978
5978
|
l = l.sibling;
|
|
5979
5979
|
}
|
|
@@ -5985,7 +5985,7 @@ Error generating stack: ` + $.message + `
|
|
|
5985
5985
|
} else 2 * Ft() - $.renderingStartTime > Wf && v !== 1073741824 && (d.flags |= 128, _ = !0, W1($, !1), d.lanes = 4194304);
|
|
5986
5986
|
$.isBackwards ? (O.sibling = d.child, d.child = O) : (v = $.last, v !== null ? v.sibling = O : d.child = O, $.last = O);
|
|
5987
5987
|
}
|
|
5988
|
-
return $.tail !== null ? (d = $.tail, $.rendering = d, $.tail = d.sibling, $.renderingStartTime = Ft(), d.sibling = null, v =
|
|
5988
|
+
return $.tail !== null ? (d = $.tail, $.rendering = d, $.tail = d.sibling, $.renderingStartTime = Ft(), d.sibling = null, v = mi.current, jt(mi, _ ? v & 1 | 2 : v & 1), d) : (wo(d), null);
|
|
5989
5989
|
case 22:
|
|
5990
5990
|
case 23:
|
|
5991
5991
|
return K4(), _ = d.memoizedState !== null, l !== null && l.memoizedState !== null !== _ && (d.flags |= 8192), _ && (d.mode & 1) !== 0 ? (gs & 1073741824) !== 0 && (wo(d), d.subtreeFlags & 6 && (d.flags |= 8192)) : wo(d), null;
|
|
@@ -6005,13 +6005,13 @@ Error generating stack: ` + $.message + `
|
|
|
6005
6005
|
case 5:
|
|
6006
6006
|
return ov(d), null;
|
|
6007
6007
|
case 13:
|
|
6008
|
-
if (Br(
|
|
6008
|
+
if (Br(mi), l = d.memoizedState, l !== null && l.dehydrated !== null) {
|
|
6009
6009
|
if (d.alternate === null) throw Error(n(340));
|
|
6010
6010
|
rd();
|
|
6011
6011
|
}
|
|
6012
6012
|
return l = d.flags, l & 65536 ? (d.flags = l & -65537 | 128, d) : null;
|
|
6013
6013
|
case 19:
|
|
6014
|
-
return Br(
|
|
6014
|
+
return Br(mi), null;
|
|
6015
6015
|
case 4:
|
|
6016
6016
|
return yh(), null;
|
|
6017
6017
|
case 10:
|
|
@@ -6322,12 +6322,12 @@ Error generating stack: ` + $.message + `
|
|
|
6322
6322
|
var Ye = C._wrapperState.wasMultiple;
|
|
6323
6323
|
C._wrapperState.wasMultiple = !!$.multiple;
|
|
6324
6324
|
var Tt = $.value;
|
|
6325
|
-
Tt != null ?
|
|
6325
|
+
Tt != null ? di(C, !!$.multiple, Tt, !1) : Ye !== !!$.multiple && ($.defaultValue != null ? di(
|
|
6326
6326
|
C,
|
|
6327
6327
|
!!$.multiple,
|
|
6328
6328
|
$.defaultValue,
|
|
6329
6329
|
!0
|
|
6330
|
-
) :
|
|
6330
|
+
) : di(C, !!$.multiple, $.multiple ? [] : "", !1));
|
|
6331
6331
|
}
|
|
6332
6332
|
C[k1] = $;
|
|
6333
6333
|
} catch (zt) {
|
|
@@ -6864,10 +6864,10 @@ Error generating stack: ` + $.message + `
|
|
|
6864
6864
|
yh();
|
|
6865
6865
|
break;
|
|
6866
6866
|
case 13:
|
|
6867
|
-
Br(
|
|
6867
|
+
Br(mi);
|
|
6868
6868
|
break;
|
|
6869
6869
|
case 19:
|
|
6870
|
-
Br(
|
|
6870
|
+
Br(mi);
|
|
6871
6871
|
break;
|
|
6872
6872
|
case 10:
|
|
6873
6873
|
C4(_.type._context);
|
|
@@ -7232,7 +7232,7 @@ Error generating stack: ` + $.message + `
|
|
|
7232
7232
|
var _ = d.type;
|
|
7233
7233
|
Gs(l, d), l = d.pendingProps;
|
|
7234
7234
|
var C = La(d, _i.current);
|
|
7235
|
-
|
|
7235
|
+
pi(d, v), C = od(null, d, _, l, C, v);
|
|
7236
7236
|
var $ = Ec();
|
|
7237
7237
|
return d.flags |= 1, typeof C == "object" && C !== null && typeof C.render == "function" && C.$$typeof === void 0 ? (d.tag = 1, d.memoizedState = null, d.updateQueue = null, Ki(_) ? ($ = !0, bo(d)) : $ = !1, d.memoizedState = C.state !== null && C.state !== void 0 ? C.state : null, $4(d), C.updater = Cv, d.stateNode = C, C._reactInternals = d, j1(d, _, l, v), d = F1(null, d, _, !0, $, v)) : (d.tag = 0, ai && $ && ev(d), Ho(null, d, C, v), d = d.child), d;
|
|
7238
7238
|
case 16:
|
|
@@ -7355,13 +7355,13 @@ Error generating stack: ` + $.message + `
|
|
|
7355
7355
|
}
|
|
7356
7356
|
return d;
|
|
7357
7357
|
case 9:
|
|
7358
|
-
return C = d.type, _ = d.pendingProps.children,
|
|
7358
|
+
return C = d.type, _ = d.pendingProps.children, pi(d, v), C = Ws(C), _ = _(C), d.flags |= 1, Ho(l, d, _, v), d.child;
|
|
7359
7359
|
case 14:
|
|
7360
7360
|
return _ = d.type, C = Tc(_, d.pendingProps), C = Tc(_.type, C), Eh(l, d, _, C, v);
|
|
7361
7361
|
case 15:
|
|
7362
7362
|
return bn(l, d, d.type, d.pendingProps, v);
|
|
7363
7363
|
case 17:
|
|
7364
|
-
return _ = d.type, C = d.pendingProps, C = d.elementType === _ ? C : Tc(_, C), Gs(l, d), d.tag = 1, Ki(_) ? (l = !0, bo(d)) : l = !1,
|
|
7364
|
+
return _ = d.type, C = d.pendingProps, C = d.elementType === _ ? C : Tc(_, C), Gs(l, d), d.tag = 1, Ki(_) ? (l = !0, bo(d)) : l = !1, pi(d, v), kv(d, _, C), j1(d, _, C, v), F1(null, d, _, !0, l, v);
|
|
7365
7365
|
case 19:
|
|
7366
7366
|
return sl(l, d, v);
|
|
7367
7367
|
case 22:
|
|
@@ -7636,7 +7636,7 @@ Error generating stack: ` + $.message + `
|
|
|
7636
7636
|
for (v = v.querySelectorAll("input[name=" + JSON.stringify("" + d) + '][type="radio"]'), d = 0; d < v.length; d++) {
|
|
7637
7637
|
var _ = v[d];
|
|
7638
7638
|
if (_ !== l && _.form === l.form) {
|
|
7639
|
-
var C =
|
|
7639
|
+
var C = fi(_);
|
|
7640
7640
|
if (!C) throw Error(n(90));
|
|
7641
7641
|
Ze(_), so(_, C);
|
|
7642
7642
|
}
|
|
@@ -7647,10 +7647,10 @@ Error generating stack: ` + $.message + `
|
|
|
7647
7647
|
co(l, v);
|
|
7648
7648
|
break;
|
|
7649
7649
|
case "select":
|
|
7650
|
-
d = v.value, d != null &&
|
|
7650
|
+
d = v.value, d != null && di(l, !!v.multiple, d, !1);
|
|
7651
7651
|
}
|
|
7652
7652
|
}, Gc = G4, cs = Ih;
|
|
7653
|
-
var iC = { usingClientEntryPoint: !1, Events: [Vt, kc,
|
|
7653
|
+
var iC = { usingClientEntryPoint: !1, Events: [Vt, kc, fi, zs, Bl, G4] }, am = { findFiberByHostInstance: hh, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, Y_ = { bundleType: am.bundleType, version: am.version, rendererPackageName: am.rendererPackageName, rendererConfig: am.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: j.ReactCurrentDispatcher, findHostInstanceByFiber: function(l) {
|
|
7654
7654
|
return l = nn(l), l === null ? null : l.stateNode;
|
|
7655
7655
|
}, findFiberByHostInstance: am.findFiberByHostInstance || G_, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
7656
7656
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
|
|
@@ -7787,7 +7787,7 @@ function Yde() {
|
|
|
7787
7787
|
if (lt(a))
|
|
7788
7788
|
return s("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", Yt(a)), Hn(a);
|
|
7789
7789
|
}
|
|
7790
|
-
function
|
|
7790
|
+
function di(a) {
|
|
7791
7791
|
if (lt(a))
|
|
7792
7792
|
return s("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.", Yt(a)), Hn(a);
|
|
7793
7793
|
}
|
|
@@ -8665,7 +8665,7 @@ Error generating stack: ` + m.message + `
|
|
|
8665
8665
|
case "undefined":
|
|
8666
8666
|
return a;
|
|
8667
8667
|
case "object":
|
|
8668
|
-
return
|
|
8668
|
+
return di(a), a;
|
|
8669
8669
|
default:
|
|
8670
8670
|
return "";
|
|
8671
8671
|
}
|
|
@@ -8698,7 +8698,7 @@ Error generating stack: ` + m.message + `
|
|
|
8698
8698
|
}
|
|
8699
8699
|
function Hs(a) {
|
|
8700
8700
|
var c = f1(a) ? "checked" : "value", h = Object.getOwnPropertyDescriptor(a.constructor.prototype, c);
|
|
8701
|
-
|
|
8701
|
+
di(a[c]);
|
|
8702
8702
|
var m = "" + a[c];
|
|
8703
8703
|
if (!(a.hasOwnProperty(c) || typeof h > "u" || typeof h.get != "function" || typeof h.set != "function")) {
|
|
8704
8704
|
var b = h.get, S = h.set;
|
|
@@ -8708,7 +8708,7 @@ Error generating stack: ` + m.message + `
|
|
|
8708
8708
|
return b.call(this);
|
|
8709
8709
|
},
|
|
8710
8710
|
set: function(A) {
|
|
8711
|
-
|
|
8711
|
+
di(A), m = "" + A, S.call(this, A);
|
|
8712
8712
|
}
|
|
8713
8713
|
}), Object.defineProperty(a, c, {
|
|
8714
8714
|
enumerable: h.enumerable
|
|
@@ -8718,7 +8718,7 @@ Error generating stack: ` + m.message + `
|
|
|
8718
8718
|
return m;
|
|
8719
8719
|
},
|
|
8720
8720
|
setValue: function(A) {
|
|
8721
|
-
|
|
8721
|
+
di(A), m = "" + A;
|
|
8722
8722
|
},
|
|
8723
8723
|
stopTracking: function() {
|
|
8724
8724
|
ih(a), delete a[c];
|
|
@@ -8845,7 +8845,7 @@ Error generating stack: ` + m.message + `
|
|
|
8845
8845
|
}
|
|
8846
8846
|
var Er;
|
|
8847
8847
|
Er = !1;
|
|
8848
|
-
function
|
|
8848
|
+
function hi() {
|
|
8849
8849
|
var a = ca();
|
|
8850
8850
|
return a ? `
|
|
8851
8851
|
|
|
@@ -8859,7 +8859,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
8859
8859
|
var h = Gu[c];
|
|
8860
8860
|
if (a[h] != null) {
|
|
8861
8861
|
var m = wn(a[h]);
|
|
8862
|
-
a.multiple && !m ? s("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s", h,
|
|
8862
|
+
a.multiple && !m ? s("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s", h, hi()) : !a.multiple && m && s("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s", h, hi());
|
|
8863
8863
|
}
|
|
8864
8864
|
}
|
|
8865
8865
|
}
|
|
@@ -10089,7 +10089,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10089
10089
|
), kc = (
|
|
10090
10090
|
/* */
|
|
10091
10091
|
1
|
|
10092
|
-
),
|
|
10092
|
+
), fi = (
|
|
10093
10093
|
/* */
|
|
10094
10094
|
2
|
|
10095
10095
|
), jn = (
|
|
@@ -10162,7 +10162,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10162
10162
|
// TODO: Remove Update flag from before mutation phase by re-landing Visibility
|
|
10163
10163
|
// flag logic (see #20043)
|
|
10164
10164
|
jn | ho | 0
|
|
10165
|
-
), td =
|
|
10165
|
+
), td = fi | jn | Us | Fs | _i | La | Ki, nd = jn | Br | _i | Ki, tu = Oa | Us, Yi = eu | Qg | Zf, Bs = n.ReactCurrentOwner;
|
|
10166
10166
|
function hs(a) {
|
|
10167
10167
|
var c = a, h = a;
|
|
10168
10168
|
if (a.alternate)
|
|
@@ -10171,7 +10171,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10171
10171
|
else {
|
|
10172
10172
|
var m = c;
|
|
10173
10173
|
do
|
|
10174
|
-
c = m, (c.flags & (
|
|
10174
|
+
c = m, (c.flags & (fi | La)) !== Vt && (h = c.return), m = c.return;
|
|
10175
10175
|
while (m);
|
|
10176
10176
|
}
|
|
10177
10177
|
return c.tag === y ? h : null;
|
|
@@ -10381,7 +10381,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10381
10381
|
fs || (fs = !0, s("React instrumentation encountered an error: %s", c));
|
|
10382
10382
|
}
|
|
10383
10383
|
}
|
|
10384
|
-
function
|
|
10384
|
+
function pi(a) {
|
|
10385
10385
|
if (typeof rv == "function" && (m_(a), i(a)), Ii && typeof Ii.setStrictMode == "function")
|
|
10386
10386
|
try {
|
|
10387
10387
|
Ii.setStrictMode(mh, a);
|
|
@@ -10464,7 +10464,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10464
10464
|
function ov() {
|
|
10465
10465
|
wt !== null && typeof wt.markRenderStopped == "function" && wt.markRenderStopped();
|
|
10466
10466
|
}
|
|
10467
|
-
function
|
|
10467
|
+
function mi(a) {
|
|
10468
10468
|
wt !== null && typeof wt.markRenderScheduled == "function" && wt.markRenderScheduled(a);
|
|
10469
10469
|
}
|
|
10470
10470
|
function av(a, c) {
|
|
@@ -12357,7 +12357,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12357
12357
|
var S = v4(h), k = [];
|
|
12358
12358
|
mae(k, a, m, h, S, c), uL(k, c);
|
|
12359
12359
|
}
|
|
12360
|
-
function
|
|
12360
|
+
function gi(a, c) {
|
|
12361
12361
|
lC.has(a) || s('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.', a);
|
|
12362
12362
|
var h = !1, m = Wse(c), b = wae(a);
|
|
12363
12363
|
m.has(b) || (dL(c, a, Ug, h), m.add(b));
|
|
@@ -12582,7 +12582,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12582
12582
|
var P = a !== "textarea" || k !== "";
|
|
12583
12583
|
P && Af(c, k);
|
|
12584
12584
|
} else typeof k == "number" && Af(c, "" + k);
|
|
12585
|
-
else S === n6 || S === Xf || S === pL || (et.hasOwnProperty(S) ? k != null && (typeof k != "function" && o6(S, k), S === "onScroll" &&
|
|
12585
|
+
else S === n6 || S === Xf || S === pL || (et.hasOwnProperty(S) ? k != null && (typeof k != "function" && o6(S, k), S === "onScroll" && gi("scroll", c)) : k != null && Oo(c, S, k, b));
|
|
12586
12586
|
}
|
|
12587
12587
|
}
|
|
12588
12588
|
function Eae(a, c, h, m) {
|
|
@@ -12620,41 +12620,41 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12620
12620
|
var S;
|
|
12621
12621
|
switch (c) {
|
|
12622
12622
|
case "dialog":
|
|
12623
|
-
|
|
12623
|
+
gi("cancel", a), gi("close", a), S = h;
|
|
12624
12624
|
break;
|
|
12625
12625
|
case "iframe":
|
|
12626
12626
|
case "object":
|
|
12627
12627
|
case "embed":
|
|
12628
|
-
|
|
12628
|
+
gi("load", a), S = h;
|
|
12629
12629
|
break;
|
|
12630
12630
|
case "video":
|
|
12631
12631
|
case "audio":
|
|
12632
12632
|
for (var k = 0; k < iy.length; k++)
|
|
12633
|
-
|
|
12633
|
+
gi(iy[k], a);
|
|
12634
12634
|
S = h;
|
|
12635
12635
|
break;
|
|
12636
12636
|
case "source":
|
|
12637
|
-
|
|
12637
|
+
gi("error", a), S = h;
|
|
12638
12638
|
break;
|
|
12639
12639
|
case "img":
|
|
12640
12640
|
case "image":
|
|
12641
12641
|
case "link":
|
|
12642
|
-
|
|
12642
|
+
gi("error", a), gi("load", a), S = h;
|
|
12643
12643
|
break;
|
|
12644
12644
|
case "details":
|
|
12645
|
-
|
|
12645
|
+
gi("toggle", a), S = h;
|
|
12646
12646
|
break;
|
|
12647
12647
|
case "input":
|
|
12648
|
-
Sc(a, h), S = $f(a, h),
|
|
12648
|
+
Sc(a, h), S = $f(a, h), gi("invalid", a);
|
|
12649
12649
|
break;
|
|
12650
12650
|
case "option":
|
|
12651
12651
|
Gn(a, h), S = h;
|
|
12652
12652
|
break;
|
|
12653
12653
|
case "select":
|
|
12654
|
-
ah(a, h), S = m1(a, h),
|
|
12654
|
+
ah(a, h), S = m1(a, h), gi("invalid", a);
|
|
12655
12655
|
break;
|
|
12656
12656
|
case "textarea":
|
|
12657
|
-
n4(a, h), S = t4(a, h),
|
|
12657
|
+
n4(a, h), S = t4(a, h), gi("invalid", a);
|
|
12658
12658
|
break;
|
|
12659
12659
|
default:
|
|
12660
12660
|
S = h;
|
|
@@ -12717,7 +12717,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12717
12717
|
else if (P === sy) {
|
|
12718
12718
|
var Ce = ae ? ae[r6] : void 0, De = _e ? _e[r6] : void 0;
|
|
12719
12719
|
Ce != null && De !== Ce && (S = S || []).push(P, Ce);
|
|
12720
|
-
} else P === sm ? (typeof ae == "string" || typeof ae == "number") && (S = S || []).push(P, "" + ae) : P === n6 || P === Xf || (et.hasOwnProperty(P) ? (ae != null && (typeof ae != "function" && o6(P, ae), P === "onScroll" &&
|
|
12720
|
+
} else P === sm ? (typeof ae == "string" || typeof ae == "number") && (S = S || []).push(P, "" + ae) : P === n6 || P === Xf || (et.hasOwnProperty(P) ? (ae != null && (typeof ae != "function" && o6(P, ae), P === "onScroll" && gi("scroll", a)), !S && _e !== ae && (S = [])) : (S = S || []).push(P, ae));
|
|
12721
12721
|
}
|
|
12722
12722
|
return B && (ZS(B, A[cm]), (S = S || []).push(cm, B)), S;
|
|
12723
12723
|
}
|
|
@@ -12746,40 +12746,40 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12746
12746
|
var A, P;
|
|
12747
12747
|
switch (A = Ku(c, h), i6(c, h), c) {
|
|
12748
12748
|
case "dialog":
|
|
12749
|
-
|
|
12749
|
+
gi("cancel", a), gi("close", a);
|
|
12750
12750
|
break;
|
|
12751
12751
|
case "iframe":
|
|
12752
12752
|
case "object":
|
|
12753
12753
|
case "embed":
|
|
12754
|
-
|
|
12754
|
+
gi("load", a);
|
|
12755
12755
|
break;
|
|
12756
12756
|
case "video":
|
|
12757
12757
|
case "audio":
|
|
12758
12758
|
for (var H = 0; H < iy.length; H++)
|
|
12759
|
-
|
|
12759
|
+
gi(iy[H], a);
|
|
12760
12760
|
break;
|
|
12761
12761
|
case "source":
|
|
12762
|
-
|
|
12762
|
+
gi("error", a);
|
|
12763
12763
|
break;
|
|
12764
12764
|
case "img":
|
|
12765
12765
|
case "image":
|
|
12766
12766
|
case "link":
|
|
12767
|
-
|
|
12767
|
+
gi("error", a), gi("load", a);
|
|
12768
12768
|
break;
|
|
12769
12769
|
case "details":
|
|
12770
|
-
|
|
12770
|
+
gi("toggle", a);
|
|
12771
12771
|
break;
|
|
12772
12772
|
case "input":
|
|
12773
|
-
Sc(a, h),
|
|
12773
|
+
Sc(a, h), gi("invalid", a);
|
|
12774
12774
|
break;
|
|
12775
12775
|
case "option":
|
|
12776
12776
|
Gn(a, h);
|
|
12777
12777
|
break;
|
|
12778
12778
|
case "select":
|
|
12779
|
-
ah(a, h),
|
|
12779
|
+
ah(a, h), gi("invalid", a);
|
|
12780
12780
|
break;
|
|
12781
12781
|
case "textarea":
|
|
12782
|
-
n4(a, h),
|
|
12782
|
+
n4(a, h), gi("invalid", a);
|
|
12783
12783
|
break;
|
|
12784
12784
|
}
|
|
12785
12785
|
Zg(c, h);
|
|
@@ -12808,7 +12808,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12808
12808
|
if (Ce === sm)
|
|
12809
12809
|
typeof De == "string" ? a.textContent !== De && (h[Xf] !== !0 && s6(a.textContent, De, S, k), _e = [sm, De]) : typeof De == "number" && a.textContent !== "" + De && (h[Xf] !== !0 && s6(a.textContent, De, S, k), _e = [sm, "" + De]);
|
|
12810
12810
|
else if (et.hasOwnProperty(Ce))
|
|
12811
|
-
De != null && (typeof De != "function" && o6(Ce, De), Ce === "onScroll" &&
|
|
12811
|
+
De != null && (typeof De != "function" && o6(Ce, De), Ce === "onScroll" && gi("scroll", a));
|
|
12812
12812
|
else if (k && // Convince Flow we've calculated it (it's DEV-only in this method.)
|
|
12813
12813
|
typeof A == "boolean") {
|
|
12814
12814
|
var xt = void 0, qt = vr(Ce);
|
|
@@ -13859,7 +13859,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
13859
13859
|
}
|
|
13860
13860
|
}
|
|
13861
13861
|
function ZL(a, c) {
|
|
13862
|
-
c.flags = c.flags & ~La |
|
|
13862
|
+
c.flags = c.flags & ~La | fi, OC(a, c);
|
|
13863
13863
|
}
|
|
13864
13864
|
function HL(a, c) {
|
|
13865
13865
|
switch (a.tag) {
|
|
@@ -14255,12 +14255,12 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14255
14255
|
var rt = ge.alternate;
|
|
14256
14256
|
if (rt !== null) {
|
|
14257
14257
|
var At = rt.index;
|
|
14258
|
-
return At < Oe ? (ge.flags |=
|
|
14258
|
+
return At < Oe ? (ge.flags |= fi, Oe) : At;
|
|
14259
14259
|
} else
|
|
14260
|
-
return ge.flags |=
|
|
14260
|
+
return ge.flags |= fi, Oe;
|
|
14261
14261
|
}
|
|
14262
14262
|
function k(ge) {
|
|
14263
|
-
return a && ge.alternate === null && (ge.flags |=
|
|
14263
|
+
return a && ge.alternate === null && (ge.flags |= fi), ge;
|
|
14264
14264
|
}
|
|
14265
14265
|
function A(ge, Oe, ve, rt) {
|
|
14266
14266
|
if (Oe === null || Oe.tag !== T) {
|
|
@@ -14762,9 +14762,9 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14762
14762
|
function R6(a, c) {
|
|
14763
14763
|
a.lanes = bn(a.lanes, c);
|
|
14764
14764
|
var h = a.alternate;
|
|
14765
|
-
h !== null && (h.lanes = bn(h.lanes, c)), h === null && (a.flags & (
|
|
14765
|
+
h !== null && (h.lanes = bn(h.lanes, c)), h === null && (a.flags & (fi | La)) !== Vt && GN(a);
|
|
14766
14766
|
for (var m = a, b = a.return; b !== null; )
|
|
14767
|
-
b.childLanes = bn(b.childLanes, c), h = b.alternate, h !== null ? h.childLanes = bn(h.childLanes, c) : (b.flags & (
|
|
14767
|
+
b.childLanes = bn(b.childLanes, c), h = b.alternate, h !== null ? h.childLanes = bn(h.childLanes, c) : (b.flags & (fi | La)) !== Vt && GN(a), m = b, b = b.return;
|
|
14768
14768
|
if (m.tag === y) {
|
|
14769
14769
|
var S = m.stateNode;
|
|
14770
14770
|
return S;
|
|
@@ -14878,11 +14878,11 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14878
14878
|
var A = k.call(S, m, b);
|
|
14879
14879
|
{
|
|
14880
14880
|
if (a.mode & Tr) {
|
|
14881
|
-
|
|
14881
|
+
pi(!0);
|
|
14882
14882
|
try {
|
|
14883
14883
|
k.call(S, m, b);
|
|
14884
14884
|
} finally {
|
|
14885
|
-
|
|
14885
|
+
pi(!1);
|
|
14886
14886
|
}
|
|
14887
14887
|
}
|
|
14888
14888
|
YL();
|
|
@@ -14900,11 +14900,11 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14900
14900
|
KL(), H = P.call(S, m, b);
|
|
14901
14901
|
{
|
|
14902
14902
|
if (a.mode & Tr) {
|
|
14903
|
-
|
|
14903
|
+
pi(!0);
|
|
14904
14904
|
try {
|
|
14905
14905
|
P.call(S, m, b);
|
|
14906
14906
|
} finally {
|
|
14907
|
-
|
|
14907
|
+
pi(!1);
|
|
14908
14908
|
}
|
|
14909
14909
|
}
|
|
14910
14910
|
YL();
|
|
@@ -16396,11 +16396,11 @@ Incoming: %s`, je, "[" + c.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
16396
16396
|
var b = a.memoizedState, S = h(m, b);
|
|
16397
16397
|
{
|
|
16398
16398
|
if (a.mode & Tr) {
|
|
16399
|
-
|
|
16399
|
+
pi(!0);
|
|
16400
16400
|
try {
|
|
16401
16401
|
S = h(m, b);
|
|
16402
16402
|
} finally {
|
|
16403
|
-
|
|
16403
|
+
pi(!1);
|
|
16404
16404
|
}
|
|
16405
16405
|
}
|
|
16406
16406
|
Lz(c, S);
|
|
@@ -16438,11 +16438,11 @@ Incoming: %s`, je, "[" + c.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
16438
16438
|
var P = A.shouldComponentUpdate(m, S, k);
|
|
16439
16439
|
{
|
|
16440
16440
|
if (a.mode & Tr) {
|
|
16441
|
-
|
|
16441
|
+
pi(!0);
|
|
16442
16442
|
try {
|
|
16443
16443
|
P = A.shouldComponentUpdate(m, S, k);
|
|
16444
16444
|
} finally {
|
|
16445
|
-
|
|
16445
|
+
pi(!1);
|
|
16446
16446
|
}
|
|
16447
16447
|
}
|
|
16448
16448
|
P === void 0 && s("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.", Wn(c) || "Component");
|
|
@@ -16495,11 +16495,11 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, b)
|
|
|
16495
16495
|
}
|
|
16496
16496
|
var B = new c(h, S);
|
|
16497
16497
|
if (a.mode & Tr) {
|
|
16498
|
-
|
|
16498
|
+
pi(!0);
|
|
16499
16499
|
try {
|
|
16500
16500
|
B = new c(h, S);
|
|
16501
16501
|
} finally {
|
|
16502
|
-
|
|
16502
|
+
pi(!1);
|
|
16503
16503
|
}
|
|
16504
16504
|
}
|
|
16505
16505
|
var ce = a.memoizedState = B.state !== null && B.state !== void 0 ? B.state : null;
|
|
@@ -16838,11 +16838,11 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
16838
16838
|
n2(c, b), ps(c);
|
|
16839
16839
|
{
|
|
16840
16840
|
if (Oy.current = c, uo(!0), P = c2(a, c, k, m, A, b), H = l2(), c.mode & Tr) {
|
|
16841
|
-
|
|
16841
|
+
pi(!0);
|
|
16842
16842
|
try {
|
|
16843
16843
|
P = c2(a, c, k, m, A, b), H = l2();
|
|
16844
16844
|
} finally {
|
|
16845
|
-
|
|
16845
|
+
pi(!1);
|
|
16846
16846
|
}
|
|
16847
16847
|
}
|
|
16848
16848
|
uo(!1);
|
|
@@ -17006,11 +17006,11 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17006
17006
|
n2(c, b), ps(c);
|
|
17007
17007
|
{
|
|
17008
17008
|
if (Oy.current = c, uo(!0), P = c2(a, c, h, m, k, b), H = l2(), c.mode & Tr) {
|
|
17009
|
-
|
|
17009
|
+
pi(!0);
|
|
17010
17010
|
try {
|
|
17011
17011
|
P = c2(a, c, h, m, k, b), H = l2();
|
|
17012
17012
|
} finally {
|
|
17013
|
-
|
|
17013
|
+
pi(!1);
|
|
17014
17014
|
}
|
|
17015
17015
|
}
|
|
17016
17016
|
uo(!1);
|
|
@@ -17070,11 +17070,11 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17070
17070
|
ps(c);
|
|
17071
17071
|
{
|
|
17072
17072
|
if (uo(!0), P = A.render(), c.mode & Tr) {
|
|
17073
|
-
|
|
17073
|
+
pi(!0);
|
|
17074
17074
|
try {
|
|
17075
17075
|
A.render();
|
|
17076
17076
|
} finally {
|
|
17077
|
-
|
|
17077
|
+
pi(!1);
|
|
17078
17078
|
}
|
|
17079
17079
|
}
|
|
17080
17080
|
uo(!1);
|
|
@@ -17114,7 +17114,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17114
17114
|
var ae = GL(c, null, A, h);
|
|
17115
17115
|
c.child = ae;
|
|
17116
17116
|
for (var _e = ae; _e; )
|
|
17117
|
-
_e.flags = _e.flags & ~
|
|
17117
|
+
_e.flags = _e.flags & ~fi | La, _e = _e.sibling;
|
|
17118
17118
|
}
|
|
17119
17119
|
} else {
|
|
17120
17120
|
if (Qv(), A === S)
|
|
@@ -17210,11 +17210,11 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17210
17210
|
return gd(h) ? (ae = !0, b6(c)) : ae = !1, c.memoizedState = A.state !== null && A.state !== void 0 ? A.state : null, QC(c), Zz(c, A), Fk(c, h, b, m), eE(null, c, h, !0, ae, m);
|
|
17211
17211
|
} else {
|
|
17212
17212
|
if (c.tag = f, c.mode & Tr) {
|
|
17213
|
-
|
|
17213
|
+
pi(!0);
|
|
17214
17214
|
try {
|
|
17215
17215
|
A = c2(null, c, h, b, S, m), P = l2();
|
|
17216
17216
|
} finally {
|
|
17217
|
-
|
|
17217
|
+
pi(!1);
|
|
17218
17218
|
}
|
|
17219
17219
|
}
|
|
17220
17220
|
return ma() && P && MC(c), ys(null, c, A, m), tE(c, h), c.child;
|
|
@@ -17361,19 +17361,19 @@ Check the render method of \`` + m + "`.");
|
|
|
17361
17361
|
} else
|
|
17362
17362
|
H = tN(k, P), H.subtreeFlags = k.subtreeFlags & Yi;
|
|
17363
17363
|
var ce;
|
|
17364
|
-
return A !== null ? ce = Cm(A, m) : (ce = pp(m, S, b, null), ce.flags |=
|
|
17364
|
+
return A !== null ? ce = Cm(A, m) : (ce = pp(m, S, b, null), ce.flags |= fi), ce.return = c, H.return = c, H.sibling = ce, c.child = H, ce;
|
|
17365
17365
|
}
|
|
17366
17366
|
function cw(a, c, h, m) {
|
|
17367
17367
|
m !== null && ZC(m), e2(c, a.child, null, h);
|
|
17368
17368
|
var b = c.pendingProps, S = b.children, k = iE(c, S);
|
|
17369
|
-
return k.flags |=
|
|
17369
|
+
return k.flags |= fi, c.memoizedState = null, k;
|
|
17370
17370
|
}
|
|
17371
17371
|
function fle(a, c, h, m, b) {
|
|
17372
17372
|
var S = c.mode, k = {
|
|
17373
17373
|
mode: "visible",
|
|
17374
17374
|
children: h
|
|
17375
17375
|
}, A = oE(k, S), P = pp(m, S, b, null);
|
|
17376
|
-
return P.flags |=
|
|
17376
|
+
return P.flags |= fi, A.return = c, P.return = c, A.sibling = P, c.child = A, (c.mode & Sn) !== Ut && e2(c, a.child, null, b), P;
|
|
17377
17377
|
}
|
|
17378
17378
|
function ple(a, c, h) {
|
|
17379
17379
|
return (a.mode & Sn) === Ut ? (s("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."), a.lanes = Qt) : SC(c) ? a.lanes = na : a.lanes = Ha, null;
|
|
@@ -17641,7 +17641,7 @@ Check the render method of \`` + m + "`.");
|
|
|
17641
17641
|
mu = !0;
|
|
17642
17642
|
}
|
|
17643
17643
|
function lw(a, c) {
|
|
17644
|
-
(c.mode & Sn) === Ut && a !== null && (a.alternate = null, c.alternate = null, c.flags |=
|
|
17644
|
+
(c.mode & Sn) === Ut && a !== null && (a.alternate = null, c.alternate = null, c.flags |= fi);
|
|
17645
17645
|
}
|
|
17646
17646
|
function Zh(a, c, h) {
|
|
17647
17647
|
return a !== null && (c.dependencies = a.dependencies), Oz(), Yy(c.lanes), ja(h, c.childLanes) ? (gce(a, c), c.child) : null;
|
|
@@ -17663,7 +17663,7 @@ Check the render method of \`` + m + "`.");
|
|
|
17663
17663
|
b.sibling = h;
|
|
17664
17664
|
}
|
|
17665
17665
|
var S = m.deletions;
|
|
17666
|
-
return S === null ? (m.deletions = [a], m.flags |= Us) : S.push(a), h.flags |=
|
|
17666
|
+
return S === null ? (m.deletions = [a], m.flags |= Us) : S.push(a), h.flags |= fi, h;
|
|
17667
17667
|
}
|
|
17668
17668
|
}
|
|
17669
17669
|
function sE(a, c) {
|
|
@@ -18091,7 +18091,7 @@ Check the render method of \`` + m + "`.");
|
|
|
18091
18091
|
Cd !== y2 && // LegacyHidden doesn't do any hiding — it only pre-renders.
|
|
18092
18092
|
!W && (c.flags |= Ki);
|
|
18093
18093
|
}
|
|
18094
|
-
return !y2 || (c.mode & Sn) === Ut ? va(c) : ja(Sd, Ha) && (va(c), c.subtreeFlags & (
|
|
18094
|
+
return !y2 || (c.mode & Sn) === Ut ? va(c) : ja(Sd, Ha) && (va(c), c.subtreeFlags & (fi | jn) && (c.flags |= Ki)), null;
|
|
18095
18095
|
}
|
|
18096
18096
|
case he:
|
|
18097
18097
|
return null;
|
|
@@ -18621,11 +18621,11 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
18621
18621
|
c = c.return;
|
|
18622
18622
|
}
|
|
18623
18623
|
for (c.sibling.return = c.return, c = c.sibling; c.tag !== x && c.tag !== T && c.tag !== Ee; ) {
|
|
18624
|
-
if (c.flags &
|
|
18624
|
+
if (c.flags & fi || c.child === null || c.tag === w)
|
|
18625
18625
|
continue e;
|
|
18626
18626
|
c.child.return = c, c = c.child;
|
|
18627
18627
|
}
|
|
18628
|
-
if (!(c.flags &
|
|
18628
|
+
if (!(c.flags & fi))
|
|
18629
18629
|
return c.stateNode;
|
|
18630
18630
|
}
|
|
18631
18631
|
}
|
|
@@ -18979,13 +18979,13 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
18979
18979
|
}
|
|
18980
18980
|
function xd(a) {
|
|
18981
18981
|
var c = a.flags;
|
|
18982
|
-
if (c &
|
|
18982
|
+
if (c & fi) {
|
|
18983
18983
|
try {
|
|
18984
18984
|
Vle(a);
|
|
18985
18985
|
} catch (h) {
|
|
18986
18986
|
Xr(a, a.return, h);
|
|
18987
18987
|
}
|
|
18988
|
-
a.flags &= ~
|
|
18988
|
+
a.flags &= ~fi;
|
|
18989
18989
|
}
|
|
18990
18990
|
c & La && (a.flags &= ~La);
|
|
18991
18991
|
}
|
|
@@ -20394,7 +20394,7 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
20394
20394
|
return h;
|
|
20395
20395
|
}
|
|
20396
20396
|
function ide(a, c) {
|
|
20397
|
-
a.flags &= Yi |
|
|
20397
|
+
a.flags &= Yi | fi;
|
|
20398
20398
|
var h = a.alternate;
|
|
20399
20399
|
if (h === null)
|
|
20400
20400
|
a.childLanes = Ke, a.lanes = c, a.child = null, a.subtreeFlags = Vt, a.memoizedProps = null, a.memoizedState = null, a.updateQueue = null, a.dependencies = null, a.stateNode = null, a.selfBaseDuration = 0, a.treeBaseDuration = 0;
|
|
@@ -20631,7 +20631,7 @@ Check the render method of \`` + H + "`.");
|
|
|
20631
20631
|
function Qy(a, c, h, m) {
|
|
20632
20632
|
x4(c, a);
|
|
20633
20633
|
var b = c.current, S = _s(), k = hp(b);
|
|
20634
|
-
|
|
20634
|
+
mi(k);
|
|
20635
20635
|
var A = iZ(h);
|
|
20636
20636
|
c.context === null ? c.context = A : c.pendingContext = A, Yc && No !== null && !VE && (VE = !0, s(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
20637
20637
|
|
|
@@ -23966,7 +23966,7 @@ function pG(t, e) {
|
|
|
23966
23966
|
}));
|
|
23967
23967
|
});
|
|
23968
23968
|
}
|
|
23969
|
-
function
|
|
23969
|
+
function bi(t, e, n) {
|
|
23970
23970
|
var r = mr(t) || e || n ? { next: t, error: e, complete: n } : t;
|
|
23971
23971
|
return r ? ni(function(i, o) {
|
|
23972
23972
|
var s;
|
|
@@ -24597,7 +24597,7 @@ class Ife {
|
|
|
24597
24597
|
error: E
|
|
24598
24598
|
}), E;
|
|
24599
24599
|
})
|
|
24600
|
-
}),
|
|
24600
|
+
}), bi(() => {
|
|
24601
24601
|
const E = Math.round(performance.now() - T);
|
|
24602
24602
|
this._registerEvent({
|
|
24603
24603
|
level: Rn.Debug,
|
|
@@ -24729,7 +24729,7 @@ class Ife {
|
|
|
24729
24729
|
* @param ref - Reference object.
|
|
24730
24730
|
*/
|
|
24731
24731
|
async _postInitialize(e, n) {
|
|
24732
|
-
const { modules: r, _afterInit: i } = this, o = kt(r).pipe(pt((p) => !!p.postInitialize),
|
|
24732
|
+
const { modules: r, _afterInit: i } = this, o = kt(r).pipe(pt((p) => !!p.postInitialize), bi((p) => {
|
|
24733
24733
|
this._registerEvent({
|
|
24734
24734
|
level: Rn.Debug,
|
|
24735
24735
|
name: "_postInitialize.modulePostInitializing",
|
|
@@ -24745,7 +24745,7 @@ class Ife {
|
|
|
24745
24745
|
ref: n,
|
|
24746
24746
|
modules: e,
|
|
24747
24747
|
instance: e[p.name]
|
|
24748
|
-
})).pipe(
|
|
24748
|
+
})).pipe(bi(() => {
|
|
24749
24749
|
const y = Math.round(performance.now() - g);
|
|
24750
24750
|
this._registerEvent({
|
|
24751
24751
|
level: Rn.Debug,
|
|
@@ -35107,7 +35107,7 @@ const cge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
35107
35107
|
string: rge
|
|
35108
35108
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
35109
35109
|
os(rJ());
|
|
35110
|
-
const
|
|
35110
|
+
const ci = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35111
35111
|
__proto__: null,
|
|
35112
35112
|
$brand: bG,
|
|
35113
35113
|
$input: cJ,
|
|
@@ -35886,13 +35886,13 @@ class Ege {
|
|
|
35886
35886
|
/** prepare request, allow extensions to modify request */
|
|
35887
35887
|
Qn((s) => this._prepareRequest(s)),
|
|
35888
35888
|
/** push request to event buss */
|
|
35889
|
-
|
|
35889
|
+
bi((s) => this._request$.next(s)),
|
|
35890
35890
|
/** execute request */
|
|
35891
35891
|
Qn(({ uri: s, path: u, ...f }) => _ge(s, f)),
|
|
35892
35892
|
/** prepare response, allow extensions to modify response */
|
|
35893
35893
|
Qn((s) => this._prepareResponse(s)),
|
|
35894
35894
|
/** push response to event buss */
|
|
35895
|
-
|
|
35895
|
+
bi((s) => this._response$.next(s)),
|
|
35896
35896
|
/** execute selector */
|
|
35897
35897
|
Qn((s) => {
|
|
35898
35898
|
if (r)
|
|
@@ -37748,7 +37748,7 @@ class ZM extends ti {
|
|
|
37748
37748
|
super(e), this.name = "ClientConfigurationError", Object.setPrototypeOf(this, ZM.prototype);
|
|
37749
37749
|
}
|
|
37750
37750
|
}
|
|
37751
|
-
function
|
|
37751
|
+
function li(t) {
|
|
37752
37752
|
return new ZM(t);
|
|
37753
37753
|
}
|
|
37754
37754
|
class Tl {
|
|
@@ -37834,7 +37834,7 @@ class rs {
|
|
|
37834
37834
|
constructor(e) {
|
|
37835
37835
|
const n = e ? Tl.trimArrayEntries([...e]) : [], r = n ? Tl.removeEmptyStringsFromArray(n) : [];
|
|
37836
37836
|
if (!r || !r.length)
|
|
37837
|
-
throw
|
|
37837
|
+
throw li($2e);
|
|
37838
37838
|
this.scopes = /* @__PURE__ */ new Set(), r.forEach((i) => this.scopes.add(i));
|
|
37839
37839
|
}
|
|
37840
37840
|
/**
|
|
@@ -38018,7 +38018,7 @@ function qM(t, e, n) {
|
|
|
38018
38018
|
try {
|
|
38019
38019
|
JSON.parse(r);
|
|
38020
38020
|
} catch {
|
|
38021
|
-
throw
|
|
38021
|
+
throw li(Zee);
|
|
38022
38022
|
}
|
|
38023
38023
|
t.set(qve, r);
|
|
38024
38024
|
}
|
|
@@ -38044,7 +38044,7 @@ function YM(t, e, n) {
|
|
|
38044
38044
|
if (e && n)
|
|
38045
38045
|
t.set(Qve, e), t.set(e2e, n);
|
|
38046
38046
|
else
|
|
38047
|
-
throw
|
|
38047
|
+
throw li(Hee);
|
|
38048
38048
|
}
|
|
38049
38049
|
function c0e(t, e) {
|
|
38050
38050
|
t.set(Xve, e);
|
|
@@ -38086,7 +38086,7 @@ function d0e(t, e) {
|
|
|
38086
38086
|
try {
|
|
38087
38087
|
n = JSON.parse(t);
|
|
38088
38088
|
} catch {
|
|
38089
|
-
throw
|
|
38089
|
+
throw li(Zee);
|
|
38090
38090
|
}
|
|
38091
38091
|
return e && e.length > 0 && (n.hasOwnProperty(Hw.ACCESS_TOKEN) || (n[Hw.ACCESS_TOKEN] = {}), n[Hw.ACCESS_TOKEN][Hw.XMS_CC] = {
|
|
38092
38092
|
values: e
|
|
@@ -38450,7 +38450,7 @@ class _r {
|
|
|
38450
38450
|
}
|
|
38451
38451
|
constructor(e) {
|
|
38452
38452
|
if (this._urlString = e, !this._urlString)
|
|
38453
|
-
throw
|
|
38453
|
+
throw li(T2e);
|
|
38454
38454
|
e.includes("#") || (this._urlString = _r.canonicalizeUri(e));
|
|
38455
38455
|
}
|
|
38456
38456
|
/**
|
|
@@ -38472,12 +38472,12 @@ class _r {
|
|
|
38472
38472
|
try {
|
|
38473
38473
|
e = this.getUrlComponents();
|
|
38474
38474
|
} catch {
|
|
38475
|
-
throw
|
|
38475
|
+
throw li(jw);
|
|
38476
38476
|
}
|
|
38477
38477
|
if (!e.HostNameAndPort || !e.PathSegments)
|
|
38478
|
-
throw
|
|
38478
|
+
throw li(jw);
|
|
38479
38479
|
if (!e.Protocol || e.Protocol.toLowerCase() !== "https:")
|
|
38480
|
-
throw
|
|
38480
|
+
throw li(E2e);
|
|
38481
38481
|
}
|
|
38482
38482
|
/**
|
|
38483
38483
|
* Given a url and a query string return the url with provided query string appended
|
|
@@ -38510,7 +38510,7 @@ class _r {
|
|
|
38510
38510
|
getUrlComponents() {
|
|
38511
38511
|
const e = RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"), n = this.urlString.match(e);
|
|
38512
38512
|
if (!n)
|
|
38513
|
-
throw
|
|
38513
|
+
throw li(jw);
|
|
38514
38514
|
const r = {
|
|
38515
38515
|
Protocol: n[1],
|
|
38516
38516
|
HostNameAndPort: n[4],
|
|
@@ -38523,7 +38523,7 @@ class _r {
|
|
|
38523
38523
|
static getDomainFromUrl(e) {
|
|
38524
38524
|
const n = RegExp("^([^:/?#]+://)?([^/?#]*)"), r = e.match(n);
|
|
38525
38525
|
if (!r)
|
|
38526
|
-
throw
|
|
38526
|
+
throw li(jw);
|
|
38527
38527
|
return r[2];
|
|
38528
38528
|
}
|
|
38529
38529
|
static getAbsoluteUrl(e, n) {
|
|
@@ -40540,7 +40540,7 @@ class lc {
|
|
|
40540
40540
|
try {
|
|
40541
40541
|
return JSON.parse(this.authorityOptions.authorityMetadata);
|
|
40542
40542
|
} catch {
|
|
40543
|
-
throw
|
|
40543
|
+
throw li(R2e);
|
|
40544
40544
|
}
|
|
40545
40545
|
return null;
|
|
40546
40546
|
}
|
|
@@ -40594,7 +40594,7 @@ class lc {
|
|
|
40594
40594
|
const r = await ze(this.getCloudDiscoveryMetadataFromNetwork.bind(this), r4e, this.logger, this.performanceClient, this.correlationId)();
|
|
40595
40595
|
if (r)
|
|
40596
40596
|
return KT(e, r, !0), _u.NETWORK;
|
|
40597
|
-
throw
|
|
40597
|
+
throw li(P2e);
|
|
40598
40598
|
}
|
|
40599
40599
|
updateCloudDiscoveryMetadataFromLocalSources(e) {
|
|
40600
40600
|
this.logger.verbose("0jhlgt", this.correlationId), this.logger.verbosePii("1fy7uz", this.correlationId), this.logger.verbosePii("08zabj", this.correlationId), this.logger.verbosePii("1o1kv3", this.correlationId);
|
|
@@ -40624,7 +40624,7 @@ class lc {
|
|
|
40624
40624
|
return this.logger.verbose("0hzfao", this.correlationId), n;
|
|
40625
40625
|
this.logger.verbose("1ajz3u", this.correlationId);
|
|
40626
40626
|
} catch {
|
|
40627
|
-
throw this.logger.verbose("1wq5tu", this.correlationId),
|
|
40627
|
+
throw this.logger.verbose("1wq5tu", this.correlationId), li(jee);
|
|
40628
40628
|
}
|
|
40629
40629
|
}
|
|
40630
40630
|
return this.isInKnownAuthorities() ? (this.logger.verbose("0mt9al", this.correlationId), lc.createCloudDiscoveryMetadataFromHost(this.hostnameAndPort)) : null;
|
|
@@ -40792,7 +40792,7 @@ function k4e(t) {
|
|
|
40792
40792
|
try {
|
|
40793
40793
|
n = JSON.parse(e);
|
|
40794
40794
|
} catch {
|
|
40795
|
-
throw
|
|
40795
|
+
throw li(jee);
|
|
40796
40796
|
}
|
|
40797
40797
|
return {
|
|
40798
40798
|
canonicalAuthority: t.authority ? wte(t.authority) : void 0,
|
|
@@ -40831,7 +40831,7 @@ class Ste {
|
|
|
40831
40831
|
*/
|
|
40832
40832
|
getLogoutUri(e) {
|
|
40833
40833
|
if (!e)
|
|
40834
|
-
throw
|
|
40834
|
+
throw li(I2e);
|
|
40835
40835
|
const n = this.createLogoutUrlQueryString(e);
|
|
40836
40836
|
return _r.appendQueryString(this.authority.endSessionEndpoint, n);
|
|
40837
40837
|
}
|
|
@@ -40865,7 +40865,7 @@ class Ste {
|
|
|
40865
40865
|
if (FM(n, e.embeddedClientId || e.extraParameters?.[hg] || this.config.authOptions.clientId), this.includeRedirectUri)
|
|
40866
40866
|
BM(n, e.redirectUri);
|
|
40867
40867
|
else if (!e.redirectUri)
|
|
40868
|
-
throw
|
|
40868
|
+
throw li(k2e);
|
|
40869
40869
|
if (UM(n, e.scopes, !0, this.oidcDefaultScopes), c0e(n, e.code), GM(n, this.config.libraryInfo), KM(n, this.config.telemetry.application), rte(n), this.serverTelemetryManager && !dte(this.config) && nte(n, this.serverTelemetryManager), e.codeVerifier && u0e(n, e.codeVerifier), this.config.clientCredentials.clientSecret && Yee(n, this.config.clientCredentials.clientSecret), this.config.clientCredentials.clientAssertion) {
|
|
40870
40870
|
const i = this.config.clientCredentials.clientAssertion;
|
|
40871
40871
|
Jee(n, await vte(i.assertion, this.config.authOptions.clientId, e.resourceRequestUri)), Xee(n, i.assertionType);
|
|
@@ -40878,7 +40878,7 @@ class Ste {
|
|
|
40878
40878
|
if (e.sshJwk)
|
|
40879
40879
|
tte(n, e.sshJwk);
|
|
40880
40880
|
else
|
|
40881
|
-
throw
|
|
40881
|
+
throw li(jM);
|
|
40882
40882
|
(!Tl.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && qM(n, e.claims, this.config.authOptions.clientCapabilities);
|
|
40883
40883
|
let r;
|
|
40884
40884
|
if (e.clientInfo)
|
|
@@ -40944,7 +40944,7 @@ class T4e {
|
|
|
40944
40944
|
*/
|
|
40945
40945
|
async acquireTokenByRefreshToken(e) {
|
|
40946
40946
|
if (!e)
|
|
40947
|
-
throw
|
|
40947
|
+
throw li(A2e);
|
|
40948
40948
|
if (!e.account)
|
|
40949
40949
|
throw it(Bee);
|
|
40950
40950
|
if (this.cacheManager.isAppMetadataFOCI(e.account.environment, e.correlationId))
|
|
@@ -41021,7 +41021,7 @@ class T4e {
|
|
|
41021
41021
|
if (e.sshJwk)
|
|
41022
41022
|
tte(n, e.sshJwk);
|
|
41023
41023
|
else
|
|
41024
|
-
throw
|
|
41024
|
+
throw li(jM);
|
|
41025
41025
|
if ((!Tl.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && qM(n, e.claims, this.config.authOptions.clientCapabilities), this.config.systemOptions.preventCorsPreflight && e.ccsCredential)
|
|
41026
41026
|
switch (e.ccsCredential.type) {
|
|
41027
41027
|
case Tu.HOME_ACCOUNT_ID:
|
|
@@ -43526,7 +43526,7 @@ async function sf(t, e, n, r, i, o, s, u, f) {
|
|
|
43526
43526
|
authorityMetadata: t.auth.authorityMetadata
|
|
43527
43527
|
}, y = o || t.auth.authority, w = p?.length ? p === "true" : t.auth.instanceAware, x = f && w ? t.auth.authority.replace(_r.getDomainFromUrl(y), f.environment) : y, T = lc.generateAuthority(x, s || t.auth.azureCloudOptions), E = await ze(xte, r5e, i, n, e)(T, t.system.networkClient, r, g, i, e, n);
|
|
43528
43528
|
if (f && !E.isAlias(f.environment))
|
|
43529
|
-
throw
|
|
43529
|
+
throw li(L2e);
|
|
43530
43530
|
return E;
|
|
43531
43531
|
}
|
|
43532
43532
|
async function TD(t, e, n, r, i) {
|
|
@@ -43555,9 +43555,9 @@ async function $D(t, e, n, r, i) {
|
|
|
43555
43555
|
else {
|
|
43556
43556
|
if (u.authenticationScheme === Nr.SSH) {
|
|
43557
43557
|
if (!t.sshJwk)
|
|
43558
|
-
throw
|
|
43558
|
+
throw li(jM);
|
|
43559
43559
|
if (!t.sshKid)
|
|
43560
|
-
throw
|
|
43560
|
+
throw li(M2e);
|
|
43561
43561
|
}
|
|
43562
43562
|
r.verbose("1ecmns", i);
|
|
43563
43563
|
}
|
|
@@ -43577,7 +43577,7 @@ function Kte(t, e) {
|
|
|
43577
43577
|
const r = t.httpMethod;
|
|
43578
43578
|
if (e === pc.EAR) {
|
|
43579
43579
|
if (r && r !== W2.POST)
|
|
43580
|
-
throw
|
|
43580
|
+
throw li(z2e);
|
|
43581
43581
|
n = W2.POST;
|
|
43582
43582
|
} else
|
|
43583
43583
|
n = r || W2.GET;
|
|
@@ -44287,7 +44287,7 @@ async function AD(t, e, n, r, i) {
|
|
|
44287
44287
|
}
|
|
44288
44288
|
async function ID(t, e, n, r, i) {
|
|
44289
44289
|
if (!n.codeChallenge)
|
|
44290
|
-
throw
|
|
44290
|
+
throw li(Hee);
|
|
44291
44291
|
const o = await ze(AD, e5e, r, i, n.correlationId)(t, e, n, r, i);
|
|
44292
44292
|
return VM(o, OM.CODE), YM(o, n.codeChallenge, DM), Ld(o, {
|
|
44293
44293
|
...n.extraQueryParameters,
|
|
@@ -44559,8 +44559,8 @@ function u3e({ auth: t, cache: e, system: n, telemetry: r }, i) {
|
|
|
44559
44559
|
},
|
|
44560
44560
|
client: new lte()
|
|
44561
44561
|
};
|
|
44562
|
-
if (n?.protocolMode !== pc.OIDC && t?.OIDCOptions && new Ig(p.loggerOptions).warning(JSON.stringify(
|
|
44563
|
-
throw
|
|
44562
|
+
if (n?.protocolMode !== pc.OIDC && t?.OIDCOptions && new Ig(p.loggerOptions).warning(JSON.stringify(li(D2e)), ""), n?.protocolMode && n.protocolMode === pc.OIDC && p?.allowPlatformBroker)
|
|
44563
|
+
throw li(O2e);
|
|
44564
44564
|
return {
|
|
44565
44565
|
auth: {
|
|
44566
44566
|
...o,
|
|
@@ -46917,20 +46917,21 @@ const $3e = {
|
|
|
46917
46917
|
...s
|
|
46918
46918
|
}
|
|
46919
46919
|
});
|
|
46920
|
-
}, Qh = "7.
|
|
46921
|
-
provider:
|
|
46922
|
-
metadata:
|
|
46920
|
+
}, Qh = "7.2.0", R3e = ci.object({
|
|
46921
|
+
provider: ci.custom().optional(),
|
|
46922
|
+
metadata: ci.record(ci.string(), ci.unknown()).optional().default({
|
|
46923
46923
|
module: "msal",
|
|
46924
46924
|
version: Qh
|
|
46925
46925
|
}),
|
|
46926
|
-
scope:
|
|
46927
|
-
}), P3e =
|
|
46928
|
-
client:
|
|
46929
|
-
provider:
|
|
46930
|
-
requiresAuth:
|
|
46931
|
-
redirectUri:
|
|
46932
|
-
|
|
46933
|
-
|
|
46926
|
+
scope: ci.array(ci.string()).optional().default(["framework", "authentication"])
|
|
46927
|
+
}), P3e = ci.object({
|
|
46928
|
+
client: ci.custom(),
|
|
46929
|
+
provider: ci.custom().optional(),
|
|
46930
|
+
requiresAuth: ci.boolean().optional(),
|
|
46931
|
+
redirectUri: ci.string().optional(),
|
|
46932
|
+
loginHint: ci.string().optional(),
|
|
46933
|
+
authCode: ci.string().optional(),
|
|
46934
|
+
version: ci.string().transform((t) => String(Qm.coerce(t))),
|
|
46934
46935
|
telemetry: R3e
|
|
46935
46936
|
});
|
|
46936
46937
|
class M3e extends r1 {
|
|
@@ -47029,6 +47030,23 @@ class M3e extends r1 {
|
|
|
47029
47030
|
setRequiresAuth(e) {
|
|
47030
47031
|
return this._set("requiresAuth", async () => e), this;
|
|
47031
47032
|
}
|
|
47033
|
+
/**
|
|
47034
|
+
* Sets a default login hint for authentication flows.
|
|
47035
|
+
*
|
|
47036
|
+
* The login hint is used to pre-fill the username during authentication and
|
|
47037
|
+
* enables silent SSO when no account is available.
|
|
47038
|
+
*
|
|
47039
|
+
* @param loginHint - The preferred username/email to use as login hint
|
|
47040
|
+
* @returns The configurator instance for method chaining
|
|
47041
|
+
*
|
|
47042
|
+
* @example
|
|
47043
|
+
* ```typescript
|
|
47044
|
+
* configurator.setLoginHint('user@company.com');
|
|
47045
|
+
* ```
|
|
47046
|
+
*/
|
|
47047
|
+
setLoginHint(e) {
|
|
47048
|
+
return this._set("loginHint", async () => e), this;
|
|
47049
|
+
}
|
|
47032
47050
|
/**
|
|
47033
47051
|
* @deprecated - since version 5.1.0, use setClient instead
|
|
47034
47052
|
*/
|
|
@@ -47456,6 +47474,7 @@ class Z3e extends zu {
|
|
|
47456
47474
|
#t;
|
|
47457
47475
|
#n;
|
|
47458
47476
|
#r;
|
|
47477
|
+
#i;
|
|
47459
47478
|
/**
|
|
47460
47479
|
* The MSAL module version enum value indicating the API compatibility level.
|
|
47461
47480
|
*
|
|
@@ -47509,7 +47528,7 @@ class Z3e extends zu {
|
|
|
47509
47528
|
if (super({
|
|
47510
47529
|
version: Qh,
|
|
47511
47530
|
config: e
|
|
47512
|
-
}), this.#n = e.requiresAuth, this.#t = e.telemetry, this.#r = e.authCode, !e.client) {
|
|
47531
|
+
}), this.#n = e.requiresAuth, this.#t = e.telemetry, this.#i = e.loginHint, this.#r = e.authCode, !e.client) {
|
|
47513
47532
|
const n = new Error("Client is required, please provide a valid client in the configuration");
|
|
47514
47533
|
throw this._trackException("constructor.client-required", lr.Error, {
|
|
47515
47534
|
exception: n
|
|
@@ -47708,7 +47727,9 @@ class Z3e extends zu {
|
|
|
47708
47727
|
* ```
|
|
47709
47728
|
*/
|
|
47710
47729
|
async login(e) {
|
|
47711
|
-
const { behavior: n = "redirect", silent: r = !0, request: i } = e
|
|
47730
|
+
const { behavior: n = "redirect", silent: r = !0, request: i } = e;
|
|
47731
|
+
i.loginHint ??= this.#i ?? this.account?.username ?? this.account?.loginHint ?? void 0;
|
|
47732
|
+
const o = r && (i.account || i.loginHint), s = { behavior: n, silent: r, canLoginSilently: o, scopes: i.scopes };
|
|
47712
47733
|
if (i.account ??= this.account ?? void 0, i.scopes || (i.scopes = [], this._trackEvent("login.missing-scope", lr.Warning, {
|
|
47713
47734
|
properties: s
|
|
47714
47735
|
})), this._trackEvent("login", lr.Information, {
|
|
@@ -48335,7 +48356,7 @@ const pbe = () => ({
|
|
|
48335
48356
|
meta: { transaction: t, created: Date.now() }
|
|
48336
48357
|
}))
|
|
48337
48358
|
}), pr = pbe(), mbe = (t) => t.pipe(pt(pr.request.match), qe((e) => pr.execute(e.meta.transaction))), gbe = (t) => (e, n) => e.pipe(pt(pr.execute.match), K5(n), Io(([r, i]) => {
|
|
48338
|
-
const o = r.payload, s = i[o], u = new AbortController(), f = e.pipe(pt(pr.cancel.match), pt((p) => p.payload.transaction === o),
|
|
48359
|
+
const o = r.payload, s = i[o], u = new AbortController(), f = e.pipe(pt(pr.cancel.match), pt((p) => p.payload.transaction === o), bi(() => {
|
|
48339
48360
|
u.signal.aborted || u.abort();
|
|
48340
48361
|
}));
|
|
48341
48362
|
try {
|
|
@@ -48387,7 +48408,7 @@ const pbe = () => ({
|
|
|
48387
48408
|
// Ensure the request has not been removed from the state during the delay.
|
|
48388
48409
|
pt(([y, w]) => !!w[o]),
|
|
48389
48410
|
// If the request has been removed, throw an error.
|
|
48390
|
-
|
|
48411
|
+
bi(([, y]) => {
|
|
48391
48412
|
if (!y[o])
|
|
48392
48413
|
throw new Nm("error", {
|
|
48393
48414
|
message: "request not found, most likely removed while scheduled for retry",
|
|
@@ -49186,7 +49207,7 @@ class es {
|
|
|
49186
49207
|
}));
|
|
49187
49208
|
const n = $be(e.queueOperator);
|
|
49188
49209
|
this.#e.add(() => this.#r.complete()), this.#e.add(this.#r.pipe(
|
|
49189
|
-
|
|
49210
|
+
bi((r) => {
|
|
49190
49211
|
this._registerEvent("query_queued", r);
|
|
49191
49212
|
}),
|
|
49192
49213
|
// skip tasks that are not in the ongoing tasks record
|
|
@@ -49599,7 +49620,7 @@ let Ibe = class extends zu {
|
|
|
49599
49620
|
)), this.#i.add(this.#s.pipe(
|
|
49600
49621
|
// resolve context item from queue
|
|
49601
49622
|
Qn((i) => i),
|
|
49602
|
-
|
|
49623
|
+
bi((i) => console.debug("ContextProvider::#contextQueue", i))
|
|
49603
49624
|
).subscribe((i) => {
|
|
49604
49625
|
this.#e.setCurrentContext(i ?? null);
|
|
49605
49626
|
}));
|
|
@@ -49700,7 +49721,7 @@ let Ibe = class extends zu {
|
|
|
49700
49721
|
setCurrentContext(e, n) {
|
|
49701
49722
|
const r = new Hi(), i = new Hi(), o = this._setCurrentContext(e, n).pipe(
|
|
49702
49723
|
// send context item which was set to the caller
|
|
49703
|
-
|
|
49724
|
+
bi((s) => i.next(s)),
|
|
49704
49725
|
// abort task on signal
|
|
49705
49726
|
jp(r),
|
|
49706
49727
|
// close the observable sent to the caller
|
|
@@ -49983,21 +50004,21 @@ const Rbe = "context", Pbe = {
|
|
|
49983
50004
|
})
|
|
49984
50005
|
), this.dispose = () => o.unsubscribe(), i;
|
|
49985
50006
|
}
|
|
49986
|
-
}, Mbe =
|
|
49987
|
-
key:
|
|
49988
|
-
uri:
|
|
49989
|
-
id:
|
|
49990
|
-
environment:
|
|
49991
|
-
name:
|
|
49992
|
-
scopes:
|
|
49993
|
-
tags:
|
|
50007
|
+
}, Mbe = ci.object({
|
|
50008
|
+
key: ci.string().describe("The key used to identify the service"),
|
|
50009
|
+
uri: ci.string().describe("The URI of the service"),
|
|
50010
|
+
id: ci.string().optional().describe("The ID of the service"),
|
|
50011
|
+
environment: ci.string().optional().describe("The environment of the service"),
|
|
50012
|
+
name: ci.string().optional().describe("The name of the service"),
|
|
50013
|
+
scopes: ci.array(ci.string()).optional().default([]).describe("Endpoint authentication scopes"),
|
|
50014
|
+
tags: ci.array(ci.string()).optional().describe("Tags for the service")
|
|
49994
50015
|
}).describe("A service from the service discovery API").transform((t) => ({
|
|
49995
50016
|
...t,
|
|
49996
50017
|
/** @deprecated use `scopes` */
|
|
49997
50018
|
get defaultScopes() {
|
|
49998
50019
|
return t.scopes ?? [];
|
|
49999
50020
|
}
|
|
50000
|
-
})), Dbe =
|
|
50021
|
+
})), Dbe = ci.array(Mbe).describe("A list of services from the service discovery API"), Obe = "services", Lbe = (t, e) => {
|
|
50001
50022
|
const n = kt(tg(t)).pipe(
|
|
50002
50023
|
// parse and validate the response
|
|
50003
50024
|
qe((r) => Dbe.default([]).parse(r))
|
|
@@ -51274,7 +51295,7 @@ const V6e = "services", U6e = (t, e) => async (n) => {
|
|
|
51274
51295
|
}
|
|
51275
51296
|
}, F6e = (t) => {
|
|
51276
51297
|
t.addConfig({ module: sne });
|
|
51277
|
-
}, B6e = "7.4.
|
|
51298
|
+
}, B6e = "7.4.8";
|
|
51278
51299
|
class q6e extends Ife {
|
|
51279
51300
|
/**
|
|
51280
51301
|
* The class name used for event naming. This static property ensures
|
|
@@ -65193,7 +65214,7 @@ function Jd(t) {
|
|
|
65193
65214
|
function kre(t) {
|
|
65194
65215
|
return oS() ? t instanceof Node || t instanceof gc(t).Node : !1;
|
|
65195
65216
|
}
|
|
65196
|
-
function
|
|
65217
|
+
function ui(t) {
|
|
65197
65218
|
return oS() ? t instanceof Element || t instanceof gc(t).Element : !1;
|
|
65198
65219
|
}
|
|
65199
65220
|
function Uc(t) {
|
|
@@ -65228,7 +65249,7 @@ function aS(t) {
|
|
|
65228
65249
|
}
|
|
65229
65250
|
const YOe = ["transform", "translate", "scale", "rotate", "perspective"], JOe = ["transform", "translate", "scale", "rotate", "perspective", "filter"], XOe = ["paint", "layout", "strict", "content"];
|
|
65230
65251
|
function dO(t) {
|
|
65231
|
-
const e = sS(), n =
|
|
65252
|
+
const e = sS(), n = ui(t) ? Ml(t) : t;
|
|
65232
65253
|
return YOe.some((r) => n[r] ? n[r] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || JOe.some((r) => (n.willChange || "").includes(r)) || XOe.some((r) => (n.contain || "").includes(r));
|
|
65233
65254
|
}
|
|
65234
65255
|
function QOe(t) {
|
|
@@ -65253,7 +65274,7 @@ function Ml(t) {
|
|
|
65253
65274
|
return gc(t).getComputedStyle(t);
|
|
65254
65275
|
}
|
|
65255
65276
|
function cS(t) {
|
|
65256
|
-
return
|
|
65277
|
+
return ui(t) ? {
|
|
65257
65278
|
scrollLeft: t.scrollLeft,
|
|
65258
65279
|
scrollTop: t.scrollTop
|
|
65259
65280
|
} : {
|
|
@@ -65301,7 +65322,7 @@ function Tre(t) {
|
|
|
65301
65322
|
};
|
|
65302
65323
|
}
|
|
65303
65324
|
function hO(t) {
|
|
65304
|
-
return
|
|
65325
|
+
return ui(t) ? t : t.contextElement;
|
|
65305
65326
|
}
|
|
65306
65327
|
function t0(t) {
|
|
65307
65328
|
const e = hO(t);
|
|
@@ -65333,11 +65354,11 @@ function wg(t, e, n, r) {
|
|
|
65333
65354
|
e === void 0 && (e = !1), n === void 0 && (n = !1);
|
|
65334
65355
|
const i = t.getBoundingClientRect(), o = hO(t);
|
|
65335
65356
|
let s = Nd(1);
|
|
65336
|
-
e && (r ?
|
|
65357
|
+
e && (r ? ui(r) && (s = t0(r)) : s = t0(t));
|
|
65337
65358
|
const u = nLe(o, n, r) ? $re(o) : Nd(0);
|
|
65338
65359
|
let f = (i.left + u.x) / s.x, p = (i.top + u.y) / s.y, g = i.width / s.x, y = i.height / s.y;
|
|
65339
65360
|
if (o) {
|
|
65340
|
-
const w = gc(o), x = r &&
|
|
65361
|
+
const w = gc(o), x = r && ui(r) ? gc(r) : r;
|
|
65341
65362
|
let T = w, E = TI(T);
|
|
65342
65363
|
for (; E && r && x !== T; ) {
|
|
65343
65364
|
const I = t0(E), L = E.getBoundingClientRect(), z = Ml(E), N = L.left + (E.clientLeft + parseFloat(z.paddingLeft)) * I.x, j = L.top + (E.clientTop + parseFloat(z.paddingTop)) * I.y;
|
|
@@ -65440,7 +65461,7 @@ function tF(t, e, n) {
|
|
|
65440
65461
|
r = aLe(t, n);
|
|
65441
65462
|
else if (e === "document")
|
|
65442
65463
|
r = oLe(Jd(t));
|
|
65443
|
-
else if (
|
|
65464
|
+
else if (ui(e))
|
|
65444
65465
|
r = cLe(e, n);
|
|
65445
65466
|
else {
|
|
65446
65467
|
const i = $re(t);
|
|
@@ -65455,16 +65476,16 @@ function tF(t, e, n) {
|
|
|
65455
65476
|
}
|
|
65456
65477
|
function Ire(t, e) {
|
|
65457
65478
|
const n = mf(t);
|
|
65458
|
-
return n === e || !
|
|
65479
|
+
return n === e || !ui(n) || cf(n) ? !1 : Ml(n).position === "fixed" || Ire(n, e);
|
|
65459
65480
|
}
|
|
65460
65481
|
function lLe(t, e) {
|
|
65461
65482
|
const n = e.get(t);
|
|
65462
65483
|
if (n)
|
|
65463
65484
|
return n;
|
|
65464
|
-
let r = Wp(t, [], !1).filter((u) =>
|
|
65485
|
+
let r = Wp(t, [], !1).filter((u) => ui(u) && U0(u) !== "body"), i = null;
|
|
65465
65486
|
const o = Ml(t).position === "fixed";
|
|
65466
65487
|
let s = o ? mf(t) : t;
|
|
65467
|
-
for (;
|
|
65488
|
+
for (; ui(s) && !cf(s); ) {
|
|
65468
65489
|
const u = Ml(s), f = dO(s);
|
|
65469
65490
|
!f && u.position === "fixed" && (i = null), (o ? !f && !i : !f && u.position === "static" && !!i && sLe.has(i.position) || Cb(s) && !f && Ire(t, s)) ? r = r.filter((g) => g !== s) : i = u, s = mf(s);
|
|
65470
65491
|
}
|
|
@@ -65540,7 +65561,7 @@ function Rre(t, e) {
|
|
|
65540
65561
|
if (!Uc(t)) {
|
|
65541
65562
|
let i = mf(t);
|
|
65542
65563
|
for (; i && !cf(i); ) {
|
|
65543
|
-
if (
|
|
65564
|
+
if (ui(i) && !z$(i))
|
|
65544
65565
|
return i;
|
|
65545
65566
|
i = mf(i);
|
|
65546
65567
|
}
|
|
@@ -65575,7 +65596,7 @@ const mLe = {
|
|
|
65575
65596
|
getClientRects: iLe,
|
|
65576
65597
|
getDimensions: dLe,
|
|
65577
65598
|
getScale: t0,
|
|
65578
|
-
isElement:
|
|
65599
|
+
isElement: ui,
|
|
65579
65600
|
isRTL: pLe
|
|
65580
65601
|
};
|
|
65581
65602
|
function Pre(t, e) {
|
|
@@ -68409,7 +68430,7 @@ function yp(t) {
|
|
|
68409
68430
|
var n = Os.get(t.keyCode);
|
|
68410
68431
|
return n || qn.UNKNOWN;
|
|
68411
68432
|
}
|
|
68412
|
-
var bp, qh,
|
|
68433
|
+
var bp, qh, yi = {
|
|
68413
68434
|
LIST_ITEM_ACTIVATED_CLASS: "mdc-list-item--activated",
|
|
68414
68435
|
LIST_ITEM_CLASS: "mdc-list-item",
|
|
68415
68436
|
LIST_ITEM_DISABLED_CLASS: "mdc-list-item--disabled",
|
|
@@ -68418,8 +68439,8 @@ var bp, qh, vi = {
|
|
|
68418
68439
|
LIST_ITEM_PRIMARY_TEXT_CLASS: "mdc-list-item__primary-text",
|
|
68419
68440
|
ROOT: "mdc-list"
|
|
68420
68441
|
};
|
|
68421
|
-
bp = {}, bp["" +
|
|
68422
|
-
var E2 = (qh = {}, qh["" +
|
|
68442
|
+
bp = {}, bp["" + yi.LIST_ITEM_ACTIVATED_CLASS] = "mdc-list-item--activated", bp["" + yi.LIST_ITEM_CLASS] = "mdc-list-item", bp["" + yi.LIST_ITEM_DISABLED_CLASS] = "mdc-list-item--disabled", bp["" + yi.LIST_ITEM_SELECTED_CLASS] = "mdc-list-item--selected", bp["" + yi.LIST_ITEM_PRIMARY_TEXT_CLASS] = "mdc-list-item__primary-text", bp["" + yi.ROOT] = "mdc-list";
|
|
68443
|
+
var E2 = (qh = {}, qh["" + yi.LIST_ITEM_ACTIVATED_CLASS] = "mdc-deprecated-list-item--activated", qh["" + yi.LIST_ITEM_CLASS] = "mdc-deprecated-list-item", qh["" + yi.LIST_ITEM_DISABLED_CLASS] = "mdc-deprecated-list-item--disabled", qh["" + yi.LIST_ITEM_SELECTED_CLASS] = "mdc-deprecated-list-item--selected", qh["" + yi.LIST_ITEM_TEXT_CLASS] = "mdc-deprecated-list-item__text", qh["" + yi.LIST_ITEM_PRIMARY_TEXT_CLASS] = "mdc-deprecated-list-item__primary-text", qh["" + yi.ROOT] = "mdc-deprecated-list", qh), tx = {
|
|
68423
68444
|
ACTION_EVENT: "MDCList:action",
|
|
68424
68445
|
SELECTION_CHANGE_EVENT: "MDCList:selectionChange",
|
|
68425
68446
|
ARIA_CHECKED: "aria-checked",
|
|
@@ -68436,21 +68457,21 @@ var E2 = (qh = {}, qh["" + vi.LIST_ITEM_ACTIVATED_CLASS] = "mdc-deprecated-list-
|
|
|
68436
68457
|
CHECKBOX_RADIO_SELECTOR: 'input[type="checkbox"], input[type="radio"]',
|
|
68437
68458
|
CHECKBOX_SELECTOR: 'input[type="checkbox"]',
|
|
68438
68459
|
CHILD_ELEMENTS_TO_TOGGLE_TABINDEX: `
|
|
68439
|
-
.` +
|
|
68440
|
-
.` +
|
|
68441
|
-
.` + E2[
|
|
68442
|
-
.` + E2[
|
|
68460
|
+
.` + yi.LIST_ITEM_CLASS + ` button:not(:disabled),
|
|
68461
|
+
.` + yi.LIST_ITEM_CLASS + ` a,
|
|
68462
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` button:not(:disabled),
|
|
68463
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` a
|
|
68443
68464
|
`,
|
|
68444
68465
|
DEPRECATED_SELECTOR: ".mdc-deprecated-list",
|
|
68445
68466
|
FOCUSABLE_CHILD_ELEMENTS: `
|
|
68446
|
-
.` +
|
|
68447
|
-
.` +
|
|
68448
|
-
.` +
|
|
68449
|
-
.` +
|
|
68450
|
-
.` + E2[
|
|
68451
|
-
.` + E2[
|
|
68452
|
-
.` + E2[
|
|
68453
|
-
.` + E2[
|
|
68467
|
+
.` + yi.LIST_ITEM_CLASS + ` button:not(:disabled),
|
|
68468
|
+
.` + yi.LIST_ITEM_CLASS + ` a,
|
|
68469
|
+
.` + yi.LIST_ITEM_CLASS + ` input[type="radio"]:not(:disabled),
|
|
68470
|
+
.` + yi.LIST_ITEM_CLASS + ` input[type="checkbox"]:not(:disabled),
|
|
68471
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` button:not(:disabled),
|
|
68472
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` a,
|
|
68473
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` input[type="radio"]:not(:disabled),
|
|
68474
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` input[type="checkbox"]:not(:disabled)
|
|
68454
68475
|
`,
|
|
68455
68476
|
RADIO_SELECTOR: 'input[type="radio"]',
|
|
68456
68477
|
SELECTED_ITEM_SELECTOR: '[aria-selected="true"], [aria-current="true"]'
|
|
@@ -71178,7 +71199,7 @@ class bNe {
|
|
|
71178
71199
|
headers: {
|
|
71179
71200
|
"Api-Version": "1.0"
|
|
71180
71201
|
}
|
|
71181
|
-
}).pipe(
|
|
71202
|
+
}).pipe(bi((i) => {
|
|
71182
71203
|
this.#i.mutate({ appKey: n }, {
|
|
71183
71204
|
value: i,
|
|
71184
71205
|
updated: Date.now()
|
|
@@ -71978,7 +71999,7 @@ class ZNe {
|
|
|
71978
71999
|
return this.#r.query({ bookmarkId: e }).pipe(qe((n) => n.value));
|
|
71979
72000
|
}
|
|
71980
72001
|
setBookmarkData(e, n) {
|
|
71981
|
-
return this.#e.patch("v1", { bookmarkId: e, updates: { payload: n } }).pipe(qe((r) => r.payload),
|
|
72002
|
+
return this.#e.patch("v1", { bookmarkId: e, updates: { payload: n } }).pipe(qe((r) => r.payload), bi((r) => {
|
|
71982
72003
|
r && this.#r.mutate({ bookmarkId: e }, { value: r, updated: Date.now() }, { allowCreation: !0 });
|
|
71983
72004
|
}));
|
|
71984
72005
|
}
|
|
@@ -71986,7 +72007,7 @@ class ZNe {
|
|
|
71986
72007
|
return this.#e.create("v1", e).pipe(
|
|
71987
72008
|
qe((n) => MI(n)),
|
|
71988
72009
|
/** update the bookmark cache */
|
|
71989
|
-
|
|
72010
|
+
bi((n) => {
|
|
71990
72011
|
console.log("createdBookmark", n);
|
|
71991
72012
|
const { payload: r, ...i } = n;
|
|
71992
72013
|
this.#t.mutate({ bookmarkId: i.id }, { value: i, updated: Date.now() }, { allowCreation: !0 }), r && this.#r.mutate({ bookmarkId: i.id }, { value: r, updated: Date.now() }, { allowCreation: !0 }), this.#n.invalidate();
|
|
@@ -72020,10 +72041,10 @@ class ZNe {
|
|
|
72020
72041
|
return this.#e.delete("v1", { bookmarkId: e });
|
|
72021
72042
|
}
|
|
72022
72043
|
addBookmarkToFavorites(e) {
|
|
72023
|
-
return this.#e.addFavourite("v1", { bookmarkId: e }).pipe(
|
|
72044
|
+
return this.#e.addFavourite("v1", { bookmarkId: e }).pipe(bi(() => this.#n.invalidate()));
|
|
72024
72045
|
}
|
|
72025
72046
|
removeBookmarkFromFavorites(e) {
|
|
72026
|
-
return this.#e.removeFavourite("v1", { bookmarkId: e }).pipe(
|
|
72047
|
+
return this.#e.removeFavourite("v1", { bookmarkId: e }).pipe(bi(() => this.#n.invalidate()));
|
|
72027
72048
|
}
|
|
72028
72049
|
isBookmarkFavorite(e) {
|
|
72029
72050
|
return this.#e.isFavorite("v1", { bookmarkId: e });
|
|
@@ -73049,7 +73070,7 @@ let SZe = class {
|
|
|
73049
73070
|
* @template T - The type of the generated payload.
|
|
73050
73071
|
*/
|
|
73051
73072
|
generatePayload(e) {
|
|
73052
|
-
return this._log?.debug("generating payload", e), kt(this.#n).pipe(fG((r, i) => kt(Promise.resolve(this._producePayload(r, i))), e ?? {}, 1),
|
|
73073
|
+
return this._log?.debug("generating payload", e), kt(this.#n).pipe(fG((r, i) => kt(Promise.resolve(this._producePayload(r, i))), e ?? {}, 1), bi((r) => this._log?.debug("generated payload", { initial: e, payload: r })));
|
|
73053
73074
|
}
|
|
73054
73075
|
/**
|
|
73055
73076
|
* Produces a payload using the provided generator function.
|
|
@@ -73097,7 +73118,7 @@ let SZe = class {
|
|
|
73097
73118
|
}),
|
|
73098
73119
|
// combine the bookmark and payload into a single object
|
|
73099
73120
|
qe(({ bookmark: r, payload: i }) => Object.assign({}, r, { payload: i })),
|
|
73100
|
-
|
|
73121
|
+
bi((r) => {
|
|
73101
73122
|
this._log?.debug(`Bookmark fetched: ${r.id}`, r);
|
|
73102
73123
|
})
|
|
73103
73124
|
);
|
|
@@ -73182,7 +73203,7 @@ let SZe = class {
|
|
|
73182
73203
|
this.#t.action$.pipe(
|
|
73183
73204
|
pt(Rt.fetchBookmarks.success.match),
|
|
73184
73205
|
qe((o) => o.payload),
|
|
73185
|
-
|
|
73206
|
+
bi((o) => {
|
|
73186
73207
|
this._log?.debug("fetched all bookmarks", o);
|
|
73187
73208
|
}),
|
|
73188
73209
|
// Race against failure stream - whichever completes first wins
|
|
@@ -73222,7 +73243,7 @@ let SZe = class {
|
|
|
73222
73243
|
throw this._log?.info(u.message), u;
|
|
73223
73244
|
}
|
|
73224
73245
|
return r;
|
|
73225
|
-
}),
|
|
73246
|
+
}), bi((r) => {
|
|
73226
73247
|
this.#t.next(Rt.setCurrentBookmark(r));
|
|
73227
73248
|
}), $n((r) => {
|
|
73228
73249
|
const i = new Gr("Could not set current bookmark, resolve of bookmark failed", r);
|
|
@@ -73298,7 +73319,7 @@ let SZe = class {
|
|
|
73298
73319
|
with: () => {
|
|
73299
73320
|
throw new Gr(`Timeout while creating bookmark: ${n}`);
|
|
73300
73321
|
}
|
|
73301
|
-
})), f = r.pipe(pt(Rt.createBookmark.success.match), qe(({ payload: p }) => p),
|
|
73322
|
+
})), f = r.pipe(pt(Rt.createBookmark.success.match), qe(({ payload: p }) => p), bi((p) => {
|
|
73302
73323
|
this._log?.info(`Bookmark created: ${p.id}, ref: ${n}`), this._dispatchEvent("onBookmarkCreated", { detail: p });
|
|
73303
73324
|
}), mp(u), kd());
|
|
73304
73325
|
return new vn((p) => {
|
|
@@ -73368,7 +73389,7 @@ let SZe = class {
|
|
|
73368
73389
|
...ix(this.#t.value, y.id),
|
|
73369
73390
|
payload: y.payload
|
|
73370
73391
|
})
|
|
73371
|
-
),
|
|
73392
|
+
), bi((y) => {
|
|
73372
73393
|
this._log?.info(`Bookmark updated: ${y.id}, ref: ${i}`), this._dispatchEvent("onBookmarkUpdated", { detail: y });
|
|
73373
73394
|
}), mp(p), kd());
|
|
73374
73395
|
return new vn((y) => {
|
|
@@ -73433,7 +73454,7 @@ let SZe = class {
|
|
|
73433
73454
|
throw new Gr(`Timeout while deleting bookmark: ${e}`);
|
|
73434
73455
|
}
|
|
73435
73456
|
})), f = r.pipe(pt(Rt.deleteBookmark.success.match), qe(() => {
|
|
73436
|
-
}),
|
|
73457
|
+
}), bi(() => {
|
|
73437
73458
|
this._log?.info(`Removed bookmark: ${i.id}, ref: ${n}`), this._dispatchEvent("onBookmarkDeleted", { detail: i });
|
|
73438
73459
|
}), mp(u), kd());
|
|
73439
73460
|
return new vn((p) => {
|
|
@@ -73483,7 +73504,7 @@ let SZe = class {
|
|
|
73483
73504
|
throw new Gr(`Timeout while adding bookmark to favorites: ${e}`);
|
|
73484
73505
|
}
|
|
73485
73506
|
}));
|
|
73486
|
-
return o.pipe(pt(Rt.addBookmarkAsFavourite.success.match), Qn(({ payload: p }) => this.getBookmark(p, { excludePayload: !0 })),
|
|
73507
|
+
return o.pipe(pt(Rt.addBookmarkAsFavourite.success.match), Qn(({ payload: p }) => this.getBookmark(p, { excludePayload: !0 })), bi((p) => {
|
|
73487
73508
|
this._log?.info(`Added bookmark: ${e} to favourites, ref: ${i}`), this._dispatchEvent("onBookmarkFavouriteAdded", { detail: p });
|
|
73488
73509
|
}), mp(u), kd()).subscribe(r);
|
|
73489
73510
|
});
|
|
@@ -73535,7 +73556,7 @@ let SZe = class {
|
|
|
73535
73556
|
throw new Gr(`Timeout while removing bookmark: ${e} from favourites`);
|
|
73536
73557
|
}
|
|
73537
73558
|
}));
|
|
73538
|
-
o.pipe(pt(Rt.removeBookmarkAsFavourite.success.match),
|
|
73559
|
+
o.pipe(pt(Rt.removeBookmarkAsFavourite.success.match), bi(() => {
|
|
73539
73560
|
this._log?.info(`Removed bookmark: ${e} from favourites, ref: ${i}`), this._dispatchEvent("onBookmarkFavouriteRemoved", { detail: s });
|
|
73540
73561
|
}), qe(() => {
|
|
73541
73562
|
}), mp(f), kd()).subscribe(r);
|
|
@@ -73559,7 +73580,7 @@ let SZe = class {
|
|
|
73559
73580
|
return this._log?.debug(`Checking if bookmark: ${e} is in favourites`), kt(this._apiClient.isBookmarkFavorite(e)).pipe($n((n) => {
|
|
73560
73581
|
const r = new Gr(`Failed to check if bookmark: ${e} is in favourites`, n);
|
|
73561
73582
|
throw this._log?.error(r.message, r), r;
|
|
73562
|
-
}),
|
|
73583
|
+
}), bi((n) => {
|
|
73563
73584
|
this._log?.debug(`Bookmark: ${e} is ${n ? "in" : "not in"} favourites`);
|
|
73564
73585
|
}));
|
|
73565
73586
|
}
|
|
@@ -74900,7 +74921,7 @@ function pHe(t) {
|
|
|
74900
74921
|
Z.fetchers.set(ue.key, Fe);
|
|
74901
74922
|
}), new Map(Z.fetchers);
|
|
74902
74923
|
}
|
|
74903
|
-
function
|
|
74924
|
+
function di(X, ue, be, Fe) {
|
|
74904
74925
|
if (r)
|
|
74905
74926
|
throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");
|
|
74906
74927
|
xn(X);
|
|
@@ -75445,7 +75466,7 @@ function pHe(t) {
|
|
|
75445
75466
|
subscribe: tt,
|
|
75446
75467
|
enableScrollRestoration: Ma,
|
|
75447
75468
|
navigate: lt,
|
|
75448
|
-
fetch:
|
|
75469
|
+
fetch: di,
|
|
75449
75470
|
revalidate: Hn,
|
|
75450
75471
|
// Passthrough to history-aware createHref used by useHref so we get proper
|
|
75451
75472
|
// hash-aware URLs in DOM paths
|
|
@@ -79997,7 +80018,7 @@ const pUe = [], mUe = {
|
|
|
79997
80018
|
return Promise.resolve(e(n));
|
|
79998
80019
|
}
|
|
79999
80020
|
});
|
|
80000
|
-
}, vUe = "1.4.
|
|
80021
|
+
}, vUe = "1.4.3", yUe = async (t) => {
|
|
80001
80022
|
LA(t, {
|
|
80002
80023
|
attachConfiguratorEvents: !0,
|
|
80003
80024
|
configure: (e, n) => {
|
|
@@ -80984,7 +81005,7 @@ var kFe = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|de
|
|
|
80984
81005
|
return kFe.test(t) || t.charCodeAt(0) === 111 && t.charCodeAt(1) === 110 && t.charCodeAt(2) < 91;
|
|
80985
81006
|
}
|
|
80986
81007
|
/* Z+1 */
|
|
80987
|
-
),
|
|
81008
|
+
), vi = "-ms-", U5 = "-moz-", yr = "-webkit-", jie = "comm", wS = "rule", RO = "decl", TFe = "@import", $Fe = "@namespace", Vie = "@keyframes", AFe = "@layer", Uie = Math.abs, PO = String.fromCharCode, BI = Object.assign;
|
|
80988
81009
|
function IFe(t, e) {
|
|
80989
81010
|
return Xo(t, 0) ^ 45 ? (((e << 2 ^ Xo(t, 0)) << 2 ^ Xo(t, 1)) << 2 ^ Xo(t, 2)) << 2 ^ Xo(t, 3) : 0;
|
|
80990
81011
|
}
|
|
@@ -81315,46 +81336,46 @@ function Wie(t, e, n) {
|
|
|
81315
81336
|
case 4810:
|
|
81316
81337
|
case 6968:
|
|
81317
81338
|
case 2756:
|
|
81318
|
-
return yr + t + U5 + t +
|
|
81339
|
+
return yr + t + U5 + t + vi + t + t;
|
|
81319
81340
|
// writing-mode
|
|
81320
81341
|
case 5936:
|
|
81321
81342
|
switch (Xo(t, e + 11)) {
|
|
81322
81343
|
// vertical-l(r)
|
|
81323
81344
|
case 114:
|
|
81324
|
-
return yr + t +
|
|
81345
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "tb") + t;
|
|
81325
81346
|
// vertical-r(l)
|
|
81326
81347
|
case 108:
|
|
81327
|
-
return yr + t +
|
|
81348
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "tb-rl") + t;
|
|
81328
81349
|
// horizontal(-)tb
|
|
81329
81350
|
case 45:
|
|
81330
|
-
return yr + t +
|
|
81351
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "lr") + t;
|
|
81331
81352
|
}
|
|
81332
81353
|
// flex, flex-direction, scroll-snap-type, writing-mode
|
|
81333
81354
|
case 6828:
|
|
81334
81355
|
case 4268:
|
|
81335
81356
|
case 2903:
|
|
81336
|
-
return yr + t +
|
|
81357
|
+
return yr + t + vi + t + t;
|
|
81337
81358
|
// order
|
|
81338
81359
|
case 6165:
|
|
81339
|
-
return yr + t +
|
|
81360
|
+
return yr + t + vi + "flex-" + t + t;
|
|
81340
81361
|
// align-items
|
|
81341
81362
|
case 5187:
|
|
81342
|
-
return yr + t + Pn(t, /(\w+).+(:[^]+)/, yr + "box-$1$2" +
|
|
81363
|
+
return yr + t + Pn(t, /(\w+).+(:[^]+)/, yr + "box-$1$2" + vi + "flex-$1$2") + t;
|
|
81343
81364
|
// align-self
|
|
81344
81365
|
case 5443:
|
|
81345
|
-
return yr + t +
|
|
81366
|
+
return yr + t + vi + "flex-item-" + Pn(t, /flex-|-self/g, "") + (Gh(t, /flex-|baseline/) ? "" : vi + "grid-row-" + Pn(t, /flex-|-self/g, "")) + t;
|
|
81346
81367
|
// align-content
|
|
81347
81368
|
case 4675:
|
|
81348
|
-
return yr + t +
|
|
81369
|
+
return yr + t + vi + "flex-line-pack" + Pn(t, /align-content|flex-|-self/g, "") + t;
|
|
81349
81370
|
// flex-shrink
|
|
81350
81371
|
case 5548:
|
|
81351
|
-
return yr + t +
|
|
81372
|
+
return yr + t + vi + Pn(t, "shrink", "negative") + t;
|
|
81352
81373
|
// flex-basis
|
|
81353
81374
|
case 5292:
|
|
81354
|
-
return yr + t +
|
|
81375
|
+
return yr + t + vi + Pn(t, "basis", "preferred-size") + t;
|
|
81355
81376
|
// flex-grow
|
|
81356
81377
|
case 6060:
|
|
81357
|
-
return yr + "box-" + Pn(t, "-grow", "") + yr + t +
|
|
81378
|
+
return yr + "box-" + Pn(t, "-grow", "") + yr + t + vi + Pn(t, "grow", "positive") + t;
|
|
81358
81379
|
// transition
|
|
81359
81380
|
case 4554:
|
|
81360
81381
|
return yr + Pn(t, /([^-])(transform)/g, "$1" + yr + "$2") + t;
|
|
@@ -81367,27 +81388,27 @@ function Wie(t, e, n) {
|
|
|
81367
81388
|
return Pn(t, /(image-set\([^]*)/, yr + "$1$`$1");
|
|
81368
81389
|
// justify-content
|
|
81369
81390
|
case 4968:
|
|
81370
|
-
return Pn(Pn(t, /(.+:)(flex-)?(.*)/, yr + "box-pack:$3" +
|
|
81391
|
+
return Pn(Pn(t, /(.+:)(flex-)?(.*)/, yr + "box-pack:$3" + vi + "flex-pack:$3"), /space-between/, "justify") + yr + t + t;
|
|
81371
81392
|
// justify-self
|
|
81372
81393
|
case 4200:
|
|
81373
|
-
if (!Gh(t, /flex-|baseline/)) return
|
|
81394
|
+
if (!Gh(t, /flex-|baseline/)) return vi + "grid-column-align" + Sg(t, e) + t;
|
|
81374
81395
|
break;
|
|
81375
81396
|
// grid-template-(columns|rows)
|
|
81376
81397
|
case 2592:
|
|
81377
81398
|
case 3360:
|
|
81378
|
-
return
|
|
81399
|
+
return vi + Pn(t, "template-", "") + t;
|
|
81379
81400
|
// grid-(row|column)-start
|
|
81380
81401
|
case 4384:
|
|
81381
81402
|
case 3616:
|
|
81382
81403
|
return n && n.some(function(r, i) {
|
|
81383
81404
|
return e = i, Gh(r.props, /grid-\w+-end/);
|
|
81384
|
-
}) ? ~Xx(t + (n = n[e].value), "span", 0) ? t :
|
|
81405
|
+
}) ? ~Xx(t + (n = n[e].value), "span", 0) ? t : vi + Pn(t, "-start", "") + t + vi + "grid-row-span:" + (~Xx(n, "span", 0) ? Gh(n, /\d+/) : +Gh(n, /\d+/) - +Gh(t, /\d+/)) + ";" : vi + Pn(t, "-start", "") + t;
|
|
81385
81406
|
// grid-(row|column)-end
|
|
81386
81407
|
case 4896:
|
|
81387
81408
|
case 4128:
|
|
81388
81409
|
return n && n.some(function(r) {
|
|
81389
81410
|
return Gh(r.props, /grid-\w+-start/);
|
|
81390
|
-
}) ? t :
|
|
81411
|
+
}) ? t : vi + Pn(Pn(t, "-end", "-span"), "span ", "") + t;
|
|
81391
81412
|
// (margin|padding)-inline-(start|end)
|
|
81392
81413
|
case 4095:
|
|
81393
81414
|
case 3583:
|
|
@@ -81425,7 +81446,7 @@ function Wie(t, e, n) {
|
|
|
81425
81446
|
case 5152:
|
|
81426
81447
|
case 5920:
|
|
81427
81448
|
return Pn(t, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(r, i, o, s, u, f, p) {
|
|
81428
|
-
return
|
|
81449
|
+
return vi + i + ":" + o + p + (s ? vi + i + "-span:" + (u ? f : +f - +o) + p : "") + t;
|
|
81429
81450
|
});
|
|
81430
81451
|
// position: sticky
|
|
81431
81452
|
case 4949:
|
|
@@ -81437,10 +81458,10 @@ function Wie(t, e, n) {
|
|
|
81437
81458
|
switch (Xo(t, Xo(t, 14) === 45 ? 18 : 11)) {
|
|
81438
81459
|
// (inline-)?fle(x)
|
|
81439
81460
|
case 120:
|
|
81440
|
-
return Pn(t, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + yr + (Xo(t, 14) === 45 ? "inline-" : "") + "box$3$1" + yr + "$2$3$1" +
|
|
81461
|
+
return Pn(t, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + yr + (Xo(t, 14) === 45 ? "inline-" : "") + "box$3$1" + yr + "$2$3$1" + vi + "$2box$3") + t;
|
|
81441
81462
|
// (inline-)?gri(d)
|
|
81442
81463
|
case 100:
|
|
81443
|
-
return Pn(t, ":", ":" +
|
|
81464
|
+
return Pn(t, ":", ":" + vi) + t;
|
|
81444
81465
|
}
|
|
81445
81466
|
break;
|
|
81446
81467
|
// scroll-margin, scroll-margin-(top|right|bottom|left)
|
|
@@ -81507,7 +81528,7 @@ function BFe(t, e, n, r) {
|
|
|
81507
81528
|
break;
|
|
81508
81529
|
// :placeholder
|
|
81509
81530
|
case "::placeholder":
|
|
81510
|
-
A2(Cp(t, { props: [Pn(i, /:(plac\w+)/, ":" + yr + "input-$1")] })), A2(Cp(t, { props: [Pn(i, /:(plac\w+)/, ":" + U5 + "$1")] })), A2(Cp(t, { props: [Pn(i, /:(plac\w+)/,
|
|
81531
|
+
A2(Cp(t, { props: [Pn(i, /:(plac\w+)/, ":" + yr + "input-$1")] })), A2(Cp(t, { props: [Pn(i, /:(plac\w+)/, ":" + U5 + "$1")] })), A2(Cp(t, { props: [Pn(i, /:(plac\w+)/, vi + "input-$1")] })), A2(Cp(t, { props: [i] })), BI(t, { props: EB(n, r) });
|
|
81511
81532
|
break;
|
|
81512
81533
|
}
|
|
81513
81534
|
return "";
|
|
@@ -83814,7 +83835,7 @@ function bWe(t, e) {
|
|
|
83814
83835
|
function F(K) {
|
|
83815
83836
|
he() || Ve(K, !1);
|
|
83816
83837
|
}
|
|
83817
|
-
if (
|
|
83838
|
+
if (ui(s.domReference)) {
|
|
83818
83839
|
const K = s.domReference, ke = s.floating;
|
|
83819
83840
|
return n && K.addEventListener("mouseleave", le), w && K.addEventListener("mousemove", oe, {
|
|
83820
83841
|
once: !0
|
|
@@ -83827,7 +83848,7 @@ function bWe(t, e) {
|
|
|
83827
83848
|
if (u && n && (oe = E.current) != null && (oe = oe.__options) != null && oe.blockPointerEvents && Le()) {
|
|
83828
83849
|
Q.current = !0;
|
|
83829
83850
|
const le = s.floating;
|
|
83830
|
-
if (
|
|
83851
|
+
if (ui(s.domReference) && le) {
|
|
83831
83852
|
var G;
|
|
83832
83853
|
const W = Jm(s.floating).body;
|
|
83833
83854
|
W.setAttribute(bq, "");
|
|
@@ -83986,14 +84007,14 @@ function xoe(t, e) {
|
|
|
83986
84007
|
if (z.current = !1, p === "click" && oe || we || typeof L == "function" && !L(ne))
|
|
83987
84008
|
return;
|
|
83988
84009
|
const G = N2(ne), le = "[" + FO("inert") + "]", W = Jm(i.floating).querySelectorAll(le);
|
|
83989
|
-
let F =
|
|
84010
|
+
let F = ui(G) ? G : null;
|
|
83990
84011
|
for (; F && !cf(F); ) {
|
|
83991
84012
|
const Pe = mf(F);
|
|
83992
|
-
if (cf(Pe) || !
|
|
84013
|
+
if (cf(Pe) || !ui(Pe))
|
|
83993
84014
|
break;
|
|
83994
84015
|
F = Pe;
|
|
83995
84016
|
}
|
|
83996
|
-
if (W.length &&
|
|
84017
|
+
if (W.length && ui(G) && !Gqe(G) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
83997
84018
|
!C3(G, i.floating) && // If the target root element contains none of the markers, then the
|
|
83998
84019
|
// element was injected after the floating element rendered.
|
|
83999
84020
|
Array.from(W).every((Pe) => !C3(F, Pe)))
|
|
@@ -84054,7 +84075,7 @@ function xoe(t, e) {
|
|
|
84054
84075
|
const G = Jm(i.floating);
|
|
84055
84076
|
u && (G.addEventListener("keydown", V ? Ae : Q, V), G.addEventListener("compositionstart", we), G.addEventListener("compositionend", oe)), L && G.addEventListener(p, ee ? Le : Ee, ee);
|
|
84056
84077
|
let le = [];
|
|
84057
|
-
return w && (
|
|
84078
|
+
return w && (ui(i.domReference) && (le = Wp(i.domReference)), ui(i.floating) && (le = le.concat(Wp(i.floating))), !ui(i.reference) && i.reference && i.reference.contextElement && (le = le.concat(Wp(i.reference.contextElement)))), le = le.filter((W) => {
|
|
84058
84079
|
var F;
|
|
84059
84080
|
return W !== ((F = G.defaultView) == null ? void 0 : F.visualViewport);
|
|
84060
84081
|
}), le.forEach((W) => {
|
|
@@ -84106,7 +84127,7 @@ function CWe(t) {
|
|
|
84106
84127
|
} = t, i = woe(), o = R.useRef({}), [s] = R.useState(() => gWe()), u = VO() != null;
|
|
84107
84128
|
if (process.env.NODE_ENV !== "production") {
|
|
84108
84129
|
const x = r.reference;
|
|
84109
|
-
x && !
|
|
84130
|
+
x && !ui(x) && mWe("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
|
84110
84131
|
}
|
|
84111
84132
|
const [f, p] = R.useState(r.reference), g = Rd((x, T, E) => {
|
|
84112
84133
|
o.current.openEvent = x ? T : void 0, s.emit("openchange", {
|
|
@@ -84156,17 +84177,17 @@ function Soe(t) {
|
|
|
84156
84177
|
}
|
|
84157
84178
|
}
|
|
84158
84179
|
}), T = R.useCallback((N) => {
|
|
84159
|
-
const j =
|
|
84180
|
+
const j = ui(N) ? {
|
|
84160
84181
|
getBoundingClientRect: () => N.getBoundingClientRect(),
|
|
84161
84182
|
getClientRects: () => N.getClientRects(),
|
|
84162
84183
|
contextElement: N
|
|
84163
84184
|
} : N;
|
|
84164
84185
|
f(j), x.refs.setReference(j);
|
|
84165
84186
|
}, [x.refs]), E = R.useCallback((N) => {
|
|
84166
|
-
(
|
|
84187
|
+
(ui(N) || N === null) && (y.current = N, s(N)), (ui(x.refs.reference.current) || x.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
|
|
84167
84188
|
// `null` to support `positionReference` + an unstable `reference`
|
|
84168
84189
|
// callback ref.
|
|
84169
|
-
N !== null && !
|
|
84190
|
+
N !== null && !ui(N)) && x.refs.setReference(N);
|
|
84170
84191
|
}, [x.refs]), I = R.useMemo(() => ({
|
|
84171
84192
|
...x.refs,
|
|
84172
84193
|
setReference: E,
|
|
@@ -84244,7 +84265,7 @@ function kWe(t, e) {
|
|
|
84244
84265
|
onFocus(x) {
|
|
84245
84266
|
if (p.current) return;
|
|
84246
84267
|
const T = N2(x.nativeEvent);
|
|
84247
|
-
if (f &&
|
|
84268
|
+
if (f && ui(T)) {
|
|
84248
84269
|
if (hA() && !x.relatedTarget) {
|
|
84249
84270
|
if (!y.current && !Kqe(T))
|
|
84250
84271
|
return;
|
|
@@ -84255,7 +84276,7 @@ function kWe(t, e) {
|
|
|
84255
84276
|
},
|
|
84256
84277
|
onBlur(x) {
|
|
84257
84278
|
p.current = !1;
|
|
84258
|
-
const T = x.relatedTarget, E = x.nativeEvent, I =
|
|
84279
|
+
const T = x.relatedTarget, E = x.nativeEvent, I = ui(T) && T.hasAttribute(FO("focus-guard")) && T.getAttribute("data-type") === "outside";
|
|
84259
84280
|
g.current = window.setTimeout(() => {
|
|
84260
84281
|
var L;
|
|
84261
84282
|
const z = fq(s.domReference ? s.domReference.ownerDocument : document);
|