@devtron-labs/devtron-fe-common-lib 1.21.1-beta-1 → 1.21.1-beta-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-DyNjAvmw.js → @code-editor-CL0ET6g1.js} +211 -199
- package/dist/{@common-rjsf-N39UzuyG.js → @common-rjsf-DfVjq1Qu.js} +1 -1
- package/dist/Shared/Components/License/types.d.ts +3 -0
- package/dist/Shared/Components/License/utils.d.ts +1 -1
- package/dist/Shared/types.d.ts +23 -10
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ var Kc = (e) => {
|
|
|
3
3
|
throw TypeError(e);
|
|
4
4
|
};
|
|
5
5
|
var gf = (e, s, n) => s in e ? hf(e, s, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[s] = n;
|
|
6
|
-
var
|
|
6
|
+
var pe = (e, s, n) => gf(e, typeof s != "symbol" ? s + "" : s, n), zc = (e, s, n) => s.has(e) || Kc("Cannot " + n);
|
|
7
7
|
var qs = (e, s, n) => (zc(e, s, "read from private field"), n ? n.call(e) : s.get(e)), Ha = (e, s, n) => s.has(e) ? Kc("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(e) : s.set(e, n), Ya = (e, s, n, a) => (zc(e, s, "write to private field"), a ? a.call(e, n) : s.set(e, n), n);
|
|
8
8
|
import { j as t, i as ye, Q as Wa, k as xf, F as Ef, n as Cf, D as Nr, t as ze, g as Nf, a as bf, E as na, S as Yi, b as vu, r as Iu, s as Tf, o as Sf, c as qc, d as vf, e as If, y as Rf, l as br, f as Af, h as yf, m as Xc, p as Jc, q as jf, u as Of, v as wf, w as Lf, x as Df, z as Pf, A as kf, B as Ru, T as Zc, C as Wi, G as Mf, H as Qc, I as Uf, J as $f, K as Au, L as el, M as Ff, N as Bf, O as Vf, P as Gf, R as tl, V as Hf, U as Yf, W as Wf, X as sl, Y as Kf, Z as nl, _ as al, $ as zf, a0 as qf, a1 as Xf, a2 as Jf, a3 as Zf, a4 as Qf, a5 as eh, a6 as Ao, a7 as th, a8 as sh, a9 as nh, aa as ah, ab as rh, ac as yu, ad as oh, ae as ih, af as ch, ag as lh, ah as dh, ai as rl, aj as ol, ak as uh, al as mh, am as ph, an as _h, ao as fh, ap as hh, aq as gh, ar as xh, as as ju, at as Ou, au as Eh, av as Ch, aw as Nh, ax as bh, ay as Th, az as Sh, aA as vh, aB as Ih, aC as Rh, aD as Ah, aE as yh, aF as Js } from "./@vendor-3ORIJA0h.js";
|
|
9
9
|
import He, { createContext as Mt, useContext as ss, useMemo as K, useState as O, useEffect as k, forwardRef as qr, createElement as Ki, Children as ti, useRef as B, useCallback as Ge, useLayoutEffect as zi, createRef as Tr, cloneElement as aa, Fragment as gs, memo as yt, Component as qi } from "react";
|
|
@@ -23,7 +23,7 @@ import { ReactComponent as Pu } from "./assets/ic-timer.b62145ec.svg";
|
|
|
23
23
|
import { ReactComponent as ku } from "./assets/ic-cpu.3024be12.svg";
|
|
24
24
|
import { ReactComponent as Mu } from "./assets/ic-memory.c3264de1.svg";
|
|
25
25
|
import xs from "react-ga4";
|
|
26
|
-
import { h as
|
|
26
|
+
import { h as de } from "./@moment-CGWt8tF2.js";
|
|
27
27
|
import $h from "./assets/DeployAudio.566e45df.mp3";
|
|
28
28
|
import { m as Fe, A as on, a as ra, u as oa, b as Ls, c as il, d as Fh } from "./@framer-motion-DZveCoIL.js";
|
|
29
29
|
import Ji, { components as Xe } from "react-select";
|
|
@@ -747,18 +747,18 @@ const pl = {
|
|
|
747
747
|
};
|
|
748
748
|
class nT {
|
|
749
749
|
constructor(s) {
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
750
|
+
pe(this, "code");
|
|
751
|
+
pe(this, "internalMessage");
|
|
752
|
+
pe(this, "userMessage");
|
|
753
|
+
pe(this, "moreInfo");
|
|
754
754
|
this.code = s.code || 0, this.userMessage = s.userMessage || "", this.internalMessage = s.internalMessage || "", this.moreInfo = s.moreInfo || "";
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
class Ht extends Error {
|
|
758
758
|
constructor(n) {
|
|
759
759
|
super();
|
|
760
|
-
|
|
761
|
-
|
|
760
|
+
pe(this, "code");
|
|
761
|
+
pe(this, "errors");
|
|
762
762
|
this.code = n.code;
|
|
763
763
|
const a = n.errors.reduce((r, o) => (r += `${o.internalMessage || o.userMessage}`, r), "");
|
|
764
764
|
this.name = `[${n.code.toString()}]`, this.message = a, this.errors = n.errors.map((r) => new nT(r)), Object.setPrototypeOf(this, Ht.prototype);
|
|
@@ -824,7 +824,7 @@ const Rm = (e, s, n, a, r) => {
|
|
|
824
824
|
Rm(i, e, r, o, s);
|
|
825
825
|
});
|
|
826
826
|
}, CT = () => {
|
|
827
|
-
const e =
|
|
827
|
+
const e = de().year();
|
|
828
828
|
return /* @__PURE__ */ t.jsxs("p", { className: "fs-13 cn-5 fw-4 lh-20 m-0", children: [
|
|
829
829
|
"Copyright © ",
|
|
830
830
|
e,
|
|
@@ -1498,7 +1498,7 @@ const tn = class tn {
|
|
|
1498
1498
|
* Handler for showing the toast
|
|
1499
1499
|
*/
|
|
1500
1500
|
// eslint-disable-next-line class-methods-use-this
|
|
1501
|
-
|
|
1501
|
+
pe(this, "showToast", ({
|
|
1502
1502
|
variant: s = Te.info,
|
|
1503
1503
|
icon: n,
|
|
1504
1504
|
title: a,
|
|
@@ -1538,11 +1538,11 @@ const tn = class tn {
|
|
|
1538
1538
|
/**
|
|
1539
1539
|
* Handler for dismissing an existing toast
|
|
1540
1540
|
*/
|
|
1541
|
-
|
|
1541
|
+
pe(this, "dismissToast", Wa.dismiss);
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Handler for checking if the toast is active
|
|
1544
1544
|
*/
|
|
1545
|
-
|
|
1545
|
+
pe(this, "isToastActive", Wa.isActive);
|
|
1546
1546
|
}
|
|
1547
1547
|
static get instance() {
|
|
1548
1548
|
return qs(tn, Sn) || Ya(tn, Sn, new tn()), qs(tn, Sn);
|
|
@@ -1682,8 +1682,8 @@ const cG = {
|
|
|
1682
1682
|
] }) : null;
|
|
1683
1683
|
class dG {
|
|
1684
1684
|
constructor(s, n) {
|
|
1685
|
-
|
|
1686
|
-
|
|
1685
|
+
pe(this, "title", "");
|
|
1686
|
+
pe(this, "subTitle", "");
|
|
1687
1687
|
this.title = s, this.subTitle = n;
|
|
1688
1688
|
}
|
|
1689
1689
|
}
|
|
@@ -3329,9 +3329,9 @@ const Sl = (e) => {
|
|
|
3329
3329
|
hideFormFieldInfo: J,
|
|
3330
3330
|
autoFocus: ge,
|
|
3331
3331
|
showCheckboxForMultiSelect: Ce = !0,
|
|
3332
|
-
...
|
|
3332
|
+
...ue
|
|
3333
3333
|
}) => {
|
|
3334
|
-
const ae = B(null),
|
|
3334
|
+
const ae = B(null), me = T ?? ae, [se, oe] = O(!1), [ie, Ie] = O(""), {
|
|
3335
3335
|
inputId: Ne,
|
|
3336
3336
|
required: Qe,
|
|
3337
3337
|
isDisabled: De,
|
|
@@ -3340,7 +3340,7 @@ const Sl = (e) => {
|
|
|
3340
3340
|
options: gt,
|
|
3341
3341
|
getOptionValue: fe,
|
|
3342
3342
|
noOptionsMessage: $
|
|
3343
|
-
} =
|
|
3343
|
+
} = ue, {
|
|
3344
3344
|
isGroupHeadingSelectable: X = !1,
|
|
3345
3345
|
getIsOptionValid: ce = () => !0,
|
|
3346
3346
|
customDisplayText: Ae = null
|
|
@@ -3385,23 +3385,23 @@ const Sl = (e) => {
|
|
|
3385
3385
|
const Rs = we?.trim();
|
|
3386
3386
|
Rs && v?.(Rs);
|
|
3387
3387
|
}, uf = (we, Rs) => {
|
|
3388
|
-
if (
|
|
3389
|
-
|
|
3388
|
+
if (ue.onInputChange) {
|
|
3389
|
+
ue.onInputChange(we, Rs);
|
|
3390
3390
|
return;
|
|
3391
3391
|
}
|
|
3392
3392
|
Ie(we);
|
|
3393
3393
|
}, mf = (we) => {
|
|
3394
|
-
(we.metaKey || we.ctrlKey) && we.key === "Enter" && we.preventDefault(), we.key === "Escape" && (we.stopPropagation(),
|
|
3394
|
+
(we.metaKey || we.ctrlKey) && we.key === "Enter" && we.preventDefault(), we.key === "Escape" && (we.stopPropagation(), me.current.props.menuIsOpen || me.current.blur()), D?.(we);
|
|
3395
3395
|
}, pf = (we) => {
|
|
3396
|
-
w || oe(!0),
|
|
3396
|
+
w || oe(!0), ue.onFocus?.(we);
|
|
3397
3397
|
}, _f = (we) => {
|
|
3398
|
-
oe(!1),
|
|
3398
|
+
oe(!1), ue.onBlur?.(we);
|
|
3399
3399
|
}, ff = (...we) => {
|
|
3400
|
-
g && ls(
|
|
3400
|
+
g && ls(ue.inputValue) && Ie(ie), ue.onChange?.(...we);
|
|
3401
3401
|
};
|
|
3402
3402
|
return k(() => {
|
|
3403
3403
|
ge && setTimeout(() => {
|
|
3404
|
-
|
|
3404
|
+
me.current?.focus();
|
|
3405
3405
|
}, 100);
|
|
3406
3406
|
}, [ge]), /* @__PURE__ */ t.jsx(
|
|
3407
3407
|
_c,
|
|
@@ -3423,7 +3423,7 @@ const Sl = (e) => {
|
|
|
3423
3423
|
children: /* @__PURE__ */ t.jsx(pt, { condition: De && !!l, wrap: lf, children: /* @__PURE__ */ t.jsx("div", { className: "w-100", children: /* @__PURE__ */ t.jsx(
|
|
3424
3424
|
Yg,
|
|
3425
3425
|
{
|
|
3426
|
-
...
|
|
3426
|
+
...ue,
|
|
3427
3427
|
...pc({
|
|
3428
3428
|
inputId: Ne,
|
|
3429
3429
|
required: Qe,
|
|
@@ -3452,7 +3452,7 @@ const Sl = (e) => {
|
|
|
3452
3452
|
hideSelectedOptions: !1,
|
|
3453
3453
|
shouldRenderCustomOptions: N || !1,
|
|
3454
3454
|
isMulti: g,
|
|
3455
|
-
ref:
|
|
3455
|
+
ref: me,
|
|
3456
3456
|
components: {
|
|
3457
3457
|
IndicatorSeparator: null,
|
|
3458
3458
|
LoadingIndicator: null,
|
|
@@ -3478,7 +3478,7 @@ const Sl = (e) => {
|
|
|
3478
3478
|
createOptionPosition: "first",
|
|
3479
3479
|
onCreateOption: df,
|
|
3480
3480
|
menuListFooterConfig: m ? null : R,
|
|
3481
|
-
inputValue:
|
|
3481
|
+
inputValue: ue.inputValue ?? ie,
|
|
3482
3482
|
onInputChange: uf,
|
|
3483
3483
|
icon: s,
|
|
3484
3484
|
keyboardShortcut: n,
|
|
@@ -6609,7 +6609,7 @@ const II = (e) => e.replace(Wt.ESCAPED_CHARACTERS, "\\$&"), _H = ({ searchText:
|
|
|
6609
6609
|
function dp(e, s, n = ve.ASC) {
|
|
6610
6610
|
return n === ve.DESC ? e?.localeCompare(s, void 0, { numeric: !0 }) ?? 1 : s?.localeCompare(e, void 0, { numeric: !0 }) ?? 1;
|
|
6611
6611
|
}
|
|
6612
|
-
const gH = (e, s, n = ve.ASC) => n === ve.ASC ?
|
|
6612
|
+
const gH = (e, s, n = ve.ASC) => n === ve.ASC ? de(s).diff(de(e)) : de(e).diff(de(s)), xH = (e) => {
|
|
6613
6613
|
switch (e) {
|
|
6614
6614
|
case ua.PULL_REQUEST:
|
|
6615
6615
|
return /* @__PURE__ */ t.jsx(ec, { className: "icon-dim-12" });
|
|
@@ -6691,10 +6691,10 @@ const OI = (e, s = !1) => s ? btoa(e) : atob(e), Ti = (e, s = !1) => Object.keys
|
|
|
6691
6691
|
}) => {
|
|
6692
6692
|
if (!Fs(e) || !Fs(s))
|
|
6693
6693
|
return n;
|
|
6694
|
-
const a =
|
|
6694
|
+
const a = de(e), r = de(s);
|
|
6695
6695
|
if (!a.isValid() || !r.isValid())
|
|
6696
6696
|
return n;
|
|
6697
|
-
const o = Math.abs(r.diff(a)), i =
|
|
6697
|
+
const o = Math.abs(r.diff(a)), i = de.duration(o), l = [
|
|
6698
6698
|
{ label: "d", value: i.days() },
|
|
6699
6699
|
{ label: "h", value: i.hours() },
|
|
6700
6700
|
{ label: "m", value: i.minutes() },
|
|
@@ -6773,7 +6773,7 @@ const OI = (e, s = !1) => s ? btoa(e) : atob(e), Ti = (e, s = !1) => Object.keys
|
|
|
6773
6773
|
const a = n.toLowerCase(), r = e[n];
|
|
6774
6774
|
return r && typeof r == "object" ? s[a] = Nc(r) : s[a] = r, s;
|
|
6775
6775
|
}, {}), pp = (e, s) => {
|
|
6776
|
-
const n = Nc(s), r = e === ts.WEBHOOK || n?.webhookdata?.id !== 0 ? n.webhookdata : {}, o =
|
|
6776
|
+
const n = Nc(s), r = e === ts.WEBHOOK || n?.webhookdata?.id !== 0 ? n.webhookdata : {}, o = de(r.data.date, "YYYY-MM-DDTHH:mm:ssZ");
|
|
6777
6777
|
return o.isValid() ? o.format(Pt.TWELVE_HOURS_FORMAT) : r.data.date;
|
|
6778
6778
|
}, Rt = (e) => Cf(e), SH = (e, s = "") => ({ pathname: n }) => e === n || s || LT, lo = (e) => {
|
|
6779
6779
|
if (!e?.length)
|
|
@@ -6879,7 +6879,7 @@ const fp = (e) => ({
|
|
|
6879
6879
|
return x && (d = !0), {
|
|
6880
6880
|
index: l + p,
|
|
6881
6881
|
id: m.id,
|
|
6882
|
-
deployedTime: m.deployed_time ?
|
|
6882
|
+
deployedTime: m.deployed_time ? de(m.deployed_time).format("ddd, DD MMM YYYY, hh:mm A") : "Not Deployed",
|
|
6883
6883
|
deployedBy: m.deployedBy,
|
|
6884
6884
|
wfrId: m.wfrId,
|
|
6885
6885
|
tab: qn.Changes,
|
|
@@ -6905,7 +6905,7 @@ const fp = (e) => ({
|
|
|
6905
6905
|
// It is going to be null but required in type so can't remove
|
|
6906
6906
|
lastExecution: m.lastExecution,
|
|
6907
6907
|
materialInfo: m.material_info ? m.material_info.map((g) => ({
|
|
6908
|
-
modifiedTime: g.modifiedTime ?
|
|
6908
|
+
modifiedTime: g.modifiedTime ? de(g.modifiedTime).format("ddd, DD MMM YYYY, hh:mm A") : "",
|
|
6909
6909
|
commitLink: ja(g.url, g.revision),
|
|
6910
6910
|
author: g.author || "",
|
|
6911
6911
|
message: g.message || "",
|
|
@@ -9508,7 +9508,7 @@ const bA = (e, s) => {
|
|
|
9508
9508
|
}, wA = (e) => {
|
|
9509
9509
|
const s = Rc(e);
|
|
9510
9510
|
return s ? s.finishedOn ? !Dr[s.currentStatus] && Dr[s.workerDetails.status] ? /* @__PURE__ */ t.jsx(F, { name: "ic-warning", size: 20, color: null }) : Ap(s.workerDetails.status) : /* @__PURE__ */ t.jsx(F, { name: "ic-in-progress", size: 20, color: null }) : /* @__PURE__ */ t.jsx(F, { name: "ic-help-outline", size: 20, color: "N500" });
|
|
9511
|
-
}, LA = (e = fo, s = cA) => `${be.RESOURCE_BROWSER}/${e}/${s}/pod/${lp}`, yp = (e) => e ? e.toLowerCase() === "cancelled" ? "Aborted" : e === rn.WAITING_TO_START ? "Waiting to start" : e : null, go = (e) => Fs(e) ?
|
|
9511
|
+
}, LA = (e = fo, s = cA) => `${be.RESOURCE_BROWSER}/${e}/${s}/pod/${lp}`, yp = (e) => e ? e.toLowerCase() === "cancelled" ? "Aborted" : e === rn.WAITING_TO_START ? "Waiting to start" : e : null, go = (e) => Fs(e) ? de(e, "YYYY-MM-DDTHH:mm:ssZ").format(Pt.TWELVE_HOURS_FORMAT) : "", DA = (e) => (e || []).reduce(
|
|
9512
9512
|
(s, n) => {
|
|
9513
9513
|
const a = n.health?.status?.toLowerCase() ?? "";
|
|
9514
9514
|
switch (n.hasDrift && (s.driftedNodeCount += 1), a) {
|
|
@@ -10320,7 +10320,7 @@ const c0 = (e) => {
|
|
|
10320
10320
|
...n && a && !ls(r) ? {
|
|
10321
10321
|
tooltipContent: /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col br-4 w-200", children: [
|
|
10322
10322
|
/* @__PURE__ */ t.jsx("span", { className: "fw-6", children: r ? "Selected at runtime" : "Default Strategy" }),
|
|
10323
|
-
/* @__PURE__ */ t.jsx("span", { className: "fw-4", children: `${r ? "" : "Last updated "}by ${n} at ${
|
|
10323
|
+
/* @__PURE__ */ t.jsx("span", { className: "fw-4", children: `${r ? "" : "Last updated "}by ${n} at ${de(a).format(Am)}` })
|
|
10324
10324
|
] })
|
|
10325
10325
|
} : {}
|
|
10326
10326
|
};
|
|
@@ -10542,7 +10542,7 @@ const c0 = (e) => {
|
|
|
10542
10542
|
className: `px-8 py-4 br-12 ${MA(
|
|
10543
10543
|
l.icon
|
|
10544
10544
|
)}`,
|
|
10545
|
-
children:
|
|
10545
|
+
children: de(l.time, "YYYY-MM-DDTHH:mm:ssZ").format(
|
|
10546
10546
|
Pt.TWELVE_HOURS_FORMAT
|
|
10547
10547
|
)
|
|
10548
10548
|
}
|
|
@@ -11798,8 +11798,8 @@ const Un = ({
|
|
|
11798
11798
|
}, W0 = Hf.fromClass(
|
|
11799
11799
|
class {
|
|
11800
11800
|
constructor(e) {
|
|
11801
|
-
|
|
11802
|
-
|
|
11801
|
+
pe(this, "timeoutId", null);
|
|
11802
|
+
pe(this, "handleKeyPress", (e) => {
|
|
11803
11803
|
if (!this.view.state.readOnly || G0.includes(e.key) || e.metaKey || e.shiftKey || e.altKey || e.ctrlKey)
|
|
11804
11804
|
return;
|
|
11805
11805
|
const s = Y0(this.view);
|
|
@@ -11953,7 +11953,7 @@ const Un = ({
|
|
|
11953
11953
|
d(Ie, oe);
|
|
11954
11954
|
}
|
|
11955
11955
|
N || rd(H.current, oe.transactions, "b");
|
|
11956
|
-
}),
|
|
11956
|
+
}), ue = () => {
|
|
11957
11957
|
R?.destroy(), V.current?.destroy();
|
|
11958
11958
|
const oe = new nl({
|
|
11959
11959
|
a: {
|
|
@@ -11987,12 +11987,12 @@ const Un = ({
|
|
|
11987
11987
|
H.current = ie, j(ie);
|
|
11988
11988
|
}
|
|
11989
11989
|
};
|
|
11990
|
-
k(() => (!n && M.current &&
|
|
11990
|
+
k(() => (!n && M.current && ue(), () => {
|
|
11991
11991
|
A(null), j(null), V.current = null, H.current = null;
|
|
11992
11992
|
}), [n, e, I, C, N]), k(() => {
|
|
11993
11993
|
if (V.current) {
|
|
11994
11994
|
const oe = V.current.a.state.doc.toString(), ie = V.current.b.state.doc.toString();
|
|
11995
|
-
(oe !== T || ie !== S) &&
|
|
11995
|
+
(oe !== T || ie !== S) && ue();
|
|
11996
11996
|
}
|
|
11997
11997
|
}, [T, S]), k(() => {
|
|
11998
11998
|
N || setTimeout(() => {
|
|
@@ -12004,8 +12004,8 @@ const Un = ({
|
|
|
12004
12004
|
);
|
|
12005
12005
|
}, 100);
|
|
12006
12006
|
}, [T, S, R, N]);
|
|
12007
|
-
const { codeEditorClassName: ae, codeEditorHeight:
|
|
12008
|
-
return n ? a || /* @__PURE__ */ t.jsx("div", { className: "flex mh-250", style: { height:
|
|
12007
|
+
const { codeEditorClassName: ae, codeEditorHeight: me, codeEditorParentClassName: se } = P0(r);
|
|
12008
|
+
return n ? a || /* @__PURE__ */ t.jsx("div", { className: "flex mh-250", style: { height: me }, children: /* @__PURE__ */ t.jsx(Ze, { pageLoader: !0 }) }) : I ? /* @__PURE__ */ t.jsxs(
|
|
12009
12009
|
"div",
|
|
12010
12010
|
{
|
|
12011
12011
|
ref: m,
|
|
@@ -12056,7 +12056,7 @@ const Un = ({
|
|
|
12056
12056
|
value: S,
|
|
12057
12057
|
placeholder: _,
|
|
12058
12058
|
readOnly: i,
|
|
12059
|
-
height:
|
|
12059
|
+
height: me,
|
|
12060
12060
|
minHeight: "250px",
|
|
12061
12061
|
onCreateEditor: J,
|
|
12062
12062
|
onFocus: h,
|
|
@@ -12106,8 +12106,8 @@ const Un = ({
|
|
|
12106
12106
|
}, [s, a, E, i]), V = K(() => {
|
|
12107
12107
|
const $ = N ? Cu(n) : n;
|
|
12108
12108
|
return $ !== D.current.lhsCode ? ![it.JSON, it.YAML].includes(o) || i ? $ : ad($, o, l) : D.current.lhsCode;
|
|
12109
|
-
}, [n, i]), H = e ?? P, Q = H === st.dark, { codeEditorTheme: te, themeExtension: Se } = A0(Q), [Re, q] = O(), [J, ge] = O(!1), [Ce,
|
|
12110
|
-
() => ({ setDiffMode:
|
|
12109
|
+
}, [n, i]), H = e ?? P, Q = H === st.dark, { codeEditorTheme: te, themeExtension: Se } = A0(Q), [Re, q] = O(), [J, ge] = O(!1), [Ce, ue] = O(E), ae = K(
|
|
12110
|
+
() => ({ setDiffMode: ue, diffMode: Ce, hasCodeEditorContainer: J, lhsValue: V, value: M, readOnly: j, theme: H }),
|
|
12111
12111
|
[Ce, J, V, M, j, H]
|
|
12112
12112
|
);
|
|
12113
12113
|
k(() => {
|
|
@@ -12115,7 +12115,7 @@ const Un = ({
|
|
|
12115
12115
|
!!w.current.parentElement.getAttribute("data-code-editor-container")
|
|
12116
12116
|
);
|
|
12117
12117
|
}, []), k(() => {
|
|
12118
|
-
|
|
12118
|
+
ue(E);
|
|
12119
12119
|
}, [E]), k(
|
|
12120
12120
|
() => {
|
|
12121
12121
|
q(Rt());
|
|
@@ -12123,7 +12123,7 @@ const Un = ({
|
|
|
12123
12123
|
// Include any props that modify codemirror-merge extensions directly, as a workaround for the unresolved bug.
|
|
12124
12124
|
[j, l, v, P, o, r]
|
|
12125
12125
|
);
|
|
12126
|
-
const
|
|
12126
|
+
const me = ($) => {
|
|
12127
12127
|
D.current.code = $, Ce ? _?.($) : m?.($);
|
|
12128
12128
|
}, se = ($) => {
|
|
12129
12129
|
D.current.lhsCode = $, p?.($);
|
|
@@ -12136,7 +12136,7 @@ const Un = ({
|
|
|
12136
12136
|
tabSize: l,
|
|
12137
12137
|
autocompletion: !1
|
|
12138
12138
|
}, ie = ($) => {
|
|
12139
|
-
|
|
12139
|
+
me($);
|
|
12140
12140
|
}, Ie = ($) => {
|
|
12141
12141
|
se($);
|
|
12142
12142
|
}, Ne = ($) => (y(), Bp($)), Qe = ($) => (y(), j0($)), De = () => [
|
|
@@ -13365,7 +13365,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
13365
13365
|
const o = e.findIndex(({ id: d }) => d === s), c = e.slice(o + 1).map(
|
|
13366
13366
|
({ id: d, startedOn: u, stage: m, triggeredBy: p, triggeredByEmail: _, status: h, artifact: E }) => ({
|
|
13367
13367
|
value: d,
|
|
13368
|
-
label:
|
|
13368
|
+
label: de(u).format(Pt.TWELVE_HOURS_FORMAT),
|
|
13369
13369
|
description: xy({
|
|
13370
13370
|
stage: m,
|
|
13371
13371
|
triggeredByEmail: _,
|
|
@@ -13378,7 +13378,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
13378
13378
|
startIcon: /* @__PURE__ */ t.jsx(Mn, { status: h })
|
|
13379
13379
|
})
|
|
13380
13380
|
);
|
|
13381
|
-
return { currentDeployment:
|
|
13381
|
+
return { currentDeployment: de(e[o].startedOn).format(
|
|
13382
13382
|
Pt.TWELVE_HOURS_FORMAT
|
|
13383
13383
|
), pipelineDeploymentsOptions: c };
|
|
13384
13384
|
}, Ny = (e) => (s) => ({
|
|
@@ -13428,7 +13428,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
13428
13428
|
appId: +x,
|
|
13429
13429
|
envId: +g,
|
|
13430
13430
|
pagination: { offset: q, size: sn }
|
|
13431
|
-
}), ge = new Map((J.cdWorkflows || []).map((
|
|
13431
|
+
}), ge = new Map((J.cdWorkflows || []).map((ue) => [ue.id, ue])), Ce = new Map([...I.data, ...ge]);
|
|
13432
13432
|
y({
|
|
13433
13433
|
isLoading: !1,
|
|
13434
13434
|
data: Ce,
|
|
@@ -13955,7 +13955,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
13955
13955
|
] }) : null,
|
|
13956
13956
|
l.date ? /* @__PURE__ */ t.jsxs("div", { className: "material-history__text lh-20 flex left dc__gap-8", children: [
|
|
13957
13957
|
/* @__PURE__ */ t.jsx(ia, { className: "icon-dim-16 scn-7" }),
|
|
13958
|
-
/* @__PURE__ */ t.jsx("span", { className: "lh-20", children:
|
|
13958
|
+
/* @__PURE__ */ t.jsx("span", { className: "lh-20", children: de(l.date).format(Pt.TWELVE_HOURS_FORMAT) })
|
|
13959
13959
|
] }) : null
|
|
13960
13960
|
] })
|
|
13961
13961
|
] }),
|
|
@@ -14260,7 +14260,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14260
14260
|
currentIndex: J = -1,
|
|
14261
14261
|
targetSearchKey: ge = N,
|
|
14262
14262
|
searchMatchResults: Ce = null,
|
|
14263
|
-
searchIndex:
|
|
14263
|
+
searchIndex: ue = ""
|
|
14264
14264
|
}) {
|
|
14265
14265
|
let ae = !1;
|
|
14266
14266
|
try {
|
|
@@ -14269,7 +14269,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14269
14269
|
q = se.reduce((Ne, Qe, De) => {
|
|
14270
14270
|
try {
|
|
14271
14271
|
ae = ae || ie.test(Qe), Ne.push(
|
|
14272
|
-
Qe.replace(ie, (dt) => (
|
|
14272
|
+
Qe.replace(ie, (dt) => (ue && Ce?.push(ue), `\x1B[0m\x1B[48;2;${Ce && J === Ce.length - 1 ? "0;102;204" : "197;141;54"}m${dt}\x1B[0m${De > 0 ? oe[De - 1] : ""}`))
|
|
14273
14273
|
);
|
|
14274
14274
|
} catch {
|
|
14275
14275
|
Ne.push(Qe);
|
|
@@ -14286,18 +14286,18 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14286
14286
|
}
|
|
14287
14287
|
}
|
|
14288
14288
|
const j = (q, J, ge, Ce) => {
|
|
14289
|
-
const
|
|
14290
|
-
return Ce ? ge || ae :
|
|
14289
|
+
const ue = p.length === 0, ae = J ?? !0;
|
|
14290
|
+
return Ce ? ge || ae : ue ? q !== Nn.SUCCESS || ge : ae;
|
|
14291
14291
|
}, P = e.podStatus === Vo.PENDING || !!(u && u.readyState <= 1), w = (q, J) => {
|
|
14292
14292
|
const ge = p.reduce(
|
|
14293
|
-
(
|
|
14293
|
+
(me, se) => (me[se.stage] || (me[se.stage] = {}), me[se.stage][se.startTime] = se, me),
|
|
14294
14294
|
{}
|
|
14295
|
-
), Ce = {},
|
|
14295
|
+
), Ce = {}, ue = [], ae = d.reduce((me, se, oe) => {
|
|
14296
14296
|
if (se.startsWith(Zl))
|
|
14297
14297
|
try {
|
|
14298
14298
|
const { stage: ie, startTime: Ie, endTime: Ne, status: Qe, metadata: De } = JSON.parse(
|
|
14299
14299
|
se.split(uA)[1]
|
|
14300
|
-
), dt =
|
|
14300
|
+
), dt = me.find((gt) => gt.stage === ie && gt.startTime === Ie), ht = ge[ie]?.[Ie] ?? {};
|
|
14301
14301
|
if (dt)
|
|
14302
14302
|
dt.endTime = Ne, dt.status = Qe, dt.isOpen = j(
|
|
14303
14303
|
Qe,
|
|
@@ -14307,7 +14307,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14307
14307
|
);
|
|
14308
14308
|
else {
|
|
14309
14309
|
const gt = P ? Nn.PROGRESSING : Nn.FAILURE;
|
|
14310
|
-
|
|
14310
|
+
me.push({
|
|
14311
14311
|
stage: ie || `Untitled stage ${oe + 1}`,
|
|
14312
14312
|
startTime: Ie || "",
|
|
14313
14313
|
endTime: Ne || "",
|
|
@@ -14324,18 +14324,18 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14324
14324
|
logs: []
|
|
14325
14325
|
});
|
|
14326
14326
|
}
|
|
14327
|
-
return
|
|
14327
|
+
return me;
|
|
14328
14328
|
} catch {
|
|
14329
|
-
return
|
|
14329
|
+
return me;
|
|
14330
14330
|
}
|
|
14331
|
-
if (
|
|
14332
|
-
const ie =
|
|
14333
|
-
stageIndex:
|
|
14331
|
+
if (me.length > 0) {
|
|
14332
|
+
const ie = me[me.length - 1], Ie = Rp({
|
|
14333
|
+
stageIndex: me.length - 1,
|
|
14334
14334
|
lineNumberInsideStage: ie.logs.length
|
|
14335
14335
|
}), { __html: Ne, isSearchKeyPresent: Qe } = v({
|
|
14336
14336
|
log: se,
|
|
14337
14337
|
currentIndex: q,
|
|
14338
|
-
searchMatchResults:
|
|
14338
|
+
searchMatchResults: ue,
|
|
14339
14339
|
targetSearchKey: J,
|
|
14340
14340
|
searchIndex: Ie
|
|
14341
14341
|
});
|
|
@@ -14346,9 +14346,9 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14346
14346
|
!!J
|
|
14347
14347
|
), Ce[ie.stage] || (Ce[ie.stage] = {}), Ce[ie.stage][ie.startTime] = !0);
|
|
14348
14348
|
}
|
|
14349
|
-
return
|
|
14349
|
+
return me;
|
|
14350
14350
|
}, []);
|
|
14351
|
-
return E(
|
|
14351
|
+
return E(ue), ae;
|
|
14352
14352
|
};
|
|
14353
14353
|
k(() => {
|
|
14354
14354
|
if (!d?.length)
|
|
@@ -14478,15 +14478,15 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14478
14478
|
}
|
|
14479
14479
|
),
|
|
14480
14480
|
/* @__PURE__ */ t.jsx("div", { className: "flexbox-col px-12 dc__gap-4", children: p.map(
|
|
14481
|
-
({ stage: q, isOpen: J, logs: ge, endTime: Ce, startTime:
|
|
14481
|
+
({ stage: q, isOpen: J, logs: ge, endTime: Ce, startTime: ue, status: ae, targetPlatforms: me }, se) => /* @__PURE__ */ t.jsx(
|
|
14482
14482
|
Ly,
|
|
14483
14483
|
{
|
|
14484
14484
|
stage: q,
|
|
14485
14485
|
isOpen: J,
|
|
14486
14486
|
logs: ge,
|
|
14487
14487
|
endTime: Ce,
|
|
14488
|
-
startTime:
|
|
14489
|
-
targetPlatforms:
|
|
14488
|
+
startTime: ue,
|
|
14489
|
+
targetPlatforms: me,
|
|
14490
14490
|
status: ae,
|
|
14491
14491
|
handleStageClose: te,
|
|
14492
14492
|
handleStageOpen: Se,
|
|
@@ -14496,7 +14496,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14496
14496
|
searchIndex: h[x],
|
|
14497
14497
|
logsRendererRef: c
|
|
14498
14498
|
},
|
|
14499
|
-
`${q}-${
|
|
14499
|
+
`${q}-${ue}-log-stage-accordion`
|
|
14500
14500
|
)
|
|
14501
14501
|
) })
|
|
14502
14502
|
]
|
|
@@ -14953,7 +14953,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
14953
14953
|
}) => {
|
|
14954
14954
|
if (!e && !s)
|
|
14955
14955
|
return null;
|
|
14956
|
-
const p = a && (!Fs(r) || !
|
|
14956
|
+
const p = a && (!Fs(r) || !de(r).isBefore(de().subtract(iA, "hours"))), _ = () => p ? /* @__PURE__ */ t.jsx(
|
|
14957
14957
|
Hs,
|
|
14958
14958
|
{
|
|
14959
14959
|
to: `${LA(o, i)}/${a}/logs`,
|
|
@@ -15042,7 +15042,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
15042
15042
|
/* @__PURE__ */ t.jsx("span", { className: "fw-6 fs-16 mb-4", style: { color: Ri[e.toLowerCase()] }, children: yp(e) }),
|
|
15043
15043
|
/* @__PURE__ */ t.jsxs("div", { className: "flex column left", children: [
|
|
15044
15044
|
/* @__PURE__ */ t.jsxs("div", { className: "flex left fs-12 cn-7", children: [
|
|
15045
|
-
/* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink", children:
|
|
15045
|
+
/* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink", children: de(s).format(Pt.TWELVE_HOURS_FORMAT) }),
|
|
15046
15046
|
/* @__PURE__ */ t.jsx("div", { className: "dc__bullet ml-6 mr-6 dc__no-shrink" }),
|
|
15047
15047
|
/* @__PURE__ */ t.jsx(Z, { content: i, children: /* @__PURE__ */ t.jsx("span", { className: "dc__truncate", children: i }) })
|
|
15048
15048
|
] }),
|
|
@@ -15157,7 +15157,7 @@ const jc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
|
15157
15157
|
),
|
|
15158
15158
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-8", children: [
|
|
15159
15159
|
/* @__PURE__ */ t.jsxs("div", { className: "flex column left", children: [
|
|
15160
|
-
/* @__PURE__ */ t.jsx("div", { className: "cn-9 fs-13 lh-20", children:
|
|
15160
|
+
/* @__PURE__ */ t.jsx("div", { className: "cn-9 fs-13 lh-20", children: de(n).format(Pt.TWELVE_HOURS_FORMAT) }),
|
|
15161
15161
|
/* @__PURE__ */ t.jsxs("div", { className: "flex left cn-7 fs-12", children: [
|
|
15162
15162
|
I && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
15163
15163
|
/* @__PURE__ */ t.jsx("div", { className: "dc__first-letter-capitalize dc__no-shrink", children: ["pre", "post"].includes(d?.toLowerCase()) ? `${d}-deploy` : d }),
|
|
@@ -15682,7 +15682,7 @@ const Xy = (e) => {
|
|
|
15682
15682
|
class Pa extends He.Component {
|
|
15683
15683
|
constructor(n) {
|
|
15684
15684
|
super(n);
|
|
15685
|
-
|
|
15685
|
+
pe(this, "handleBodyClick", (n) => {
|
|
15686
15686
|
document.getElementById(Om) || (n.stopPropagation(), this.props.close?.(n));
|
|
15687
15687
|
});
|
|
15688
15688
|
this.escFunction = this.escFunction.bind(this);
|
|
@@ -16546,7 +16546,7 @@ const bj = ({
|
|
|
16546
16546
|
getSelectedIdentifiersCount: ge
|
|
16547
16547
|
} = l ?? {}, {
|
|
16548
16548
|
handleResize: Ce,
|
|
16549
|
-
gridTemplateColumns:
|
|
16549
|
+
gridTemplateColumns: ue = r.map((fe) => typeof fe.size?.fixed == "number" ? `${fe.size.fixed}px` : "minmax(200px, 1fr)").join(" ")
|
|
16550
16550
|
} = n ?? {};
|
|
16551
16551
|
k(() => {
|
|
16552
16552
|
const fe = () => {
|
|
@@ -16556,22 +16556,22 @@ const bj = ({
|
|
|
16556
16556
|
};
|
|
16557
16557
|
f.current.addEventListener("scroll", fe), f.current.addEventListener("keydown", $);
|
|
16558
16558
|
}, []);
|
|
16559
|
-
const ae = q && s ? s.length : ge?.() ?? 0,
|
|
16559
|
+
const ae = q && s ? s.length : ge?.() ?? 0, me = K(() => {
|
|
16560
16560
|
const fe = h ?? [];
|
|
16561
16561
|
return m !== bn.PAGINATED || m === bn.PAGINATED && x ? fe : fe.slice(H, H + V);
|
|
16562
16562
|
}, [m, H, V, h]), se = !!x, oe = m === bn.PAGINATED && (se || h?.length > (_?.[0]?.value ?? sn)), { activeRowIndex: ie, setActiveRowIndex: Ie, shortcutContainerProps: Ne } = bj(
|
|
16563
16563
|
{ bulkSelectionConfig: c, bulkSelectionReturnValue: l, handleToggleBulkSelectionOnRow: u },
|
|
16564
|
-
|
|
16564
|
+
me,
|
|
16565
16565
|
oe,
|
|
16566
16566
|
N
|
|
16567
16567
|
);
|
|
16568
16568
|
Kr(() => {
|
|
16569
16569
|
Ie(0);
|
|
16570
|
-
}, [H,
|
|
16570
|
+
}, [H, me]), k(() => {
|
|
16571
16571
|
J?.(
|
|
16572
|
-
|
|
16572
|
+
me.reduce((fe, $) => (fe[$.id] = $, fe), {})
|
|
16573
16573
|
);
|
|
16574
|
-
}, [
|
|
16574
|
+
}, [me]);
|
|
16575
16575
|
const Qe = (fe) => () => {
|
|
16576
16576
|
M(fe);
|
|
16577
16577
|
}, De = (fe) => {
|
|
@@ -16593,12 +16593,12 @@ const bj = ({
|
|
|
16593
16593
|
{
|
|
16594
16594
|
className: "dc__grid px-20 border__secondary--bottom dc__gap-16",
|
|
16595
16595
|
style: {
|
|
16596
|
-
gridTemplateColumns:
|
|
16596
|
+
gridTemplateColumns: ue
|
|
16597
16597
|
},
|
|
16598
16598
|
children: r.map(({ label: $ }) => /* @__PURE__ */ t.jsx("div", { className: "py-12 flex", "aria-label": "Loading...", children: /* @__PURE__ */ t.jsx("div", { className: "shimmer h-16 w-100" }) }, $))
|
|
16599
16599
|
},
|
|
16600
16600
|
fe
|
|
16601
|
-
)) :
|
|
16601
|
+
)) : me.map((fe, $) => {
|
|
16602
16602
|
const X = ie === $, ce = !!Re[fe.id] || q, Ae = () => {
|
|
16603
16603
|
Ie($);
|
|
16604
16604
|
}, Ue = () => {
|
|
@@ -16611,13 +16611,13 @@ const bj = ({
|
|
|
16611
16611
|
onClick: Ae,
|
|
16612
16612
|
className: `dc__grid px-20 dc__min-width-fit-content checkbox__parent-container dc__opacity-hover dc__opacity-hover--parent ${P ? "border__secondary--bottom" : ""} fs-13 fw-4 lh-20 cn-9 generic-table__row dc__gap-16 ${X ? "generic-table__row--active checkbox__parent-container--active" : ""} ${p ? "dc__position-rel dc__opacity-hover dc__opacity-hover--parent" : ""} ${ce ? "generic-table__row--bulk-selected" : ""}`,
|
|
16613
16613
|
style: {
|
|
16614
|
-
gridTemplateColumns:
|
|
16614
|
+
gridTemplateColumns: ue
|
|
16615
16615
|
},
|
|
16616
16616
|
"data-active": X,
|
|
16617
16617
|
tabIndex: -1,
|
|
16618
16618
|
children: [
|
|
16619
16619
|
r.map(({ field: Ke, horizontallySticky: Is, CellComponent: Fn }, Bn) => {
|
|
16620
|
-
const zs = Ke === fr, dn = Is || zs, { className: Va = "", left: Ga = "" } = dn ? Pd(
|
|
16620
|
+
const zs = Ke === fr, dn = Is || zs, { className: Va = "", left: Ga = "" } = dn ? Pd(ue, Bn) : {};
|
|
16621
16621
|
return zs ? /* @__PURE__ */ t.jsx(
|
|
16622
16622
|
"div",
|
|
16623
16623
|
{
|
|
@@ -16689,7 +16689,7 @@ const bj = ({
|
|
|
16689
16689
|
{
|
|
16690
16690
|
className: "dc__grid fw-6 cn-7 fs-12 lh-20 py-8 dc__gap-16",
|
|
16691
16691
|
style: {
|
|
16692
|
-
gridTemplateColumns:
|
|
16692
|
+
gridTemplateColumns: ue
|
|
16693
16693
|
},
|
|
16694
16694
|
children: r.map(
|
|
16695
16695
|
({
|
|
@@ -16700,7 +16700,7 @@ const bj = ({
|
|
|
16700
16700
|
showTippyOnTruncate: Ae,
|
|
16701
16701
|
horizontallySticky: Ue
|
|
16702
16702
|
}, Ke) => {
|
|
16703
|
-
const Is = !!ce?.range, Bn = Ue || $ === fr, { className: zs = "", left: dn = "" } = Bn ? Pd(
|
|
16703
|
+
const Is = !!ce?.range, Bn = Ue || $ === fr, { className: zs = "", left: dn = "" } = Bn ? Pd(ue, Ke) : {};
|
|
16704
16704
|
return $ === fr ? /* @__PURE__ */ t.jsx(
|
|
16705
16705
|
"div",
|
|
16706
16706
|
{
|
|
@@ -16864,7 +16864,7 @@ const bj = ({
|
|
|
16864
16864
|
},
|
|
16865
16865
|
[b, I, y, n, JSON.stringify(V), p],
|
|
16866
16866
|
!!n
|
|
16867
|
-
), [Ce,
|
|
16867
|
+
), [Ce, ue, ae, me] = At(
|
|
16868
16868
|
() => ga(async () => {
|
|
16869
16869
|
let X = 0;
|
|
16870
16870
|
const { rows: ce, totalRows: Ae } = await a(s, H);
|
|
@@ -16873,7 +16873,7 @@ const bj = ({
|
|
|
16873
16873
|
[b, I, y, a, v, A, JSON.stringify(V), p],
|
|
16874
16874
|
!!a,
|
|
16875
16875
|
{ resetOnChange: !1 }
|
|
16876
|
-
), se = Ce || !!kt(ae), oe = !kt(ae) && !se ? ae : null, ie = a ? se : Re, Ie = a ?
|
|
16876
|
+
), se = Ce || !!kt(ae), oe = !kt(ae) && !se ? ae : null, ie = a ? se : Re, Ie = a ? ue : q, Ne = a ? oe : J, Qe = a ? me : ge, { filteredRows: De, totalRows: dt } = Ie ?? { filteredRows: [], totalRows: 0 }, ht = ie || Ne === dj, gt = K(() => {
|
|
16877
16877
|
const X = De ?? [];
|
|
16878
16878
|
return C !== bn.PAGINATED ? X : X.slice(v, v + A);
|
|
16879
16879
|
}, [C, v, A, De]);
|
|
@@ -17905,10 +17905,10 @@ const bj = ({
|
|
|
17905
17905
|
return;
|
|
17906
17906
|
}
|
|
17907
17907
|
if (J === ge?.id) {
|
|
17908
|
-
const
|
|
17909
|
-
...
|
|
17908
|
+
const ue = s.get(J)?.appliedFilters ?? [], ae = s.get(J)?.appliedFiltersTimestamp, me = s.get(J)?.promotionApprovalMetadata, se = s.get(J)?.runSource, oe = s.get(J)?.targetConfig, ie = s.get(J)?.userApprovalMetadata, Ie = {
|
|
17909
|
+
...ue.length ? { appliedFilters: ue } : {},
|
|
17910
17910
|
...ae ? { appliedFiltersTimestamp: ae } : {},
|
|
17911
|
-
...
|
|
17911
|
+
...me ? { promotionApprovalMetadata: me } : {},
|
|
17912
17912
|
...se ? { runSource: se } : {},
|
|
17913
17913
|
...oe ? { targetConfig: oe } : {},
|
|
17914
17914
|
...ie ? { userApprovalMetadata: ie } : {}
|
|
@@ -18565,7 +18565,7 @@ const rO = ({ heading: e, value: s, isLast: n = !1, alignCenter: a = !1 }) => /*
|
|
|
18565
18565
|
)
|
|
18566
18566
|
] })
|
|
18567
18567
|
] });
|
|
18568
|
-
},
|
|
18568
|
+
}, ue = _ === xt.DEPLOYMENT_STATUS ? P : null, ae = N || ue, me = N ? S : w;
|
|
18569
18569
|
return /* @__PURE__ */ t.jsx(No, { position: "right", width: "1024px", onClose: s, onEscape: s, children: /* @__PURE__ */ t.jsxs(
|
|
18570
18570
|
"div",
|
|
18571
18571
|
{
|
|
@@ -18613,7 +18613,7 @@ const rO = ({ heading: e, value: s, isLast: n = !1, alignCenter: a = !1 }) => /*
|
|
|
18613
18613
|
error: ae,
|
|
18614
18614
|
errorScreenManagerProps: {
|
|
18615
18615
|
code: ae?.code,
|
|
18616
|
-
reload:
|
|
18616
|
+
reload: me
|
|
18617
18617
|
},
|
|
18618
18618
|
children: Ce()
|
|
18619
18619
|
}
|
|
@@ -20683,12 +20683,12 @@ const pO = {
|
|
|
20683
20683
|
var vn, In;
|
|
20684
20684
|
class Yd {
|
|
20685
20685
|
constructor(s) {
|
|
20686
|
-
|
|
20687
|
-
|
|
20688
|
-
|
|
20689
|
-
|
|
20690
|
-
|
|
20691
|
-
|
|
20686
|
+
pe(this, "size");
|
|
20687
|
+
pe(this, "results", []);
|
|
20688
|
+
pe(this, "map", /* @__PURE__ */ new Map());
|
|
20689
|
+
pe(this, "retryOperations", []);
|
|
20690
|
+
pe(this, "retryOperationsSet", /* @__PURE__ */ new Set());
|
|
20691
|
+
pe(this, "barChartEntities", {
|
|
20692
20692
|
Completed: 0,
|
|
20693
20693
|
Failed: 0,
|
|
20694
20694
|
Progressing: 0,
|
|
@@ -20696,30 +20696,30 @@ class Yd {
|
|
|
20696
20696
|
});
|
|
20697
20697
|
Ha(this, vn, !1);
|
|
20698
20698
|
Ha(this, In, !1);
|
|
20699
|
-
|
|
20699
|
+
pe(this, "updateStatus", (s, n) => {
|
|
20700
20700
|
n.status === "Completed" && !qs(this, In) && Ya(this, In, !0), n.status === "Failed" && !qs(this, vn) && Ya(this, vn, !0), n.status === "Failed" && n.retryOperation && this.retryOperationsSet.has(s) && (this.retryOperations.push(n.retryOperation), this.retryOperationsSet.add(s)), n.status !== "Progressing" && (this.barChartEntities[n.status] ? this.barChartEntities[n.status] += 1 : this.barChartEntities[n.status] = 1), this.barChartEntities.Pending = this.size - (this.barChartEntities.Failed ?? 0) - (this.barChartEntities.Completed ?? 0), this.barChartEntities.Pending <= 0 && delete this.barChartEntities.Pending;
|
|
20701
20701
|
});
|
|
20702
|
-
|
|
20702
|
+
pe(this, "addResult", (s) => {
|
|
20703
20703
|
const n = structuredClone(s), a = this.results.length, r = { ...n, id: a };
|
|
20704
20704
|
return this.results.push(r), this.map.set(a, r), this.updateStatus(a, r), a;
|
|
20705
20705
|
});
|
|
20706
|
-
|
|
20707
|
-
|
|
20706
|
+
pe(this, "getResults", (s) => s ? [...this.results].sort(s) : this.results);
|
|
20707
|
+
pe(this, "getBarChartEntities", () => Object.entries(this.barChartEntities).filter(([s, n]) => Gd[s] && !!n).map(([s, n]) => ({
|
|
20708
20708
|
color: Gd[s],
|
|
20709
20709
|
label: s,
|
|
20710
20710
|
value: n
|
|
20711
20711
|
})));
|
|
20712
|
-
|
|
20712
|
+
pe(this, "getResultsStatusCount", () => ({
|
|
20713
20713
|
...this.barChartEntities
|
|
20714
20714
|
}));
|
|
20715
|
-
|
|
20716
|
-
|
|
20715
|
+
pe(this, "getSize", () => this.map.size);
|
|
20716
|
+
pe(this, "updateResultStatus", (s, n) => {
|
|
20717
20717
|
const r = { ...this.map.get(s), ...n };
|
|
20718
20718
|
this.map.set(s, r), this.results[s] = r, n.status === "Failed" && n.retryOperation && this.retryOperations.push(n.retryOperation), this.updateStatus(s, r);
|
|
20719
20719
|
});
|
|
20720
|
-
|
|
20721
|
-
|
|
20722
|
-
|
|
20720
|
+
pe(this, "getRetryOperations", () => this.retryOperations);
|
|
20721
|
+
pe(this, "hasAnyOperationFailed", () => qs(this, vn));
|
|
20722
|
+
pe(this, "getHasAnyOperationSucceeded", () => qs(this, In));
|
|
20723
20723
|
this.size = s, this.barChartEntities.Pending = s;
|
|
20724
20724
|
}
|
|
20725
20725
|
}
|
|
@@ -21747,13 +21747,13 @@ const S4 = ({
|
|
|
21747
21747
|
width: "532px",
|
|
21748
21748
|
boxShadow: "none"
|
|
21749
21749
|
}, N_ = [
|
|
21750
|
-
{ text: "Last 5 minutes", endDate:
|
|
21751
|
-
{ text: "Last 30 minutes", endDate:
|
|
21752
|
-
{ text: "Last 1 hour", endDate:
|
|
21753
|
-
{ text: "Last 24 hours", endDate:
|
|
21754
|
-
{ text: "Last 7 days", endDate:
|
|
21755
|
-
{ text: "Last 1 month", endDate:
|
|
21756
|
-
{ text: "Last 6 months", endDate:
|
|
21750
|
+
{ text: "Last 5 minutes", endDate: de(), startDate: de().subtract(5, "minutes"), endStr: "now-5m" },
|
|
21751
|
+
{ text: "Last 30 minutes", endDate: de(), startDate: de().subtract(30, "minutes"), endStr: "now-30m" },
|
|
21752
|
+
{ text: "Last 1 hour", endDate: de(), startDate: de().subtract(1, "hours"), endStr: "now-1h" },
|
|
21753
|
+
{ text: "Last 24 hours", endDate: de(), startDate: de().subtract(24, "hours"), endStr: "now-24h" },
|
|
21754
|
+
{ text: "Last 7 days", endDate: de(), startDate: de().subtract(7, "days"), endStr: "now-7d" },
|
|
21755
|
+
{ text: "Last 1 month", endDate: de(), startDate: de().subtract(1, "months"), endStr: "now-1M" },
|
|
21756
|
+
{ text: "Last 6 months", endDate: de(), startDate: de().subtract(6, "months"), endStr: "now-6M" }
|
|
21757
21757
|
];
|
|
21758
21758
|
function y4(e, s) {
|
|
21759
21759
|
let n = `${e} - ${s}`;
|
|
@@ -21817,7 +21817,7 @@ const Sw = Object.entries(Cw).map(([e, s]) => ({
|
|
|
21817
21817
|
s(Aw(e, b?.toDate()));
|
|
21818
21818
|
}, T = (b) => {
|
|
21819
21819
|
s(Rw(e, b.value).value);
|
|
21820
|
-
}, I =
|
|
21820
|
+
}, I = de(), y = (b) => d && !b.isAfter(I);
|
|
21821
21821
|
return k(() => {
|
|
21822
21822
|
if (x) {
|
|
21823
21823
|
f();
|
|
@@ -21832,7 +21832,7 @@ const Sw = Object.entries(Cw).map(([e, s]) => ({
|
|
|
21832
21832
|
{
|
|
21833
21833
|
id: r,
|
|
21834
21834
|
placeholder: "Select date",
|
|
21835
|
-
date:
|
|
21835
|
+
date: de(e),
|
|
21836
21836
|
onDateChange: S,
|
|
21837
21837
|
focused: x,
|
|
21838
21838
|
onFocusChange: N,
|
|
@@ -22000,10 +22000,10 @@ const Sw = Object.entries(Cw).map(([e, s]) => ({
|
|
|
22000
22000
|
renderCalendarInfo: _,
|
|
22001
22001
|
calendarInfoPosition: "after",
|
|
22002
22002
|
hideKeyboardShortcutsPanel: !0,
|
|
22003
|
-
isOutsideRange: (x) => !Sr.isInclusivelyBeforeDay(x,
|
|
22003
|
+
isOutsideRange: (x) => !Sr.isInclusivelyBeforeDay(x, de()),
|
|
22004
22004
|
renderCalendarDay: (x) => /* @__PURE__ */ t.jsx(tm, { ...x, ...Fc }),
|
|
22005
22005
|
onOutsideClick: E,
|
|
22006
|
-
initialVisibleMonth: () =>
|
|
22006
|
+
initialVisibleMonth: () => de().subtract(2, "d")
|
|
22007
22007
|
}
|
|
22008
22008
|
)
|
|
22009
22009
|
] });
|
|
@@ -22022,7 +22022,7 @@ const Sw = Object.entries(Cw).map(([e, s]) => ({
|
|
|
22022
22022
|
onChange: s,
|
|
22023
22023
|
"data-testid": n
|
|
22024
22024
|
}
|
|
22025
|
-
) }), yw = (e) => e.isSame(
|
|
22025
|
+
) }), yw = (e) => e.isSame(de(), "day"), D4 = ({
|
|
22026
22026
|
date: e,
|
|
22027
22027
|
handleDatesChange: s,
|
|
22028
22028
|
readOnly: n,
|
|
@@ -22450,8 +22450,8 @@ Lt.Button = Uw;
|
|
|
22450
22450
|
Lt.Body = $w;
|
|
22451
22451
|
class So {
|
|
22452
22452
|
constructor() {
|
|
22453
|
-
|
|
22454
|
-
|
|
22453
|
+
pe(this, "propagateTagKey", (s) => xc(s));
|
|
22454
|
+
pe(this, "propagateTagValue", (s, n) => {
|
|
22455
22455
|
const a = [];
|
|
22456
22456
|
return s ? n.startsWith("devtron.ai/") || a.push(...bi(s)) : a.push("Value is required"), { isValid: a.length === 0, messages: a };
|
|
22457
22457
|
});
|
|
@@ -25620,10 +25620,15 @@ var Bs = /* @__PURE__ */ ((e) => (e.ACTIVE = "ACTIVE", e.EXPIRED = "EXPIRED", e.
|
|
|
25620
25620
|
const uD = ({
|
|
25621
25621
|
isFreemium: e,
|
|
25622
25622
|
licenseStatus: s,
|
|
25623
|
-
licenseStatusError: n
|
|
25623
|
+
licenseStatusError: n,
|
|
25624
|
+
isSaasInstance: a
|
|
25624
25625
|
}) => {
|
|
25625
|
-
if (e)
|
|
25626
|
-
|
|
25626
|
+
if (e) {
|
|
25627
|
+
if (n?.code === ic.ClusterLimitExceeded)
|
|
25628
|
+
return { bgColor: "var(--R100)", textColor: "var(--R500)" };
|
|
25629
|
+
if (!a)
|
|
25630
|
+
return { bgColor: "var(--G100)", textColor: "var(--G500)" };
|
|
25631
|
+
}
|
|
25627
25632
|
switch (s) {
|
|
25628
25633
|
case Bs.ACTIVE:
|
|
25629
25634
|
return { bgColor: "var(--G100)", textColor: "var(--G500)" };
|
|
@@ -25646,18 +25651,19 @@ const uD = ({
|
|
|
25646
25651
|
claimedByUserDetails: l,
|
|
25647
25652
|
isFreemium: d,
|
|
25648
25653
|
licenseStatusError: u,
|
|
25649
|
-
|
|
25650
|
-
|
|
25654
|
+
isSaasInstance: m,
|
|
25655
|
+
timeElapsedSinceCreation: p,
|
|
25656
|
+
creationTime: _
|
|
25657
|
+
} = e || {}, h = m && _ ? de(_).add(30, "days").toISOString() : a, E = m && p ? 30 * 24 * 60 * 60 - p : r;
|
|
25651
25658
|
return {
|
|
25652
25659
|
enterpriseName: i?.name || "Devtron Enterprise",
|
|
25653
|
-
expiryDate:
|
|
25654
|
-
ttl:
|
|
25655
|
-
licenseStatus: mD({ ttl:
|
|
25660
|
+
expiryDate: h ? de(h).format(Pt["DD/MM/YYYY"]) : "",
|
|
25661
|
+
ttl: E,
|
|
25662
|
+
licenseStatus: mD({ ttl: E, reminderThreshold: o }),
|
|
25656
25663
|
isTrial: n,
|
|
25657
25664
|
isFreemium: d,
|
|
25658
25665
|
licenseStatusError: u,
|
|
25659
|
-
|
|
25660
|
-
isSaasInstance: !!m?.devtronUrl,
|
|
25666
|
+
isSaasInstance: !!m,
|
|
25661
25667
|
...s && s === l?.email ? { licenseKey: c } : { licenseSuffix: c }
|
|
25662
25668
|
};
|
|
25663
25669
|
}, X4 = (e) => ({
|
|
@@ -25841,10 +25847,11 @@ const uD = ({
|
|
|
25841
25847
|
), ED = ({
|
|
25842
25848
|
isFreemium: e,
|
|
25843
25849
|
licenseStatus: s,
|
|
25844
|
-
licenseStatusError: n
|
|
25850
|
+
licenseStatusError: n,
|
|
25851
|
+
isFreeForever: a
|
|
25845
25852
|
}) => {
|
|
25846
|
-
|
|
25847
|
-
|
|
25853
|
+
const r = e && n?.code === ic.ClusterLimitExceeded;
|
|
25854
|
+
if (a || r)
|
|
25848
25855
|
return /* @__PURE__ */ t.jsxs("div", { className: "p-16 fs-13 lh-1-5 flexbox-col dc__gap-8", children: [
|
|
25849
25856
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-8 dc__content-space fs-13 fw-4 lh-20 cn-9", children: [
|
|
25850
25857
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-4", children: [
|
|
@@ -25875,10 +25882,9 @@ const uD = ({
|
|
|
25875
25882
|
/* @__PURE__ */ t.jsx(iu, {})
|
|
25876
25883
|
] })
|
|
25877
25884
|
] });
|
|
25878
|
-
}
|
|
25879
25885
|
if (s === Bs.ACTIVE)
|
|
25880
25886
|
return null;
|
|
25881
|
-
const
|
|
25887
|
+
const o = s === Bs.EXPIRED;
|
|
25882
25888
|
return /* @__PURE__ */ t.jsxs("div", { className: "p-16 fs-13 lh-1-5 flexbox-col dc__gap-8", children: [
|
|
25883
25889
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-8 dc__content-space", children: [
|
|
25884
25890
|
/* @__PURE__ */ t.jsxs("span", { children: [
|
|
@@ -25889,8 +25895,8 @@ const uD = ({
|
|
|
25889
25895
|
/* @__PURE__ */ t.jsx(
|
|
25890
25896
|
F,
|
|
25891
25897
|
{
|
|
25892
|
-
name:
|
|
25893
|
-
color:
|
|
25898
|
+
name: o ? "ic-error" : "ic-timer",
|
|
25899
|
+
color: o ? "R500" : "Y500",
|
|
25894
25900
|
size: 16
|
|
25895
25901
|
}
|
|
25896
25902
|
)
|
|
@@ -25911,42 +25917,47 @@ const uD = ({
|
|
|
25911
25917
|
licenseStatusError: u,
|
|
25912
25918
|
isSaasInstance: m
|
|
25913
25919
|
}) => {
|
|
25914
|
-
const
|
|
25915
|
-
|
|
25916
|
-
|
|
25917
|
-
|
|
25918
|
-
|
|
25919
|
-
|
|
25920
|
-
|
|
25921
|
-
|
|
25920
|
+
const p = i && !m, { bgColor: _, textColor: h } = uD({
|
|
25921
|
+
isFreemium: i,
|
|
25922
|
+
licenseStatus: r,
|
|
25923
|
+
licenseStatusError: u,
|
|
25924
|
+
isSaasInstance: m
|
|
25925
|
+
}), E = l === st.dark, x = B(null), g = oa(window.innerWidth), f = oa(window.innerHeight), C = Ls(f, (R) => {
|
|
25926
|
+
if (!x.current) return 0;
|
|
25927
|
+
const A = x.current.getBoundingClientRect();
|
|
25928
|
+
return -(R - A.top - A.height / 2) / ou;
|
|
25929
|
+
}), N = Ls(g, (R) => {
|
|
25930
|
+
if (!x.current) return 0;
|
|
25931
|
+
const A = x.current.getBoundingClientRect();
|
|
25932
|
+
return (R - A.left - A.width / 2) / ou;
|
|
25922
25933
|
});
|
|
25923
25934
|
k(() => {
|
|
25924
|
-
const
|
|
25925
|
-
ra(
|
|
25935
|
+
const R = (A) => {
|
|
25936
|
+
ra(g, A.clientX), ra(f, A.clientY);
|
|
25926
25937
|
};
|
|
25927
|
-
return window.addEventListener("mousemove",
|
|
25928
|
-
window.removeEventListener("mousemove",
|
|
25938
|
+
return window.addEventListener("mousemove", R), () => {
|
|
25939
|
+
window.removeEventListener("mousemove", R);
|
|
25929
25940
|
};
|
|
25930
25941
|
}, []);
|
|
25931
|
-
const
|
|
25932
|
-
[
|
|
25933
|
-
([
|
|
25934
|
-
),
|
|
25935
|
-
if (
|
|
25942
|
+
const S = Ls(
|
|
25943
|
+
[C, N],
|
|
25944
|
+
([R, A]) => R + A
|
|
25945
|
+
), T = Ls(S, [-5, 5], [-100, 200]), I = Ls(T, [-100, 50, 200], [0, E ? 0.25 : 0.1, 0]), y = E ? il`linear-gradient(55deg, transparent, rgba(122, 127, 131, ${I}) ${T}%, transparent)` : il`linear-gradient(55deg, transparent, rgba(255, 255, 255, ${I}) ${T}%, transparent)`, b = () => {
|
|
25946
|
+
if (p)
|
|
25936
25947
|
return null;
|
|
25937
|
-
const
|
|
25938
|
-
return c < 0 ? `Expired ${
|
|
25948
|
+
const R = _P(c);
|
|
25949
|
+
return c < 0 ? `Expired ${R} ago` : `${R} remaining`;
|
|
25939
25950
|
};
|
|
25940
|
-
return /* @__PURE__ */ t.jsxs("div", { className: "license-card-wrapper flexbox-col p-8 br-16", style: { backgroundColor:
|
|
25951
|
+
return /* @__PURE__ */ t.jsxs("div", { className: "license-card-wrapper flexbox-col p-8 br-16", style: { backgroundColor: _ }, children: [
|
|
25941
25952
|
/* @__PURE__ */ t.jsx("div", { style: { perspective: "1000px" }, children: /* @__PURE__ */ t.jsxs(
|
|
25942
25953
|
Fe.div,
|
|
25943
25954
|
{
|
|
25944
25955
|
className: `license-card shadow__overlay border__secondary flexbox-col br-12 h-200 dc__overflow-hidden bg__tertiary ${WT(l)}`,
|
|
25945
|
-
ref:
|
|
25956
|
+
ref: x,
|
|
25946
25957
|
style: {
|
|
25947
|
-
rotateX:
|
|
25948
|
-
rotateY:
|
|
25949
|
-
backgroundImage:
|
|
25958
|
+
rotateX: C,
|
|
25959
|
+
rotateY: N,
|
|
25960
|
+
backgroundImage: y,
|
|
25950
25961
|
transformStyle: "preserve-3d",
|
|
25951
25962
|
transform: "translateZ(0)"
|
|
25952
25963
|
},
|
|
@@ -25974,10 +25985,10 @@ const uD = ({
|
|
|
25974
25985
|
)
|
|
25975
25986
|
] }),
|
|
25976
25987
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-4 flex-wrap fs-12", children: [
|
|
25977
|
-
|
|
25978
|
-
!
|
|
25988
|
+
/* @__PURE__ */ t.jsx("span", { className: "font-ibm-plex-mono cn-9", children: p ? "VALID FOREVER" : a }),
|
|
25989
|
+
!p && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
25979
25990
|
/* @__PURE__ */ t.jsx("span", { className: "cn-9", children: "·" }),
|
|
25980
|
-
/* @__PURE__ */ t.jsx("span", { style: { color:
|
|
25991
|
+
/* @__PURE__ */ t.jsx("span", { style: { color: h }, children: b() })
|
|
25981
25992
|
] })
|
|
25982
25993
|
] })
|
|
25983
25994
|
] })
|
|
@@ -25994,7 +26005,8 @@ const uD = ({
|
|
|
25994
26005
|
{
|
|
25995
26006
|
isFreemium: i,
|
|
25996
26007
|
licenseStatusError: u,
|
|
25997
|
-
licenseStatus: r
|
|
26008
|
+
licenseStatus: r,
|
|
26009
|
+
isFreeForever: p
|
|
25998
26010
|
}
|
|
25999
26011
|
)
|
|
26000
26012
|
] });
|
|
@@ -26719,14 +26731,14 @@ const yD = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
|
26719
26731
|
k(() => {
|
|
26720
26732
|
!V && !Q && H && s(H);
|
|
26721
26733
|
}, [V, H, Q]);
|
|
26722
|
-
const Se = (ae,
|
|
26734
|
+
const Se = (ae, me = !1) => {
|
|
26723
26735
|
const {
|
|
26724
26736
|
pluginStore: { parentPluginStore: se, pluginVersionStore: oe },
|
|
26725
26737
|
totalCount: ie,
|
|
26726
26738
|
parentPluginIdList: Ie
|
|
26727
26739
|
} = ae;
|
|
26728
26740
|
a(jD(n, se, oe)), b(ie);
|
|
26729
|
-
const Ne =
|
|
26741
|
+
const Ne = me ? structuredClone(g) : [], Qe = Ne.reduce(
|
|
26730
26742
|
(De, dt) => (De[dt.parentPluginId] = !0, De),
|
|
26731
26743
|
{}
|
|
26732
26744
|
);
|
|
@@ -26761,7 +26773,7 @@ const yD = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
|
26761
26773
|
...S,
|
|
26762
26774
|
selectedTags: ae.selectedTags
|
|
26763
26775
|
}), Re();
|
|
26764
|
-
},
|
|
26776
|
+
}, ue = (ae) => {
|
|
26765
26777
|
r(ae);
|
|
26766
26778
|
};
|
|
26767
26779
|
return /* @__PURE__ */ t.jsxs("div", { className: `flexbox-col w-100 ${h}`, children: [
|
|
@@ -26821,7 +26833,7 @@ const yD = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
|
26821
26833
|
totalCount: C,
|
|
26822
26834
|
handleDataUpdateForPluginResponse: Se,
|
|
26823
26835
|
filters: S,
|
|
26824
|
-
handlePluginSelection:
|
|
26836
|
+
handlePluginSelection: ue,
|
|
26825
26837
|
selectedPluginsMap: i,
|
|
26826
26838
|
isSelectable: o,
|
|
26827
26839
|
handleClearFilters: q,
|
|
@@ -28062,7 +28074,7 @@ function Na(e, s = !1) {
|
|
|
28062
28074
|
let n = "";
|
|
28063
28075
|
try {
|
|
28064
28076
|
if (e && e.length && e !== On) {
|
|
28065
|
-
const a =
|
|
28077
|
+
const a = de(e);
|
|
28066
28078
|
s ? n = a.fromNow() : n = a.format(Am);
|
|
28067
28079
|
}
|
|
28068
28080
|
} catch {
|
|
@@ -28070,7 +28082,7 @@ function Na(e, s = !1) {
|
|
|
28070
28082
|
}
|
|
28071
28083
|
return n;
|
|
28072
28084
|
}
|
|
28073
|
-
const T6 = (e, s = "-") => e ? `${
|
|
28085
|
+
const T6 = (e, s = "-") => e ? `${de(e).utc().format(Pt.TWELVE_HOURS_EXPORT_FORMAT)} (UTC)` : "-";
|
|
28074
28086
|
function S6() {
|
|
28075
28087
|
const e = as(), s = K(() => new URLSearchParams(e.search), [e]), n = Array.from(s.entries()).reduce((a, r, o) => (a[r[0]] = r[1], a), {});
|
|
28076
28088
|
return { queryParams: s, searchParams: n };
|
|
@@ -28432,7 +28444,7 @@ const B6 = (e = 0) => e > 0 && e < 10 ? `0${e}` : e, V6 = (e, s = 300) => {
|
|
|
28432
28444
|
return "Deployment";
|
|
28433
28445
|
}
|
|
28434
28446
|
}, Y6 = (e) => {
|
|
28435
|
-
const s =
|
|
28447
|
+
const s = de(), n = s.format(e), a = s.format("Z").replace(/([+/-])(\d{2})[:.](\d{2})/, "$1$2$3");
|
|
28436
28448
|
return n.replace("Z", a);
|
|
28437
28449
|
}, W6 = async (e) => {
|
|
28438
28450
|
try {
|
|
@@ -28443,7 +28455,7 @@ const B6 = (e = 0) => e > 0 && e < 10 ? `0${e}` : e, V6 = (e, s = 300) => {
|
|
|
28443
28455
|
}
|
|
28444
28456
|
}, _P = (e) => {
|
|
28445
28457
|
const s = Math.abs(e);
|
|
28446
|
-
return s <= 60 ? "1 minute" :
|
|
28458
|
+
return s <= 60 ? "1 minute" : de.duration(s, "seconds").humanize(!1).replace(/^(a|an) /, "1 ");
|
|
28447
28459
|
}, fP = (e) => {
|
|
28448
28460
|
switch (e) {
|
|
28449
28461
|
case Ct.DEVTRON_APP:
|
|
@@ -28466,11 +28478,11 @@ const B6 = (e = 0) => e > 0 && e < 10 ? `0${e}` : e, V6 = (e, s = 300) => {
|
|
|
28466
28478
|
};
|
|
28467
28479
|
class Yc {
|
|
28468
28480
|
constructor({ handleLogout: s, host: n, timeout: a, handleRedirectToLicenseActivation: r }) {
|
|
28469
|
-
|
|
28470
|
-
|
|
28471
|
-
|
|
28472
|
-
|
|
28473
|
-
|
|
28481
|
+
pe(this, "handleLogout");
|
|
28482
|
+
pe(this, "handleRedirectToLicenseActivation");
|
|
28483
|
+
pe(this, "host");
|
|
28484
|
+
pe(this, "timeout");
|
|
28485
|
+
pe(this, "fetchAPI", async ({
|
|
28474
28486
|
url: s,
|
|
28475
28487
|
type: n,
|
|
28476
28488
|
data: a,
|
|
@@ -28545,7 +28557,7 @@ class Yc {
|
|
|
28545
28557
|
}
|
|
28546
28558
|
);
|
|
28547
28559
|
});
|
|
28548
|
-
|
|
28560
|
+
pe(this, "fetchInTime", ({
|
|
28549
28561
|
url: s,
|
|
28550
28562
|
type: n,
|
|
28551
28563
|
data: a,
|
|
@@ -28591,12 +28603,12 @@ class Yc {
|
|
|
28591
28603
|
});
|
|
28592
28604
|
});
|
|
28593
28605
|
});
|
|
28594
|
-
|
|
28595
|
-
|
|
28596
|
-
|
|
28597
|
-
|
|
28598
|
-
|
|
28599
|
-
|
|
28606
|
+
pe(this, "post", (s, n, a, r) => this.fetchInTime({ url: s, type: "POST", data: n, options: a, isMultipartRequest: r }));
|
|
28607
|
+
pe(this, "put", (s, n, a) => this.fetchInTime({ url: s, type: "PUT", data: n, options: a }));
|
|
28608
|
+
pe(this, "patch", (s, n, a) => this.fetchInTime({ url: s, type: "PATCH", data: n, options: a }));
|
|
28609
|
+
pe(this, "get", (s, n) => this.fetchInTime({ url: s, type: "GET", data: null, options: n }));
|
|
28610
|
+
pe(this, "trash", (s, n, a) => this.fetchInTime({ url: s, type: "DELETE", data: n, options: a }));
|
|
28611
|
+
pe(this, "setGlobalAPITimeout", (s) => {
|
|
28600
28612
|
this.timeout = s || ul;
|
|
28601
28613
|
});
|
|
28602
28614
|
this.handleLogout = s, this.host = n || Ir, this.timeout = a || ul, this.handleRedirectToLicenseActivation = r || Ee;
|
|
@@ -29128,7 +29140,7 @@ var hn = /* @__PURE__ */ ((e) => (e.WRITE = "write", e.PREVIEW = "preview", e))(
|
|
|
29128
29140
|
const LP = (e) => {
|
|
29129
29141
|
if (!e || e === On)
|
|
29130
29142
|
return "";
|
|
29131
|
-
const s =
|
|
29143
|
+
const s = de(e);
|
|
29132
29144
|
return s.isValid() ? s.format(Pt.TWELVE_HOURS_FORMAT) : e;
|
|
29133
29145
|
}, DP = (e) => {
|
|
29134
29146
|
switch (e) {
|
|
@@ -29475,7 +29487,7 @@ const Z_ = ({
|
|
|
29475
29487
|
}, Ce = ($) => {
|
|
29476
29488
|
const X = $.target.value;
|
|
29477
29489
|
X?.length > 500 ? Q("comment length cannot exceed 500 characters") : Q(""), N(X);
|
|
29478
|
-
},
|
|
29490
|
+
}, ue = () => {
|
|
29479
29491
|
R(_), N(E), P([]), D([]), V([]), ge(), y(!1), v("");
|
|
29480
29492
|
}, ae = ($) => {
|
|
29481
29493
|
if ($.length == 0 || $.length >= 128 || $[0] == "." || $[0] == "-")
|
|
@@ -29486,7 +29498,7 @@ const Z_ = ({
|
|
|
29486
29498
|
for (let Ae = 0; Ae < b?.length; Ae++)
|
|
29487
29499
|
b[Ae].tagName.toLowerCase() === $ && (ce = !0);
|
|
29488
29500
|
return $ === pl.value || $ === pl.value ? (v('Label name cannot be "latest" or "active"'), !1) : X || ce ? (v("This label is already being used in this application"), !1) : !0;
|
|
29489
|
-
},
|
|
29501
|
+
}, me = ($) => {
|
|
29490
29502
|
const X = $.toLowerCase().trim();
|
|
29491
29503
|
if (ae(X)) {
|
|
29492
29504
|
const ce = {
|
|
@@ -29579,14 +29591,14 @@ const Z_ = ({
|
|
|
29579
29591
|
if (C === "" && b.length === 0 && !S)
|
|
29580
29592
|
return c ? /* @__PURE__ */ t.jsx("div", { className: "bg__primary mt-8 flexbox", children: /* @__PURE__ */ t.jsx(PP, { handleEditClick: ge }) }) : /* @__PURE__ */ t.jsx("div", {});
|
|
29581
29593
|
const dt = ($) => {
|
|
29582
|
-
$.key === "Enter" && $.target.value.trim() &&
|
|
29594
|
+
$.key === "Enter" && $.target.value.trim() && me($.target.value.trim());
|
|
29583
29595
|
}, ht = ($) => {
|
|
29584
29596
|
$.target.value && ae($.target.value), Se($.target.value);
|
|
29585
29597
|
}, gt = ($) => {
|
|
29586
|
-
je($), te.trim() &&
|
|
29598
|
+
je($), te.trim() && me(te.trim());
|
|
29587
29599
|
}, fe = () => {
|
|
29588
29600
|
let $ = j;
|
|
29589
|
-
te.trim() && ($ =
|
|
29601
|
+
te.trim() && ($ = me(te)), Ie($);
|
|
29590
29602
|
};
|
|
29591
29603
|
return /* @__PURE__ */ t.jsx("div", { className: "mt-8", children: S && c ? /* @__PURE__ */ t.jsxs("div", { className: "bg__primary dc__border-top-n1 ", children: [
|
|
29592
29604
|
/* @__PURE__ */ t.jsxs("div", { className: "cn-7 mt-12 flex left", children: [
|
|
@@ -29670,7 +29682,7 @@ const Z_ = ({
|
|
|
29670
29682
|
className: "cta flex cancel h-32 lh-32-imp",
|
|
29671
29683
|
type: "button",
|
|
29672
29684
|
onClick: ($) => {
|
|
29673
|
-
je($),
|
|
29685
|
+
je($), ue();
|
|
29674
29686
|
},
|
|
29675
29687
|
disabled: Re,
|
|
29676
29688
|
children: "Cancel"
|
|
@@ -29840,7 +29852,7 @@ const Z_ = ({
|
|
|
29840
29852
|
class kP extends He.Component {
|
|
29841
29853
|
constructor(n) {
|
|
29842
29854
|
super(n);
|
|
29843
|
-
|
|
29855
|
+
pe(this, "handleBodyClick", (n) => {
|
|
29844
29856
|
n.stopPropagation(), this.props.close?.(n);
|
|
29845
29857
|
});
|
|
29846
29858
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as n, au as T, aw as J, av as K } from "./@vendor-3ORIJA0h.js";
|
|
2
2
|
import V, { useState as q, useEffect as Y, forwardRef as G, useMemo as E } from "react";
|
|
3
3
|
import z, { getDefaultRegistry as Q } from "@rjsf/core";
|
|
4
|
-
import { T as O, j as F, c as w, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-
|
|
4
|
+
import { T as O, j as F, c as w, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-CL0ET6g1.js";
|
|
5
5
|
import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as re, ADDITIONAL_PROPERTY_FLAG as L, errorId as se, englishStringTranslator as ae, TranslatableString as oe, titleId as le, canExpand as ie, deepEquals as ce } from "@rjsf/utils";
|
|
6
6
|
import { ReactComponent as de } from "./assets/ic-add.cfaa779b.svg";
|
|
7
7
|
import { ReactComponent as ue } from "./assets/ic-warning.ecf7ff97.svg";
|
|
@@ -24,6 +24,9 @@ export type DevtronLicenseCardProps = {
|
|
|
24
24
|
handleCopySuccess?: never;
|
|
25
25
|
licenseSuffix: string;
|
|
26
26
|
});
|
|
27
|
+
export interface LicenseCardSubTextProps extends Pick<DevtronLicenseCardProps, 'isFreemium' | 'licenseStatus' | 'licenseStatusError'> {
|
|
28
|
+
isFreeForever: boolean;
|
|
29
|
+
}
|
|
27
30
|
export type DevtronLicenseInfo = Omit<DevtronLicenseCardProps, 'appTheme'> & Pick<DevtronLicenseDTO, 'fingerprint' | 'showLicenseData' | 'licenseStatusError' | 'moduleLimits'>;
|
|
28
31
|
export interface ActivateLicenseDialogProps extends Pick<DevtronLicenseBaseDTO, 'fingerprint'> {
|
|
29
32
|
enterpriseName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DevtronLicenseDTO } from '../../types';
|
|
2
2
|
import { DevtronLicenseCardProps, DevtronLicenseInfo } from './types';
|
|
3
|
-
export declare const getLicenseColorsAccordingToStatus: ({ isFreemium, licenseStatus, licenseStatusError, }: Pick<DevtronLicenseCardProps, "licenseStatus" | "isFreemium" | "licenseStatusError">) => {
|
|
3
|
+
export declare const getLicenseColorsAccordingToStatus: ({ isFreemium, licenseStatus, licenseStatusError, isSaasInstance, }: Pick<DevtronLicenseCardProps, "licenseStatus" | "isFreemium" | "licenseStatusError" | "isSaasInstance">) => {
|
|
4
4
|
bgColor: string;
|
|
5
5
|
textColor: string;
|
|
6
6
|
};
|
package/dist/Shared/types.d.ts
CHANGED
|
@@ -941,18 +941,10 @@ export interface LicenseErrorStruct {
|
|
|
941
941
|
code: LicensingErrorCodes;
|
|
942
942
|
userMessage: string;
|
|
943
943
|
}
|
|
944
|
-
export
|
|
944
|
+
export type DevtronLicenseBaseDTO = {
|
|
945
945
|
fingerprint: string | null;
|
|
946
946
|
isTrial: boolean | null;
|
|
947
947
|
isFreemium: boolean | null;
|
|
948
|
-
/**
|
|
949
|
-
* In timestamp format
|
|
950
|
-
*/
|
|
951
|
-
expiry: string | null;
|
|
952
|
-
/**
|
|
953
|
-
* Can be negative, depicts time left in seconds for license to expire
|
|
954
|
-
*/
|
|
955
|
-
ttl: number | null;
|
|
956
948
|
/**
|
|
957
949
|
* Show a reminder after these many DAYS left for license to expire, i.e,
|
|
958
950
|
* Show if `ttl` is less than `reminderThreshold` [converted to seconds]
|
|
@@ -963,7 +955,28 @@ export interface DevtronLicenseBaseDTO {
|
|
|
963
955
|
domain: string | null;
|
|
964
956
|
} | null;
|
|
965
957
|
license: string | null;
|
|
966
|
-
}
|
|
958
|
+
} & ({
|
|
959
|
+
isSaasInstance: true;
|
|
960
|
+
/**
|
|
961
|
+
* In seconds
|
|
962
|
+
*/
|
|
963
|
+
timeElapsedSinceCreation: number;
|
|
964
|
+
creationTime: number;
|
|
965
|
+
ttl?: never;
|
|
966
|
+
expiry?: never;
|
|
967
|
+
} | {
|
|
968
|
+
isSaasInstance?: false;
|
|
969
|
+
timeElapsedSinceCreation?: never;
|
|
970
|
+
creationTime?: never;
|
|
971
|
+
/**
|
|
972
|
+
* Can be negative, depicts time left in seconds for license to expire
|
|
973
|
+
*/
|
|
974
|
+
ttl: number | null;
|
|
975
|
+
/**
|
|
976
|
+
* In timestamp format
|
|
977
|
+
*/
|
|
978
|
+
expiry: string | null;
|
|
979
|
+
});
|
|
967
980
|
export type DevtronLicenseDTO<isCentralDashboard extends boolean = false> = DevtronLicenseBaseDTO & (isCentralDashboard extends true ? {
|
|
968
981
|
claimedByUserDetails: {
|
|
969
982
|
firstName: string | null;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { nB as s, aN as t, eq as i, lF as o, f2 as r, lc as n, l1 as l, fD as T, aY as E, kL as _, aH as S, lB as g, jy as d, kZ as p, kF as A, fx as I, fy as c, fz as u, dp as C, j0 as m, fA as O, A as D, dm as R, dn as P, nt as y, fB as N, fC as L, fu as f, mS as M, k$ as U, jz as h, jB as F, ke as b, fE as B, fF as G, fG as v, mG as k, ni as V, cR as Y, d9 as K, da as H, iS as j, fH as W, g2 as w, lh as x, ed as X, el as z, eg as Q, eo as q, ea as Z, em as J, ep as $, ef as aa, ee as ea, ez as sa, ek as ta, ec as ia, bb as oa, ba as ra, fO as na, fS as la, fI as Ta, fJ as Ea, hi as _a, ky as Sa, B as ga, f as da, h as pa, eO as Aa, e1 as Ia, eD as ca, e5 as ua, e6 as Ca, e3 as ma, eF as Oa, eE as Da, eK as Ra, e2 as Pa, eN as ya, e4 as Na, eG as La, eI as fa, eH as Ma, e8 as Ua, aE as ha, eJ as Fa, dV as ba, fK as Ba, fL as Ga, fU as va, fP as ka, fN as Va, fW as Ya, f_ as Ka, fZ as Ha, fY as ja, f$ as Wa, g0 as wa, jS as xa, g3 as Xa, dg as za, df as Qa, de as qa, no as Za, d6 as Ja, l8 as $a, d4 as ae, Z as ee, nn as se, nE as te, fT as ie, mZ as oe, mV as re, ew as ne, ex as le, m_ as Te, m$ as Ee, l3 as _e, l5 as Se, l4 as ge, nz as de, la as pe, du as Ae, h1 as Ie, g_ as ce, lr as ue, lo as Ce, f4 as me, ej as Oe, lE as De, hh as Re, C as Pe, L as ye, g1 as Ne, gb as Le, cK as fe, k as Me, fm as Ue, f1 as he, fo as Fe, hc as be, hd as Be, he as Ge, hf as ve, jx as ke, dC as Ve, l2 as Ye, a0 as Ke, V as He, by as je, hg as We, dE as we, gZ as xe, mW as Xe, dH as ze, ny as Qe, hj as qe, hk as Ze, hn as Je, cT as $e, hp as as, z as es, hr as ss, hs as ts, cO as is, hE as os, hD as rs, b2 as ns, kK as ls, lm as Ts, aL as Es, b1 as _s, ar as Ss, lb as gs, jk as ds, ji as ps, jj as As, eb as Is, mw as cs, ll as us, kM as Cs, ay as ms, hM as Os, er as Ds, es as Rs, f5 as Ps, hX as ys, kV as Ns, i9 as Ls, lA as fs, kX as Ms, i2 as Us, aO as hs, ko as Fs, li as bs, eZ as Bs, at as Gs, ao as vs, aq as ks, id as Vs, an as Ys, ap as Ks, f3 as Hs, dw as js, S as Ws, hv as ws, hu as xs, hG as Xs, hH as zs, D as Qs, nk as qs, bj as Zs, ls as Js, hl as $s, nv as at, di as et, hS as st, hR as tt, hY as it, g5 as ot, gd as rt, gc as nt, d7 as lt, nM as Tt, bi as Et, kO as _t, kf as St, g6 as gt, kP as dt, cV as pt, ic as At, l as It, j1 as ct, bm as ut, bn as Ct, bo as mt, ie as Ot, mU as Dt, mT as Rt, bp as Pt, br as yt, bq as Nt, bs as Lt, cc as ft, dD as Mt, ih as Ut, ii as ht, kU as Ft, lu as bt, aB as Bt, az as Gt, ln as vt, aX as kt, kI as Vt, kW as Yt, ik as Kt, ij as Ht, nC as jt, mY as Wt, ng as wt, il as xt, kQ as Xt, im as zt, E as Qt, m as qt, iq as Zt, i6 as Jt, al as $t, aR as ai, is as ei, ir as si, gu as ti, dP as ii, X as oi, it as ri, iu as ni, dj as li, k6 as Ti, db as Ei, kl as _i, iv as Si, iw as gi, hm as di, e$ as pi, dv as Ai, dx as Ii, f8 as ci, f7 as ui, bv as Ci, bt as mi, bu as Oi, ix as Di, iz as Ri, iA as Pi, iy as yi, iB as Ni, iC as Li, dI as fi, gg as Mi, iD as Ui, nu as hi, iE as Fi, b6 as bi, iF as Bi, G as Gi, jF as vi, k8 as ki, iH as Vi, gt as Yi, am as Ki, j2 as Hi, kH as ji, eu as Wi, et as wi, ev as xi, lv as Xi, dR as zi, dS as Qi, b5 as qi, iN as Zi, iO as Ji, iQ as $i, iR as ao, iT as eo, iU as so, dd as to, mz as io, mB as oo, cA as ro, cz as no, d5 as lo, iV as To, ne as Eo, iW as _o, lw as So, iX as go, $ as po, fn as Ao, nJ as Io, j3 as co, nf as uo, cB as Co, iZ as mo, iY as Oo, fa as Do, l0 as Ro, ax as Po, i$ as yo, cP as No, as as Lo, lG as fo, b0 as Mo, nG as Uo, j7 as ho, nH as Fo, fv as bo, jE as Bo, ge as Go, j9 as vo, g7 as ko, k_ as Vo, nO as Yo, a$ as Ko, aI as Ho, bw as jo, nN as Wo, aM as wo, aG as xo, hB as Xo, hL as zo, mE as Qo, d8 as qo, cC as Zo, dc as Jo, jb as $o, jH as ar, cD as er, jc as sr, kJ as tr, nm as ir, hJ as or, U as rr, jI as nr, cM as lr, cI as Tr, cJ as Er, cL as _r, f6 as Sr, kR as gr, eh as dr, fp as pr, f0 as Ar, gB as Ir, eL as cr, gA as ur, gz as Cr, nh as mr, jd as Or, ld as Dr, cG as Rr, dG as Pr, dq as yr, au as Nr, i7 as Lr, i8 as fr, l6 as Mr, a_ as Ur, lp as hr, ei as Fr, i4 as br, lC as Br, iG as Gr, cQ as vr, km as kr, ht as Vr, kN as Yr, je as Kr, dB as Hr, jq as jr, dk as Wr, jp as wr, jf as xr, jg as Xr, cS as zr, jh as Qr, N as qr, nr as Zr, jt as Jr, P as $r, jv as an, jw as en, cU as sn, nw as tn, bc as on, dF as rn, fw as nn, Q as ln, lf as Tn, jJ as En, f9 as _n, aw as Sn, R as gn, o as dn, aV as pn, W as An, M as In, nK as cn, jK as un, nj as Cn, dO as mn, p as On, aF as Dn, bf as Rn, fq as Pn, gy as yn, np as Nn, fe as Ln, nq as fn, nI as Mn, lt as Un, nA as hn, e as Fn, o1 as bn, g$ as Bn, aJ as Gn, fQ as vn, b3 as kn, aZ as Vn, lj as Yn, b9 as Kn, kc as Hn, dJ as jn, kG as Wn, gC as wn, lD as xn, i5 as Xn, jL as zn, e_ as Qn, O as qn, gf as Zn, cW as Jn, jM as $n, jN as al, jT as el, cX as sl, cY as tl, q as il, fV as ol, l7 as rl, a as nl, k9 as ll, ka as Tl, ft as El, cZ as _l, c_ as Sl, jV as gl, nl as dl, kb as pl, mC as Al, g8 as Il, hw as cl, cH as ul, c$ as Cl, aK as ml, a2 as Ol, gD as Dl, kg as Rl, gs as Pl, kh as yl, n as Nl, ki as Ll, dQ as fl, lg as Ml, en as Ul, lq as hl, j8 as Fl, mF as bl, nL as Bl, aT as Gl, hC as vl, aA as kl, aC as Vl, d2 as Yl, l9 as Kl, kS as Hl, kT as jl, kj as Wl, kk as wl, kn as xl, bg as Xl, bh as zl, kp as Ql, kr as ql, ks as Zl, kt as Jl, mX as $l, ja as aT, ku as eT, mJ as sT, kv as tT, hK as iT, d1 as oT, d3 as rT, n5 as nT, n6 as lT, n7 as TT, kw as ET, eM as _T, T as ST, kx as gT, dh as dT, g9 as pT, ga as AT, nF as IT, aD as cT, b8 as uT, lk as CT, nx as mT, av as OT, cx as DT, mv as RT, ey as PT, kA as yT, kB as NT, cv as LT, mM as fT, kC as MT, dY as UT, my as hT, e0 as FT, d_ as bT, dZ as BT, dW as GT, dT as vT, lx as kT, lz as VT, ly as YT, le as KT, b4 as HT, k5 as jT, dA as WT, Y as wT, mx as xT, kD as XT, cE as zT, cF as QT, k3 as qT, aQ as ZT, i3 as JT, _ as $T, ns as aE, gx as eE, gv as sE, dl as tE, kE as iE, ia as oE, gw as rE, nD as nE, c6 as lE, aW as TE, F as EE, j4 as _E, lW as SE, c1 as gE, aP as dE, ce as pE, gI as AE, b as IE, gj as cE, gk as uE, c4 as CE, m9 as mE, bR as OE, mf as DE, bP as RE, jG as PE, c7 as yE, h0 as NE, h2 as LE, eX as fE, c as ME, h5 as UE, h8 as hE, bS as FE, fj as bE, eB as BE, aa as GE, fg as vE, fd as kE, hA as VE, bX as YE, lP as KE, c2 as HE, lX as jE, d as WE, fi as wE, fh as xE, bl as XE, md as zE, hU as QE, hW as qE, hT as ZE, hV as JE, o2 as $E, fk as a_, lH as e_, a9 as s_, ab as t_, cp as i_, c0 as o_, a8 as r_, w as n_, co as l_, dK as T_, fb as E_, bE as __, mg as S_, mQ as g_, i0 as d_, gT as p_, ak as A_, mP as I_, jn as c_, ch as u_, eW as C_, eA as m_, eV as O_, eU as D_, eT as R_, mO as P_, jZ as y_, hI as N_, me as L_, ae as f_, fl as M_, jC as U_, mR as h_, k0 as F_, mH as b_, h6 as B_, hb as G_, ha as v_, h7 as k_, ho as V_, bL as Y_, jD as K_, iI as H_, ac as j_, hQ as W_, m4 as w_, i1 as x_, dy as X_, dr as z_, gl as Q_, kd as q_, hZ as Z_, gW as J_, ig as $_, eR as aS, h_ as eS, h9 as sS, bF as tS, kq as iS, n3 as oS, ad as rS, l_ as nS, bY as lS, b7 as TS, gQ as ES, bN as _S, mj as SS, ai as gS, lL as dS, aj as pS, cl as AS, mi as IS, eY as cS, m3 as uS, cm as CS, iL as mS, gN as OS, gM as DS, cj as RS, fR as PS, i_ as yS, m2 as NS, io as LS, m1 as fS, lK as MS, H as US, ff as hS, fc as FS, lU as bS, gK as BS, m7 as GS, gm as vS, hq as kS, gp as VS, ag as YS, jA as KS, gR as HS, m6 as jS, aS as WS, jo as wS, n8 as xS, gH as XS, eQ as zS, jm as QS, jl as qS, nd as ZS, nc as JS, n1 as $S, jO as ag, bD as eg, b_ as sg, dz as tg, n0 as ig, gr as og, af as rg, ci as ng, h4 as lg, j$ as Tg, jP as Eg, jQ as _g, jU as Sg, jW as gg, k2 as dg, k7 as pg, jR as Ag, gY as Ig, k4 as cg, gJ as ug, ck as Cg, gS as mg, k1 as Og, cn as Dg, gi as Rg, a1 as Pg, n4 as yg, mI as Ng, lZ as Lg, aU as fg, hN as Mg, j_ as Ug, jX as hg, eS as Fg, gh as bg, go as Bg, gG as Gg, gX as vg, gU as kg, g as Vg, js as Yg, bV as Kg, dX as Hg, d$ as jg, mr as Wg, a3 as wg, m8 as xg, lQ as Xg, ah as zg, gO as Qg, gP as qg, nb as Zg, n9 as Jg, m5 as $g, r as ad, fs as ed, lT as sd, iJ as td, I as id, c5 as od, fr as rd, bM as nd, dt as ld, ds as Td, lI as Ed, hz as _d, iM as Sd, iP as gd, mb as dd, dL as pd, i as Ad, lY as Id, j as cd, bW as ud, cd as Cd, h$ as md, cN as Od, bG as Dd, bH as Rd, lN as Pd, j6 as yd, j5 as Nd, jY as Ld, eP as fd, jr as Md, a6 as Ud, v as hd, s as Fd, b$ as bd, cf as Bd, gn as Gd, lJ as vd, bB as kd, a7 as Vd, bU as Yd, ib as Kd, t as Hd, bZ as jd, na as Wd, bI as wd, gV as xd, ip as Xd, h3 as zd, mc as Qd, lV as qd, bJ as Zd, nR as Jd, gq as $d, m0 as ap, ma as ep, l$ as sp, a5 as tp, gL as ip, n2 as op, bk as rp, hy as np, hx as lp, iK as Tp, y as Ep, a4 as _p, c8 as Sp, bx as gp, mh as dp, bz as pp, g4 as Ap, kY as Ip, gF as cp, bA as up, lM as Cp, hF as mp, gE as Op, cg as Dp, x as Rp, dN as Pp, ms as yp, hP as Np, hO as Lp, mt as fp, dM as Mp, dU as Up, eC as hp, bT as Fp, u as bp, e7 as Bp, e9 as Gp, fM as vp, cq as kp, c3 as Vp, mk as Yp, bK as Kp, ml as Hp, mm as jp, cr as Wp, mA as wp, lS as xp, c9 as Xp, mn as zp, cs as Qp, bQ as qp, cb as Zp, mD as Jp, K as $p, mo as aA, ju as eA, mp as sA, J as tA, cu as iA, d0 as oA, ca as rA, bO as nA, cw as lA, mq as TA, mK as EA, bC as _A, fX as SA, kz as gA, cy as dA, mL as pA, mu as AA, ct as IA, o5 as cA, o3 as uA, nT as CA, o0 as mA, o7 as OA, nZ as DA, o4 as RA, nQ as PA, nP as yA, nS as NA, nY as LA, nW as fA, nV as MA, n$ as UA, nU as hA, bd as FA, be as bA, nX as BA, n_ as GA, o6 as vA, lO as kA, mN as VA, lR as YA } from "./@code-editor-
|
|
1
|
+
import { nB as s, aN as t, eq as i, lF as o, f2 as r, lc as n, l1 as l, fD as T, aY as E, kL as _, aH as S, lB as g, jy as d, kZ as p, kF as A, fx as I, fy as c, fz as u, dp as C, j0 as m, fA as O, A as D, dm as R, dn as P, nt as y, fB as N, fC as L, fu as f, mS as M, k$ as U, jz as h, jB as F, ke as b, fE as B, fF as G, fG as v, mG as k, ni as V, cR as Y, d9 as K, da as H, iS as j, fH as W, g2 as w, lh as x, ed as X, el as z, eg as Q, eo as q, ea as Z, em as J, ep as $, ef as aa, ee as ea, ez as sa, ek as ta, ec as ia, bb as oa, ba as ra, fO as na, fS as la, fI as Ta, fJ as Ea, hi as _a, ky as Sa, B as ga, f as da, h as pa, eO as Aa, e1 as Ia, eD as ca, e5 as ua, e6 as Ca, e3 as ma, eF as Oa, eE as Da, eK as Ra, e2 as Pa, eN as ya, e4 as Na, eG as La, eI as fa, eH as Ma, e8 as Ua, aE as ha, eJ as Fa, dV as ba, fK as Ba, fL as Ga, fU as va, fP as ka, fN as Va, fW as Ya, f_ as Ka, fZ as Ha, fY as ja, f$ as Wa, g0 as wa, jS as xa, g3 as Xa, dg as za, df as Qa, de as qa, no as Za, d6 as Ja, l8 as $a, d4 as ae, Z as ee, nn as se, nE as te, fT as ie, mZ as oe, mV as re, ew as ne, ex as le, m_ as Te, m$ as Ee, l3 as _e, l5 as Se, l4 as ge, nz as de, la as pe, du as Ae, h1 as Ie, g_ as ce, lr as ue, lo as Ce, f4 as me, ej as Oe, lE as De, hh as Re, C as Pe, L as ye, g1 as Ne, gb as Le, cK as fe, k as Me, fm as Ue, f1 as he, fo as Fe, hc as be, hd as Be, he as Ge, hf as ve, jx as ke, dC as Ve, l2 as Ye, a0 as Ke, V as He, by as je, hg as We, dE as we, gZ as xe, mW as Xe, dH as ze, ny as Qe, hj as qe, hk as Ze, hn as Je, cT as $e, hp as as, z as es, hr as ss, hs as ts, cO as is, hE as os, hD as rs, b2 as ns, kK as ls, lm as Ts, aL as Es, b1 as _s, ar as Ss, lb as gs, jk as ds, ji as ps, jj as As, eb as Is, mw as cs, ll as us, kM as Cs, ay as ms, hM as Os, er as Ds, es as Rs, f5 as Ps, hX as ys, kV as Ns, i9 as Ls, lA as fs, kX as Ms, i2 as Us, aO as hs, ko as Fs, li as bs, eZ as Bs, at as Gs, ao as vs, aq as ks, id as Vs, an as Ys, ap as Ks, f3 as Hs, dw as js, S as Ws, hv as ws, hu as xs, hG as Xs, hH as zs, D as Qs, nk as qs, bj as Zs, ls as Js, hl as $s, nv as at, di as et, hS as st, hR as tt, hY as it, g5 as ot, gd as rt, gc as nt, d7 as lt, nM as Tt, bi as Et, kO as _t, kf as St, g6 as gt, kP as dt, cV as pt, ic as At, l as It, j1 as ct, bm as ut, bn as Ct, bo as mt, ie as Ot, mU as Dt, mT as Rt, bp as Pt, br as yt, bq as Nt, bs as Lt, cc as ft, dD as Mt, ih as Ut, ii as ht, kU as Ft, lu as bt, aB as Bt, az as Gt, ln as vt, aX as kt, kI as Vt, kW as Yt, ik as Kt, ij as Ht, nC as jt, mY as Wt, ng as wt, il as xt, kQ as Xt, im as zt, E as Qt, m as qt, iq as Zt, i6 as Jt, al as $t, aR as ai, is as ei, ir as si, gu as ti, dP as ii, X as oi, it as ri, iu as ni, dj as li, k6 as Ti, db as Ei, kl as _i, iv as Si, iw as gi, hm as di, e$ as pi, dv as Ai, dx as Ii, f8 as ci, f7 as ui, bv as Ci, bt as mi, bu as Oi, ix as Di, iz as Ri, iA as Pi, iy as yi, iB as Ni, iC as Li, dI as fi, gg as Mi, iD as Ui, nu as hi, iE as Fi, b6 as bi, iF as Bi, G as Gi, jF as vi, k8 as ki, iH as Vi, gt as Yi, am as Ki, j2 as Hi, kH as ji, eu as Wi, et as wi, ev as xi, lv as Xi, dR as zi, dS as Qi, b5 as qi, iN as Zi, iO as Ji, iQ as $i, iR as ao, iT as eo, iU as so, dd as to, mz as io, mB as oo, cA as ro, cz as no, d5 as lo, iV as To, ne as Eo, iW as _o, lw as So, iX as go, $ as po, fn as Ao, nJ as Io, j3 as co, nf as uo, cB as Co, iZ as mo, iY as Oo, fa as Do, l0 as Ro, ax as Po, i$ as yo, cP as No, as as Lo, lG as fo, b0 as Mo, nG as Uo, j7 as ho, nH as Fo, fv as bo, jE as Bo, ge as Go, j9 as vo, g7 as ko, k_ as Vo, nO as Yo, a$ as Ko, aI as Ho, bw as jo, nN as Wo, aM as wo, aG as xo, hB as Xo, hL as zo, mE as Qo, d8 as qo, cC as Zo, dc as Jo, jb as $o, jH as ar, cD as er, jc as sr, kJ as tr, nm as ir, hJ as or, U as rr, jI as nr, cM as lr, cI as Tr, cJ as Er, cL as _r, f6 as Sr, kR as gr, eh as dr, fp as pr, f0 as Ar, gB as Ir, eL as cr, gA as ur, gz as Cr, nh as mr, jd as Or, ld as Dr, cG as Rr, dG as Pr, dq as yr, au as Nr, i7 as Lr, i8 as fr, l6 as Mr, a_ as Ur, lp as hr, ei as Fr, i4 as br, lC as Br, iG as Gr, cQ as vr, km as kr, ht as Vr, kN as Yr, je as Kr, dB as Hr, jq as jr, dk as Wr, jp as wr, jf as xr, jg as Xr, cS as zr, jh as Qr, N as qr, nr as Zr, jt as Jr, P as $r, jv as an, jw as en, cU as sn, nw as tn, bc as on, dF as rn, fw as nn, Q as ln, lf as Tn, jJ as En, f9 as _n, aw as Sn, R as gn, o as dn, aV as pn, W as An, M as In, nK as cn, jK as un, nj as Cn, dO as mn, p as On, aF as Dn, bf as Rn, fq as Pn, gy as yn, np as Nn, fe as Ln, nq as fn, nI as Mn, lt as Un, nA as hn, e as Fn, o1 as bn, g$ as Bn, aJ as Gn, fQ as vn, b3 as kn, aZ as Vn, lj as Yn, b9 as Kn, kc as Hn, dJ as jn, kG as Wn, gC as wn, lD as xn, i5 as Xn, jL as zn, e_ as Qn, O as qn, gf as Zn, cW as Jn, jM as $n, jN as al, jT as el, cX as sl, cY as tl, q as il, fV as ol, l7 as rl, a as nl, k9 as ll, ka as Tl, ft as El, cZ as _l, c_ as Sl, jV as gl, nl as dl, kb as pl, mC as Al, g8 as Il, hw as cl, cH as ul, c$ as Cl, aK as ml, a2 as Ol, gD as Dl, kg as Rl, gs as Pl, kh as yl, n as Nl, ki as Ll, dQ as fl, lg as Ml, en as Ul, lq as hl, j8 as Fl, mF as bl, nL as Bl, aT as Gl, hC as vl, aA as kl, aC as Vl, d2 as Yl, l9 as Kl, kS as Hl, kT as jl, kj as Wl, kk as wl, kn as xl, bg as Xl, bh as zl, kp as Ql, kr as ql, ks as Zl, kt as Jl, mX as $l, ja as aT, ku as eT, mJ as sT, kv as tT, hK as iT, d1 as oT, d3 as rT, n5 as nT, n6 as lT, n7 as TT, kw as ET, eM as _T, T as ST, kx as gT, dh as dT, g9 as pT, ga as AT, nF as IT, aD as cT, b8 as uT, lk as CT, nx as mT, av as OT, cx as DT, mv as RT, ey as PT, kA as yT, kB as NT, cv as LT, mM as fT, kC as MT, dY as UT, my as hT, e0 as FT, d_ as bT, dZ as BT, dW as GT, dT as vT, lx as kT, lz as VT, ly as YT, le as KT, b4 as HT, k5 as jT, dA as WT, Y as wT, mx as xT, kD as XT, cE as zT, cF as QT, k3 as qT, aQ as ZT, i3 as JT, _ as $T, ns as aE, gx as eE, gv as sE, dl as tE, kE as iE, ia as oE, gw as rE, nD as nE, c6 as lE, aW as TE, F as EE, j4 as _E, lW as SE, c1 as gE, aP as dE, ce as pE, gI as AE, b as IE, gj as cE, gk as uE, c4 as CE, m9 as mE, bR as OE, mf as DE, bP as RE, jG as PE, c7 as yE, h0 as NE, h2 as LE, eX as fE, c as ME, h5 as UE, h8 as hE, bS as FE, fj as bE, eB as BE, aa as GE, fg as vE, fd as kE, hA as VE, bX as YE, lP as KE, c2 as HE, lX as jE, d as WE, fi as wE, fh as xE, bl as XE, md as zE, hU as QE, hW as qE, hT as ZE, hV as JE, o2 as $E, fk as a_, lH as e_, a9 as s_, ab as t_, cp as i_, c0 as o_, a8 as r_, w as n_, co as l_, dK as T_, fb as E_, bE as __, mg as S_, mQ as g_, i0 as d_, gT as p_, ak as A_, mP as I_, jn as c_, ch as u_, eW as C_, eA as m_, eV as O_, eU as D_, eT as R_, mO as P_, jZ as y_, hI as N_, me as L_, ae as f_, fl as M_, jC as U_, mR as h_, k0 as F_, mH as b_, h6 as B_, hb as G_, ha as v_, h7 as k_, ho as V_, bL as Y_, jD as K_, iI as H_, ac as j_, hQ as W_, m4 as w_, i1 as x_, dy as X_, dr as z_, gl as Q_, kd as q_, hZ as Z_, gW as J_, ig as $_, eR as aS, h_ as eS, h9 as sS, bF as tS, kq as iS, n3 as oS, ad as rS, l_ as nS, bY as lS, b7 as TS, gQ as ES, bN as _S, mj as SS, ai as gS, lL as dS, aj as pS, cl as AS, mi as IS, eY as cS, m3 as uS, cm as CS, iL as mS, gN as OS, gM as DS, cj as RS, fR as PS, i_ as yS, m2 as NS, io as LS, m1 as fS, lK as MS, H as US, ff as hS, fc as FS, lU as bS, gK as BS, m7 as GS, gm as vS, hq as kS, gp as VS, ag as YS, jA as KS, gR as HS, m6 as jS, aS as WS, jo as wS, n8 as xS, gH as XS, eQ as zS, jm as QS, jl as qS, nd as ZS, nc as JS, n1 as $S, jO as ag, bD as eg, b_ as sg, dz as tg, n0 as ig, gr as og, af as rg, ci as ng, h4 as lg, j$ as Tg, jP as Eg, jQ as _g, jU as Sg, jW as gg, k2 as dg, k7 as pg, jR as Ag, gY as Ig, k4 as cg, gJ as ug, ck as Cg, gS as mg, k1 as Og, cn as Dg, gi as Rg, a1 as Pg, n4 as yg, mI as Ng, lZ as Lg, aU as fg, hN as Mg, j_ as Ug, jX as hg, eS as Fg, gh as bg, go as Bg, gG as Gg, gX as vg, gU as kg, g as Vg, js as Yg, bV as Kg, dX as Hg, d$ as jg, mr as Wg, a3 as wg, m8 as xg, lQ as Xg, ah as zg, gO as Qg, gP as qg, nb as Zg, n9 as Jg, m5 as $g, r as ad, fs as ed, lT as sd, iJ as td, I as id, c5 as od, fr as rd, bM as nd, dt as ld, ds as Td, lI as Ed, hz as _d, iM as Sd, iP as gd, mb as dd, dL as pd, i as Ad, lY as Id, j as cd, bW as ud, cd as Cd, h$ as md, cN as Od, bG as Dd, bH as Rd, lN as Pd, j6 as yd, j5 as Nd, jY as Ld, eP as fd, jr as Md, a6 as Ud, v as hd, s as Fd, b$ as bd, cf as Bd, gn as Gd, lJ as vd, bB as kd, a7 as Vd, bU as Yd, ib as Kd, t as Hd, bZ as jd, na as Wd, bI as wd, gV as xd, ip as Xd, h3 as zd, mc as Qd, lV as qd, bJ as Zd, nR as Jd, gq as $d, m0 as ap, ma as ep, l$ as sp, a5 as tp, gL as ip, n2 as op, bk as rp, hy as np, hx as lp, iK as Tp, y as Ep, a4 as _p, c8 as Sp, bx as gp, mh as dp, bz as pp, g4 as Ap, kY as Ip, gF as cp, bA as up, lM as Cp, hF as mp, gE as Op, cg as Dp, x as Rp, dN as Pp, ms as yp, hP as Np, hO as Lp, mt as fp, dM as Mp, dU as Up, eC as hp, bT as Fp, u as bp, e7 as Bp, e9 as Gp, fM as vp, cq as kp, c3 as Vp, mk as Yp, bK as Kp, ml as Hp, mm as jp, cr as Wp, mA as wp, lS as xp, c9 as Xp, mn as zp, cs as Qp, bQ as qp, cb as Zp, mD as Jp, K as $p, mo as aA, ju as eA, mp as sA, J as tA, cu as iA, d0 as oA, ca as rA, bO as nA, cw as lA, mq as TA, mK as EA, bC as _A, fX as SA, kz as gA, cy as dA, mL as pA, mu as AA, ct as IA, o5 as cA, o3 as uA, nT as CA, o0 as mA, o7 as OA, nZ as DA, o4 as RA, nQ as PA, nP as yA, nS as NA, nY as LA, nW as fA, nV as MA, n$ as UA, nU as hA, bd as FA, be as bA, nX as BA, n_ as GA, o6 as vA, lO as kA, mN as VA, lR as YA } from "./@code-editor-CL0ET6g1.js";
|
|
2
2
|
import { cb as HA } from "./@vendor-3ORIJA0h.js";
|
|
3
|
-
import { H as WA, R as wA, c as xA, g as XA, a as zA, b as QA } from "./@common-rjsf-
|
|
3
|
+
import { H as WA, R as wA, c as xA, g as XA, a as zA, b as QA } from "./@common-rjsf-DfVjq1Qu.js";
|
|
4
4
|
import { A as ZA, a as JA, m as $A, e as aI, c as eI, u as sI } from "./@framer-motion-DZveCoIL.js";
|
|
5
5
|
export {
|
|
6
6
|
s as ACCESS_TYPE_MAP,
|