climb-onyx-gui 0.15.3-dev.2 → 0.15.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/dist/climb-onyx-gui.js +493 -504
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as Se, jsxs as
|
|
1
|
+
import { jsx as Se, jsxs as cr, Fragment as hs } from "react/jsx-runtime";
|
|
2
2
|
import * as ir from "react";
|
|
3
|
-
import Fr, { useContext as Mn, useRef as gr, useState as
|
|
3
|
+
import Fr, { useContext as Mn, useRef as gr, useState as ur, useCallback as Kr, useEffect as _n, useMemo as Rr, cloneElement as nb, useReducer as HG, createContext as by, useLayoutEffect as lc, forwardRef as lp, useImperativeHandle as ib, Component as GP, Fragment as g2, memo as ks, createElement as BG } from "react";
|
|
4
4
|
class Jv {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
@@ -3235,7 +3235,7 @@ function sH() {
|
|
|
3235
3235
|
var I = b.keyCode;
|
|
3236
3236
|
return "charCode" in b ? (b = b.charCode, b === 0 && I === 13 && (b = 13)) : b = I, b === 10 && (b = 13), 32 <= b || b === 13 ? b : 0;
|
|
3237
3237
|
}
|
|
3238
|
-
function
|
|
3238
|
+
function qo() {
|
|
3239
3239
|
return !0;
|
|
3240
3240
|
}
|
|
3241
3241
|
function Ki() {
|
|
@@ -3245,17 +3245,17 @@ function sH() {
|
|
|
3245
3245
|
function I(H, me, Ie, Ke, pt) {
|
|
3246
3246
|
this._reactName = H, this._targetInst = Ie, this.type = me, this.nativeEvent = Ke, this.target = pt, this.currentTarget = null;
|
|
3247
3247
|
for (var Dt in b) b.hasOwnProperty(Dt) && (H = b[Dt], this[Dt] = H ? H(Ke) : Ke[Dt]);
|
|
3248
|
-
return this.isDefaultPrevented = (Ke.defaultPrevented != null ? Ke.defaultPrevented : Ke.returnValue === !1) ?
|
|
3248
|
+
return this.isDefaultPrevented = (Ke.defaultPrevented != null ? Ke.defaultPrevented : Ke.returnValue === !1) ? qo : Ki, this.isPropagationStopped = Ki, this;
|
|
3249
3249
|
}
|
|
3250
3250
|
return t(I.prototype, { preventDefault: function() {
|
|
3251
3251
|
this.defaultPrevented = !0;
|
|
3252
3252
|
var H = this.nativeEvent;
|
|
3253
|
-
H && (H.preventDefault ? H.preventDefault() : typeof H.returnValue != "unknown" && (H.returnValue = !1), this.isDefaultPrevented =
|
|
3253
|
+
H && (H.preventDefault ? H.preventDefault() : typeof H.returnValue != "unknown" && (H.returnValue = !1), this.isDefaultPrevented = qo);
|
|
3254
3254
|
}, stopPropagation: function() {
|
|
3255
3255
|
var H = this.nativeEvent;
|
|
3256
|
-
H && (H.stopPropagation ? H.stopPropagation() : typeof H.cancelBubble != "unknown" && (H.cancelBubble = !0), this.isPropagationStopped =
|
|
3256
|
+
H && (H.stopPropagation ? H.stopPropagation() : typeof H.cancelBubble != "unknown" && (H.cancelBubble = !0), this.isPropagationStopped = qo);
|
|
3257
3257
|
}, persist: function() {
|
|
3258
|
-
}, isPersistent:
|
|
3258
|
+
}, isPersistent: qo }), I;
|
|
3259
3259
|
}
|
|
3260
3260
|
var ya = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(b) {
|
|
3261
3261
|
return b.timeStamp || Date.now();
|
|
@@ -3404,7 +3404,7 @@ function sH() {
|
|
|
3404
3404
|
function xd(b, I, H, me) {
|
|
3405
3405
|
Yt(me), I = Md(I, "onChange"), 0 < I.length && (H = new Ca("onChange", "change", null, H, me), b.push({ event: H, listeners: I }));
|
|
3406
3406
|
}
|
|
3407
|
-
var
|
|
3407
|
+
var es = null, dl = null;
|
|
3408
3408
|
function Lf(b) {
|
|
3409
3409
|
Ad(b, 0);
|
|
3410
3410
|
}
|
|
@@ -3429,7 +3429,7 @@ function sH() {
|
|
|
3429
3429
|
kf = Of && (!document.documentMode || 9 < document.documentMode);
|
|
3430
3430
|
}
|
|
3431
3431
|
function Tp() {
|
|
3432
|
-
|
|
3432
|
+
es && (es.detachEvent("onpropertychange", Gf), dl = es = null);
|
|
3433
3433
|
}
|
|
3434
3434
|
function Gf(b) {
|
|
3435
3435
|
if (b.propertyName === "value" && ps(dl)) {
|
|
@@ -3446,7 +3446,7 @@ function sH() {
|
|
|
3446
3446
|
}
|
|
3447
3447
|
}
|
|
3448
3448
|
function wg(b, I, H) {
|
|
3449
|
-
b === "focusin" ? (Tp(),
|
|
3449
|
+
b === "focusin" ? (Tp(), es = I, dl = H, es.attachEvent("onpropertychange", Gf)) : b === "focusout" && Tp();
|
|
3450
3450
|
}
|
|
3451
3451
|
function Rp(b) {
|
|
3452
3452
|
if (b === "selectionchange" || b === "keyup" || b === "keydown") return ps(dl);
|
|
@@ -3514,10 +3514,10 @@ function sH() {
|
|
|
3514
3514
|
var I = b && b.nodeName && b.nodeName.toLowerCase();
|
|
3515
3515
|
return I && (I === "input" && (b.type === "text" || b.type === "search" || b.type === "tel" || b.type === "url" || b.type === "password") || I === "textarea" || b.contentEditable === "true");
|
|
3516
3516
|
}
|
|
3517
|
-
var Fp = i && "documentMode" in document && 11 >= document.documentMode, xu = null, xc = null,
|
|
3517
|
+
var Fp = i && "documentMode" in document && 11 >= document.documentMode, xu = null, xc = null, ts = null, Ho = !1;
|
|
3518
3518
|
function Ka(b, I, H) {
|
|
3519
3519
|
var me = H.window === H ? H.document : H.nodeType === 9 ? H : H.ownerDocument;
|
|
3520
|
-
Ho || xu == null || xu !== De(me) || (me = xu, "selectionStart" in me && fl(me) ? me = { start: me.selectionStart, end: me.selectionEnd } : (me = (me.ownerDocument && me.ownerDocument.defaultView || window).getSelection(), me = { anchorNode: me.anchorNode, anchorOffset: me.anchorOffset, focusNode: me.focusNode, focusOffset: me.focusOffset }),
|
|
3520
|
+
Ho || xu == null || xu !== De(me) || (me = xu, "selectionStart" in me && fl(me) ? me = { start: me.selectionStart, end: me.selectionEnd } : (me = (me.ownerDocument && me.ownerDocument.defaultView || window).getSelection(), me = { anchorNode: me.anchorNode, anchorOffset: me.anchorOffset, focusNode: me.focusNode, focusOffset: me.focusOffset }), ts && Sc(ts, me) || (ts = me, me = Md(xc, "onSelect"), 0 < me.length && (I = new Ca("onSelect", "select", null, I, H), b.push({ event: I, listeners: me }), I.target = xu)));
|
|
3521
3521
|
}
|
|
3522
3522
|
li(
|
|
3523
3523
|
"cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focusin focus focusout blur input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),
|
|
@@ -3730,10 +3730,10 @@ function sH() {
|
|
|
3730
3730
|
}
|
|
3731
3731
|
switch (bn = yr ? Qa(yr) : window, b) {
|
|
3732
3732
|
case "focusin":
|
|
3733
|
-
(Sp(bn) || bn.contentEditable === "true") && (xu = bn, xc = yr,
|
|
3733
|
+
(Sp(bn) || bn.contentEditable === "true") && (xu = bn, xc = yr, ts = null);
|
|
3734
3734
|
break;
|
|
3735
3735
|
case "focusout":
|
|
3736
|
-
|
|
3736
|
+
ts = xc = xu = null;
|
|
3737
3737
|
break;
|
|
3738
3738
|
case "mousedown":
|
|
3739
3739
|
Ho = !0;
|
|
@@ -3921,7 +3921,7 @@ function sH() {
|
|
|
3921
3921
|
if (!me) throw Error(n(169));
|
|
3922
3922
|
H ? (b = Jl(b, I, zs), me.__reactInternalMemoizedMergedChildContext = b, $n(za), $n(ra), On(ra, b)) : $n(za), On(za, H);
|
|
3923
3923
|
}
|
|
3924
|
-
var Du = null, gl = null, Ec = r.unstable_runWithPriority,
|
|
3924
|
+
var Du = null, gl = null, Ec = r.unstable_runWithPriority, rs = r.unstable_scheduleCallback, Mc = r.unstable_cancelCallback, Tg = r.unstable_shouldYield, _s = r.unstable_requestPaint, Dc = r.unstable_now, $f = r.unstable_getCurrentPriorityLevel, Fc = r.unstable_ImmediatePriority, Lp = r.unstable_UserBlockingPriority, Fu = r.unstable_NormalPriority, Xf = r.unstable_LowPriority, Zf = r.unstable_IdlePriority, Ld = {}, Kf = _s !== void 0 ? _s : function() {
|
|
3925
3925
|
}, gs = null, ql = null, ml = !1, Qf = Dc(), Pa = 1e4 > Qf ? Dc : function() {
|
|
3926
3926
|
return Dc() - Qf;
|
|
3927
3927
|
};
|
|
@@ -3961,16 +3961,16 @@ function sH() {
|
|
|
3961
3961
|
return b = Ao(b), Ec(b, I);
|
|
3962
3962
|
}
|
|
3963
3963
|
function eu(b, I, H) {
|
|
3964
|
-
return b = Ao(b),
|
|
3964
|
+
return b = Ao(b), rs(b, I, H);
|
|
3965
3965
|
}
|
|
3966
3966
|
function ba() {
|
|
3967
3967
|
if (ql !== null) {
|
|
3968
3968
|
var b = ql;
|
|
3969
3969
|
ql = null, Mc(b);
|
|
3970
3970
|
}
|
|
3971
|
-
|
|
3971
|
+
ns();
|
|
3972
3972
|
}
|
|
3973
|
-
function
|
|
3973
|
+
function ns() {
|
|
3974
3974
|
if (!ml && gs !== null) {
|
|
3975
3975
|
ml = !0;
|
|
3976
3976
|
var b = 0;
|
|
@@ -3985,7 +3985,7 @@ function sH() {
|
|
|
3985
3985
|
}
|
|
3986
3986
|
}), gs = null;
|
|
3987
3987
|
} catch (H) {
|
|
3988
|
-
throw gs !== null && (gs = gs.slice(b + 1)),
|
|
3988
|
+
throw gs !== null && (gs = gs.slice(b + 1)), rs(Fc, ba), H;
|
|
3989
3989
|
} finally {
|
|
3990
3990
|
ml = !1;
|
|
3991
3991
|
}
|
|
@@ -4000,9 +4000,9 @@ function sH() {
|
|
|
4000
4000
|
}
|
|
4001
4001
|
return I;
|
|
4002
4002
|
}
|
|
4003
|
-
var wl = Da(null),
|
|
4003
|
+
var wl = Da(null), is = null, _o = null, Pc = null;
|
|
4004
4004
|
function Jf() {
|
|
4005
|
-
Pc = _o =
|
|
4005
|
+
Pc = _o = is = null;
|
|
4006
4006
|
}
|
|
4007
4007
|
function kd(b) {
|
|
4008
4008
|
var I = wl.current;
|
|
@@ -4019,13 +4019,13 @@ function sH() {
|
|
|
4019
4019
|
}
|
|
4020
4020
|
}
|
|
4021
4021
|
function La(b, I) {
|
|
4022
|
-
|
|
4022
|
+
is = b, Pc = _o = null, b = b.dependencies, b !== null && b.firstContext !== null && (b.lanes & I && (Pi = !0), b.firstContext = null);
|
|
4023
4023
|
}
|
|
4024
4024
|
function go(b, I) {
|
|
4025
4025
|
if (Pc !== b && I !== !1 && I !== 0)
|
|
4026
4026
|
if ((typeof I != "number" || I === 1073741823) && (Pc = b, I = 1073741823), I = { context: b, observedBits: I, next: null }, _o === null) {
|
|
4027
|
-
if (
|
|
4028
|
-
_o = I,
|
|
4027
|
+
if (is === null) throw Error(n(308));
|
|
4028
|
+
_o = I, is.dependencies = { lanes: 0, firstContext: I, responders: null };
|
|
4029
4029
|
} else _o = _o.next = I;
|
|
4030
4030
|
return b._currentValue;
|
|
4031
4031
|
}
|
|
@@ -4138,15 +4138,15 @@ function sH() {
|
|
|
4138
4138
|
return (b = b._reactInternals) ? Tr(b) === b : !1;
|
|
4139
4139
|
}, enqueueSetState: function(b, I, H) {
|
|
4140
4140
|
b = b._reactInternals;
|
|
4141
|
-
var me =
|
|
4141
|
+
var me = os(), Ie = Il(b), Ke = Mo(me, Ie);
|
|
4142
4142
|
Ke.payload = I, H != null && (Ke.callback = H), Ws(b, Ke), Vu(b, Ie, me);
|
|
4143
4143
|
}, enqueueReplaceState: function(b, I, H) {
|
|
4144
4144
|
b = b._reactInternals;
|
|
4145
|
-
var me =
|
|
4145
|
+
var me = os(), Ie = Il(b), Ke = Mo(me, Ie);
|
|
4146
4146
|
Ke.tag = 1, Ke.payload = I, H != null && (Ke.callback = H), Ws(b, Ke), Vu(b, Ie, me);
|
|
4147
4147
|
}, enqueueForceUpdate: function(b, I) {
|
|
4148
4148
|
b = b._reactInternals;
|
|
4149
|
-
var H =
|
|
4149
|
+
var H = os(), me = Il(b), Ie = Mo(H, me);
|
|
4150
4150
|
Ie.tag = 2, I != null && (Ie.callback = I), Ws(b, Ie), Vu(b, me, H);
|
|
4151
4151
|
} };
|
|
4152
4152
|
function Lc(b, I, H, me, Ie, Ke, pt) {
|
|
@@ -4712,7 +4712,7 @@ function sH() {
|
|
|
4712
4712
|
});
|
|
4713
4713
|
}
|
|
4714
4714
|
function aa(b, I, H) {
|
|
4715
|
-
var me =
|
|
4715
|
+
var me = os(), Ie = Il(b), Ke = { lane: Ie, action: H, eagerReducer: null, eagerState: null, next: null }, pt = I.pending;
|
|
4716
4716
|
if (pt === null ? Ke.next = Ke : (Ke.next = pt.next, pt.next = Ke), I.pending = Ke, pt = b.alternate, b === Pe || pt !== null && pt === Pe) yt = et = !0;
|
|
4717
4717
|
else {
|
|
4718
4718
|
if (b.lanes === 0 && (pt === null || pt.lanes === 0) && (pt = I.lastRenderedReducer, pt !== null)) try {
|
|
@@ -4892,7 +4892,7 @@ function sH() {
|
|
|
4892
4892
|
I.pendingContext ? vl(b, I.pendingContext, I.pendingContext !== I.context) : I.context && vl(b, I.context, !1), Tl(b, I.containerInfo);
|
|
4893
4893
|
}
|
|
4894
4894
|
var ea = { dehydrated: null, retryLane: 0 };
|
|
4895
|
-
function
|
|
4895
|
+
function as(b, I, H) {
|
|
4896
4896
|
var me = I.pendingProps, Ie = Ji.current, Ke = !1, pt;
|
|
4897
4897
|
return (pt = (I.flags & 64) !== 0) || (pt = b !== null && b.memoizedState === null ? !1 : (Ie & 2) !== 0), pt ? (Ke = !0, I.flags &= -65) : b !== null && b.memoizedState === null || me.fallback === void 0 || me.unstable_avoidThisFallback === !0 || (Ie |= 1), On(Ji, Ie & 1), b === null ? (me.fallback !== void 0 && Al(I), b = me.children, Ie = me.fallback, Ke ? (b = rh(I, b, Ie, H), I.child.memoizedState = { baseLanes: H }, I.memoizedState = ea, b) : typeof me.unstable_expectedLoadTime == "number" ? (b = rh(I, b, Ie, H), I.child.memoizedState = { baseLanes: H }, I.memoizedState = ea, I.lanes = 33554432, b) : (H = _c({ mode: "visible", children: b }, I.mode, H, null), H.return = I, I.child = H)) : b.memoizedState !== null ? Ke ? (me = Hu(b, I, me.children, me.fallback, H), Ke = I.child, Ie = b.child.memoizedState, Ke.memoizedState = Ie === null ? { baseLanes: H } : { baseLanes: Ie.baseLanes | H }, Ke.childLanes = b.childLanes & ~H, I.memoizedState = ea, me) : (H = co(b, I, me.children, H), I.memoizedState = null, H) : Ke ? (me = Hu(b, I, me.children, me.fallback, H), Ke = I.child, Ie = b.child.memoizedState, Ke.memoizedState = Ie === null ? { baseLanes: H } : { baseLanes: Ie.baseLanes | H }, Ke.childLanes = b.childLanes & ~H, I.memoizedState = ea, me) : (H = co(b, I, me.children, H), I.memoizedState = null, H);
|
|
4898
4898
|
}
|
|
@@ -5668,7 +5668,7 @@ Error generating stack: ` + Ke.message + `
|
|
|
5668
5668
|
Hc = Pa() + 500;
|
|
5669
5669
|
}
|
|
5670
5670
|
var Cn = null, uh = !1, Ig = null, Pl = null, Bu = !1, Bc = null, ch = 90, Lg = [], kg = [], au = null, dh = 0, Gp = null, Hp = -1, ou = 0, Bp = 0, fh = null, Vp = !1;
|
|
5671
|
-
function
|
|
5671
|
+
function os() {
|
|
5672
5672
|
return Kn & 48 ? Pa() : Hp !== -1 ? Hp : Hp = Pa();
|
|
5673
5673
|
}
|
|
5674
5674
|
function Il(b) {
|
|
@@ -5712,7 +5712,7 @@ Error generating stack: ` + Ke.message + `
|
|
|
5712
5712
|
if (b.callbackPriority === I) return;
|
|
5713
5713
|
H !== Ld && Mc(H);
|
|
5714
5714
|
}
|
|
5715
|
-
I === 15 ? (H = Ng.bind(null, b), gs === null ? (gs = [H], ql =
|
|
5715
|
+
I === 15 ? (H = Ng.bind(null, b), gs === null ? (gs = [H], ql = rs(Fc, ns)) : gs.push(H), H = Ld) : I === 14 ? H = eu(99, Ng.bind(null, b)) : (H = Ni(I), H = eu(H, Og.bind(null, b))), b.callbackPriority = I, b.callbackNode = H;
|
|
5716
5716
|
}
|
|
5717
5717
|
}
|
|
5718
5718
|
function Og(b) {
|
|
@@ -5747,7 +5747,7 @@ Error generating stack: ` + Ke.message + `
|
|
|
5747
5747
|
if (jd(b, H), (H & 62914560) === H && (me = lh + 500 - Pa(), 10 < me)) {
|
|
5748
5748
|
if (pn(b, 0) !== 0) break;
|
|
5749
5749
|
if (Ie = b.suspendedLanes, (Ie & H) !== H) {
|
|
5750
|
-
|
|
5750
|
+
os(), b.pingedLanes |= b.suspendedLanes & Ie;
|
|
5751
5751
|
break;
|
|
5752
5752
|
}
|
|
5753
5753
|
b.timeoutHandle = Kl(zu.bind(null, b), me);
|
|
@@ -6206,7 +6206,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6206
6206
|
return Kn = I, ba(), !0;
|
|
6207
6207
|
}
|
|
6208
6208
|
function zc(b, I, H) {
|
|
6209
|
-
I = Ag(H, I), I = Wy(b, I, 1), Ws(b, I), I =
|
|
6209
|
+
I = Ag(H, I), I = Wy(b, I, 1), Ws(b, I), I = os(), b = zp(b, 1), b !== null && (Wn(b, 1, I), bs(b, I));
|
|
6210
6210
|
}
|
|
6211
6211
|
function Wu(b, I) {
|
|
6212
6212
|
if (b.tag === 3) zc(b, b, I);
|
|
@@ -6219,7 +6219,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6219
6219
|
if (typeof H.type.getDerivedStateFromError == "function" || typeof me.componentDidCatch == "function" && (Pl === null || !Pl.has(me))) {
|
|
6220
6220
|
b = Ag(I, b);
|
|
6221
6221
|
var Ie = Uy(H, b, 1);
|
|
6222
|
-
if (Ws(H, Ie), Ie =
|
|
6222
|
+
if (Ws(H, Ie), Ie = os(), H = zp(H, 1), H !== null) Wn(H, 1, Ie), bs(H, Ie);
|
|
6223
6223
|
else if (typeof me.componentDidCatch == "function" && (Pl === null || !Pl.has(me))) try {
|
|
6224
6224
|
me.componentDidCatch(I, b);
|
|
6225
6225
|
} catch {
|
|
@@ -6232,11 +6232,11 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6232
6232
|
}
|
|
6233
6233
|
function jb(b, I, H) {
|
|
6234
6234
|
var me = b.pingCache;
|
|
6235
|
-
me !== null && me.delete(I), I =
|
|
6235
|
+
me !== null && me.delete(I), I = os(), b.pingedLanes |= b.suspendedLanes & H, Io === b && (fo & H) === H && (qa === 4 || qa === 3 && (fo & 62914560) === fo && 500 > Pa() - lh ? Vc(b, 0) : Pg |= H), bs(b, I);
|
|
6236
6236
|
}
|
|
6237
6237
|
function Yb(b, I) {
|
|
6238
6238
|
var H = b.stateNode;
|
|
6239
|
-
H !== null && H.delete(I), I = 0, I === 0 && (I = b.mode, I & 2 ? I & 4 ? (ou === 0 && (ou = $s), I = Pn(62914560 & ~ou), I === 0 && (I = 4194304)) : I = yl() === 99 ? 1 : 2 : I = 1), H =
|
|
6239
|
+
H !== null && H.delete(I), I = 0, I === 0 && (I = b.mode, I & 2 ? I & 4 ? (ou === 0 && (ou = $s), I = Pn(62914560 & ~ou), I === 0 && (I = 4194304)) : I = yl() === 99 ? 1 : 2 : I = 1), H = os(), b = zp(b, I), b !== null && (Wn(b, I, H), bs(b, H));
|
|
6240
6240
|
}
|
|
6241
6241
|
var a0;
|
|
6242
6242
|
a0 = function(b, I, H) {
|
|
@@ -6264,7 +6264,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6264
6264
|
break;
|
|
6265
6265
|
case 13:
|
|
6266
6266
|
if (I.memoizedState !== null)
|
|
6267
|
-
return H & I.child.childLanes ?
|
|
6267
|
+
return H & I.child.childLanes ? as(b, I, H) : (On(Ji, Ji.current & 1), I = iu(b, I, H), I !== null ? I.sibling : null);
|
|
6268
6268
|
On(Ji, Ji.current & 1);
|
|
6269
6269
|
break;
|
|
6270
6270
|
case 19:
|
|
@@ -6333,7 +6333,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6333
6333
|
case 6:
|
|
6334
6334
|
return b === null && Al(I), null;
|
|
6335
6335
|
case 13:
|
|
6336
|
-
return
|
|
6336
|
+
return as(b, I, H);
|
|
6337
6337
|
case 4:
|
|
6338
6338
|
return Tl(I, I.stateNode.containerInfo), me = I.pendingProps, b === null ? I.child = ku(I, null, me, H) : Hi(b, I, me, H), I.child;
|
|
6339
6339
|
case 11:
|
|
@@ -6496,7 +6496,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6496
6496
|
return { $$typeof: F, key: me == null ? null : "" + me, children: b, containerInfo: I, implementation: H };
|
|
6497
6497
|
}
|
|
6498
6498
|
function Yp(b, I, H, me) {
|
|
6499
|
-
var Ie = I.current, Ke =
|
|
6499
|
+
var Ie = I.current, Ke = os(), pt = Il(Ie);
|
|
6500
6500
|
e: if (H) {
|
|
6501
6501
|
H = H._reactInternals;
|
|
6502
6502
|
t: {
|
|
@@ -6601,17 +6601,17 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
6601
6601
|
}
|
|
6602
6602
|
Ur = function(b) {
|
|
6603
6603
|
if (b.tag === 13) {
|
|
6604
|
-
var I =
|
|
6604
|
+
var I = os();
|
|
6605
6605
|
Vu(b, 4, I), Xp(b, 4);
|
|
6606
6606
|
}
|
|
6607
6607
|
}, Ar = function(b) {
|
|
6608
6608
|
if (b.tag === 13) {
|
|
6609
|
-
var I =
|
|
6609
|
+
var I = os();
|
|
6610
6610
|
Vu(b, 67108864, I), Xp(b, 67108864);
|
|
6611
6611
|
}
|
|
6612
6612
|
}, mr = function(b) {
|
|
6613
6613
|
if (b.tag === 13) {
|
|
6614
|
-
var I =
|
|
6614
|
+
var I = os(), H = Il(b);
|
|
6615
6615
|
Vu(b, H, I), Xp(b, H);
|
|
6616
6616
|
}
|
|
6617
6617
|
}, Nr = function(b, I) {
|
|
@@ -8058,7 +8058,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
8058
8058
|
});
|
|
8059
8059
|
return G;
|
|
8060
8060
|
}
|
|
8061
|
-
function
|
|
8061
|
+
function qo(l, f) {
|
|
8062
8062
|
var P = l;
|
|
8063
8063
|
Ut("textarea", f), f.value !== void 0 && f.defaultValue !== void 0 && !ca && (o("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components", xt() || "A component"), ca = !0);
|
|
8064
8064
|
var G = f.value;
|
|
@@ -8365,7 +8365,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
8365
8365
|
throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");
|
|
8366
8366
|
}
|
|
8367
8367
|
}
|
|
8368
|
-
function
|
|
8368
|
+
function es(l, f) {
|
|
8369
8369
|
if (l.indexOf("-") === -1)
|
|
8370
8370
|
return typeof f.is == "string";
|
|
8371
8371
|
switch (l) {
|
|
@@ -8961,7 +8961,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
8961
8961
|
}
|
|
8962
8962
|
}
|
|
8963
8963
|
function Tp(l, f) {
|
|
8964
|
-
|
|
8964
|
+
es(l, f) || Zl(l, f);
|
|
8965
8965
|
}
|
|
8966
8966
|
var Gf = !1;
|
|
8967
8967
|
function wg(l, f) {
|
|
@@ -9026,28 +9026,28 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9026
9026
|
}
|
|
9027
9027
|
};
|
|
9028
9028
|
function Dp(l, f, P) {
|
|
9029
|
-
|
|
9029
|
+
es(l, f) || Mp(l, f, P);
|
|
9030
9030
|
}
|
|
9031
9031
|
var Hf = 1, Td = 2, fl = 4, Fp = 16, xu = Hf | Td | fl;
|
|
9032
9032
|
function xc(l) {
|
|
9033
9033
|
var f = l.target || l.srcElement || window;
|
|
9034
9034
|
return f.correspondingUseElement && (f = f.correspondingUseElement), f.nodeType === oo ? f.parentNode : f;
|
|
9035
9035
|
}
|
|
9036
|
-
var
|
|
9036
|
+
var ts = null, Ho = null, Ka = null;
|
|
9037
9037
|
function Bf(l) {
|
|
9038
9038
|
var f = $d(l);
|
|
9039
9039
|
if (f) {
|
|
9040
|
-
if (typeof
|
|
9040
|
+
if (typeof ts != "function")
|
|
9041
9041
|
throw Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");
|
|
9042
9042
|
var P = f.stateNode;
|
|
9043
9043
|
if (P) {
|
|
9044
9044
|
var G = b0(P);
|
|
9045
|
-
|
|
9045
|
+
ts(f.stateNode, f.type, G);
|
|
9046
9046
|
}
|
|
9047
9047
|
}
|
|
9048
9048
|
}
|
|
9049
9049
|
function Vf(l) {
|
|
9050
|
-
|
|
9050
|
+
ts = l;
|
|
9051
9051
|
}
|
|
9052
9052
|
function Tu(l) {
|
|
9053
9053
|
Ho ? Ka ? Ka.push(l) : Ka = [l] : Ho = l;
|
|
@@ -9283,7 +9283,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9283
9283
|
), Ec = (
|
|
9284
9284
|
/* */
|
|
9285
9285
|
2048
|
|
9286
|
-
),
|
|
9286
|
+
), rs = (
|
|
9287
9287
|
/* */
|
|
9288
9288
|
4096
|
|
9289
9289
|
), Mc = (
|
|
@@ -9472,7 +9472,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9472
9472
|
function Cl(l) {
|
|
9473
9473
|
Ao = l;
|
|
9474
9474
|
}
|
|
9475
|
-
var eu = !1, ba = [],
|
|
9475
|
+
var eu = !1, ba = [], ns = null, bl = null, Ia = null, wl = /* @__PURE__ */ new Map(), is = /* @__PURE__ */ new Map(), _o = [];
|
|
9476
9476
|
function Pc() {
|
|
9477
9477
|
return ba.length > 0;
|
|
9478
9478
|
}
|
|
@@ -9527,7 +9527,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9527
9527
|
switch (l) {
|
|
9528
9528
|
case "focusin":
|
|
9529
9529
|
case "focusout":
|
|
9530
|
-
|
|
9530
|
+
ns = null;
|
|
9531
9531
|
break;
|
|
9532
9532
|
case "dragenter":
|
|
9533
9533
|
case "dragleave":
|
|
@@ -9546,7 +9546,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9546
9546
|
case "gotpointercapture":
|
|
9547
9547
|
case "lostpointercapture": {
|
|
9548
9548
|
var G = f.pointerId;
|
|
9549
|
-
|
|
9549
|
+
is.delete(G);
|
|
9550
9550
|
break;
|
|
9551
9551
|
}
|
|
9552
9552
|
}
|
|
@@ -9568,7 +9568,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9568
9568
|
switch (f) {
|
|
9569
9569
|
case "focusin": {
|
|
9570
9570
|
var Ce = q;
|
|
9571
|
-
return
|
|
9571
|
+
return ns = Eo(ns, l, f, P, G, Ce), !0;
|
|
9572
9572
|
}
|
|
9573
9573
|
case "dragenter": {
|
|
9574
9574
|
var ke = q;
|
|
@@ -9584,7 +9584,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9584
9584
|
}
|
|
9585
9585
|
case "gotpointercapture": {
|
|
9586
9586
|
var Ht = q, fr = Ht.pointerId;
|
|
9587
|
-
return
|
|
9587
|
+
return is.set(fr, Eo(is.get(fr) || null, l, f, P, G, Ht)), !0;
|
|
9588
9588
|
}
|
|
9589
9589
|
}
|
|
9590
9590
|
return !1;
|
|
@@ -9650,7 +9650,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9650
9650
|
}
|
|
9651
9651
|
l.blockedOn === null && ba.shift();
|
|
9652
9652
|
}
|
|
9653
|
-
|
|
9653
|
+
ns !== null && Mo(ns) && (ns = null), bl !== null && Mo(bl) && (bl = null), Ia !== null && Mo(Ia) && (Ia = null), wl.forEach(Ws), is.forEach(Ws);
|
|
9654
9654
|
}
|
|
9655
9655
|
function Us(l, f) {
|
|
9656
9656
|
l.blockedOn === f && (l.blockedOn = null, eu || (eu = !0, r.unstable_scheduleCallback(r.unstable_NormalPriority, kp)));
|
|
@@ -9663,11 +9663,11 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9663
9663
|
P.blockedOn === l && (P.blockedOn = null);
|
|
9664
9664
|
}
|
|
9665
9665
|
}
|
|
9666
|
-
|
|
9666
|
+
ns !== null && Us(ns, l), bl !== null && Us(bl, l), Ia !== null && Us(Ia, l);
|
|
9667
9667
|
var G = function(Ue) {
|
|
9668
9668
|
return Us(Ue, l);
|
|
9669
9669
|
};
|
|
9670
|
-
wl.forEach(G),
|
|
9670
|
+
wl.forEach(G), is.forEach(G);
|
|
9671
9671
|
for (var q = 0; q < _o.length; q++) {
|
|
9672
9672
|
var Ce = _o[q];
|
|
9673
9673
|
Ce.blockedOn === l && (Ce.blockedOn = null);
|
|
@@ -9971,14 +9971,14 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9971
9971
|
var vr = l.entangledLanes;
|
|
9972
9972
|
if (vr !== tt)
|
|
9973
9973
|
for (var _r = l.entanglements, sn = G & vr; sn > 0; ) {
|
|
9974
|
-
var Gn =
|
|
9974
|
+
var Gn = as(sn), si = 1 << Gn;
|
|
9975
9975
|
G |= _r[Gn], sn &= ~si;
|
|
9976
9976
|
}
|
|
9977
9977
|
return G;
|
|
9978
9978
|
}
|
|
9979
9979
|
function uo(l, f) {
|
|
9980
9980
|
for (var P = l.eventTimes, G = un; f > 0; ) {
|
|
9981
|
-
var q =
|
|
9981
|
+
var q = as(f), Ce = 1 << q, ke = P[q];
|
|
9982
9982
|
ke > G && (G = ke), f &= ~Ce;
|
|
9983
9983
|
}
|
|
9984
9984
|
return G;
|
|
@@ -9990,7 +9990,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
9990
9990
|
}
|
|
9991
9991
|
function yo(l, f) {
|
|
9992
9992
|
for (var P = l.pendingLanes, G = l.suspendedLanes, q = l.pingedLanes, Ce = l.expirationTimes, ke = P; ke > 0; ) {
|
|
9993
|
-
var Ue =
|
|
9993
|
+
var Ue = as(ke), st = 1 << Ue, Lt = Ce[Ue];
|
|
9994
9994
|
Lt === un ? ((st & G) === tt || (st & q) !== tt) && (Ce[Ue] = Ja(st, f)) : Lt <= f && (l.expiredLanes |= st), ke &= ~st;
|
|
9995
9995
|
}
|
|
9996
9996
|
}
|
|
@@ -10060,11 +10060,11 @@ Check the render method of \`` + l + "`." : "";
|
|
|
10060
10060
|
function ea(l) {
|
|
10061
10061
|
return Po(l);
|
|
10062
10062
|
}
|
|
10063
|
-
function
|
|
10063
|
+
function as(l) {
|
|
10064
10064
|
return 31 - _y(l);
|
|
10065
10065
|
}
|
|
10066
10066
|
function rh(l) {
|
|
10067
|
-
return
|
|
10067
|
+
return as(l);
|
|
10068
10068
|
}
|
|
10069
10069
|
function co(l, f) {
|
|
10070
10070
|
return (l & f) !== tt;
|
|
@@ -10099,7 +10099,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
10099
10099
|
function Vy(l, f) {
|
|
10100
10100
|
l.suspendedLanes |= f, l.pingedLanes &= ~f;
|
|
10101
10101
|
for (var P = l.expirationTimes, G = f; G > 0; ) {
|
|
10102
|
-
var q =
|
|
10102
|
+
var q = as(G), Ce = 1 << q;
|
|
10103
10103
|
P[q] = un, G &= ~Ce;
|
|
10104
10104
|
}
|
|
10105
10105
|
}
|
|
@@ -10119,14 +10119,14 @@ Check the render method of \`` + l + "`." : "";
|
|
|
10119
10119
|
var P = l.pendingLanes & ~f;
|
|
10120
10120
|
l.pendingLanes = f, l.suspendedLanes = 0, l.pingedLanes = 0, l.expiredLanes &= f, l.mutableReadLanes &= f, l.entangledLanes &= f;
|
|
10121
10121
|
for (var G = l.entanglements, q = l.eventTimes, Ce = l.expirationTimes, ke = P; ke > 0; ) {
|
|
10122
|
-
var Ue =
|
|
10122
|
+
var Ue = as(ke), st = 1 << Ue;
|
|
10123
10123
|
G[Ue] = tt, q[Ue] = un, Ce[Ue] = un, ke &= ~st;
|
|
10124
10124
|
}
|
|
10125
10125
|
}
|
|
10126
10126
|
function Eg(l, f) {
|
|
10127
10127
|
l.entangledLanes |= f;
|
|
10128
10128
|
for (var P = l.entanglements, G = f; G > 0; ) {
|
|
10129
|
-
var q =
|
|
10129
|
+
var q = as(G), Ce = 1 << q;
|
|
10130
10130
|
P[q] |= f, G &= ~Ce;
|
|
10131
10131
|
}
|
|
10132
10132
|
}
|
|
@@ -10424,7 +10424,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
10424
10424
|
Meta: "metaKey",
|
|
10425
10425
|
Shift: "shiftKey"
|
|
10426
10426
|
};
|
|
10427
|
-
function
|
|
10427
|
+
function os(l) {
|
|
10428
10428
|
var f = this, P = f.nativeEvent;
|
|
10429
10429
|
if (P.getModifierState)
|
|
10430
10430
|
return P.getModifierState(l);
|
|
@@ -10432,7 +10432,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
10432
10432
|
return G ? !!P[G] : !1;
|
|
10433
10433
|
}
|
|
10434
10434
|
function Il(l) {
|
|
10435
|
-
return
|
|
10435
|
+
return os;
|
|
10436
10436
|
}
|
|
10437
10437
|
var Vu = t({}, Fl, {
|
|
10438
10438
|
key: fh,
|
|
@@ -11383,7 +11383,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11383
11383
|
function aN(l, f, P, G) {
|
|
11384
11384
|
var q, Ce = BA(P), ke, Ue = G;
|
|
11385
11385
|
if (Ue === Jp && (Ue = To(l)), Ue === Jp) {
|
|
11386
|
-
if (q =
|
|
11386
|
+
if (q = es(l, f), !q && l !== l.toLowerCase() && o("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.", l), l === "script") {
|
|
11387
11387
|
var st = Ce.createElement("div");
|
|
11388
11388
|
st.innerHTML = "<script><\/script>";
|
|
11389
11389
|
var Lt = st.firstChild;
|
|
@@ -11404,7 +11404,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11404
11404
|
return BA(f).createTextNode(l);
|
|
11405
11405
|
}
|
|
11406
11406
|
function sN(l, f, P, G) {
|
|
11407
|
-
var q =
|
|
11407
|
+
var q = es(f, P);
|
|
11408
11408
|
f0(f, P);
|
|
11409
11409
|
var Ce;
|
|
11410
11410
|
switch (f) {
|
|
@@ -11443,7 +11443,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11443
11443
|
Zi(l, P), Ce = Fi(l, P), va("invalid", l);
|
|
11444
11444
|
break;
|
|
11445
11445
|
case "textarea":
|
|
11446
|
-
|
|
11446
|
+
qo(l, P), Ce = ho(l, P), va("invalid", l);
|
|
11447
11447
|
break;
|
|
11448
11448
|
default:
|
|
11449
11449
|
Ce = P;
|
|
@@ -11515,7 +11515,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11515
11515
|
}
|
|
11516
11516
|
function uN(l, f, P, G, q) {
|
|
11517
11517
|
P === "input" && q.type === "radio" && q.name != null && Oi(l, q);
|
|
11518
|
-
var Ce =
|
|
11518
|
+
var Ce = es(P, G), ke = es(P, q);
|
|
11519
11519
|
switch (iN(l, f, Ce, ke), P) {
|
|
11520
11520
|
case "input":
|
|
11521
11521
|
Ni(l, q);
|
|
@@ -11536,7 +11536,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11536
11536
|
}
|
|
11537
11537
|
function dN(l, f, P, G, q) {
|
|
11538
11538
|
var Ce, ke;
|
|
11539
|
-
switch ($g = P[Yg] === !0, Ce =
|
|
11539
|
+
switch ($g = P[Yg] === !0, Ce = es(f, P), f0(f, P), f) {
|
|
11540
11540
|
case "dialog":
|
|
11541
11541
|
va("cancel", l), va("close", l);
|
|
11542
11542
|
break;
|
|
@@ -11571,7 +11571,7 @@ Check the render method of \`` + l + "`." : "";
|
|
|
11571
11571
|
Zi(l, P), va("invalid", l);
|
|
11572
11572
|
break;
|
|
11573
11573
|
case "textarea":
|
|
11574
|
-
|
|
11574
|
+
qo(l, P), va("invalid", l);
|
|
11575
11575
|
break;
|
|
11576
11576
|
}
|
|
11577
11577
|
xd(f, P);
|
|
@@ -12852,7 +12852,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, q)
|
|
|
12852
12852
|
return ke;
|
|
12853
12853
|
}
|
|
12854
12854
|
case ww:
|
|
12855
|
-
l.flags = l.flags & ~
|
|
12855
|
+
l.flags = l.flags & ~rs | Ri;
|
|
12856
12856
|
case LE: {
|
|
12857
12857
|
var st = P.payload, Lt;
|
|
12858
12858
|
if (typeof st == "function") {
|
|
@@ -16002,21 +16002,21 @@ Check the render method of \`` + G + "`.");
|
|
|
16002
16002
|
var P = l.type;
|
|
16003
16003
|
$u(P) && T0(l);
|
|
16004
16004
|
var G = l.flags;
|
|
16005
|
-
return G &
|
|
16005
|
+
return G & rs ? (l.flags = G & ~rs | Ri, (l.mode & Zs) !== Sa && mS(l), l) : null;
|
|
16006
16006
|
}
|
|
16007
16007
|
case d: {
|
|
16008
16008
|
sv(l), fw(l), Kw();
|
|
16009
16009
|
var q = l.flags;
|
|
16010
16010
|
if ((q & Ri) !== Ti)
|
|
16011
16011
|
throw Error("The root failed to unmount after an error. This is likely a bug in React. Please file an issue.");
|
|
16012
|
-
return l.flags = q & ~
|
|
16012
|
+
return l.flags = q & ~rs | Ri, l;
|
|
16013
16013
|
}
|
|
16014
16014
|
case v:
|
|
16015
16015
|
return _w(l), null;
|
|
16016
16016
|
case x: {
|
|
16017
16017
|
lv(l);
|
|
16018
16018
|
var Ce = l.flags;
|
|
16019
|
-
return Ce &
|
|
16019
|
+
return Ce & rs ? (l.flags = Ce & ~rs | Ri, (l.mode & Zs) !== Sa && mS(l), l) : null;
|
|
16020
16020
|
}
|
|
16021
16021
|
case L:
|
|
16022
16022
|
return lv(l), null;
|
|
@@ -16168,7 +16168,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
16168
16168
|
P.lanes = Di(P.lanes, Pt);
|
|
16169
16169
|
return;
|
|
16170
16170
|
}
|
|
16171
|
-
D9(l, Ce, q), st.flags |=
|
|
16171
|
+
D9(l, Ce, q), st.flags |= rs, st.lanes = q;
|
|
16172
16172
|
return;
|
|
16173
16173
|
}
|
|
16174
16174
|
st = st.return;
|
|
@@ -16183,7 +16183,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
16183
16183
|
switch (vr.tag) {
|
|
16184
16184
|
case d: {
|
|
16185
16185
|
var _r = G;
|
|
16186
|
-
vr.flags |=
|
|
16186
|
+
vr.flags |= rs;
|
|
16187
16187
|
var sn = ea(q);
|
|
16188
16188
|
vr.lanes = Di(vr.lanes, sn);
|
|
16189
16189
|
var Gn = $M(vr, _r, sn);
|
|
@@ -16193,7 +16193,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
16193
16193
|
case s:
|
|
16194
16194
|
var si = G, Yn = vr.type, Mi = vr.stateNode;
|
|
16195
16195
|
if ((vr.flags & Ri) === Ti && (typeof Yn.getDerivedStateFromError == "function" || Mi !== null && typeof Mi.componentDidCatch == "function" && !ex(Mi))) {
|
|
16196
|
-
vr.flags |=
|
|
16196
|
+
vr.flags |= rs;
|
|
16197
16197
|
var ia = ea(q);
|
|
16198
16198
|
vr.lanes = Di(vr.lanes, ia);
|
|
16199
16199
|
var pr = XM(vr, si, ia);
|
|
@@ -16770,7 +16770,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16770
16770
|
), iD = (
|
|
16771
16771
|
/* */
|
|
16772
16772
|
64
|
|
16773
|
-
), Xc = 0, gC = 1, mC = 2, yC = 3, CC = 4, VS = 5, jn = Na,
|
|
16773
|
+
), Xc = 0, gC = 1, mC = 2, yC = 3, CC = 4, VS = 5, jn = Na, ss = null, Ga = null, ls = tt, qu = tt, zS = Xd(tt), Lo = Xc, bC = null, Ph = tt, wC = tt, Ih = tt, SC = tt, _S = null, WS = 0, aD = 500, oD = 1 / 0, e8 = 500;
|
|
16774
16774
|
function vv() {
|
|
16775
16775
|
oD = $o() + e8;
|
|
16776
16776
|
}
|
|
@@ -16779,7 +16779,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16779
16779
|
}
|
|
16780
16780
|
var Tn = null, xC = !1, US = null, gv = null, Zc = !1, mv = null, Tm = gw, jS = tt, YS = [], $S = [], Kc = null, t8 = 50, Rm = 0, XS = null, r8 = 50, TC = 0, Lh = null, Am = un, Qc = tt, RC = tt, ZS = !1, Em = null, AC = !1;
|
|
16781
16781
|
function n8() {
|
|
16782
|
-
return
|
|
16782
|
+
return ss;
|
|
16783
16783
|
}
|
|
16784
16784
|
function Qs() {
|
|
16785
16785
|
return (jn & (Ks | Ju)) !== Na ? $o() : (Am !== un || (Am = $o()), Am);
|
|
@@ -16815,7 +16815,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16815
16815
|
var G = EC(l, f);
|
|
16816
16816
|
if (G === null)
|
|
16817
16817
|
return O8(l), null;
|
|
16818
|
-
zd(G, f, P), G ===
|
|
16818
|
+
zd(G, f, P), G === ss && (Ih = Di(Ih, f), Lo === CC && yv(G, ls));
|
|
16819
16819
|
var q = iv();
|
|
16820
16820
|
f === Pt ? /* Check if we're inside unbatchedUpdates */ (jn & BS) !== Na && // Check if we're not already rendering
|
|
16821
16821
|
(jn & (Ks | Ju)) === Na ? (nf(G, f), KS(G)) : (Hl(G, P), nf(G, f), jn === Na && (vv(), Zu())) : ((jn & HS) !== Na && // Only updates at user-blocking priority or greater are considered
|
|
@@ -16837,7 +16837,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16837
16837
|
function Hl(l, f) {
|
|
16838
16838
|
var P = l.callbackNode;
|
|
16839
16839
|
yo(l, f);
|
|
16840
|
-
var G = wa(l, l ===
|
|
16840
|
+
var G = wa(l, l === ss ? ls : tt), q = Hi();
|
|
16841
16841
|
if (G === tt) {
|
|
16842
16842
|
P !== null && (RE(P), l.callbackNode = null, l.callbackPriority = Bt);
|
|
16843
16843
|
return;
|
|
@@ -16865,7 +16865,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16865
16865
|
var f = l.callbackNode, P = ec();
|
|
16866
16866
|
if (P && l.callbackNode !== f)
|
|
16867
16867
|
return null;
|
|
16868
|
-
var G = wa(l, l ===
|
|
16868
|
+
var G = wa(l, l === ss ? ls : tt);
|
|
16869
16869
|
if (G === tt)
|
|
16870
16870
|
return null;
|
|
16871
16871
|
var q = g8(l, G);
|
|
@@ -16939,7 +16939,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
16939
16939
|
throw Error("Should not already be working.");
|
|
16940
16940
|
ec();
|
|
16941
16941
|
var f, P;
|
|
16942
|
-
if (l ===
|
|
16942
|
+
if (l === ss && co(l.expiredLanes, ls) ? (f = ls, P = Mm(l, f), co(Ph, Ih) && (f = wa(l, f), P = Mm(l, f))) : (f = wa(l, tt), P = Mm(l, f)), l.tag !== hw && P === mC && (jn |= iD, l.hydrate && (l.hydrate = !1, sw(l.containerInfo)), f = Pi(l), f !== tt && (P = Mm(l, f))), P === gC) {
|
|
16943
16943
|
var G = bC;
|
|
16944
16944
|
throw Cv(l, tt), yv(l, f), Hl(l, $o()), G;
|
|
16945
16945
|
}
|
|
@@ -17021,7 +17021,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17021
17021
|
if (P !== ow && (l.timeoutHandle = ow, DN(P)), Ga !== null)
|
|
17022
17022
|
for (var G = Ga.return; G !== null; )
|
|
17023
17023
|
YM(G), G = G.return;
|
|
17024
|
-
|
|
17024
|
+
ss = l, Ga = Oh(l.current, null), ls = qu = Ph = f, Lo = Xc, bC = null, wC = tt, Ih = tt, SC = tt, Lh = null, lu.discardPendingWarnings();
|
|
17025
17025
|
}
|
|
17026
17026
|
function dD(l, f) {
|
|
17027
17027
|
do {
|
|
@@ -17031,7 +17031,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17031
17031
|
Lo = gC, bC = f, Ga = null;
|
|
17032
17032
|
return;
|
|
17033
17033
|
}
|
|
17034
|
-
ee && P.mode & Zs && dC(P, !0), F9(l, P.return, P, f,
|
|
17034
|
+
ee && P.mode & Zs && dC(P, !0), F9(l, P.return, P, f, ls), vD(P);
|
|
17035
17035
|
} catch (G) {
|
|
17036
17036
|
f = G, Ga === P && P !== null ? (P = P.return, Ga = P) : P = Ga;
|
|
17037
17037
|
continue;
|
|
@@ -17065,7 +17065,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17065
17065
|
Lo === Xc && (Lo = yC);
|
|
17066
17066
|
}
|
|
17067
17067
|
function f8() {
|
|
17068
|
-
(Lo === Xc || Lo === yC) && (Lo = CC),
|
|
17068
|
+
(Lo === Xc || Lo === yC) && (Lo = CC), ss !== null && (Ys(wC) || Ys(Ih)) && yv(ss, ls);
|
|
17069
17069
|
}
|
|
17070
17070
|
function h8() {
|
|
17071
17071
|
Lo !== VS && (Lo = mC);
|
|
@@ -17077,7 +17077,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17077
17077
|
var P = jn;
|
|
17078
17078
|
jn |= Ks;
|
|
17079
17079
|
var G = fD();
|
|
17080
|
-
(
|
|
17080
|
+
(ss !== l || ls !== f) && (Cv(l, f), TD(l, f));
|
|
17081
17081
|
var q = DC(l);
|
|
17082
17082
|
do
|
|
17083
17083
|
try {
|
|
@@ -17089,7 +17089,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17089
17089
|
while (!0);
|
|
17090
17090
|
if (k0(), FC(q), jn = P, hD(G), Ga !== null)
|
|
17091
17091
|
throw Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");
|
|
17092
|
-
return
|
|
17092
|
+
return ss = null, ls = tt, Lo;
|
|
17093
17093
|
}
|
|
17094
17094
|
function v8() {
|
|
17095
17095
|
for (; Ga !== null; )
|
|
@@ -17099,7 +17099,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17099
17099
|
var P = jn;
|
|
17100
17100
|
jn |= Ks;
|
|
17101
17101
|
var G = fD();
|
|
17102
|
-
(
|
|
17102
|
+
(ss !== l || ls !== f) && (vv(), Cv(l, f), TD(l, f));
|
|
17103
17103
|
var q = DC(l);
|
|
17104
17104
|
do
|
|
17105
17105
|
try {
|
|
@@ -17109,7 +17109,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17109
17109
|
dD(l, Ce);
|
|
17110
17110
|
}
|
|
17111
17111
|
while (!0);
|
|
17112
|
-
return k0(), FC(q), hD(G), jn = P, Ga !== null ? Xc : (
|
|
17112
|
+
return k0(), FC(q), hD(G), jn = P, Ga !== null ? Xc : (ss = null, ls = tt, Lo);
|
|
17113
17113
|
}
|
|
17114
17114
|
function m8() {
|
|
17115
17115
|
for (; Ga !== null && !S6(); )
|
|
@@ -17200,7 +17200,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17200
17200
|
throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");
|
|
17201
17201
|
l.callbackNode = null;
|
|
17202
17202
|
var q = Di(P.lanes, P.childLanes);
|
|
17203
|
-
Ag(l, q), Kc !== null && !Hb(q) && Kc.has(l) && Kc.delete(l), l ===
|
|
17203
|
+
Ag(l, q), Kc !== null && !Hb(q) && Kc.has(l) && Kc.delete(l), l === ss && (ss = null, Ga = null, ls = tt);
|
|
17204
17204
|
var Ce;
|
|
17205
17205
|
if (P.flags > Da ? P.lastEffect !== null ? (P.lastEffect.nextEffect = P, Ce = P.firstEffect) : Ce = P : Ce = P.firstEffect, Ce !== null) {
|
|
17206
17206
|
var ke = jn;
|
|
@@ -17449,7 +17449,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
17449
17449
|
var G = l.pingCache;
|
|
17450
17450
|
G !== null && G.delete(f);
|
|
17451
17451
|
var q = Qs();
|
|
17452
|
-
Rg(l, P),
|
|
17452
|
+
Rg(l, P), ss === l && Hu(ls, P) && (Lo === CC || Lo === yC && th(ls) && $o() - WS < aD ? Cv(l, tt) : SC = Di(SC, P)), Hl(l, q), nf(l, P);
|
|
17453
17453
|
}
|
|
17454
17454
|
function F8(l, f) {
|
|
17455
17455
|
f === Mt && (f = i8(l));
|
|
@@ -19495,7 +19495,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
19495
19495
|
var dI = A2.exports;
|
|
19496
19496
|
const hn = /* @__PURE__ */ up(dI);
|
|
19497
19497
|
function fI(e, t, r) {
|
|
19498
|
-
const n = gr(e !== void 0), [a, u] =
|
|
19498
|
+
const n = gr(e !== void 0), [a, u] = ur(t), o = e !== void 0, c = n.current;
|
|
19499
19499
|
return n.current = o, !o && c && a !== t && u(t), [o ? e : a, Kr((...i) => {
|
|
19500
19500
|
const [s, ...p] = i;
|
|
19501
19501
|
let d = r == null ? void 0 : r(s, ...p);
|
|
@@ -19530,7 +19530,7 @@ function IH(e) {
|
|
|
19530
19530
|
return e || `${n}-${r}`;
|
|
19531
19531
|
}
|
|
19532
19532
|
function LH(e) {
|
|
19533
|
-
let t = Fr.useId(), [r] =
|
|
19533
|
+
let t = Fr.useId(), [r] = ur(GH()), n = r || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${w1.prefix}`;
|
|
19534
19534
|
return e || `${n}-${t}`;
|
|
19535
19535
|
}
|
|
19536
19536
|
const pI = typeof Fr.useId == "function" ? LH : IH;
|
|
@@ -20870,7 +20870,7 @@ const II = /* @__PURE__ */ ir.forwardRef(({
|
|
|
20870
20870
|
children: /* @__PURE__ */ Se("div", {
|
|
20871
20871
|
style: h,
|
|
20872
20872
|
className: ln(d, T && t, n && `${t}-inline`, a && `${t}-reverse`, m === "switch" && r),
|
|
20873
|
-
children: y || /* @__PURE__ */
|
|
20873
|
+
children: y || /* @__PURE__ */ cr(hs, {
|
|
20874
20874
|
children: [F, T && /* @__PURE__ */ Se(A1, {
|
|
20875
20875
|
title: v,
|
|
20876
20876
|
children: C
|
|
@@ -21130,7 +21130,7 @@ const rB = Object.assign(VI, {
|
|
|
21130
21130
|
controlId: n,
|
|
21131
21131
|
label: a,
|
|
21132
21132
|
...u
|
|
21133
|
-
}, o) => (e = mn(e, "form-floating"), /* @__PURE__ */
|
|
21133
|
+
}, o) => (e = mn(e, "form-floating"), /* @__PURE__ */ cr(HT, {
|
|
21134
21134
|
ref: o,
|
|
21135
21135
|
className: ln(t, e),
|
|
21136
21136
|
controlId: n,
|
|
@@ -21205,7 +21205,7 @@ function aB(e, t, r, n = !1) {
|
|
|
21205
21205
|
}
|
|
21206
21206
|
const db = /* @__PURE__ */ ir.createContext(null);
|
|
21207
21207
|
function UI() {
|
|
21208
|
-
return
|
|
21208
|
+
return ur(null);
|
|
21209
21209
|
}
|
|
21210
21210
|
var G3 = Object.prototype.hasOwnProperty;
|
|
21211
21211
|
function H3(e, t, r) {
|
|
@@ -22193,7 +22193,7 @@ function pV(e, t, r = {}) {
|
|
|
22193
22193
|
}, []), d = Kr(() => {
|
|
22194
22194
|
var y;
|
|
22195
22195
|
(y = s.current) == null || y.forceUpdate();
|
|
22196
|
-
}, []), [h, v] = oB(
|
|
22196
|
+
}, []), [h, v] = oB(ur({
|
|
22197
22197
|
placement: a,
|
|
22198
22198
|
update: p,
|
|
22199
22199
|
forceUpdate: d,
|
|
@@ -22417,7 +22417,7 @@ function rL(e) {
|
|
|
22417
22417
|
const [a, u] = tL(Object.assign({}, n, {
|
|
22418
22418
|
usePopper: r
|
|
22419
22419
|
}));
|
|
22420
|
-
return /* @__PURE__ */ Se(
|
|
22420
|
+
return /* @__PURE__ */ Se(hs, {
|
|
22421
22421
|
children: t(a, u)
|
|
22422
22422
|
});
|
|
22423
22423
|
}
|
|
@@ -22450,7 +22450,7 @@ function aL({
|
|
|
22450
22450
|
children: e
|
|
22451
22451
|
}) {
|
|
22452
22452
|
const [t, r] = iL();
|
|
22453
|
-
return /* @__PURE__ */ Se(
|
|
22453
|
+
return /* @__PURE__ */ Se(hs, {
|
|
22454
22454
|
children: e(t, r)
|
|
22455
22455
|
});
|
|
22456
22456
|
}
|
|
@@ -22745,7 +22745,7 @@ function OV(e, t) {
|
|
|
22745
22745
|
return String(e);
|
|
22746
22746
|
}
|
|
22747
22747
|
function NV(e, t, r) {
|
|
22748
|
-
var n = gr(e !== void 0), a =
|
|
22748
|
+
var n = gr(e !== void 0), a = ur(t), u = a[0], o = a[1], c = e !== void 0, i = n.current;
|
|
22749
22749
|
return n.current = c, !c && i && u !== t && o(t), [c ? e : u, Kr(function(s) {
|
|
22750
22750
|
for (var p = arguments.length, d = new Array(p > 1 ? p - 1 : 0), h = 1; h < p; h++)
|
|
22751
22751
|
d[h - 1] = arguments[h];
|
|
@@ -23447,7 +23447,7 @@ const N2 = /* @__PURE__ */ new WeakMap(), nF = (e, t) => {
|
|
|
23447
23447
|
return n || (n = t.matchMedia(e), n.refCount = 0, r.set(n.media, n)), n;
|
|
23448
23448
|
};
|
|
23449
23449
|
function JV(e, t = typeof window > "u" ? void 0 : window) {
|
|
23450
|
-
const r = nF(e, t), [n, a] =
|
|
23450
|
+
const r = nF(e, t), [n, a] = ur(() => r ? r.matches : !1);
|
|
23451
23451
|
return P1(() => {
|
|
23452
23452
|
let u = nF(e, t);
|
|
23453
23453
|
if (!u)
|
|
@@ -23569,7 +23569,7 @@ class eR {
|
|
|
23569
23569
|
}
|
|
23570
23570
|
const Gx = (e, t) => eg ? e == null ? (t || wy()).body : (typeof e == "function" && (e = e()), e && "current" in e && (e = e.current), e && ("nodeType" in e || e.getBoundingClientRect) ? e : null) : null;
|
|
23571
23571
|
function nz(e, t) {
|
|
23572
|
-
const r = pb(), [n, a] =
|
|
23572
|
+
const r = pb(), [n, a] = ur(() => Gx(e, r == null ? void 0 : r.document));
|
|
23573
23573
|
if (!n) {
|
|
23574
23574
|
const u = Gx(e);
|
|
23575
23575
|
u && a(u);
|
|
@@ -23691,7 +23691,7 @@ function hz({
|
|
|
23691
23691
|
onEntered: n,
|
|
23692
23692
|
transition: a
|
|
23693
23693
|
}) {
|
|
23694
|
-
const [u, o] =
|
|
23694
|
+
const [u, o] = ur(!t);
|
|
23695
23695
|
t && u && o(!1);
|
|
23696
23696
|
const c = fz({
|
|
23697
23697
|
in: !!t,
|
|
@@ -23781,7 +23781,7 @@ const TL = /* @__PURE__ */ lp((e, t) => {
|
|
|
23781
23781
|
onEntering: O,
|
|
23782
23782
|
onEntered: N
|
|
23783
23783
|
} = e, Y = vz(e, pz);
|
|
23784
|
-
const W = pb(), ee = nz(T), re = mz(x), z = jI(), Z = _I(r), [_, J] =
|
|
23784
|
+
const W = pb(), ee = nz(T), re = mz(x), z = jI(), Z = _I(r), [_, J] = ur(!r), ie = gr(null);
|
|
23785
23785
|
ib(t, () => re, [re]), eg && !Z && r && (ie.current = Nx(W == null ? void 0 : W.document)), r && _ && J(!1);
|
|
23786
23786
|
const ce = Ea(() => {
|
|
23787
23787
|
if (re.add(), ue.current = hf(document, "keydown", le), oe.current = hf(
|
|
@@ -23866,8 +23866,8 @@ const TL = /* @__PURE__ */ lp((e, t) => {
|
|
|
23866
23866
|
mountOnEnter: !0,
|
|
23867
23867
|
unmountOnExit: !0,
|
|
23868
23868
|
children: He
|
|
23869
|
-
})), /* @__PURE__ */ Se(
|
|
23870
|
-
children: /* @__PURE__ */ jh.createPortal(/* @__PURE__ */
|
|
23869
|
+
})), /* @__PURE__ */ Se(hs, {
|
|
23870
|
+
children: /* @__PURE__ */ jh.createPortal(/* @__PURE__ */ cr(hs, {
|
|
23871
23871
|
children: [He, Me]
|
|
23872
23872
|
}), ee)
|
|
23873
23873
|
});
|
|
@@ -23953,7 +23953,7 @@ const ML = /* @__PURE__ */ ir.forwardRef(({
|
|
|
23953
23953
|
const c = Mn(tR), i = Ea(() => {
|
|
23954
23954
|
c == null || c.onHide(), n == null || n();
|
|
23955
23955
|
});
|
|
23956
|
-
return /* @__PURE__ */
|
|
23956
|
+
return /* @__PURE__ */ cr("div", {
|
|
23957
23957
|
ref: o,
|
|
23958
23958
|
...u,
|
|
23959
23959
|
children: [a, r && /* @__PURE__ */ Se(ng, {
|
|
@@ -24085,7 +24085,7 @@ const LL = /* @__PURE__ */ ir.forwardRef(({
|
|
|
24085
24085
|
e = mn(e, "offcanvas");
|
|
24086
24086
|
const {
|
|
24087
24087
|
onToggle: N
|
|
24088
|
-
} = Mn(Sf) || {}, [Y, W] =
|
|
24088
|
+
} = Mn(Sf) || {}, [Y, W] = ur(!1), ee = ez(u || "xs", "up");
|
|
24089
24089
|
_n(() => {
|
|
24090
24090
|
W(u ? o && !ee : o);
|
|
24091
24091
|
}, [o, u, ee]);
|
|
@@ -24113,7 +24113,7 @@ const LL = /* @__PURE__ */ ir.forwardRef(({
|
|
|
24113
24113
|
"aria-labelledby": n,
|
|
24114
24114
|
children: r
|
|
24115
24115
|
});
|
|
24116
|
-
return /* @__PURE__ */
|
|
24116
|
+
return /* @__PURE__ */ cr(hs, {
|
|
24117
24117
|
children: [!Y && (u || M) && ce({}), /* @__PURE__ */ Se(tR.Provider, {
|
|
24118
24118
|
value: z,
|
|
24119
24119
|
children: /* @__PURE__ */ Se(RL, {
|
|
@@ -24234,7 +24234,7 @@ const Lv = Object.assign(NL, {
|
|
|
24234
24234
|
...d
|
|
24235
24235
|
}, h) => {
|
|
24236
24236
|
const v = mn(void 0, "nav-item");
|
|
24237
|
-
return /* @__PURE__ */
|
|
24237
|
+
return /* @__PURE__ */ cr(ja, {
|
|
24238
24238
|
ref: h,
|
|
24239
24239
|
...d,
|
|
24240
24240
|
className: ln(a, v),
|
|
@@ -24334,7 +24334,7 @@ const zL = /* @__PURE__ */ ir.forwardRef((e, t) => {
|
|
|
24334
24334
|
show: "onClose"
|
|
24335
24335
|
}), v = mn(r, "alert"), m = Ea((g) => {
|
|
24336
24336
|
s && s(!1, g);
|
|
24337
|
-
}), C = d === !0 ? cd : d, y = /* @__PURE__ */
|
|
24337
|
+
}), C = d === !0 ? cd : d, y = /* @__PURE__ */ cr("div", {
|
|
24338
24338
|
role: "alert",
|
|
24339
24339
|
...C ? void 0 : h,
|
|
24340
24340
|
ref: t,
|
|
@@ -24377,14 +24377,14 @@ const G2 = Object.assign(zL, {
|
|
|
24377
24377
|
});
|
|
24378
24378
|
_L.displayName = "Spinner";
|
|
24379
24379
|
function mb(e, t) {
|
|
24380
|
-
const [r, n] =
|
|
24380
|
+
const [r, n] = ur(e);
|
|
24381
24381
|
return _n(() => {
|
|
24382
24382
|
const a = setTimeout(() => n(e), t);
|
|
24383
24383
|
return () => clearTimeout(a);
|
|
24384
24384
|
}, [e, t]), r;
|
|
24385
24385
|
}
|
|
24386
24386
|
const WL = (e) => {
|
|
24387
|
-
const [t, r] =
|
|
24387
|
+
const [t, r] = ur(!1);
|
|
24388
24388
|
return _n(() => {
|
|
24389
24389
|
const n = setTimeout(
|
|
24390
24390
|
() => r(!0),
|
|
@@ -24393,7 +24393,7 @@ const WL = (e) => {
|
|
|
24393
24393
|
return () => clearTimeout(n);
|
|
24394
24394
|
}), t;
|
|
24395
24395
|
}, Mz = (e, t, r) => {
|
|
24396
|
-
const [n, a] =
|
|
24396
|
+
const [n, a] = ur(e);
|
|
24397
24397
|
return _n(() => {
|
|
24398
24398
|
const u = setInterval(() => {
|
|
24399
24399
|
a((o) => (o + 1) % (t + 1));
|
|
@@ -24410,7 +24410,7 @@ const WL = (e) => {
|
|
|
24410
24410
|
}, [t, r, a]);
|
|
24411
24411
|
};
|
|
24412
24412
|
function sc(e, t, r) {
|
|
24413
|
-
const { getItem: n, setItem: a } = e, [u, o] =
|
|
24413
|
+
const { getItem: n, setItem: a } = e, [u, o] = ur(() => (n && n(t)) ?? r), c = mb(u, 500);
|
|
24414
24414
|
return _n(() => {
|
|
24415
24415
|
a && a(t, c);
|
|
24416
24416
|
}, [a, t, c]), _n(() => () => {
|
|
@@ -24419,7 +24419,7 @@ function sc(e, t, r) {
|
|
|
24419
24419
|
}
|
|
24420
24420
|
function jL() {
|
|
24421
24421
|
const e = Mz(0, 3);
|
|
24422
|
-
return /* @__PURE__ */
|
|
24422
|
+
return /* @__PURE__ */ cr("span", { children: [
|
|
24423
24423
|
"Loading",
|
|
24424
24424
|
/* @__PURE__ */ Se("pre", { style: { display: "inline" }, children: ".".repeat(e) + " ".repeat(3 - e) })
|
|
24425
24425
|
] });
|
|
@@ -24428,18 +24428,18 @@ function YL({
|
|
|
24428
24428
|
delay: e,
|
|
24429
24429
|
children: t
|
|
24430
24430
|
}) {
|
|
24431
|
-
return WL(e) ? /* @__PURE__ */ Se("div", { className: "h-100 d-flex justify-content-center align-items-center", children: /* @__PURE__ */
|
|
24431
|
+
return WL(e) ? /* @__PURE__ */ Se("div", { className: "h-100 d-flex justify-content-center align-items-center", children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 2, children: [
|
|
24432
24432
|
/* @__PURE__ */ Se(_L, {}),
|
|
24433
24433
|
t
|
|
24434
|
-
] }) }) : /* @__PURE__ */ Se(
|
|
24434
|
+
] }) }) : /* @__PURE__ */ Se(hs, {});
|
|
24435
24435
|
}
|
|
24436
24436
|
function Dz() {
|
|
24437
24437
|
return /* @__PURE__ */ Se(YL, { children: /* @__PURE__ */ Se(jL, {}) });
|
|
24438
24438
|
}
|
|
24439
24439
|
function Fz(e) {
|
|
24440
|
-
return /* @__PURE__ */ Se(
|
|
24441
|
-
([t, r]) => Array.isArray(r) ? r.map((n) => /* @__PURE__ */
|
|
24442
|
-
/* @__PURE__ */
|
|
24440
|
+
return /* @__PURE__ */ Se(hs, { children: Object.entries(e.error.messages).map(
|
|
24441
|
+
([t, r]) => Array.isArray(r) ? r.map((n) => /* @__PURE__ */ cr(G2, { variant: "danger", children: [
|
|
24442
|
+
/* @__PURE__ */ cr("span", { className: "fw-bold", children: [
|
|
24443
24443
|
t,
|
|
24444
24444
|
":"
|
|
24445
24445
|
] }),
|
|
@@ -24461,7 +24461,7 @@ function Cu({
|
|
|
24461
24461
|
data: r,
|
|
24462
24462
|
children: n
|
|
24463
24463
|
}) {
|
|
24464
|
-
return e ? /* @__PURE__ */ Se(Dz, {}) : t ? /* @__PURE__ */
|
|
24464
|
+
return e ? /* @__PURE__ */ Se(Dz, {}) : t ? /* @__PURE__ */ cr(G2, { variant: "danger", children: [
|
|
24465
24465
|
"Error: ",
|
|
24466
24466
|
t.message
|
|
24467
24467
|
] }) : (r == null ? void 0 : r.status) === "error" || (r == null ? void 0 : r.status) === "fail" ? /* @__PURE__ */ Se(Fz, { error: r }) : n;
|
|
@@ -24470,7 +24470,7 @@ function zx({
|
|
|
24470
24470
|
label: e,
|
|
24471
24471
|
value: t
|
|
24472
24472
|
}) {
|
|
24473
|
-
return /* @__PURE__ */
|
|
24473
|
+
return /* @__PURE__ */ cr(Lv.Text, { children: [
|
|
24474
24474
|
e,
|
|
24475
24475
|
": ",
|
|
24476
24476
|
/* @__PURE__ */ Se("span", { className: "text-light", children: t })
|
|
@@ -24480,7 +24480,7 @@ function Pz({
|
|
|
24480
24480
|
label: e,
|
|
24481
24481
|
version: t
|
|
24482
24482
|
}) {
|
|
24483
|
-
return /* @__PURE__ */
|
|
24483
|
+
return /* @__PURE__ */ cr(Lv.Text, { children: [
|
|
24484
24484
|
e,
|
|
24485
24485
|
":",
|
|
24486
24486
|
" ",
|
|
@@ -24509,8 +24509,8 @@ function Iz(e) {
|
|
|
24509
24509
|
variant: "dark",
|
|
24510
24510
|
expand: "lg",
|
|
24511
24511
|
onSelect: u,
|
|
24512
|
-
children: /* @__PURE__ */
|
|
24513
|
-
/* @__PURE__ */
|
|
24512
|
+
children: /* @__PURE__ */ cr(So, { fluid: !0, children: [
|
|
24513
|
+
/* @__PURE__ */ cr(
|
|
24514
24514
|
Lv.Brand,
|
|
24515
24515
|
{
|
|
24516
24516
|
title: "Onyx | API for Pathogen Metadata",
|
|
@@ -24523,9 +24523,9 @@ function Iz(e) {
|
|
|
24523
24523
|
}
|
|
24524
24524
|
),
|
|
24525
24525
|
/* @__PURE__ */ Se(Lv.Toggle, { "aria-controls": "responsive-navbar-nav" }),
|
|
24526
|
-
/* @__PURE__ */
|
|
24527
|
-
/* @__PURE__ */
|
|
24528
|
-
/* @__PURE__ */
|
|
24526
|
+
/* @__PURE__ */ cr(Lv.Collapse, { id: "responsive-navbar-nav", children: [
|
|
24527
|
+
/* @__PURE__ */ cr(Ai, { className: "me-auto", children: [
|
|
24528
|
+
/* @__PURE__ */ cr(
|
|
24529
24529
|
Vx,
|
|
24530
24530
|
{
|
|
24531
24531
|
title: /* @__PURE__ */ Se(
|
|
@@ -24554,7 +24554,7 @@ function Iz(e) {
|
|
|
24554
24554
|
{
|
|
24555
24555
|
variant: "underline",
|
|
24556
24556
|
activeKey: e.project ? e.tabState.tabKey : void 0,
|
|
24557
|
-
children: /* @__PURE__ */
|
|
24557
|
+
children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 3, children: [
|
|
24558
24558
|
/* @__PURE__ */ Se(
|
|
24559
24559
|
Ai.Link,
|
|
24560
24560
|
{
|
|
@@ -24595,7 +24595,7 @@ function Iz(e) {
|
|
|
24595
24595
|
{
|
|
24596
24596
|
variant: "underline",
|
|
24597
24597
|
activeKey: e.project ? e.tabState.tabKey : void 0,
|
|
24598
|
-
children: /* @__PURE__ */
|
|
24598
|
+
children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 3, children: [
|
|
24599
24599
|
/* @__PURE__ */ Se(
|
|
24600
24600
|
Ai.Link,
|
|
24601
24601
|
{
|
|
@@ -24628,7 +24628,7 @@ function Iz(e) {
|
|
|
24628
24628
|
{
|
|
24629
24629
|
type: "switch",
|
|
24630
24630
|
id: "theme-switch",
|
|
24631
|
-
label: /* @__PURE__ */
|
|
24631
|
+
label: /* @__PURE__ */ cr("span", { className: "text-light", children: [
|
|
24632
24632
|
e.darkMode ? /* @__PURE__ */ Se(g7, {}) : /* @__PURE__ */ Se(m7, {}),
|
|
24633
24633
|
" "
|
|
24634
24634
|
] }),
|
|
@@ -24637,7 +24637,7 @@ function Iz(e) {
|
|
|
24637
24637
|
onChange: e.handleThemeChange
|
|
24638
24638
|
}
|
|
24639
24639
|
),
|
|
24640
|
-
/* @__PURE__ */
|
|
24640
|
+
/* @__PURE__ */ cr(ja, { children: [
|
|
24641
24641
|
/* @__PURE__ */ Se(
|
|
24642
24642
|
ja.Toggle,
|
|
24643
24643
|
{
|
|
@@ -24647,9 +24647,9 @@ function Iz(e) {
|
|
|
24647
24647
|
children: /* @__PURE__ */ Se(f7, {})
|
|
24648
24648
|
}
|
|
24649
24649
|
),
|
|
24650
|
-
/* @__PURE__ */
|
|
24650
|
+
/* @__PURE__ */ cr(ja.Menu, { align: "end", children: [
|
|
24651
24651
|
/* @__PURE__ */ Se(ja.Header, { children: "Recently Viewed" }),
|
|
24652
|
-
e.recentlyViewed.map((c) => /* @__PURE__ */
|
|
24652
|
+
e.recentlyViewed.map((c) => /* @__PURE__ */ cr(
|
|
24653
24653
|
ja.Item,
|
|
24654
24654
|
{
|
|
24655
24655
|
title: c.ID + " - " + c.timestamp.toLocaleString(),
|
|
@@ -24677,7 +24677,7 @@ function Iz(e) {
|
|
|
24677
24677
|
}
|
|
24678
24678
|
function rR(e) {
|
|
24679
24679
|
const t = `${e.title} | ${e.description}`;
|
|
24680
|
-
return /* @__PURE__ */
|
|
24680
|
+
return /* @__PURE__ */ cr("span", { className: "text-truncate", title: t, children: [
|
|
24681
24681
|
e.title,
|
|
24682
24682
|
" ",
|
|
24683
24683
|
/* @__PURE__ */ Se("span", { className: "onyx-text-pink", children: "|" }),
|
|
@@ -24879,8 +24879,8 @@ const yd = /* @__PURE__ */ ir.forwardRef(({
|
|
|
24879
24879
|
yd.displayName = "Row";
|
|
24880
24880
|
const iR = "If you haven't already, please make sure you have clicked the 'Get Started With S3 Buckets' button under the 'S3 Buckets' tab on BRYN.", Oz = "Your most recent API requests will be listed here. If you see anything suspicious, please contact CLIMB-TRE support immediately.", Nz = "Please try again or contact CLIMB-TRE support if the problem persists.", lF = "Fetching items...";
|
|
24881
24881
|
function Kh(e) {
|
|
24882
|
-
return /* @__PURE__ */
|
|
24883
|
-
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */
|
|
24882
|
+
return /* @__PURE__ */ cr(yd, { className: "my-1", children: [
|
|
24883
|
+
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */ cr("span", { children: [
|
|
24884
24884
|
e.name,
|
|
24885
24885
|
":"
|
|
24886
24886
|
] }) }),
|
|
@@ -24906,7 +24906,7 @@ function Bz(e) {
|
|
|
24906
24906
|
);
|
|
24907
24907
|
}
|
|
24908
24908
|
function nk(e) {
|
|
24909
|
-
const [t, r] =
|
|
24909
|
+
const [t, r] = ur(!1), n = (a) => {
|
|
24910
24910
|
var u;
|
|
24911
24911
|
e.onClick ? e.onClick(a) : navigator.clipboard.writeText(((u = e.children) == null ? void 0 : u.toString()) || ""), r(!0), setTimeout(() => {
|
|
24912
24912
|
r(!1);
|
|
@@ -24914,7 +24914,7 @@ function nk(e) {
|
|
|
24914
24914
|
};
|
|
24915
24915
|
return _n(() => () => {
|
|
24916
24916
|
r(!1);
|
|
24917
|
-
}, []), /* @__PURE__ */
|
|
24917
|
+
}, []), /* @__PURE__ */ cr(
|
|
24918
24918
|
oi,
|
|
24919
24919
|
{
|
|
24920
24920
|
size: "sm",
|
|
@@ -26783,7 +26783,7 @@ var Pk = function(t) {
|
|
|
26783
26783
|
marginTop: c.menuGutter
|
|
26784
26784
|
});
|
|
26785
26785
|
}, Ik = /* @__PURE__ */ by(null), zW = function(t) {
|
|
26786
|
-
var r = t.children, n = t.minMenuHeight, a = t.maxMenuHeight, u = t.menuPlacement, o = t.menuPosition, c = t.menuShouldScrollIntoView, i = t.theme, s = Mn(Ik) || {}, p = s.setPortalPlacement, d = gr(null), h =
|
|
26786
|
+
var r = t.children, n = t.minMenuHeight, a = t.maxMenuHeight, u = t.menuPlacement, o = t.menuPosition, c = t.menuShouldScrollIntoView, i = t.theme, s = Mn(Ik) || {}, p = s.setPortalPlacement, d = gr(null), h = ur(a), v = sd(h, 2), m = v[0], C = v[1], y = ur(null), g = sd(y, 2), w = g[0], S = g[1], E = i.spacing.controlHeight;
|
|
26787
26787
|
return W2(function() {
|
|
26788
26788
|
var x = d.current;
|
|
26789
26789
|
if (x) {
|
|
@@ -26868,11 +26868,11 @@ var Pk = function(t) {
|
|
|
26868
26868
|
zIndex: 1
|
|
26869
26869
|
};
|
|
26870
26870
|
}, QW = function(t) {
|
|
26871
|
-
var r = t.appendTo, n = t.children, a = t.controlElement, u = t.innerProps, o = t.menuPlacement, c = t.menuPosition, i = gr(null), s = gr(null), p =
|
|
26871
|
+
var r = t.appendTo, n = t.children, a = t.controlElement, u = t.innerProps, o = t.menuPlacement, c = t.menuPosition, i = gr(null), s = gr(null), p = ur(Pk(o)), d = sd(p, 2), h = d[0], v = d[1], m = Rr(function() {
|
|
26872
26872
|
return {
|
|
26873
26873
|
setPortalPlacement: v
|
|
26874
26874
|
};
|
|
26875
|
-
}, []), C =
|
|
26875
|
+
}, []), C = ur(null), y = sd(C, 2), g = y[0], w = y[1], S = Kr(function() {
|
|
26876
26876
|
if (a) {
|
|
26877
26877
|
var F = DW(a), D = c === "fixed" ? 0 : window.pageYOffset, k = F[h] + D;
|
|
26878
26878
|
(k !== (g == null ? void 0 : g.offset) || F.left !== (g == null ? void 0 : g.rect.left) || F.width !== (g == null ? void 0 : g.rect.width)) && w({
|
|
@@ -29152,7 +29152,7 @@ var Qk = function(t) {
|
|
|
29152
29152
|
wR.defaultProps = kj;
|
|
29153
29153
|
var Bj = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
29154
29154
|
function Jk(e) {
|
|
29155
|
-
var t = e.defaultInputValue, r = t === void 0 ? "" : t, n = e.defaultMenuIsOpen, a = n === void 0 ? !1 : n, u = e.defaultValue, o = u === void 0 ? null : u, c = e.inputValue, i = e.menuIsOpen, s = e.onChange, p = e.onInputChange, d = e.onMenuClose, h = e.onMenuOpen, v = e.value, m = gc(e, Bj), C =
|
|
29155
|
+
var t = e.defaultInputValue, r = t === void 0 ? "" : t, n = e.defaultMenuIsOpen, a = n === void 0 ? !1 : n, u = e.defaultValue, o = u === void 0 ? null : u, c = e.inputValue, i = e.menuIsOpen, s = e.onChange, p = e.onInputChange, d = e.onMenuClose, h = e.onMenuOpen, v = e.value, m = gc(e, Bj), C = ur(c !== void 0 ? c : r), y = sd(C, 2), g = y[0], w = y[1], S = ur(i !== void 0 ? i : a), E = sd(S, 2), x = E[0], T = E[1], F = ur(v !== void 0 ? v : o), D = sd(F, 2), k = D[0], M = D[1], L = Kr(function(re, z) {
|
|
29156
29156
|
typeof s == "function" && s(re, z), M(re);
|
|
29157
29157
|
}, [s]), R = Kr(function(re, z) {
|
|
29158
29158
|
var Z;
|
|
@@ -29341,7 +29341,7 @@ function jj({
|
|
|
29341
29341
|
placeholder: n,
|
|
29342
29342
|
onChange: a
|
|
29343
29343
|
}) {
|
|
29344
|
-
const [u, o] =
|
|
29344
|
+
const [u, o] = ur(t), [c, i] = ur(r), s = (d) => {
|
|
29345
29345
|
o(d.target.value), a({
|
|
29346
29346
|
target: {
|
|
29347
29347
|
value: [d.target.value, c].join(",")
|
|
@@ -29354,8 +29354,8 @@ function jj({
|
|
|
29354
29354
|
}
|
|
29355
29355
|
});
|
|
29356
29356
|
};
|
|
29357
|
-
return /* @__PURE__ */
|
|
29358
|
-
/* @__PURE__ */ Se(xo, { className: "mb-2", children: /* @__PURE__ */
|
|
29357
|
+
return /* @__PURE__ */ cr(yd, { className: "g-2", children: [
|
|
29358
|
+
/* @__PURE__ */ Se(xo, { className: "mb-2", children: /* @__PURE__ */ cr(qn.Group, { children: [
|
|
29359
29359
|
/* @__PURE__ */ Se(qn.Label, { children: "From" }),
|
|
29360
29360
|
/* @__PURE__ */ Se(
|
|
29361
29361
|
qn.Control,
|
|
@@ -29367,7 +29367,7 @@ function jj({
|
|
|
29367
29367
|
}
|
|
29368
29368
|
)
|
|
29369
29369
|
] }) }),
|
|
29370
|
-
/* @__PURE__ */ Se(xo, { className: "mb-2", children: /* @__PURE__ */
|
|
29370
|
+
/* @__PURE__ */ Se(xo, { className: "mb-2", children: /* @__PURE__ */ cr(qn.Group, { children: [
|
|
29371
29371
|
/* @__PURE__ */ Se(qn.Label, { children: "To" }),
|
|
29372
29372
|
/* @__PURE__ */ Se(
|
|
29373
29373
|
qn.Control,
|
|
@@ -29383,15 +29383,15 @@ function jj({
|
|
|
29383
29383
|
}
|
|
29384
29384
|
function qk(e) {
|
|
29385
29385
|
var t;
|
|
29386
|
-
return /* @__PURE__ */ Se("small", { children: /* @__PURE__ */
|
|
29386
|
+
return /* @__PURE__ */ Se("small", { children: /* @__PURE__ */ cr(gi, { gap: 1, children: [
|
|
29387
29387
|
/* @__PURE__ */ Se("b", { children: e.field }),
|
|
29388
29388
|
/* @__PURE__ */ Se("div", { className: "text-muted", children: (t = e.fields.get(e.field)) == null ? void 0 : t.description })
|
|
29389
29389
|
] }) });
|
|
29390
29390
|
}
|
|
29391
29391
|
function Yj(e) {
|
|
29392
29392
|
var t, r;
|
|
29393
|
-
return /* @__PURE__ */ Se("small", { children: /* @__PURE__ */
|
|
29394
|
-
/* @__PURE__ */
|
|
29393
|
+
return /* @__PURE__ */ Se("small", { children: /* @__PURE__ */ cr(gi, { gap: 3, direction: "horizontal", children: [
|
|
29394
|
+
/* @__PURE__ */ cr(gi, { gap: 1, children: [
|
|
29395
29395
|
typeof e.value == "string" && e.value.startsWith("s3://") && e.value.endsWith(".html") ? /* @__PURE__ */ Se(
|
|
29396
29396
|
oi,
|
|
29397
29397
|
{
|
|
@@ -29408,7 +29408,7 @@ function Yj(e) {
|
|
|
29408
29408
|
] }) });
|
|
29409
29409
|
}
|
|
29410
29410
|
function $j(e) {
|
|
29411
|
-
const [t, r] =
|
|
29411
|
+
const [t, r] = ur(""), n = mb(t.toLowerCase(), 200), a = Rr(() => {
|
|
29412
29412
|
const s = [];
|
|
29413
29413
|
return e.fields.forEach((p, d) => {
|
|
29414
29414
|
p.type === "choice" && s.push(d);
|
|
@@ -29431,8 +29431,8 @@ function $j(e) {
|
|
|
29431
29431
|
Value: Array.isArray(d) ? d.join(", ") : (d == null ? void 0 : d.toString()) || ""
|
|
29432
29432
|
}));
|
|
29433
29433
|
}, [e]);
|
|
29434
|
-
return /* @__PURE__ */
|
|
29435
|
-
/* @__PURE__ */
|
|
29434
|
+
return /* @__PURE__ */ cr(So, { fluid: !0, className: "h-100 p-0 pb-3", children: [
|
|
29435
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 2, className: "pb-2", children: [
|
|
29436
29436
|
/* @__PURE__ */ Se("h5", { className: "me-auto", children: "Details" }),
|
|
29437
29437
|
/* @__PURE__ */ Se("div", { style: { width: "300px" }, children: /* @__PURE__ */ Se(
|
|
29438
29438
|
xb,
|
|
@@ -29448,7 +29448,7 @@ function $j(e) {
|
|
|
29448
29448
|
var p, d;
|
|
29449
29449
|
return s.Field.toLowerCase().includes(n) || s.Value.toLowerCase().includes(n) || ((p = e.fields.get(s.Field)) == null ? void 0 : p.description.toLowerCase().includes(n)) || (((d = c.get(s.Field)) == null ? void 0 : d.get(s.Value.toLowerCase())) || "").toLowerCase().includes(n);
|
|
29450
29450
|
}
|
|
29451
|
-
).map((s, p) => /* @__PURE__ */ Se(pi, { body: !0, children: /* @__PURE__ */ Se(So, { fluid: !0, children: /* @__PURE__ */
|
|
29451
|
+
).map((s, p) => /* @__PURE__ */ Se(pi, { body: !0, children: /* @__PURE__ */ Se(So, { fluid: !0, children: /* @__PURE__ */ cr(yd, { children: [
|
|
29452
29452
|
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */ Se(qk, { ...e, field: s.Field }) }),
|
|
29453
29453
|
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */ Se(
|
|
29454
29454
|
Yj,
|
|
@@ -29761,7 +29761,7 @@ const u4 = /* @__PURE__ */ ir.forwardRef(({
|
|
|
29761
29761
|
manager: N,
|
|
29762
29762
|
...Y
|
|
29763
29763
|
}, W) => {
|
|
29764
|
-
const [ee, re] =
|
|
29764
|
+
const [ee, re] = ur({}), [z, Z] = ur(!1), _ = gr(!1), J = gr(!1), ie = gr(null), [ce, $] = UI(), j = gd(W, $), ne = Ea(g), le = uI();
|
|
29765
29765
|
e = mn(e, "modal");
|
|
29766
29766
|
const oe = Rr(() => ({
|
|
29767
29767
|
onHide: ne
|
|
@@ -29882,20 +29882,20 @@ const no = Object.assign(u4, {
|
|
|
29882
29882
|
BACKDROP_TRANSITION_DURATION: 150
|
|
29883
29883
|
});
|
|
29884
29884
|
function c4(e) {
|
|
29885
|
-
return /* @__PURE__ */
|
|
29886
|
-
/* @__PURE__ */
|
|
29885
|
+
return /* @__PURE__ */ cr(qn, { children: [
|
|
29886
|
+
/* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
29887
29887
|
/* @__PURE__ */ Se(qn.Label, { className: "d-flex justify-content-center", children: "Error Occurred." }),
|
|
29888
29888
|
e.message && /* @__PURE__ */ Se(qn.Text, { className: "d-flex justify-content-center", children: /* @__PURE__ */ Se("b", { className: "onyx-text-pink", children: e.message }) }),
|
|
29889
29889
|
/* @__PURE__ */ Se(qn.Text, { className: "d-flex justify-content-center", children: Nz })
|
|
29890
29890
|
] }),
|
|
29891
|
-
/* @__PURE__ */ Se(YC, { children: /* @__PURE__ */
|
|
29891
|
+
/* @__PURE__ */ Se(YC, { children: /* @__PURE__ */ cr(YC.Item, { eventKey: "0", children: [
|
|
29892
29892
|
/* @__PURE__ */ Se(YC.Header, { children: "View Error Message" }),
|
|
29893
29893
|
/* @__PURE__ */ Se(YC.Body, { children: /* @__PURE__ */ Se("small", { className: "onyx-text-pink font-monospace", children: e.error ? `${e.error.name}: ${e.error.message}` : "No error message." }) })
|
|
29894
29894
|
] }) })
|
|
29895
29895
|
] });
|
|
29896
29896
|
}
|
|
29897
29897
|
function AR(e) {
|
|
29898
|
-
return /* @__PURE__ */
|
|
29898
|
+
return /* @__PURE__ */ cr(
|
|
29899
29899
|
no,
|
|
29900
29900
|
{
|
|
29901
29901
|
className: "onyx-modal",
|
|
@@ -29975,7 +29975,7 @@ const Jj = {
|
|
|
29975
29975
|
menuVariant: d,
|
|
29976
29976
|
flip: h,
|
|
29977
29977
|
...v
|
|
29978
|
-
}, m) => /* @__PURE__ */
|
|
29978
|
+
}, m) => /* @__PURE__ */ cr(ja, {
|
|
29979
29979
|
ref: m,
|
|
29980
29980
|
...v,
|
|
29981
29981
|
children: [/* @__PURE__ */ Se(QT, {
|
|
@@ -30149,9 +30149,9 @@ function nY(e) {
|
|
|
30149
30149
|
}
|
|
30150
30150
|
function f4(e) {
|
|
30151
30151
|
var x;
|
|
30152
|
-
const [t, r] =
|
|
30152
|
+
const [t, r] = ur(ki.READY), [n, a] = ur(0), [u, o] = ur(
|
|
30153
30153
|
lF
|
|
30154
|
-
), [c, i] =
|
|
30154
|
+
), [c, i] = ur(null), [s, p] = ur(""), [d, h] = ur(!1), [v, m] = ur(
|
|
30155
30155
|
e.defaultFileExtension
|
|
30156
30156
|
), { statusToken: C, readyExport: y, cancelExport: g } = rY(), w = () => {
|
|
30157
30157
|
const T = s || e.defaultFileNamePrefix;
|
|
@@ -30172,7 +30172,7 @@ function f4(e) {
|
|
|
30172
30172
|
}, E = (T) => {
|
|
30173
30173
|
h(!1), p(T.target.value);
|
|
30174
30174
|
};
|
|
30175
|
-
return /* @__PURE__ */
|
|
30175
|
+
return /* @__PURE__ */ cr(
|
|
30176
30176
|
no,
|
|
30177
30177
|
{
|
|
30178
30178
|
className: "onyx-modal",
|
|
@@ -30184,8 +30184,8 @@ function f4(e) {
|
|
|
30184
30184
|
},
|
|
30185
30185
|
children: [
|
|
30186
30186
|
/* @__PURE__ */ Se(no.Header, { closeButton: !0, children: /* @__PURE__ */ Se(no.Title, { children: "Export Data" }) }),
|
|
30187
|
-
/* @__PURE__ */
|
|
30188
|
-
t === ki.READY && /* @__PURE__ */
|
|
30187
|
+
/* @__PURE__ */ cr(no.Body, { children: [
|
|
30188
|
+
t === ki.READY && /* @__PURE__ */ cr(Kx, { className: "mb-3", children: [
|
|
30189
30189
|
/* @__PURE__ */ Se(Kx.Text, { children: "File Name" }),
|
|
30190
30190
|
/* @__PURE__ */ Se(
|
|
30191
30191
|
qn.Control,
|
|
@@ -30208,31 +30208,31 @@ function f4(e) {
|
|
|
30208
30208
|
T
|
|
30209
30209
|
)) }) : /* @__PURE__ */ Se(Kx.Text, { children: v }),
|
|
30210
30210
|
/* @__PURE__ */ Se(qn.Control.Feedback, { type: "invalid", children: "Prefix must be 5 to 50 alphanumeric, underscore or dash characters." }),
|
|
30211
|
-
/* @__PURE__ */ Se(qn.Text, { muted: !0, children: /* @__PURE__ */
|
|
30211
|
+
/* @__PURE__ */ Se(qn.Text, { muted: !0, children: /* @__PURE__ */ cr("span", { children: [
|
|
30212
30212
|
/* @__PURE__ */ Se("b", { children: "Warning:" }),
|
|
30213
30213
|
" If the file already exists, it will be overwritten."
|
|
30214
30214
|
] }) })
|
|
30215
30215
|
] }),
|
|
30216
|
-
t === ki.RUNNING && /* @__PURE__ */
|
|
30216
|
+
t === ki.RUNNING && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
30217
30217
|
/* @__PURE__ */ Se(qn.Label, { className: "d-flex justify-content-center", children: u }),
|
|
30218
30218
|
/* @__PURE__ */ Se(j2, { now: n })
|
|
30219
30219
|
] }),
|
|
30220
|
-
t === ki.CANCELLED && /* @__PURE__ */
|
|
30220
|
+
t === ki.CANCELLED && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
30221
30221
|
/* @__PURE__ */ Se(qn.Label, { className: "d-flex justify-content-center", children: "Cancelled Operation." }),
|
|
30222
30222
|
/* @__PURE__ */ Se(j2, { now: n, variant: "danger" })
|
|
30223
30223
|
] }),
|
|
30224
30224
|
t === ki.ERROR && /* @__PURE__ */ Se(c4, { error: c }),
|
|
30225
30225
|
t === ki.WRITING && /* @__PURE__ */ Se(qn.Group, { className: "mb-3", children: /* @__PURE__ */ Se(qn.Label, { className: "d-flex justify-content-center", children: /* @__PURE__ */ Se(gi, { direction: "horizontal", gap: 2, children: /* @__PURE__ */ Se(YL, { delay: 0, children: /* @__PURE__ */ Se("span", { children: "Writing File..." }) }) }) }) }),
|
|
30226
|
-
t === ki.FINISHED && /* @__PURE__ */
|
|
30226
|
+
t === ki.FINISHED && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
30227
30227
|
/* @__PURE__ */ Se(qn.Label, { className: "d-flex justify-content-center", children: "Export Finished." }),
|
|
30228
|
-
/* @__PURE__ */ Se(qn.Text, { className: "d-flex justify-content-center", children: /* @__PURE__ */
|
|
30228
|
+
/* @__PURE__ */ Se(qn.Text, { className: "d-flex justify-content-center", children: /* @__PURE__ */ cr("span", { children: [
|
|
30229
30229
|
"File Name:",
|
|
30230
30230
|
" ",
|
|
30231
30231
|
/* @__PURE__ */ Se("b", { children: (s || e.defaultFileNamePrefix) + v })
|
|
30232
30232
|
] }) })
|
|
30233
30233
|
] })
|
|
30234
30234
|
] }),
|
|
30235
|
-
/* @__PURE__ */
|
|
30235
|
+
/* @__PURE__ */ cr(no.Footer, { children: [
|
|
30236
30236
|
/* @__PURE__ */ Se(oi, { variant: "dark", onClick: e.onHide, children: "Close" }),
|
|
30237
30237
|
t === ki.READY && /* @__PURE__ */ Se(oi, { variant: "primary", onClick: w, children: "Export" }),
|
|
30238
30238
|
t === ki.RUNNING && /* @__PURE__ */ Se(oi, { variant: "danger", onClick: S, children: "Cancel" }),
|
|
@@ -30355,7 +30355,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30355
30355
|
if (typeof r != "string") return null;
|
|
30356
30356
|
const c = r.slice(-1) === `
|
|
30357
30357
|
` ? r + "." : r;
|
|
30358
|
-
return
|
|
30358
|
+
return cr("div", { style: { display: "grid" }, children: [Se("textarea", { id: `${t}_textarea`, ref: o, style: Object.assign({ height: "auto", gridArea: "1 / 1 / 2 / 2", overflowY: "auto", whiteSpace: "pre-wrap" }, u), rows: 1, className: e, name: `${t}_textarea`, value: r, onChange: (i) => n(i.target.value), autoFocus: !0, onFocus: (i) => {
|
|
30359
30359
|
r.length < 40 && i.target.select();
|
|
30360
30360
|
}, onKeyDown: a }), Se("span", { className: e, style: Object.assign({ visibility: "hidden", height: "auto", gridArea: "1 / 1 / 2 / 2", color: "red", opacity: 0.9, whiteSpace: "pre-wrap", overflowY: "auto", border: "1px solid transparent" }, u), children: c })] });
|
|
30361
30361
|
}, jv = (e) => e !== null && typeof e == "object", v4 = (e, t, r, n = "") => {
|
|
@@ -30454,7 +30454,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30454
30454
|
}, areChildrenBeingEdited: () => !1, dragSource: { path: null, pathString: null }, setDragSource: () => {
|
|
30455
30455
|
}, tabDirection: "next", setTabDirection: () => {
|
|
30456
30456
|
} }), gY = ({ children: e }) => {
|
|
30457
|
-
const [t, r] =
|
|
30457
|
+
const [t, r] = ur(null), [n, a] = ur(null), [u, o] = ur({ path: null, pathString: null }), c = gr(null), i = gr("next"), s = gr(null);
|
|
30458
30458
|
return Se(C4.Provider, { value: { collapseState: t, setCollapseState: (p) => {
|
|
30459
30459
|
r(p), p !== null && setTimeout(() => r(null), 2e3);
|
|
30460
30460
|
}, doesPathMatch: (p) => {
|
|
@@ -30477,7 +30477,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30477
30477
|
`);
|
|
30478
30478
|
t(y);
|
|
30479
30479
|
} }, p));
|
|
30480
|
-
}, styles: d("input", i) }) :
|
|
30480
|
+
}, styles: d("input", i) }) : cr("div", { id: `${v}_display`, onDoubleClick: () => a(!0), onClick: (C) => {
|
|
30481
30481
|
(C.getModifierState("Control") || C.getModifierState("Meta")) && a(!0);
|
|
30482
30482
|
}, className: "jer-value-string", style: d("string", i), children: [m, uY(e, o), m] });
|
|
30483
30483
|
}, yY = ({ value: e, setValue: t, isEditing: r, path: n, setIsEditing: a, handleEdit: u, nodeData: o, handleKeyboard: c, keyboardCommon: i }) => {
|
|
@@ -30509,7 +30509,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30509
30509
|
t = "Symbol";
|
|
30510
30510
|
}
|
|
30511
30511
|
return Se("span", { className: "jer-value-invalid", children: t });
|
|
30512
|
-
}, SY = ({ size: e, style: t, className: r }) =>
|
|
30512
|
+
}, SY = ({ size: e, style: t, className: r }) => cr("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: e, height: e, className: r, style: t, children: [Se("path", { d: "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4z" }), Se("path", { d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z" })] }), xY = ({ size: e, style: t, className: r }) => cr("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: e, height: e, className: r, style: t, transform: "translate(0, 0.5)", children: [Se("path", { d: "M7 17.013l4.413-.015 9.632-9.54c.378-.378.586-.88.586-1.414s-.208-1.036-.586-1.414l-1.586-1.586c-.756-.756-2.075-.752-2.825-.003L7 12.583v4.43zM18.045 4.458l1.589 1.583-1.597 1.582-1.586-1.585 1.594-1.58zM9 13.417l6.03-5.973 1.586 1.586-6.029 5.971L9 15.006v-1.589z" }), Se("path", { d: "M5 21h14c1.103 0 2-.897 2-2v-8.668l-2 2V19H8.158c-.026 0-.053.01-.079.01-.033 0-.066-.009-.1-.01H5V5h6.847l2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2z" })] }), TY = ({ size: e, style: t, className: r }) => Se("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: e, height: e, className: r, style: t, children: Se("path", { d: "M6 19a2 2 0 002 2h8a2 2 0 002-2V7H6v12m2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12M15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z" }) }), RY = ({ size: e, style: t, className: r }) => cr("svg", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, viewBox: "0 0 24 24", width: e, height: e, className: r, style: t, children: [Se("path", { d: "M9 2 H15 A1 1 0 0 1 16 3 V5 A1 1 0 0 1 15 6 H9 A1 1 0 0 1 8 5 V3 A1 1 0 0 1 9 2 z" }), Se("path", { d: "M8 4H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2v-2M16 4h2a2 2 0 012 2v4M21 14H11" }), Se("path", { d: "M15 10l-4 4 4 4" })] }), AY = ({ size: e, style: t, className: r }) => cr("svg", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, viewBox: "0 0 24 24", width: e, height: e, className: r, style: t, children: [Se("path", { d: "M22 11.08V12a10 10 0 11-5.93-9.14" }), Se("path", { d: "M22 4L12 14.01l-3-3" })] }), EY = ({ size: e, style: t, className: r }) => Se("svg", { baseProfile: "tiny", viewBox: "0 0 24 24", fill: "currentColor", width: e, height: e, className: r, style: t, children: Se("path", { d: "M12 4c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8zm-5 8c0-.832.224-1.604.584-2.295l6.711 6.711A4.943 4.943 0 0112 17c-2.757 0-5-2.243-5-5zm9.416 2.295L9.705 7.584A4.943 4.943 0 0112 7c2.757 0 5 2.243 5 5 0 .832-.224 1.604-.584 2.295z" }) }), MY = ({ size: e, style: t, className: r }) => Se("svg", { viewBox: "0 0 512 512", fill: "currentColor", width: e, height: e, className: r, style: t, children: Se("path", { d: "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" }) }), $h = ({ name: e, nodeData: t, rotate: r }) => {
|
|
30513
30513
|
var n, a, u, o, c, i, s;
|
|
30514
30514
|
const { getStyles: p, icons: d } = mc(), h = { size: "1.4em", className: "jer-icon" };
|
|
30515
30515
|
switch (e) {
|
|
@@ -30528,11 +30528,11 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30528
30528
|
case "chevron":
|
|
30529
30529
|
return (s = d == null ? void 0 : d.chevron) !== null && s !== void 0 ? s : Se(MY, { size: "1em", style: p("iconCollection", t) });
|
|
30530
30530
|
default:
|
|
30531
|
-
return Se(
|
|
30531
|
+
return Se(hs, {});
|
|
30532
30532
|
}
|
|
30533
30533
|
}, b4 = ({ startEdit: e, handleDelete: t, handleAdd: r, enableClipboard: n, type: a, customButtons: u, nodeData: o, translate: c, keyboardControls: i, handleKeyboard: s }) => {
|
|
30534
|
-
const { getStyles: p } = mc(), d = c("KEY_NEW", o), [h, v] =
|
|
30535
|
-
return
|
|
30534
|
+
const { getStyles: p } = mc(), d = c("KEY_NEW", o), [h, v] = ur(!1), [m, C] = ur(d), { key: y, path: g, value: w } = o;
|
|
30535
|
+
return cr("div", { className: "jer-edit-buttons", style: { opacity: h ? 1 : void 0 }, children: [n && Se("div", { onClick: (S) => {
|
|
30536
30536
|
var E;
|
|
30537
30537
|
S.stopPropagation();
|
|
30538
30538
|
let x, T, F = "value", D = "", k = null;
|
|
@@ -30551,7 +30551,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30551
30551
|
S.stopPropagation(), t();
|
|
30552
30552
|
}, children: Se($h, { name: "delete", nodeData: o }) }), r && Se("div", { onClick: (S) => {
|
|
30553
30553
|
S.stopPropagation(), a === "object" ? v(!0) : r("");
|
|
30554
|
-
}, children: Se($h, { name: "add", nodeData: o }) }), u == null ? void 0 : u.map(({ Element: S, onClick: E }, x) => Se("div", { onClick: (T) => E && E(o, T), children: Se(S, { nodeData: o }) }, x)), h && r && a === "object" &&
|
|
30554
|
+
}, children: Se($h, { name: "add", nodeData: o }) }), u == null ? void 0 : u.map(({ Element: S, onClick: E }, x) => Se("div", { onClick: (T) => E && E(o, T), children: Se(S, { nodeData: o }) }, x)), h && r && a === "object" && cr(hs, { children: [Se("input", { className: "jer-input-new-key", type: "text", name: "new-object-key", value: m, onChange: (S) => C(S.target.value), autoFocus: !0, onFocus: (S) => S.target.select(), onKeyDown: (S) => {
|
|
30555
30555
|
s(S, { stringConfirm: () => {
|
|
30556
30556
|
r && (v(!1), r(m), C(d));
|
|
30557
30557
|
}, cancel: () => {
|
|
@@ -30562,7 +30562,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30562
30562
|
}, onCancel: (S) => {
|
|
30563
30563
|
S.stopPropagation(), v(!1);
|
|
30564
30564
|
}, nodeData: o })] })] });
|
|
30565
|
-
}, DR = ({ onOk: e, onCancel: t, nodeData: r }) =>
|
|
30565
|
+
}, DR = ({ onOk: e, onCancel: t, nodeData: r }) => cr("div", { className: "jer-confirm-buttons", children: [Se("div", { onClick: e, children: Se($h, { name: "ok", nodeData: r }) }), Se("div", { onClick: t, children: Se($h, { name: "cancel", nodeData: r }) })] }), DY = (e) => e.reduce((t, r) => typeof r == "number" ? `${t}[${r}]` : t === "" ? r : `${t}.${r}`, ""), FY = ["string", "number", "boolean", "null", "object", "array"], w4 = (e = [], t) => {
|
|
30566
30566
|
const r = e.filter(({ condition: m }) => m(t));
|
|
30567
30567
|
if (r.length === 0) return {};
|
|
30568
30568
|
const n = r[0], { element: a, wrapperElement: u, customNodeProps: o, wrapperProps: c, hideKey: i = !1, showEditTools: s = !0, showOnEdit: p = !1, showOnView: d = !0, showCollectionWrapper: h = !0 } = n, v = function(m, C) {
|
|
@@ -30576,7 +30576,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30576
30576
|
}(n, ["element", "wrapperElement", "customNodeProps", "wrapperProps", "hideKey", "showEditTools", "showOnEdit", "showOnView", "showCollectionWrapper"]);
|
|
30577
30577
|
return Object.assign({ CustomNode: a, CustomWrapper: u, customNodeProps: o, wrapperProps: c, hideKey: i, showEditTools: s, showOnEdit: p, showOnView: d, showCollectionWrapper: h }, v);
|
|
30578
30578
|
}, S4 = ({ props: e, collapsed: t }) => {
|
|
30579
|
-
const { data: r, nodeData: n, parentData: a, onEdit: u, onError: o, showErrorMessages: c, restrictEditFilter: i, restrictDeleteFilter: s, restrictAddFilter: p, restrictDragFilter: d, translate: h, errorMessageTimeout: v } = e, { currentlyEditingElement: m, setCurrentlyEditingElement: C } = Py(), [y, g] =
|
|
30579
|
+
const { data: r, nodeData: n, parentData: a, onEdit: u, onError: o, showErrorMessages: c, restrictEditFilter: i, restrictDeleteFilter: s, restrictAddFilter: p, restrictDragFilter: d, translate: h, errorMessageTimeout: v } = e, { currentlyEditingElement: m, setCurrentlyEditingElement: C } = Py(), [y, g] = ur(null), w = Object.assign(Object.assign({}, n), { collapsed: t }), { path: S, key: E, size: x } = w, T = ag(S), F = Rr(() => !i(w), [w]), D = Rr(() => !s(w), [w]), k = Rr(() => !p(w), [w]), M = Rr(() => !d(w) && D && m === null, [w]), L = (W) => {
|
|
30580
30580
|
c && (g(W), setTimeout(() => g(null), v)), console.warn("Error", W);
|
|
30581
30581
|
}, R = Rr(() => (W, ee) => {
|
|
30582
30582
|
L(W.message), o && o({ currentData: w.fullData, errorValue: ee, currentValue: r, name: E, path: S, error: W });
|
|
@@ -30591,7 +30591,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30591
30591
|
});
|
|
30592
30592
|
}, derivedValues: { isEditing: O, isEditingKey: N, isArray: Y, canEditKey: a !== null && F && k && D && !Y } };
|
|
30593
30593
|
}, x4 = ({ canDrag: e, canDragOnto: t, path: r, nodeData: n, onMove: a, onError: u, translate: o }) => {
|
|
30594
|
-
const { getStyles: c } = mc(), { dragSource: i, setDragSource: s } = Py(), [p, d] =
|
|
30594
|
+
const { getStyles: c } = mc(), { dragSource: i, setDragSource: s } = Py(), [p, d] = ur(!1), h = ag(r), v = Rr(() => e ? { onDragStart: (g) => {
|
|
30595
30595
|
g.stopPropagation(), s({ path: r, pathString: h });
|
|
30596
30596
|
}, onDragEnd: (g) => {
|
|
30597
30597
|
g.stopPropagation(), s({ path: null, pathString: null });
|
|
@@ -30619,7 +30619,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30619
30619
|
`).map((s) => Math.ceil(s.length / c)).reduce((s, p) => s + p, 0) * o;
|
|
30620
30620
|
return Math.min(i + 30, window.innerHeight - 50);
|
|
30621
30621
|
}, T4 = (e) => {
|
|
30622
|
-
const { data: t, parentData: r, onEdit: n, onDelete: a, onChange: u, onMove: o, enableClipboard: c, canDragOnto: i, restrictTypeSelection: s, searchFilter: p, searchText: d, showLabel: h, stringTruncate: v, showStringQuotes: m, indent: C, translate: y, customNodeDefinitions: g, handleKeyboard: w, keyboardControls: S, sort: E } = e, { getStyles: x } = mc(), { setCurrentlyEditingElement: T, setCollapseState: F, previouslyEditedElement: D, setPreviouslyEditedElement: k, tabDirection: M, setTabDirection: L } = Py(), [R, O] =
|
|
30622
|
+
const { data: t, parentData: r, onEdit: n, onDelete: a, onChange: u, onMove: o, enableClipboard: c, canDragOnto: i, restrictTypeSelection: s, searchFilter: p, searchText: d, showLabel: h, stringTruncate: v, showStringQuotes: m, indent: C, translate: y, customNodeDefinitions: g, handleKeyboard: w, keyboardControls: S, sort: E } = e, { getStyles: x } = mc(), { setCurrentlyEditingElement: T, setCollapseState: F, previouslyEditedElement: D, setPreviouslyEditedElement: k, tabDirection: M, setTabDirection: L } = Py(), [R, O] = ur(typeof t == "function" ? $2 : t), { pathString: N, nodeData: Y, path: W, name: ee, canEdit: re, canDelete: z, canDrag: Z, error: _, onError: J, handleEditKey: ie, derivedValues: ce } = S4({ props: e }), { dragSourceProps: $, getDropTargetProps: j, BottomDropTarget: ne, DropTargetPadding: le } = x4({ canDrag: Z, canDragOnto: i, path: W, nodeData: Y, onMove: o, onError: J, translate: y }), oe = w4(g, Y), [ue, ve] = ur(u1(t, oe)), be = Kr((Re) => {
|
|
30623
30623
|
if (!u) return void O(Re);
|
|
30624
30624
|
const Ge = u({ currentData: Y.fullData, newValue: Re, currentValue: R, name: ee, path: W });
|
|
30625
30625
|
O(Ge);
|
|
@@ -30670,15 +30670,15 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30670
30670
|
const Re = vf(Y.fullData, W, "prev", E);
|
|
30671
30671
|
Re && (de(), T(Re));
|
|
30672
30672
|
} } }, qe = Me && (U && De || !U && K) ? Se(Me, Object.assign({}, e, { value: R, customNodeProps: He, setValue: be, handleEdit: de, handleCancel: X, handleKeyPress: (Re) => w(Re, { stringConfirm: de, cancel: X }), isEditing: U, setIsEditing: () => T(W), getStyles: x })) : IY(t, Qe);
|
|
30673
|
-
return
|
|
30673
|
+
return cr("div", Object.assign({ className: "jer-component jer-value-component", style: { marginLeft: C / 2 + "em", position: "relative" }, draggable: Z }, $, j("above"), { children: [ne, Se(le, { position: "above", nodeData: Y }), cr("div", { className: "jer-value-main-row", style: { flexWrap: ee.length > 10 ? "wrap" : "nowrap" }, children: [Ze && Se("span", { className: "jer-key-text", style: Object.assign(Object.assign({}, x("property", Y)), { minWidth: `${Math.min(String(ee).length + 1, 5)}ch`, flexShrink: ee.length > 10 ? 1 : 0 }), onDoubleClick: () => ge && T(W, "key"), children: ee === "" ? Se("span", { className: W.length > 0 ? "jer-empty-string" : void 0 }) : `${ee}:` }), Ve && Se("input", { className: "jer-input-text jer-key-edit", type: "text", name: N, defaultValue: ee, autoFocus: !0, onFocus: (Re) => Re.target.select(), onKeyDown: (Re) => w(Re, { stringConfirm: () => ie(Re.target.value), cancel: X, tabForward: () => {
|
|
30674
30674
|
ie(Re.target.value), T(W);
|
|
30675
30675
|
}, tabBack: () => {
|
|
30676
30676
|
ie(Re.target.value), T(vf(Y.fullData, W, "prev", E));
|
|
30677
|
-
} }), style: { width: String(ee).length / 1.5 + 0.5 + "em" } }),
|
|
30677
|
+
} }), style: { width: String(ee).length / 1.5 + 0.5 + "em" } }), cr("div", { className: "jer-value-and-buttons", children: [Se("div", { className: "jer-input-component", children: qe }), U ? Se(DR, { onOk: de, onCancel: X, nodeData: Y }) : Be && Se(b4, { startEdit: re ? () => T(W, X) : void 0, handleDelete: z ? () => {
|
|
30678
30678
|
a(R, W).then((Re) => {
|
|
30679
30679
|
Re && J({ code: "DELETE_ERROR", message: Re }, R);
|
|
30680
30680
|
});
|
|
30681
|
-
} : void 0, enableClipboard: c, translate: y, customButtons: e.customButtons, nodeData: Y, handleKeyboard: w, keyboardControls: S }), Fe &&
|
|
30681
|
+
} : void 0, enableClipboard: c, translate: y, customButtons: e.customButtons, nodeData: Y, handleKeyboard: w, keyboardControls: S }), Fe && cr("div", { className: "jer-select", children: [Se("select", { name: `${ee}-type-select`, className: "jer-type-select", onChange: (Re) => ((Ge) => {
|
|
30682
30682
|
const Le = g.find((_e) => _e.name === Ge);
|
|
30683
30683
|
if (Le) n(Le.defaultValue, W), ve(Ge), T(null), F({ path: W, collapsed: !1 });
|
|
30684
30684
|
else {
|
|
@@ -30722,8 +30722,8 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30722
30722
|
return String(e);
|
|
30723
30723
|
}
|
|
30724
30724
|
}, R4 = (e) => {
|
|
30725
|
-
const { getStyles: t } = mc(), { collapseState: r, setCollapseState: n, doesPathMatch: a, currentlyEditingElement: u, setCurrentlyEditingElement: o, areChildrenBeingEdited: c } = Py(), { mainContainerRef: i, data: s, nodeData: p, parentData: d, showCollectionCount: h, onEdit: v, onAdd: m, onDelete: C, canDragOnto: y, collapseFilter: g, collapseAnimationTime: w, onMove: S, enableClipboard: E, searchFilter: x, searchText: T, indent: F, sort: D, showArrayIndices: k, defaultValue: M, translate: L, customNodeDefinitions: R, jsonParse: O, jsonStringify: N, TextEditor: Y, keyboardControls: W, handleKeyboard: ee, insertAtTop: re } = e, [z, Z] =
|
|
30726
|
-
const [Ft, tr] =
|
|
30725
|
+
const { getStyles: t } = mc(), { collapseState: r, setCollapseState: n, doesPathMatch: a, currentlyEditingElement: u, setCurrentlyEditingElement: o, areChildrenBeingEdited: c } = Py(), { mainContainerRef: i, data: s, nodeData: p, parentData: d, showCollectionCount: h, onEdit: v, onAdd: m, onDelete: C, canDragOnto: y, collapseFilter: g, collapseAnimationTime: w, onMove: S, enableClipboard: E, searchFilter: x, searchText: T, indent: F, sort: D, showArrayIndices: k, defaultValue: M, translate: L, customNodeDefinitions: R, jsonParse: O, jsonStringify: N, TextEditor: Y, keyboardControls: W, handleKeyboard: ee, insertAtTop: re } = e, [z, Z] = ur(N(s)), _ = g(p), { contentRef: J, isAnimating: ie, maxHeight: ce, collapsed: $, animateCollapse: j, cssTransitionValue: ne } = ((St, wt, ht, ut) => {
|
|
30726
|
+
const [Ft, tr] = ur(ht ? 0 : void 0), [lr, Dr] = ur(ht), Tr = gr(!1), Mr = gr(null), ar = gr(0), Ir = gr(), br = wt / 1e3 + "s";
|
|
30727
30727
|
return { contentRef: Mr, isAnimating: Tr.current, animateCollapse: (wr) => {
|
|
30728
30728
|
var Ur, Ar;
|
|
30729
30729
|
if (lr !== wr) {
|
|
@@ -30783,7 +30783,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30783
30783
|
o(null), K(null), Z(N(s));
|
|
30784
30784
|
}, { isEditing: Ct, isEditingKey: jt, isArray: qt, canEditKey: Yt } = U, Wt = h === "when-closed" ? $ : h, rt = !Ct && Re, We = (k || !qt) && !qe && ve !== void 0, je = Be && (Ct && Ge || !Ct && Le), $e = Object.entries(s).map(([St, wt]) => [ct === "array" ? Number(St) : St, wt]);
|
|
30785
30785
|
ct === "object" && D($e, (St) => St);
|
|
30786
|
-
const lt = ge.current ? Ct ?
|
|
30786
|
+
const lt = ge.current ? Ct ? cr("div", { className: "jer-collection-text-edit", children: [Y ? Se(Y, { value: z, onChange: Z, onKeyDown: (St) => ee(St, { objectConfirm: Et, cancel: Vt }) }) : Se(p4, { textAreaRef: xe, className: "jer-collection-text-area", name: le, value: z, setValue: Z, isEditing: Ct, handleKeyPress: Ot, styles: t("input", oe) }), Se("div", { className: "jer-collection-input-button-row", children: Se(DR, { onOk: Et, onCancel: Vt, nodeData: oe }) })] }) : $e.map(([St, wt], ht) => {
|
|
30787
30787
|
const ut = { key: St, value: wt, path: [...ue, St], level: ue.length + 1, index: ht, size: jv(wt) ? Object.keys(wt).length : 1, parentData: s, fullData: oe.fullData };
|
|
30788
30788
|
return Se("div", { className: "jer-collection-element", style: t("collectionElement", ut), children: jv(wt) ? Se(R4, Object.assign({}, e, { data: wt, parentData: s, nodeData: ut, showCollectionCount: h, canDragOnto: Me }), St) : Se(T4, Object.assign({}, e, { data: wt, parentData: s, nodeData: ut, canDragOnto: Me, showLabel: ct === "object" || k }), St) }, St);
|
|
30789
30789
|
}) : null, Ae = !!_e && $ && !ot;
|
|
@@ -30813,7 +30813,7 @@ const p4 = ({ className: e, name: t, value: r, setValue: n, handleKeyPress: a, s
|
|
|
30813
30813
|
ut && te({ code: "ADD_ERROR", message: ut }, wt);
|
|
30814
30814
|
});
|
|
30815
30815
|
}
|
|
30816
|
-
} : void 0, handleDelete: He ? At : void 0, enableClipboard: E, type: ct, nodeData: oe, translate: L, customButtons: e.customButtons, keyboardControls: W, handleKeyboard: ee }), at =
|
|
30816
|
+
} : void 0, handleDelete: He ? At : void 0, enableClipboard: E, type: ct, nodeData: oe, translate: L, customButtons: e.customButtons, keyboardControls: W, handleKeyboard: ee }), at = cr("div", Object.assign({ className: "jer-component jer-collection-component", style: Object.assign(Object.assign({ marginLeft: (ue.length === 0 ? 0 : F / 2) + "em" }, t("collection", oe)), { position: "relative" }), draggable: Ee }, V, de("above"), { children: [Se("div", { className: "jer-clickzone", style: { width: F / 2 + 1 + "em", zIndex: 10 + 2 * oe.level }, onClick: (St) => Nt(St) }), !Ct && X, Se(he, { position: "above", nodeData: oe }), _e ? cr("div", { className: "jer-collection-header-row", style: { position: "relative" }, onClick: (St) => Nt(St), children: [cr("div", { className: "jer-collection-name", children: [Se("div", { className: "jer-collapse-icon jer-accordion-icon" + ($ ? " jer-rotate-90" : ""), style: { zIndex: 11 + 2 * oe.level, transition: ne }, onClick: (St) => Nt(St), children: Se($h, { name: "chevron", rotate: $, nodeData: oe }) }), Xe, !Ct && Se("span", { className: "jer-brackets jer-bracket-open", style: t("bracket", oe), children: Rt.open })] }), !Ct && Wt && Se("div", { className: "jer-collection-item-count" + (Wt ? " jer-visible" : " jer-hidden"), style: Object.assign(Object.assign({}, t("itemCount", oe)), { transition: ne }), children: be === 1 ? L("ITEM_SINGLE", Object.assign(Object.assign({}, oe), { size: 1 }), 1) : L("ITEMS_MULTIPLE", oe, be) }), Se("div", { className: "jer-brackets" + (Ae ? " jer-visible" : " jer-hidden"), style: Object.assign(Object.assign({}, t("bracket", oe)), { transition: ne }), children: Rt.close }), nt] }) : qe ? Se(hs, {}) : cr("div", { className: "jer-collection-header-row", style: { position: "relative" }, children: [Xe, nt] }), cr("div", { className: "jer-collection-inner", style: Object.assign(Object.assign({ overflowY: Ae || ie ? "clip" : "visible", maxHeight: ot ? void 0 : ce }, t("collectionInner", oe)), { transition: ne }), ref: J, children: [Ye, Se("div", { className: Ct ? "jer-collection-error-row" : "jer-collection-error-row-edit", children: De && Se("span", { className: "jer-error-slug", style: t("error", oe), children: De }) }), !Ct && _e && Se("div", { className: "jer-brackets jer-bracket-outside", style: Object.assign(Object.assign({}, t("bracket", oe)), { marginLeft: (F < 3 ? -1 : F < 6 ? -0.5 : 0) + "em" }), children: Rt.close })] }), Se(he, { position: "below", nodeData: oe })] }));
|
|
30817
30817
|
return Ze ? Se(Ze, Object.assign({ customNodeProps: Qe }, Ne, { children: at })) : at;
|
|
30818
30818
|
}, kY = { ITEM_SINGLE: "{{count}} item", ITEMS_MULTIPLE: "{{count}} items", KEY_NEW: "Enter new key", ERROR_KEY_EXISTS: "Key already exists", ERROR_INVALID_JSON: "Invalid JSON", ERROR_UPDATE: "Update unsuccessful", ERROR_DELETE: "Delete unsuccessful", ERROR_ADD: "Adding node unsuccessful", DEFAULT_STRING: "New data!", DEFAULT_NEW_KEY: "key" }, OY = (e, t) => (r, n, a) => ((u, o, c, i, s) => {
|
|
30819
30819
|
if (o[i]) {
|
|
@@ -30842,8 +30842,8 @@ var JF = [], km = [];
|
|
|
30842
30842
|
})(':root{--jer-select-border:#b6b6b6;--jer-select-focus:#777;--jer-select-arrow:#777;--jer-form-border:1px solid #ededf0;--jer-form-border-focus:1px solid #e2e2e2;--jer-highlight-color:#b3d8ff}.jer-visible{opacity:1}.jer-hidden{opacity:0}.jer-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:#000;cursor:inherit;font-family:inherit;font-size:.8em;line-height:inherit;margin:0;outline:none;padding:0 1em 0 0;z-index:1}select::-ms-expand{display:none}.jer-select{align-items:center;background-color:#fff;background-image:linear-gradient(0deg,#f9f9f9,#fff 33%);border:1px solid var(--jer-select-border);border-radius:.25em;cursor:pointer;display:grid;grid-template-areas:"select";line-height:1.1;max-width:15ch;min-width:12ch;padding:.25em .5em;position:relative}.jer-select select,.jer-select:after{grid-area:select}.jer-select:not(.jer-select--multiple):after{background-color:var(--jer-select-arrow);clip-path:polygon(100% 0,0 0,50% 100%);content:"";height:.5em;justify-self:end;width:.8em}select:focus+.focus{border:1px solid var(--jer-select-focus);border-radius:inherit;bottom:-1px;left:-1px;position:absolute;right:-1px;top:-1px}.jer-editor-container{border-radius:.5em;font-size:16px;line-height:1;padding:1em 1em 1em 2em;position:relative;text-align:left}.jer-editor-container textarea{border:var(--jer-form-border);border-radius:.3em;color:var(--jer-input-color);outline:none}.jer-editor-container textarea:focus{border:var(--jer-form-border-focus)}.jer-editor-container input{border:var(--jer-form-border);border-radius:.3em;font-family:inherit;outline:none}.jer-editor-container input:focus{border:var(--jer-form-border-focus)}.jer-editor-container ::selection{background-color:var(--jer-highlight-color)}.jer-collection-header-row,.jer-value-main-row{align-items:center;display:flex;gap:.3em;min-height:1.7em}.jer-collection-header-row{display:flex;flex-wrap:wrap}.jer-collapse-icon{left:-1.2em;position:absolute;top:.35em}.jer-collection-inner{position:relative}.jer-collection-text-edit{align-items:flex-start;display:flex;flex-direction:column;gap:.3em;line-height:1.1em}.jer-collection-text-area{font-family:inherit;font-size:.85em;max-height:40em;overflow:hidden;padding:.2em .5em 0;resize:both}.jer-collection-input-button-row{display:flex;font-size:150%;justify-content:flex-end;margin-top:.4em;width:100%}.jer-collection-error-row{bottom:.5em;position:absolute}.jer-error-slug{margin-left:1em}.jer-value-component{position:relative}.jer-value-main-row{display:flex;gap:0}.jer-value-and-buttons{align-items:center;display:flex;justify-content:flex-start;padding-left:.5em}.jer-value-error-row{position:absolute}.jer-value-string{line-height:1.3em;overflow-wrap:anywhere;white-space:pre-wrap}.jer-hyperlink{text-decoration:underline}.jer-input-text{font-family:inherit;font-size:.9em;height:1.4em;line-height:1.2em;margin:0;min-width:6em;overflow:hidden;padding:.25em .5em .2em;resize:none}.jer-input-boolean{margin-left:.3em;margin-right:.3em;transform:scale(1.5)}.jer-key-text{line-height:1.1em;white-space:pre-wrap;word-break:break-word}.jer-key-edit{font-size:inherit;font-size:.9em;padding:0 .3em}.jer-value-invalid{font-style:italic;opacity:.5}.jer-input-number{font-size:90%;min-width:3em}.jer-confirm-buttons,.jer-edit-buttons{align-items:center;cursor:pointer;display:flex;height:1em}.jer-input-buttons{gap:.4em}.jer-edit-buttons{gap:.4em;margin-left:.5em;opacity:0}.jer-confirm-buttons{gap:.2em;margin-left:.4em}.jer-edit-buttons:hover{opacity:1;position:relative}.jer-collection-header-row:hover>.jer-edit-buttons,.jer-value-and-buttons:hover>.jer-edit-buttons,.jer-value-main-row:hover>.jer-edit-buttons{opacity:1}.jer-copy-pulse{position:relative;transition:.3s}.jer-copy-pulse:hover{opacity:.85;transform:scale(1.2);transition:.3s}.jer-copy-pulse:after{border-radius:50%;box-shadow:0 0 15px 5px var(--jer-icon-copy-color);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s;width:100%}.jer-copy-pulse:active:after{border-radius:4em;box-shadow:0 0 0 0 var(--jer-icon-copy-color);left:0;opacity:1;position:absolute;top:0;transition:0s}.jer-copy-pulse:active{top:.07em}.jer-rotate-90{transform:rotate(-90deg)}.jer-icon:hover{opacity:.85;transform:scale(1.2);transition:.3s}.jer-empty-string:after{content:"<empty string>:";font-size:90%;font-style:italic}.jer-drag-n-drop-padding{border:1px dashed #e0e0e0;border-radius:.3em;height:.5em}.jer-clickzone{height:calc(100% - .8em);left:-1em;position:absolute;top:1.2em}', {});
|
|
30843
30843
|
const NY = ({ data: e, setData: t, rootName: r = "root", onUpdate: n = () => {
|
|
30844
30844
|
}, onEdit: a = n, onDelete: u = n, onAdd: o = n, onChange: c, onError: i, showErrorMessages: s = !0, enableClipboard: p = !0, indent: d = 2, collapse: h = !1, collapseAnimationTime: v = 300, showCollectionCount: m = !0, restrictEdit: C = !1, restrictDelete: y = !1, restrictAdd: g = !1, restrictTypeSelection: w = !1, restrictDrag: S = !0, searchFilter: E, searchText: x, searchDebounceTime: T = 350, keySort: F = !1, showArrayIndices: D = !0, showStringQuotes: k = !0, defaultValue: M = null, minWidth: L = 250, maxWidth: R = "min(600px, 90vw)", rootFontSize: O, stringTruncate: N = 250, translations: Y = {}, className: W, id: ee, customText: re = {}, customNodeDefinitions: z = [], customButtons: Z = [], jsonParse: _ = JSON.parse, jsonStringify: J = (ne) => JSON.stringify(ne, null, 2), TextEditor: ie, errorMessageTimeout: ce = 2500, keyboardControls: $ = {}, insertAtTop: j = !1 }) => {
|
|
30845
|
-
const { getStyles: ne } = mc(), { setCurrentlyEditingElement: le } = Py(), oe = Kr(Nm(h), [h]), ue = Kr(OY(Y, re), [Y, re]), [ve, be] =
|
|
30846
|
-
const [Ve, Ze] =
|
|
30845
|
+
const { getStyles: ne } = mc(), { setCurrentlyEditingElement: le } = Py(), oe = Kr(Nm(h), [h]), ue = Kr(OY(Y, re), [Y, re]), [ve, be] = ur(x), [Me, He] = (({ setData: Fe, data: Be }) => {
|
|
30846
|
+
const [Ve, Ze] = ur(Fe ? void 0 : Be), Qe = Kr((qe) => {
|
|
30847
30847
|
Fe ? Fe(qe) : Ze(qe);
|
|
30848
30848
|
}, [Fe]);
|
|
30849
30849
|
return _n(() => {
|
|
@@ -30904,7 +30904,7 @@ const NY = ({ data: e, setData: t, rootName: r = "root", onUpdate: n = () => {
|
|
|
30904
30904
|
return xe.fontSize = O ?? xe.fontSize, Se("div", { id: ee, ref: we, className: `jer-editor-container ${W ?? ""}`, style: xe, children: jv(Me) ? Se(R4, Object.assign({ data: Me }, ge)) : Se(T4, Object.assign({ data: Me, showLabel: !0 }, ge)) });
|
|
30905
30905
|
}, GY = (e) => {
|
|
30906
30906
|
var t;
|
|
30907
|
-
const [r, n] =
|
|
30907
|
+
const [r, n] = ur();
|
|
30908
30908
|
return _n(() => {
|
|
30909
30909
|
const a = document.documentElement;
|
|
30910
30910
|
n(a);
|
|
@@ -30917,9 +30917,9 @@ const NY = ({ data: e, setData: t, rootName: r = "root", onUpdate: n = () => {
|
|
|
30917
30917
|
if (e !== void 0) return e === "value" ? Yv : e === "key" ? KF : e === "all" ? (t, r) => Yv(t, r) || KF(t, r) : e;
|
|
30918
30918
|
}, BY = (e) => Array.isArray(e) && e.length === 2 && ["error", "value"].includes(e[0]), VY = { displayName: "Github Dark", styles: { container: { backgroundColor: "#0d1117", color: "white" }, dropZone: "rgba(165, 214, 255, 0.17)", property: "#E6EDF3", bracket: "#56d364", itemCount: "#8B949E", string: "#A5D6FF", number: "#D2A8FF", boolean: { color: "#FF7B72", fontSize: "90%", fontWeight: "bold" }, null: "green", iconCollection: "#D2A8FF", iconEdit: "#D2A8FF", iconDelete: "rgb(203, 75, 22)", iconAdd: "rgb(203, 75, 22)", iconCopy: "#A5D6FF", iconOk: "#56d364", iconCancel: "rgb(203, 75, 22)" } }, zY = { displayName: "Github Light", styles: { container: "white", property: "#1F2328", bracket: "#00802e", itemCount: "#8B949E", string: "#0A3069", number: "#953800", boolean: { color: "#CF222E", fontSize: "90%", fontWeight: "bold" }, null: "#FF7B72", iconCollection: "#8250DF", iconEdit: "#8250DF", iconDelete: "rgb(203, 75, 22)", iconAdd: "#8250DF", iconCopy: "#57606A" } };
|
|
30919
30919
|
function _Y(e) {
|
|
30920
|
-
const [t, r] =
|
|
30921
|
-
return /* @__PURE__ */
|
|
30922
|
-
/* @__PURE__ */
|
|
30920
|
+
const [t, r] = ur("");
|
|
30921
|
+
return /* @__PURE__ */ cr(gi, { gap: 2, children: [
|
|
30922
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 2, children: [
|
|
30923
30923
|
/* @__PURE__ */ Se("span", { className: "me-auto text-muted", children: e.description }),
|
|
30924
30924
|
/* @__PURE__ */ Se("div", { style: { width: "300px" }, children: /* @__PURE__ */ Se(
|
|
30925
30925
|
xb,
|
|
@@ -31598,7 +31598,7 @@ var Cr = class {
|
|
|
31598
31598
|
return (t || this.stubContext).destroyBeans(e);
|
|
31599
31599
|
}
|
|
31600
31600
|
};
|
|
31601
|
-
function
|
|
31601
|
+
function ds(e) {
|
|
31602
31602
|
return e instanceof d1;
|
|
31603
31603
|
}
|
|
31604
31604
|
var d1 = class extends Cr {
|
|
@@ -31659,7 +31659,7 @@ var d1 = class extends Cr {
|
|
|
31659
31659
|
}
|
|
31660
31660
|
addLeafColumns(e) {
|
|
31661
31661
|
this.children && this.children.forEach((t) => {
|
|
31662
|
-
bf(t) ? e.push(t) :
|
|
31662
|
+
bf(t) ? e.push(t) : ds(t) && t.addLeafColumns(e);
|
|
31663
31663
|
});
|
|
31664
31664
|
}
|
|
31665
31665
|
getColumnGroupShow() {
|
|
@@ -31694,7 +31694,7 @@ var d1 = class extends Cr {
|
|
|
31694
31694
|
findChildrenRemovingPadding() {
|
|
31695
31695
|
const e = [], t = (r) => {
|
|
31696
31696
|
r.forEach((n) => {
|
|
31697
|
-
|
|
31697
|
+
ds(n) && n.isPadding() ? t(n.children) : e.push(n);
|
|
31698
31698
|
});
|
|
31699
31699
|
};
|
|
31700
31700
|
return t(this.children), e;
|
|
@@ -31740,7 +31740,7 @@ function kR(e) {
|
|
|
31740
31740
|
const t = [], r = (n) => {
|
|
31741
31741
|
for (let a = 0; a < n.length; a++) {
|
|
31742
31742
|
const u = n[a];
|
|
31743
|
-
bf(u) ? t.push(u) :
|
|
31743
|
+
bf(u) ? t.push(u) : ds(u) && r(u.getChildren());
|
|
31744
31744
|
}
|
|
31745
31745
|
};
|
|
31746
31746
|
return r(e), t;
|
|
@@ -31836,12 +31836,12 @@ function iP(e) {
|
|
|
31836
31836
|
e.hasOwnProperty(n) && e.propertyIsEnumerable(n) && r.push(e[n]);
|
|
31837
31837
|
return r;
|
|
31838
31838
|
}
|
|
31839
|
-
function
|
|
31839
|
+
function fs(e, t, r = !0, n = !1) {
|
|
31840
31840
|
Qr(t) && mu(t, (a, u) => {
|
|
31841
31841
|
if (NR.has(a))
|
|
31842
31842
|
return;
|
|
31843
31843
|
let o = e[a];
|
|
31844
|
-
o !== u && (n && o == null && u != null && typeof u == "object" && u.constructor === Object && (o = {}, e[a] = o), rT(u) && rT(o) && !Array.isArray(o) ?
|
|
31844
|
+
o !== u && (n && o == null && u != null && typeof u == "object" && u.constructor === Object && (o = {}, e[a] = o), rT(u) && rT(o) && !Array.isArray(o) ? fs(o, u, r, n) : (r || u !== void 0) && (e[a] = u));
|
|
31845
31845
|
});
|
|
31846
31846
|
}
|
|
31847
31847
|
function Jm(e, t, r) {
|
|
@@ -32119,7 +32119,7 @@ var GR = class extends Cr {
|
|
|
32119
32119
|
setFilterActive(e, t, r) {
|
|
32120
32120
|
this.filterActive !== e && (this.filterActive = e, this.columnEventService.dispatchEvent(this.createColumnEvent("filterActiveChanged", t)));
|
|
32121
32121
|
const n = this.createColumnEvent("filterChanged", t);
|
|
32122
|
-
r &&
|
|
32122
|
+
r && fs(n, r), this.columnEventService.dispatchEvent(n);
|
|
32123
32123
|
}
|
|
32124
32124
|
isHovered() {
|
|
32125
32125
|
return this.columnHoverService.isHovered(this);
|
|
@@ -32338,7 +32338,7 @@ var GR = class extends Cr {
|
|
|
32338
32338
|
n
|
|
32339
32339
|
), s = this.findMaxDept(i, 0), p = this.balanceColumnTree(i, 0, s, a);
|
|
32340
32340
|
return vd(null, p, (h, v) => {
|
|
32341
|
-
|
|
32341
|
+
ds(h) && h.setupExpandable(), h.setOriginalParent(v);
|
|
32342
32342
|
}), {
|
|
32343
32343
|
columnTree: p,
|
|
32344
32344
|
treeDept: s
|
|
@@ -32347,7 +32347,7 @@ var GR = class extends Cr {
|
|
|
32347
32347
|
extractExistingTreeData(e) {
|
|
32348
32348
|
const t = [], r = [], n = [];
|
|
32349
32349
|
return e && vd(null, e, (a) => {
|
|
32350
|
-
if (
|
|
32350
|
+
if (ds(a)) {
|
|
32351
32351
|
const u = a;
|
|
32352
32352
|
r.push(u);
|
|
32353
32353
|
} else {
|
|
@@ -32374,7 +32374,7 @@ var GR = class extends Cr {
|
|
|
32374
32374
|
}
|
|
32375
32375
|
findDepth(e) {
|
|
32376
32376
|
let t = 0, r = e;
|
|
32377
|
-
for (; r && r[0] &&
|
|
32377
|
+
for (; r && r[0] && ds(r[0]); )
|
|
32378
32378
|
t++, r = r[0].getChildren();
|
|
32379
32379
|
return t;
|
|
32380
32380
|
}
|
|
@@ -32382,7 +32382,7 @@ var GR = class extends Cr {
|
|
|
32382
32382
|
const a = [];
|
|
32383
32383
|
for (let u = 0; u < e.length; u++) {
|
|
32384
32384
|
const o = e[u];
|
|
32385
|
-
if (
|
|
32385
|
+
if (ds(o)) {
|
|
32386
32386
|
const c = o, i = this.balanceColumnTree(
|
|
32387
32387
|
c.getChildren(),
|
|
32388
32388
|
t + 1,
|
|
@@ -32397,7 +32397,7 @@ var GR = class extends Cr {
|
|
|
32397
32397
|
this.createBean(h), i && i.setChildren([h]), i = h, c || (c = i);
|
|
32398
32398
|
}
|
|
32399
32399
|
if (c && i)
|
|
32400
|
-
if (a.push(c), e.some((p) =>
|
|
32400
|
+
if (a.push(c), e.some((p) => ds(p))) {
|
|
32401
32401
|
i.setChildren([o]);
|
|
32402
32402
|
continue;
|
|
32403
32403
|
} else {
|
|
@@ -32413,7 +32413,7 @@ var GR = class extends Cr {
|
|
|
32413
32413
|
let r = t;
|
|
32414
32414
|
for (let n = 0; n < e.length; n++) {
|
|
32415
32415
|
const a = e[n];
|
|
32416
|
-
if (
|
|
32416
|
+
if (ds(a)) {
|
|
32417
32417
|
const u = a, o = this.findMaxDept(u.getChildren(), t + 1);
|
|
32418
32418
|
r < o && (r = o);
|
|
32419
32419
|
}
|
|
@@ -32528,11 +32528,11 @@ var GR = class extends Cr {
|
|
|
32528
32528
|
addColumnDefaultAndTypes(e, t) {
|
|
32529
32529
|
var c;
|
|
32530
32530
|
const r = {}, n = this.gos.get("defaultColDef");
|
|
32531
|
-
|
|
32531
|
+
fs(r, n, !1, !0);
|
|
32532
32532
|
const a = this.updateColDefAndGetColumnType(r, e, t);
|
|
32533
|
-
a && this.assignColumnTypes(a, r),
|
|
32533
|
+
a && this.assignColumnTypes(a, r), fs(r, e, !1, !0);
|
|
32534
32534
|
const u = this.gos.get("autoGroupColumnDef"), o = ac(this.gos);
|
|
32535
|
-
return e.rowGroup && u && o &&
|
|
32535
|
+
return e.rowGroup && u && o && fs(
|
|
32536
32536
|
r,
|
|
32537
32537
|
{ sort: u.sort, initialSort: u.initialSort },
|
|
32538
32538
|
!1,
|
|
@@ -32558,7 +32558,7 @@ var GR = class extends Cr {
|
|
|
32558
32558
|
), r[a] = u);
|
|
32559
32559
|
}), e.forEach((a) => {
|
|
32560
32560
|
const u = r[a.trim()];
|
|
32561
|
-
u ?
|
|
32561
|
+
u ? fs(t, u, !1, !0) : kr("colDef.type '" + a + "' does not correspond to defined gridOptions.columnTypes");
|
|
32562
32562
|
});
|
|
32563
32563
|
}
|
|
32564
32564
|
// if object has children, we assume it's a group
|
|
@@ -32570,7 +32570,7 @@ function vd(e, t, r) {
|
|
|
32570
32570
|
if (t)
|
|
32571
32571
|
for (let n = 0; n < t.length; n++) {
|
|
32572
32572
|
const a = t[n];
|
|
32573
|
-
|
|
32573
|
+
ds(a) && vd(a, a.getChildren(), r), r(a, e);
|
|
32574
32574
|
}
|
|
32575
32575
|
}
|
|
32576
32576
|
var y$ = class extends Cr {
|
|
@@ -32742,13 +32742,13 @@ var y$ = class extends Cr {
|
|
|
32742
32742
|
// called by headerRenderer - when a header is opened or closed
|
|
32743
32743
|
setColumnGroupOpened(e, t, r) {
|
|
32744
32744
|
let n;
|
|
32745
|
-
|
|
32745
|
+
ds(e) ? n = e.getId() : n = e || "", this.columnGroupStateService.setColumnGroupState([{ groupId: n, open: t }], r);
|
|
32746
32746
|
}
|
|
32747
32747
|
getProvidedColGroup(e) {
|
|
32748
32748
|
var r;
|
|
32749
32749
|
let t = null;
|
|
32750
32750
|
return vd(null, (r = this.cols) == null ? void 0 : r.tree, (n) => {
|
|
32751
|
-
|
|
32751
|
+
ds(n) && n.getId() === e && (t = n);
|
|
32752
32752
|
}), t;
|
|
32753
32753
|
}
|
|
32754
32754
|
isColGroupLocked(e) {
|
|
@@ -33778,7 +33778,7 @@ var b$ = class extends Cr {
|
|
|
33778
33778
|
let t = !0;
|
|
33779
33779
|
const r = this.columnModel.getColTree();
|
|
33780
33780
|
return vd(null, r, (n) => {
|
|
33781
|
-
if (!
|
|
33781
|
+
if (!ds(n))
|
|
33782
33782
|
return;
|
|
33783
33783
|
const a = n, u = a.getColGroupDef();
|
|
33784
33784
|
if (!(u && u.marryChildren))
|
|
@@ -37692,13 +37692,13 @@ var FX = class extends Cr {
|
|
|
37692
37692
|
// used by Floating Filter
|
|
37693
37693
|
mergeParamsWithApplicationProvidedParams(t, r, n, a = null, u) {
|
|
37694
37694
|
const o = this.gos.getGridCommonParams();
|
|
37695
|
-
|
|
37695
|
+
fs(o, n), u && fs(o, u);
|
|
37696
37696
|
const c = t, i = c && c[r.propertyName + "Params"];
|
|
37697
37697
|
if (typeof i == "function") {
|
|
37698
37698
|
const s = i(n);
|
|
37699
|
-
|
|
37700
|
-
} else typeof i == "object" &&
|
|
37701
|
-
return
|
|
37699
|
+
fs(o, s);
|
|
37700
|
+
} else typeof i == "object" && fs(o, i);
|
|
37701
|
+
return fs(o, a), o;
|
|
37702
37702
|
}
|
|
37703
37703
|
initComponent(t, r) {
|
|
37704
37704
|
if (this.createBean(t), t.init != null)
|
|
@@ -39217,7 +39217,7 @@ var qh = Ny, iZ = class extends Cr {
|
|
|
39217
39217
|
type: "filterChanged",
|
|
39218
39218
|
columns: n
|
|
39219
39219
|
};
|
|
39220
|
-
r &&
|
|
39220
|
+
r && fs(a, r), this.eventService.dispatchEvent(a), (u = this.columnFilterService) == null || u.updateAfterFilterChanged();
|
|
39221
39221
|
});
|
|
39222
39222
|
}
|
|
39223
39223
|
isSuppressFlashingCellsBecauseFiltering() {
|
|
@@ -52848,12 +52848,12 @@ var lJ = class extends Cr {
|
|
|
52848
52848
|
}
|
|
52849
52849
|
return { rowIndex: r, column: a, rowPinned: n };
|
|
52850
52850
|
}
|
|
52851
|
-
},
|
|
52851
|
+
}, us = (e, t) => {
|
|
52852
52852
|
for (const r in t)
|
|
52853
52853
|
t[r] = e;
|
|
52854
52854
|
return t;
|
|
52855
52855
|
}, bP = {
|
|
52856
|
-
...
|
|
52856
|
+
...us("@ag-grid-community/core", {
|
|
52857
52857
|
dispatchEvent: 0,
|
|
52858
52858
|
destroy: 0,
|
|
52859
52859
|
getGridId: 0,
|
|
@@ -53008,7 +53008,7 @@ var lJ = class extends Cr {
|
|
|
53008
53008
|
getCacheBlockState: 0,
|
|
53009
53009
|
isLastRowIndexKnown: 0
|
|
53010
53010
|
}),
|
|
53011
|
-
...
|
|
53011
|
+
...us("@ag-grid-community/client-side-row-model", {
|
|
53012
53012
|
onGroupExpandedOrCollapsed: 0,
|
|
53013
53013
|
refreshClientSideRowModel: 0,
|
|
53014
53014
|
isRowDataEmpty: 0,
|
|
@@ -53021,22 +53021,22 @@ var lJ = class extends Cr {
|
|
|
53021
53021
|
flushAsyncTransactions: 0,
|
|
53022
53022
|
getBestCostNodeSelection: 0
|
|
53023
53023
|
}),
|
|
53024
|
-
...
|
|
53024
|
+
...us("@ag-grid-community/csv-export", {
|
|
53025
53025
|
getDataAsCsv: 0,
|
|
53026
53026
|
exportDataAsCsv: 0
|
|
53027
53027
|
}),
|
|
53028
|
-
...
|
|
53028
|
+
...us("@ag-grid-community/infinite-row-model", {
|
|
53029
53029
|
refreshInfiniteCache: 0,
|
|
53030
53030
|
purgeInfiniteCache: 0,
|
|
53031
53031
|
getInfiniteRowCount: 0
|
|
53032
53032
|
}),
|
|
53033
|
-
...
|
|
53033
|
+
...us("@ag-grid-enterprise/advanced-filter", {
|
|
53034
53034
|
getAdvancedFilterModel: 0,
|
|
53035
53035
|
setAdvancedFilterModel: 0,
|
|
53036
53036
|
showAdvancedFilterBuilder: 0,
|
|
53037
53037
|
hideAdvancedFilterBuilder: 0
|
|
53038
53038
|
}),
|
|
53039
|
-
...
|
|
53039
|
+
...us("@ag-grid-enterprise/charts", {
|
|
53040
53040
|
getChartModels: 0,
|
|
53041
53041
|
getChartRef: 0,
|
|
53042
53042
|
getChartImageDataURL: 0,
|
|
@@ -53049,7 +53049,7 @@ var lJ = class extends Cr {
|
|
|
53049
53049
|
updateChart: 0,
|
|
53050
53050
|
restoreChart: 0
|
|
53051
53051
|
}),
|
|
53052
|
-
...
|
|
53052
|
+
...us("@ag-grid-enterprise/clipboard", {
|
|
53053
53053
|
copyToClipboard: 0,
|
|
53054
53054
|
cutToClipboard: 0,
|
|
53055
53055
|
copySelectedRowsToClipboard: 0,
|
|
@@ -53057,31 +53057,31 @@ var lJ = class extends Cr {
|
|
|
53057
53057
|
copySelectedRangeDown: 0,
|
|
53058
53058
|
pasteFromClipboard: 0
|
|
53059
53059
|
}),
|
|
53060
|
-
...
|
|
53060
|
+
...us("@ag-grid-enterprise/excel-export", {
|
|
53061
53061
|
getDataAsExcel: 0,
|
|
53062
53062
|
exportDataAsExcel: 0,
|
|
53063
53063
|
getSheetDataForExcel: 0,
|
|
53064
53064
|
getMultipleSheetsAsExcel: 0,
|
|
53065
53065
|
exportMultipleSheetsAsExcel: 0
|
|
53066
53066
|
}),
|
|
53067
|
-
...
|
|
53067
|
+
...us("@ag-grid-enterprise/master-detail", {
|
|
53068
53068
|
addDetailGridInfo: 0,
|
|
53069
53069
|
removeDetailGridInfo: 0,
|
|
53070
53070
|
getDetailGridInfo: 0,
|
|
53071
53071
|
forEachDetailGridInfo: 0
|
|
53072
53072
|
}),
|
|
53073
|
-
...
|
|
53073
|
+
...us("@ag-grid-enterprise/menu", {
|
|
53074
53074
|
showContextMenu: 0,
|
|
53075
53075
|
showColumnChooser: 0,
|
|
53076
53076
|
hideColumnChooser: 0
|
|
53077
53077
|
}),
|
|
53078
|
-
...
|
|
53078
|
+
...us("@ag-grid-enterprise/range-selection", {
|
|
53079
53079
|
getCellRanges: 0,
|
|
53080
53080
|
addCellRange: 0,
|
|
53081
53081
|
clearRangeSelection: 0,
|
|
53082
53082
|
clearCellSelection: 0
|
|
53083
53083
|
}),
|
|
53084
|
-
...
|
|
53084
|
+
...us("@ag-grid-enterprise/row-grouping", {
|
|
53085
53085
|
addAggFunc: 0,
|
|
53086
53086
|
addAggFuncs: 0,
|
|
53087
53087
|
clearAggFuncs: 0,
|
|
@@ -53110,7 +53110,7 @@ var lJ = class extends Cr {
|
|
|
53110
53110
|
setPivotResultColumns: 0,
|
|
53111
53111
|
getPivotResultColumns: 0
|
|
53112
53112
|
}),
|
|
53113
|
-
...
|
|
53113
|
+
...us("@ag-grid-enterprise/server-side-row-model", {
|
|
53114
53114
|
getServerSideSelectionState: 0,
|
|
53115
53115
|
setServerSideSelectionState: 0,
|
|
53116
53116
|
applyServerSideTransaction: 0,
|
|
@@ -53121,7 +53121,7 @@ var lJ = class extends Cr {
|
|
|
53121
53121
|
refreshServerSide: 0,
|
|
53122
53122
|
getServerSideGroupLevelState: 0
|
|
53123
53123
|
}),
|
|
53124
|
-
...
|
|
53124
|
+
...us("@ag-grid-enterprise/side-bar", {
|
|
53125
53125
|
isSideBarVisible: 0,
|
|
53126
53126
|
setSideBarVisible: 0,
|
|
53127
53127
|
setSideBarPosition: 0,
|
|
@@ -53133,7 +53133,7 @@ var lJ = class extends Cr {
|
|
|
53133
53133
|
getToolPanelInstance: 0,
|
|
53134
53134
|
getSideBar: 0
|
|
53135
53135
|
}),
|
|
53136
|
-
...
|
|
53136
|
+
...us("@ag-grid-enterprise/status-bar", {
|
|
53137
53137
|
getStatusPanel: 0
|
|
53138
53138
|
})
|
|
53139
53139
|
}, h2 = {
|
|
@@ -53432,7 +53432,7 @@ var OJ = class extends Cr {
|
|
|
53432
53432
|
getColumnGroupState() {
|
|
53433
53433
|
const e = [], t = this.columnModel.getColTree();
|
|
53434
53434
|
return vd(null, t, (r) => {
|
|
53435
|
-
|
|
53435
|
+
ds(r) && e.push({
|
|
53436
53436
|
groupId: r.getGroupId(),
|
|
53437
53437
|
open: r.isExpanded()
|
|
53438
53438
|
});
|
|
@@ -53444,7 +53444,7 @@ var OJ = class extends Cr {
|
|
|
53444
53444
|
return;
|
|
53445
53445
|
const r = [];
|
|
53446
53446
|
vd(null, t, (n) => {
|
|
53447
|
-
if (
|
|
53447
|
+
if (ds(n)) {
|
|
53448
53448
|
const a = n.getColGroupDef(), u = {
|
|
53449
53449
|
groupId: n.getGroupId(),
|
|
53450
53450
|
open: a ? a.openByDefault : void 0
|
|
@@ -56811,7 +56811,7 @@ var Vm = "paginationPageSizeSelector", Ote = class extends la {
|
|
|
56811
56811
|
version: Zn,
|
|
56812
56812
|
moduleName: "@ag-grid-community/pagination",
|
|
56813
56813
|
dependantModules: [c5, Vte]
|
|
56814
|
-
}, As = "clientSide",
|
|
56814
|
+
}, As = "clientSide", cs = "serverSide", Ev = "infinite", _te = {
|
|
56815
56815
|
onGroupExpandedOrCollapsed: [As],
|
|
56816
56816
|
refreshClientSideRowModel: [As],
|
|
56817
56817
|
isRowDataEmpty: [As],
|
|
@@ -56823,24 +56823,24 @@ var Vm = "paginationPageSizeSelector", Ote = class extends la {
|
|
|
56823
56823
|
applyTransactionAsync: [As],
|
|
56824
56824
|
flushAsyncTransactions: [As],
|
|
56825
56825
|
getBestCostNodeSelection: [As],
|
|
56826
|
-
getServerSideSelectionState: [
|
|
56827
|
-
setServerSideSelectionState: [
|
|
56828
|
-
applyServerSideTransaction: [
|
|
56829
|
-
applyServerSideTransactionAsync: [
|
|
56830
|
-
applyServerSideRowData: [
|
|
56831
|
-
retryServerSideLoads: [
|
|
56832
|
-
flushServerSideAsyncTransactions: [
|
|
56833
|
-
refreshServerSide: [
|
|
56834
|
-
getServerSideGroupLevelState: [
|
|
56826
|
+
getServerSideSelectionState: [cs],
|
|
56827
|
+
setServerSideSelectionState: [cs],
|
|
56828
|
+
applyServerSideTransaction: [cs],
|
|
56829
|
+
applyServerSideTransactionAsync: [cs],
|
|
56830
|
+
applyServerSideRowData: [cs],
|
|
56831
|
+
retryServerSideLoads: [cs],
|
|
56832
|
+
flushServerSideAsyncTransactions: [cs],
|
|
56833
|
+
refreshServerSide: [cs],
|
|
56834
|
+
getServerSideGroupLevelState: [cs],
|
|
56835
56835
|
refreshInfiniteCache: [Ev],
|
|
56836
56836
|
purgeInfiniteCache: [Ev],
|
|
56837
56837
|
getInfiniteRowCount: [Ev],
|
|
56838
|
-
isLastRowIndexKnown: [Ev,
|
|
56839
|
-
expandAll: [As,
|
|
56840
|
-
collapseAll: [As,
|
|
56841
|
-
onRowHeightChanged: [As,
|
|
56842
|
-
setRowCount: [Ev,
|
|
56843
|
-
getCacheBlockState: [Ev,
|
|
56838
|
+
isLastRowIndexKnown: [Ev, cs],
|
|
56839
|
+
expandAll: [As, cs],
|
|
56840
|
+
collapseAll: [As, cs],
|
|
56841
|
+
onRowHeightChanged: [As, cs],
|
|
56842
|
+
setRowCount: [Ev, cs],
|
|
56843
|
+
getCacheBlockState: [Ev, cs]
|
|
56844
56844
|
}, Wte = {
|
|
56845
56845
|
getValue: {
|
|
56846
56846
|
version: "v31.3",
|
|
@@ -59411,7 +59411,7 @@ var sre = f5, lre = class extends Cr {
|
|
|
59411
59411
|
if (!Vh.gridOptions)
|
|
59412
59412
|
return t;
|
|
59413
59413
|
let r = {};
|
|
59414
|
-
return
|
|
59414
|
+
return fs(r, Vh.gridOptions, !0, !0), Vh.mergeStrategy === "deep" ? fs(r, t, !0, !0) : r = { ...r, ...t }, Vh.gridOptions.context && (r.context = Vh.gridOptions.context), t.context && (Vh.mergeStrategy === "deep" && r.context && fs(t.context, r.context, !0, !0), r.context = t.context), r;
|
|
59415
59415
|
}
|
|
59416
59416
|
};
|
|
59417
59417
|
uA.gridOptions = void 0;
|
|
@@ -61354,7 +61354,7 @@ var dne = class extends Cr {
|
|
|
61354
61354
|
version: dA,
|
|
61355
61355
|
moduleName: xf.CsvExportModule,
|
|
61356
61356
|
dependantModules: [m5, fne]
|
|
61357
|
-
},
|
|
61357
|
+
}, Jo = Fr.createContext({}), Gy = (e, t, r, n) => {
|
|
61358
61358
|
if (!e || e.componentFromFramework || t.isDestroyed())
|
|
61359
61359
|
return;
|
|
61360
61360
|
const u = e.newAgStackInstance();
|
|
@@ -61432,7 +61432,7 @@ function hA(e, t, r) {
|
|
|
61432
61432
|
}
|
|
61433
61433
|
var C5 = lp((e, t) => {
|
|
61434
61434
|
var ee;
|
|
61435
|
-
const { ctrlsFactory: r, context: n } = Mn(
|
|
61435
|
+
const { ctrlsFactory: r, context: n } = Mn(Jo), a = gr(null), u = gr(null), o = gr(null), c = gr(null), i = gr(null), s = gr(), [p, d] = ur(), [h, v] = ur(), [m, C] = ur(), [y, g] = ur(() => new _l()), [w, S] = ur(() => new _l("ag-hidden")), [E, x] = ur(() => new _l("ag-hidden")), [T, F] = ur(() => new _l("ag-invisible"));
|
|
61436
61436
|
ib(t, () => ({
|
|
61437
61437
|
// force new instance when grid tries to refresh
|
|
61438
61438
|
refresh() {
|
|
@@ -61484,7 +61484,7 @@ var C5 = lp((e, t) => {
|
|
|
61484
61484
|
setMethods: () => {
|
|
61485
61485
|
}
|
|
61486
61486
|
}), mne = (e) => {
|
|
61487
|
-
const { initialProps: t, addUpdateCallback: r, CustomComponentClass: n, setMethods: a } = e, [{ key: u, ...o }, c] =
|
|
61487
|
+
const { initialProps: t, addUpdateCallback: r, CustomComponentClass: n, setMethods: a } = e, [{ key: u, ...o }, c] = ur(t);
|
|
61488
61488
|
return _n(() => {
|
|
61489
61489
|
r((i) => c(i));
|
|
61490
61490
|
}, []), /* @__PURE__ */ Fr.createElement(pA.Provider, { value: { setMethods: a } }, /* @__PURE__ */ Fr.createElement(n, { key: u, ...o }));
|
|
@@ -61892,7 +61892,7 @@ var Pne = 1e3, Ine = class {
|
|
|
61892
61892
|
}
|
|
61893
61893
|
}
|
|
61894
61894
|
}, Lne = ({ ctrl: e }) => {
|
|
61895
|
-
const t = e.isAlive(), { context: r } = Mn(
|
|
61895
|
+
const t = e.isAlive(), { context: r } = Mn(Jo), n = t ? e.getColId() : void 0, [a, u] = ur(), o = gr(), c = gr(null), i = gr(null), s = gr(null), p = gr(), d = gr();
|
|
61896
61896
|
t && !d.current && (d.current = new ky(() => c.current));
|
|
61897
61897
|
const h = Kr((y) => {
|
|
61898
61898
|
var S;
|
|
@@ -61922,11 +61922,11 @@ var Pne = 1e3, Ine = class {
|
|
|
61922
61922
|
const v = Rr(() => !!((a == null ? void 0 : a.componentFromFramework) && dg(a.componentClass)), [a]), m = a && a.componentFromFramework, C = a && a.componentClass;
|
|
61923
61923
|
return /* @__PURE__ */ Fr.createElement("div", { ref: h, className: "ag-header-cell", "col-id": n, role: "columnheader" }, /* @__PURE__ */ Fr.createElement("div", { ref: i, className: "ag-header-cell-resize", role: "presentation" }), /* @__PURE__ */ Fr.createElement("div", { ref: s, className: "ag-header-cell-comp-wrapper", role: "presentation" }, m && v && /* @__PURE__ */ Fr.createElement(C, { ...a.params }), m && !v && /* @__PURE__ */ Fr.createElement(C, { ...a.params, ref: p })));
|
|
61924
61924
|
}, kne = ks(Lne), One = ({ ctrl: e }) => {
|
|
61925
|
-
const { context: t, gos: r } = Mn(
|
|
61925
|
+
const { context: t, gos: r } = Mn(Jo), [n, a] = ur(
|
|
61926
61926
|
() => new _l("ag-header-cell", "ag-floating-filter")
|
|
61927
|
-
), [u, o] =
|
|
61927
|
+
), [u, o] = ur(() => new _l()), [c, i] = ur(
|
|
61928
61928
|
() => new _l("ag-floating-filter-button", "ag-hidden")
|
|
61929
|
-
), [s, p] =
|
|
61929
|
+
), [s, p] = ur("false"), [d, h] = ur(), [, v] = ur(1), m = gr(), C = gr(null), y = gr(null), g = gr(null), w = gr(null), S = gr(), E = gr(), x = (W) => {
|
|
61930
61930
|
W != null && S.current && S.current(W);
|
|
61931
61931
|
}, T = Kr((W) => {
|
|
61932
61932
|
if (C.current = W, m.current = W ? t.createBean(new sg()) : t.destroyBean(m.current), !W)
|
|
@@ -61994,7 +61994,7 @@ var Pne = 1e3, Ine = class {
|
|
|
61994
61994
|
)
|
|
61995
61995
|
));
|
|
61996
61996
|
}, Nne = ks(One), Gne = ({ ctrl: e }) => {
|
|
61997
|
-
const { context: t } = Mn(
|
|
61997
|
+
const { context: t } = Mn(Jo), [r, n] = ur(() => new _l()), [a, u] = ur(() => new _l()), [o, c] = ur("false"), [i, s] = ur(), [p, d] = ur(), h = Rr(() => e.getColId(), []), v = gr(), m = gr(null), C = gr(null), y = gr(null), g = gr(), w = Kr((D) => {
|
|
61998
61998
|
if (m.current = D, v.current = D ? t.createBean(new sg()) : t.destroyBean(v.current), !D)
|
|
61999
61999
|
return;
|
|
62000
62000
|
const k = {
|
|
@@ -62020,7 +62020,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62020
62020
|
), T = p && p.componentFromFramework, F = p && p.componentClass;
|
|
62021
62021
|
return /* @__PURE__ */ Fr.createElement("div", { ref: w, className: E, "col-id": h, role: "columnheader", "aria-expanded": i }, /* @__PURE__ */ Fr.createElement("div", { ref: y, className: "ag-header-cell-comp-wrapper", role: "presentation" }, T && S && /* @__PURE__ */ Fr.createElement(F, { ...p.params }), T && !S && /* @__PURE__ */ Fr.createElement(F, { ...p.params, ref: g })), /* @__PURE__ */ Fr.createElement("div", { ref: C, "aria-hidden": o, className: x }));
|
|
62022
62022
|
}, Hne = ks(Gne), Bne = ({ ctrl: e }) => {
|
|
62023
|
-
const { context: t } = Mn(
|
|
62023
|
+
const { context: t } = Mn(Jo), { topOffset: r, rowHeight: n } = Rr(() => e.getTopAndHeight(), []), a = e.getAriaRowIndex(), u = e.getHeaderRowClass(), [o, c] = ur(() => n + "px"), [i, s] = ur(() => r + "px"), p = gr(null), d = gr(null), [h, v] = ur(() => e.getHeaderCtrls()), m = gr(), C = gr(null), y = Kr((S) => {
|
|
62024
62024
|
if (C.current = S, m.current = S ? t.createBean(new sg()) : t.destroyBean(m.current), !S)
|
|
62025
62025
|
return;
|
|
62026
62026
|
const E = {
|
|
@@ -62054,7 +62054,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62054
62054
|
}, []);
|
|
62055
62055
|
return /* @__PURE__ */ Fr.createElement("div", { ref: y, className: u, role: "row", style: g, "aria-rowindex": a }, h.map(w));
|
|
62056
62056
|
}, Vne = ks(Bne), zne = ({ pinned: e }) => {
|
|
62057
|
-
const [t, r] =
|
|
62057
|
+
const [t, r] = ur(!0), [n, a] = ur([]), { context: u } = Mn(Jo), o = gr(null), c = gr(null), i = gr(), s = e === "left", p = e === "right", d = !s && !p, h = Kr((C) => {
|
|
62058
62058
|
if (o.current = C, i.current = C ? u.createBean(new DK(e)) : u.destroyBean(i.current), !C)
|
|
62059
62059
|
return;
|
|
62060
62060
|
const y = {
|
|
@@ -62094,7 +62094,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62094
62094
|
m()
|
|
62095
62095
|
), d && /* @__PURE__ */ Fr.createElement("div", { ref: h, className: "ag-header-viewport " + v, role: "presentation" }, /* @__PURE__ */ Fr.createElement("div", { ref: c, className: "ag-header-container", role: "rowgroup" }, m())));
|
|
62096
62096
|
}, v2 = ks(zne), _ne = () => {
|
|
62097
|
-
const [e, t] =
|
|
62097
|
+
const [e, t] = ur(() => new _l()), [r, n] = ur(), { context: a } = Mn(Jo), u = gr(null), o = gr(), c = Kr((p) => {
|
|
62098
62098
|
if (u.current = p, o.current = p ? a.createBean(new fK()) : a.destroyBean(o.current), !p)
|
|
62099
62099
|
return;
|
|
62100
62100
|
const d = {
|
|
@@ -62160,13 +62160,13 @@ var Pne = 1e3, Ine = class {
|
|
|
62160
62160
|
this.value = e, this.refreshProps();
|
|
62161
62161
|
}
|
|
62162
62162
|
}, Yne = (e) => {
|
|
62163
|
-
const t = gr(e), r = gr(), n = gr(!1), a = gr(!1), [, u] =
|
|
62163
|
+
const t = gr(e), r = gr(), n = gr(!1), a = gr(!1), [, u] = ur(0);
|
|
62164
62164
|
n.current && (a.current = !0), _n(() => (n.current || (r.current = t.current(), n.current = !0), u((o) => o + 1), () => {
|
|
62165
62165
|
var o;
|
|
62166
62166
|
a.current && ((o = r.current) == null || o.call(r));
|
|
62167
62167
|
}), []);
|
|
62168
62168
|
}, $ne = (e) => {
|
|
62169
|
-
const [t, r] =
|
|
62169
|
+
const [t, r] = ur(), { context: n, popupService: a, localeService: u, gos: o, editService: c } = Mn(Jo);
|
|
62170
62170
|
return Yne(() => {
|
|
62171
62171
|
var E, x;
|
|
62172
62172
|
const { editDetails: i, cellCtrl: s, eParentCell: p } = e, { compDetails: d } = i, h = o.get("stopEditingWhenCellsLoseFocus"), v = n.createBean(c.createPopupEditorWrapper(d.params)), m = v.getGui();
|
|
@@ -62198,7 +62198,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62198
62198
|
};
|
|
62199
62199
|
}), /* @__PURE__ */ Fr.createElement(Fr.Fragment, null, t && e.wrappedContent && sb.createPortal(e.wrappedContent, t.getGui()));
|
|
62200
62200
|
}, PP = ks($ne), Xne = (e, t, r, n, a, u) => {
|
|
62201
|
-
const { context: o } = Mn(
|
|
62201
|
+
const { context: o } = Mn(Jo), c = Kr(() => {
|
|
62202
62202
|
const i = a.current;
|
|
62203
62203
|
if (!i)
|
|
62204
62204
|
return;
|
|
@@ -62271,9 +62271,9 @@ var Pne = 1e3, Ine = class {
|
|
|
62271
62271
|
printLayout: t,
|
|
62272
62272
|
editingRow: r
|
|
62273
62273
|
}) => {
|
|
62274
|
-
const { context: n } = Mn(
|
|
62274
|
+
const { context: n } = Mn(Jo), { colIdSanitised: a, instanceId: u } = e, o = gr(), [c, i] = ur(
|
|
62275
62275
|
() => e.isCellRenderer() ? void 0 : { compDetails: void 0, value: e.getValueToDisplay(), force: !1 }
|
|
62276
|
-
), [s, p] =
|
|
62276
|
+
), [s, p] = ur(), [d, h] = ur(1), [v, m] = ur(), [C, y] = ur(!1), [g, w] = ur(!1), [S, E] = ur(!1), [x, T] = ur(), F = Rr(() => e.isForceWrapper(), [e]), D = Rr(() => e.getCellAriaRole(), [e]), k = gr(null), M = gr(null), L = gr(), R = gr(), O = gr(), N = gr([]), Y = gr(), [W, ee] = ur(0), re = Kr((oe) => {
|
|
62277
62277
|
Y.current = oe, ee((ue) => ue + 1);
|
|
62278
62278
|
}, []), z = c != null && (C || S || g), Z = F || z, _ = Kr(
|
|
62279
62279
|
(oe) => {
|
|
@@ -62398,11 +62398,11 @@ var Pne = 1e3, Ine = class {
|
|
|
62398
62398
|
), s != null && Qne(s, _, k.current, e, x)), le = Kr(() => e.onFocusOut(), []);
|
|
62399
62399
|
return /* @__PURE__ */ Fr.createElement("div", { ref: $, style: v, role: D, "col-id": a, onBlur: le }, Z ? /* @__PURE__ */ Fr.createElement("div", { className: "ag-cell-wrapper", role: "presentation", ref: ce }, ne()) : ne());
|
|
62400
62400
|
}, eie = ks(qne), tie = ({ rowCtrl: e, containerType: t }) => {
|
|
62401
|
-
const { context: r, gos: n } = Mn(
|
|
62401
|
+
const { context: r, gos: n } = Mn(Jo), a = gr(), u = gr(e.getDomOrder()), o = e.isFullWidth(), c = e.getRowNode().displayed, [i, s] = ur(() => c ? e.getRowIndex() : null), [p, d] = ur(() => e.getRowId()), [h, v] = ur(() => e.getBusinessKey()), [m, C] = ur(() => e.getRowStyles()), y = gr(null), g = gr(null), [w, S] = ur(() => null), [E, x] = ur(), [T, F] = ur(
|
|
62402
62402
|
() => c ? e.getInitialRowTop(t) : void 0
|
|
62403
|
-
), [D, k] =
|
|
62403
|
+
), [D, k] = ur(
|
|
62404
62404
|
() => c ? e.getInitialTransform(t) : void 0
|
|
62405
|
-
), M = gr(null), L = gr(), R = gr(!1), [O, N] =
|
|
62405
|
+
), M = gr(null), L = gr(), R = gr(!1), [O, N] = ur(0);
|
|
62406
62406
|
_n(() => {
|
|
62407
62407
|
var $;
|
|
62408
62408
|
if (R.current || !E || O > 10)
|
|
@@ -62485,7 +62485,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62485
62485
|
re && ie()
|
|
62486
62486
|
);
|
|
62487
62487
|
}, rie = ks(tie), nie = ({ name: e }) => {
|
|
62488
|
-
const { context: t } = Mn(
|
|
62488
|
+
const { context: t } = Mn(Jo), r = Rr(() => kv(e), [e]), n = gr(null), a = gr(null), u = gr([]), o = gr([]), [c, i] = ur(() => []), s = gr(!1), p = gr(), d = Rr(() => pu(r.viewport), [r]), h = Rr(() => pu(r.container), [r]), v = r.type === "center", m = v ? n : a;
|
|
62489
62489
|
Wh(" AG Row Container " + e + " ", m);
|
|
62490
62490
|
const C = Kr(() => v ? n.current != null && a.current != null : a.current != null, []), y = Kr(() => v ? n.current == null && a.current == null : a.current == null, []), g = Kr(() => {
|
|
62491
62491
|
if (y() && (p.current = t.destroyBean(p.current)), C()) {
|
|
@@ -62532,7 +62532,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62532
62532
|
), E = () => /* @__PURE__ */ Fr.createElement("div", { className: h, ref: w, role: "rowgroup" }, c.map((x) => /* @__PURE__ */ Fr.createElement(rie, { rowCtrl: x, containerType: r.type, key: x.instanceId })));
|
|
62533
62533
|
return /* @__PURE__ */ Fr.createElement(Fr.Fragment, null, v ? /* @__PURE__ */ Fr.createElement("div", { className: d, ref: S, role: "presentation" }, E()) : E());
|
|
62534
62534
|
}, iie = ks(nie), aie = () => {
|
|
62535
|
-
const { context: e, resizeObserverService: t } = Mn(
|
|
62535
|
+
const { context: e, resizeObserverService: t } = Mn(Jo), [r, n] = ur(""), [a, u] = ur(0), [o, c] = ur(0), [i, s] = ur("0px"), [p, d] = ur("0px"), [h, v] = ur("100%"), [m, C] = ur("0px"), [y, g] = ur("0px"), [w, S] = ur("100%"), [E, x] = ur(""), [T, F] = ur(""), [D, k] = ur(null), [M, L] = ur(""), [R, O] = ur(null), [N, Y] = ur("ag-layout-normal"), W = gr();
|
|
62536
62536
|
W.current || (W.current = new ky(() => ee.current));
|
|
62537
62537
|
const ee = gr(null), re = gr(null), z = gr(null), Z = gr(null), _ = gr(null), J = gr(null), ie = gr(null), ce = gr([]), $ = gr([]);
|
|
62538
62538
|
Wh(" AG Grid Body ", ee), Wh(" AG Pinned Top ", re), Wh(" AG Sticky Top ", z), Wh(" AG Middle ", J), Wh(" AG Pinned Bottom ", ie);
|
|
@@ -62668,7 +62668,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62668
62668
|
children: ["bottomLeft", "bottomCenter", "bottomRight", "bottomFullWidth"]
|
|
62669
62669
|
}));
|
|
62670
62670
|
}, oie = ks(aie), sie = (e, t) => {
|
|
62671
|
-
const { children: r, eFocusableElement: n, onTabKeyDown: a, gridCtrl: u, forceFocusOutWhenTabGuardsAreEmpty: o } = e, { context: c } = Mn(
|
|
62671
|
+
const { children: r, eFocusableElement: n, onTabKeyDown: a, gridCtrl: u, forceFocusOutWhenTabGuardsAreEmpty: o } = e, { context: c } = Mn(Jo), i = gr(null), s = gr(null), p = gr(), d = (y) => {
|
|
62672
62672
|
const g = y == null ? void 0 : parseInt(y, 10).toString();
|
|
62673
62673
|
[i, s].forEach((w) => {
|
|
62674
62674
|
var S, E;
|
|
@@ -62726,7 +62726,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62726
62726
|
};
|
|
62727
62727
|
return /* @__PURE__ */ Fr.createElement(Fr.Fragment, null, C("top"), r, C("bottom"));
|
|
62728
62728
|
}, lie = lp(sie), uie = ks(lie), cie = ({ context: e }) => {
|
|
62729
|
-
const [t, r] =
|
|
62729
|
+
const [t, r] = ur(""), [n, a] = ur(""), [u, o] = ur(""), [c, i] = ur(null), [s, p] = ur(null), [d, h] = ur(!1), [v, m] = ur(), C = gr(), y = gr(null), g = gr(), [w, S] = ur(null), E = gr(() => {
|
|
62730
62730
|
}), x = gr(), T = gr([]), F = Kr(() => {
|
|
62731
62731
|
}, []), D = Rr(() => e.isDestroyed() ? null : e.getBeans(), [e]);
|
|
62732
62732
|
Wh(" AG Grid ", y);
|
|
@@ -62812,7 +62812,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62812
62812
|
), O = Kr((N) => {
|
|
62813
62813
|
g.current = N, m(N !== null);
|
|
62814
62814
|
}, []);
|
|
62815
|
-
return /* @__PURE__ */ Fr.createElement("div", { ref: k, className: M, style: R, role: "presentation" }, /* @__PURE__ */ Fr.createElement("div", { className: L, ref: S, role: "presentation" }, d && w && D && /* @__PURE__ */ Fr.createElement(
|
|
62815
|
+
return /* @__PURE__ */ Fr.createElement("div", { ref: k, className: M, style: R, role: "presentation" }, /* @__PURE__ */ Fr.createElement("div", { className: L, ref: S, role: "presentation" }, d && w && D && /* @__PURE__ */ Fr.createElement(Jo.Provider, { value: D }, /* @__PURE__ */ Fr.createElement(
|
|
62816
62816
|
uie,
|
|
62817
62817
|
{
|
|
62818
62818
|
ref: O,
|
|
@@ -62837,7 +62837,7 @@ var Pne = 1e3, Ine = class {
|
|
|
62837
62837
|
}
|
|
62838
62838
|
}, S5 = (e) => {
|
|
62839
62839
|
var y;
|
|
62840
|
-
const t = gr(), r = gr(null), n = gr(null), a = gr([]), u = gr([]), o = gr(e), c = gr(), i = gr(), s = gr(!1), [p, d] =
|
|
62840
|
+
const t = gr(), r = gr(null), n = gr(null), a = gr([]), u = gr([]), o = gr(e), c = gr(), i = gr(), s = gr(!1), [p, d] = ur(void 0), [, h] = ur(0), v = Kr((g) => {
|
|
62841
62841
|
if (r.current = g, !g) {
|
|
62842
62842
|
a.current.forEach((L) => L()), a.current.length = 0;
|
|
62843
62843
|
return;
|
|
@@ -62983,7 +62983,7 @@ var pie = class extends Nre {
|
|
|
62983
62983
|
return new b5(e, this.parent, t, r);
|
|
62984
62984
|
}
|
|
62985
62985
|
}, vie = lp((e, t) => {
|
|
62986
|
-
const { ctrlsFactory: r, context: n, gos: a, resizeObserverService: u, rowModel: o } = Mn(
|
|
62986
|
+
const { ctrlsFactory: r, context: n, gos: a, resizeObserverService: u, rowModel: o } = Mn(Jo), [c, i] = ur(() => new _l()), [s, p] = ur(() => new _l()), [d, h] = ur(), [v, m] = ur(), C = gr(), y = gr(null), g = gr(), w = Rr(() => oc.__getGridRegisteredModules(e.api.getGridId()), [e]), S = Rr(() => c.toString() + " ag-details-row", [c]), E = Rr(() => s.toString() + " ag-details-grid", [s]);
|
|
62987
62987
|
t && ib(t, () => ({
|
|
62988
62988
|
refresh() {
|
|
62989
62989
|
var F;
|
|
@@ -63161,7 +63161,7 @@ const yA = /* @__PURE__ */ ir.forwardRef(({
|
|
|
63161
63161
|
active: e,
|
|
63162
63162
|
disabled: t
|
|
63163
63163
|
}),
|
|
63164
|
-
children: /* @__PURE__ */
|
|
63164
|
+
children: /* @__PURE__ */ cr(d, {
|
|
63165
63165
|
className: ln("page-link", c),
|
|
63166
63166
|
style: o,
|
|
63167
63167
|
...s,
|
|
@@ -63177,7 +63177,7 @@ function Hy(e, t, r = e) {
|
|
|
63177
63177
|
const n = /* @__PURE__ */ ir.forwardRef(({
|
|
63178
63178
|
children: a,
|
|
63179
63179
|
...u
|
|
63180
|
-
}, o) => /* @__PURE__ */
|
|
63180
|
+
}, o) => /* @__PURE__ */ cr(yA, {
|
|
63181
63181
|
...u,
|
|
63182
63182
|
ref: o,
|
|
63183
63183
|
children: [/* @__PURE__ */ Se("span", {
|
|
@@ -63252,7 +63252,7 @@ function E5(e, t, r) {
|
|
|
63252
63252
|
return n;
|
|
63253
63253
|
}
|
|
63254
63254
|
function jie(e) {
|
|
63255
|
-
return /* @__PURE__ */
|
|
63255
|
+
return /* @__PURE__ */ cr(td, { size: "sm", children: [
|
|
63256
63256
|
/* @__PURE__ */ Se(
|
|
63257
63257
|
td.First,
|
|
63258
63258
|
{
|
|
@@ -63304,7 +63304,7 @@ function jie(e) {
|
|
|
63304
63304
|
] });
|
|
63305
63305
|
}
|
|
63306
63306
|
function Yie(e) {
|
|
63307
|
-
const [t, r] =
|
|
63307
|
+
const [t, r] = ur(!1), n = Kr(() => {
|
|
63308
63308
|
var s, p;
|
|
63309
63309
|
(s = e.gridRef.current) == null || s.api.resetColumnState(), (p = e.gridRef.current) == null || p.api.sizeColumnsToFit();
|
|
63310
63310
|
}, [e.gridRef]), a = Kr(
|
|
@@ -63357,7 +63357,7 @@ function Yie(e) {
|
|
|
63357
63357
|
columnSeparator: s.fileName.endsWith(".tsv") ? " " : ","
|
|
63358
63358
|
})) || "";
|
|
63359
63359
|
};
|
|
63360
|
-
return /* @__PURE__ */
|
|
63360
|
+
return /* @__PURE__ */ cr(td, { size: "sm", children: [
|
|
63361
63361
|
/* @__PURE__ */ Se(
|
|
63362
63362
|
f4,
|
|
63363
63363
|
{
|
|
@@ -63378,7 +63378,7 @@ function Yie(e) {
|
|
|
63378
63378
|
onHide: () => r(!1)
|
|
63379
63379
|
}
|
|
63380
63380
|
),
|
|
63381
|
-
/* @__PURE__ */
|
|
63381
|
+
/* @__PURE__ */ cr(
|
|
63382
63382
|
Rb,
|
|
63383
63383
|
{
|
|
63384
63384
|
id: "table-options",
|
|
@@ -63416,11 +63416,11 @@ function Yie(e) {
|
|
|
63416
63416
|
] });
|
|
63417
63417
|
}
|
|
63418
63418
|
function M5(e) {
|
|
63419
|
-
const t = gr(null), r = Rr(() => ({ width: "100%", height: "100%" }), []), n = Rr(() => ({ height: "100%", width: "100%" }), []), [a, u] =
|
|
63419
|
+
const t = gr(null), r = Rr(() => ({ width: "100%", height: "100%" }), []), n = Rr(() => ({ height: "100%", width: "100%" }), []), [a, u] = ur(0), o = Kr(() => {
|
|
63420
63420
|
var c;
|
|
63421
63421
|
e.isPaginated || u(((c = t.current) == null ? void 0 : c.api.getDisplayedRowCount()) || 0);
|
|
63422
63422
|
}, [t, e.isPaginated]);
|
|
63423
|
-
return /* @__PURE__ */
|
|
63423
|
+
return /* @__PURE__ */ cr(gi, { gap: 2, style: r, children: [
|
|
63424
63424
|
/* @__PURE__ */ Se("div", { className: "ag-theme-quartz", style: n, children: /* @__PURE__ */ Se(
|
|
63425
63425
|
mie,
|
|
63426
63426
|
{
|
|
@@ -63446,9 +63446,9 @@ function M5(e) {
|
|
|
63446
63446
|
loading: e.isDataLoading
|
|
63447
63447
|
}
|
|
63448
63448
|
) }),
|
|
63449
|
-
/* @__PURE__ */
|
|
63449
|
+
/* @__PURE__ */ cr("div", { children: [
|
|
63450
63450
|
/* @__PURE__ */ Se("i", { className: "text-secondary", children: e.footer || "" }),
|
|
63451
|
-
/* @__PURE__ */ Se("div", { style: { float: "right" }, children: /* @__PURE__ */ Se(So, { children: /* @__PURE__ */
|
|
63451
|
+
/* @__PURE__ */ Se("div", { style: { float: "right" }, children: /* @__PURE__ */ Se(So, { children: /* @__PURE__ */ cr(yd, { className: "g-2", children: [
|
|
63452
63452
|
/* @__PURE__ */ Se(xo, { style: { whiteSpace: "nowrap" }, children: /* @__PURE__ */ Se(td, { size: "sm", children: /* @__PURE__ */ Se(td.Item, { as: "span", children: e.isCountLoading ? "Loading..." : `${e.rowDisplayParams.from.toLocaleString()} to ${(e.isPaginated ? e.rowDisplayParams.to : a).toLocaleString()} of ${e.rowDisplayParams.of.toLocaleString()}` }) }) }),
|
|
63453
63453
|
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */ Se(jie, { ...e }) }),
|
|
63454
63454
|
/* @__PURE__ */ Se(xo, { children: /* @__PURE__ */ Se(
|
|
@@ -63464,7 +63464,7 @@ function M5(e) {
|
|
|
63464
63464
|
] });
|
|
63465
63465
|
}
|
|
63466
63466
|
function hg(e) {
|
|
63467
|
-
const [t, r] =
|
|
63467
|
+
const [t, r] = ur([]), [n, a] = ur([]), u = Kr(() => {
|
|
63468
63468
|
r(CA(e.data)), a(E5(e, e.data, !1));
|
|
63469
63469
|
}, []);
|
|
63470
63470
|
return /* @__PURE__ */ Se(
|
|
@@ -63501,10 +63501,10 @@ function hg(e) {
|
|
|
63501
63501
|
);
|
|
63502
63502
|
}
|
|
63503
63503
|
function $ie(e) {
|
|
63504
|
-
const [t, r] =
|
|
63504
|
+
const [t, r] = ur([]), [n, a] = ur([]), [u, o] = ur([]), [c, i] = ur(1), [s, p] = ur(1), [d, h] = ur(""), [v, m] = ur(""), [C, y] = ur(!1), [g, w] = ur({
|
|
63505
63505
|
fromCount: 0,
|
|
63506
63506
|
toCount: 0
|
|
63507
|
-
}), [S, E] =
|
|
63507
|
+
}), [S, E] = ur(""), x = e.pageSize, T = 50, { isFetching: F, data: D } = W7(e), k = Rr(() => (D == null ? void 0 : D.status) !== "success" ? { count: 0, numPages: 0 } : {
|
|
63508
63508
|
count: D.data.count,
|
|
63509
63509
|
numPages: D.data.count ? Math.ceil(D.data.count / T) : 1
|
|
63510
63510
|
}, [D]), M = !!(d || c > 1), L = !!(v || c < k.numPages), R = (z, Z) => z.slice(
|
|
@@ -63582,7 +63582,7 @@ function $ie(e) {
|
|
|
63582
63582
|
);
|
|
63583
63583
|
}
|
|
63584
63584
|
function D5(e) {
|
|
63585
|
-
const [t, r] =
|
|
63585
|
+
const [t, r] = ur(!1), [n, a] = ur(!1), [u, o] = ur(null), { isFetching: c, error: i, data: s } = e.queryHook(e), p = Kr((y) => {
|
|
63586
63586
|
o(y), a(!0);
|
|
63587
63587
|
}, []), d = (y) => y.split("_").map((g) => g.charAt(0).toUpperCase() + g.slice(1)).join(" "), h = Rr(() => (s == null ? void 0 : s.status) !== "success" ? [] : Object.entries(s.data).filter(([y]) => {
|
|
63588
63588
|
var g;
|
|
@@ -63603,7 +63603,7 @@ function D5(e) {
|
|
|
63603
63603
|
}),
|
|
63604
63604
|
[e, s]
|
|
63605
63605
|
), C = Sy(e.fields);
|
|
63606
|
-
return /* @__PURE__ */ Se(Cu, { isFetching: c, error: i, data: s, children: /* @__PURE__ */
|
|
63606
|
+
return /* @__PURE__ */ Se(Cu, { isFetching: c, error: i, data: s, children: /* @__PURE__ */ cr(
|
|
63607
63607
|
yi.Container,
|
|
63608
63608
|
{
|
|
63609
63609
|
id: "data-panel-tabs",
|
|
@@ -63631,8 +63631,8 @@ function D5(e) {
|
|
|
63631
63631
|
handleExport: A7(m)
|
|
63632
63632
|
}
|
|
63633
63633
|
),
|
|
63634
|
-
/* @__PURE__ */
|
|
63635
|
-
/* @__PURE__ */ Se(xo, { xs: 3, xl: 2, className: "h-100", children: /* @__PURE__ */
|
|
63634
|
+
/* @__PURE__ */ cr(yd, { className: "h-100", children: [
|
|
63635
|
+
/* @__PURE__ */ Se(xo, { xs: 3, xl: 2, className: "h-100", children: /* @__PURE__ */ cr(gi, { gap: 1, children: [
|
|
63636
63636
|
/* @__PURE__ */ Se("hr", {}),
|
|
63637
63637
|
(s == null ? void 0 : s.status) === "success" && /* @__PURE__ */ Se(So, { children: Array.from(e.dataFields).map(([y, g]) => {
|
|
63638
63638
|
var w;
|
|
@@ -63646,7 +63646,7 @@ function D5(e) {
|
|
|
63646
63646
|
);
|
|
63647
63647
|
}) }),
|
|
63648
63648
|
/* @__PURE__ */ Se("hr", {}),
|
|
63649
|
-
/* @__PURE__ */
|
|
63649
|
+
/* @__PURE__ */ cr(Ai, { variant: "pills", className: "flex-column", children: [
|
|
63650
63650
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: pf.DETAILS, children: "Details" }) }),
|
|
63651
63651
|
h.map(([y]) => /* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: `data-panel-${y}`, children: d(y) }) }, y)),
|
|
63652
63652
|
v.map(([y]) => /* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: `data-panel-${y}`, children: d(y) }) }, y))
|
|
@@ -63662,7 +63662,7 @@ function D5(e) {
|
|
|
63662
63662
|
}
|
|
63663
63663
|
)
|
|
63664
63664
|
] }) }),
|
|
63665
|
-
/* @__PURE__ */ Se(xo, { xs: 9, xl: 10, className: "h-100", children: /* @__PURE__ */
|
|
63665
|
+
/* @__PURE__ */ Se(xo, { xs: 9, xl: 10, className: "h-100", children: /* @__PURE__ */ cr(yi.Content, { className: "h-100", children: [
|
|
63666
63666
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: pf.DETAILS, className: "h-100", children: /* @__PURE__ */ Se(
|
|
63667
63667
|
$j,
|
|
63668
63668
|
{
|
|
@@ -63673,7 +63673,7 @@ function D5(e) {
|
|
|
63673
63673
|
) }),
|
|
63674
63674
|
h.map(([y, g]) => {
|
|
63675
63675
|
var w;
|
|
63676
|
-
return /* @__PURE__ */
|
|
63676
|
+
return /* @__PURE__ */ cr(
|
|
63677
63677
|
yi.Pane,
|
|
63678
63678
|
{
|
|
63679
63679
|
eventKey: `data-panel-${y}`,
|
|
@@ -63698,7 +63698,7 @@ function D5(e) {
|
|
|
63698
63698
|
}),
|
|
63699
63699
|
v.map(([y, g]) => {
|
|
63700
63700
|
var w;
|
|
63701
|
-
return /* @__PURE__ */
|
|
63701
|
+
return /* @__PURE__ */ cr(
|
|
63702
63702
|
yi.Pane,
|
|
63703
63703
|
{
|
|
63704
63704
|
eventKey: `data-panel-${y}`,
|
|
@@ -63848,7 +63848,7 @@ function Qie(e) {
|
|
|
63848
63848
|
var a, u, o;
|
|
63849
63849
|
if (r.type === "relation") {
|
|
63850
63850
|
let c;
|
|
63851
|
-
return r.action === "add" ? c = "Added" : r.action === "change" ? c = "Changed" : r.action === "delete" ? c = "Deleted" : c = "Modified", /* @__PURE__ */
|
|
63851
|
+
return r.action === "add" ? c = "Added" : r.action === "change" ? c = "Changed" : r.action === "delete" ? c = "Deleted" : c = "Modified", /* @__PURE__ */ cr("li", { children: [
|
|
63852
63852
|
/* @__PURE__ */ Se("strong", { children: (a = r.field) == null ? void 0 : a.toString() }),
|
|
63853
63853
|
": ",
|
|
63854
63854
|
c,
|
|
@@ -63860,7 +63860,7 @@ function Qie(e) {
|
|
|
63860
63860
|
"."
|
|
63861
63861
|
] }, n);
|
|
63862
63862
|
} else
|
|
63863
|
-
return /* @__PURE__ */
|
|
63863
|
+
return /* @__PURE__ */ cr("li", { children: [
|
|
63864
63864
|
/* @__PURE__ */ Se("strong", { children: (o = r.field) == null ? void 0 : o.toString() }),
|
|
63865
63865
|
":",
|
|
63866
63866
|
" ",
|
|
@@ -63914,10 +63914,10 @@ function eae(e) {
|
|
|
63914
63914
|
r = t;
|
|
63915
63915
|
}
|
|
63916
63916
|
return /* @__PURE__ */ Se("pre", { className: "onyx-text-pink", style: { lineHeight: "150%" }, children: r });
|
|
63917
|
-
} else return /* @__PURE__ */ Se(
|
|
63917
|
+
} else return /* @__PURE__ */ Se(hs, {});
|
|
63918
63918
|
}
|
|
63919
63919
|
function y1(e) {
|
|
63920
|
-
const [t, r] =
|
|
63920
|
+
const [t, r] = ur(!1), [n, a] = ur(null), { isFetching: u, error: o, data: c } = e.queryHook(e), i = Kr((d) => {
|
|
63921
63921
|
a(d), r(!0);
|
|
63922
63922
|
}, []), s = Rr(
|
|
63923
63923
|
() => ({
|
|
@@ -63926,7 +63926,7 @@ function y1(e) {
|
|
|
63926
63926
|
}),
|
|
63927
63927
|
[e, i]
|
|
63928
63928
|
), p = Rr(() => (c == null ? void 0 : c.status) !== "success" ? [] : c.data, [c]);
|
|
63929
|
-
return /* @__PURE__ */ Se(Cu, { isFetching: u, error: o, data: c, children: /* @__PURE__ */
|
|
63929
|
+
return /* @__PURE__ */ Se(Cu, { isFetching: u, error: o, data: c, children: /* @__PURE__ */ cr(hs, { children: [
|
|
63930
63930
|
/* @__PURE__ */ Se(
|
|
63931
63931
|
AR,
|
|
63932
63932
|
{
|
|
@@ -63959,7 +63959,7 @@ function L5(e) {
|
|
|
63959
63959
|
var u;
|
|
63960
63960
|
return (n == null ? void 0 : n.status) !== "success" ? [] : (u = n.data) == null ? void 0 : u.history;
|
|
63961
63961
|
}, [n]);
|
|
63962
|
-
return /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */
|
|
63962
|
+
return /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */ cr(hs, { children: [
|
|
63963
63963
|
/* @__PURE__ */ Se("h5", { children: "History" }),
|
|
63964
63964
|
/* @__PURE__ */ Se(
|
|
63965
63965
|
hg,
|
|
@@ -63986,7 +63986,7 @@ function L5(e) {
|
|
|
63986
63986
|
] }) });
|
|
63987
63987
|
}
|
|
63988
63988
|
function tae(e) {
|
|
63989
|
-
const [t, r] =
|
|
63989
|
+
const [t, r] = ur(!0), n = (u) => {
|
|
63990
63990
|
e.setTabState((o) => ({
|
|
63991
63991
|
...o,
|
|
63992
63992
|
analysisDetailTabKey: u
|
|
@@ -63997,8 +63997,8 @@ function tae(e) {
|
|
|
63997
63997
|
analysisDataPanelTabKey: u
|
|
63998
63998
|
}));
|
|
63999
63999
|
};
|
|
64000
|
-
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */
|
|
64001
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
64000
|
+
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */ cr(pi, { className: "h-100", children: [
|
|
64001
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 2, children: [
|
|
64002
64002
|
/* @__PURE__ */ Se(
|
|
64003
64003
|
oi,
|
|
64004
64004
|
{
|
|
@@ -64009,13 +64009,13 @@ function tae(e) {
|
|
|
64009
64009
|
children: /* @__PURE__ */ Se(RI, {})
|
|
64010
64010
|
}
|
|
64011
64011
|
),
|
|
64012
|
-
/* @__PURE__ */
|
|
64012
|
+
/* @__PURE__ */ cr("big", { className: "me-auto", children: [
|
|
64013
64013
|
"Analysis ID: ",
|
|
64014
64014
|
/* @__PURE__ */ Se("span", { className: "onyx-text-pink", children: e.ID })
|
|
64015
64015
|
] }),
|
|
64016
64016
|
!t && /* @__PURE__ */ Se(rk, {})
|
|
64017
64017
|
] }) }),
|
|
64018
|
-
/* @__PURE__ */ Se(pi.Body, { className: "pt-2 overflow-y-auto", children: /* @__PURE__ */
|
|
64018
|
+
/* @__PURE__ */ Se(pi.Body, { className: "pt-2 overflow-y-auto", children: /* @__PURE__ */ cr(
|
|
64019
64019
|
yi.Container,
|
|
64020
64020
|
{
|
|
64021
64021
|
activeKey: e.tabState.analysisDetailTabKey,
|
|
@@ -64023,14 +64023,14 @@ function tae(e) {
|
|
|
64023
64023
|
mountOnEnter: !0,
|
|
64024
64024
|
transition: !1,
|
|
64025
64025
|
children: [
|
|
64026
|
-
/* @__PURE__ */
|
|
64026
|
+
/* @__PURE__ */ cr(Ai, { variant: "tabs", children: [
|
|
64027
64027
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: tl.DATA, children: "Data" }) }),
|
|
64028
64028
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: tl.HISTORY, children: "History" }) }),
|
|
64029
64029
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: tl.RECORDS, children: "Records" }) }),
|
|
64030
64030
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: tl.UPSTREAM, children: "Upstream" }) }),
|
|
64031
64031
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: tl.DOWNSTREAM, children: "Downstream" }) })
|
|
64032
64032
|
] }),
|
|
64033
|
-
/* @__PURE__ */
|
|
64033
|
+
/* @__PURE__ */ cr(
|
|
64034
64034
|
yi.Content,
|
|
64035
64035
|
{
|
|
64036
64036
|
className: "p-3",
|
|
@@ -64170,7 +64170,7 @@ const k5 = (e) => {
|
|
|
64170
64170
|
} = rg(e, {
|
|
64171
64171
|
activeKey: "onSelect"
|
|
64172
64172
|
});
|
|
64173
|
-
return /* @__PURE__ */
|
|
64173
|
+
return /* @__PURE__ */ cr(ET, {
|
|
64174
64174
|
id: t,
|
|
64175
64175
|
activeKey: i,
|
|
64176
64176
|
onSelect: r,
|
|
@@ -64205,7 +64205,7 @@ var iae = /* @__PURE__ */ lp(function(e, t) {
|
|
|
64205
64205
|
}), O5 = iae;
|
|
64206
64206
|
const N5 = (e) => {
|
|
64207
64207
|
const t = e.label.split("|", 2);
|
|
64208
|
-
return /* @__PURE__ */ Se("div", { className: "onyx-modal", children: /* @__PURE__ */ Se("small", { children: /* @__PURE__ */
|
|
64208
|
+
return /* @__PURE__ */ Se("div", { className: "onyx-modal", children: /* @__PURE__ */ Se("small", { children: /* @__PURE__ */ cr(Bk.Option, { ...e, children: [
|
|
64209
64209
|
t.length > 0 && /* @__PURE__ */ Se("div", { children: t[0] }),
|
|
64210
64210
|
t.length > 1 && /* @__PURE__ */ Se(
|
|
64211
64211
|
"div",
|
|
@@ -64308,7 +64308,7 @@ function lf(e) {
|
|
|
64308
64308
|
}
|
|
64309
64309
|
function sae(e) {
|
|
64310
64310
|
var d, h;
|
|
64311
|
-
const [t, r] =
|
|
64311
|
+
const [t, r] = ur(e.filter), n = Rr(() => [
|
|
64312
64312
|
"length",
|
|
64313
64313
|
"length__in",
|
|
64314
64314
|
"length__range",
|
|
@@ -64430,8 +64430,8 @@ function sae(e) {
|
|
|
64430
64430
|
);
|
|
64431
64431
|
}
|
|
64432
64432
|
const p = Sy(e.fields);
|
|
64433
|
-
return /* @__PURE__ */
|
|
64434
|
-
/* @__PURE__ */
|
|
64433
|
+
return /* @__PURE__ */ cr(gi, { gap: 2, className: "p-1", children: [
|
|
64434
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", children: [
|
|
64435
64435
|
/* @__PURE__ */ Se("span", { className: "me-auto", children: "Edit Filter" }),
|
|
64436
64436
|
/* @__PURE__ */ Se(
|
|
64437
64437
|
ng,
|
|
@@ -64442,8 +64442,8 @@ function sae(e) {
|
|
|
64442
64442
|
)
|
|
64443
64443
|
] }),
|
|
64444
64444
|
/* @__PURE__ */ Se("hr", { className: "m-0" }),
|
|
64445
|
-
/* @__PURE__ */
|
|
64446
|
-
/* @__PURE__ */
|
|
64445
|
+
/* @__PURE__ */ cr(qn, { children: [
|
|
64446
|
+
/* @__PURE__ */ cr(qn.Group, { className: "mb-1", children: [
|
|
64447
64447
|
/* @__PURE__ */ Se(qn.Label, { children: "Field" }),
|
|
64448
64448
|
/* @__PURE__ */ Se(
|
|
64449
64449
|
ad,
|
|
@@ -64456,7 +64456,7 @@ function sae(e) {
|
|
|
64456
64456
|
}
|
|
64457
64457
|
)
|
|
64458
64458
|
] }),
|
|
64459
|
-
!e.disableLookups && /* @__PURE__ */
|
|
64459
|
+
!e.disableLookups && /* @__PURE__ */ cr(qn.Group, { className: "mb-1", children: [
|
|
64460
64460
|
/* @__PURE__ */ Se(qn.Label, { children: "Lookup" }),
|
|
64461
64461
|
/* @__PURE__ */ Se(
|
|
64462
64462
|
ad,
|
|
@@ -64469,12 +64469,12 @@ function sae(e) {
|
|
|
64469
64469
|
}
|
|
64470
64470
|
)
|
|
64471
64471
|
] }),
|
|
64472
|
-
t.lookup.endsWith("range") ? i : /* @__PURE__ */
|
|
64472
|
+
t.lookup.endsWith("range") ? i : /* @__PURE__ */ cr(qn.Group, { className: "mb-1", children: [
|
|
64473
64473
|
/* @__PURE__ */ Se(qn.Label, { children: s }),
|
|
64474
64474
|
i
|
|
64475
64475
|
] })
|
|
64476
64476
|
] }),
|
|
64477
|
-
/* @__PURE__ */
|
|
64477
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 1, children: [
|
|
64478
64478
|
/* @__PURE__ */ Se("div", { className: "me-auto" }),
|
|
64479
64479
|
/* @__PURE__ */ Se(
|
|
64480
64480
|
oi,
|
|
@@ -64490,7 +64490,7 @@ function sae(e) {
|
|
|
64490
64490
|
] });
|
|
64491
64491
|
}
|
|
64492
64492
|
function wA(e) {
|
|
64493
|
-
return /* @__PURE__ */
|
|
64493
|
+
return /* @__PURE__ */ cr(
|
|
64494
64494
|
no,
|
|
64495
64495
|
{
|
|
64496
64496
|
className: "onyx-modal",
|
|
@@ -64499,11 +64499,11 @@ function wA(e) {
|
|
|
64499
64499
|
onHide: e.onHide,
|
|
64500
64500
|
children: [
|
|
64501
64501
|
/* @__PURE__ */ Se(no.Header, { closeButton: !0, children: /* @__PURE__ */ Se(no.Title, { children: `Remove All ${e.item}` }) }),
|
|
64502
|
-
/* @__PURE__ */ Se(no.Body, { className: "text-center", children: /* @__PURE__ */
|
|
64502
|
+
/* @__PURE__ */ Se(no.Body, { className: "text-center", children: /* @__PURE__ */ cr(gi, { gap: 1, children: [
|
|
64503
64503
|
`Are you sure you want to remove all ${e.item.toLowerCase()}?`,
|
|
64504
64504
|
/* @__PURE__ */ Se("b", { children: "This action cannot be undone." })
|
|
64505
64505
|
] }) }),
|
|
64506
|
-
/* @__PURE__ */
|
|
64506
|
+
/* @__PURE__ */ cr(no.Footer, { children: [
|
|
64507
64507
|
/* @__PURE__ */ Se(oi, { variant: "dark", onClick: e.onHide, children: "Cancel" }),
|
|
64508
64508
|
/* @__PURE__ */ Se(
|
|
64509
64509
|
oi,
|
|
@@ -64528,7 +64528,7 @@ function lae(e) {
|
|
|
64528
64528
|
)} ${O3(e.value)}`;
|
|
64529
64529
|
}
|
|
64530
64530
|
function B5(e) {
|
|
64531
|
-
const [t, r] =
|
|
64531
|
+
const [t, r] = ur(!1), [n, a] = ur({}), [u, o] = ur(0), [c, i] = ur(!1), s = (v, m) => {
|
|
64532
64532
|
r(!0), a(v), o(m);
|
|
64533
64533
|
}, p = (v) => {
|
|
64534
64534
|
r(!1), e.setFilterList([
|
|
@@ -64546,7 +64546,7 @@ function B5(e) {
|
|
|
64546
64546
|
const m = [...e.filterList];
|
|
64547
64547
|
m.splice(v, 1), e.setFilterList(m);
|
|
64548
64548
|
};
|
|
64549
|
-
return /* @__PURE__ */
|
|
64549
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
64550
64550
|
/* @__PURE__ */ Se(
|
|
64551
64551
|
wA,
|
|
64552
64552
|
{
|
|
@@ -64558,7 +64558,7 @@ function B5(e) {
|
|
|
64558
64558
|
}
|
|
64559
64559
|
}
|
|
64560
64560
|
),
|
|
64561
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
64561
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 1, children: [
|
|
64562
64562
|
/* @__PURE__ */ Se("span", { className: "me-auto", children: "Filter" }),
|
|
64563
64563
|
/* @__PURE__ */ Se(
|
|
64564
64564
|
oi,
|
|
@@ -64590,7 +64590,7 @@ function B5(e) {
|
|
|
64590
64590
|
fieldList: e.filterFieldOptions,
|
|
64591
64591
|
setEditMode: r
|
|
64592
64592
|
}
|
|
64593
|
-
) : /* @__PURE__ */ Se(gi, { gap: 2, children: e.filterList.map((v, m) => /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0", children: /* @__PURE__ */
|
|
64593
|
+
) : /* @__PURE__ */ Se(gi, { gap: 2, children: e.filterList.map((v, m) => /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0", children: /* @__PURE__ */ cr(bA, { size: "sm", children: [
|
|
64594
64594
|
/* @__PURE__ */ Se(
|
|
64595
64595
|
oi,
|
|
64596
64596
|
{
|
|
@@ -84988,12 +84988,12 @@ var V5 = { exports: {} };
|
|
|
84988
84988
|
} else ae.title.hasOwnProperty("standoff") && ca.push(function() {
|
|
84989
84989
|
ae._depth = Wn[4] * ($r()[ae.side] - rr);
|
|
84990
84990
|
});
|
|
84991
|
-
var
|
|
84992
|
-
return !ft.skipTitle && !(
|
|
84991
|
+
var qo = h.getComponentMethod("rangeslider", "isVisible")(ae);
|
|
84992
|
+
return !ft.skipTitle && !(qo && ae.side === "bottom") && ca.push(function() {
|
|
84993
84993
|
return tr(Te, ae);
|
|
84994
84994
|
}), ca.push(function() {
|
|
84995
84995
|
var Ki = ae.side.charAt(0), Ui = Me[ae.side].charAt(0), ya = we.getPxPosition(Te, ae), Ca = Fn ? ae.ticklen : 0, ui, Gi, ao, To;
|
|
84996
|
-
(ae.automargin ||
|
|
84996
|
+
(ae.automargin || qo || ae._shiftPusher) && (ae.type === "multicategory" ? ui = $r("tick2") : (ui = $r(), It === "x" && Ki === "b" && (ae._depth = Math.max(ui.width > 0 ? ui.bottom - ya : 0, Ca))));
|
|
84997
84997
|
var po = 0, sl = 0;
|
|
84998
84998
|
if (ae._shiftPusher && (po = Math.max(Ca, ui.height > 0 ? Ki === "l" ? ya - ui.left : ui.right - ya : 0), ae.title.text !== dt._dfltTitle[It] && (sl = (ae._titleStandoff || 0) + (ae._titleScoot || 0), Ki === "l" && (sl += Ft(ae))), ae._fullDepth = Math.max(po, sl)), ae.automargin) {
|
|
84999
84999
|
Gi = {
|
|
@@ -85027,7 +85027,7 @@ var V5 = { exports: {} };
|
|
|
85027
85027
|
b: 0
|
|
85028
85028
|
}, ao[Ui] = ae.linewidth, ae.mirror && ae.mirror !== !0 && (ao[Ui] += Ca), ae.mirror === !0 || ae.mirror === "ticks" ? ao[Gt] = ae._anchorAxis.domain[vo[1]] : (ae.mirror === "all" || ae.mirror === "allticks") && (ao[Gt] = [ae._counterDomainMin, ae._counterDomainMax][vo[1]]));
|
|
85029
85029
|
}
|
|
85030
|
-
|
|
85030
|
+
qo && (To = h.getComponentMethod("rangeslider", "autoMarginOpts")(Te, ae)), typeof ae.automargin == "string" && (Ne(Gi, ae.automargin), Ne(ao, ae.automargin)), d.autoMargin(Te, ar(ae), Gi), d.autoMargin(Te, Ir(ae), ao), d.autoMargin(Te, br(ae), To);
|
|
85031
85031
|
}), v.syncOrAsync(ca);
|
|
85032
85032
|
}
|
|
85033
85033
|
};
|
|
@@ -85392,7 +85392,7 @@ var V5 = { exports: {} };
|
|
|
85392
85392
|
} else {
|
|
85393
85393
|
var ua = ae.ticklabelposition || "", ca = function(ui) {
|
|
85394
85394
|
return ua.indexOf(ui) !== -1;
|
|
85395
|
-
}, ho = ca("top"),
|
|
85395
|
+
}, ho = ca("top"), qo = ca("left"), Ki = ca("right"), Ui = ca("bottom"), ya = Ui || qo || ho || Ki, Ca = ya ? (ae.tickwidth || 0) + 2 * He : 0;
|
|
85396
85396
|
for (kn = 0; kn < Pn.length - 1; kn++)
|
|
85397
85397
|
if (v.bBoxIntersect(Pn[kn], Pn[kn + 1], Ca)) {
|
|
85398
85398
|
Ut = Fi;
|
|
@@ -96736,8 +96736,8 @@ var V5 = { exports: {} };
|
|
|
96736
96736
|
}
|
|
96737
96737
|
Bt = El;
|
|
96738
96738
|
} else if (Po.length > 1) {
|
|
96739
|
-
var Ml = Po[0], ea = Po[1],
|
|
96740
|
-
xn =
|
|
96739
|
+
var Ml = Po[0], ea = Po[1], as = Ml[0] - ea[0], rh = Ml[1] - ea[1];
|
|
96740
|
+
xn = as * as + rh * rh;
|
|
96741
96741
|
}
|
|
96742
96742
|
}
|
|
96743
96743
|
function Ys() {
|
|
@@ -96749,8 +96749,8 @@ var V5 = { exports: {} };
|
|
|
96749
96749
|
oa = Uo, Fo = Po;
|
|
96750
96750
|
}
|
|
96751
96751
|
if (Po) {
|
|
96752
|
-
var ea = (ea = Uo[0] - oa[0]) * ea + (ea = Uo[1] - oa[1]) * ea,
|
|
96753
|
-
oa = [(oa[0] + Uo[0]) / 2, (oa[1] + Uo[1]) / 2], Fo = [(Fo[0] + Po[0]) / 2, (Fo[1] + Po[1]) / 2], jr(
|
|
96752
|
+
var ea = (ea = Uo[0] - oa[0]) * ea + (ea = Uo[1] - oa[1]) * ea, as = xn && Math.sqrt(ea / xn);
|
|
96753
|
+
oa = [(oa[0] + Uo[0]) / 2, (oa[1] + Uo[1]) / 2], Fo = [(Fo[0] + Po[0]) / 2, (Fo[1] + Po[1]) / 2], jr(as * Ei);
|
|
96754
96754
|
}
|
|
96755
96755
|
Bt = null, Zr(oa, Fo), En(un);
|
|
96756
96756
|
}
|
|
@@ -97395,7 +97395,7 @@ var V5 = { exports: {} };
|
|
|
97395
97395
|
Q = A[B].edge, (!Q.b || !Q.a) && A.splice(B, 1);
|
|
97396
97396
|
return A.sort(Ki), A.length;
|
|
97397
97397
|
};
|
|
97398
|
-
function
|
|
97398
|
+
function qo(A) {
|
|
97399
97399
|
for (var B = A[0][0], Q = A[1][0], fe = A[0][1], pe = A[1][1], ye, Oe, Pe, ze, Je = Bn, et = Je.length, yt, mt, Bt, Zt, tt, Mt; et--; )
|
|
97400
97400
|
if (yt = Je[et], !(!yt || !yt.prepare()))
|
|
97401
97401
|
for (Bt = yt.edges, Zt = Bt.length, mt = 0; mt < Zt; )
|
|
@@ -97666,7 +97666,7 @@ var V5 = { exports: {} };
|
|
|
97666
97666
|
ha(ye.arc);
|
|
97667
97667
|
else
|
|
97668
97668
|
break;
|
|
97669
|
-
B && (Gi(B),
|
|
97669
|
+
B && (Gi(B), qo(B));
|
|
97670
97670
|
var Oe = {
|
|
97671
97671
|
cells: Bn,
|
|
97672
97672
|
edges: di
|
|
@@ -98002,8 +98002,8 @@ var V5 = { exports: {} };
|
|
|
98002
98002
|
return Nr(Q + ye * ze, fe + Oe * ze, pe + Pe * ze) + "";
|
|
98003
98003
|
};
|
|
98004
98004
|
}
|
|
98005
|
-
d.interpolateHsl =
|
|
98006
|
-
function
|
|
98005
|
+
d.interpolateHsl = es;
|
|
98006
|
+
function es(A, B) {
|
|
98007
98007
|
A = d.hsl(A), B = d.hsl(B);
|
|
98008
98008
|
var Q = A.h, fe = A.s, pe = A.l, ye = B.h - Q, Oe = B.s - fe, Pe = B.l - pe;
|
|
98009
98009
|
return isNaN(Oe) && (Oe = 0, fe = isNaN(fe) ? B.s : fe), isNaN(ye) ? (ye = 0, Q = isNaN(Q) ? B.h : Q) : ye > 180 ? ye -= 360 : ye < -180 && (ye += 360), function(ze) {
|
|
@@ -98372,7 +98372,7 @@ var V5 = { exports: {} };
|
|
|
98372
98372
|
})), pe;
|
|
98373
98373
|
}, fe;
|
|
98374
98374
|
};
|
|
98375
|
-
function
|
|
98375
|
+
function ts(A, B) {
|
|
98376
98376
|
return d.rebind(A, B, "sort", "children", "value"), A.nodes = A, A.links = xg, A;
|
|
98377
98377
|
}
|
|
98378
98378
|
function Ho(A, B) {
|
|
@@ -98428,7 +98428,7 @@ var V5 = { exports: {} };
|
|
|
98428
98428
|
}
|
|
98429
98429
|
return pe.size = function(ye) {
|
|
98430
98430
|
return arguments.length ? (B = ye, pe) : B;
|
|
98431
|
-
},
|
|
98431
|
+
}, ts(pe, A);
|
|
98432
98432
|
}, d.layout.pie = function() {
|
|
98433
98433
|
var A = Number, B = Rd, Q = 0, fe = Ne, pe = 0;
|
|
98434
98434
|
function ye(Oe) {
|
|
@@ -98627,7 +98627,7 @@ var V5 = { exports: {} };
|
|
|
98627
98627
|
return arguments.length ? (fe = ye == null || typeof ye == "function" ? ye : +ye, pe) : fe;
|
|
98628
98628
|
}, pe.padding = function(ye) {
|
|
98629
98629
|
return arguments.length ? (B = +ye, pe) : B;
|
|
98630
|
-
},
|
|
98630
|
+
}, ts(pe, A);
|
|
98631
98631
|
};
|
|
98632
98632
|
function Wf(A, B) {
|
|
98633
98633
|
return A.value - B.value;
|
|
@@ -98756,7 +98756,7 @@ var V5 = { exports: {} };
|
|
|
98756
98756
|
return arguments.length ? (fe = (Q = et) == null ? Je : null, pe) : fe ? null : Q;
|
|
98757
98757
|
}, pe.nodeSize = function(et) {
|
|
98758
98758
|
return arguments.length ? (fe = (Q = et) == null ? null : Je, pe) : fe ? Q : null;
|
|
98759
|
-
},
|
|
98759
|
+
}, ts(pe, A);
|
|
98760
98760
|
};
|
|
98761
98761
|
function Ac(A, B) {
|
|
98762
98762
|
return A.parent == B.parent ? 1 : 2;
|
|
@@ -98801,7 +98801,7 @@ var V5 = { exports: {} };
|
|
|
98801
98801
|
return arguments.length ? (fe = (Q = ye) == null, pe) : fe ? null : Q;
|
|
98802
98802
|
}, pe.nodeSize = function(ye) {
|
|
98803
98803
|
return arguments.length ? (fe = (Q = ye) != null, pe) : fe ? Q : null;
|
|
98804
|
-
},
|
|
98804
|
+
}, ts(pe, A);
|
|
98805
98805
|
};
|
|
98806
98806
|
function Ql(A) {
|
|
98807
98807
|
return 1 + d.max(A, function(B) {
|
|
@@ -98887,7 +98887,7 @@ var V5 = { exports: {} };
|
|
|
98887
98887
|
return arguments.length ? (ze = tt, Zt) : ze;
|
|
98888
98888
|
}, Zt.mode = function(tt) {
|
|
98889
98889
|
return arguments.length ? (Pe = tt + "", Zt) : Pe;
|
|
98890
|
-
},
|
|
98890
|
+
}, ts(Zt, A);
|
|
98891
98891
|
};
|
|
98892
98892
|
function Pd(A) {
|
|
98893
98893
|
return {
|
|
@@ -99169,13 +99169,13 @@ var V5 = { exports: {} };
|
|
|
99169
99169
|
d.scale.category10 = function() {
|
|
99170
99170
|
return d.scale.ordinal().range(Ec);
|
|
99171
99171
|
}, d.scale.category20 = function() {
|
|
99172
|
-
return d.scale.ordinal().range(
|
|
99172
|
+
return d.scale.ordinal().range(rs);
|
|
99173
99173
|
}, d.scale.category20b = function() {
|
|
99174
99174
|
return d.scale.ordinal().range(Mc);
|
|
99175
99175
|
}, d.scale.category20c = function() {
|
|
99176
99176
|
return d.scale.ordinal().range(Tg);
|
|
99177
99177
|
};
|
|
99178
|
-
var Ec = [2062260, 16744206, 2924588, 14034728, 9725885, 9197131, 14907330, 8355711, 12369186, 1556175].map(dt),
|
|
99178
|
+
var Ec = [2062260, 16744206, 2924588, 14034728, 9725885, 9197131, 14907330, 8355711, 12369186, 1556175].map(dt), rs = [2062260, 11454440, 16744206, 16759672, 2924588, 10018698, 14034728, 16750742, 9725885, 12955861, 9197131, 12885140, 14907330, 16234194, 8355711, 13092807, 12369186, 14408589, 1556175, 10410725].map(dt), Mc = [3750777, 5395619, 7040719, 10264286, 6519097, 9216594, 11915115, 13556636, 9202993, 12426809, 15186514, 15190932, 8666169, 11356490, 14049643, 15177372, 8077683, 10834324, 13528509, 14589654].map(dt), Tg = [3244733, 7057110, 10406625, 13032431, 15095053, 16616764, 16625259, 16634018, 3253076, 7652470, 10607003, 13101504, 7695281, 10394312, 12369372, 14342891, 6513507, 9868950, 12434877, 14277081].map(dt);
|
|
99179
99179
|
d.scale.quantile = function() {
|
|
99180
99180
|
return _s([], []);
|
|
99181
99181
|
};
|
|
@@ -99384,7 +99384,7 @@ var V5 = { exports: {} };
|
|
|
99384
99384
|
"linear-closed": Cl,
|
|
99385
99385
|
step: eu,
|
|
99386
99386
|
"step-before": ba,
|
|
99387
|
-
"step-after":
|
|
99387
|
+
"step-after": ns,
|
|
99388
99388
|
basis: Pc,
|
|
99389
99389
|
"basis-open": Jf,
|
|
99390
99390
|
"basis-closed": kd,
|
|
@@ -99411,20 +99411,20 @@ var V5 = { exports: {} };
|
|
|
99411
99411
|
for (var B = 0, Q = A.length, fe = A[0], pe = [fe[0], ",", fe[1]]; ++B < Q; ) pe.push("V", (fe = A[B])[1], "H", fe[0]);
|
|
99412
99412
|
return pe.join("");
|
|
99413
99413
|
}
|
|
99414
|
-
function
|
|
99414
|
+
function ns(A) {
|
|
99415
99415
|
for (var B = 0, Q = A.length, fe = A[0], pe = [fe[0], ",", fe[1]]; ++B < Q; ) pe.push("H", (fe = A[B])[0], "V", fe[1]);
|
|
99416
99416
|
return pe.join("");
|
|
99417
99417
|
}
|
|
99418
99418
|
function bl(A, B) {
|
|
99419
|
-
return A.length < 4 ? Ao(A) : A[1] +
|
|
99419
|
+
return A.length < 4 ? Ao(A) : A[1] + is(A.slice(1, -1), _o(A, B));
|
|
99420
99420
|
}
|
|
99421
99421
|
function Ia(A, B) {
|
|
99422
|
-
return A.length < 3 ? Cl(A) : A[0] +
|
|
99422
|
+
return A.length < 3 ? Cl(A) : A[0] + is((A.push(A[0]), A), _o([A[A.length - 2]].concat(A, [A[1]]), B));
|
|
99423
99423
|
}
|
|
99424
99424
|
function wl(A, B) {
|
|
99425
|
-
return A.length < 3 ? Ao(A) : A[0] +
|
|
99425
|
+
return A.length < 3 ? Ao(A) : A[0] + is(A, _o(A, B));
|
|
99426
99426
|
}
|
|
99427
|
-
function
|
|
99427
|
+
function is(A, B) {
|
|
99428
99428
|
if (B.length < 1 || A.length != B.length && A.length != B.length + 2)
|
|
99429
99429
|
return Ao(A);
|
|
99430
99430
|
var Q = A.length != B.length, fe = "", pe = A[0], ye = A[1], Oe = B[0], Pe = Oe, ze = 1;
|
|
@@ -99496,7 +99496,7 @@ var V5 = { exports: {} };
|
|
|
99496
99496
|
return B;
|
|
99497
99497
|
}
|
|
99498
99498
|
function Us(A) {
|
|
99499
|
-
return A.length < 3 ? Ao(A) : A[0] +
|
|
99499
|
+
return A.length < 3 ? Ao(A) : A[0] + is(A, kp(A));
|
|
99500
99500
|
}
|
|
99501
99501
|
d.svg.line.radial = function() {
|
|
99502
99502
|
var A = Pa(Nd);
|
|
@@ -99542,7 +99542,7 @@ var V5 = { exports: {} };
|
|
|
99542
99542
|
return arguments.length ? (et = mt, yt) : et;
|
|
99543
99543
|
}, yt;
|
|
99544
99544
|
}
|
|
99545
|
-
ba.reverse =
|
|
99545
|
+
ba.reverse = ns, ns.reverse = ba, d.svg.area = function() {
|
|
99546
99546
|
return Ic(j);
|
|
99547
99547
|
}, d.svg.area.radial = function() {
|
|
99548
99548
|
var A = Ic(Nd);
|
|
@@ -111933,11 +111933,11 @@ function yae(e) {
|
|
|
111933
111933
|
e.graphConfig.groupBy,
|
|
111934
111934
|
e.graphConfig.filters
|
|
111935
111935
|
]);
|
|
111936
|
-
return /* @__PURE__ */ Se("span", { className: "me-auto text-truncate", title: t, children: e.graphConfig.field ? /* @__PURE__ */
|
|
111936
|
+
return /* @__PURE__ */ Se("span", { className: "me-auto text-truncate", title: t, children: e.graphConfig.field ? /* @__PURE__ */ cr("span", { children: [
|
|
111937
111937
|
"Records by ",
|
|
111938
111938
|
e.graphConfig.field,
|
|
111939
111939
|
e.graphConfig.groupBy && `, grouped by ${e.graphConfig.groupBy}`,
|
|
111940
|
-
e.graphConfig.filters.length > 0 && e.graphConfig.filters.filter((r) => r.field).map((r) => /* @__PURE__ */
|
|
111940
|
+
e.graphConfig.filters.length > 0 && e.graphConfig.filters.filter((r) => r.field).map((r) => /* @__PURE__ */ cr("span", { children: [
|
|
111941
111941
|
", filtered by ",
|
|
111942
111942
|
r.field,
|
|
111943
111943
|
":",
|
|
@@ -111976,7 +111976,7 @@ function Cae(e) {
|
|
|
111976
111976
|
const a = Array.from(e.fields.entries()).filter(
|
|
111977
111977
|
([, o]) => (e.typeLookups.get(o.type) || []).includes("exact") && o.actions.includes("filter")
|
|
111978
111978
|
).map(([o]) => o), u = Sy(e.fields);
|
|
111979
|
-
return /* @__PURE__ */
|
|
111979
|
+
return /* @__PURE__ */ cr(
|
|
111980
111980
|
k5,
|
|
111981
111981
|
{
|
|
111982
111982
|
defaultActiveKey: Wm.GRAPH,
|
|
@@ -111985,8 +111985,8 @@ function Cae(e) {
|
|
|
111985
111985
|
justify: !0,
|
|
111986
111986
|
transition: !1,
|
|
111987
111987
|
children: [
|
|
111988
|
-
/* @__PURE__ */ Se(yi, { eventKey: Wm.GRAPH, title: "Graph", children: /* @__PURE__ */
|
|
111989
|
-
/* @__PURE__ */
|
|
111988
|
+
/* @__PURE__ */ Se(yi, { eventKey: Wm.GRAPH, title: "Graph", children: /* @__PURE__ */ cr(qn, { children: [
|
|
111989
|
+
/* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
111990
111990
|
/* @__PURE__ */ Se(qn.Label, { children: "Graph Type" }),
|
|
111991
111991
|
/* @__PURE__ */ Se(
|
|
111992
111992
|
ad,
|
|
@@ -111999,7 +111999,7 @@ function Cae(e) {
|
|
|
111999
111999
|
}
|
|
112000
112000
|
)
|
|
112001
112001
|
] }),
|
|
112002
|
-
e.graphConfig.type && /* @__PURE__ */
|
|
112002
|
+
e.graphConfig.type && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
112003
112003
|
/* @__PURE__ */ Se(qn.Label, { children: "Field" }),
|
|
112004
112004
|
/* @__PURE__ */ Se(
|
|
112005
112005
|
ad,
|
|
@@ -112013,7 +112013,7 @@ function Cae(e) {
|
|
|
112013
112013
|
}
|
|
112014
112014
|
)
|
|
112015
112015
|
] }),
|
|
112016
|
-
(e.graphConfig.type === "line" || e.graphConfig.type === "bar") && /* @__PURE__ */
|
|
112016
|
+
(e.graphConfig.type === "line" || e.graphConfig.type === "bar") && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
112017
112017
|
/* @__PURE__ */ Se(qn.Label, { children: "Group By" }),
|
|
112018
112018
|
/* @__PURE__ */ Se(
|
|
112019
112019
|
ad,
|
|
@@ -112027,7 +112027,7 @@ function Cae(e) {
|
|
|
112027
112027
|
}
|
|
112028
112028
|
)
|
|
112029
112029
|
] }),
|
|
112030
|
-
e.graphConfig.type === "bar" && /* @__PURE__ */
|
|
112030
|
+
e.graphConfig.type === "bar" && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
112031
112031
|
/* @__PURE__ */ Se(qn.Label, { children: "Group Mode" }),
|
|
112032
112032
|
/* @__PURE__ */ Se(
|
|
112033
112033
|
ad,
|
|
@@ -112049,7 +112049,7 @@ function Cae(e) {
|
|
|
112049
112049
|
disableLookups: !0
|
|
112050
112050
|
}
|
|
112051
112051
|
) }),
|
|
112052
|
-
/* @__PURE__ */ Se(yi, { eventKey: Wm.DISPLAY, title: "Display", children: (e.graphConfig.type === "line" || e.graphConfig.type === "bar") && /* @__PURE__ */
|
|
112052
|
+
/* @__PURE__ */ Se(yi, { eventKey: Wm.DISPLAY, title: "Display", children: (e.graphConfig.type === "line" || e.graphConfig.type === "bar") && /* @__PURE__ */ cr(qn.Group, { className: "mb-3", children: [
|
|
112053
112053
|
/* @__PURE__ */ Se(qn.Label, { children: "Y Axis" }),
|
|
112054
112054
|
/* @__PURE__ */ Se(
|
|
112055
112055
|
qn.Check,
|
|
@@ -112088,11 +112088,11 @@ function bae(e) {
|
|
|
112088
112088
|
return t;
|
|
112089
112089
|
}
|
|
112090
112090
|
function wae(e) {
|
|
112091
|
-
const [t, r] =
|
|
112092
|
-
return /* @__PURE__ */
|
|
112093
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
112091
|
+
const [t, r] = ur(null);
|
|
112092
|
+
return /* @__PURE__ */ cr(pi, { children: [
|
|
112093
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 1, children: [
|
|
112094
112094
|
/* @__PURE__ */ Se(yae, { ...e }),
|
|
112095
|
-
t && /* @__PURE__ */
|
|
112095
|
+
t && /* @__PURE__ */ cr(
|
|
112096
112096
|
"span",
|
|
112097
112097
|
{
|
|
112098
112098
|
className: "text-secondary text-truncate px-2",
|
|
@@ -112136,7 +112136,7 @@ function wae(e) {
|
|
|
112136
112136
|
}
|
|
112137
112137
|
)
|
|
112138
112138
|
] }) }),
|
|
112139
|
-
/* @__PURE__ */ Se(pi.Body, { className: "p-2", children: /* @__PURE__ */
|
|
112139
|
+
/* @__PURE__ */ Se(pi.Body, { className: "p-2", children: /* @__PURE__ */ cr(yd, { className: "g-2", children: [
|
|
112140
112140
|
e.showOptions && /* @__PURE__ */ Se(xo, { xl: 12, xxl: e.viewMode === "list" ? 3 : 4, children: /* @__PURE__ */ Se(pi, { body: !0, style: { height: "440px" }, className: "h-100", children: /* @__PURE__ */ Se(Cae, { ...e }) }) }),
|
|
112141
112141
|
/* @__PURE__ */ Se(
|
|
112142
112142
|
xo,
|
|
@@ -112195,7 +112195,7 @@ function Sae(e) {
|
|
|
112195
112195
|
e,
|
|
112196
112196
|
`${e.project.code}GraphShowOptions`,
|
|
112197
112197
|
!0
|
|
112198
|
-
), [i, s] =
|
|
112198
|
+
), [i, s] = ur(null), [p, d] = ur(!1), h = Array.from(e.fields.entries()).filter(([, k]) => k.actions.includes("list")).map(([k]) => k), v = () => {
|
|
112199
112199
|
s(i ? 0 : 1);
|
|
112200
112200
|
}, m = (k, M) => {
|
|
112201
112201
|
const L = [...r];
|
|
@@ -112243,7 +112243,7 @@ function Sae(e) {
|
|
|
112243
112243
|
const M = [...r];
|
|
112244
112244
|
M.splice(k, 1), n(M);
|
|
112245
112245
|
};
|
|
112246
|
-
return /* @__PURE__ */
|
|
112246
|
+
return /* @__PURE__ */ cr(So, { fluid: !0, className: "g-0 h-100", children: [
|
|
112247
112247
|
/* @__PURE__ */ Se(
|
|
112248
112248
|
wA,
|
|
112249
112249
|
{
|
|
@@ -112253,8 +112253,8 @@ function Sae(e) {
|
|
|
112253
112253
|
handleRemove: () => n([])
|
|
112254
112254
|
}
|
|
112255
112255
|
),
|
|
112256
|
-
/* @__PURE__ */
|
|
112257
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
112256
|
+
/* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112257
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 1, children: [
|
|
112258
112258
|
/* @__PURE__ */ Se("span", { className: "me-auto text-truncate", children: /* @__PURE__ */ Se(
|
|
112259
112259
|
rR,
|
|
112260
112260
|
{
|
|
@@ -112339,7 +112339,7 @@ function Sae(e) {
|
|
|
112339
112339
|
] });
|
|
112340
112340
|
}
|
|
112341
112341
|
function xae(e) {
|
|
112342
|
-
const [t, r] =
|
|
112342
|
+
const [t, r] = ur(!0), n = (u) => {
|
|
112343
112343
|
e.setTabState((o) => ({
|
|
112344
112344
|
...o,
|
|
112345
112345
|
recordDetailTabKey: u
|
|
@@ -112350,8 +112350,8 @@ function xae(e) {
|
|
|
112350
112350
|
recordDataPanelTabKey: u
|
|
112351
112351
|
}));
|
|
112352
112352
|
};
|
|
112353
|
-
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */
|
|
112354
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
112353
|
+
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */ cr(pi, { className: "h-100", children: [
|
|
112354
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 2, children: [
|
|
112355
112355
|
/* @__PURE__ */ Se(
|
|
112356
112356
|
oi,
|
|
112357
112357
|
{
|
|
@@ -112362,13 +112362,13 @@ function xae(e) {
|
|
|
112362
112362
|
children: /* @__PURE__ */ Se(RI, {})
|
|
112363
112363
|
}
|
|
112364
112364
|
),
|
|
112365
|
-
/* @__PURE__ */
|
|
112365
|
+
/* @__PURE__ */ cr("big", { className: "me-auto", children: [
|
|
112366
112366
|
"CLIMB ID: ",
|
|
112367
112367
|
/* @__PURE__ */ Se("span", { className: "onyx-text-pink", children: e.ID })
|
|
112368
112368
|
] }),
|
|
112369
112369
|
!t && /* @__PURE__ */ Se(rk, {})
|
|
112370
112370
|
] }) }),
|
|
112371
|
-
/* @__PURE__ */ Se(pi.Body, { className: "pt-2 overflow-y-auto", children: /* @__PURE__ */
|
|
112371
|
+
/* @__PURE__ */ Se(pi.Body, { className: "pt-2 overflow-y-auto", children: /* @__PURE__ */ cr(
|
|
112372
112372
|
yi.Container,
|
|
112373
112373
|
{
|
|
112374
112374
|
activeKey: e.tabState.recordDetailTabKey,
|
|
@@ -112376,12 +112376,12 @@ function xae(e) {
|
|
|
112376
112376
|
mountOnEnter: !0,
|
|
112377
112377
|
transition: !1,
|
|
112378
112378
|
children: [
|
|
112379
|
-
/* @__PURE__ */
|
|
112379
|
+
/* @__PURE__ */ cr(Ai, { variant: "tabs", children: [
|
|
112380
112380
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: Jc.DATA, children: "Data" }) }),
|
|
112381
112381
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: Jc.HISTORY, children: "History" }) }),
|
|
112382
112382
|
/* @__PURE__ */ Se(Ai.Item, { children: /* @__PURE__ */ Se(Ai.Link, { eventKey: Jc.ANALYSES, children: "Analyses" }) })
|
|
112383
112383
|
] }),
|
|
112384
|
-
/* @__PURE__ */
|
|
112384
|
+
/* @__PURE__ */ cr(
|
|
112385
112385
|
yi.Content,
|
|
112386
112386
|
{
|
|
112387
112387
|
className: "p-3",
|
|
@@ -112444,7 +112444,7 @@ function xae(e) {
|
|
|
112444
112444
|
] }) });
|
|
112445
112445
|
}
|
|
112446
112446
|
function Tae(e) {
|
|
112447
|
-
const [t, r] =
|
|
112447
|
+
const [t, r] = ur(!1), [n, a] = ur(null), u = Rr(
|
|
112448
112448
|
() => R7(
|
|
112449
112449
|
`${e.project.code}_${e.title.toLowerCase()}`,
|
|
112450
112450
|
e.searchParameters
|
|
@@ -112467,8 +112467,8 @@ function Tae(e) {
|
|
|
112467
112467
|
["ingest_report", gT(i)],
|
|
112468
112468
|
["report", gT(i)]
|
|
112469
112469
|
]), p = Sy(e.fields);
|
|
112470
|
-
return /* @__PURE__ */
|
|
112471
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
112470
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112471
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { gap: 2, direction: "horizontal", children: [
|
|
112472
112472
|
/* @__PURE__ */ Se(Bz, { ...e }),
|
|
112473
112473
|
/* @__PURE__ */ Se("span", { className: "me-auto text-truncate", children: /* @__PURE__ */ Se(
|
|
112474
112474
|
rR,
|
|
@@ -112477,7 +112477,7 @@ function Tae(e) {
|
|
|
112477
112477
|
description: e.projectDescription
|
|
112478
112478
|
}
|
|
112479
112479
|
) }),
|
|
112480
|
-
/* @__PURE__ */
|
|
112480
|
+
/* @__PURE__ */ cr(
|
|
112481
112481
|
oi,
|
|
112482
112482
|
{
|
|
112483
112483
|
size: "sm",
|
|
@@ -112491,7 +112491,7 @@ function Tae(e) {
|
|
|
112491
112491
|
}
|
|
112492
112492
|
)
|
|
112493
112493
|
] }) }),
|
|
112494
|
-
/* @__PURE__ */
|
|
112494
|
+
/* @__PURE__ */ cr(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: [
|
|
112495
112495
|
/* @__PURE__ */ Se(
|
|
112496
112496
|
AR,
|
|
112497
112497
|
{
|
|
@@ -112533,7 +112533,7 @@ function Tae(e) {
|
|
|
112533
112533
|
] });
|
|
112534
112534
|
}
|
|
112535
112535
|
function Rae(e) {
|
|
112536
|
-
return /* @__PURE__ */
|
|
112536
|
+
return /* @__PURE__ */ cr(gi, { className: "p-1", direction: "horizontal", gap: 2, children: [
|
|
112537
112537
|
/* @__PURE__ */ Se(
|
|
112538
112538
|
qn.Control,
|
|
112539
112539
|
{
|
|
@@ -112549,13 +112549,13 @@ function Rae(e) {
|
|
|
112549
112549
|
] });
|
|
112550
112550
|
}
|
|
112551
112551
|
function Aae(e) {
|
|
112552
|
-
const [t, r] =
|
|
112552
|
+
const [t, r] = ur(e.summariseList), n = (o) => {
|
|
112553
112553
|
r(o.target.value ? o.target.value.split(",") : []);
|
|
112554
112554
|
}, a = () => {
|
|
112555
112555
|
e.setSummariseList(t), e.setEditMode(!1);
|
|
112556
112556
|
}, u = Sy(e.fields);
|
|
112557
|
-
return /* @__PURE__ */
|
|
112558
|
-
/* @__PURE__ */
|
|
112557
|
+
return /* @__PURE__ */ cr(gi, { gap: 2, className: "p-1", children: [
|
|
112558
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", children: [
|
|
112559
112559
|
/* @__PURE__ */ Se("span", { className: "me-auto", children: "Edit Fields" }),
|
|
112560
112560
|
/* @__PURE__ */ Se(
|
|
112561
112561
|
ng,
|
|
@@ -112576,7 +112576,7 @@ function Aae(e) {
|
|
|
112576
112576
|
onChange: n
|
|
112577
112577
|
}
|
|
112578
112578
|
),
|
|
112579
|
-
/* @__PURE__ */
|
|
112579
|
+
/* @__PURE__ */ cr(gi, { className: "mt-1", direction: "horizontal", gap: 1, children: [
|
|
112580
112580
|
/* @__PURE__ */ Se("div", { className: "me-auto" }),
|
|
112581
112581
|
/* @__PURE__ */ Se(
|
|
112582
112582
|
oi,
|
|
@@ -112592,11 +112592,11 @@ function Aae(e) {
|
|
|
112592
112592
|
] });
|
|
112593
112593
|
}
|
|
112594
112594
|
function Eae(e) {
|
|
112595
|
-
const [t, r] =
|
|
112595
|
+
const [t, r] = ur(!1), [n, a] = ur(!1), u = (c) => {
|
|
112596
112596
|
const i = [...e.summariseList];
|
|
112597
112597
|
i.splice(c, 1), e.setSummariseList(i);
|
|
112598
112598
|
};
|
|
112599
|
-
return /* @__PURE__ */
|
|
112599
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112600
112600
|
/* @__PURE__ */ Se(
|
|
112601
112601
|
wA,
|
|
112602
112602
|
{
|
|
@@ -112608,7 +112608,7 @@ function Eae(e) {
|
|
|
112608
112608
|
}
|
|
112609
112609
|
}
|
|
112610
112610
|
),
|
|
112611
|
-
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */
|
|
112611
|
+
/* @__PURE__ */ Se(pi.Header, { children: /* @__PURE__ */ cr(gi, { direction: "horizontal", gap: 1, children: [
|
|
112612
112612
|
/* @__PURE__ */ Se("span", { className: "me-auto", children: "Summarise" }),
|
|
112613
112613
|
/* @__PURE__ */ Se(
|
|
112614
112614
|
oi,
|
|
@@ -112640,7 +112640,7 @@ function Eae(e) {
|
|
|
112640
112640
|
filterFieldOptions: e.filterFieldOptions,
|
|
112641
112641
|
setEditMode: r
|
|
112642
112642
|
}
|
|
112643
|
-
) : /* @__PURE__ */ Se(gi, { gap: 2, children: e.summariseList.map((c, i) => /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0", children: /* @__PURE__ */
|
|
112643
|
+
) : /* @__PURE__ */ Se(gi, { gap: 2, children: e.summariseList.map((c, i) => /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0", children: /* @__PURE__ */ cr(bA, { size: "sm", children: [
|
|
112644
112644
|
/* @__PURE__ */ Se(oi, { variant: "dark", onClick: () => r(!0), children: /* @__PURE__ */ Se("span", { className: "onyx-text-pink font-monospace", children: P2(c) }) }),
|
|
112645
112645
|
/* @__PURE__ */ Se(
|
|
112646
112646
|
oi,
|
|
@@ -112655,7 +112655,7 @@ function Eae(e) {
|
|
|
112655
112655
|
] });
|
|
112656
112656
|
}
|
|
112657
112657
|
function Mae(e) {
|
|
112658
|
-
const [t, r] =
|
|
112658
|
+
const [t, r] = ur(!1), [n, a] = ur(/* @__PURE__ */ new Set()), [u, o] = ur(""), c = mb(u.toLowerCase(), 200), i = Rr(
|
|
112659
112659
|
() => e.columns.filter(
|
|
112660
112660
|
(m) => m.code.toLowerCase().includes(c) || m.description.toLowerCase().includes(c)
|
|
112661
112661
|
),
|
|
@@ -112676,7 +112676,7 @@ function Mae(e) {
|
|
|
112676
112676
|
}, v = () => {
|
|
112677
112677
|
e.setActiveColumns(Array.from(n)), e.onHide();
|
|
112678
112678
|
};
|
|
112679
|
-
return /* @__PURE__ */
|
|
112679
|
+
return /* @__PURE__ */ cr(
|
|
112680
112680
|
no,
|
|
112681
112681
|
{
|
|
112682
112682
|
size: "lg",
|
|
@@ -112686,8 +112686,8 @@ function Mae(e) {
|
|
|
112686
112686
|
onHide: e.onHide,
|
|
112687
112687
|
children: [
|
|
112688
112688
|
/* @__PURE__ */ Se(no.Header, { closeButton: !0, children: /* @__PURE__ */ Se(no.Title, { children: "Edit Columns" }) }),
|
|
112689
|
-
/* @__PURE__ */ Se(no.Body, { children: /* @__PURE__ */
|
|
112690
|
-
/* @__PURE__ */
|
|
112689
|
+
/* @__PURE__ */ Se(no.Body, { children: /* @__PURE__ */ cr(gi, { gap: 2, children: [
|
|
112690
|
+
/* @__PURE__ */ cr(gi, { direction: "horizontal", children: [
|
|
112691
112691
|
/* @__PURE__ */ Se(
|
|
112692
112692
|
qn.Check,
|
|
112693
112693
|
{
|
|
@@ -112728,7 +112728,7 @@ function Mae(e) {
|
|
|
112728
112728
|
}
|
|
112729
112729
|
)
|
|
112730
112730
|
] }) }),
|
|
112731
|
-
/* @__PURE__ */
|
|
112731
|
+
/* @__PURE__ */ cr(no.Footer, { children: [
|
|
112732
112732
|
/* @__PURE__ */ Se(
|
|
112733
112733
|
oi,
|
|
112734
112734
|
{
|
|
@@ -112749,7 +112749,7 @@ function Mae(e) {
|
|
|
112749
112749
|
);
|
|
112750
112750
|
}
|
|
112751
112751
|
function Dae(e) {
|
|
112752
|
-
const [t, r] =
|
|
112752
|
+
const [t, r] = ur(!1), n = gr(null), a = (i) => {
|
|
112753
112753
|
i.preventDefault(), r(!0);
|
|
112754
112754
|
}, u = () => r(!1), o = Kr(
|
|
112755
112755
|
(i) => {
|
|
@@ -112791,7 +112791,7 @@ function OP(e) {
|
|
|
112791
112791
|
e,
|
|
112792
112792
|
`${e.project.code}${e.title}IncludeList`,
|
|
112793
112793
|
e.defaultFields
|
|
112794
|
-
), p = 300, [d, h] =
|
|
112794
|
+
), p = 300, [d, h] = ur(!1), [v, m] = ur(p), [C, y] = ur(!1), g = Rr(
|
|
112795
112795
|
() => Array.from(e.fields.entries()).filter(([, R]) => R.actions.includes("filter")).map(([R]) => R),
|
|
112796
112796
|
[e.fields]
|
|
112797
112797
|
), w = Rr(
|
|
@@ -112824,7 +112824,7 @@ function OP(e) {
|
|
|
112824
112824
|
const Y = [e.commandBase, R, O].join(" ").trim();
|
|
112825
112825
|
navigator.clipboard.writeText(Y);
|
|
112826
112826
|
};
|
|
112827
|
-
return /* @__PURE__ */
|
|
112827
|
+
return /* @__PURE__ */ cr(So, { fluid: !0, className: "g-0 h-100", children: [
|
|
112828
112828
|
/* @__PURE__ */ Se(
|
|
112829
112829
|
Mae,
|
|
112830
112830
|
{
|
|
@@ -112837,82 +112837,71 @@ function OP(e) {
|
|
|
112837
112837
|
setActiveColumns: s
|
|
112838
112838
|
}
|
|
112839
112839
|
),
|
|
112840
|
-
/* @__PURE__ */
|
|
112841
|
-
!d && /* @__PURE__ */
|
|
112842
|
-
|
|
112843
|
-
|
|
112844
|
-
|
|
112845
|
-
|
|
112846
|
-
|
|
112847
|
-
|
|
112848
|
-
|
|
112849
|
-
|
|
112850
|
-
|
|
112851
|
-
|
|
112852
|
-
|
|
112853
|
-
|
|
112840
|
+
/* @__PURE__ */ cr(gi, { gap: 2, direction: "horizontal", className: "h-100", children: [
|
|
112841
|
+
!d && /* @__PURE__ */ cr(
|
|
112842
|
+
"div",
|
|
112843
|
+
{
|
|
112844
|
+
className: "h-100",
|
|
112845
|
+
style: {
|
|
112846
|
+
position: "relative",
|
|
112847
|
+
width: v,
|
|
112848
|
+
minWidth: v
|
|
112849
|
+
},
|
|
112850
|
+
children: [
|
|
112851
|
+
/* @__PURE__ */ Se(So, { fluid: !0, className: "h-100 g-0", children: /* @__PURE__ */ cr(gi, { gap: 2, className: "h-100", children: [
|
|
112852
|
+
/* @__PURE__ */ Se(
|
|
112853
|
+
Rae,
|
|
112854
|
+
{
|
|
112855
|
+
...e,
|
|
112856
|
+
placeholder: `Search ${e.title.toLowerCase()}...`,
|
|
112857
|
+
searchInput: r,
|
|
112858
|
+
setSearchInput: n,
|
|
112859
|
+
handleSearch: M
|
|
112860
|
+
}
|
|
112861
|
+
),
|
|
112862
|
+
/* @__PURE__ */ cr(gi, { gap: 2, className: "h-100 overflow-y-hidden", children: [
|
|
112854
112863
|
/* @__PURE__ */ Se(
|
|
112855
|
-
|
|
112864
|
+
B5,
|
|
112856
112865
|
{
|
|
112857
112866
|
...e,
|
|
112858
|
-
|
|
112859
|
-
|
|
112860
|
-
|
|
112861
|
-
handleSearch: M
|
|
112867
|
+
filterList: a,
|
|
112868
|
+
setFilterList: u,
|
|
112869
|
+
filterFieldOptions: g
|
|
112862
112870
|
}
|
|
112863
112871
|
),
|
|
112864
|
-
/* @__PURE__ */
|
|
112865
|
-
|
|
112866
|
-
|
|
112867
|
-
|
|
112868
|
-
|
|
112869
|
-
|
|
112870
|
-
|
|
112871
|
-
|
|
112872
|
-
|
|
112873
|
-
|
|
112874
|
-
|
|
112875
|
-
|
|
112876
|
-
|
|
112877
|
-
|
|
112878
|
-
|
|
112879
|
-
|
|
112880
|
-
|
|
112881
|
-
|
|
112882
|
-
|
|
112883
|
-
|
|
112884
|
-
|
|
112885
|
-
|
|
112886
|
-
|
|
112887
|
-
|
|
112888
|
-
|
|
112889
|
-
|
|
112890
|
-
|
|
112891
|
-
|
|
112892
|
-
|
|
112893
|
-
|
|
112894
|
-
|
|
112895
|
-
|
|
112896
|
-
|
|
112897
|
-
{
|
|
112898
|
-
defaultWidth: p,
|
|
112899
|
-
minWidth: 220,
|
|
112900
|
-
maxWidth: 600,
|
|
112901
|
-
setWidth: m
|
|
112902
|
-
}
|
|
112903
|
-
)
|
|
112904
|
-
]
|
|
112905
|
-
}
|
|
112906
|
-
),
|
|
112907
|
-
/* @__PURE__ */ Se(
|
|
112908
|
-
"div",
|
|
112909
|
-
{
|
|
112910
|
-
style: {
|
|
112911
|
-
paddingLeft: "10px"
|
|
112912
|
-
}
|
|
112913
|
-
}
|
|
112914
|
-
)
|
|
112915
|
-
] }),
|
|
112872
|
+
/* @__PURE__ */ Se(
|
|
112873
|
+
Eae,
|
|
112874
|
+
{
|
|
112875
|
+
...e,
|
|
112876
|
+
summariseList: o,
|
|
112877
|
+
setSummariseList: c,
|
|
112878
|
+
filterFieldOptions: g
|
|
112879
|
+
}
|
|
112880
|
+
),
|
|
112881
|
+
/* @__PURE__ */ Se(
|
|
112882
|
+
nk,
|
|
112883
|
+
{
|
|
112884
|
+
size: "sm",
|
|
112885
|
+
variant: "dark",
|
|
112886
|
+
title: "Copy CLI Command",
|
|
112887
|
+
onClick: L,
|
|
112888
|
+
showTitle: !0
|
|
112889
|
+
}
|
|
112890
|
+
)
|
|
112891
|
+
] })
|
|
112892
|
+
] }) }),
|
|
112893
|
+
/* @__PURE__ */ Se(
|
|
112894
|
+
Dae,
|
|
112895
|
+
{
|
|
112896
|
+
defaultWidth: p,
|
|
112897
|
+
minWidth: 220,
|
|
112898
|
+
maxWidth: 600,
|
|
112899
|
+
setWidth: m
|
|
112900
|
+
}
|
|
112901
|
+
)
|
|
112902
|
+
]
|
|
112903
|
+
}
|
|
112904
|
+
),
|
|
112916
112905
|
/* @__PURE__ */ Se("div", { className: "h-100", style: { flex: 1 }, children: /* @__PURE__ */ Se(So, { fluid: !0, className: "h-100 g-0", children: /* @__PURE__ */ Se(
|
|
112917
112906
|
Tae,
|
|
112918
112907
|
{
|
|
@@ -112932,7 +112921,7 @@ function OP(e) {
|
|
|
112932
112921
|
}
|
|
112933
112922
|
function Fae(e) {
|
|
112934
112923
|
const { isFetching: t, error: r, data: n } = k7(e), a = Rr(() => (n == null ? void 0 : n.status) !== "success" ? [] : n.data, [n]);
|
|
112935
|
-
return /* @__PURE__ */
|
|
112924
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100", children: [
|
|
112936
112925
|
/* @__PURE__ */ Se(pi.Header, { children: "Site Users" }),
|
|
112937
112926
|
/* @__PURE__ */ Se(pi.Body, { className: "p-2 h-100", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */ Se(
|
|
112938
112927
|
hg,
|
|
@@ -112959,9 +112948,9 @@ function Iae(e) {
|
|
|
112959
112948
|
site: "",
|
|
112960
112949
|
email: ""
|
|
112961
112950
|
} : n.data, [n]);
|
|
112962
|
-
return /* @__PURE__ */
|
|
112951
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112963
112952
|
/* @__PURE__ */ Se(pi.Header, { children: "Details" }),
|
|
112964
|
-
/* @__PURE__ */ Se(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */
|
|
112953
|
+
/* @__PURE__ */ Se(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */ cr(So, { children: [
|
|
112965
112954
|
/* @__PURE__ */ Se(Kh, { name: "Username", value: a.username }),
|
|
112966
112955
|
/* @__PURE__ */ Se(Kh, { name: "Site", value: a.site }),
|
|
112967
112956
|
/* @__PURE__ */ Se(Kh, { name: "Email", value: a.email })
|
|
@@ -112970,11 +112959,11 @@ function Iae(e) {
|
|
|
112970
112959
|
}
|
|
112971
112960
|
function Lae(e) {
|
|
112972
112961
|
const { isFetching: t, error: r, data: n } = DI(e), a = Rr(() => (n == null ? void 0 : n.status) !== "success" ? [] : n.data, [n]);
|
|
112973
|
-
return /* @__PURE__ */
|
|
112962
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112974
112963
|
/* @__PURE__ */ Se(pi.Header, { children: "Project Permissions" }),
|
|
112975
112964
|
/* @__PURE__ */ Se(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */ Se(gi, { gap: 2, children: a.map((u, o) => {
|
|
112976
112965
|
var c;
|
|
112977
|
-
return /* @__PURE__ */
|
|
112966
|
+
return /* @__PURE__ */ cr(pi, { body: !0, children: [
|
|
112978
112967
|
/* @__PURE__ */ Se(Kh, { name: "Project", value: u.project }),
|
|
112979
112968
|
/* @__PURE__ */ Se(Kh, { name: "Scope", value: u.scope }),
|
|
112980
112969
|
/* @__PURE__ */ Se(
|
|
@@ -112990,9 +112979,9 @@ function Lae(e) {
|
|
|
112990
112979
|
}
|
|
112991
112980
|
function kae(e) {
|
|
112992
112981
|
const { isFetching: t, error: r, data: n } = L7(e), a = Rr(() => (n == null ? void 0 : n.status) !== "success" ? [] : n.data, [n]);
|
|
112993
|
-
return /* @__PURE__ */
|
|
112982
|
+
return /* @__PURE__ */ cr(pi, { className: "h-100 overflow-y-auto", children: [
|
|
112994
112983
|
/* @__PURE__ */ Se(pi.Header, { children: "Recent Activity" }),
|
|
112995
|
-
/* @__PURE__ */ Se(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */
|
|
112984
|
+
/* @__PURE__ */ Se(pi.Body, { className: "h-100 p-2 overflow-y-auto", children: /* @__PURE__ */ Se(Cu, { isFetching: t, error: r, data: n, children: /* @__PURE__ */ cr(gi, { className: "h-100", children: [
|
|
112996
112985
|
/* @__PURE__ */ Se(pi.Text, { className: "m-2", children: Oz }),
|
|
112997
112986
|
/* @__PURE__ */ Se(
|
|
112998
112987
|
hg,
|
|
@@ -113030,8 +113019,8 @@ function kae(e) {
|
|
|
113030
113019
|
] });
|
|
113031
113020
|
}
|
|
113032
113021
|
function Oae(e) {
|
|
113033
|
-
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */
|
|
113034
|
-
/* @__PURE__ */ Se(xo, { xs: 5, sm: 3, xl: 2, className: "h-100", children: /* @__PURE__ */
|
|
113022
|
+
return /* @__PURE__ */ Se(So, { fluid: !0, className: "g-0 h-100", children: /* @__PURE__ */ cr(yd, { className: "g-2 h-100", children: [
|
|
113023
|
+
/* @__PURE__ */ Se(xo, { xs: 5, sm: 3, xl: 2, className: "h-100", children: /* @__PURE__ */ cr(gi, { gap: 2, className: "h-100", children: [
|
|
113035
113024
|
/* @__PURE__ */ Se("div", { className: "h-25", children: /* @__PURE__ */ Se(Iae, { ...e }) }),
|
|
113036
113025
|
/* @__PURE__ */ Se("div", { className: "h-75", children: /* @__PURE__ */ Se(Lae, { ...e }) })
|
|
113037
113026
|
] }) }),
|
|
@@ -113050,7 +113039,7 @@ function Nae(e) {
|
|
|
113050
113039
|
activeKey: e.tabState.tabKey,
|
|
113051
113040
|
mountOnEnter: !0,
|
|
113052
113041
|
transition: !1,
|
|
113053
|
-
children: /* @__PURE__ */
|
|
113042
|
+
children: /* @__PURE__ */ cr(yi.Content, { className: "h-100", children: [
|
|
113054
113043
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: ta.USER, className: "h-100", children: /* @__PURE__ */ Se(Oae, { ...e }) }),
|
|
113055
113044
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: ta.SITE, className: "h-100", children: /* @__PURE__ */ Se(Pae, { ...e }) }),
|
|
113056
113045
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: ta.RECORDS, className: "h-100", children: /* @__PURE__ */ Se(
|
|
@@ -113064,7 +113053,7 @@ function Nae(e) {
|
|
|
113064
113053
|
{
|
|
113065
113054
|
activeKey: e.tabState.recordTabKey,
|
|
113066
113055
|
transition: !1,
|
|
113067
|
-
children: /* @__PURE__ */
|
|
113056
|
+
children: /* @__PURE__ */ cr(yi.Content, { className: "h-100", children: [
|
|
113068
113057
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: nd.LIST, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113069
113058
|
OP,
|
|
113070
113059
|
{
|
|
@@ -113111,7 +113100,7 @@ function Nae(e) {
|
|
|
113111
113100
|
{
|
|
113112
113101
|
activeKey: e.tabState.analysisTabKey,
|
|
113113
113102
|
transition: !1,
|
|
113114
|
-
children: /* @__PURE__ */
|
|
113103
|
+
children: /* @__PURE__ */ cr(yi.Content, { className: "h-100", children: [
|
|
113115
113104
|
/* @__PURE__ */ Se(yi.Pane, { eventKey: id.LIST, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113116
113105
|
OP,
|
|
113117
113106
|
{
|
|
@@ -113154,14 +113143,14 @@ function Nae(e) {
|
|
|
113154
113143
|
}
|
|
113155
113144
|
function Gae() {
|
|
113156
113145
|
const e = WL(1e3);
|
|
113157
|
-
return e ? /* @__PURE__ */ Se("div", { className: "h-100 d-flex justify-content-center align-items-center", children: /* @__PURE__ */ Se(cd, { in: e, appear: !0, children: /* @__PURE__ */
|
|
113146
|
+
return e ? /* @__PURE__ */ Se("div", { className: "h-100 d-flex justify-content-center align-items-center", children: /* @__PURE__ */ Se(cd, { in: e, appear: !0, children: /* @__PURE__ */ cr("h1", { className: "text-center", children: [
|
|
113158
113147
|
/* @__PURE__ */ Se(TI, { color: "var(--bs-pink)", size: 100 }),
|
|
113159
113148
|
" ",
|
|
113160
113149
|
/* @__PURE__ */ Se(rR, { title: "Onyx", description: "API for Pathogen Metadata" })
|
|
113161
|
-
] }) }) }) : /* @__PURE__ */ Se(
|
|
113150
|
+
] }) }) }) : /* @__PURE__ */ Se(hs, {});
|
|
113162
113151
|
}
|
|
113163
113152
|
function Hae(e) {
|
|
113164
|
-
const [t, r] =
|
|
113153
|
+
const [t, r] = ur(
|
|
113165
113154
|
localStorage.getItem("onyx-theme") === Mv.DARK
|
|
113166
113155
|
);
|
|
113167
113156
|
_n(() => {
|
|
@@ -113292,7 +113281,7 @@ function Hae(e) {
|
|
|
113292
113281
|
analysisTabKey: id.LIST
|
|
113293
113282
|
}));
|
|
113294
113283
|
}, [i]);
|
|
113295
|
-
return /* @__PURE__ */
|
|
113284
|
+
return /* @__PURE__ */ cr("div", { className: "Onyx h-100", children: [
|
|
113296
113285
|
/* @__PURE__ */ Se(
|
|
113297
113286
|
Iz,
|
|
113298
113287
|
{
|