@equinor/fusion-framework-dev-portal 1.4.2 → 1.4.4
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 +18 -0
- package/dist/main.js +426 -389
- package/package.json +7 -7
- 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)
|
|
@@ -616,9 +616,9 @@ function Ude() {
|
|
|
616
616
|
});
|
|
617
617
|
return "$" + Re;
|
|
618
618
|
}
|
|
619
|
-
var Yn = !1,
|
|
619
|
+
var Yn = !1, cr = /\/+/g;
|
|
620
620
|
function Do(M) {
|
|
621
|
-
return M.replace(
|
|
621
|
+
return M.replace(cr, "$&/");
|
|
622
622
|
}
|
|
623
623
|
function Wi(M, J) {
|
|
624
624
|
return typeof M == "object" && M !== null && M.key != null ? (so(M.key), vr("" + M.key)) : J.toString(36);
|
|
@@ -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.");
|
|
@@ -987,14 +987,14 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
987
987
|
var Re = Ie();
|
|
988
988
|
return Re.useSyncExternalStore(M, J, xe);
|
|
989
989
|
}
|
|
990
|
-
var us = 0, En,
|
|
990
|
+
var us = 0, En, lr, Ai, yc, Nn, bc, th;
|
|
991
991
|
function Vu() {
|
|
992
992
|
}
|
|
993
993
|
Vu.__reactDisabledLog = !0;
|
|
994
994
|
function Uu() {
|
|
995
995
|
{
|
|
996
996
|
if (us === 0) {
|
|
997
|
-
En = console.log,
|
|
997
|
+
En = console.log, lr = console.info, Ai = console.warn, yc = console.error, Nn = console.group, bc = console.groupCollapsed, th = console.groupEnd;
|
|
998
998
|
var M = {
|
|
999
999
|
configurable: !0,
|
|
1000
1000
|
enumerable: !0,
|
|
@@ -1027,7 +1027,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1027
1027
|
value: En
|
|
1028
1028
|
}),
|
|
1029
1029
|
info: K({}, M, {
|
|
1030
|
-
value:
|
|
1030
|
+
value: lr
|
|
1031
1031
|
}),
|
|
1032
1032
|
warn: K({}, M, {
|
|
1033
1033
|
value: Ai
|
|
@@ -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
|
{
|
|
@@ -1919,7 +1919,7 @@ function Bde() {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
var vr = L.ReactCurrentOwner, Yn = L.ReactDebugCurrentFrame;
|
|
1922
|
-
function
|
|
1922
|
+
function cr(q) {
|
|
1923
1923
|
if (q) {
|
|
1924
1924
|
var pe = q._owner, $e = Hn(q.type, q._source, pe ? pe.type : null);
|
|
1925
1925
|
Yn.setExtraStackFrame($e);
|
|
@@ -1969,7 +1969,7 @@ Check the top-level render call using <` + $e + ">.");
|
|
|
1969
1969
|
return;
|
|
1970
1970
|
Bl[$e] = !0;
|
|
1971
1971
|
var Ie = "";
|
|
1972
|
-
q && q._owner && q._owner !== vr.current && (Ie = " It was passed a child from " + de(q._owner.type) + "."),
|
|
1972
|
+
q && q._owner && q._owner !== vr.current && (Ie = " It was passed a child from " + de(q._owner.type) + "."), cr(q), z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', $e, Ie), cr(null);
|
|
1973
1973
|
}
|
|
1974
1974
|
}
|
|
1975
1975
|
function ls(q, pe) {
|
|
@@ -2021,11 +2021,11 @@ Check the top-level render call using <` + $e + ">.");
|
|
|
2021
2021
|
for (var pe = Object.keys(q.props), $e = 0; $e < pe.length; $e++) {
|
|
2022
2022
|
var Ie = pe[$e];
|
|
2023
2023
|
if (Ie !== "children" && Ie !== "key") {
|
|
2024
|
-
|
|
2024
|
+
cr(q), z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Ie), cr(null);
|
|
2025
2025
|
break;
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
|
-
q.ref !== null && (
|
|
2028
|
+
q.ref !== null && (cr(q), z("Invalid attribute `ref` supplied to `React.Fragment`."), cr(null));
|
|
2029
2029
|
}
|
|
2030
2030
|
}
|
|
2031
2031
|
var X = {};
|
|
@@ -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;
|
|
@@ -3088,12 +3088,12 @@ function Kde() {
|
|
|
3088
3088
|
function Yn(l) {
|
|
3089
3089
|
return l = l.target || l.srcElement || window, l.correspondingUseElement && (l = l.correspondingUseElement), l.nodeType === 3 ? l.parentNode : l;
|
|
3090
3090
|
}
|
|
3091
|
-
var
|
|
3091
|
+
var cr = null, Do = null, Wi = null;
|
|
3092
3092
|
function Ma(l) {
|
|
3093
3093
|
if (l = Vt(l)) {
|
|
3094
|
-
if (typeof
|
|
3094
|
+
if (typeof cr != "function") throw Error(n(280));
|
|
3095
3095
|
var d = l.stateNode;
|
|
3096
|
-
d && (d =
|
|
3096
|
+
d && (d = fi(d), cr(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) {
|
|
@@ -3270,10 +3270,10 @@ function Kde() {
|
|
|
3270
3270
|
}
|
|
3271
3271
|
return null;
|
|
3272
3272
|
}
|
|
3273
|
-
var rn = e.unstable_scheduleCallback, oi = e.unstable_cancelCallback, Lo = e.unstable_shouldYield, $i = e.unstable_requestPaint, Ft = e.unstable_now, un = e.unstable_getCurrentPriorityLevel, zo = e.unstable_ImmediatePriority, sa = e.unstable_UserBlockingPriority, Ns = e.unstable_NormalPriority, us = e.unstable_LowPriority, En = e.unstable_IdlePriority,
|
|
3273
|
+
var rn = e.unstable_scheduleCallback, oi = e.unstable_cancelCallback, Lo = e.unstable_shouldYield, $i = e.unstable_requestPaint, Ft = e.unstable_now, un = e.unstable_getCurrentPriorityLevel, zo = e.unstable_ImmediatePriority, sa = e.unstable_UserBlockingPriority, Ns = e.unstable_NormalPriority, us = e.unstable_LowPriority, En = e.unstable_IdlePriority, lr = null, Ai = null;
|
|
3274
3274
|
function yc(l) {
|
|
3275
3275
|
if (Ai && typeof Ai.onCommitFiberRoot == "function") try {
|
|
3276
|
-
Ai.onCommitFiberRoot(
|
|
3276
|
+
Ai.onCommitFiberRoot(lr, l, void 0, (l.current.flags & 128) === 128);
|
|
3277
3277
|
} catch {
|
|
3278
3278
|
}
|
|
3279
3279
|
}
|
|
@@ -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:
|
|
@@ -6182,7 +6182,7 @@ Error generating stack: ` + $.message + `
|
|
|
6182
6182
|
}
|
|
6183
6183
|
function M_(l, d, v) {
|
|
6184
6184
|
if (Ai && typeof Ai.onCommitFiberUnmount == "function") try {
|
|
6185
|
-
Ai.onCommitFiberUnmount(
|
|
6185
|
+
Ai.onCommitFiberUnmount(lr, v);
|
|
6186
6186
|
} catch {
|
|
6187
6187
|
}
|
|
6188
6188
|
switch (v.tag) {
|
|
@@ -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);
|
|
@@ -7160,7 +7160,7 @@ Error generating stack: ` + $.message + `
|
|
|
7160
7160
|
}
|
|
7161
7161
|
}
|
|
7162
7162
|
if (Vn = C, rl(), Ai && typeof Ai.onPostCommitFiberRoot == "function") try {
|
|
7163
|
-
Ai.onPostCommitFiberRoot(
|
|
7163
|
+
Ai.onPostCommitFiberRoot(lr, l);
|
|
7164
7164
|
} catch {
|
|
7165
7165
|
}
|
|
7166
7166
|
_ = !0;
|
|
@@ -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:
|
|
@@ -7628,7 +7628,7 @@ Error generating stack: ` + $.message + `
|
|
|
7628
7628
|
} finally {
|
|
7629
7629
|
tr = v;
|
|
7630
7630
|
}
|
|
7631
|
-
},
|
|
7631
|
+
}, cr = function(l, d, v) {
|
|
7632
7632
|
switch (d) {
|
|
7633
7633
|
case "input":
|
|
7634
7634
|
if (so(l, v), d = v.name, v.type === "radio" && d != null) {
|
|
@@ -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,16 +7647,16 @@ 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") {
|
|
7657
7657
|
var fd = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
7658
7658
|
if (!fd.isDisabled && fd.supportsFiber) try {
|
|
7659
|
-
|
|
7659
|
+
lr = fd.inject(Y_), Ai = fd;
|
|
7660
7660
|
} catch {
|
|
7661
7661
|
}
|
|
7662
7662
|
}
|
|
@@ -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
|
}
|
|
@@ -7837,12 +7837,12 @@ function Yde() {
|
|
|
7837
7837
|
return !1;
|
|
7838
7838
|
}
|
|
7839
7839
|
function vr(a) {
|
|
7840
|
-
return
|
|
7840
|
+
return cr.hasOwnProperty(a) ? cr[a] : null;
|
|
7841
7841
|
}
|
|
7842
7842
|
function Yn(a, c, h, m, b, S, k) {
|
|
7843
7843
|
this.acceptsBooleans = c === co || c === Vr || c === lo, this.attributeName = m, this.attributeNamespace = b, this.mustUseProperty = h, this.propertyName = a, this.type = c, this.sanitizeURL = S, this.removeEmptyString = k;
|
|
7844
7844
|
}
|
|
7845
|
-
var
|
|
7845
|
+
var cr = {}, Do = [
|
|
7846
7846
|
"children",
|
|
7847
7847
|
"dangerouslySetInnerHTML",
|
|
7848
7848
|
// TODO: This prevents the assignment of defaultValue to regular
|
|
@@ -7856,7 +7856,7 @@ function Yde() {
|
|
|
7856
7856
|
"style"
|
|
7857
7857
|
];
|
|
7858
7858
|
Do.forEach(function(a) {
|
|
7859
|
-
|
|
7859
|
+
cr[a] = new Yn(
|
|
7860
7860
|
a,
|
|
7861
7861
|
Ti,
|
|
7862
7862
|
!1,
|
|
@@ -7871,7 +7871,7 @@ function Yde() {
|
|
|
7871
7871
|
);
|
|
7872
7872
|
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(a) {
|
|
7873
7873
|
var c = a[0], h = a[1];
|
|
7874
|
-
|
|
7874
|
+
cr[c] = new Yn(
|
|
7875
7875
|
c,
|
|
7876
7876
|
yo,
|
|
7877
7877
|
!1,
|
|
@@ -7885,7 +7885,7 @@ function Yde() {
|
|
|
7885
7885
|
!1
|
|
7886
7886
|
);
|
|
7887
7887
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(a) {
|
|
7888
|
-
|
|
7888
|
+
cr[a] = new Yn(
|
|
7889
7889
|
a,
|
|
7890
7890
|
co,
|
|
7891
7891
|
!1,
|
|
@@ -7899,7 +7899,7 @@ function Yde() {
|
|
|
7899
7899
|
!1
|
|
7900
7900
|
);
|
|
7901
7901
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(a) {
|
|
7902
|
-
|
|
7902
|
+
cr[a] = new Yn(
|
|
7903
7903
|
a,
|
|
7904
7904
|
co,
|
|
7905
7905
|
!1,
|
|
@@ -7940,7 +7940,7 @@ function Yde() {
|
|
|
7940
7940
|
// Microdata
|
|
7941
7941
|
"itemScope"
|
|
7942
7942
|
].forEach(function(a) {
|
|
7943
|
-
|
|
7943
|
+
cr[a] = new Yn(
|
|
7944
7944
|
a,
|
|
7945
7945
|
Vr,
|
|
7946
7946
|
!1,
|
|
@@ -7964,7 +7964,7 @@ function Yde() {
|
|
|
7964
7964
|
// you'll need to set attributeName to name.toLowerCase()
|
|
7965
7965
|
// instead in the assignment below.
|
|
7966
7966
|
].forEach(function(a) {
|
|
7967
|
-
|
|
7967
|
+
cr[a] = new Yn(
|
|
7968
7968
|
a,
|
|
7969
7969
|
Vr,
|
|
7970
7970
|
!0,
|
|
@@ -7984,7 +7984,7 @@ function Yde() {
|
|
|
7984
7984
|
// you'll need to set attributeName to name.toLowerCase()
|
|
7985
7985
|
// instead in the assignment below.
|
|
7986
7986
|
].forEach(function(a) {
|
|
7987
|
-
|
|
7987
|
+
cr[a] = new Yn(
|
|
7988
7988
|
a,
|
|
7989
7989
|
lo,
|
|
7990
7990
|
!1,
|
|
@@ -8006,7 +8006,7 @@ function Yde() {
|
|
|
8006
8006
|
// you'll need to set attributeName to name.toLowerCase()
|
|
8007
8007
|
// instead in the assignment below.
|
|
8008
8008
|
].forEach(function(a) {
|
|
8009
|
-
|
|
8009
|
+
cr[a] = new Yn(
|
|
8010
8010
|
a,
|
|
8011
8011
|
Fi,
|
|
8012
8012
|
!1,
|
|
@@ -8020,7 +8020,7 @@ function Yde() {
|
|
|
8020
8020
|
!1
|
|
8021
8021
|
);
|
|
8022
8022
|
}), ["rowSpan", "start"].forEach(function(a) {
|
|
8023
|
-
|
|
8023
|
+
cr[a] = new Yn(
|
|
8024
8024
|
a,
|
|
8025
8025
|
Mo,
|
|
8026
8026
|
!1,
|
|
@@ -8116,7 +8116,7 @@ function Yde() {
|
|
|
8116
8116
|
// instead in the assignment below.
|
|
8117
8117
|
].forEach(function(a) {
|
|
8118
8118
|
var c = a.replace(Wi, Ma);
|
|
8119
|
-
|
|
8119
|
+
cr[c] = new Yn(
|
|
8120
8120
|
c,
|
|
8121
8121
|
yo,
|
|
8122
8122
|
!1,
|
|
@@ -8140,7 +8140,7 @@ function Yde() {
|
|
|
8140
8140
|
// instead in the assignment below.
|
|
8141
8141
|
].forEach(function(a) {
|
|
8142
8142
|
var c = a.replace(Wi, Ma);
|
|
8143
|
-
|
|
8143
|
+
cr[c] = new Yn(
|
|
8144
8144
|
c,
|
|
8145
8145
|
yo,
|
|
8146
8146
|
!1,
|
|
@@ -8160,7 +8160,7 @@ function Yde() {
|
|
|
8160
8160
|
// instead in the assignment below.
|
|
8161
8161
|
].forEach(function(a) {
|
|
8162
8162
|
var c = a.replace(Wi, Ma);
|
|
8163
|
-
|
|
8163
|
+
cr[c] = new Yn(
|
|
8164
8164
|
c,
|
|
8165
8165
|
yo,
|
|
8166
8166
|
!1,
|
|
@@ -8172,7 +8172,7 @@ function Yde() {
|
|
|
8172
8172
|
!1
|
|
8173
8173
|
);
|
|
8174
8174
|
}), ["tabIndex", "crossOrigin"].forEach(function(a) {
|
|
8175
|
-
|
|
8175
|
+
cr[a] = new Yn(
|
|
8176
8176
|
a,
|
|
8177
8177
|
yo,
|
|
8178
8178
|
!1,
|
|
@@ -8187,7 +8187,7 @@ function Yde() {
|
|
|
8187
8187
|
);
|
|
8188
8188
|
});
|
|
8189
8189
|
var zs = "xlinkHref";
|
|
8190
|
-
|
|
8190
|
+
cr[zs] = new Yn(
|
|
8191
8191
|
"xlinkHref",
|
|
8192
8192
|
yo,
|
|
8193
8193
|
!1,
|
|
@@ -8198,7 +8198,7 @@ function Yde() {
|
|
|
8198
8198
|
// sanitizeURL
|
|
8199
8199
|
!1
|
|
8200
8200
|
), ["src", "href", "action", "formAction"].forEach(function(a) {
|
|
8201
|
-
|
|
8201
|
+
cr[a] = new Yn(
|
|
8202
8202
|
a,
|
|
8203
8203
|
yo,
|
|
8204
8204
|
!1,
|
|
@@ -8284,14 +8284,14 @@ function Yde() {
|
|
|
8284
8284
|
var c = Lo && a[Lo] || a[$i];
|
|
8285
8285
|
return typeof c == "function" ? c : null;
|
|
8286
8286
|
}
|
|
8287
|
-
var un = Object.assign, zo = 0, sa, Ns, us, En,
|
|
8287
|
+
var un = Object.assign, zo = 0, sa, Ns, us, En, lr, Ai, yc;
|
|
8288
8288
|
function Nn() {
|
|
8289
8289
|
}
|
|
8290
8290
|
Nn.__reactDisabledLog = !0;
|
|
8291
8291
|
function bc() {
|
|
8292
8292
|
{
|
|
8293
8293
|
if (zo === 0) {
|
|
8294
|
-
sa = console.log, Ns = console.info, us = console.warn, En = console.error,
|
|
8294
|
+
sa = console.log, Ns = console.info, us = console.warn, En = console.error, lr = console.group, Ai = console.groupCollapsed, yc = console.groupEnd;
|
|
8295
8295
|
var a = {
|
|
8296
8296
|
configurable: !0,
|
|
8297
8297
|
enumerable: !0,
|
|
@@ -8333,7 +8333,7 @@ function Yde() {
|
|
|
8333
8333
|
value: En
|
|
8334
8334
|
}),
|
|
8335
8335
|
group: un({}, a, {
|
|
8336
|
-
value:
|
|
8336
|
+
value: lr
|
|
8337
8337
|
}),
|
|
8338
8338
|
groupCollapsed: un({}, a, {
|
|
8339
8339
|
value: Ai
|
|
@@ -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)
|
|
@@ -37187,10 +37187,10 @@ class eve extends r1 {
|
|
|
37187
37187
|
}
|
|
37188
37188
|
}
|
|
37189
37189
|
const tve = "4.6.3";
|
|
37190
|
-
var
|
|
37190
|
+
var sr;
|
|
37191
37191
|
(function(t) {
|
|
37192
37192
|
t[t.Debug = 0] = "Debug", t[t.Information = 1] = "Information", t[t.Warning = 2] = "Warning", t[t.Error = 3] = "Error", t[t.Critical = 4] = "Critical";
|
|
37193
|
-
})(
|
|
37193
|
+
})(sr || (sr = {}));
|
|
37194
37194
|
var Jo;
|
|
37195
37195
|
(function(t) {
|
|
37196
37196
|
t.Event = "event", t.Exception = "exception", t.Metric = "metric", t.Custom = "custom";
|
|
@@ -37205,7 +37205,7 @@ const xee = {
|
|
|
37205
37205
|
}, RM = An({
|
|
37206
37206
|
name: We().describe("The name of the telemetry item."),
|
|
37207
37207
|
type: X5(Jo).describe("The type of telemetry. Defaults to Custom."),
|
|
37208
|
-
level: X5(
|
|
37208
|
+
level: X5(sr).optional().default(sr.Information).describe("The severity level of the telemetry item. Defaults to Information."),
|
|
37209
37209
|
properties: Rl(We(), jc()).optional().describe("Optional additional properties for the telemetry item."),
|
|
37210
37210
|
metadata: Rl(We(), jc()).optional().describe("Optional metadata for the telemetry item."),
|
|
37211
37211
|
scope: fc(We()).optional().describe("Optional scope for the telemetry item.").transform((t) => [...new Set(t)])
|
|
@@ -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,
|
|
@@ -46891,10 +46891,10 @@ class T3e extends E3e {
|
|
|
46891
46891
|
}
|
|
46892
46892
|
}
|
|
46893
46893
|
const $3e = {
|
|
46894
|
-
[Lr.Verbose]:
|
|
46895
|
-
[Lr.Info]:
|
|
46896
|
-
[Lr.Warning]:
|
|
46897
|
-
[Lr.Error]:
|
|
46894
|
+
[Lr.Verbose]: sr.Debug,
|
|
46895
|
+
[Lr.Info]: sr.Information,
|
|
46896
|
+
[Lr.Warning]: sr.Warning,
|
|
46897
|
+
[Lr.Error]: sr.Error
|
|
46898
46898
|
}, A3e = (t) => {
|
|
46899
46899
|
const e = t.match(/^\[([^\]]+)\]\s*:\s*\[([^\]]*)\]\s*:\s*([^:]+)\s*:\s*(\w+)\s*-\s*([^-]+)\s*-\s*(.*)$/);
|
|
46900
46900
|
if (e) {
|
|
@@ -46910,27 +46910,28 @@ const $3e = {
|
|
|
46910
46910
|
const s = A3e(i);
|
|
46911
46911
|
t.trackEvent({
|
|
46912
46912
|
name: "MsalClient",
|
|
46913
|
-
level: $3e[r] ??
|
|
46913
|
+
level: $3e[r] ?? sr.Information,
|
|
46914
46914
|
scope: n,
|
|
46915
46915
|
metadata: e,
|
|
46916
46916
|
properties: {
|
|
46917
46917
|
...s
|
|
46918
46918
|
}
|
|
46919
46919
|
});
|
|
46920
|
-
}, Qh = "7.1
|
|
46921
|
-
provider:
|
|
46922
|
-
metadata:
|
|
46920
|
+
}, Qh = "7.2.1", 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
|
*/
|
|
@@ -47103,14 +47121,14 @@ class M3e extends r1 {
|
|
|
47103
47121
|
const r = this.#e;
|
|
47104
47122
|
if (n.telemetry.provider?.trackEvent({
|
|
47105
47123
|
name: "module-msal.configurator._processConfig.creating-client",
|
|
47106
|
-
level:
|
|
47124
|
+
level: sr.Debug,
|
|
47107
47125
|
scope: n.telemetry.scope,
|
|
47108
47126
|
metadata: { ...n.telemetry.metadata, clientConfig: r }
|
|
47109
47127
|
}), !r.auth.authority && r.auth.tenantId && (r.auth.authority = `https://login.microsoftonline.com/${r.auth.tenantId}`), r.cache || (r.cache = { cacheLocation: "localStorage" }), !r.system?.loggerOptions && n.telemetry?.provider) {
|
|
47110
47128
|
const { provider: i, metadata: o, scope: s } = n.telemetry;
|
|
47111
47129
|
i.trackEvent({
|
|
47112
47130
|
name: "module-msal.configurator._processConfig.client-telemetry-connected",
|
|
47113
|
-
level:
|
|
47131
|
+
level: sr.Debug,
|
|
47114
47132
|
scope: s,
|
|
47115
47133
|
metadata: o
|
|
47116
47134
|
}), r.system = {
|
|
@@ -47456,6 +47474,16 @@ class Z3e extends zu {
|
|
|
47456
47474
|
#t;
|
|
47457
47475
|
#n;
|
|
47458
47476
|
#r;
|
|
47477
|
+
#i;
|
|
47478
|
+
/**
|
|
47479
|
+
* Default OAuth scopes used when the caller provides no scopes.
|
|
47480
|
+
*
|
|
47481
|
+
* Resolves to the app's Entra ID configured permissions via the `/.default` scope.
|
|
47482
|
+
*/
|
|
47483
|
+
get defaultScopes() {
|
|
47484
|
+
const e = this.#e.clientId;
|
|
47485
|
+
return e ? [`${e}/.default`] : [];
|
|
47486
|
+
}
|
|
47459
47487
|
/**
|
|
47460
47488
|
* The MSAL module version enum value indicating the API compatibility level.
|
|
47461
47489
|
*
|
|
@@ -47491,7 +47519,7 @@ class Z3e extends zu {
|
|
|
47491
47519
|
* @returns The currently authenticated account or undefined if no user is logged in.
|
|
47492
47520
|
*/
|
|
47493
47521
|
get defaultAccount() {
|
|
47494
|
-
return this._trackException("MsalPrvider.defaultAccount.deprecated",
|
|
47522
|
+
return this._trackException("MsalPrvider.defaultAccount.deprecated", sr.Warning, {
|
|
47495
47523
|
exception: new Error("defaultAccount is deprecated, use account instead. This will be removed in the next major version."),
|
|
47496
47524
|
properties: {
|
|
47497
47525
|
message: "defaultAccount is deprecated, use account instead. This will be removed in the next major version.",
|
|
@@ -47509,9 +47537,9 @@ class Z3e extends zu {
|
|
|
47509
47537
|
if (super({
|
|
47510
47538
|
version: Qh,
|
|
47511
47539
|
config: e
|
|
47512
|
-
}), this.#n = e.requiresAuth, this.#t = e.telemetry, this.#r = e.authCode, !e.client) {
|
|
47540
|
+
}), this.#n = e.requiresAuth, this.#t = e.telemetry, this.#i = e.loginHint, this.#r = e.authCode, !e.client) {
|
|
47513
47541
|
const n = new Error("Client is required, please provide a valid client in the configuration");
|
|
47514
|
-
throw this._trackException("constructor.client-required",
|
|
47542
|
+
throw this._trackException("constructor.client-required", sr.Error, {
|
|
47515
47543
|
exception: n
|
|
47516
47544
|
}), n;
|
|
47517
47545
|
}
|
|
@@ -47537,10 +47565,10 @@ class Z3e extends zu {
|
|
|
47537
47565
|
* Apps should call acquireToken with actual scopes after initialization completes.
|
|
47538
47566
|
*/
|
|
47539
47567
|
async initialize() {
|
|
47540
|
-
const e = this._trackMeasurement("initialize",
|
|
47568
|
+
const e = this._trackMeasurement("initialize", sr.Debug);
|
|
47541
47569
|
if (await this.#e.initialize(), this.#r)
|
|
47542
47570
|
try {
|
|
47543
|
-
this._trackEvent("initialize.exchanging-auth-code",
|
|
47571
|
+
this._trackEvent("initialize.exchanging-auth-code", sr.Information);
|
|
47544
47572
|
const n = this.#e.clientId;
|
|
47545
47573
|
if (!n)
|
|
47546
47574
|
throw new Error("Client ID is required for auth code exchange");
|
|
@@ -47548,13 +47576,13 @@ class Z3e extends zu {
|
|
|
47548
47576
|
code: this.#r,
|
|
47549
47577
|
scopes: [`${n}/.default`]
|
|
47550
47578
|
});
|
|
47551
|
-
r.account && (this.#e.setActiveAccount(r.account), this._trackEvent("initialize.auth-code-exchanged-account",
|
|
47579
|
+
r.account && (this.#e.setActiveAccount(r.account), this._trackEvent("initialize.auth-code-exchanged-account", sr.Information, {
|
|
47552
47580
|
properties: {
|
|
47553
47581
|
username: r.account.username
|
|
47554
47582
|
}
|
|
47555
47583
|
}));
|
|
47556
47584
|
} catch (n) {
|
|
47557
|
-
this._trackException("initialize.auth-code-exchange-failed",
|
|
47585
|
+
this._trackException("initialize.auth-code-exchange-failed", sr.Warning, {
|
|
47558
47586
|
exception: n instanceof Error ? n : new Error(String(n)),
|
|
47559
47587
|
properties: {
|
|
47560
47588
|
message: n instanceof Error ? n.message : String(n),
|
|
@@ -47567,14 +47595,14 @@ class Z3e extends zu {
|
|
|
47567
47595
|
if (this.#n) {
|
|
47568
47596
|
const n = await this.handleRedirect();
|
|
47569
47597
|
if (n?.account)
|
|
47570
|
-
this.#e.setActiveAccount(n.account), this._trackEvent("initialize.active-account-set-by-callback",
|
|
47598
|
+
this.#e.setActiveAccount(n.account), this._trackEvent("initialize.active-account-set-by-callback", sr.Information, {
|
|
47571
47599
|
properties: {
|
|
47572
47600
|
username: n.account.username
|
|
47573
47601
|
}
|
|
47574
47602
|
});
|
|
47575
47603
|
else if (!this.#e.hasValidClaims) {
|
|
47576
|
-
const r = await this.login({ request: { scopes:
|
|
47577
|
-
r?.account && (this.#e.setActiveAccount(r.account), this._trackEvent("initialize.active-account-set-by-login",
|
|
47604
|
+
const r = await this.login({ request: { scopes: this.defaultScopes } });
|
|
47605
|
+
r?.account && (this.#e.setActiveAccount(r.account), this._trackEvent("initialize.active-account-set-by-login", sr.Information, {
|
|
47578
47606
|
properties: {
|
|
47579
47607
|
username: r.account.username
|
|
47580
47608
|
}
|
|
@@ -47634,30 +47662,35 @@ class Z3e extends zu {
|
|
|
47634
47662
|
* ```
|
|
47635
47663
|
*/
|
|
47636
47664
|
async acquireToken(e) {
|
|
47637
|
-
const
|
|
47638
|
-
if (e
|
|
47639
|
-
properties:
|
|
47640
|
-
}),
|
|
47641
|
-
|
|
47642
|
-
|
|
47643
|
-
|
|
47644
|
-
|
|
47645
|
-
|
|
47646
|
-
|
|
47665
|
+
const n = e?.behavior ?? "redirect", r = e?.silent ?? !0, i = this.defaultScopes, o = e?.request, s = o?.account ?? this.account ?? void 0, u = o?.scopes ?? e?.scopes ?? [], f = u.length > 0 ? u : i.length > 0 ? i : [], p = { behavior: n, silent: r, scopes: f };
|
|
47666
|
+
if (e?.scopes && this._trackEvent("acquireToken.legacy-scopes-provided", sr.Warning, {
|
|
47667
|
+
properties: p
|
|
47668
|
+
}), u.length === 0)
|
|
47669
|
+
if (i.length > 0)
|
|
47670
|
+
this._trackEvent("acquireToken.missing-scope.defaulted", sr.Warning, {
|
|
47671
|
+
properties: { ...p, defaultScopes: i }
|
|
47672
|
+
});
|
|
47673
|
+
else {
|
|
47674
|
+
const g = new Error("Empty scopes provided and clientId is missing for default scope");
|
|
47675
|
+
this._trackException("acquireToken.missing-scope", sr.Warning, {
|
|
47676
|
+
exception: g,
|
|
47677
|
+
properties: p
|
|
47678
|
+
});
|
|
47679
|
+
}
|
|
47647
47680
|
try {
|
|
47648
|
-
const
|
|
47649
|
-
properties:
|
|
47650
|
-
}),
|
|
47681
|
+
const g = this._trackMeasurement("acquireToken", sr.Information, {
|
|
47682
|
+
properties: p
|
|
47683
|
+
}), y = await this.#e.acquireToken({
|
|
47651
47684
|
behavior: n,
|
|
47652
47685
|
silent: r,
|
|
47653
|
-
request: { ...
|
|
47686
|
+
request: { ...o, account: s, scopes: f }
|
|
47654
47687
|
});
|
|
47655
|
-
return
|
|
47656
|
-
} catch (
|
|
47657
|
-
throw this._trackException("acquireToken-failed",
|
|
47658
|
-
exception:
|
|
47659
|
-
properties:
|
|
47660
|
-
}),
|
|
47688
|
+
return g?.measure(), y;
|
|
47689
|
+
} catch (g) {
|
|
47690
|
+
throw this._trackException("acquireToken-failed", sr.Error, {
|
|
47691
|
+
exception: g,
|
|
47692
|
+
properties: p
|
|
47693
|
+
}), g;
|
|
47661
47694
|
}
|
|
47662
47695
|
}
|
|
47663
47696
|
/**
|
|
@@ -47708,18 +47741,22 @@ class Z3e extends zu {
|
|
|
47708
47741
|
* ```
|
|
47709
47742
|
*/
|
|
47710
47743
|
async login(e) {
|
|
47711
|
-
const { behavior: n = "redirect", silent: r = !0, request: i } = e
|
|
47712
|
-
|
|
47713
|
-
|
|
47714
|
-
|
|
47715
|
-
|
|
47716
|
-
|
|
47744
|
+
const { behavior: n = "redirect", silent: r = !0, request: i } = e;
|
|
47745
|
+
i.loginHint ??= this.#i ?? this.account?.username ?? this.account?.loginHint ?? void 0;
|
|
47746
|
+
const o = this.defaultScopes;
|
|
47747
|
+
(!i.scopes || i.scopes.length === 0) && (i.scopes = o.length > 0 ? o : []);
|
|
47748
|
+
const s = r && (i.account || i.loginHint), u = { behavior: n, silent: r, canLoginSilently: s, scopes: i.scopes };
|
|
47749
|
+
if (i.account ??= this.account ?? void 0, i.scopes.length === 0 && this._trackEvent("login.missing-scope", sr.Warning, {
|
|
47750
|
+
properties: u
|
|
47751
|
+
}), this._trackEvent("login", sr.Information, {
|
|
47752
|
+
properties: u
|
|
47753
|
+
}), s)
|
|
47717
47754
|
try {
|
|
47718
47755
|
return await this.#e.ssoSilent(i);
|
|
47719
|
-
} catch (
|
|
47720
|
-
this._trackException("login.silent-failed",
|
|
47721
|
-
exception:
|
|
47722
|
-
properties:
|
|
47756
|
+
} catch (f) {
|
|
47757
|
+
this._trackException("login.silent-failed", sr.Warning, {
|
|
47758
|
+
exception: f,
|
|
47759
|
+
properties: u
|
|
47723
47760
|
});
|
|
47724
47761
|
}
|
|
47725
47762
|
switch (n) {
|
|
@@ -47759,7 +47796,7 @@ class Z3e extends zu {
|
|
|
47759
47796
|
* ```
|
|
47760
47797
|
*/
|
|
47761
47798
|
async logout(e) {
|
|
47762
|
-
this._trackEvent("logout",
|
|
47799
|
+
this._trackEvent("logout", sr.Information, {
|
|
47763
47800
|
properties: {
|
|
47764
47801
|
redirectUri: e?.redirectUri
|
|
47765
47802
|
}
|
|
@@ -47767,7 +47804,7 @@ class Z3e extends zu {
|
|
|
47767
47804
|
try {
|
|
47768
47805
|
return await this.#e.logout({ account: this.account ?? void 0, ...e }), !0;
|
|
47769
47806
|
} catch (n) {
|
|
47770
|
-
this._trackException("logout.failed",
|
|
47807
|
+
this._trackException("logout.failed", sr.Error, {
|
|
47771
47808
|
exception: n
|
|
47772
47809
|
});
|
|
47773
47810
|
}
|
|
@@ -47798,7 +47835,7 @@ class Z3e extends zu {
|
|
|
47798
47835
|
*/
|
|
47799
47836
|
async handleRedirect() {
|
|
47800
47837
|
const e = await this.client.handleRedirectPromise();
|
|
47801
|
-
return e && this._trackEvent("handleRedirect.success",
|
|
47838
|
+
return e && this._trackEvent("handleRedirect.success", sr.Information, {
|
|
47802
47839
|
properties: {
|
|
47803
47840
|
username: e.account?.username
|
|
47804
47841
|
}
|
|
@@ -47827,21 +47864,21 @@ class Z3e extends zu {
|
|
|
47827
47864
|
* ```
|
|
47828
47865
|
*/
|
|
47829
47866
|
createProxyProvider(e) {
|
|
47830
|
-
this._trackEvent("createProxyProvider",
|
|
47867
|
+
this._trackEvent("createProxyProvider", sr.Debug, {
|
|
47831
47868
|
properties: {
|
|
47832
47869
|
version: e
|
|
47833
47870
|
}
|
|
47834
47871
|
});
|
|
47835
47872
|
const n = tI(e);
|
|
47836
|
-
this._trackEvent("createProxyProvider.version-resolved",
|
|
47873
|
+
this._trackEvent("createProxyProvider.version-resolved", sr.Information, {
|
|
47837
47874
|
properties: n
|
|
47838
|
-
}), n.satisfiesLatest || this._trackEvent("createProxyProvider.outdated-version",
|
|
47875
|
+
}), n.satisfiesLatest || this._trackEvent("createProxyProvider.outdated-version", sr.Warning, {
|
|
47839
47876
|
properties: n
|
|
47840
47877
|
});
|
|
47841
47878
|
try {
|
|
47842
47879
|
return N3e(this, e);
|
|
47843
47880
|
} catch (r) {
|
|
47844
|
-
throw this._trackException("createProxyProvider.failed",
|
|
47881
|
+
throw this._trackException("createProxyProvider.failed", sr.Error, {
|
|
47845
47882
|
exception: r,
|
|
47846
47883
|
properties: n
|
|
47847
47884
|
}), r;
|
|
@@ -48335,7 +48372,7 @@ const pbe = () => ({
|
|
|
48335
48372
|
meta: { transaction: t, created: Date.now() }
|
|
48336
48373
|
}))
|
|
48337
48374
|
}), 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),
|
|
48375
|
+
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
48376
|
u.signal.aborted || u.abort();
|
|
48340
48377
|
}));
|
|
48341
48378
|
try {
|
|
@@ -48387,7 +48424,7 @@ const pbe = () => ({
|
|
|
48387
48424
|
// Ensure the request has not been removed from the state during the delay.
|
|
48388
48425
|
pt(([y, w]) => !!w[o]),
|
|
48389
48426
|
// If the request has been removed, throw an error.
|
|
48390
|
-
|
|
48427
|
+
bi(([, y]) => {
|
|
48391
48428
|
if (!y[o])
|
|
48392
48429
|
throw new Nm("error", {
|
|
48393
48430
|
message: "request not found, most likely removed while scheduled for retry",
|
|
@@ -49186,7 +49223,7 @@ class es {
|
|
|
49186
49223
|
}));
|
|
49187
49224
|
const n = $be(e.queueOperator);
|
|
49188
49225
|
this.#e.add(() => this.#r.complete()), this.#e.add(this.#r.pipe(
|
|
49189
|
-
|
|
49226
|
+
bi((r) => {
|
|
49190
49227
|
this._registerEvent("query_queued", r);
|
|
49191
49228
|
}),
|
|
49192
49229
|
// skip tasks that are not in the ongoing tasks record
|
|
@@ -49599,7 +49636,7 @@ let Ibe = class extends zu {
|
|
|
49599
49636
|
)), this.#i.add(this.#s.pipe(
|
|
49600
49637
|
// resolve context item from queue
|
|
49601
49638
|
Qn((i) => i),
|
|
49602
|
-
|
|
49639
|
+
bi((i) => console.debug("ContextProvider::#contextQueue", i))
|
|
49603
49640
|
).subscribe((i) => {
|
|
49604
49641
|
this.#e.setCurrentContext(i ?? null);
|
|
49605
49642
|
}));
|
|
@@ -49700,7 +49737,7 @@ let Ibe = class extends zu {
|
|
|
49700
49737
|
setCurrentContext(e, n) {
|
|
49701
49738
|
const r = new Hi(), i = new Hi(), o = this._setCurrentContext(e, n).pipe(
|
|
49702
49739
|
// send context item which was set to the caller
|
|
49703
|
-
|
|
49740
|
+
bi((s) => i.next(s)),
|
|
49704
49741
|
// abort task on signal
|
|
49705
49742
|
jp(r),
|
|
49706
49743
|
// close the observable sent to the caller
|
|
@@ -49983,21 +50020,21 @@ const Rbe = "context", Pbe = {
|
|
|
49983
50020
|
})
|
|
49984
50021
|
), this.dispose = () => o.unsubscribe(), i;
|
|
49985
50022
|
}
|
|
49986
|
-
}, Mbe =
|
|
49987
|
-
key:
|
|
49988
|
-
uri:
|
|
49989
|
-
id:
|
|
49990
|
-
environment:
|
|
49991
|
-
name:
|
|
49992
|
-
scopes:
|
|
49993
|
-
tags:
|
|
50023
|
+
}, Mbe = ci.object({
|
|
50024
|
+
key: ci.string().describe("The key used to identify the service"),
|
|
50025
|
+
uri: ci.string().describe("The URI of the service"),
|
|
50026
|
+
id: ci.string().optional().describe("The ID of the service"),
|
|
50027
|
+
environment: ci.string().optional().describe("The environment of the service"),
|
|
50028
|
+
name: ci.string().optional().describe("The name of the service"),
|
|
50029
|
+
scopes: ci.array(ci.string()).optional().default([]).describe("Endpoint authentication scopes"),
|
|
50030
|
+
tags: ci.array(ci.string()).optional().describe("Tags for the service")
|
|
49994
50031
|
}).describe("A service from the service discovery API").transform((t) => ({
|
|
49995
50032
|
...t,
|
|
49996
50033
|
/** @deprecated use `scopes` */
|
|
49997
50034
|
get defaultScopes() {
|
|
49998
50035
|
return t.scopes ?? [];
|
|
49999
50036
|
}
|
|
50000
|
-
})), Dbe =
|
|
50037
|
+
})), Dbe = ci.array(Mbe).describe("A list of services from the service discovery API"), Obe = "services", Lbe = (t, e) => {
|
|
50001
50038
|
const n = kt(tg(t)).pipe(
|
|
50002
50039
|
// parse and validate the response
|
|
50003
50040
|
qe((r) => Dbe.default([]).parse(r))
|
|
@@ -51274,7 +51311,7 @@ const V6e = "services", U6e = (t, e) => async (n) => {
|
|
|
51274
51311
|
}
|
|
51275
51312
|
}, F6e = (t) => {
|
|
51276
51313
|
t.addConfig({ module: sne });
|
|
51277
|
-
}, B6e = "7.4.
|
|
51314
|
+
}, B6e = "7.4.9";
|
|
51278
51315
|
class q6e extends Ife {
|
|
51279
51316
|
/**
|
|
51280
51317
|
* The class name used for event naming. This static property ensures
|
|
@@ -65193,7 +65230,7 @@ function Jd(t) {
|
|
|
65193
65230
|
function kre(t) {
|
|
65194
65231
|
return oS() ? t instanceof Node || t instanceof gc(t).Node : !1;
|
|
65195
65232
|
}
|
|
65196
|
-
function
|
|
65233
|
+
function ui(t) {
|
|
65197
65234
|
return oS() ? t instanceof Element || t instanceof gc(t).Element : !1;
|
|
65198
65235
|
}
|
|
65199
65236
|
function Uc(t) {
|
|
@@ -65228,7 +65265,7 @@ function aS(t) {
|
|
|
65228
65265
|
}
|
|
65229
65266
|
const YOe = ["transform", "translate", "scale", "rotate", "perspective"], JOe = ["transform", "translate", "scale", "rotate", "perspective", "filter"], XOe = ["paint", "layout", "strict", "content"];
|
|
65230
65267
|
function dO(t) {
|
|
65231
|
-
const e = sS(), n =
|
|
65268
|
+
const e = sS(), n = ui(t) ? Ml(t) : t;
|
|
65232
65269
|
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
65270
|
}
|
|
65234
65271
|
function QOe(t) {
|
|
@@ -65253,7 +65290,7 @@ function Ml(t) {
|
|
|
65253
65290
|
return gc(t).getComputedStyle(t);
|
|
65254
65291
|
}
|
|
65255
65292
|
function cS(t) {
|
|
65256
|
-
return
|
|
65293
|
+
return ui(t) ? {
|
|
65257
65294
|
scrollLeft: t.scrollLeft,
|
|
65258
65295
|
scrollTop: t.scrollTop
|
|
65259
65296
|
} : {
|
|
@@ -65301,7 +65338,7 @@ function Tre(t) {
|
|
|
65301
65338
|
};
|
|
65302
65339
|
}
|
|
65303
65340
|
function hO(t) {
|
|
65304
|
-
return
|
|
65341
|
+
return ui(t) ? t : t.contextElement;
|
|
65305
65342
|
}
|
|
65306
65343
|
function t0(t) {
|
|
65307
65344
|
const e = hO(t);
|
|
@@ -65333,11 +65370,11 @@ function wg(t, e, n, r) {
|
|
|
65333
65370
|
e === void 0 && (e = !1), n === void 0 && (n = !1);
|
|
65334
65371
|
const i = t.getBoundingClientRect(), o = hO(t);
|
|
65335
65372
|
let s = Nd(1);
|
|
65336
|
-
e && (r ?
|
|
65373
|
+
e && (r ? ui(r) && (s = t0(r)) : s = t0(t));
|
|
65337
65374
|
const u = nLe(o, n, r) ? $re(o) : Nd(0);
|
|
65338
65375
|
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
65376
|
if (o) {
|
|
65340
|
-
const w = gc(o), x = r &&
|
|
65377
|
+
const w = gc(o), x = r && ui(r) ? gc(r) : r;
|
|
65341
65378
|
let T = w, E = TI(T);
|
|
65342
65379
|
for (; E && r && x !== T; ) {
|
|
65343
65380
|
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 +65477,7 @@ function tF(t, e, n) {
|
|
|
65440
65477
|
r = aLe(t, n);
|
|
65441
65478
|
else if (e === "document")
|
|
65442
65479
|
r = oLe(Jd(t));
|
|
65443
|
-
else if (
|
|
65480
|
+
else if (ui(e))
|
|
65444
65481
|
r = cLe(e, n);
|
|
65445
65482
|
else {
|
|
65446
65483
|
const i = $re(t);
|
|
@@ -65455,16 +65492,16 @@ function tF(t, e, n) {
|
|
|
65455
65492
|
}
|
|
65456
65493
|
function Ire(t, e) {
|
|
65457
65494
|
const n = mf(t);
|
|
65458
|
-
return n === e || !
|
|
65495
|
+
return n === e || !ui(n) || cf(n) ? !1 : Ml(n).position === "fixed" || Ire(n, e);
|
|
65459
65496
|
}
|
|
65460
65497
|
function lLe(t, e) {
|
|
65461
65498
|
const n = e.get(t);
|
|
65462
65499
|
if (n)
|
|
65463
65500
|
return n;
|
|
65464
|
-
let r = Wp(t, [], !1).filter((u) =>
|
|
65501
|
+
let r = Wp(t, [], !1).filter((u) => ui(u) && U0(u) !== "body"), i = null;
|
|
65465
65502
|
const o = Ml(t).position === "fixed";
|
|
65466
65503
|
let s = o ? mf(t) : t;
|
|
65467
|
-
for (;
|
|
65504
|
+
for (; ui(s) && !cf(s); ) {
|
|
65468
65505
|
const u = Ml(s), f = dO(s);
|
|
65469
65506
|
!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
65507
|
}
|
|
@@ -65540,7 +65577,7 @@ function Rre(t, e) {
|
|
|
65540
65577
|
if (!Uc(t)) {
|
|
65541
65578
|
let i = mf(t);
|
|
65542
65579
|
for (; i && !cf(i); ) {
|
|
65543
|
-
if (
|
|
65580
|
+
if (ui(i) && !z$(i))
|
|
65544
65581
|
return i;
|
|
65545
65582
|
i = mf(i);
|
|
65546
65583
|
}
|
|
@@ -65575,7 +65612,7 @@ const mLe = {
|
|
|
65575
65612
|
getClientRects: iLe,
|
|
65576
65613
|
getDimensions: dLe,
|
|
65577
65614
|
getScale: t0,
|
|
65578
|
-
isElement:
|
|
65615
|
+
isElement: ui,
|
|
65579
65616
|
isRTL: pLe
|
|
65580
65617
|
};
|
|
65581
65618
|
function Pre(t, e) {
|
|
@@ -68409,7 +68446,7 @@ function yp(t) {
|
|
|
68409
68446
|
var n = Os.get(t.keyCode);
|
|
68410
68447
|
return n || qn.UNKNOWN;
|
|
68411
68448
|
}
|
|
68412
|
-
var bp, qh,
|
|
68449
|
+
var bp, qh, yi = {
|
|
68413
68450
|
LIST_ITEM_ACTIVATED_CLASS: "mdc-list-item--activated",
|
|
68414
68451
|
LIST_ITEM_CLASS: "mdc-list-item",
|
|
68415
68452
|
LIST_ITEM_DISABLED_CLASS: "mdc-list-item--disabled",
|
|
@@ -68418,8 +68455,8 @@ var bp, qh, vi = {
|
|
|
68418
68455
|
LIST_ITEM_PRIMARY_TEXT_CLASS: "mdc-list-item__primary-text",
|
|
68419
68456
|
ROOT: "mdc-list"
|
|
68420
68457
|
};
|
|
68421
|
-
bp = {}, bp["" +
|
|
68422
|
-
var E2 = (qh = {}, qh["" +
|
|
68458
|
+
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";
|
|
68459
|
+
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
68460
|
ACTION_EVENT: "MDCList:action",
|
|
68424
68461
|
SELECTION_CHANGE_EVENT: "MDCList:selectionChange",
|
|
68425
68462
|
ARIA_CHECKED: "aria-checked",
|
|
@@ -68436,21 +68473,21 @@ var E2 = (qh = {}, qh["" + vi.LIST_ITEM_ACTIVATED_CLASS] = "mdc-deprecated-list-
|
|
|
68436
68473
|
CHECKBOX_RADIO_SELECTOR: 'input[type="checkbox"], input[type="radio"]',
|
|
68437
68474
|
CHECKBOX_SELECTOR: 'input[type="checkbox"]',
|
|
68438
68475
|
CHILD_ELEMENTS_TO_TOGGLE_TABINDEX: `
|
|
68439
|
-
.` +
|
|
68440
|
-
.` +
|
|
68441
|
-
.` + E2[
|
|
68442
|
-
.` + E2[
|
|
68476
|
+
.` + yi.LIST_ITEM_CLASS + ` button:not(:disabled),
|
|
68477
|
+
.` + yi.LIST_ITEM_CLASS + ` a,
|
|
68478
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` button:not(:disabled),
|
|
68479
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` a
|
|
68443
68480
|
`,
|
|
68444
68481
|
DEPRECATED_SELECTOR: ".mdc-deprecated-list",
|
|
68445
68482
|
FOCUSABLE_CHILD_ELEMENTS: `
|
|
68446
|
-
.` +
|
|
68447
|
-
.` +
|
|
68448
|
-
.` +
|
|
68449
|
-
.` +
|
|
68450
|
-
.` + E2[
|
|
68451
|
-
.` + E2[
|
|
68452
|
-
.` + E2[
|
|
68453
|
-
.` + E2[
|
|
68483
|
+
.` + yi.LIST_ITEM_CLASS + ` button:not(:disabled),
|
|
68484
|
+
.` + yi.LIST_ITEM_CLASS + ` a,
|
|
68485
|
+
.` + yi.LIST_ITEM_CLASS + ` input[type="radio"]:not(:disabled),
|
|
68486
|
+
.` + yi.LIST_ITEM_CLASS + ` input[type="checkbox"]:not(:disabled),
|
|
68487
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` button:not(:disabled),
|
|
68488
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` a,
|
|
68489
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` input[type="radio"]:not(:disabled),
|
|
68490
|
+
.` + E2[yi.LIST_ITEM_CLASS] + ` input[type="checkbox"]:not(:disabled)
|
|
68454
68491
|
`,
|
|
68455
68492
|
RADIO_SELECTOR: 'input[type="radio"]',
|
|
68456
68493
|
SELECTED_ITEM_SELECTOR: '[aria-selected="true"], [aria-current="true"]'
|
|
@@ -71178,7 +71215,7 @@ class bNe {
|
|
|
71178
71215
|
headers: {
|
|
71179
71216
|
"Api-Version": "1.0"
|
|
71180
71217
|
}
|
|
71181
|
-
}).pipe(
|
|
71218
|
+
}).pipe(bi((i) => {
|
|
71182
71219
|
this.#i.mutate({ appKey: n }, {
|
|
71183
71220
|
value: i,
|
|
71184
71221
|
updated: Date.now()
|
|
@@ -71978,7 +72015,7 @@ class ZNe {
|
|
|
71978
72015
|
return this.#r.query({ bookmarkId: e }).pipe(qe((n) => n.value));
|
|
71979
72016
|
}
|
|
71980
72017
|
setBookmarkData(e, n) {
|
|
71981
|
-
return this.#e.patch("v1", { bookmarkId: e, updates: { payload: n } }).pipe(qe((r) => r.payload),
|
|
72018
|
+
return this.#e.patch("v1", { bookmarkId: e, updates: { payload: n } }).pipe(qe((r) => r.payload), bi((r) => {
|
|
71982
72019
|
r && this.#r.mutate({ bookmarkId: e }, { value: r, updated: Date.now() }, { allowCreation: !0 });
|
|
71983
72020
|
}));
|
|
71984
72021
|
}
|
|
@@ -71986,7 +72023,7 @@ class ZNe {
|
|
|
71986
72023
|
return this.#e.create("v1", e).pipe(
|
|
71987
72024
|
qe((n) => MI(n)),
|
|
71988
72025
|
/** update the bookmark cache */
|
|
71989
|
-
|
|
72026
|
+
bi((n) => {
|
|
71990
72027
|
console.log("createdBookmark", n);
|
|
71991
72028
|
const { payload: r, ...i } = n;
|
|
71992
72029
|
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 +72057,10 @@ class ZNe {
|
|
|
72020
72057
|
return this.#e.delete("v1", { bookmarkId: e });
|
|
72021
72058
|
}
|
|
72022
72059
|
addBookmarkToFavorites(e) {
|
|
72023
|
-
return this.#e.addFavourite("v1", { bookmarkId: e }).pipe(
|
|
72060
|
+
return this.#e.addFavourite("v1", { bookmarkId: e }).pipe(bi(() => this.#n.invalidate()));
|
|
72024
72061
|
}
|
|
72025
72062
|
removeBookmarkFromFavorites(e) {
|
|
72026
|
-
return this.#e.removeFavourite("v1", { bookmarkId: e }).pipe(
|
|
72063
|
+
return this.#e.removeFavourite("v1", { bookmarkId: e }).pipe(bi(() => this.#n.invalidate()));
|
|
72027
72064
|
}
|
|
72028
72065
|
isBookmarkFavorite(e) {
|
|
72029
72066
|
return this.#e.isFavorite("v1", { bookmarkId: e });
|
|
@@ -73049,7 +73086,7 @@ let SZe = class {
|
|
|
73049
73086
|
* @template T - The type of the generated payload.
|
|
73050
73087
|
*/
|
|
73051
73088
|
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),
|
|
73089
|
+
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
73090
|
}
|
|
73054
73091
|
/**
|
|
73055
73092
|
* Produces a payload using the provided generator function.
|
|
@@ -73097,7 +73134,7 @@ let SZe = class {
|
|
|
73097
73134
|
}),
|
|
73098
73135
|
// combine the bookmark and payload into a single object
|
|
73099
73136
|
qe(({ bookmark: r, payload: i }) => Object.assign({}, r, { payload: i })),
|
|
73100
|
-
|
|
73137
|
+
bi((r) => {
|
|
73101
73138
|
this._log?.debug(`Bookmark fetched: ${r.id}`, r);
|
|
73102
73139
|
})
|
|
73103
73140
|
);
|
|
@@ -73182,7 +73219,7 @@ let SZe = class {
|
|
|
73182
73219
|
this.#t.action$.pipe(
|
|
73183
73220
|
pt(Rt.fetchBookmarks.success.match),
|
|
73184
73221
|
qe((o) => o.payload),
|
|
73185
|
-
|
|
73222
|
+
bi((o) => {
|
|
73186
73223
|
this._log?.debug("fetched all bookmarks", o);
|
|
73187
73224
|
}),
|
|
73188
73225
|
// Race against failure stream - whichever completes first wins
|
|
@@ -73222,7 +73259,7 @@ let SZe = class {
|
|
|
73222
73259
|
throw this._log?.info(u.message), u;
|
|
73223
73260
|
}
|
|
73224
73261
|
return r;
|
|
73225
|
-
}),
|
|
73262
|
+
}), bi((r) => {
|
|
73226
73263
|
this.#t.next(Rt.setCurrentBookmark(r));
|
|
73227
73264
|
}), $n((r) => {
|
|
73228
73265
|
const i = new Gr("Could not set current bookmark, resolve of bookmark failed", r);
|
|
@@ -73298,7 +73335,7 @@ let SZe = class {
|
|
|
73298
73335
|
with: () => {
|
|
73299
73336
|
throw new Gr(`Timeout while creating bookmark: ${n}`);
|
|
73300
73337
|
}
|
|
73301
|
-
})), f = r.pipe(pt(Rt.createBookmark.success.match), qe(({ payload: p }) => p),
|
|
73338
|
+
})), f = r.pipe(pt(Rt.createBookmark.success.match), qe(({ payload: p }) => p), bi((p) => {
|
|
73302
73339
|
this._log?.info(`Bookmark created: ${p.id}, ref: ${n}`), this._dispatchEvent("onBookmarkCreated", { detail: p });
|
|
73303
73340
|
}), mp(u), kd());
|
|
73304
73341
|
return new vn((p) => {
|
|
@@ -73368,7 +73405,7 @@ let SZe = class {
|
|
|
73368
73405
|
...ix(this.#t.value, y.id),
|
|
73369
73406
|
payload: y.payload
|
|
73370
73407
|
})
|
|
73371
|
-
),
|
|
73408
|
+
), bi((y) => {
|
|
73372
73409
|
this._log?.info(`Bookmark updated: ${y.id}, ref: ${i}`), this._dispatchEvent("onBookmarkUpdated", { detail: y });
|
|
73373
73410
|
}), mp(p), kd());
|
|
73374
73411
|
return new vn((y) => {
|
|
@@ -73433,7 +73470,7 @@ let SZe = class {
|
|
|
73433
73470
|
throw new Gr(`Timeout while deleting bookmark: ${e}`);
|
|
73434
73471
|
}
|
|
73435
73472
|
})), f = r.pipe(pt(Rt.deleteBookmark.success.match), qe(() => {
|
|
73436
|
-
}),
|
|
73473
|
+
}), bi(() => {
|
|
73437
73474
|
this._log?.info(`Removed bookmark: ${i.id}, ref: ${n}`), this._dispatchEvent("onBookmarkDeleted", { detail: i });
|
|
73438
73475
|
}), mp(u), kd());
|
|
73439
73476
|
return new vn((p) => {
|
|
@@ -73483,7 +73520,7 @@ let SZe = class {
|
|
|
73483
73520
|
throw new Gr(`Timeout while adding bookmark to favorites: ${e}`);
|
|
73484
73521
|
}
|
|
73485
73522
|
}));
|
|
73486
|
-
return o.pipe(pt(Rt.addBookmarkAsFavourite.success.match), Qn(({ payload: p }) => this.getBookmark(p, { excludePayload: !0 })),
|
|
73523
|
+
return o.pipe(pt(Rt.addBookmarkAsFavourite.success.match), Qn(({ payload: p }) => this.getBookmark(p, { excludePayload: !0 })), bi((p) => {
|
|
73487
73524
|
this._log?.info(`Added bookmark: ${e} to favourites, ref: ${i}`), this._dispatchEvent("onBookmarkFavouriteAdded", { detail: p });
|
|
73488
73525
|
}), mp(u), kd()).subscribe(r);
|
|
73489
73526
|
});
|
|
@@ -73535,7 +73572,7 @@ let SZe = class {
|
|
|
73535
73572
|
throw new Gr(`Timeout while removing bookmark: ${e} from favourites`);
|
|
73536
73573
|
}
|
|
73537
73574
|
}));
|
|
73538
|
-
o.pipe(pt(Rt.removeBookmarkAsFavourite.success.match),
|
|
73575
|
+
o.pipe(pt(Rt.removeBookmarkAsFavourite.success.match), bi(() => {
|
|
73539
73576
|
this._log?.info(`Removed bookmark: ${e} from favourites, ref: ${i}`), this._dispatchEvent("onBookmarkFavouriteRemoved", { detail: s });
|
|
73540
73577
|
}), qe(() => {
|
|
73541
73578
|
}), mp(f), kd()).subscribe(r);
|
|
@@ -73559,7 +73596,7 @@ let SZe = class {
|
|
|
73559
73596
|
return this._log?.debug(`Checking if bookmark: ${e} is in favourites`), kt(this._apiClient.isBookmarkFavorite(e)).pipe($n((n) => {
|
|
73560
73597
|
const r = new Gr(`Failed to check if bookmark: ${e} is in favourites`, n);
|
|
73561
73598
|
throw this._log?.error(r.message, r), r;
|
|
73562
|
-
}),
|
|
73599
|
+
}), bi((n) => {
|
|
73563
73600
|
this._log?.debug(`Bookmark: ${e} is ${n ? "in" : "not in"} favourites`);
|
|
73564
73601
|
}));
|
|
73565
73602
|
}
|
|
@@ -74448,7 +74485,7 @@ function pHe(t) {
|
|
|
74448
74485
|
return;
|
|
74449
74486
|
}
|
|
74450
74487
|
aa(et.size === 0 || Fe != null, "You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");
|
|
74451
|
-
let ut =
|
|
74488
|
+
let ut = cr({
|
|
74452
74489
|
currentLocation: Z.location,
|
|
74453
74490
|
nextLocation: be,
|
|
74454
74491
|
historyAction: ue
|
|
@@ -74562,7 +74599,7 @@ function pHe(t) {
|
|
|
74562
74599
|
pe = Ci({}, pe, t.history.encodeLocation(pe));
|
|
74563
74600
|
let $e = ue && ue.replace != null ? ue.replace : void 0, Ie = Si.Push;
|
|
74564
74601
|
$e === !0 ? Ie = Si.Replace : $e === !1 || ut != null && Cu(ut.formMethod) && ut.formAction === Z.location.pathname + Z.location.search && (Ie = Si.Replace);
|
|
74565
|
-
let Je = ue && "preventScrollReset" in ue ? ue.preventScrollReset === !0 : void 0, ct = (ue && ue.flushSync) === !0, _t =
|
|
74602
|
+
let Je = ue && "preventScrollReset" in ue ? ue.preventScrollReset === !0 : void 0, ct = (ue && ue.flushSync) === !0, _t = cr({
|
|
74566
74603
|
currentLocation: q,
|
|
74567
74604
|
nextLocation: pe,
|
|
74568
74605
|
historyAction: Ie
|
|
@@ -74772,11 +74809,11 @@ function pHe(t) {
|
|
|
74772
74809
|
let ct = ut || K$(ue, Pt), _t = Pt || q || sB(ct), Zt = !ne && (!y.v7_partialHydration || !$e);
|
|
74773
74810
|
if (Fe) {
|
|
74774
74811
|
if (Zt) {
|
|
74775
|
-
let
|
|
74812
|
+
let lr = ea(Je);
|
|
74776
74813
|
Ze(Ci({
|
|
74777
74814
|
navigation: ct
|
|
74778
|
-
},
|
|
74779
|
-
actionData:
|
|
74815
|
+
}, lr !== void 0 ? {
|
|
74816
|
+
actionData: lr
|
|
74780
74817
|
} : {}), {
|
|
74781
74818
|
flushSync: Ie
|
|
74782
74819
|
});
|
|
@@ -74787,19 +74824,19 @@ function pHe(t) {
|
|
|
74787
74824
|
shortCircuited: !0
|
|
74788
74825
|
};
|
|
74789
74826
|
if (En.type === "error") {
|
|
74790
|
-
let
|
|
74827
|
+
let lr = Vm(En.partialMatches).route.id;
|
|
74791
74828
|
return {
|
|
74792
74829
|
matches: En.partialMatches,
|
|
74793
74830
|
loaderData: {},
|
|
74794
74831
|
errors: {
|
|
74795
|
-
[
|
|
74832
|
+
[lr]: En.error
|
|
74796
74833
|
}
|
|
74797
74834
|
};
|
|
74798
74835
|
} else if (En.matches)
|
|
74799
74836
|
be = En.matches;
|
|
74800
74837
|
else {
|
|
74801
74838
|
let {
|
|
74802
|
-
error:
|
|
74839
|
+
error: lr,
|
|
74803
74840
|
notFoundMatches: Ai,
|
|
74804
74841
|
route: yc
|
|
74805
74842
|
} = Do(ue.pathname);
|
|
@@ -74807,13 +74844,13 @@ function pHe(t) {
|
|
|
74807
74844
|
matches: Ai,
|
|
74808
74845
|
loaderData: {},
|
|
74809
74846
|
errors: {
|
|
74810
|
-
[yc.id]:
|
|
74847
|
+
[yc.id]: lr
|
|
74811
74848
|
}
|
|
74812
74849
|
};
|
|
74813
74850
|
}
|
|
74814
74851
|
}
|
|
74815
74852
|
let nn = u || s, [Ht, rn] = JF(t.history, Z, be, _t, ue, y.v7_partialHydration && $e === !0, y.v7_skipActionErrorRevalidation, he, we, oe, Pe, ke, K, nn, f, Je);
|
|
74816
|
-
if (Wi((En) => !(be && be.some((
|
|
74853
|
+
if (Wi((En) => !(be && be.some((lr) => lr.route.id === En)) || Ht && Ht.some((lr) => lr.route.id === En)), W = ++le, Ht.length === 0 && rn.length === 0) {
|
|
74817
74854
|
let En = Ur();
|
|
74818
74855
|
return Yt(ue, Ci({
|
|
74819
74856
|
matches: be,
|
|
@@ -74834,8 +74871,8 @@ function pHe(t) {
|
|
|
74834
74871
|
let En = {};
|
|
74835
74872
|
if (!Fe) {
|
|
74836
74873
|
En.navigation = ct;
|
|
74837
|
-
let
|
|
74838
|
-
|
|
74874
|
+
let lr = ea(Je);
|
|
74875
|
+
lr !== void 0 && (En.actionData = lr);
|
|
74839
74876
|
}
|
|
74840
74877
|
rn.length > 0 && (En.fetchers = Ui(rn)), Ze(En, {
|
|
74841
74878
|
flushSync: Ie
|
|
@@ -74872,9 +74909,9 @@ function pHe(t) {
|
|
|
74872
74909
|
loaderData: un,
|
|
74873
74910
|
errors: zo
|
|
74874
74911
|
} = nB(Z, be, Lo, Je, rn, $i, Ue);
|
|
74875
|
-
Ue.forEach((En,
|
|
74912
|
+
Ue.forEach((En, lr) => {
|
|
74876
74913
|
En.subscribe((Ai) => {
|
|
74877
|
-
(Ai || En.done) && Ue.delete(
|
|
74914
|
+
(Ai || En.done) && Ue.delete(lr);
|
|
74878
74915
|
});
|
|
74879
74916
|
}), y.v7_partialHydration && $e && Z.errors && (zo = Ci({}, Z.errors, zo));
|
|
74880
74917
|
let sa = Ur(), Ns = Sr(W), us = sa || Ns || rn.length > 0;
|
|
@@ -74900,7 +74937,7 @@ function pHe(t) {
|
|
|
74900
74937
|
Z.fetchers.set(ue.key, Fe);
|
|
74901
74938
|
}), new Map(Z.fetchers);
|
|
74902
74939
|
}
|
|
74903
|
-
function
|
|
74940
|
+
function di(X, ue, be, Fe) {
|
|
74904
74941
|
if (r)
|
|
74905
74942
|
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
74943
|
xn(X);
|
|
@@ -75029,13 +75066,13 @@ function pHe(t) {
|
|
|
75029
75066
|
if (ct.signal.aborted)
|
|
75030
75067
|
return;
|
|
75031
75068
|
ct.signal.removeEventListener("abort", Ns), F.delete(X), G.delete(X), sa.forEach((Nn) => G.delete(Nn.key));
|
|
75032
|
-
let
|
|
75033
|
-
if (
|
|
75034
|
-
return co(oi,
|
|
75069
|
+
let lr = ox(us);
|
|
75070
|
+
if (lr)
|
|
75071
|
+
return co(oi, lr.result, !1, {
|
|
75035
75072
|
preventScrollReset: pe
|
|
75036
75073
|
});
|
|
75037
|
-
if (
|
|
75038
|
-
return K.add(
|
|
75074
|
+
if (lr = ox(En), lr)
|
|
75075
|
+
return K.add(lr.key), co(oi, lr.result, !1, {
|
|
75039
75076
|
preventScrollReset: pe
|
|
75040
75077
|
});
|
|
75041
75078
|
let {
|
|
@@ -75288,7 +75325,7 @@ function pHe(t) {
|
|
|
75288
75325
|
blockers: Fe
|
|
75289
75326
|
});
|
|
75290
75327
|
}
|
|
75291
|
-
function
|
|
75328
|
+
function cr(X) {
|
|
75292
75329
|
let {
|
|
75293
75330
|
currentLocation: ue,
|
|
75294
75331
|
nextLocation: be,
|
|
@@ -75445,7 +75482,7 @@ function pHe(t) {
|
|
|
75445
75482
|
subscribe: tt,
|
|
75446
75483
|
enableScrollRestoration: Ma,
|
|
75447
75484
|
navigate: lt,
|
|
75448
|
-
fetch:
|
|
75485
|
+
fetch: di,
|
|
75449
75486
|
revalidate: Hn,
|
|
75450
75487
|
// Passthrough to history-aware createHref used by useHref so we get proper
|
|
75451
75488
|
// hash-aware URLs in DOM paths
|
|
@@ -79997,7 +80034,7 @@ const pUe = [], mUe = {
|
|
|
79997
80034
|
return Promise.resolve(e(n));
|
|
79998
80035
|
}
|
|
79999
80036
|
});
|
|
80000
|
-
}, vUe = "1.4.
|
|
80037
|
+
}, vUe = "1.4.4", yUe = async (t) => {
|
|
80001
80038
|
LA(t, {
|
|
80002
80039
|
attachConfiguratorEvents: !0,
|
|
80003
80040
|
configure: (e, n) => {
|
|
@@ -80984,7 +81021,7 @@ var kFe = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|de
|
|
|
80984
81021
|
return kFe.test(t) || t.charCodeAt(0) === 111 && t.charCodeAt(1) === 110 && t.charCodeAt(2) < 91;
|
|
80985
81022
|
}
|
|
80986
81023
|
/* Z+1 */
|
|
80987
|
-
),
|
|
81024
|
+
), 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
81025
|
function IFe(t, e) {
|
|
80989
81026
|
return Xo(t, 0) ^ 45 ? (((e << 2 ^ Xo(t, 0)) << 2 ^ Xo(t, 1)) << 2 ^ Xo(t, 2)) << 2 ^ Xo(t, 3) : 0;
|
|
80990
81027
|
}
|
|
@@ -81315,46 +81352,46 @@ function Wie(t, e, n) {
|
|
|
81315
81352
|
case 4810:
|
|
81316
81353
|
case 6968:
|
|
81317
81354
|
case 2756:
|
|
81318
|
-
return yr + t + U5 + t +
|
|
81355
|
+
return yr + t + U5 + t + vi + t + t;
|
|
81319
81356
|
// writing-mode
|
|
81320
81357
|
case 5936:
|
|
81321
81358
|
switch (Xo(t, e + 11)) {
|
|
81322
81359
|
// vertical-l(r)
|
|
81323
81360
|
case 114:
|
|
81324
|
-
return yr + t +
|
|
81361
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "tb") + t;
|
|
81325
81362
|
// vertical-r(l)
|
|
81326
81363
|
case 108:
|
|
81327
|
-
return yr + t +
|
|
81364
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "tb-rl") + t;
|
|
81328
81365
|
// horizontal(-)tb
|
|
81329
81366
|
case 45:
|
|
81330
|
-
return yr + t +
|
|
81367
|
+
return yr + t + vi + Pn(t, /[svh]\w+-[tblr]{2}/, "lr") + t;
|
|
81331
81368
|
}
|
|
81332
81369
|
// flex, flex-direction, scroll-snap-type, writing-mode
|
|
81333
81370
|
case 6828:
|
|
81334
81371
|
case 4268:
|
|
81335
81372
|
case 2903:
|
|
81336
|
-
return yr + t +
|
|
81373
|
+
return yr + t + vi + t + t;
|
|
81337
81374
|
// order
|
|
81338
81375
|
case 6165:
|
|
81339
|
-
return yr + t +
|
|
81376
|
+
return yr + t + vi + "flex-" + t + t;
|
|
81340
81377
|
// align-items
|
|
81341
81378
|
case 5187:
|
|
81342
|
-
return yr + t + Pn(t, /(\w+).+(:[^]+)/, yr + "box-$1$2" +
|
|
81379
|
+
return yr + t + Pn(t, /(\w+).+(:[^]+)/, yr + "box-$1$2" + vi + "flex-$1$2") + t;
|
|
81343
81380
|
// align-self
|
|
81344
81381
|
case 5443:
|
|
81345
|
-
return yr + t +
|
|
81382
|
+
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
81383
|
// align-content
|
|
81347
81384
|
case 4675:
|
|
81348
|
-
return yr + t +
|
|
81385
|
+
return yr + t + vi + "flex-line-pack" + Pn(t, /align-content|flex-|-self/g, "") + t;
|
|
81349
81386
|
// flex-shrink
|
|
81350
81387
|
case 5548:
|
|
81351
|
-
return yr + t +
|
|
81388
|
+
return yr + t + vi + Pn(t, "shrink", "negative") + t;
|
|
81352
81389
|
// flex-basis
|
|
81353
81390
|
case 5292:
|
|
81354
|
-
return yr + t +
|
|
81391
|
+
return yr + t + vi + Pn(t, "basis", "preferred-size") + t;
|
|
81355
81392
|
// flex-grow
|
|
81356
81393
|
case 6060:
|
|
81357
|
-
return yr + "box-" + Pn(t, "-grow", "") + yr + t +
|
|
81394
|
+
return yr + "box-" + Pn(t, "-grow", "") + yr + t + vi + Pn(t, "grow", "positive") + t;
|
|
81358
81395
|
// transition
|
|
81359
81396
|
case 4554:
|
|
81360
81397
|
return yr + Pn(t, /([^-])(transform)/g, "$1" + yr + "$2") + t;
|
|
@@ -81367,27 +81404,27 @@ function Wie(t, e, n) {
|
|
|
81367
81404
|
return Pn(t, /(image-set\([^]*)/, yr + "$1$`$1");
|
|
81368
81405
|
// justify-content
|
|
81369
81406
|
case 4968:
|
|
81370
|
-
return Pn(Pn(t, /(.+:)(flex-)?(.*)/, yr + "box-pack:$3" +
|
|
81407
|
+
return Pn(Pn(t, /(.+:)(flex-)?(.*)/, yr + "box-pack:$3" + vi + "flex-pack:$3"), /space-between/, "justify") + yr + t + t;
|
|
81371
81408
|
// justify-self
|
|
81372
81409
|
case 4200:
|
|
81373
|
-
if (!Gh(t, /flex-|baseline/)) return
|
|
81410
|
+
if (!Gh(t, /flex-|baseline/)) return vi + "grid-column-align" + Sg(t, e) + t;
|
|
81374
81411
|
break;
|
|
81375
81412
|
// grid-template-(columns|rows)
|
|
81376
81413
|
case 2592:
|
|
81377
81414
|
case 3360:
|
|
81378
|
-
return
|
|
81415
|
+
return vi + Pn(t, "template-", "") + t;
|
|
81379
81416
|
// grid-(row|column)-start
|
|
81380
81417
|
case 4384:
|
|
81381
81418
|
case 3616:
|
|
81382
81419
|
return n && n.some(function(r, i) {
|
|
81383
81420
|
return e = i, Gh(r.props, /grid-\w+-end/);
|
|
81384
|
-
}) ? ~Xx(t + (n = n[e].value), "span", 0) ? t :
|
|
81421
|
+
}) ? ~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
81422
|
// grid-(row|column)-end
|
|
81386
81423
|
case 4896:
|
|
81387
81424
|
case 4128:
|
|
81388
81425
|
return n && n.some(function(r) {
|
|
81389
81426
|
return Gh(r.props, /grid-\w+-start/);
|
|
81390
|
-
}) ? t :
|
|
81427
|
+
}) ? t : vi + Pn(Pn(t, "-end", "-span"), "span ", "") + t;
|
|
81391
81428
|
// (margin|padding)-inline-(start|end)
|
|
81392
81429
|
case 4095:
|
|
81393
81430
|
case 3583:
|
|
@@ -81425,7 +81462,7 @@ function Wie(t, e, n) {
|
|
|
81425
81462
|
case 5152:
|
|
81426
81463
|
case 5920:
|
|
81427
81464
|
return Pn(t, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(r, i, o, s, u, f, p) {
|
|
81428
|
-
return
|
|
81465
|
+
return vi + i + ":" + o + p + (s ? vi + i + "-span:" + (u ? f : +f - +o) + p : "") + t;
|
|
81429
81466
|
});
|
|
81430
81467
|
// position: sticky
|
|
81431
81468
|
case 4949:
|
|
@@ -81437,10 +81474,10 @@ function Wie(t, e, n) {
|
|
|
81437
81474
|
switch (Xo(t, Xo(t, 14) === 45 ? 18 : 11)) {
|
|
81438
81475
|
// (inline-)?fle(x)
|
|
81439
81476
|
case 120:
|
|
81440
|
-
return Pn(t, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + yr + (Xo(t, 14) === 45 ? "inline-" : "") + "box$3$1" + yr + "$2$3$1" +
|
|
81477
|
+
return Pn(t, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + yr + (Xo(t, 14) === 45 ? "inline-" : "") + "box$3$1" + yr + "$2$3$1" + vi + "$2box$3") + t;
|
|
81441
81478
|
// (inline-)?gri(d)
|
|
81442
81479
|
case 100:
|
|
81443
|
-
return Pn(t, ":", ":" +
|
|
81480
|
+
return Pn(t, ":", ":" + vi) + t;
|
|
81444
81481
|
}
|
|
81445
81482
|
break;
|
|
81446
81483
|
// scroll-margin, scroll-margin-(top|right|bottom|left)
|
|
@@ -81507,7 +81544,7 @@ function BFe(t, e, n, r) {
|
|
|
81507
81544
|
break;
|
|
81508
81545
|
// :placeholder
|
|
81509
81546
|
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+)/,
|
|
81547
|
+
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
81548
|
break;
|
|
81512
81549
|
}
|
|
81513
81550
|
return "";
|
|
@@ -83814,7 +83851,7 @@ function bWe(t, e) {
|
|
|
83814
83851
|
function F(K) {
|
|
83815
83852
|
he() || Ve(K, !1);
|
|
83816
83853
|
}
|
|
83817
|
-
if (
|
|
83854
|
+
if (ui(s.domReference)) {
|
|
83818
83855
|
const K = s.domReference, ke = s.floating;
|
|
83819
83856
|
return n && K.addEventListener("mouseleave", le), w && K.addEventListener("mousemove", oe, {
|
|
83820
83857
|
once: !0
|
|
@@ -83827,7 +83864,7 @@ function bWe(t, e) {
|
|
|
83827
83864
|
if (u && n && (oe = E.current) != null && (oe = oe.__options) != null && oe.blockPointerEvents && Le()) {
|
|
83828
83865
|
Q.current = !0;
|
|
83829
83866
|
const le = s.floating;
|
|
83830
|
-
if (
|
|
83867
|
+
if (ui(s.domReference) && le) {
|
|
83831
83868
|
var G;
|
|
83832
83869
|
const W = Jm(s.floating).body;
|
|
83833
83870
|
W.setAttribute(bq, "");
|
|
@@ -83986,14 +84023,14 @@ function xoe(t, e) {
|
|
|
83986
84023
|
if (z.current = !1, p === "click" && oe || we || typeof L == "function" && !L(ne))
|
|
83987
84024
|
return;
|
|
83988
84025
|
const G = N2(ne), le = "[" + FO("inert") + "]", W = Jm(i.floating).querySelectorAll(le);
|
|
83989
|
-
let F =
|
|
84026
|
+
let F = ui(G) ? G : null;
|
|
83990
84027
|
for (; F && !cf(F); ) {
|
|
83991
84028
|
const Pe = mf(F);
|
|
83992
|
-
if (cf(Pe) || !
|
|
84029
|
+
if (cf(Pe) || !ui(Pe))
|
|
83993
84030
|
break;
|
|
83994
84031
|
F = Pe;
|
|
83995
84032
|
}
|
|
83996
|
-
if (W.length &&
|
|
84033
|
+
if (W.length && ui(G) && !Gqe(G) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
83997
84034
|
!C3(G, i.floating) && // If the target root element contains none of the markers, then the
|
|
83998
84035
|
// element was injected after the floating element rendered.
|
|
83999
84036
|
Array.from(W).every((Pe) => !C3(F, Pe)))
|
|
@@ -84054,7 +84091,7 @@ function xoe(t, e) {
|
|
|
84054
84091
|
const G = Jm(i.floating);
|
|
84055
84092
|
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
84093
|
let le = [];
|
|
84057
|
-
return w && (
|
|
84094
|
+
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
84095
|
var F;
|
|
84059
84096
|
return W !== ((F = G.defaultView) == null ? void 0 : F.visualViewport);
|
|
84060
84097
|
}), le.forEach((W) => {
|
|
@@ -84106,7 +84143,7 @@ function CWe(t) {
|
|
|
84106
84143
|
} = t, i = woe(), o = R.useRef({}), [s] = R.useState(() => gWe()), u = VO() != null;
|
|
84107
84144
|
if (process.env.NODE_ENV !== "production") {
|
|
84108
84145
|
const x = r.reference;
|
|
84109
|
-
x && !
|
|
84146
|
+
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
84147
|
}
|
|
84111
84148
|
const [f, p] = R.useState(r.reference), g = Rd((x, T, E) => {
|
|
84112
84149
|
o.current.openEvent = x ? T : void 0, s.emit("openchange", {
|
|
@@ -84156,17 +84193,17 @@ function Soe(t) {
|
|
|
84156
84193
|
}
|
|
84157
84194
|
}
|
|
84158
84195
|
}), T = R.useCallback((N) => {
|
|
84159
|
-
const j =
|
|
84196
|
+
const j = ui(N) ? {
|
|
84160
84197
|
getBoundingClientRect: () => N.getBoundingClientRect(),
|
|
84161
84198
|
getClientRects: () => N.getClientRects(),
|
|
84162
84199
|
contextElement: N
|
|
84163
84200
|
} : N;
|
|
84164
84201
|
f(j), x.refs.setReference(j);
|
|
84165
84202
|
}, [x.refs]), E = R.useCallback((N) => {
|
|
84166
|
-
(
|
|
84203
|
+
(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
84204
|
// `null` to support `positionReference` + an unstable `reference`
|
|
84168
84205
|
// callback ref.
|
|
84169
|
-
N !== null && !
|
|
84206
|
+
N !== null && !ui(N)) && x.refs.setReference(N);
|
|
84170
84207
|
}, [x.refs]), I = R.useMemo(() => ({
|
|
84171
84208
|
...x.refs,
|
|
84172
84209
|
setReference: E,
|
|
@@ -84244,7 +84281,7 @@ function kWe(t, e) {
|
|
|
84244
84281
|
onFocus(x) {
|
|
84245
84282
|
if (p.current) return;
|
|
84246
84283
|
const T = N2(x.nativeEvent);
|
|
84247
|
-
if (f &&
|
|
84284
|
+
if (f && ui(T)) {
|
|
84248
84285
|
if (hA() && !x.relatedTarget) {
|
|
84249
84286
|
if (!y.current && !Kqe(T))
|
|
84250
84287
|
return;
|
|
@@ -84255,7 +84292,7 @@ function kWe(t, e) {
|
|
|
84255
84292
|
},
|
|
84256
84293
|
onBlur(x) {
|
|
84257
84294
|
p.current = !1;
|
|
84258
|
-
const T = x.relatedTarget, E = x.nativeEvent, I =
|
|
84295
|
+
const T = x.relatedTarget, E = x.nativeEvent, I = ui(T) && T.hasAttribute(FO("focus-guard")) && T.getAttribute("data-type") === "outside";
|
|
84259
84296
|
g.current = window.setTimeout(() => {
|
|
84260
84297
|
var L;
|
|
84261
84298
|
const z = fq(s.domReference ? s.domReference.ownerDocument : document);
|