@devtron-labs/devtron-fe-common-lib 1.3.5-beta-1 → 1.3.5-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.
@@ -6,7 +6,7 @@ var Rc = (e, s, n) => s in e ? Lc(e, s, { enumerable: !0, configurable: !0, writ
|
|
6
6
|
var Ue = (e, s, n) => Rc(e, typeof s != "symbol" ? s + "" : s, n), wr = (e, s, n) => s.has(e) || Rr("Cannot " + n);
|
7
7
|
var Sa = (e, s, n) => (wr(e, s, "read from private field"), n ? n.call(e) : s.get(e)), Or = (e, s, n) => s.has(e) ? Rr("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(e) : s.set(e, n), Pr = (e, s, n, a) => (wr(e, s, "write to private field"), a ? a.call(e, n) : s.set(e, n), n);
|
8
8
|
import { j as t, i as ee, Q as va, k as wc, d as ui, h as Oc, A as Pc, R as Dc, s as Mc, c as kc, f as mi, a as pi, u as fi, J as Uc, b as Bc, e as $c, _ as Fc, m as ts } from "./@vendor-BG3OpQCq.js";
|
9
|
-
import Z, { useState as j, cloneElement as Ua, createContext as zt, useContext as un, useMemo as ne, useEffect as P, Component as sa, Children as Dr, createElement as pr, useCallback as
|
9
|
+
import Z, { useState as j, cloneElement as Ua, createContext as zt, useContext as un, useMemo as ne, useEffect as P, Component as sa, Children as Dr, createElement as pr, useCallback as we, useRef as q, Fragment as js, useReducer as Vc, createRef as Bt } from "react";
|
10
10
|
import Gc, { ReactComponent as Ht } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
11
11
|
import { ReactComponent as Hc } from "./assets/ic-check-square.2a3d3fb9.svg";
|
12
12
|
import { ReactComponent as Yc } from "./assets/ic-check-all.0376437d.svg";
|
@@ -61,7 +61,7 @@ import { ReactComponent as fd } from "./assets/ic-discord-fill.1a1b291d.svg";
|
|
61
61
|
import { ReactComponent as _d } from "./assets/ic-file-text.f9563710.svg";
|
62
62
|
import { ReactComponent as Ps } from "./assets/ic-help-outline.9c012a0c.svg";
|
63
63
|
import { ReactComponent as hd } from "./assets/ic-megaphone.b9f9a901.svg";
|
64
|
-
import oa, { components as
|
64
|
+
import oa, { components as Le } from "react-select";
|
65
65
|
import { ReactComponent as Ai } from "./assets/ic-arrow-square-out.1be837ac.svg";
|
66
66
|
import { ReactComponent as gd } from "./assets/ic-arrow-backward.d951202a.svg";
|
67
67
|
import xd, { ReactComponent as gr } from "./assets/ic-docker.48906f4d.svg";
|
@@ -272,7 +272,7 @@ var Ae = /* @__PURE__ */ ((e) => (e[e.BAD_REQUEST = 400] = "BAD_REQUEST", e[e.UN
|
|
272
272
|
const Vu = {
|
273
273
|
TITLE: "Access denied",
|
274
274
|
SUBTITLE: "You do not have required access to perform this action"
|
275
|
-
},
|
275
|
+
}, Re = {
|
276
276
|
PAGE_NOT_FOUND: "Not found",
|
277
277
|
PAGE_NOT_EXIST: "Error 404: The requested resource could not be found. Please check the URL and try again.",
|
278
278
|
TAKE_BACK_HOME: "Go back home",
|
@@ -1152,7 +1152,7 @@ const vT = Object.values(
|
|
1152
1152
|
}, Om = ({ text: e, combo: s }) => /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-8 px-8 py-4 flex-wrap", children: [
|
1153
1153
|
/* @__PURE__ */ t.jsx("span", { className: "lh-18 fs-12 fw-4 cn-0", children: e }),
|
1154
1154
|
!!s?.length && /* @__PURE__ */ t.jsx("div", { className: "flexbox dc__gap-4 dc__align-items-center flex-wrap", children: s.map((n) => /* @__PURE__ */ t.jsx("span", { className: "shortcut-keys__chip dc__capitalize lh-16 fs-11 fw-5 flex", children: wm[n] }, n)) })
|
1155
|
-
] }),
|
1155
|
+
] }), ye = ({
|
1156
1156
|
shortcutKeyCombo: e,
|
1157
1157
|
alwaysShowTippyOnHover: s,
|
1158
1158
|
// NOTE: if alwaysShowTippyOnHover or shortcutKeyCombo are being passed by user don't apply truncation logic at all
|
@@ -1263,7 +1263,7 @@ const Pm = {
|
|
1263
1263
|
alwaysShowTippyOnHover: d && !!u?.content,
|
1264
1264
|
...u
|
1265
1265
|
};
|
1266
|
-
return /* @__PURE__ */ t.jsx(
|
1266
|
+
return /* @__PURE__ */ t.jsx(ye, { ...T(), children: /* @__PURE__ */ t.jsx("div", { children: /* @__PURE__ */ t.jsxs(
|
1267
1267
|
Bm,
|
1268
1268
|
{
|
1269
1269
|
...h,
|
@@ -1445,7 +1445,7 @@ const Pm = {
|
|
1445
1445
|
}), RT = (e) => {
|
1446
1446
|
const { selectProps: s, data: n, showTippy: a, style: r, placement: o, tippyContent: l, tippyClass: i } = e;
|
1447
1447
|
s.styles.option = sl(r);
|
1448
|
-
const c = () => /* @__PURE__ */ t.jsx("div", { onClick: ge, children: /* @__PURE__ */ t.jsx(
|
1448
|
+
const c = () => /* @__PURE__ */ t.jsx("div", { onClick: ge, children: /* @__PURE__ */ t.jsx(Le.Option, { ...e }) });
|
1449
1449
|
return a ? /* @__PURE__ */ t.jsx(
|
1450
1450
|
ee,
|
1451
1451
|
{
|
@@ -1458,7 +1458,7 @@ const Pm = {
|
|
1458
1458
|
) : c();
|
1459
1459
|
}, nl = () => /* @__PURE__ */ t.jsx(ve, {}), Fm = (e) => {
|
1460
1460
|
const { data: s } = e;
|
1461
|
-
return s.label ? /* @__PURE__ */ t.jsx(
|
1461
|
+
return s.label ? /* @__PURE__ */ t.jsx(Le.GroupHeading, { ...e, children: /* @__PURE__ */ t.jsx("div", { className: "flex dc__no-text-transform flex-justify dc__truncate-text h-100", children: /* @__PURE__ */ t.jsx("span", { className: "dc__truncate-text", children: s.label }) }) }) : null;
|
1462
1462
|
}, al = tl(), Vm = ({
|
1463
1463
|
handleApplyFilter: e,
|
1464
1464
|
...s
|
@@ -1470,7 +1470,7 @@ const Pm = {
|
|
1470
1470
|
}), e();
|
1471
1471
|
};
|
1472
1472
|
return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
1473
|
-
/* @__PURE__ */ t.jsx(
|
1473
|
+
/* @__PURE__ */ t.jsx(Le.MenuList, { ...s }),
|
1474
1474
|
s.selectProps.options.length > 0 && /* @__PURE__ */ t.jsx("div", { className: "p-8 dc__position-sticky dc__bottom-0 dc__border-top-n1 bcn-0 dc__bottom-radius-4", children: /* @__PURE__ */ t.jsx(
|
1475
1475
|
"button",
|
1476
1476
|
{
|
@@ -1496,7 +1496,7 @@ const Pm = {
|
|
1496
1496
|
/* @__PURE__ */ t.jsx(hi, { className: "icon-dim-16 dc__no-shrink mr-4 mw-18" }),
|
1497
1497
|
/* @__PURE__ */ t.jsx("span", { className: "dc__position-abs dc__left-35 cn-5 fs-13 fw-4 lh-20", children: e })
|
1498
1498
|
] });
|
1499
|
-
return /* @__PURE__ */ t.jsx(
|
1499
|
+
return /* @__PURE__ */ t.jsx(Le.ValueContainer, { ...s, children: /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center", children: [
|
1500
1500
|
l(),
|
1501
1501
|
Ua(n[1])
|
1502
1502
|
] }) });
|
@@ -2027,7 +2027,7 @@ const ep = "bulk-selection-pop-up-menu", Ia = {
|
|
2027
2027
|
children: o[0]
|
2028
2028
|
}
|
2029
2029
|
),
|
2030
|
-
/* @__PURE__ */ t.jsx(
|
2030
|
+
/* @__PURE__ */ t.jsx(ye, { content: o, children: /* @__PURE__ */ t.jsx("span", { className: "fs-13 fw-4 dc__truncate dc__mxw-200", children: o }) })
|
2031
2031
|
] });
|
2032
2032
|
return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
2033
2033
|
/* @__PURE__ */ t.jsx("div", { className: "flex left column", children: i ?? /* @__PURE__ */ t.jsx(ct, { condition: !!e, wrap: u, children: /* @__PURE__ */ t.jsxs("div", { className: "commit-hash commit-hash--docker", "data-testid": "cd-trigger-modal-image-value", children: [
|
@@ -2222,7 +2222,7 @@ const ep = "bulk-selection-pop-up-menu", Ia = {
|
|
2222
2222
|
onClick: o ? s : tt,
|
2223
2223
|
disabled: r,
|
2224
2224
|
children: [
|
2225
|
-
/* @__PURE__ */ t.jsx(
|
2225
|
+
/* @__PURE__ */ t.jsx(ye, { showOnTruncate: l, content: a, children: /* @__PURE__ */ t.jsx("span", { className: "dc__uppercase dc__truncate", children: a }) }),
|
2226
2226
|
m()
|
2227
2227
|
]
|
2228
2228
|
}
|
@@ -4103,15 +4103,15 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4103
4103
|
content: null
|
4104
4104
|
}, rf = (e) => {
|
4105
4105
|
const { isDisabled: s } = e;
|
4106
|
-
return /* @__PURE__ */ t.jsx(
|
4107
|
-
}, of = (e) => /* @__PURE__ */ t.jsx(
|
4106
|
+
return /* @__PURE__ */ t.jsx(Le.DropdownIndicator, { ...e, children: /* @__PURE__ */ t.jsx(cs, { className: s ? "scn-3" : "scn-6" }) });
|
4107
|
+
}, of = (e) => /* @__PURE__ */ t.jsx(Le.ClearIndicator, { ...e, children: /* @__PURE__ */ t.jsx(at, { className: "icon-use-fill-n6" }) }), lf = (e) => {
|
4108
4108
|
const {
|
4109
4109
|
children: s,
|
4110
4110
|
getValue: n,
|
4111
4111
|
selectProps: { icon: a, showSelectedOptionIcon: r }
|
4112
4112
|
} = e, { startIcon: o, endIcon: l } = n()?.[0] ?? {};
|
4113
4113
|
let i = a;
|
4114
|
-
return r && (o || l) && (i = o || l), /* @__PURE__ */ t.jsxs(
|
4114
|
+
return r && (o || l) && (i = o || l), /* @__PURE__ */ t.jsxs(Le.Control, { ...e, children: [
|
4115
4115
|
i && /* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink icon-dim-20 flex dc__fill-available-space", children: i }),
|
4116
4116
|
s
|
4117
4117
|
] });
|
@@ -4127,7 +4127,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4127
4127
|
children: l
|
4128
4128
|
} = a, i = Tl(s) ? (r() ?? []).length : s, c = Dr.count(l);
|
4129
4129
|
return /* @__PURE__ */ t.jsxs("div", { className: "flex left dc__gap-8 flex-grow-1", children: [
|
4130
|
-
/* @__PURE__ */ t.jsx("div", { className: "flex left flex-grow-1", children: /* @__PURE__ */ t.jsx(
|
4130
|
+
/* @__PURE__ */ t.jsx("div", { className: "flex left flex-grow-1", children: /* @__PURE__ */ t.jsx(Le.ValueContainer, { ...a, children: o && i > 0 && !n ? /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
4131
4131
|
/* @__PURE__ */ t.jsx("p", { className: "m-0 fs-13 fw-4 lh-20 cn-9 dc__truncate", children: o }),
|
4132
4132
|
/* @__PURE__ */ t.jsx("div", { className: "dc__position-abs", children: Dr.map(l, (d, u) => u === c - 1 ? d : null) })
|
4133
4133
|
] }) : l }) }),
|
@@ -4147,7 +4147,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4147
4147
|
} = s, { description: c, startIcon: d, endIcon: u, tooltipProps: m } = a ?? {}, p = !!c, f = "__isNew__" in a && a.__isNew__, g = (_) => {
|
4148
4148
|
_.preventDefault(), _.stopPropagation(), o(a);
|
4149
4149
|
};
|
4150
|
-
return /* @__PURE__ */ t.jsx(
|
4150
|
+
return /* @__PURE__ */ t.jsx(Le.Option, { ...s, children: /* @__PURE__ */ t.jsx(ye, { ...af(m), children: /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-8", children: [
|
4151
4151
|
r && !f && /* @__PURE__ */ t.jsx(
|
4152
4152
|
_s,
|
4153
4153
|
{
|
@@ -4162,7 +4162,13 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4162
4162
|
/* @__PURE__ */ t.jsxs("div", { className: `flex left w-100 ${p ? "top" : ""} dc__gap-8`, children: [
|
4163
4163
|
d && /* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink icon-dim-16 flex dc__fill-available-space", children: d }),
|
4164
4164
|
/* @__PURE__ */ t.jsxs("div", { className: "flex-grow-1", children: [
|
4165
|
-
/* @__PURE__ */ t.jsx(
|
4165
|
+
/* @__PURE__ */ t.jsx(ye, { content: n, placement: "right", children: /* @__PURE__ */ t.jsx(
|
4166
|
+
"h4",
|
4167
|
+
{
|
4168
|
+
className: `m-0 fs-13 ${f ? "cb-5" : "cn-9"} fw-4 lh-20 dc__truncate`,
|
4169
|
+
children: n
|
4170
|
+
}
|
4171
|
+
) }),
|
4166
4172
|
p && (typeof c == "string" ? /* @__PURE__ */ t.jsx(
|
4167
4173
|
"p",
|
4168
4174
|
{
|
@@ -4186,7 +4192,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4186
4192
|
}
|
4187
4193
|
} = e;
|
4188
4194
|
return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
4189
|
-
/* @__PURE__ */ pr(
|
4195
|
+
/* @__PURE__ */ pr(Le.MenuList, { ...e, key: n }, /* @__PURE__ */ t.jsx("div", { className: "py-4 cursor", children: r ? o() : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
4190
4196
|
s,
|
4191
4197
|
l?.()
|
4192
4198
|
] }) })),
|
@@ -4205,9 +4211,9 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4205
4211
|
children: o
|
4206
4212
|
}
|
4207
4213
|
),
|
4208
|
-
/* @__PURE__ */ t.jsx(
|
4214
|
+
/* @__PURE__ */ t.jsx(Le.MultiValueLabel, { ...s })
|
4209
4215
|
] });
|
4210
|
-
}, ff = (e) => /* @__PURE__ */ t.jsx(
|
4216
|
+
}, ff = (e) => /* @__PURE__ */ t.jsx(Le.MultiValueRemove, { ...e, children: /* @__PURE__ */ t.jsx("span", { className: "flex dc__no-shrink", children: /* @__PURE__ */ t.jsx(at, { className: "icon-dim-12 icon-use-fill-n6" }) }) }), _f = ({
|
4211
4217
|
isGroupHeadingSelectable: e,
|
4212
4218
|
...s
|
4213
4219
|
}) => {
|
@@ -4215,7 +4221,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4215
4221
|
if (!n.label)
|
4216
4222
|
return null;
|
4217
4223
|
if (!e || !a.isMulti)
|
4218
|
-
return /* @__PURE__ */ t.jsx(
|
4224
|
+
return /* @__PURE__ */ t.jsx(Le.GroupHeading, { ...s });
|
4219
4225
|
const r = a.value ?? [], o = n.options ?? [], l = nf(o, r, a.getOptionValue), i = () => {
|
4220
4226
|
const d = o.reduce((m, p) => (m[a.getOptionValue(p)] = !0, m), {}), u = r.filter(
|
4221
4227
|
(m) => !d[a.getOptionValue(m)]
|
@@ -4234,7 +4240,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4234
4240
|
}, c = (d) => {
|
4235
4241
|
d.preventDefault(), d.stopPropagation(), i();
|
4236
4242
|
};
|
4237
|
-
return /* @__PURE__ */ t.jsx(
|
4243
|
+
return /* @__PURE__ */ t.jsx(Le.GroupHeading, { ...s, onClick: i, children: /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-8", children: [
|
4238
4244
|
e && /* @__PURE__ */ t.jsx(
|
4239
4245
|
_s,
|
4240
4246
|
{
|
@@ -4312,7 +4318,7 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4312
4318
|
null,
|
4313
4319
|
se
|
4314
4320
|
) && !an(ie, Mt, null, se);
|
4315
|
-
}, _t =
|
4321
|
+
}, _t = we(
|
4316
4322
|
(Ee) => /* @__PURE__ */ t.jsx(
|
4317
4323
|
cf,
|
4318
4324
|
{
|
@@ -4323,10 +4329,10 @@ const af = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
4323
4329
|
}
|
4324
4330
|
),
|
4325
4331
|
[c, N, z]
|
4326
|
-
), Sn =
|
4332
|
+
), Sn = we(
|
4327
4333
|
(Ee) => /* @__PURE__ */ t.jsx(uf, { ...Ee, disableDescriptionEllipsis: g }),
|
4328
4334
|
[g]
|
4329
|
-
), ba = (Ee) => /* @__PURE__ */ t.jsx(pf, { ...Ee, getIsOptionValid: w }), Ca =
|
4335
|
+
), ba = (Ee) => /* @__PURE__ */ t.jsx(pf, { ...Ee, getIsOptionValid: w }), Ca = we(
|
4330
4336
|
(Ee) => /* @__PURE__ */ t.jsx(_f, { ...Ee, isGroupHeadingSelectable: me }),
|
4331
4337
|
[me]
|
4332
4338
|
), Y = () => u ? /* @__PURE__ */ t.jsx(fs, { reload: m }) : F ? /* @__PURE__ */ t.jsx("p", { className: "m-0 cn-7 fs-13 fw-4 lh-20 py-6 px-8", children: "No options" }) : null, fe = (Ee) => /* @__PURE__ */ t.jsx(ee, { content: i, placement: "top", className: "default-tt", arrow: !1, children: Ee }), oe = (Ee) => {
|
@@ -4904,7 +4910,7 @@ const io = () => ({
|
|
4904
4910
|
shortcutTimeout: n,
|
4905
4911
|
children: a
|
4906
4912
|
}) => {
|
4907
|
-
const r = q(!1), o = q({}), l = q(/* @__PURE__ */ new Set()), i = q(-1), c = e ?? Ff, d =
|
4913
|
+
const r = q(!1), o = q({}), l = q(/* @__PURE__ */ new Set()), i = q(-1), c = e ?? Ff, d = we(
|
4908
4914
|
({ keys: x, callback: E, description: T = "" }) => {
|
4909
4915
|
const { keys: S, id: C } = jn(x);
|
4910
4916
|
if (typeof E != "function")
|
@@ -4917,21 +4923,21 @@ const io = () => ({
|
|
4917
4923
|
o.current[C] = { keys: S, callbackStack: [E], description: T };
|
4918
4924
|
},
|
4919
4925
|
[]
|
4920
|
-
), u =
|
4926
|
+
), u = we((x) => {
|
4921
4927
|
const { id: E } = jn(x);
|
4922
4928
|
if (!o.current[E])
|
4923
4929
|
return;
|
4924
4930
|
const { callbackStack: T } = o.current[E];
|
4925
4931
|
yn(T), T.pop(), T.length || delete o.current[E];
|
4926
|
-
}, []), m =
|
4932
|
+
}, []), m = we((x) => {
|
4927
4933
|
r.current = x;
|
4928
|
-
}, []), p =
|
4934
|
+
}, []), p = we((x) => {
|
4929
4935
|
const { id: E } = jn(x);
|
4930
4936
|
if (!o.current[E])
|
4931
4937
|
return;
|
4932
4938
|
const { callbackStack: T } = o.current[E];
|
4933
4939
|
yn(T), T[T.length - 1]();
|
4934
|
-
}, []), f =
|
4940
|
+
}, []), f = we(() => {
|
4935
4941
|
if (!l.current.size)
|
4936
4942
|
return;
|
4937
4943
|
const { id: x } = jn(Array.from(l.current.values()));
|
@@ -4940,11 +4946,11 @@ const io = () => ({
|
|
4940
4946
|
yn(E), E[E.length - 1]();
|
4941
4947
|
}
|
4942
4948
|
l.current.clear(), i.current > -1 && (clearTimeout(i.current), i.current = -1);
|
4943
|
-
}, []), g =
|
4949
|
+
}, []), g = we((x) => {
|
4944
4950
|
s && x.preventDefault(), !(c.map((E) => E.toUpperCase()).indexOf(x.target.tagName.toUpperCase()) > -1 || r.current) && (l.current.add(x.key.toUpperCase()), x.ctrlKey && l.current.add("CONTROL"), x.metaKey && l.current.add("META"), x.altKey && l.current.add("ALT"), x.shiftKey && l.current.add("SHIFT"), i.current === -1 && (i.current = setTimeout(() => {
|
4945
4951
|
f();
|
4946
4952
|
}, n ?? Vf)));
|
4947
|
-
}, []), _ =
|
4953
|
+
}, []), _ = we(() => {
|
4948
4954
|
l.current.clear();
|
4949
4955
|
}, []);
|
4950
4956
|
P(() => (window.addEventListener("keydown", g), window.addEventListener("keyup", f), window.addEventListener("blur", _), () => {
|
@@ -6122,7 +6128,7 @@ const x_ = {
|
|
6122
6128
|
) }) }),
|
6123
6129
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-6 pl-6 dc__align-items-center", children: [
|
6124
6130
|
!n.isAppMetricsSupported && /* @__PURE__ */ t.jsx(
|
6125
|
-
|
6131
|
+
ye,
|
6126
6132
|
{
|
6127
6133
|
alwaysShowTippyOnHover: !0,
|
6128
6134
|
content: `Application metrics is not supported for ${n.name} version ${n.version}.`,
|
@@ -6262,7 +6268,7 @@ const NS = async ({
|
|
6262
6268
|
value: "YYYY-MM-DDTHH:mm:ss.SSSSSSSSS[Z]",
|
6263
6269
|
description: "ISO8601 with nanoseconds"
|
6264
6270
|
}
|
6265
|
-
], S_ = "This is a variable. It will be replaced with the value during execution.", SS = () => /* @__PURE__ */ t.jsx(
|
6271
|
+
], S_ = "This is a variable. It will be replaced with the value during execution.", SS = () => /* @__PURE__ */ t.jsx(ye, { content: S_, placement: "left", animation: "shift-away", alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(Qc, { className: "icon-dim-18 icon-n4" }) }) }), vS = ({ fileMountDir: e }) => /* @__PURE__ */ t.jsx(
|
6266
6272
|
ee,
|
6267
6273
|
{
|
6268
6274
|
trigger: "click",
|
@@ -6760,7 +6766,7 @@ const L_ = (e, s = !1) => s ? btoa(e) : atob(e), xo = (e, s = !1) => Object.keys
|
|
6760
6766
|
/* @__PURE__ */ t.jsx("span", { className: "fw-6 dc__capitalize", children: c }),
|
6761
6767
|
/* @__PURE__ */ t.jsx("span", { className: "dc__divider h-24" })
|
6762
6768
|
] }),
|
6763
|
-
/* @__PURE__ */ t.jsx(
|
6769
|
+
/* @__PURE__ */ t.jsx(ye, { content: d, children: /* @__PURE__ */ t.jsx("span", { className: "dc__ellipsis-right dc__word-break dc__mxw-150", children: d }) }),
|
6764
6770
|
o && /* @__PURE__ */ t.jsx(
|
6765
6771
|
"button",
|
6766
6772
|
{
|
@@ -7447,12 +7453,12 @@ const q_ = (e) => Tt(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), X_ = ({ className:
|
|
7447
7453
|
FEATURE_PROMO_EMBEDDED_BUTTON_TEXT: n,
|
7448
7454
|
FEATURE_PROMO_EMBEDDED_MODAL_TITLE: a,
|
7449
7455
|
FEATURE_PROMO_EMBEDDED_IFRAME_URL: r
|
7450
|
-
} = window._env_, o =
|
7456
|
+
} = window._env_, o = we(() => {
|
7451
7457
|
s(!0), ls.event({
|
7452
7458
|
category: "PRIMARY_HEADER",
|
7453
7459
|
action: "HEADER_IFRAME_BUTTON_CLICKED"
|
7454
7460
|
});
|
7455
|
-
}, []), l =
|
7461
|
+
}, []), l = we(() => s(!1), []), i = () => /* @__PURE__ */ t.jsx(Tn, { close: l, children: /* @__PURE__ */ t.jsxs(
|
7456
7462
|
"div",
|
7457
7463
|
{
|
7458
7464
|
className: "modal-body--ci-material h-100 dc__overflow-hidden dc__border-left flex column dc__content-space w-100",
|
@@ -8072,7 +8078,7 @@ const To = (e) => {
|
|
8072
8078
|
disabled: a || !1
|
8073
8079
|
}
|
8074
8080
|
),
|
8075
|
-
/* @__PURE__ */ t.jsx(
|
8081
|
+
/* @__PURE__ */ t.jsx(Le.Option, { ...e })
|
8076
8082
|
]
|
8077
8083
|
}
|
8078
8084
|
), c = (d) => {
|
@@ -8093,17 +8099,17 @@ const To = (e) => {
|
|
8093
8099
|
const { selectOption: s, data: n } = e, a = { height: "16px", width: "16px", flex: "0 0 16px" }, r = (o) => s(n);
|
8094
8100
|
return /* @__PURE__ */ t.jsxs("div", { className: "flex left pl-12", style: { background: e.isFocused ? "var(--N100)" : "transparent" }, children: [
|
8095
8101
|
e.isSelected ? /* @__PURE__ */ t.jsx(da, { onClick: r, className: "mr-8 icon-dim-16", style: a }) : /* @__PURE__ */ t.jsx("span", { onClick: r, className: "mr-8", style: a }),
|
8096
|
-
/* @__PURE__ */ t.jsx(
|
8102
|
+
/* @__PURE__ */ t.jsx(Le.Option, { ...e })
|
8097
8103
|
] });
|
8098
8104
|
}, ZS = (e) => {
|
8099
8105
|
const { children: s, data: n, innerProps: a, selectProps: r } = e, { label: o, value: l } = n;
|
8100
|
-
return /* @__PURE__ */ t.jsxs(
|
8106
|
+
return /* @__PURE__ */ t.jsxs(Le.MultiValueContainer, { data: n, innerProps: a, selectProps: r, children: [
|
8101
8107
|
/* @__PURE__ */ t.jsx("div", { className: "flex fs-12 ml-4 cn-9", children: o }),
|
8102
8108
|
s[1]
|
8103
8109
|
] });
|
8104
8110
|
}, QS = (e) => {
|
8105
8111
|
const { children: s, data: n, innerProps: a, selectProps: r } = e, o = r.value?.length ?? 0;
|
8106
|
-
return /* @__PURE__ */ t.jsxs(
|
8112
|
+
return /* @__PURE__ */ t.jsxs(Le.MultiValueContainer, { data: n, innerProps: a, selectProps: r, children: [
|
8107
8113
|
(!r.menuIsOpen || !r.inputValue) && /* @__PURE__ */ t.jsxs("span", { className: "cn-9 fs-13 lh-20", children: [
|
8108
8114
|
r.placeholder,
|
8109
8115
|
o > 0 && /* @__PURE__ */ t.jsx("span", { className: "bcb-5 cn-0 fw-6 fs-12 br-8 ml-4 pr-8 pl-8", children: o })
|
@@ -8122,7 +8128,7 @@ const To = (e) => {
|
|
8122
8128
|
data: s,
|
8123
8129
|
innerProps: { onClick: n, onMouseDown: a }
|
8124
8130
|
} = e;
|
8125
|
-
return /* @__PURE__ */ t.jsx(
|
8131
|
+
return /* @__PURE__ */ t.jsx(Le.MultiValueRemove, { ...e, children: /* @__PURE__ */ t.jsx(
|
8126
8132
|
Os,
|
8127
8133
|
{
|
8128
8134
|
onClick: n,
|
@@ -8134,7 +8140,7 @@ const To = (e) => {
|
|
8134
8140
|
) });
|
8135
8141
|
}, tv = ({ validator: e, isAllSelected: s = !1, ...n }) => {
|
8136
8142
|
const { children: a, data: r, innerProps: o, selectProps: l } = n, { label: i, value: c } = r, d = e ? e(c) : !0;
|
8137
|
-
return s && c !== "*" ? null : /* @__PURE__ */ t.jsxs(
|
8143
|
+
return s && c !== "*" ? null : /* @__PURE__ */ t.jsxs(Le.MultiValueContainer, { data: r, innerProps: o, selectProps: l, children: [
|
8138
8144
|
/* @__PURE__ */ t.jsxs("div", { className: "flex left fs-12 pl-4 pr-4 dc__ellipsis-right", children: [
|
8139
8145
|
!d && /* @__PURE__ */ t.jsx(du, { className: "mr-4 icon-dim-16 dc__no-shrink" }),
|
8140
8146
|
/* @__PURE__ */ t.jsx("div", { className: `dc__ellipsis-right ${d ? "cn-9" : "cr-5"}`, children: i })
|
@@ -8634,7 +8640,7 @@ const Nh = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
8634
8640
|
}), r({ offset: n.size, size: 20 });
|
8635
8641
|
}, x = () => e === Ce.CI || e === Ce.GROUP_CI ? u : e === Ce.GROUP_CD ? m : p, E = s?.find((v) => v.value === x()) ?? null;
|
8636
8642
|
s?.sort((v, I) => v.label > I.label ? 1 : -1);
|
8637
|
-
const T = s?.filter((v) => !v.deploymentAppDeleteRequest), S = () => e === Ce.GROUP_CI || e === Ce.GROUP_CD ? wa.APPLICATION : e === Ce.CI ? wa.PIPELINE : wa.ENVIRONMENT, C = (v) => (v.selectProps.styles.option = sl(), /* @__PURE__ */ t.jsx(
|
8643
|
+
const T = s?.filter((v) => !v.deploymentAppDeleteRequest), S = () => e === Ce.GROUP_CI || e === Ce.GROUP_CD ? wa.APPLICATION : e === Ce.CI ? wa.PIPELINE : wa.ENVIRONMENT, C = (v) => (v.selectProps.styles.option = sl(), /* @__PURE__ */ t.jsx(Le.Option, { ...v, children: /* @__PURE__ */ t.jsxs("div", { style: { display: "flex" }, children: [
|
8638
8644
|
(e === Ce.CI || e === Ce.GROUP_CI) && /* @__PURE__ */ t.jsx(
|
8639
8645
|
"div",
|
8640
8646
|
{
|
@@ -8711,7 +8717,7 @@ const Nh = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
8711
8717
|
] });
|
8712
8718
|
}
|
8713
8719
|
), av = ({ shouldPrompt: e }) => {
|
8714
|
-
const s =
|
8720
|
+
const s = we(
|
8715
8721
|
(n) => {
|
8716
8722
|
e && n.preventDefault();
|
8717
8723
|
},
|
@@ -9571,7 +9577,7 @@ const iv = (e, s, n) => ae(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
9571
9577
|
const U = D(_);
|
9572
9578
|
p(U);
|
9573
9579
|
}, [c, F]);
|
9574
|
-
const M =
|
9580
|
+
const M = we(() => {
|
9575
9581
|
p(
|
9576
9582
|
(U) => U.map((W) => ({
|
9577
9583
|
...W,
|
@@ -9664,7 +9670,7 @@ const iv = (e, s, n) => ae(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
9664
9670
|
] })
|
9665
9671
|
] }),
|
9666
9672
|
/* @__PURE__ */ t.jsx(
|
9667
|
-
|
9673
|
+
ye,
|
9668
9674
|
{
|
9669
9675
|
shortcutKeyCombo: {
|
9670
9676
|
text: I,
|
@@ -10582,14 +10588,14 @@ const lg = ({
|
|
10582
10588
|
const { title: c, subtitle: d, strikeThrough: u, iconConfig: m } = i;
|
10583
10589
|
return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
10584
10590
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox-col flex-grow-1 mw-none", children: [
|
10585
|
-
/* @__PURE__ */ t.jsx(
|
10591
|
+
/* @__PURE__ */ t.jsx(ye, { content: c, placement: "right", children: /* @__PURE__ */ t.jsx(
|
10586
10592
|
"span",
|
10587
10593
|
{
|
10588
10594
|
className: `collapsible__item__title dc__truncate fs-13 lh-20 ${u ? "dc__strike-through" : ""}`,
|
10589
10595
|
children: c
|
10590
10596
|
}
|
10591
10597
|
) }),
|
10592
|
-
d && /* @__PURE__ */ t.jsx(
|
10598
|
+
d && /* @__PURE__ */ t.jsx(ye, { content: d, placement: "right", children: /* @__PURE__ */ t.jsx("span", { className: "dc__truncate fw-4 lh-1-5 cn-7", children: d }) })
|
10593
10599
|
] }),
|
10594
10600
|
m && /* @__PURE__ */ t.jsx(
|
10595
10601
|
ct,
|
@@ -10652,7 +10658,7 @@ const lg = ({
|
|
10652
10658
|
style: { "--rotateBy": p ? "0deg" : "-90deg" }
|
10653
10659
|
}
|
10654
10660
|
),
|
10655
|
-
/* @__PURE__ */ t.jsx(
|
10661
|
+
/* @__PURE__ */ t.jsx(ye, { content: c, placement: "right", children: /* @__PURE__ */ t.jsx("span", { className: "flex-grow-1 dc__align-left dc__truncate", children: c }) })
|
10656
10662
|
]
|
10657
10663
|
}
|
10658
10664
|
),
|
@@ -10885,13 +10891,13 @@ const $l = {
|
|
10885
10891
|
case Ae.NOT_FOUND:
|
10886
10892
|
return {
|
10887
10893
|
onClick: d,
|
10888
|
-
renderButtonText:
|
10894
|
+
renderButtonText: Re.TAKE_BACK_HOME,
|
10889
10895
|
isButtonAvailable: !0
|
10890
10896
|
};
|
10891
10897
|
case Ae.INTERNAL_SERVER_ERROR:
|
10892
10898
|
return {
|
10893
10899
|
onClick: OE,
|
10894
|
-
renderButtonText:
|
10900
|
+
renderButtonText: Re.REPORT_ISSUE,
|
10895
10901
|
isButtonAvailable: !0
|
10896
10902
|
};
|
10897
10903
|
case Ae.BAD_REQUEST:
|
@@ -10899,7 +10905,7 @@ const $l = {
|
|
10899
10905
|
case Ae.SERVICE_TEMPORARY_UNAVAILABLE:
|
10900
10906
|
return {
|
10901
10907
|
onClick: i ?? fc,
|
10902
|
-
renderButtonText:
|
10908
|
+
renderButtonText: Re.TRY_AGAIN,
|
10903
10909
|
isButtonAvailable: !0
|
10904
10910
|
};
|
10905
10911
|
default:
|
@@ -10937,8 +10943,8 @@ const $l = {
|
|
10937
10943
|
es,
|
10938
10944
|
{
|
10939
10945
|
code: Ae.BAD_REQUEST,
|
10940
|
-
title:
|
10941
|
-
subTitle: n ||
|
10946
|
+
title: Re.BAD_REQUEST,
|
10947
|
+
subTitle: n || Re.BAD_REQUEST_MESSAGE,
|
10942
10948
|
image: Vs,
|
10943
10949
|
imageType: l,
|
10944
10950
|
heightToDeduct: r,
|
@@ -10950,8 +10956,8 @@ const $l = {
|
|
10950
10956
|
es,
|
10951
10957
|
{
|
10952
10958
|
code: Ae.UNAUTHORIZED,
|
10953
|
-
title:
|
10954
|
-
subTitle: n ||
|
10959
|
+
title: Re.UNAUTHORIZED,
|
10960
|
+
subTitle: n || Re.UNAUTHORIZED_MESSAGE,
|
10955
10961
|
image: Ga,
|
10956
10962
|
imageType: l,
|
10957
10963
|
heightToDeduct: r
|
@@ -10962,8 +10968,8 @@ const $l = {
|
|
10962
10968
|
es,
|
10963
10969
|
{
|
10964
10970
|
code: Ae.PERMISSION_DENIED,
|
10965
|
-
title:
|
10966
|
-
subTitle: n ||
|
10971
|
+
title: Re.FORBIDDEN,
|
10972
|
+
subTitle: n || Re.FORBIDDEN_MESSAGE,
|
10967
10973
|
image: Ga,
|
10968
10974
|
imageType: l,
|
10969
10975
|
heightToDeduct: r
|
@@ -10974,8 +10980,8 @@ const $l = {
|
|
10974
10980
|
es,
|
10975
10981
|
{
|
10976
10982
|
code: Ae.NOT_FOUND,
|
10977
|
-
title:
|
10978
|
-
subTitle: n ||
|
10983
|
+
title: Re.PAGE_NOT_FOUND,
|
10984
|
+
subTitle: n || Re.PAGE_NOT_EXIST,
|
10979
10985
|
image: fu,
|
10980
10986
|
imageType: l,
|
10981
10987
|
heightToDeduct: r,
|
@@ -10987,8 +10993,8 @@ const $l = {
|
|
10987
10993
|
es,
|
10988
10994
|
{
|
10989
10995
|
code: Ae.INTERNAL_SERVER_ERROR,
|
10990
|
-
title:
|
10991
|
-
subTitle: n ||
|
10996
|
+
title: Re.INTERNAL_SERVER_ERROR,
|
10997
|
+
subTitle: n || Re.INTERNAL_SERVER_ERROR_MESSAGE,
|
10992
10998
|
image: Vs,
|
10993
10999
|
imageType: l,
|
10994
11000
|
heightToDeduct: r,
|
@@ -11000,8 +11006,8 @@ const $l = {
|
|
11000
11006
|
es,
|
11001
11007
|
{
|
11002
11008
|
code: Ae.BAD_GATEWAY,
|
11003
|
-
title:
|
11004
|
-
subTitle: n ||
|
11009
|
+
title: Re.BAD_GATEWAY,
|
11010
|
+
subTitle: n || Re.BAD_GATEWAY_MESSAGE,
|
11005
11011
|
image: Vs,
|
11006
11012
|
imageType: l,
|
11007
11013
|
heightToDeduct: r,
|
@@ -11013,8 +11019,8 @@ const $l = {
|
|
11013
11019
|
es,
|
11014
11020
|
{
|
11015
11021
|
code: Ae.SERVICE_TEMPORARY_UNAVAILABLE,
|
11016
|
-
title:
|
11017
|
-
subTitle: n ||
|
11022
|
+
title: Re.SERVICE_TEMPORARY_UNAVAILABLE,
|
11023
|
+
subTitle: n || Re.SERVICE_TEMPORARY_UNAVAILABLE_MESSAGE,
|
11018
11024
|
image: Vs,
|
11019
11025
|
imageType: l,
|
11020
11026
|
heightToDeduct: r,
|
@@ -11045,7 +11051,7 @@ const $l = {
|
|
11045
11051
|
function p(g) {
|
11046
11052
|
r || m((_) => !_);
|
11047
11053
|
}
|
11048
|
-
const f =
|
11054
|
+
const f = we(FE(p, 500), [r]);
|
11049
11055
|
return /* @__PURE__ */ t.jsxs(
|
11050
11056
|
"label",
|
11051
11057
|
{
|
@@ -12627,13 +12633,13 @@ const Pt = ({
|
|
12627
12633
|
[]
|
12628
12634
|
);
|
12629
12635
|
const p = `icon-dim-${o} dc__no-shrink`;
|
12630
|
-
return /* @__PURE__ */ t.jsx(
|
12636
|
+
return /* @__PURE__ */ t.jsx(ye, { content: "Copy", alwaysShowTippyOnHover: !l, children: /* @__PURE__ */ t.jsx(
|
12631
12637
|
"button",
|
12632
12638
|
{
|
12633
12639
|
type: "button",
|
12634
12640
|
className: `dc__outline-none-imp p-0 flex dc__transparent--unstyled dc__no-border ${r}`,
|
12635
12641
|
onClick: m,
|
12636
|
-
children: /* @__PURE__ */ t.jsx(
|
12642
|
+
children: /* @__PURE__ */ t.jsx(ye, { content: s, alwaysShowTippyOnHover: !0, visible: l, children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: l ? /* @__PURE__ */ t.jsx(da, { className: p }) : /* @__PURE__ */ t.jsx(Kd, { className: p }) }) })
|
12637
12643
|
}
|
12638
12644
|
) });
|
12639
12645
|
};
|
@@ -13334,13 +13340,13 @@ const tx = ({
|
|
13334
13340
|
fullScreenView: n,
|
13335
13341
|
setFullScreenView: a
|
13336
13342
|
}) => {
|
13337
|
-
const { pathname: r } = qt(), { registerShortcut: o, unregisterShortcut: l } = xn(), i =
|
13343
|
+
const { pathname: r } = qt(), { registerShortcut: o, unregisterShortcut: l } = xn(), i = we(() => {
|
13338
13344
|
a(!n);
|
13339
13345
|
}, [n]), c = !s || r.includes("/logs");
|
13340
13346
|
return P(() => (c && e.length && o({ callback: i, keys: e }), () => {
|
13341
13347
|
l(e);
|
13342
13348
|
}), [c, i]), c && /* @__PURE__ */ t.jsx(
|
13343
|
-
|
13349
|
+
ye,
|
13344
13350
|
{
|
13345
13351
|
placement: "left",
|
13346
13352
|
shortcutKeyCombo: {
|
@@ -13360,7 +13366,7 @@ const tx = ({
|
|
13360
13366
|
}
|
13361
13367
|
);
|
13362
13368
|
}, nx = ({ scrollToTop: e, scrollToBottom: s, style: n }) => /* @__PURE__ */ t.jsxs("div", { style: n, className: "dc__element-scroller flex column top br-4", children: [
|
13363
|
-
/* @__PURE__ */ t.jsx(
|
13369
|
+
/* @__PURE__ */ t.jsx(ye, { alwaysShowTippyOnHover: !0, content: "Scroll to Top", placement: "left", children: /* @__PURE__ */ t.jsx(
|
13364
13370
|
"button",
|
13365
13371
|
{
|
13366
13372
|
className: "flex",
|
@@ -13371,7 +13377,7 @@ const tx = ({
|
|
13371
13377
|
children: /* @__PURE__ */ t.jsx(Ht, { className: "rotate", style: { "--rotateBy": "180deg" } })
|
13372
13378
|
}
|
13373
13379
|
) }),
|
13374
|
-
/* @__PURE__ */ t.jsx(
|
13380
|
+
/* @__PURE__ */ t.jsx(ye, { alwaysShowTippyOnHover: !0, content: "Scroll to Bottom", placement: "left", children: /* @__PURE__ */ t.jsx(
|
13375
13381
|
"button",
|
13376
13382
|
{
|
13377
13383
|
className: "flex",
|
@@ -13518,7 +13524,7 @@ const rx = (e) => {
|
|
13518
13524
|
}) => {
|
13519
13525
|
const { registerShortcut: c, unregisterShortcut: d } = xn(), [u, m] = j(""), p = o?.identifier, f = o?.confirmationKeyword, { primaryButtonConfig: g, secondaryButtonConfig: _ } = r, h = n ?? rx(a), x = f && u.trim() !== f, E = () => {
|
13520
13526
|
g && !x && g.onClick();
|
13521
|
-
}, T =
|
13527
|
+
}, T = we(() => {
|
13522
13528
|
!g?.isLoading && !_?.disabled && i();
|
13523
13529
|
}, [g, _]);
|
13524
13530
|
P(() => (c({ keys: ["Enter"], callback: E }), () => {
|
@@ -14959,7 +14965,7 @@ const Cv = {
|
|
14959
14965
|
c(!0);
|
14960
14966
|
}, g = () => {
|
14961
14967
|
c(!1), u(l());
|
14962
|
-
}, _ = () => r ? /* @__PURE__ */ t.jsx(fs, { reload: o }) : /* @__PURE__ */ t.jsx("p", { className: "m-0 cn-7 fs-13 fw-4 lh-20 py-6 px-8", children: "No tags found" }), h =
|
14968
|
+
}, _ = () => r ? /* @__PURE__ */ t.jsx(fs, { reload: o }) : /* @__PURE__ */ t.jsx("p", { className: "m-0 cn-7 fs-13 fw-4 lh-20 py-6 px-8", children: "No tags found" }), h = we(
|
14963
14969
|
(E) => {
|
14964
14970
|
const T = E.getValue() || [], S = () => {
|
14965
14971
|
g(), s(T.map((C) => C.value));
|
@@ -14967,7 +14973,7 @@ const Cv = {
|
|
14967
14973
|
return /* @__PURE__ */ t.jsx(Vm, { ...E, handleApplyFilter: S });
|
14968
14974
|
},
|
14969
14975
|
[s]
|
14970
|
-
), x =
|
14976
|
+
), x = we(
|
14971
14977
|
(E) => /* @__PURE__ */ t.jsx(Gm, { ...E, title: "Tags" }),
|
14972
14978
|
[]
|
14973
14979
|
);
|
@@ -15697,7 +15703,7 @@ const Cv = {
|
|
15697
15703
|
children: S()
|
15698
15704
|
}
|
15699
15705
|
);
|
15700
|
-
return g ? /* @__PURE__ */ t.jsx(
|
15706
|
+
return g ? /* @__PURE__ */ t.jsx(ye, { ..._, children: C() }) : C();
|
15701
15707
|
}, Av = ({
|
15702
15708
|
tabs: e = [],
|
15703
15709
|
size: s = k.large,
|
@@ -16164,7 +16170,7 @@ const dE = ({
|
|
16164
16170
|
)
|
16165
16171
|
] });
|
16166
16172
|
}, uE = ({ parsingError: e, restoreLastSavedYAML: s, children: n }) => /* @__PURE__ */ t.jsx(
|
16167
|
-
|
16173
|
+
ye,
|
16168
16174
|
{
|
16169
16175
|
alwaysShowTippyOnHover: !0,
|
16170
16176
|
interactive: !0,
|
@@ -16676,7 +16682,7 @@ const bE = (e) => {
|
|
16676
16682
|
/* @__PURE__ */ t.jsx("span", { className: "fs-12 lh-20", children: "Uploading..." })
|
16677
16683
|
] }) : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
16678
16684
|
/* @__PURE__ */ t.jsx(xu, { className: "icon-dim-16 dc__no-shrink" }),
|
16679
|
-
/* @__PURE__ */ t.jsx(
|
16685
|
+
/* @__PURE__ */ t.jsx(ye, { content: n, children: /* @__PURE__ */ t.jsx("span", { className: "fs-12 lh-20 dc__ellipsis-right", children: n }) })
|
16680
16686
|
] }) }),
|
16681
16687
|
!e && /* @__PURE__ */ t.jsx("div", { className: "file-upload__remove-file", children: /* @__PURE__ */ t.jsx(
|
16682
16688
|
Me,
|
@@ -16866,7 +16872,7 @@ const bE = (e) => {
|
|
16866
16872
|
return A ? null : /* @__PURE__ */ t.jsx("div", { className: "dynamic-data-table__error bcn-0 dc__border br-4 py-7 px-8 flexbox-col dc__gap-4", children: R.map((y) => C(y)) });
|
16867
16873
|
}, I = (N, b, A) => {
|
16868
16874
|
const R = n || N.data[b].disabled || !1, y = !(r[N.id]?.[b]?.isValid ?? !0), F = /* @__PURE__ */ t.jsx(
|
16869
|
-
|
16875
|
+
ye,
|
16870
16876
|
{
|
16871
16877
|
alwaysShowTippyOnHover: !!N.data[b].tooltip?.content || R,
|
16872
16878
|
className: N.data[b].tooltip?.className,
|
@@ -16997,7 +17003,7 @@ const bE = (e) => {
|
|
16997
17003
|
n(g);
|
16998
17004
|
}, d = (f) => {
|
16999
17005
|
const g = f.customState?.propagateTag || !1, _ = f.customState?.disablePropagateButton || f.data.tagKey.value.startsWith(ni) || !1;
|
17000
|
-
return /* @__PURE__ */ t.jsx(
|
17006
|
+
return /* @__PURE__ */ t.jsx(ye, { content: "Propagate tags to K8s resources", alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ t.jsx(
|
17001
17007
|
"button",
|
17002
17008
|
{
|
17003
17009
|
onClick: () => c(f.id),
|
@@ -17150,7 +17156,7 @@ const bE = (e) => {
|
|
17150
17156
|
};
|
17151
17157
|
function Oe(e, s = !0, n = !1) {
|
17152
17158
|
e instanceof Et && Array.isArray(e.errors) ? e.errors.map(({ userMessage: a, internalMessage: r }) => {
|
17153
|
-
e.code === 403 && (a ===
|
17159
|
+
e.code === 403 && (a === Re.UNAUTHORIZED || a === Re.FORBIDDEN) ? n || He.showToast({
|
17154
17160
|
variant: Te.notAuthorized,
|
17155
17161
|
description: Vu.SUBTITLE
|
17156
17162
|
}) : He.showToast({
|
@@ -17506,7 +17512,7 @@ function gc(e, s) {
|
|
17506
17512
|
}, [s]);
|
17507
17513
|
}
|
17508
17514
|
function l0(e) {
|
17509
|
-
const s = q(null), n = q(0), a = q(null), [r, o] = j(0), [l, i] = j(0), [c, d] = j(!1), u =
|
17515
|
+
const s = q(null), n = q(0), a = q(null), [r, o] = j(0), [l, i] = j(0), [c, d] = j(!1), u = we((x) => {
|
17510
17516
|
if (x !== null)
|
17511
17517
|
return s.current = x, a.current = x.addEventListener("wheel", m), n.current = requestAnimationFrame(h), () => {
|
17512
17518
|
x.removeEventListener("wheel", m), cancelAnimationFrame(n.current);
|
@@ -17572,7 +17578,7 @@ function c0() {
|
|
17572
17578
|
};
|
17573
17579
|
return e;
|
17574
17580
|
}
|
17575
|
-
const $E = (e) => /* @__PURE__ */ t.jsx(
|
17581
|
+
const $E = (e) => /* @__PURE__ */ t.jsx(Le.DropdownIndicator, { ...e, children: /* @__PURE__ */ t.jsx(Ht, { className: "icon-dim-20 icon-n6" }) });
|
17576
17582
|
function xc(e, s) {
|
17577
17583
|
return Array.isArray(e) ? e.reduce((n, a) => n.set(a[s], a), /* @__PURE__ */ new Map()) : (console.error(e, "is not array"), /* @__PURE__ */ new Map());
|
17578
17584
|
}
|
@@ -17625,8 +17631,8 @@ const GE = ({ subtitle: e, title: s }) => /* @__PURE__ */ t.jsx(
|
|
17625
17631
|
Xe,
|
17626
17632
|
{
|
17627
17633
|
image: Ga,
|
17628
|
-
title: s ??
|
17629
|
-
subTitle: e ??
|
17634
|
+
title: s ?? Re.NOT_AUTHORIZED,
|
17635
|
+
subTitle: e ?? Re.ONLY_FOR_SUPERADMIN
|
17630
17636
|
}
|
17631
17637
|
);
|
17632
17638
|
class Tn extends Z.Component {
|
@@ -18075,7 +18081,7 @@ const Sc = ({
|
|
18075
18081
|
noBackgroundAndBorder: c = !1,
|
18076
18082
|
size: d = k.medium
|
18077
18083
|
}) => {
|
18078
|
-
const [u, m] = j(!!e), p = q(), f =
|
18084
|
+
const [u, m] = j(!!e), p = q(), f = we(kE(s, l), [
|
18079
18085
|
s,
|
18080
18086
|
l
|
18081
18087
|
]);
|
@@ -19510,7 +19516,7 @@ export {
|
|
19510
19516
|
Hu as Q,
|
19511
19517
|
ta as R,
|
19512
19518
|
h0 as S,
|
19513
|
-
|
19519
|
+
ye as T,
|
19514
19520
|
Ne as U,
|
19515
19521
|
_T as V,
|
19516
19522
|
ce as W,
|
@@ -20144,6 +20150,6 @@ export {
|
|
20144
20150
|
cT as v,
|
20145
20151
|
Ae as w,
|
20146
20152
|
Vu as x,
|
20147
|
-
|
20153
|
+
Re as y,
|
20148
20154
|
dT as z
|
20149
20155
|
};
|
@@ -2,7 +2,7 @@ import { j as n, J as A } from "./@vendor-BG3OpQCq.js";
|
|
2
2
|
import E, { forwardRef as $ } from "react";
|
3
3
|
import L, { getDefaultRegistry as k } from "@rjsf/core";
|
4
4
|
import D from "@rjsf/validator-ajv8";
|
5
|
-
import { T as y, c as H, a as J, d as w } from "./@code-editor-
|
5
|
+
import { T as y, c as H, a as J, d as w } from "./@code-editor-DEHhDqRd.js";
|
6
6
|
import M, { components as O } from "react-select";
|
7
7
|
import { getUiOptions as B, getTemplate as I, getSubmitButtonOptions as U, ADDITIONAL_PROPERTY_FLAG as P, errorId as W, englishStringTranslator as V, TranslatableString as q, titleId as K, canExpand as Y, deepEquals as z } from "@rjsf/utils";
|
8
8
|
import { ReactComponent as G } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ig as s, Z as t, dK as i, iZ as r, iR as o, eb as n, a8 as l, iz as T, O as g, iN as p, ir as S, eC as d, cO as c, aE as E, aF as u, i7 as A, h9 as _, eK as I, js as C, j2 as D, iP as y, d0 as m, eX as f, hX as O, cA as R, ex as P, fX as b, eT as L, dn as h, dp as N, dl as M, dv as U, dm as F, eq as B, eu as v, B as V, S as G, e as H, dj as K, d7 as j, df as W, d5 as Y, d6 as x, di as k, dh as w, dg as X, dk as q, J as z, el as J, eo as Q, er as Z, en as $, gT as aa, gW as ea, gV as sa, gU as ta, eL as ia, eM as ra, gO as oa, eV as na, ay as la, ax as Ta, aw as ga, i2 as pa, aq as Sa, iV as da, ao as ca, cx as Ea, i1 as ua, ev as Aa, j5 as _a, id as Ia, iX as Ca, e0 as Da, dr as ya, dt as ma, du as fa, m as Oa, cl as Ra, fA as Pa, b_ as ba, C as La, dL as ha, dM as Na, cZ as Ma, c$ as Ua, c_ as Fa, gA as Ba, gk as va, fV as Va, ek as Ga, dU as Ha, iS as Ka, ct as ja, aO as Wa, dY as Ya, j6 as xa, d$ as ka, ic as wa, bR as Xa, h0 as qa, h1 as za, cC as Ja, cQ as Qa, c2 as Za, fT as $a, fS as ae, ae as ee, iy as se, X as te, ad as ie, q as re, iY as oe, gd as ne, gb as le, gc as Te, ds as ge, iA as pe, v as Se, fK as de, iH as ce, iJ as Ee, _ as ue, h7 as Ae, j1 as _e, dG as Ie, p as Ce, r as De, n as ye, o as me, dR as fe, fG as Oe, j as Re, hZ as Pe, D as be, bT as Le, i9 as he, aA as Ne, gl as Me, gm as Ue, eY as Fe, fz as Be, fy as ve, ar as Ve, bQ as Ge, iC as He, eW as Ke, iD as je, bE as We, gx as Ye, cN as xe, bU as ke, bV as we, h2 as Xe, j4 as qe, j3 as ze, cS as Je, cT as Qe, cR as Ze, bF as $e, bt as as, dV as es, h3 as ss, h4 as ts, iG as is, y as rs, w as os, a7 as ns, iw as ls, iI as Ts, gz as gs, eH as ps, g$ as Ss, ih as ds, j8 as cs, hV as Es, eN as us, iE as As, fD as _s, E as Is, b as Cs, ez as Ds, F as ys, a1 as ms, eR as fs, eQ as Os, e$ as Rs, e9 as Ps, cv as bs, h8 as Ls, eB as hs, aB as Ns, gg as Ms, at as Us, bS as Fs, dS as Bs, ea as vs, cW as Vs, G as Gs, h as Hs, eD as Ks, fp as js, fC as Ws, i8 as Ys, ai as xs, k as ks, eg as ws, eJ as Xs, e_ as qs, H as zs, iv as Js, e6 as Qs, e7 as Zs, ah as $s, fZ as at, ew as et, ey as st, fW as tt, av as it, h$ as rt, ik as ot, im as nt, cE as lt, cD as Tt, ap as gt, eP as pt, jn as St, I as dt, eG as ct, cz as Et, gZ as ut, gX as At, iQ as _t, K as It, eE as Ct, eF as Dt, ge as yt, ac as mt, ef as ft, fn as Ot, eZ as Rt, iO as Pt, ab as bt, Q as Lt, cX as ht, ha as Nt, Y as Mt, N as Ut, fQ as Ft, fJ as Bt, ij as vt, as as Vt, cV as Gt, au as Ht, fY as Kt, ei as jt, bG as Wt, eO as Yt, ix as xt, i0 as kt, fH as wt, cs as Xt, ej as qt, c0 as zt, bY as Jt, bZ as Qt, b$ as Zt, f3 as $t, f2 as ai, hW as ei, g_ as si, i_ as ti, bW as ii, d_ as ri, dP as oi, s as ni, iT as li, aa as Ti, dq as gi, f1 as pi, iM as Si, eI as di, cU as ci, iB as Ei, g2 as ui, aC as Ai, g1 as _i, g0 as Ii, f_ as Ci, cB as Di, g9 as yi, f$ as mi, cq as fi, i5 as Oi, P as Ri, bD as Pi, ia as bi, bK as Li, dZ as hi, j0 as Ni, L as Mi, t as Ui, f as Fi, g as Bi, a5 as vi, cu as Vi, cp as Gi, hY as Hi, e3 as Ki, R as ji, M as Wi, bP as Yi, cF as xi, i3 as ki, i4 as wi, ie as Xi, iu as qi, it as zi, V as Ji, es as Qi, af as Zi, a9 as $i, gM as ar, is as er, f4 as sr, eA as tr, dD as ir, cr as rr, fo as or, cm as nr, gH as lr, gB as Tr, cY as gr, d4 as pr, d3 as Sr, l as dr, ep as cr, iU as Er, ee as ur, gf as Ar, gi as _r, al as Ir, am as Cr, h_ as Dr, gj as yr, eS as mr, fF as fr, bX as Or, cn as Rr, W as Pr, c4 as br, f5 as Lr, fB as hr, i as Nr, e8 as Mr, f0 as Ur, iF as Fr, a3 as Br, fR as vr, x as Vr, z as Gr, d2 as Hr, iW as Kr, gy as jr, bN as Wr, bO as Yr, h5 as xr, j7 as kr, fI as wr, bJ as Xr, an as qr, jf as zr, jg as Jr, jh as Qr, a as Zr, T as $r, az as ao, fx as eo, eU as so, A as to, ak as io, ib as ro, U as oo, cL as no, ip as lo, dy as To, dB as go, dA as po, dz as So, dw as co, i$ as Eo, ag as uo, dT as Ao, cw as _o, bH as Io, bI as Co, gC as Do, a0 as yo, cy as mo, i6 as fo, aD as Oo, bn as Ro, a6 as Po, aL as bo, hH as Lo, bj as ho, $ as No, bv as Mo, fs as Uo, bf as Fo, fa as Bo, fb as vo, bl as Vo, b5 as Go, b3 as Ho, eh as Ko, bo as jo, dE as Wo, c as Yo, b6 as xo, db as ko, cb as wo, dO as Xo, dJ as qo, fP as zo, bb as Jo, bk as Qo, hI as Zo, d as $o, gu as an, gw as en, gt as sn, gv as tn, hq as rn, ca as on, cc as nn, bi as ln, c9 as Tn, aJ as gn, dH as pn, aU as Sn, jb as dn, gq as cn, ja as En, g5 as un, by as An, d9 as _n, j9 as In, gS as Cn, cf as Dn, ec as yn, jc as mn, a$ as fn, ed as On, cd as Rn, fO as Pn, hQ as bn, gr as Ln, fk as hn, ff as Nn, fe as Mn, dW as Un, dQ as Fn, fc as Bn, gn as vn, go as Vn, aV as Gn, h6 as Hn, ce as Kn, gP as jn, hL as Wn, bc as Yn, aj as xn, b1 as kn, cj as wn, hv as Xn, ck as qn, bC as zn, dF as Jn, hP as Qn, bA as Zn, et as $n, gY as al, hN as el, hO as sl, hu as tl, aM as il, dN as rl, dI as ol, hE as nl, fw as ll, hT as Tl, fd as gl, fm as pl, ch as Sl, hS as dl, a2 as cl, g6 as El, gE as ul, fr as Al, g4 as _l, g3 as Il, jm as Cl, jl as Dl, je as yl, gN as ml, aT as fl, bg as Ol, dX as Rl, jd as Pl, cg as bl, bz as Ll, gI as hl, gh as Nl, gR as Ml, gD as Ul, fu as Fl, bB as Bl, f9 as vl, c3 as Vl, hK as Gl, a4 as Hl, fL as Kl, gQ as jl, gJ as Wl, d8 as Yl, f8 as xl, fl as kl, fq as wl, fv as Xl, ga as ql, b9 as zl, dx as Jl, dC as Ql, c5 as Zl, hU as $l, hz as aT, ci as eT, jk as sT, ji as tT, hR as iT, cP as rT, hD as oT, bm as nT, b0 as lT, e2 as TT, e1 as gT, hr as pT, hC as ST, hJ as dT, be as cT, ba as ET, bu as uT, gp as AT, c1 as _T, aW as IT, aX as CT, hx as DT, gL as yT, gK as mT, gF as fT, g7 as OT, c7 as RT, aI as PT, g8 as bT, aG as LT, bh as hT, bw as NT, fi as MT, fg as UT, fj as FT, fh as BT, hs as vT, aR as VT, ht as GT, c8 as HT, b8 as KT, hG as jT, aH as WT, fU as YT, bd as xT, jj as kT, aY as wT, gs as XT, fE as qT, ft as zT, hF as JT, aZ as QT, hb as ZT, hM as $T, c6 as ag, bp as eg, aN as sg, aP as tg, iL as ig, iK as rg, f7 as og, aQ as ng, hw as lg, f6 as Tg, bx as gg, aK as pg, d1 as Sg, de as dg, da as cg, fN as Eg, fM as ug, e4 as Ag, e5 as _g, b7 as Ig, u as Cg, dd as Dg, em as yg, cH as mg, jq as fg, a_ as Og, jr as Rg, jp as Pg, gG as bg, il as Lg, hB as hg, bq as Ng, b4 as Mg, bs as Ug, ii as Fg, jo as Bg, cK as vg, co as Vg, br as Gg, b2 as Hg, cM as Kg, cG as jg, aS as Wg, cJ as Yg, io as xg, cI as kg, ho as wg, hd as Xg, hm as qg, hj as zg, hp as Jg, hn as Qg, hc as Zg, hi as $g, dc as ap, hg as ep, hf as sp, hl as tp, he as ip, bL as rp, bM as op, hh as np, hk as lp, hy as Tp, iq as gp, hA as pp } from "./@code-editor-
|
2
|
-
import { H as dp, R as cp, g as Ep, a as up } from "./@common-rjsf-
|
1
|
+
import { ig as s, Z as t, dK as i, iZ as r, iR as o, eb as n, a8 as l, iz as T, O as g, iN as p, ir as S, eC as d, cO as c, aE as E, aF as u, i7 as A, h9 as _, eK as I, js as C, j2 as D, iP as y, d0 as m, eX as f, hX as O, cA as R, ex as P, fX as b, eT as L, dn as h, dp as N, dl as M, dv as U, dm as F, eq as B, eu as v, B as V, S as G, e as H, dj as K, d7 as j, df as W, d5 as Y, d6 as x, di as k, dh as w, dg as X, dk as q, J as z, el as J, eo as Q, er as Z, en as $, gT as aa, gW as ea, gV as sa, gU as ta, eL as ia, eM as ra, gO as oa, eV as na, ay as la, ax as Ta, aw as ga, i2 as pa, aq as Sa, iV as da, ao as ca, cx as Ea, i1 as ua, ev as Aa, j5 as _a, id as Ia, iX as Ca, e0 as Da, dr as ya, dt as ma, du as fa, m as Oa, cl as Ra, fA as Pa, b_ as ba, C as La, dL as ha, dM as Na, cZ as Ma, c$ as Ua, c_ as Fa, gA as Ba, gk as va, fV as Va, ek as Ga, dU as Ha, iS as Ka, ct as ja, aO as Wa, dY as Ya, j6 as xa, d$ as ka, ic as wa, bR as Xa, h0 as qa, h1 as za, cC as Ja, cQ as Qa, c2 as Za, fT as $a, fS as ae, ae as ee, iy as se, X as te, ad as ie, q as re, iY as oe, gd as ne, gb as le, gc as Te, ds as ge, iA as pe, v as Se, fK as de, iH as ce, iJ as Ee, _ as ue, h7 as Ae, j1 as _e, dG as Ie, p as Ce, r as De, n as ye, o as me, dR as fe, fG as Oe, j as Re, hZ as Pe, D as be, bT as Le, i9 as he, aA as Ne, gl as Me, gm as Ue, eY as Fe, fz as Be, fy as ve, ar as Ve, bQ as Ge, iC as He, eW as Ke, iD as je, bE as We, gx as Ye, cN as xe, bU as ke, bV as we, h2 as Xe, j4 as qe, j3 as ze, cS as Je, cT as Qe, cR as Ze, bF as $e, bt as as, dV as es, h3 as ss, h4 as ts, iG as is, y as rs, w as os, a7 as ns, iw as ls, iI as Ts, gz as gs, eH as ps, g$ as Ss, ih as ds, j8 as cs, hV as Es, eN as us, iE as As, fD as _s, E as Is, b as Cs, ez as Ds, F as ys, a1 as ms, eR as fs, eQ as Os, e$ as Rs, e9 as Ps, cv as bs, h8 as Ls, eB as hs, aB as Ns, gg as Ms, at as Us, bS as Fs, dS as Bs, ea as vs, cW as Vs, G as Gs, h as Hs, eD as Ks, fp as js, fC as Ws, i8 as Ys, ai as xs, k as ks, eg as ws, eJ as Xs, e_ as qs, H as zs, iv as Js, e6 as Qs, e7 as Zs, ah as $s, fZ as at, ew as et, ey as st, fW as tt, av as it, h$ as rt, ik as ot, im as nt, cE as lt, cD as Tt, ap as gt, eP as pt, jn as St, I as dt, eG as ct, cz as Et, gZ as ut, gX as At, iQ as _t, K as It, eE as Ct, eF as Dt, ge as yt, ac as mt, ef as ft, fn as Ot, eZ as Rt, iO as Pt, ab as bt, Q as Lt, cX as ht, ha as Nt, Y as Mt, N as Ut, fQ as Ft, fJ as Bt, ij as vt, as as Vt, cV as Gt, au as Ht, fY as Kt, ei as jt, bG as Wt, eO as Yt, ix as xt, i0 as kt, fH as wt, cs as Xt, ej as qt, c0 as zt, bY as Jt, bZ as Qt, b$ as Zt, f3 as $t, f2 as ai, hW as ei, g_ as si, i_ as ti, bW as ii, d_ as ri, dP as oi, s as ni, iT as li, aa as Ti, dq as gi, f1 as pi, iM as Si, eI as di, cU as ci, iB as Ei, g2 as ui, aC as Ai, g1 as _i, g0 as Ii, f_ as Ci, cB as Di, g9 as yi, f$ as mi, cq as fi, i5 as Oi, P as Ri, bD as Pi, ia as bi, bK as Li, dZ as hi, j0 as Ni, L as Mi, t as Ui, f as Fi, g as Bi, a5 as vi, cu as Vi, cp as Gi, hY as Hi, e3 as Ki, R as ji, M as Wi, bP as Yi, cF as xi, i3 as ki, i4 as wi, ie as Xi, iu as qi, it as zi, V as Ji, es as Qi, af as Zi, a9 as $i, gM as ar, is as er, f4 as sr, eA as tr, dD as ir, cr as rr, fo as or, cm as nr, gH as lr, gB as Tr, cY as gr, d4 as pr, d3 as Sr, l as dr, ep as cr, iU as Er, ee as ur, gf as Ar, gi as _r, al as Ir, am as Cr, h_ as Dr, gj as yr, eS as mr, fF as fr, bX as Or, cn as Rr, W as Pr, c4 as br, f5 as Lr, fB as hr, i as Nr, e8 as Mr, f0 as Ur, iF as Fr, a3 as Br, fR as vr, x as Vr, z as Gr, d2 as Hr, iW as Kr, gy as jr, bN as Wr, bO as Yr, h5 as xr, j7 as kr, fI as wr, bJ as Xr, an as qr, jf as zr, jg as Jr, jh as Qr, a as Zr, T as $r, az as ao, fx as eo, eU as so, A as to, ak as io, ib as ro, U as oo, cL as no, ip as lo, dy as To, dB as go, dA as po, dz as So, dw as co, i$ as Eo, ag as uo, dT as Ao, cw as _o, bH as Io, bI as Co, gC as Do, a0 as yo, cy as mo, i6 as fo, aD as Oo, bn as Ro, a6 as Po, aL as bo, hH as Lo, bj as ho, $ as No, bv as Mo, fs as Uo, bf as Fo, fa as Bo, fb as vo, bl as Vo, b5 as Go, b3 as Ho, eh as Ko, bo as jo, dE as Wo, c as Yo, b6 as xo, db as ko, cb as wo, dO as Xo, dJ as qo, fP as zo, bb as Jo, bk as Qo, hI as Zo, d as $o, gu as an, gw as en, gt as sn, gv as tn, hq as rn, ca as on, cc as nn, bi as ln, c9 as Tn, aJ as gn, dH as pn, aU as Sn, jb as dn, gq as cn, ja as En, g5 as un, by as An, d9 as _n, j9 as In, gS as Cn, cf as Dn, ec as yn, jc as mn, a$ as fn, ed as On, cd as Rn, fO as Pn, hQ as bn, gr as Ln, fk as hn, ff as Nn, fe as Mn, dW as Un, dQ as Fn, fc as Bn, gn as vn, go as Vn, aV as Gn, h6 as Hn, ce as Kn, gP as jn, hL as Wn, bc as Yn, aj as xn, b1 as kn, cj as wn, hv as Xn, ck as qn, bC as zn, dF as Jn, hP as Qn, bA as Zn, et as $n, gY as al, hN as el, hO as sl, hu as tl, aM as il, dN as rl, dI as ol, hE as nl, fw as ll, hT as Tl, fd as gl, fm as pl, ch as Sl, hS as dl, a2 as cl, g6 as El, gE as ul, fr as Al, g4 as _l, g3 as Il, jm as Cl, jl as Dl, je as yl, gN as ml, aT as fl, bg as Ol, dX as Rl, jd as Pl, cg as bl, bz as Ll, gI as hl, gh as Nl, gR as Ml, gD as Ul, fu as Fl, bB as Bl, f9 as vl, c3 as Vl, hK as Gl, a4 as Hl, fL as Kl, gQ as jl, gJ as Wl, d8 as Yl, f8 as xl, fl as kl, fq as wl, fv as Xl, ga as ql, b9 as zl, dx as Jl, dC as Ql, c5 as Zl, hU as $l, hz as aT, ci as eT, jk as sT, ji as tT, hR as iT, cP as rT, hD as oT, bm as nT, b0 as lT, e2 as TT, e1 as gT, hr as pT, hC as ST, hJ as dT, be as cT, ba as ET, bu as uT, gp as AT, c1 as _T, aW as IT, aX as CT, hx as DT, gL as yT, gK as mT, gF as fT, g7 as OT, c7 as RT, aI as PT, g8 as bT, aG as LT, bh as hT, bw as NT, fi as MT, fg as UT, fj as FT, fh as BT, hs as vT, aR as VT, ht as GT, c8 as HT, b8 as KT, hG as jT, aH as WT, fU as YT, bd as xT, jj as kT, aY as wT, gs as XT, fE as qT, ft as zT, hF as JT, aZ as QT, hb as ZT, hM as $T, c6 as ag, bp as eg, aN as sg, aP as tg, iL as ig, iK as rg, f7 as og, aQ as ng, hw as lg, f6 as Tg, bx as gg, aK as pg, d1 as Sg, de as dg, da as cg, fN as Eg, fM as ug, e4 as Ag, e5 as _g, b7 as Ig, u as Cg, dd as Dg, em as yg, cH as mg, jq as fg, a_ as Og, jr as Rg, jp as Pg, gG as bg, il as Lg, hB as hg, bq as Ng, b4 as Mg, bs as Ug, ii as Fg, jo as Bg, cK as vg, co as Vg, br as Gg, b2 as Hg, cM as Kg, cG as jg, aS as Wg, cJ as Yg, io as xg, cI as kg, ho as wg, hd as Xg, hm as qg, hj as zg, hp as Jg, hn as Qg, hc as Zg, hi as $g, dc as ap, hg as ep, hf as sp, hl as tp, he as ip, bL as rp, bM as op, hh as np, hk as lp, hy as Tp, iq as gp, hA as pp } from "./@code-editor-DEHhDqRd.js";
|
2
|
+
import { H as dp, R as cp, g as Ep, a as up } from "./@common-rjsf-bVQbG0HR.js";
|
3
3
|
export {
|
4
4
|
s as ACCESS_TYPE_MAP,
|
5
5
|
t as ACTION_STATE,
|