@devtron-labs/devtron-fe-common-lib 1.20.1-pre-1 → 1.20.1-pre-2
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-CywBBv09.js → @code-editor-Pqkx5T0w.js} +456 -455
- package/dist/{@common-rjsf-BAI7aimV.js → @common-rjsf-CXAL5puF.js} +1 -1
- package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -2
- package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +2 -7
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +1 -1
- package/dist/Shared/Services/common.service.d.ts +2 -0
- package/dist/Shared/Services/types.d.ts +6 -0
- package/dist/index.js +291 -290
- package/package.json +1 -1
@@ -1444,7 +1444,15 @@ const MS = ({ baseUrl: e, kind: s, version: n, suffix: a, queryParams: r }) => W
|
|
1444
1444
|
}
|
1445
1445
|
}) : W.CD_CONFIG;
|
1446
1446
|
return Ct(n, e);
|
1447
|
-
}, qV = () => Ee(W.ENVIRONMENT_DATA),
|
1447
|
+
}, qV = () => Ee(W.ENVIRONMENT_DATA), US = async () => {
|
1448
|
+
const { result: e } = await Ee(W.CLUSTER_LIST_MIN);
|
1449
|
+
return e ? e.map(({ id: s, cluster_name: n, isVirtualCluster: a, isProd: r }) => ({
|
1450
|
+
id: s,
|
1451
|
+
name: n,
|
1452
|
+
isVirtual: a ?? !1,
|
1453
|
+
isProd: r ?? !1
|
1454
|
+
})).sort((s, n) => pt(s.name, n.name)) : [];
|
1455
|
+
}, ho = ({ type: e, queryParams: { id: s, ...n } }) => We(
|
1448
1456
|
`${MS({
|
1449
1457
|
baseUrl: W.RESOURCE_TEMPLATE,
|
1450
1458
|
kind: ot.devtronApplication,
|
@@ -1453,7 +1461,7 @@ const MS = ({ baseUrl: e, kind: s, version: n, suffix: a, queryParams: r }) => W
|
|
1453
1461
|
{ templateId: s, ...n }
|
1454
1462
|
);
|
1455
1463
|
var Se = /* @__PURE__ */ ((e) => (e.info = "info", e.success = "success", e.error = "error", e.warn = "warn", e.notAuthorized = "notAuthorized", e.shortcut = "shortcut", e))(Se || {});
|
1456
|
-
const
|
1464
|
+
const $S = {
|
1457
1465
|
autoClose: 5e3,
|
1458
1466
|
hideProgressBar: !1,
|
1459
1467
|
pauseOnHover: !0,
|
@@ -1475,7 +1483,7 @@ const US = {
|
|
1475
1483
|
showAriaLabelInTippy: !1
|
1476
1484
|
}
|
1477
1485
|
) })
|
1478
|
-
},
|
1486
|
+
}, FS = {
|
1479
1487
|
[Se.info]: {
|
1480
1488
|
icon: /* @__PURE__ */ t.jsx(Ia, {}),
|
1481
1489
|
type: "info",
|
@@ -1506,7 +1514,7 @@ const US = {
|
|
1506
1514
|
title: "Not authorized",
|
1507
1515
|
progressBarBg: "var(--Y500)"
|
1508
1516
|
}
|
1509
|
-
},
|
1517
|
+
}, BS = ({
|
1510
1518
|
title: e,
|
1511
1519
|
description: s,
|
1512
1520
|
buttonProps: n
|
@@ -1524,7 +1532,7 @@ const US = {
|
|
1524
1532
|
style: ie.neutral
|
1525
1533
|
}
|
1526
1534
|
)
|
1527
|
-
] }),
|
1535
|
+
] }), GS = ({ shortcuts: e, text: s }) => /* @__PURE__ */ t.jsxs("div", { className: "p-12 br-12 dc__border ev-5 bcv-1 flex dc__gap-6 dc__w-fit-content", children: [
|
1528
1536
|
e.map((n) => /* @__PURE__ */ t.jsx(
|
1529
1537
|
"kbd",
|
1530
1538
|
{
|
@@ -1553,7 +1561,7 @@ const nn = class nn {
|
|
1553
1561
|
shortcuts: l
|
1554
1562
|
}, d = {}) => {
|
1555
1563
|
if (s === Se.shortcut)
|
1556
|
-
return za(/* @__PURE__ */ t.jsx(
|
1564
|
+
return za(/* @__PURE__ */ t.jsx(GS, { text: c, shortcuts: l }), {
|
1557
1565
|
position: "top-center",
|
1558
1566
|
containerId: "devtron-shortcut-toast",
|
1559
1567
|
className: "shortcut-toast",
|
@@ -1562,9 +1570,9 @@ const nn = class nn {
|
|
1562
1570
|
autoClose: 3e3,
|
1563
1571
|
closeOnClick: !0
|
1564
1572
|
});
|
1565
|
-
const { icon: u, type: m, title: p, progressBarBg: _ } =
|
1573
|
+
const { icon: u, type: m, title: p, progressBarBg: _ } = FS[s];
|
1566
1574
|
return za(
|
1567
|
-
/* @__PURE__ */ t.jsx(
|
1575
|
+
/* @__PURE__ */ t.jsx(BS, { title: a || p, description: r, buttonProps: o }),
|
1568
1576
|
{
|
1569
1577
|
...d,
|
1570
1578
|
icon: () => /* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink flex dc__fill-available-space icon-dim-20", children: n ?? u }),
|
@@ -1595,7 +1603,7 @@ const nn = class nn {
|
|
1595
1603
|
Rn = new WeakMap(), // eslint-disable-next-line no-use-before-define
|
1596
1604
|
Wa(nn, Rn);
|
1597
1605
|
let Si = nn;
|
1598
|
-
const XV = () => /* @__PURE__ */ t.jsx(jf, {
|
1606
|
+
const XV = () => /* @__PURE__ */ t.jsx(jf, { ...$S }), Me = Si.instance, VS = (e) => {
|
1599
1607
|
const s = (e?.ciMaterials ?? []).map((n, a) => ({
|
1600
1608
|
id: n.id,
|
1601
1609
|
gitMaterialName: n.gitMaterialName || "",
|
@@ -1634,12 +1642,12 @@ const XV = () => /* @__PURE__ */ t.jsx(jf, { ...US }), Me = Si.instance, GS = (e
|
|
1634
1642
|
tagsEditable: e?.imageTaggingData?.tagsEditable,
|
1635
1643
|
targetPlatforms: Eo(e?.targetPlatforms)
|
1636
1644
|
};
|
1637
|
-
},
|
1638
|
-
var Cn = /* @__PURE__ */ ((e) => (e.VALUES = "values", e.INHERITED = "inherited", e.DRY_RUN = "dryRun", e))(Cn || {}),
|
1645
|
+
}, HS = (e) => e === Be.AWSSecretsManager || e === Be.AWSSystemManager || e === Be.HashiCorpVault, ep = (e) => e === Be.ESO_GoogleSecretsManager || e === Be.ESO_AzureSecretsManager || e === Be.ESO_AWSSecretsManager || e === Be.ESO_HashiCorpVault;
|
1646
|
+
var Cn = /* @__PURE__ */ ((e) => (e.VALUES = "values", e.INHERITED = "inherited", e.DRY_RUN = "dryRun", e))(Cn || {}), YS = /* @__PURE__ */ ((e) => (e.PUBLISHED = "published", e.COMPARE = "compare", e.EDIT_DRAFT = "editDraft", e))(YS || {}), Cc = /* @__PURE__ */ ((e) => (e.PATCH = "patch", e.REPLACE = "replace", e))(Cc || {}), WS = /* @__PURE__ */ ((e) => (e.DISCARD_DRAFT = "discardDraft", e.EDIT_HISTORY = "editHistory", e))(WS || {}), ja = /* @__PURE__ */ ((e) => (e.GIT_MATERIAL = "git-material", e.CI_BUILD_CONFIG = "ci-build-config", e.STAGE_STATUS = "stage-status", e.CD_DEPLOY_CONFIG = "cd-deploy-config", e.CD_ENV_LIST = "cd-env-list", e.CONFIG_DEPLOYMENT_TEMPLATE = "config/deployment-template", e.CONFIG_DEPLOYMENT_TEMPLATE_ENV = "config/deployment-template/env", e.CONFIG_DATA = "config-data", e.CONFIG_CM = "config/config-map", e.CONFIG_CS = "config/secret", e.WORKFLOW = "workflow", e.WORKFLOW_LIST = "workflow/list", e.OVERVIEW = "overview", e.README = "readme", e.CD_PIPELINE_LIST = "cd-pipeline/list", e.EXTERNAL_CI_LIST = "external-ci/list", e.EXTERNAL_CI = "external-ci", e.CI_PIPELINE = "ci-pipeline", e.CD_PIPELINE = "cd-pipeline", e.CONFIG_STRATEGY = "config/strategy", e.CHART_REF = "chartRef", e.PIPELINE_SUGGEST_CI = "pipeline/suggest/ci", e.PIPELINE_SUGGEST_CD = "pipeline/suggest/cd", e))(ja || {});
|
1639
1647
|
const JV = {
|
1640
1648
|
BASE_DEPLOYMENT_TEMPLATE: [Cn.VALUES, Cn.DRY_RUN],
|
1641
1649
|
OVERRIDE: [Cn.INHERITED, Cn.VALUES, Cn.DRY_RUN]
|
1642
|
-
},
|
1650
|
+
}, KS = {
|
1643
1651
|
data: "",
|
1644
1652
|
resolvedData: "",
|
1645
1653
|
areVariablesPresent: !1
|
@@ -1731,7 +1739,7 @@ class QV {
|
|
1731
1739
|
this.title = s, this.subTitle = n;
|
1732
1740
|
}
|
1733
1741
|
}
|
1734
|
-
var Nc = /* @__PURE__ */ ((e) => (e[e.DEPLOYMENT_TEMPLATE = 1] = "DEPLOYMENT_TEMPLATE", e[e.MANIFEST = 2] = "MANIFEST", e))(Nc || {}),
|
1742
|
+
var Nc = /* @__PURE__ */ ((e) => (e[e.DEPLOYMENT_TEMPLATE = 1] = "DEPLOYMENT_TEMPLATE", e[e.MANIFEST = 2] = "MANIFEST", e))(Nc || {}), zS = /* @__PURE__ */ ((e) => (e.HELM_RELEASE = "helmRelease", e.ARGO_APPLICATION = "argoApplication", e))(zS || {}), qS = /* @__PURE__ */ ((e) => (e[e.APPROVAL_PENDING = 1] = "APPROVAL_PENDING", e[e.VALUES_FROM_DRAFT = 2] = "VALUES_FROM_DRAFT", e))(qS || {}), XS = /* @__PURE__ */ ((e) => (e.APPROVAL_PENDING = "approvalPending", e.VALUES_FROM_DRAFT = "valuesFromDraft", e.PUBLISHED_VALUES = "publishedValues", e))(XS || {});
|
1735
1743
|
const e4 = async (e, s) => {
|
1736
1744
|
try {
|
1737
1745
|
const n = {
|
@@ -1760,7 +1768,7 @@ const e4 = async (e, s) => {
|
|
1760
1768
|
} catch (n) {
|
1761
1769
|
if (!Dt(n))
|
1762
1770
|
throw Ue(n), n;
|
1763
|
-
return
|
1771
|
+
return KS;
|
1764
1772
|
}
|
1765
1773
|
}, s4 = ({ children: e }) => /* @__PURE__ */ t.jsxs("div", { className: "p-12 flexbox-col dc__gap-20", children: [
|
1766
1774
|
/* @__PURE__ */ t.jsx("p", { className: "m-0 fs-13 lh-20 cn-9 fw-4", children: "Merge strategy determines how environment configurations are combined with inherited configurations configurations. Choose the strategy that best suits your needs:" }),
|
@@ -1771,7 +1779,7 @@ const e4 = async (e, s) => {
|
|
1771
1779
|
" Overwrites inherited values with environment-specific ones. Use when you want to completely change inherited settings."
|
1772
1780
|
] })
|
1773
1781
|
] })
|
1774
|
-
] }),
|
1782
|
+
] }), JS = (e) => {
|
1775
1783
|
switch (e) {
|
1776
1784
|
case gs.PRE:
|
1777
1785
|
return "pre-deployment";
|
@@ -1787,7 +1795,7 @@ const e4 = async (e, s) => {
|
|
1787
1795
|
[yt.CD]: "DEPLOY",
|
1788
1796
|
[yt.POSTCD]: "POST",
|
1789
1797
|
[yt.APPROVAL]: "APPROVAL"
|
1790
|
-
},
|
1798
|
+
}, ZS = (e) => {
|
1791
1799
|
const s = e ? structuredClone(e) : {};
|
1792
1800
|
return window._env_.TRIGGER_API_TIMEOUT && (s.timeout = window._env_.TRIGGER_API_TIMEOUT), s;
|
1793
1801
|
}, n4 = (e) => e.deployed && e.latest, a4 = async ({
|
@@ -1837,7 +1845,7 @@ const e4 = async (e, s) => {
|
|
1837
1845
|
...l ? { skipIfHibernated: !0 } : {},
|
1838
1846
|
...u ? { strategy: u } : {}
|
1839
1847
|
};
|
1840
|
-
return r && (p.deploymentWithConfig = r === hr.LAST_SAVED_CONFIG ? r : hr.SPECIFIC_TRIGGER_CONFIG, r !== hr.LAST_SAVED_CONFIG && (p.wfrIdForDeploymentWithSpecificTrigger = o)), Ct(W.CD_TRIGGER_POST, p, { ...
|
1848
|
+
return r && (p.deploymentWithConfig = r === hr.LAST_SAVED_CONFIG ? r : hr.SPECIFIC_TRIGGER_CONFIG, r !== hr.LAST_SAVED_CONFIG && (p.wfrIdForDeploymentWithSpecificTrigger = o)), Ct(W.CD_TRIGGER_POST, p, { ...ZS(), abortControllerRef: c });
|
1841
1849
|
};
|
1842
1850
|
var sp = /* @__PURE__ */ ((e) => (e.NEW_DEPLOYMENT = "create", e.MIGRATE_EXTERNAL_APPS = "link", e))(sp || {});
|
1843
1851
|
const o4 = ({ fileMountDir: e }) => /* @__PURE__ */ t.jsx(
|
@@ -1857,7 +1865,7 @@ const o4 = ({ fileMountDir: e }) => /* @__PURE__ */ t.jsx(
|
|
1857
1865
|
] }),
|
1858
1866
|
children: /* @__PURE__ */ t.jsx("div", { className: "cursor flex dc__no-shrink", children: /* @__PURE__ */ t.jsx(rc, { className: "icon-dim-18" }) })
|
1859
1867
|
}
|
1860
|
-
),
|
1868
|
+
), QS = "This is a variable. It will be replaced with the value during execution.", i4 = () => /* @__PURE__ */ t.jsx(Q, { content: QS, placement: "left", animation: "shift-away", alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(rg, { className: "icon-dim-18 icon-n4" }) }) }), c4 = [
|
1861
1869
|
{ label: "TRUE", value: "TRUE" },
|
1862
1870
|
{ label: "FALSE", value: "FALSE" }
|
1863
1871
|
], l4 = [
|
@@ -1935,7 +1943,7 @@ const o4 = ({ fileMountDir: e }) => /* @__PURE__ */ t.jsx(
|
|
1935
1943
|
throw Dt(l) || Ue(l), l;
|
1936
1944
|
}
|
1937
1945
|
};
|
1938
|
-
var
|
1946
|
+
var e0 = /* @__PURE__ */ ((e) => (e.v1 = "batch/v1beta1", e.v2 = "batch/v1beta2", e))(e0 || {}), t0 = /* @__PURE__ */ ((e) => (e.email = "email_id", e.lastLogin = "last_login", e))(t0 || {}), s0 = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e))(s0 || {}), n0 = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e.temporary = "temporaryAccess", e))(n0 || {});
|
1939
1947
|
const yl = (e) => ({
|
1940
1948
|
label: e.startsWith(Pr) ? e.split(":")[1] : e,
|
1941
1949
|
value: e
|
@@ -1954,7 +1962,7 @@ const yl = (e) => ({
|
|
1954
1962
|
options: s.filter((n) => n.startsWith(Pr)).map((n) => yl(n))
|
1955
1963
|
}
|
1956
1964
|
];
|
1957
|
-
},
|
1965
|
+
}, a0 = ({
|
1958
1966
|
id: e,
|
1959
1967
|
name: s,
|
1960
1968
|
description: n,
|
@@ -2018,7 +2026,7 @@ const yl = (e) => ({
|
|
2018
2026
|
},
|
2019
2027
|
`user-groups-group-${e}`
|
2020
2028
|
);
|
2021
|
-
},
|
2029
|
+
}, r0 = (e, s) => e && s ? "user-role-groups__table-row--with-status-and-delete" : e ? "user-role-groups__table-row--with-status" : "user-role-groups__table-row--with-delete", p4 = ({
|
2022
2030
|
roleGroups: e,
|
2023
2031
|
showStatus: s,
|
2024
2032
|
handleDelete: n,
|
@@ -2027,7 +2035,7 @@ const yl = (e) => ({
|
|
2027
2035
|
handleStatusUpdate: o,
|
2028
2036
|
disableStatusComponent: i = !1
|
2029
2037
|
}) => {
|
2030
|
-
const c = !!n, l =
|
2038
|
+
const c = !!n, l = r0(s, c);
|
2031
2039
|
return /* @__PURE__ */ t.jsxs("div", { children: [
|
2032
2040
|
/* @__PURE__ */ t.jsxs(
|
2033
2041
|
"div",
|
@@ -2043,7 +2051,7 @@ const yl = (e) => ({
|
|
2043
2051
|
}
|
2044
2052
|
),
|
2045
2053
|
/* @__PURE__ */ t.jsx("div", { className: "fs-13 fw-4 lh-20 cn-9", children: e.map((d) => /* @__PURE__ */ sc(
|
2046
|
-
|
2054
|
+
a0,
|
2047
2055
|
{
|
2048
2056
|
...d,
|
2049
2057
|
statusComponent: a,
|
@@ -2058,7 +2066,7 @@ const yl = (e) => ({
|
|
2058
2066
|
)) })
|
2059
2067
|
] });
|
2060
2068
|
};
|
2061
|
-
var
|
2069
|
+
var o0 = /* @__PURE__ */ ((e) => (e.includeDeleted = "includeDeleted", e.excludeDelete = "excludeDelete", e.onlyDeleted = "onlyDeleted", e))(o0 || {}), $ = /* @__PURE__ */ ((e) => (e.CPU_LIMIT = "cpu_limit", e.CPU_REQUEST = "cpu_request", e.MEMORY_LIMIT = "memory_limit", e.MEMORY_REQUEST = "memory_request", e.BUILD_TIMEOUT = "timeout", e.NODE_SELECTOR = "node_selector", e.TOLERANCE = "tolerations", e.CONFIG_MAP = "cm", e.SECRET = "cs", e))($ || {}), Qt = /* @__PURE__ */ ((e) => (e.NAME = "name", e.DESCRIPTION = "description", e))(Qt || {}), Oe = /* @__PURE__ */ ((e) => (e.CPU = "cpu", e.MEMORY = "memory", e.BUILD_TIMEOUT = "timeout", e.NODE_SELECTOR = "node selector", e.TOLERANCE = "tolerance", e.CONFIG_MAP = "cm", e.SECRET = "cs", e))(Oe || {}), np = /* @__PURE__ */ ((e) => (e.GLOBAL = "GLOBAL", e.NORMAL = "NORMAL", e.CUSTOM = "CUSTOM", e))(np || {}), $s = /* @__PURE__ */ ((e) => (e.EXISTS = "Exists", e.EQUALS = "Equal", e))($s || {}), ap = /* @__PURE__ */ ((e) => (e.NO_EXECUTE = "NoExecute", e.NO_SCHEDULE = "NoSchedule", e.PREFER_NO_SCHEDULE = "PreferNoSchedule", e))(ap || {}), Mr = /* @__PURE__ */ ((e) => (e.KUBERNETES = "kubernetes", e.DOCKER_CONTAINER = "docker-container", e))(Mr || {}), ha = /* @__PURE__ */ ((e) => (e.TARGET_PLATFORM = "target_platform", e))(ha || {}), vi = /* @__PURE__ */ ((e) => (e.KEY = "KEY", e.VALUE = "VALUE", e))(vi || {}), Ai = /* @__PURE__ */ ((e) => (e.KEY = "KEY", e.OPERATOR = "OPERATOR", e.VALUE = "VALUE", e.EFFECT = "EFFECT", e))(Ai || {}), It = /* @__PURE__ */ ((e) => (e.ADD_TARGET_PLATFORM = "add_target_platform", e.REMOVE_TARGET_PLATFORM = "remove_target_platform", e.RENAME_TARGET_PLATFORM = "rename_target_platform", e.RESTORE_PROFILE_CONFIG_SNAPSHOT = "restore_profile_config_snapshot", e.DELETE_NODE_SELECTOR_ITEM = "delete_node_selector_item", e.ADD_NODE_SELECTOR_ITEM = "add_node_selector_item", e.EDIT_NODE_SELECTOR_ITEM = "edit_node_selector_item", e.DELETE_TOLERANCE_ITEM = "delete_tolerance_item", e.ADD_TOLERANCE_ITEM = "add_tolerance_item", e.EDIT_TOLERANCE_ITEM = "edit_tolerance_item", e.ADD_CM_CS_ITEM = "add_cm_cs_item", e.SYNC_CM_CS_ITEM = "sync_cm_cs_item", e.DELETE_CM_CS_ITEM = "delete_cm_cs_item", e))(It || {}), rp = /* @__PURE__ */ ((e) => (e.ALPHA1 = "alpha1", e))(rp || {});
|
2062
2070
|
const Vs = {
|
2063
2071
|
// Will not enforce any decimal specification on input field
|
2064
2072
|
STEP: "any",
|
@@ -2174,10 +2182,10 @@ const Vs = {
|
|
2174
2182
|
...Qt,
|
2175
2183
|
...ha
|
2176
2184
|
}).map((e) => [e, null])
|
2177
|
-
),
|
2185
|
+
), i0 = [Qt.NAME], Ol = {
|
2178
2186
|
SUBMIT_BUTTON: "build-infra-submit-button",
|
2179
2187
|
CANCEL_BUTTON: "build-infra-cancel-button"
|
2180
|
-
}, xs = "runner",
|
2188
|
+
}, xs = "runner", c0 = rp.ALPHA1, jl = {
|
2181
2189
|
[$.BUILD_TIMEOUT]: !0,
|
2182
2190
|
[$.CPU_LIMIT]: !0,
|
2183
2191
|
[$.CPU_REQUEST]: !0,
|
@@ -2199,7 +2207,7 @@ const Vs = {
|
|
2199
2207
|
[Oe.TOLERANCE]: [$.TOLERANCE],
|
2200
2208
|
[Oe.CONFIG_MAP]: [$.CONFIG_MAP],
|
2201
2209
|
[Oe.SECRET]: [$.SECRET]
|
2202
|
-
},
|
2210
|
+
}, l0 = {
|
2203
2211
|
[$.CPU_LIMIT]: {
|
2204
2212
|
keyToPersist: "request",
|
2205
2213
|
keyToPersistConfigType: $.CPU_REQUEST
|
@@ -2216,7 +2224,7 @@ const Vs = {
|
|
2216
2224
|
keyToPersist: "limit",
|
2217
2225
|
keyToPersistConfigType: $.MEMORY_LIMIT
|
2218
2226
|
}
|
2219
|
-
},
|
2227
|
+
}, d0 = ap.NO_SCHEDULE, u0 = $s.EQUALS, m0 = {
|
2220
2228
|
[$.BUILD_TIMEOUT]: !0,
|
2221
2229
|
[$.CONFIG_MAP]: !0,
|
2222
2230
|
[$.SECRET]: !0
|
@@ -2232,12 +2240,12 @@ const Vs = {
|
|
2232
2240
|
}, g4 = {
|
2233
2241
|
[Gs.ConfigMap]: Oe.CONFIG_MAP,
|
2234
2242
|
[Gs.Secret]: Oe.SECRET
|
2235
|
-
},
|
2243
|
+
}, p0 = !0, x4 = {
|
2236
2244
|
activate_cm: !0,
|
2237
2245
|
activate_cs: !0,
|
2238
2246
|
de_activate_cm: !0,
|
2239
2247
|
de_activate_cs: !0
|
2240
|
-
},
|
2248
|
+
}, _0 = ({
|
2241
2249
|
handleProfileInputChange: e,
|
2242
2250
|
onChange: s,
|
2243
2251
|
currentValue: n,
|
@@ -2267,7 +2275,7 @@ const Vs = {
|
|
2267
2275
|
}, Uo = {
|
2268
2276
|
10: 1,
|
2269
2277
|
12: 1
|
2270
|
-
},
|
2278
|
+
}, f0 = (e) => (s) => /* @__PURE__ */ t.jsx(Q, { ...e, children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: s }) }), h0 = ({
|
2271
2279
|
name: e,
|
2272
2280
|
iconMap: s,
|
2273
2281
|
size: n = 16,
|
@@ -2285,7 +2293,7 @@ const Vs = {
|
|
2285
2293
|
"--flip-x": 1,
|
2286
2294
|
"--flip-y": 1
|
2287
2295
|
} : l === "horizontal" ? { "--flip-x": -1, "--flip-y": 1 } : { "--flip-x": 1, "--flip-y": -1 };
|
2288
|
-
return /* @__PURE__ */ t.jsx(_t, { condition: !!a?.content, wrap:
|
2296
|
+
return /* @__PURE__ */ t.jsx(_t, { condition: !!a?.content, wrap: f0(a), children: /* @__PURE__ */ t.jsx(
|
2289
2297
|
d,
|
2290
2298
|
{
|
2291
2299
|
"data-testid": o,
|
@@ -2298,7 +2306,7 @@ const Vs = {
|
|
2298
2306
|
}
|
2299
2307
|
}
|
2300
2308
|
) });
|
2301
|
-
},
|
2309
|
+
}, g0 = {
|
2302
2310
|
"ic-73strings": Mx,
|
2303
2311
|
"ic-aborted": kx,
|
2304
2312
|
"ic-activity": Ux,
|
@@ -2549,14 +2557,14 @@ const Vs = {
|
|
2549
2557
|
"ic-webhook": aT,
|
2550
2558
|
"ic-wifi-slash": rT,
|
2551
2559
|
"ic-world-globe": oT
|
2552
|
-
}, B = (e) => /* @__PURE__ */ t.jsx(
|
2560
|
+
}, B = (e) => /* @__PURE__ */ t.jsx(h0, { ...e, iconMap: g0 }), x0 = (e) => {
|
2553
2561
|
switch (e) {
|
2554
2562
|
case w.xxs:
|
2555
2563
|
return 14;
|
2556
2564
|
default:
|
2557
2565
|
return 16;
|
2558
2566
|
}
|
2559
|
-
},
|
2567
|
+
}, E0 = (e) => {
|
2560
2568
|
const s = "py-2";
|
2561
2569
|
switch (e) {
|
2562
2570
|
case w.xxs:
|
@@ -2564,14 +2572,14 @@ const Vs = {
|
|
2564
2572
|
default:
|
2565
2573
|
return `px-6 ${s}`;
|
2566
2574
|
}
|
2567
|
-
},
|
2575
|
+
}, C0 = (e) => {
|
2568
2576
|
switch (e) {
|
2569
2577
|
case w.xxs:
|
2570
2578
|
return "fs-12 lh-16";
|
2571
2579
|
default:
|
2572
2580
|
return "fs-12 lh-20";
|
2573
2581
|
}
|
2574
|
-
},
|
2582
|
+
}, N0 = (e) => e !== w.xs && e !== w.xxs ? w.xs : e, b0 = ({ children: e, type: s, style: n, onClick: a, href: r, size: o }) => {
|
2575
2583
|
const i = `flexbox chip dc__w-fit-content br-4 ${n === "error" ? "chip--error" : "border__primary"} bg__primary dc__transition--background dc__user-select-none dc__overflow-hidden dc__mxw-250 ${`chip--${o}`}`;
|
2576
2584
|
if (s === "button") {
|
2577
2585
|
const c = ii.toArray(e), l = c[0];
|
@@ -2594,7 +2602,7 @@ const Vs = {
|
|
2594
2602
|
capitalizeLabel: d = !1,
|
2595
2603
|
href: u
|
2596
2604
|
}) => {
|
2597
|
-
const m =
|
2605
|
+
const m = N0(a), p = x0(m), _ = E0(m), h = C0(m), g = () => s ? /* @__PURE__ */ t.jsx(B, { ...s, size: p }) : n ?? null, E = (N = !0) => /* @__PURE__ */ t.jsxs("div", { className: `flex dc__gap-4 ${_} dc__no-shrink dc__mxw-120`, children: [
|
2598
2606
|
i === "error" && N && /* @__PURE__ */ t.jsx(B, { name: "ic-error", color: "R500", size: p }),
|
2599
2607
|
(i === "neutral" || i === "error" && !N) && g(),
|
2600
2608
|
/* @__PURE__ */ t.jsx(Q, { content: e, children: /* @__PURE__ */ t.jsx(
|
@@ -2616,7 +2624,7 @@ const Vs = {
|
|
2616
2624
|
), f = (N) => {
|
2617
2625
|
N.stopPropagation(), o(N);
|
2618
2626
|
};
|
2619
|
-
return /* @__PURE__ */ t.jsxs(
|
2627
|
+
return /* @__PURE__ */ t.jsxs(b0, { style: i, type: c, onClick: l, href: u, size: m, children: [
|
2620
2628
|
x(),
|
2621
2629
|
o && /* @__PURE__ */ t.jsx(
|
2622
2630
|
Y,
|
@@ -2661,12 +2669,12 @@ const Vs = {
|
|
2661
2669
|
[w.medium]: { width: "16px", height: "16px" },
|
2662
2670
|
[w.large]: { width: "16px", height: "16px" },
|
2663
2671
|
[w.xl]: { width: "16px", height: "16px" }
|
2664
|
-
},
|
2672
|
+
}, T0 = {
|
2665
2673
|
[w.small]: "auto",
|
2666
2674
|
[w.medium]: "auto",
|
2667
2675
|
[w.large]: "36px",
|
2668
2676
|
[w.xl]: "36px"
|
2669
|
-
},
|
2677
|
+
}, S0 = {
|
2670
2678
|
[w.small]: "16px",
|
2671
2679
|
[w.medium]: "16px",
|
2672
2680
|
[w.large]: "20px",
|
@@ -2697,7 +2705,7 @@ const Ml = (e) => {
|
|
2697
2705
|
minWidth: "200px"
|
2698
2706
|
};
|
2699
2707
|
}
|
2700
|
-
},
|
2708
|
+
}, v0 = (e) => {
|
2701
2709
|
switch (e) {
|
2702
2710
|
case Wt.COMPACT:
|
2703
2711
|
return {
|
@@ -2736,7 +2744,7 @@ const Ml = (e) => {
|
|
2736
2744
|
default:
|
2737
2745
|
return null;
|
2738
2746
|
}
|
2739
|
-
},
|
2747
|
+
}, A0 = (e) => e.isSelected && !e.selectProps.isMulti ? "var(--B100)" : e.isFocused ? "var(--bg-hover)" : "var(--transparent)", I0 = ({
|
2740
2748
|
error: e,
|
2741
2749
|
size: s,
|
2742
2750
|
menuSize: n,
|
@@ -2745,7 +2753,7 @@ const Ml = (e) => {
|
|
2745
2753
|
isGroupHeadingSelectable: o,
|
2746
2754
|
shouldMenuAlignRight: i
|
2747
2755
|
}) => {
|
2748
|
-
const { control: c, singleValue: l } =
|
2756
|
+
const { control: c, singleValue: l } = v0(a) ?? {
|
2749
2757
|
control: he,
|
2750
2758
|
singleValue: he
|
2751
2759
|
};
|
@@ -2777,7 +2785,7 @@ const Ml = (e) => {
|
|
2777
2785
|
}),
|
2778
2786
|
control: (d, u) => ({
|
2779
2787
|
...d,
|
2780
|
-
minHeight:
|
2788
|
+
minHeight: T0[s],
|
2781
2789
|
minWidth: "56px",
|
2782
2790
|
boxShadow: "none",
|
2783
2791
|
backgroundColor: "var(--bg-secondary)",
|
@@ -2803,7 +2811,7 @@ const Ml = (e) => {
|
|
2803
2811
|
option: (d, u) => ({
|
2804
2812
|
...d,
|
2805
2813
|
color: "var(--N900)",
|
2806
|
-
backgroundColor:
|
2814
|
+
backgroundColor: A0(u),
|
2807
2815
|
padding: "6px 8px",
|
2808
2816
|
cursor: "pointer",
|
2809
2817
|
fontSize: "13px",
|
@@ -2881,7 +2889,7 @@ const Ml = (e) => {
|
|
2881
2889
|
color: "var(--N900)",
|
2882
2890
|
fontSize: "12px",
|
2883
2891
|
fontWeight: 400,
|
2884
|
-
lineHeight:
|
2892
|
+
lineHeight: S0[s],
|
2885
2893
|
padding: 0,
|
2886
2894
|
paddingLeft: 0
|
2887
2895
|
}),
|
@@ -2979,7 +2987,7 @@ const Ml = (e) => {
|
|
2979
2987
|
zIndex: 2
|
2980
2988
|
})
|
2981
2989
|
};
|
2982
|
-
},
|
2990
|
+
}, R0 = (e, s, n) => {
|
2983
2991
|
const a = s.reduce((c, l) => (c[n(l)] = !0, c), {}), r = e.map((c) => n(c));
|
2984
2992
|
return r.every((c) => a[c]) ? Tt.CHECKED : r.some((c) => a[c]) ? Tt.INTERMEDIATE : null;
|
2985
2993
|
}, wn = (e, s, n = { label: "", value: "" }, a = null) => Array.isArray(e) ? e.flatMap(
|
@@ -2992,13 +3000,13 @@ const Ml = (e) => {
|
|
2992
3000
|
} : {
|
2993
3001
|
alwaysShowTippyOnHover: !1,
|
2994
3002
|
content: null
|
2995
|
-
},
|
3003
|
+
}, y0 = (e) => {
|
2996
3004
|
const {
|
2997
3005
|
isDisabled: s,
|
2998
3006
|
selectProps: { isLoading: n, keyboardShortcut: a }
|
2999
3007
|
} = e;
|
3000
3008
|
return a ? null : /* @__PURE__ */ t.jsx(Ze.DropdownIndicator, { ...e, children: n ? /* @__PURE__ */ t.jsx(et, { fillColor: "var(--N500)" }) : /* @__PURE__ */ t.jsx(Ns, { className: s ? "scn-3" : "scn-6" }) });
|
3001
|
-
},
|
3009
|
+
}, O0 = (e) => /* @__PURE__ */ t.jsx(Ze.ClearIndicator, { ...e, children: /* @__PURE__ */ t.jsx(ds, { className: "icon-use-fill-n6" }) }), j0 = (e) => {
|
3002
3010
|
const {
|
3003
3011
|
children: s,
|
3004
3012
|
getValue: n,
|
@@ -3010,13 +3018,13 @@ const Ml = (e) => {
|
|
3010
3018
|
s,
|
3011
3019
|
o && /* @__PURE__ */ t.jsx("kbd", { className: "icon-dim-20 flex bg__primary border__primary br-2 shadow__key fs-12 lh-20 cn-7 dc__no-shrink", children: o })
|
3012
3020
|
] });
|
3013
|
-
},
|
3021
|
+
}, w0 = (e) => {
|
3014
3022
|
const {
|
3015
3023
|
isHidden: s,
|
3016
3024
|
selectProps: { shouldRenderTextArea: n }
|
3017
3025
|
} = e;
|
3018
3026
|
return /* @__PURE__ */ t.jsx(Ze.Input, { ...e, isTextArea: n, isHidden: !n && s });
|
3019
|
-
},
|
3027
|
+
}, L0 = ({
|
3020
3028
|
showSelectedOptionsCount: e,
|
3021
3029
|
customSelectedOptionsCount: s,
|
3022
3030
|
...n
|
@@ -3036,7 +3044,7 @@ const Ml = (e) => {
|
|
3036
3044
|
] }) : c }) }),
|
3037
3045
|
e && l > 0 && /* @__PURE__ */ t.jsx("div", { className: "bcb-50 dc__border eb-2 dc__border-radius-4-imp pl-5 pr-5 cb-5 fs-12 fw-6 lh-18 dc__truncate dc__no-shrink", children: l })
|
3038
3046
|
] });
|
3039
|
-
},
|
3047
|
+
}, D0 = ({
|
3040
3048
|
disableDescriptionEllipsis: e,
|
3041
3049
|
...s
|
3042
3050
|
}) => {
|
@@ -3123,7 +3131,7 @@ const Ml = (e) => {
|
|
3123
3131
|
return n;
|
3124
3132
|
}
|
3125
3133
|
return null;
|
3126
|
-
},
|
3134
|
+
}, P0 = (e) => {
|
3127
3135
|
const {
|
3128
3136
|
children: s,
|
3129
3137
|
selectProps: {
|
@@ -3141,7 +3149,7 @@ const Ml = (e) => {
|
|
3141
3149
|
] }) })),
|
3142
3150
|
!r && a && /* @__PURE__ */ t.jsx("div", { className: "dc__position-sticky dc__bottom-0 dc__bottom-radius-4 bg__menu--primary dc__zi-2 border__primary-translucent--top", children: /* @__PURE__ */ t.jsx(dp, { menuListFooterConfig: a }) })
|
3143
3151
|
] });
|
3144
|
-
},
|
3152
|
+
}, M0 = ({
|
3145
3153
|
getIsOptionValid: e,
|
3146
3154
|
...s
|
3147
3155
|
}) => {
|
@@ -3160,7 +3168,7 @@ const Ml = (e) => {
|
|
3160
3168
|
onRemove: r
|
3161
3169
|
}
|
3162
3170
|
);
|
3163
|
-
},
|
3171
|
+
}, k0 = ({
|
3164
3172
|
isGroupHeadingSelectable: e,
|
3165
3173
|
...s
|
3166
3174
|
}) => {
|
@@ -3169,7 +3177,7 @@ const Ml = (e) => {
|
|
3169
3177
|
return null;
|
3170
3178
|
if (!e || !a.isMulti)
|
3171
3179
|
return /* @__PURE__ */ t.jsx(Ze.GroupHeading, { ...s });
|
3172
|
-
const r = a.value ?? [], o = n.options ?? [], i =
|
3180
|
+
const r = a.value ?? [], o = n.options ?? [], i = R0(o, r, a.getOptionValue), c = () => {
|
3173
3181
|
const d = o.reduce((m, p) => (m[a.getOptionValue(p)] = !0, m), {}), u = r.filter(
|
3174
3182
|
(m) => !d[a.getOptionValue(m)]
|
3175
3183
|
);
|
@@ -3200,12 +3208,12 @@ const Ml = (e) => {
|
|
3200
3208
|
),
|
3201
3209
|
/* @__PURE__ */ t.jsx("div", { className: "dc__truncate", children: s.data.label })
|
3202
3210
|
] }) });
|
3203
|
-
},
|
3211
|
+
}, U0 = () => /* @__PURE__ */ t.jsx("p", { className: "m-0 cn-7 fs-13 fw-4 lh-20 py-6 px-8 dc__loading-dots", children: "Loading" }), E4 = (e) => {
|
3204
3212
|
const {
|
3205
3213
|
selectProps: { isLoading: s }
|
3206
3214
|
} = e;
|
3207
3215
|
return s ? /* @__PURE__ */ t.jsx("div", { className: "shimmer w-150 h-22" }) : /* @__PURE__ */ t.jsx(Ze.ValueContainer, { ...e });
|
3208
|
-
}, up = (e) => `${e}-error-msg`, mp = (e) => `${e}-label`,
|
3216
|
+
}, up = (e) => `${e}-error-msg`, mp = (e) => `${e}-label`, $0 = (e) => `${e}-helper-text`, bc = ({
|
3209
3217
|
inputId: e,
|
3210
3218
|
label: s,
|
3211
3219
|
ariaLabel: n,
|
@@ -3215,7 +3223,7 @@ const Ml = (e) => {
|
|
3215
3223
|
}) => ({
|
3216
3224
|
"aria-required": a,
|
3217
3225
|
...o ? {
|
3218
|
-
"aria-describedby":
|
3226
|
+
"aria-describedby": $0(e)
|
3219
3227
|
} : {},
|
3220
3228
|
...r ? {
|
3221
3229
|
"aria-errormessage": up(e),
|
@@ -3233,7 +3241,7 @@ const Ml = (e) => {
|
|
3233
3241
|
!!e && /* @__PURE__ */ t.jsx($o, { text: e, icon: "ic-error", textClass: "cr-5", id: up(a) }),
|
3234
3242
|
!!s && /* @__PURE__ */ t.jsx($o, { text: s, icon: "ic-info-filled", textClass: "cn-7", id: `${a}-helper-text` }),
|
3235
3243
|
!!n && /* @__PURE__ */ t.jsx($o, { text: n, icon: "ic-warning", textClass: "cy-7", id: `${a}-warning-msg` })
|
3236
|
-
] }),
|
3244
|
+
] }), F0 = ({
|
3237
3245
|
label: e,
|
3238
3246
|
inputId: s,
|
3239
3247
|
required: n,
|
@@ -3286,7 +3294,7 @@ const Ml = (e) => {
|
|
3286
3294
|
return /* @__PURE__ */ t.jsxs("div", { className: `flex left column top dc__gap-4 ${s ? "w-100" : ""}`, children: [
|
3287
3295
|
/* @__PURE__ */ t.jsxs("div", { className: `flex left top dc__gap-6 ${p ? "" : "column"} w-100`, children: [
|
3288
3296
|
n && /* @__PURE__ */ t.jsx("div", { className: `${_} flex left`, children: /* @__PURE__ */ t.jsx(
|
3289
|
-
|
3297
|
+
F0,
|
3290
3298
|
{
|
3291
3299
|
inputId: a,
|
3292
3300
|
label: n,
|
@@ -3410,7 +3418,7 @@ const Ml = (e) => {
|
|
3410
3418
|
getIsOptionValid: te = () => !0,
|
3411
3419
|
customDisplayText: Te = null
|
3412
3420
|
} = E, Le = tt && !Te, $e = !x && i, qt = !C && S, Vn = O ?? !x, Hn = Z(
|
3413
|
-
() =>
|
3421
|
+
() => I0({
|
3414
3422
|
error: e,
|
3415
3423
|
size: c,
|
3416
3424
|
menuSize: u,
|
@@ -3430,7 +3438,7 @@ const Ml = (e) => {
|
|
3430
3438
|
) && !wn(dt, Is, null, me);
|
3431
3439
|
}, _n = Ve(
|
3432
3440
|
(je) => /* @__PURE__ */ t.jsx(
|
3433
|
-
|
3441
|
+
L0,
|
3434
3442
|
{
|
3435
3443
|
...je,
|
3436
3444
|
showSelectedOptionsCount: d,
|
@@ -3439,10 +3447,10 @@ const Ml = (e) => {
|
|
3439
3447
|
),
|
3440
3448
|
[d, b]
|
3441
3449
|
), Ha = Ve(
|
3442
|
-
(je) => /* @__PURE__ */ t.jsx(
|
3450
|
+
(je) => /* @__PURE__ */ t.jsx(D0, { ...je, disableDescriptionEllipsis: g }),
|
3443
3451
|
[g]
|
3444
|
-
), Ya = (je) => /* @__PURE__ */ t.jsx(
|
3445
|
-
(je) => /* @__PURE__ */ t.jsx(
|
3452
|
+
), Ya = (je) => /* @__PURE__ */ t.jsx(M0, { ...je, getIsOptionValid: te }), Cf = Ve(
|
3453
|
+
(je) => /* @__PURE__ */ t.jsx(k0, { ...je, isGroupHeadingSelectable: oe }),
|
3446
3454
|
[oe]
|
3447
3455
|
), Nf = () => m ? /* @__PURE__ */ t.jsx(kn, { reload: p }) : D ? /* @__PURE__ */ t.jsx("p", { className: "m-0 cn-7 fs-13 fw-4 lh-20 py-6 px-8", children: F?.({
|
3448
3456
|
inputValue: X
|
@@ -3521,17 +3529,17 @@ const Ml = (e) => {
|
|
3521
3529
|
components: {
|
3522
3530
|
IndicatorSeparator: null,
|
3523
3531
|
LoadingIndicator: null,
|
3524
|
-
DropdownIndicator:
|
3525
|
-
Control:
|
3532
|
+
DropdownIndicator: y0,
|
3533
|
+
Control: j0,
|
3526
3534
|
Option: Ha,
|
3527
|
-
MenuList:
|
3528
|
-
ClearIndicator:
|
3535
|
+
MenuList: P0,
|
3536
|
+
ClearIndicator: O0,
|
3529
3537
|
ValueContainer: _n,
|
3530
3538
|
MultiValue: Ya,
|
3531
3539
|
GroupHeading: Cf,
|
3532
3540
|
NoOptionsMessage: Nf,
|
3533
|
-
LoadingMessage:
|
3534
|
-
Input:
|
3541
|
+
LoadingMessage: U0,
|
3542
|
+
Input: w0,
|
3535
3543
|
...U && {
|
3536
3544
|
Menu: () => null,
|
3537
3545
|
DropdownIndicator: () => null
|
@@ -3562,7 +3570,7 @@ const Ml = (e) => {
|
|
3562
3570
|
) }) })
|
3563
3571
|
}
|
3564
3572
|
);
|
3565
|
-
}, Fo = [Dr ? "Meta" : "Control", "Enter"],
|
3573
|
+
}, Fo = [Dr ? "Meta" : "Control", "Enter"], B0 = ({
|
3566
3574
|
appliedFilterOptions: e,
|
3567
3575
|
handleApplyFilter: s,
|
3568
3576
|
options: n,
|
@@ -3570,7 +3578,7 @@ const Ml = (e) => {
|
|
3570
3578
|
onMenuClose: r,
|
3571
3579
|
...o
|
3572
3580
|
}) => {
|
3573
|
-
const i = V(), [c, l] = j(a), { triggerAutoClickTimestamp: d, setTriggerAutoClickTimestampToNow: u, resetTriggerAutoClickTimestamp: m } =
|
3581
|
+
const i = V(), [c, l] = j(a), { triggerAutoClickTimestamp: d, setTriggerAutoClickTimestampToNow: u, resetTriggerAutoClickTimestamp: m } = iI(), [p, _] = j(
|
3574
3582
|
structuredClone(e ?? [])
|
3575
3583
|
), { registerShortcut: h, unregisterShortcut: g } = qs(), E = e?.length ?? 0;
|
3576
3584
|
M(() => {
|
@@ -3631,7 +3639,7 @@ const Ml = (e) => {
|
|
3631
3639
|
icon: x
|
3632
3640
|
}
|
3633
3641
|
) });
|
3634
|
-
}, _p = (e) => /* @__PURE__ */ t.jsx(wc, { ignoreTags: [], children: /* @__PURE__ */ t.jsx(
|
3642
|
+
}, _p = (e) => /* @__PURE__ */ t.jsx(wc, { ignoreTags: [], children: /* @__PURE__ */ t.jsx(B0, { ...e }) }), G0 = {
|
3635
3643
|
[w.medium]: w.xxs,
|
3636
3644
|
[w.large]: w.xs
|
3637
3645
|
}, Hs = ({
|
@@ -3725,14 +3733,14 @@ const Ml = (e) => {
|
|
3725
3733
|
...E,
|
3726
3734
|
dataTestId: `${e}-end-icon`,
|
3727
3735
|
variant: z.borderLess,
|
3728
|
-
size:
|
3736
|
+
size: G0[u],
|
3729
3737
|
onClick: b
|
3730
3738
|
}
|
3731
3739
|
) })
|
3732
3740
|
] })
|
3733
3741
|
}
|
3734
3742
|
);
|
3735
|
-
},
|
3743
|
+
}, V0 = ({ onFocus: e, onBlur: s, shouldShowDefaultPlaceholderOnBlur: n, ...a }) => {
|
3736
3744
|
const [r, o] = j("password"), [i, c] = j(!1), l = r === "password", d = Z(() => n && i && a.value === Sn ? "" : !n || i || typeof a.value == "string" && a.value?.length > 0 ? a.value : Sn, [n, i, a.value]), u = (p) => {
|
3737
3745
|
c(!0), e?.(p);
|
3738
3746
|
}, m = (p) => {
|
@@ -3755,13 +3763,13 @@ const Ml = (e) => {
|
|
3755
3763
|
} : null
|
3756
3764
|
}
|
3757
3765
|
);
|
3758
|
-
}, fp = Pt(null),
|
3766
|
+
}, fp = Pt(null), H0 = () => {
|
3759
3767
|
const e = ns(fp);
|
3760
3768
|
return e || {
|
3761
3769
|
disableFocusTrap: he,
|
3762
3770
|
resumeFocusTrap: he
|
3763
3771
|
};
|
3764
|
-
},
|
3772
|
+
}, Y0 = ({
|
3765
3773
|
onEscape: e,
|
3766
3774
|
deactivateFocusOnEscape: s = !0,
|
3767
3775
|
children: n,
|
@@ -3803,7 +3811,7 @@ const Ml = (e) => {
|
|
3803
3811
|
children: n
|
3804
3812
|
}
|
3805
3813
|
) });
|
3806
|
-
},
|
3814
|
+
}, W0 = (e) => {
|
3807
3815
|
const s = document.getElementById(pS);
|
3808
3816
|
if (!s)
|
3809
3817
|
return null;
|
@@ -3824,12 +3832,12 @@ const Ml = (e) => {
|
|
3824
3832
|
r?.(!!l);
|
3825
3833
|
}, [l]), nc(() => {
|
3826
3834
|
let m = document.getElementById(u.current), p = !1;
|
3827
|
-
return m || (p = !0, m =
|
3835
|
+
return m || (p = !0, m = W0(u.current)), d(m), () => {
|
3828
3836
|
p && m?.parentNode && m.parentNode.removeChild(m);
|
3829
3837
|
};
|
3830
3838
|
}, []), l === null ? null : cm(
|
3831
3839
|
/* @__PURE__ */ t.jsx(
|
3832
|
-
|
3840
|
+
Y0,
|
3833
3841
|
{
|
3834
3842
|
onEscape: s,
|
3835
3843
|
deactivateFocusOnEscape: o,
|
@@ -3872,7 +3880,7 @@ const Ml = (e) => {
|
|
3872
3880
|
]
|
3873
3881
|
}
|
3874
3882
|
) }) })
|
3875
|
-
] }),
|
3883
|
+
] }), K0 = ({ position: e, alignment: s }) => {
|
3876
3884
|
if (e === "top" || e === "bottom")
|
3877
3885
|
switch (s) {
|
3878
3886
|
case "end":
|
@@ -3892,7 +3900,7 @@ const Ml = (e) => {
|
|
3892
3900
|
default:
|
3893
3901
|
return { top: 0 };
|
3894
3902
|
}
|
3895
|
-
},
|
3903
|
+
}, z0 = ({ position: e }) => {
|
3896
3904
|
switch (e) {
|
3897
3905
|
case "top":
|
3898
3906
|
return { bottom: "100%", marginBottom: 6 };
|
@@ -3909,10 +3917,10 @@ const Ml = (e) => {
|
|
3909
3917
|
animate: { opacity: 1, [e]: 0 },
|
3910
3918
|
exit: { opacity: 0, [e]: s },
|
3911
3919
|
transformTemplate: n ? (a) => e === "y" ? `translate(-50%, ${a[e]})` : `translate(${a[e]}, -50%)` : void 0
|
3912
|
-
}),
|
3920
|
+
}), q0 = ({ position: e, alignment: s }) => {
|
3913
3921
|
const n = s === "middle";
|
3914
3922
|
return e === "top" || e === "bottom" ? kl("y", e === "bottom" ? -12 : 12, n) : kl("x", e === "right" ? -12 : 12, n);
|
3915
|
-
},
|
3923
|
+
}, X0 = ({
|
3916
3924
|
position: e,
|
3917
3925
|
alignment: s,
|
3918
3926
|
triggerRect: n,
|
@@ -3966,7 +3974,7 @@ const Ml = (e) => {
|
|
3966
3974
|
if (!d || !x || !C.current || !S.current || !T.current)
|
3967
3975
|
return;
|
3968
3976
|
const O = () => {
|
3969
|
-
const k = C.current.getBoundingClientRect(), P = S.current.getBoundingClientRect(), { fallbackPosition: U, fallbackAlignment: L } =
|
3977
|
+
const k = C.current.getBoundingClientRect(), P = S.current.getBoundingClientRect(), { fallbackPosition: U, fallbackAlignment: L } = X0({
|
3970
3978
|
position: s,
|
3971
3979
|
alignment: n,
|
3972
3980
|
triggerRect: k,
|
@@ -4015,16 +4023,16 @@ const Ml = (e) => {
|
|
4015
4023
|
onKeyDown: R,
|
4016
4024
|
style: {
|
4017
4025
|
width: N ? void 0 : `${a}px`,
|
4018
|
-
...
|
4019
|
-
...
|
4026
|
+
...z0({ position: m }),
|
4027
|
+
...K0({ position: m, alignment: _ })
|
4020
4028
|
},
|
4021
|
-
...
|
4029
|
+
...q0({ position: m, alignment: _ }),
|
4022
4030
|
transition: { duration: 0.2 }
|
4023
4031
|
},
|
4024
4032
|
scrollableRef: T,
|
4025
4033
|
closePopover: b
|
4026
4034
|
};
|
4027
|
-
},
|
4035
|
+
}, J0 = {
|
4028
4036
|
ADMIN_PASSWORD: "install/install-devtron#devtron-admin-credentials",
|
4029
4037
|
APP_CI_CONFIG_BUILD_WITHOUT_DOCKER: "usage/applications/creating-application/docker-build-configuration#build-docker-image-without-dockerfile",
|
4030
4038
|
APP_CREATE: "usage/applications/create-application",
|
@@ -4124,7 +4132,7 @@ const Ml = (e) => {
|
|
4124
4132
|
RELEASES: "usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions",
|
4125
4133
|
TENANTS: "usage/software-distribution-hub/tenants#adding-installation",
|
4126
4134
|
TENANTS_INSTALLATION: "usage/software-distribution-hub/tenants"
|
4127
|
-
}, hp = ({ isEnterprise: e, link: s = "" }) => `${s}?utm_source=product_${e ? "ent" : "oss"}&utm_medium=product_app&utm_campaign=docs_navigation`,
|
4135
|
+
}, hp = ({ isEnterprise: e, link: s = "" }) => `${s}?utm_source=product_${e ? "ent" : "oss"}&utm_medium=product_app&utm_campaign=docs_navigation`, Z0 = ({
|
4128
4136
|
docLinkKey: e,
|
4129
4137
|
isEnterprise: s = !1,
|
4130
4138
|
isExternalLink: n,
|
@@ -4132,12 +4140,12 @@ const Ml = (e) => {
|
|
4132
4140
|
}) => {
|
4133
4141
|
if (n)
|
4134
4142
|
return e;
|
4135
|
-
const r =
|
4143
|
+
const r = J0[e];
|
4136
4144
|
if (r?.startsWith("http"))
|
4137
4145
|
return r;
|
4138
4146
|
const o = a ? "" : hp({ isEnterprise: s });
|
4139
4147
|
return `${Oa}${vT}/${r || ""}${o}`;
|
4140
|
-
},
|
4148
|
+
}, Q0 = ({ count: e, isApprox: s, isSelected: n }) => /* @__PURE__ */ t.jsxs(
|
4141
4149
|
"div",
|
4142
4150
|
{
|
4143
4151
|
className: `flex dc__no-shrink br-12 dc__gap-2 px-6 ${n ? "bcb-5 cn-0" : "bcn-1 cn-7"} fs-13 fw-6 lh-20`,
|
@@ -4146,67 +4154,67 @@ const Ml = (e) => {
|
|
4146
4154
|
/* @__PURE__ */ t.jsx("span", { children: e })
|
4147
4155
|
]
|
4148
4156
|
}
|
4149
|
-
),
|
4157
|
+
), ev = {
|
4150
4158
|
[w.medium]: "w-32",
|
4151
4159
|
[w.small]: "w-24"
|
4152
|
-
},
|
4160
|
+
}, tv = {
|
4153
4161
|
[w.medium]: "w-28",
|
4154
4162
|
[w.small]: "w-24"
|
4155
|
-
},
|
4163
|
+
}, sv = {
|
4156
4164
|
[w.medium]: "h-24",
|
4157
4165
|
[w.small]: "h-20"
|
4158
|
-
},
|
4166
|
+
}, nv = {
|
4159
4167
|
theme: "B500",
|
4160
4168
|
positive: "G500"
|
4161
|
-
},
|
4169
|
+
}, av = {
|
4162
4170
|
theme: "bcb-5",
|
4163
4171
|
positive: "bcg-5"
|
4164
|
-
},
|
4172
|
+
}, rv = {
|
4165
4173
|
theme: "var(--B600)",
|
4166
4174
|
positive: "var(--G600)"
|
4167
|
-
},
|
4175
|
+
}, ov = {
|
4168
4176
|
theme: "bcb-3",
|
4169
4177
|
positive: "bcg-3"
|
4170
|
-
},
|
4178
|
+
}, iv = {
|
4171
4179
|
theme: "var(--B400)",
|
4172
4180
|
positive: "var(--G400)"
|
4173
|
-
},
|
4181
|
+
}, cv = {
|
4174
4182
|
[w.medium]: "icon-dim-16",
|
4175
4183
|
[w.small]: "icon-dim-12"
|
4176
|
-
},
|
4184
|
+
}, lv = {
|
4177
4185
|
[w.medium]: "w-12",
|
4178
4186
|
[w.small]: "w-10"
|
4179
|
-
},
|
4187
|
+
}, dv = {
|
4180
4188
|
[w.medium]: "p-3",
|
4181
4189
|
[w.small]: "p-1"
|
4182
|
-
},
|
4190
|
+
}, uv = {
|
4183
4191
|
rounded: "p-2",
|
4184
4192
|
square: "p-1"
|
4185
|
-
},
|
4193
|
+
}, mv = ({ shape: e, size: s }) => `${sv[s]} ${e === "rounded" ? ev[s] : tv[s]}`, pv = ({
|
4186
4194
|
shape: e,
|
4187
4195
|
variant: s,
|
4188
4196
|
isChecked: n,
|
4189
4197
|
isLoading: a
|
4190
|
-
}) => a ? "dc__transparent--unstyled" : n ? e === "rounded" ?
|
4198
|
+
}) => a ? "dc__transparent--unstyled" : n ? e === "rounded" ? av[s] : ov[s] : "bcn-2", _v = ({
|
4191
4199
|
shape: e,
|
4192
4200
|
variant: s,
|
4193
4201
|
isChecked: n,
|
4194
4202
|
isLoading: a
|
4195
|
-
}) => a ? "transparent" : n ? e === "rounded" ?
|
4203
|
+
}) => a ? "transparent" : n ? e === "rounded" ? rv[s] : iv[s] : "var(--N300)", fv = ({
|
4196
4204
|
shape: e,
|
4197
4205
|
size: s,
|
4198
4206
|
showIndeterminateIcon: n
|
4199
|
-
}) => n ? `${
|
4207
|
+
}) => n ? `${lv[s]} h-2 br-4 dc__no-shrink bg__white` : `flex ${dv[s]} ${e === "rounded" ? `dc__border-radius-50-per ${cv[s]}` : "br-3"} bg__white`, hv = ({
|
4200
4208
|
iconColor: e,
|
4201
4209
|
isChecked: s,
|
4202
4210
|
variant: n
|
4203
|
-
}) => s ? e || (n === "theme" ? "B500" : "G500") : "N500",
|
4211
|
+
}) => s ? e || (n === "theme" ? "B500" : "G500") : "N500", gv = ({
|
4204
4212
|
isChecked: e,
|
4205
4213
|
size: s,
|
4206
4214
|
shape: n,
|
4207
4215
|
indeterminate: a,
|
4208
4216
|
isLoading: r
|
4209
|
-
}) => r ? s === w.medium && n === "rounded" ? 6 : 4 : e ? a ? s === w.medium ? 8 : 5 : s === w.medium && n === "rounded" ? 12 : 8 : 0,
|
4217
|
+
}) => r ? s === w.medium && n === "rounded" ? 6 : 4 : e ? a ? s === w.medium ? 8 : 5 : s === w.medium && n === "rounded" ? 12 : 8 : 0, xv = ({ shape: e, isLoading: s }) => s ? "" : uv[e], gp = ({
|
4210
4218
|
ariaLabel: e,
|
4211
4219
|
isDisabled: s,
|
4212
4220
|
isLoading: n,
|
@@ -4223,10 +4231,10 @@ const Ml = (e) => {
|
|
4223
4231
|
onChange: _,
|
4224
4232
|
autoFocus: h = !1
|
4225
4233
|
}) => {
|
4226
|
-
const g = V(Lt()), x = a ? d ? "mixed" : !0 : !1, f = x === "mixed", N =
|
4234
|
+
const g = V(Lt()), x = a ? d ? "mixed" : !0 : !1, f = x === "mixed", N = gv({ isChecked: a, shape: o, size: u, indeterminate: d, isLoading: n }), C = () => /* @__PURE__ */ t.jsx(
|
4227
4235
|
"span",
|
4228
4236
|
{
|
4229
|
-
className: `flexbox flex-grow-1 ${!n && f ? "dc__align-items-center" : ""} ${
|
4237
|
+
className: `flexbox flex-grow-1 ${!n && f ? "dc__align-items-center" : ""} ${xv({ shape: o, isLoading: n })}`,
|
4230
4238
|
children: n ? /* @__PURE__ */ t.jsx(
|
4231
4239
|
Fe.span,
|
4232
4240
|
{
|
@@ -4235,7 +4243,7 @@ const Ml = (e) => {
|
|
4235
4243
|
x: N
|
4236
4244
|
},
|
4237
4245
|
className: "flexbox dc__fill-available-space",
|
4238
|
-
children: /* @__PURE__ */ t.jsx(B, { name: "ic-circle-loader", color:
|
4246
|
+
children: /* @__PURE__ */ t.jsx(B, { name: "ic-circle-loader", color: nv[i], size: null })
|
4239
4247
|
}
|
4240
4248
|
) : /* @__PURE__ */ t.jsx(
|
4241
4249
|
Fe.span,
|
@@ -4244,12 +4252,12 @@ const Ml = (e) => {
|
|
4244
4252
|
animate: {
|
4245
4253
|
x: N
|
4246
4254
|
},
|
4247
|
-
className:
|
4255
|
+
className: fv({ shape: o, size: u, showIndeterminateIcon: f }),
|
4248
4256
|
children: l && !f && /* @__PURE__ */ t.jsx("span", { className: "icon-dim-12 flex dc__fill-available-space dc__no-shrink", children: /* @__PURE__ */ t.jsx(
|
4249
4257
|
B,
|
4250
4258
|
{
|
4251
4259
|
name: l,
|
4252
|
-
color:
|
4260
|
+
color: hv({
|
4253
4261
|
isChecked: a,
|
4254
4262
|
iconColor: c,
|
4255
4263
|
variant: i
|
@@ -4265,7 +4273,7 @@ const Ml = (e) => {
|
|
4265
4273
|
"label",
|
4266
4274
|
{
|
4267
4275
|
htmlFor: g.current,
|
4268
|
-
className: `${
|
4276
|
+
className: `${mv({ shape: o, size: u })} flex dc__no-shrink py-2 m-0`,
|
4269
4277
|
children: [
|
4270
4278
|
/* @__PURE__ */ t.jsx(
|
4271
4279
|
"input",
|
@@ -4291,11 +4299,11 @@ const Ml = (e) => {
|
|
4291
4299
|
"data-testid": p,
|
4292
4300
|
disabled: s || n,
|
4293
4301
|
"aria-disabled": s,
|
4294
|
-
className: `p-0-imp h-100 flex flex-grow-1 dc__no-border dt-switch__track ${o === "rounded" ? "br-12" : "br-4"} ${
|
4302
|
+
className: `p-0-imp h-100 flex flex-grow-1 dc__no-border dt-switch__track ${o === "rounded" ? "br-12" : "br-4"} ${pv({ shape: o, variant: i, isChecked: a, isLoading: n })} ${s ? "dc__disabled" : ""} dc__fill-available-space`,
|
4295
4303
|
onClick: _,
|
4296
4304
|
style: {
|
4297
4305
|
// Adding hover styles directly to the button
|
4298
|
-
"--switch-track-hover-color":
|
4306
|
+
"--switch-track-hover-color": _v({
|
4299
4307
|
shape: o,
|
4300
4308
|
variant: i,
|
4301
4309
|
isChecked: a,
|
@@ -4328,7 +4336,7 @@ const Ml = (e) => {
|
|
4328
4336
|
] });
|
4329
4337
|
}
|
4330
4338
|
case "counter":
|
4331
|
-
return /* @__PURE__ */ t.jsx(
|
4339
|
+
return /* @__PURE__ */ t.jsx(Q0, { count: s.value, isSelected: s.isSelected });
|
4332
4340
|
case "switch":
|
4333
4341
|
return /* @__PURE__ */ t.jsx(gp, { ...s, onChange: r, size: w.small });
|
4334
4342
|
case "button":
|
@@ -4344,7 +4352,7 @@ const Ml = (e) => {
|
|
4344
4352
|
default:
|
4345
4353
|
return null;
|
4346
4354
|
}
|
4347
|
-
},
|
4355
|
+
}, Ev = ({
|
4348
4356
|
item: e,
|
4349
4357
|
itemRef: s,
|
4350
4358
|
isFocused: n,
|
@@ -4435,22 +4443,22 @@ const Ml = (e) => {
|
|
4435
4443
|
children: I()
|
4436
4444
|
}
|
4437
4445
|
) });
|
4438
|
-
},
|
4446
|
+
}, Cv = (e) => e.flatMap(
|
4439
4447
|
(s, n) => s.items.map((a, r) => ({
|
4440
4448
|
option: a,
|
4441
4449
|
itemIndex: r,
|
4442
4450
|
sectionIndex: n
|
4443
4451
|
})),
|
4444
4452
|
[]
|
4445
|
-
), xp = (e) => e.toLowerCase(),
|
4453
|
+
), xp = (e) => e.toLowerCase(), Nv = (e, s) => xp(e).includes(s), bv = (e, s) => {
|
4446
4454
|
if (!s)
|
4447
4455
|
return e;
|
4448
4456
|
const n = xp(s);
|
4449
4457
|
return e.map((a) => {
|
4450
|
-
const r = a.items.filter((o) =>
|
4458
|
+
const r = a.items.filter((o) => Nv(o.label, n));
|
4451
4459
|
return r.length > 0 ? { ...a, items: r } : null;
|
4452
4460
|
}).filter(Boolean);
|
4453
|
-
},
|
4461
|
+
}, Tv = ({
|
4454
4462
|
id: e,
|
4455
4463
|
position: s = "bottom",
|
4456
4464
|
alignment: n = "start",
|
@@ -4459,7 +4467,7 @@ const Ml = (e) => {
|
|
4459
4467
|
isSearchable: o,
|
4460
4468
|
onOpen: i
|
4461
4469
|
}) => {
|
4462
|
-
const [c, l] = j(-1), [d, u] = j(""), m = o ?
|
4470
|
+
const [c, l] = j(-1), [d, u] = j(""), m = o ? bv(r, d) : r, p = Cv(m), _ = V(
|
4463
4471
|
p.map(() => wr())
|
4464
4472
|
);
|
4465
4473
|
M(() => {
|
@@ -4555,7 +4563,7 @@ const Ml = (e) => {
|
|
4555
4563
|
setFocusedIndex: T,
|
4556
4564
|
closePopover: I,
|
4557
4565
|
scrollableRef: y
|
4558
|
-
} =
|
4566
|
+
} = Tv({
|
4559
4567
|
id: e,
|
4560
4568
|
options: s,
|
4561
4569
|
position: a,
|
@@ -4612,7 +4620,7 @@ const Ml = (e) => {
|
|
4612
4620
|
(P) => P.sectionIndex === A && P.itemIndex === D
|
4613
4621
|
);
|
4614
4622
|
return /* @__PURE__ */ t.jsx(
|
4615
|
-
|
4623
|
+
Ev,
|
4616
4624
|
{
|
4617
4625
|
item: O,
|
4618
4626
|
itemRef: S.current[k],
|
@@ -4678,7 +4686,7 @@ const Ml = (e) => {
|
|
4678
4686
|
]
|
4679
4687
|
}
|
4680
4688
|
) });
|
4681
|
-
},
|
4689
|
+
}, Sv = ({
|
4682
4690
|
value: e,
|
4683
4691
|
options: s,
|
4684
4692
|
isCreatable: n,
|
@@ -4755,7 +4763,7 @@ ${d.slice(C)}`;
|
|
4755
4763
|
shouldRenderTextArea: !0
|
4756
4764
|
}
|
4757
4765
|
);
|
4758
|
-
},
|
4766
|
+
}, vv = ({
|
4759
4767
|
actionType: e,
|
4760
4768
|
label: s,
|
4761
4769
|
placeholder: n,
|
@@ -4847,7 +4855,7 @@ ${d.slice(C)}`;
|
|
4847
4855
|
a
|
4848
4856
|
] })
|
4849
4857
|
] });
|
4850
|
-
},
|
4858
|
+
}, Av = ({
|
4851
4859
|
heading: e,
|
4852
4860
|
marker: s,
|
4853
4861
|
children: n,
|
@@ -4865,7 +4873,7 @@ ${d.slice(C)}`;
|
|
4865
4873
|
] }) }),
|
4866
4874
|
r && /* @__PURE__ */ t.jsx("div", { className: "w-100 dc__border-bottom-n1" })
|
4867
4875
|
] })
|
4868
|
-
),
|
4876
|
+
), Iv = ({
|
4869
4877
|
onChange: e,
|
4870
4878
|
handleProfileInputChange: s,
|
4871
4879
|
currentValue: n,
|
@@ -4895,7 +4903,7 @@ ${d.slice(C)}`;
|
|
4895
4903
|
autoFocus: !0
|
4896
4904
|
}
|
4897
4905
|
);
|
4898
|
-
},
|
4906
|
+
}, Rv = ({ defaultHeading: e, inheritingData: s, isInheriting: n, isGlobalProfile: a }) => {
|
4899
4907
|
const r = s.map((o) => `${o.value} ${o.unit ?? ""}`).join(" - ");
|
4900
4908
|
return a || !n ? /* @__PURE__ */ t.jsx(t.Fragment, { children: e }) : /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center dc__content-space w-100", children: [
|
4901
4909
|
e,
|
@@ -4916,7 +4924,7 @@ ${d.slice(C)}`;
|
|
4916
4924
|
return i ? /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__mxw-920 dc__gap-16", children: [
|
4917
4925
|
!a && /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-12", children: [
|
4918
4926
|
/* @__PURE__ */ t.jsx(
|
4919
|
-
|
4927
|
+
Iv,
|
4920
4928
|
{
|
4921
4929
|
handleProfileInputChange: n,
|
4922
4930
|
currentValue: e.name,
|
@@ -4924,7 +4932,7 @@ ${d.slice(C)}`;
|
|
4924
4932
|
}
|
4925
4933
|
),
|
4926
4934
|
/* @__PURE__ */ t.jsx(
|
4927
|
-
|
4935
|
+
_0,
|
4928
4936
|
{
|
4929
4937
|
handleProfileInputChange: n,
|
4930
4938
|
currentValue: e.description,
|
@@ -4935,11 +4943,11 @@ ${d.slice(C)}`;
|
|
4935
4943
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-12", children: [
|
4936
4944
|
o,
|
4937
4945
|
/* @__PURE__ */ t.jsx("div", { className: "w-100 flexbox-col dc__gap-16 br-4 dc__border-n1 p-16", children: Ii.map((l, d) => /* @__PURE__ */ t.jsx(
|
4938
|
-
|
4946
|
+
Av,
|
4939
4947
|
{
|
4940
4948
|
marker: l.marker,
|
4941
4949
|
heading: /* @__PURE__ */ t.jsx(
|
4942
|
-
|
4950
|
+
Rv,
|
4943
4951
|
{
|
4944
4952
|
defaultHeading: l.heading,
|
4945
4953
|
inheritingData: l.actions.map(
|
@@ -4952,7 +4960,7 @@ ${d.slice(C)}`;
|
|
4952
4960
|
showDivider: d !== Ii.length - 1,
|
4953
4961
|
isInheriting: c(l.actions),
|
4954
4962
|
children: /* @__PURE__ */ t.jsx("div", { className: "w-50 flexbox dc__gap-12 w-100 dc__align-start", children: l.actions.map((u) => /* @__PURE__ */ t.jsx(
|
4955
|
-
|
4963
|
+
vv,
|
4956
4964
|
{
|
4957
4965
|
actionType: u.actionType,
|
4958
4966
|
label: u.label,
|
@@ -4971,8 +4979,8 @@ ${d.slice(C)}`;
|
|
4971
4979
|
)) })
|
4972
4980
|
] })
|
4973
4981
|
] }) : /* @__PURE__ */ t.jsx(et, { pageLoader: !0 });
|
4974
|
-
},
|
4975
|
-
const e = ns(
|
4982
|
+
}, yv = Pt(null), b4 = () => {
|
4983
|
+
const e = ns(yv);
|
4976
4984
|
if (!e)
|
4977
4985
|
throw new Error("Please wrap parent component with BuildInfraUtilityProvider");
|
4978
4986
|
return e;
|
@@ -5185,7 +5193,7 @@ ${d.slice(C)}`;
|
|
5185
5193
|
}
|
5186
5194
|
)
|
5187
5195
|
] });
|
5188
|
-
},
|
5196
|
+
}, Ov = async ({
|
5189
5197
|
name: e,
|
5190
5198
|
fromCreateView: s,
|
5191
5199
|
canConfigureUseK8sDriver: n
|
@@ -5194,7 +5202,7 @@ ${d.slice(C)}`;
|
|
5194
5202
|
const a = { name: e }, {
|
5195
5203
|
result: { configurationUnits: r, defaultConfigurations: o, profile: i }
|
5196
5204
|
} = await Ee(We(Rc(), a));
|
5197
|
-
return
|
5205
|
+
return Wv({
|
5198
5206
|
configurationUnits: r,
|
5199
5207
|
defaultConfigurations: o,
|
5200
5208
|
profile: i,
|
@@ -5204,12 +5212,12 @@ ${d.slice(C)}`;
|
|
5204
5212
|
} catch (a) {
|
5205
5213
|
throw Ue(a), a;
|
5206
5214
|
}
|
5207
|
-
},
|
5215
|
+
}, jv = async (e) => await Ct(Rc(), e), wv = async ({
|
5208
5216
|
name: e,
|
5209
5217
|
profileInput: s,
|
5210
5218
|
canConfigureUseK8sDriver: n
|
5211
5219
|
}) => {
|
5212
|
-
const a = !!e, r =
|
5220
|
+
const a = !!e, r = zv(s, n);
|
5213
5221
|
if (a) {
|
5214
5222
|
const i = { name: e };
|
5215
5223
|
return await sl(
|
@@ -5217,7 +5225,7 @@ ${d.slice(C)}`;
|
|
5217
5225
|
r
|
5218
5226
|
);
|
5219
5227
|
}
|
5220
|
-
return await
|
5228
|
+
return await jv(r);
|
5221
5229
|
}, mt = {
|
5222
5230
|
PROVIDE_A_NUMBER: "Please provide a number",
|
5223
5231
|
LOWERCASE_ALPHANUMERIC: "Only lowercase alphanumeric characters, -, _ or . allowed",
|
@@ -5252,7 +5260,7 @@ ${d.slice(C)}`;
|
|
5252
5260
|
n.push(...yi(e).map((o) => `Name: ${o}`));
|
5253
5261
|
}
|
5254
5262
|
return { isValid: n.length === 0, messages: n };
|
5255
|
-
}, Ep = (e) => e?.trim() ? { isValid: !0 } : { message: "This field is required", isValid: !1 },
|
5263
|
+
}, Ep = (e) => e?.trim() ? { isValid: !0 } : { message: "This field is required", isValid: !1 }, Lv = (e) => /^.{3,50}$/.test(e) ? /^[a-z0-9-._]+$/.test(e) ? /^(?![-._]).*[^-._]$/.test(e) ? {
|
5256
5264
|
isValid: !0
|
5257
5265
|
} : {
|
5258
5266
|
isValid: !1,
|
@@ -5263,7 +5271,7 @@ ${d.slice(C)}`;
|
|
5263
5271
|
} : {
|
5264
5272
|
isValid: !1,
|
5265
5273
|
message: mt.getMinMaxCharMessage(3, 50)
|
5266
|
-
},
|
5274
|
+
}, Dv = (e) => e?.length > Ul ? {
|
5267
5275
|
isValid: !1,
|
5268
5276
|
message: mt.getMaxCharMessage(Ul)
|
5269
5277
|
} : {
|
@@ -5297,7 +5305,7 @@ ${d.slice(C)}`;
|
|
5297
5305
|
} : {
|
5298
5306
|
isValid: !0
|
5299
5307
|
};
|
5300
|
-
},
|
5308
|
+
}, Pv = (e) => {
|
5301
5309
|
if (!e)
|
5302
5310
|
return {
|
5303
5311
|
isValid: !1,
|
@@ -5318,9 +5326,9 @@ ${d.slice(C)}`;
|
|
5318
5326
|
} : {
|
5319
5327
|
isValid: !0
|
5320
5328
|
};
|
5321
|
-
},
|
5329
|
+
}, Mv = (e) => /^data:.*;base64,/.test(e), Np = (e, s = !0) => {
|
5322
5330
|
try {
|
5323
|
-
if (!s &&
|
5331
|
+
if (!s && Mv(e))
|
5324
5332
|
throw new Error("Base64 URLs are not allowed");
|
5325
5333
|
new URL(e);
|
5326
5334
|
} catch (n) {
|
@@ -5350,7 +5358,7 @@ ${d.slice(C)}`;
|
|
5350
5358
|
isValid: !1,
|
5351
5359
|
message: `Invalid URL/protocol. Supported protocols are: ${s.join(", ")}`
|
5352
5360
|
};
|
5353
|
-
},
|
5361
|
+
}, kv = (e) => new Promise((s) => {
|
5354
5362
|
const n = new Image();
|
5355
5363
|
n.src = e, n.onload = () => (n.onload = null, n.onerror = null, s({
|
5356
5364
|
isValid: !0
|
@@ -5501,7 +5509,7 @@ const y4 = (e, s = !1) => {
|
|
5501
5509
|
isValid: !0,
|
5502
5510
|
messages: []
|
5503
5511
|
};
|
5504
|
-
},
|
5512
|
+
}, Uv = (e, s) => {
|
5505
5513
|
const n = Ic(e, !1);
|
5506
5514
|
return n.isValid ? s.filter((r) => r === e).length > 1 ? {
|
5507
5515
|
isValid: !1,
|
@@ -5510,7 +5518,7 @@ const y4 = (e, s = !1) => {
|
|
5510
5518
|
isValid: !0,
|
5511
5519
|
messages: []
|
5512
5520
|
} : n;
|
5513
|
-
},
|
5521
|
+
}, $v = ({
|
5514
5522
|
request: e,
|
5515
5523
|
limit: s,
|
5516
5524
|
unitsMap: n
|
@@ -5555,14 +5563,14 @@ const y4 = (e, s = !1) => {
|
|
5555
5563
|
existingKeys: a,
|
5556
5564
|
profileInputErrors: r
|
5557
5565
|
}) => {
|
5558
|
-
const o =
|
5566
|
+
const o = Uv(e, a).messages, i = bp(s).messages, l = !(!e && !s) && (o.length > 0 || i.length > 0);
|
5559
5567
|
r[$.NODE_SELECTOR]?.[n] || (r[$.NODE_SELECTOR] || (r[$.NODE_SELECTOR] = {}), r[$.NODE_SELECTOR][n] = {}), r[$.NODE_SELECTOR][n] = {
|
5560
5568
|
...o.length > 0 && { [vi.KEY]: o },
|
5561
5569
|
...i.length > 0 && { [vi.VALUE]: i }
|
5562
5570
|
}, l || (delete r[$.NODE_SELECTOR][n], Object.keys(r[$.NODE_SELECTOR]).length === 0 && (r[$.NODE_SELECTOR] = null));
|
5563
|
-
},
|
5571
|
+
}, Fv = (e) => {
|
5564
5572
|
const s = structuredClone(op);
|
5565
|
-
return e &&
|
5573
|
+
return e && i0.forEach((n) => {
|
5566
5574
|
s[n] = "";
|
5567
5575
|
}), s;
|
5568
5576
|
}, D4 = ({
|
@@ -5572,7 +5580,7 @@ const y4 = (e, s = !1) => {
|
|
5572
5580
|
canConfigureUseK8sDriver: a = !1
|
5573
5581
|
}) => {
|
5574
5582
|
const r = !e, [o, i, c, l] = vt(
|
5575
|
-
() =>
|
5583
|
+
() => Ov({
|
5576
5584
|
name: e ?? go,
|
5577
5585
|
fromCreateView: r,
|
5578
5586
|
canConfigureUseK8sDriver: a
|
@@ -5584,7 +5592,7 @@ const y4 = (e, s = !1) => {
|
|
5584
5592
|
M(() => {
|
5585
5593
|
!o && i?.configurationUnits && i?.profile && (u({
|
5586
5594
|
...i.profile
|
5587
|
-
}), p(
|
5595
|
+
}), p(Fv(r)));
|
5588
5596
|
}, [i, o]);
|
5589
5597
|
const g = (f) => {
|
5590
5598
|
const N = Object.keys(f || {}), C = Object.keys(i?.profile?.configurations || {});
|
@@ -5604,12 +5612,12 @@ const y4 = (e, s = !1) => {
|
|
5604
5612
|
switch (f) {
|
5605
5613
|
case Qt.DESCRIPTION: {
|
5606
5614
|
const { value: b } = N;
|
5607
|
-
C.description = b, S[Qt.DESCRIPTION] =
|
5615
|
+
C.description = b, S[Qt.DESCRIPTION] = Dv(b).message;
|
5608
5616
|
break;
|
5609
5617
|
}
|
5610
5618
|
case Qt.NAME: {
|
5611
5619
|
const { value: b } = N;
|
5612
|
-
C.name = b, S[Qt.NAME] =
|
5620
|
+
C.name = b, S[Qt.NAME] = Lv(b).message;
|
5613
5621
|
break;
|
5614
5622
|
}
|
5615
5623
|
case $.CPU_LIMIT:
|
@@ -5623,7 +5631,7 @@ const y4 = (e, s = !1) => {
|
|
5623
5631
|
value: b,
|
5624
5632
|
unit: v
|
5625
5633
|
};
|
5626
|
-
const { keyToPersist: R, keyToPersistConfigType: A } =
|
5634
|
+
const { keyToPersist: R, keyToPersistConfigType: A } = l0[f], { request: O, limit: D } = $v({
|
5627
5635
|
request: {
|
5628
5636
|
value: b,
|
5629
5637
|
unit: v
|
@@ -5652,7 +5660,7 @@ const y4 = (e, s = !1) => {
|
|
5652
5660
|
key: f,
|
5653
5661
|
value: b,
|
5654
5662
|
unit: v
|
5655
|
-
}, S[f] =
|
5663
|
+
}, S[f] = Pv(b).message;
|
5656
5664
|
break;
|
5657
5665
|
}
|
5658
5666
|
case "activate_tolerance":
|
@@ -5834,8 +5842,8 @@ const y4 = (e, s = !1) => {
|
|
5834
5842
|
const v = {
|
5835
5843
|
id: Lt(),
|
5836
5844
|
key: "",
|
5837
|
-
effect:
|
5838
|
-
operator:
|
5845
|
+
effect: d0,
|
5846
|
+
operator: u0,
|
5839
5847
|
value: ""
|
5840
5848
|
};
|
5841
5849
|
I[$.TOLERANCE].value.unshift(v);
|
@@ -5922,7 +5930,7 @@ const y4 = (e, s = !1) => {
|
|
5922
5930
|
}
|
5923
5931
|
h(!0);
|
5924
5932
|
try {
|
5925
|
-
await
|
5933
|
+
await wv({
|
5926
5934
|
name: e,
|
5927
5935
|
profileInput: d,
|
5928
5936
|
canConfigureUseK8sDriver: a
|
@@ -5984,12 +5992,12 @@ const y4 = (e, s = !1) => {
|
|
5984
5992
|
default:
|
5985
5993
|
return null;
|
5986
5994
|
}
|
5987
|
-
},
|
5995
|
+
}, Bv = (e) => e ? e === Mr.KUBERNETES : p0, Gv = ({
|
5988
5996
|
fromCreateView: e,
|
5989
5997
|
profile: s,
|
5990
5998
|
canConfigureUseK8sDriver: n
|
5991
5999
|
}) => {
|
5992
|
-
const a =
|
6000
|
+
const a = Bv(s?.buildxDriverType), r = n ? a : null;
|
5993
6001
|
return e || !s ? {
|
5994
6002
|
name: "",
|
5995
6003
|
description: "",
|
@@ -6004,7 +6012,7 @@ const y4 = (e, s = !1) => {
|
|
6004
6012
|
appCount: s.appCount,
|
6005
6013
|
useK8sDriver: r
|
6006
6014
|
};
|
6007
|
-
}, P4 = (e) => !!wa[e],
|
6015
|
+
}, P4 = (e) => !!wa[e], Vv = (e, s) => {
|
6008
6016
|
if (!wa[e.key])
|
6009
6017
|
return Ln(e);
|
6010
6018
|
const n = e.value?.map(
|
@@ -6031,7 +6039,7 @@ const y4 = (e, s = !1) => {
|
|
6031
6039
|
key: e.key,
|
6032
6040
|
value: n
|
6033
6041
|
};
|
6034
|
-
},
|
6042
|
+
}, Hv = (e) => {
|
6035
6043
|
const s = Ln(e, !1);
|
6036
6044
|
if (!wa[s.key])
|
6037
6045
|
return s;
|
@@ -6045,7 +6053,7 @@ const y4 = (e, s = !1) => {
|
|
6045
6053
|
}, Hl = (e, s) => Object.entries(e || {}).reduce((n, [a, r]) => {
|
6046
6054
|
const o = r?.reduce(
|
6047
6055
|
(i, c) => {
|
6048
|
-
const l =
|
6056
|
+
const l = Vv(c, s), u = {
|
6049
6057
|
...{
|
6050
6058
|
id: c.id,
|
6051
6059
|
profileName: c.profileName,
|
@@ -6062,7 +6070,7 @@ const y4 = (e, s = !1) => {
|
|
6062
6070
|
{}
|
6063
6071
|
) ?? {};
|
6064
6072
|
return n[a] = structuredClone(o), n;
|
6065
|
-
}, {}),
|
6073
|
+
}, {}), Yv = ({
|
6066
6074
|
profileConfigurationsMap: e,
|
6067
6075
|
defaultConfigurationsMap: s,
|
6068
6076
|
platformName: n,
|
@@ -6118,7 +6126,7 @@ const y4 = (e, s = !1) => {
|
|
6118
6126
|
};
|
6119
6127
|
return i[c] = p, i;
|
6120
6128
|
}, {});
|
6121
|
-
},
|
6129
|
+
}, Wv = ({
|
6122
6130
|
configurationUnits: e,
|
6123
6131
|
defaultConfigurations: s,
|
6124
6132
|
profile: n,
|
@@ -6136,7 +6144,7 @@ const y4 = (e, s = !1) => {
|
|
6136
6144
|
), l = Object.entries(c).reduce(
|
6137
6145
|
(u, [m, p]) => {
|
6138
6146
|
const _ = i[m] || i[xs];
|
6139
|
-
return u[m] =
|
6147
|
+
return u[m] = Yv({
|
6140
6148
|
profileConfigurationsMap: p,
|
6141
6149
|
defaultConfigurationsMap: _,
|
6142
6150
|
platformName: m,
|
@@ -6165,7 +6173,7 @@ const y4 = (e, s = !1) => {
|
|
6165
6173
|
configurationUnits: e,
|
6166
6174
|
fallbackPlatformConfigurationMap: d,
|
6167
6175
|
profile: {
|
6168
|
-
...
|
6176
|
+
...Gv({
|
6169
6177
|
fromCreateView: a,
|
6170
6178
|
profile: n,
|
6171
6179
|
canConfigureUseK8sDriver: r
|
@@ -6173,14 +6181,14 @@ const y4 = (e, s = !1) => {
|
|
6173
6181
|
configurations: l
|
6174
6182
|
}
|
6175
6183
|
};
|
6176
|
-
},
|
6184
|
+
}, Kv = (e) => e ? Mr.KUBERNETES : Mr.DOCKER_CONTAINER, zv = (e, s) => {
|
6177
6185
|
const n = e.configurations || {}, a = Object.entries(n).reduce((o, [i, c]) => {
|
6178
6186
|
const l = Object.values(c).reduce((d, u) => {
|
6179
6187
|
const m = !!wa[u.key], p = m && u.value?.some(
|
6180
6188
|
(_) => _.isOverridden
|
6181
6189
|
);
|
6182
6190
|
if (u.id || u.active || p) {
|
6183
|
-
const _ =
|
6191
|
+
const _ = Hv(u);
|
6184
6192
|
if (!_)
|
6185
6193
|
return d;
|
6186
6194
|
const h = m ? _.value?.length > 0 : u.active, g = e.name === go ? !0 : h, E = {
|
@@ -6196,7 +6204,7 @@ const y4 = (e, s = !1) => {
|
|
6196
6204
|
}, {});
|
6197
6205
|
return Object.entries(a).forEach(([o, i]) => {
|
6198
6206
|
o !== xs && (a[o] = i.filter(
|
6199
|
-
(c) => !
|
6207
|
+
(c) => !m0[c.key]
|
6200
6208
|
));
|
6201
6209
|
}), s && !e.useK8sDriver && Object.keys(a).forEach((o) => {
|
6202
6210
|
o !== xs && delete a[o];
|
@@ -6206,10 +6214,10 @@ const y4 = (e, s = !1) => {
|
|
6206
6214
|
type: e.type,
|
6207
6215
|
configurations: a,
|
6208
6216
|
...s && {
|
6209
|
-
buildxDriverType:
|
6217
|
+
buildxDriverType: Kv(e.useK8sDriver)
|
6210
6218
|
}
|
6211
6219
|
};
|
6212
|
-
}, Rc = () => `${W.INFRA_CONFIG_PROFILE}/${
|
6220
|
+
}, Rc = () => `${W.INFRA_CONFIG_PROFILE}/${c0}`, M4 = (e, s) => s ? `activate_${e}` : `de_activate_${e}`, k4 = () => /* @__PURE__ */ t.jsxs(
|
6213
6221
|
yD,
|
6214
6222
|
{
|
6215
6223
|
icon: /* @__PURE__ */ t.jsx(B, { name: "ic-kubernetes", size: 48, color: null }),
|
@@ -6223,9 +6231,9 @@ const y4 = (e, s = !1) => {
|
|
6223
6231
|
}
|
6224
6232
|
);
|
6225
6233
|
var ta = /* @__PURE__ */ ((e) => (e.JOB_AND_CRONJOB_CHART_NAME = "Job & CronJob", e.ROLLOUT_DEPLOYMENT = "Rollout Deployment", e.DEPLOYMENT = "Deployment", e.STATEFUL_SET = "StatefulSet", e))(ta || {});
|
6226
|
-
const
|
6227
|
-
type:
|
6228
|
-
properties:
|
6234
|
+
const qv = "object", Xv = { ContainerPort: { type: "array", description: "Defines ports on which application services will be exposed to other services", items: { type: "object", properties: { port: { type: "integer", description: "Port at which your application will run" } } }, title: "Container Port" }, Limits: { type: "object", description: "Maximum RAM and CPU available to the application", required: ["CPU", "Memory"], properties: { CPU: { type: "string", description: "Maximum allowed CPU limit", updatePath: "/resources/limits/cpu" }, Memory: { type: "string", description: "Maximum allowed memory limit", updatePath: "/resources/limits/memory" } } }, Requests: { type: "object", description: "Minimum RAM and CPU available to the application", properties: { CPU: { type: "string", description: "Minimum CPU value", updatePath: "/resources/requests/cpu" }, Memory: { type: "string", description: "Minimum memory value", updatePath: "/resources/requests/memory" } } }, EnvVariables: { type: "array", description: "Contains environment variables needed by the containers", items: { type: "object", properties: { name: { type: "string", description: "Name of the environment variables" }, value: { type: "string", description: "Value of the environment variables" } } }, title: "Environment Variables" } }, Jv = {
|
6235
|
+
type: qv,
|
6236
|
+
properties: Xv
|
6229
6237
|
}, U4 = (e) => {
|
6230
6238
|
if (!e)
|
6231
6239
|
return [];
|
@@ -6254,17 +6262,17 @@ const zv = "object", qv = { ContainerPort: { type: "array", description: "Define
|
|
6254
6262
|
case ta.DEPLOYMENT:
|
6255
6263
|
case ta.ROLLOUT_DEPLOYMENT:
|
6256
6264
|
case ta.STATEFUL_SET:
|
6257
|
-
return
|
6265
|
+
return Jv;
|
6258
6266
|
default:
|
6259
6267
|
return {};
|
6260
6268
|
}
|
6261
6269
|
};
|
6262
|
-
var
|
6270
|
+
var Zv = /* @__PURE__ */ ((e) => (e.YAML = "yaml", e.SAVED = "variables", e.ENVIRONMENT_LIST = "environments", e))(Zv || {});
|
6263
6271
|
const Yl = {
|
6264
6272
|
color: "var(--N300)",
|
6265
6273
|
label: "-",
|
6266
6274
|
value: 1
|
6267
|
-
},
|
6275
|
+
}, Qv = (e) => {
|
6268
6276
|
switch (e) {
|
6269
6277
|
case w.large:
|
6270
6278
|
return "h-20";
|
@@ -6285,7 +6293,7 @@ const Yl = {
|
|
6285
6293
|
isLoading: l,
|
6286
6294
|
size: d = w.medium
|
6287
6295
|
}) => {
|
6288
|
-
const u = l ? [Yl] : s, m = u.reduce((C, S) => S.value + C, 0), p = u.filter((C) => !!C.value), _ =
|
6296
|
+
const u = l ? [Yl] : s, m = u.reduce((C, S) => S.value + C, 0), p = u.filter((C) => !!C.value), _ = Qv(d), h = (C) => `${C / m * 100}%`, g = (C) => l ? /* @__PURE__ */ t.jsx("div", { className: "shimmer w-120" }) : /* @__PURE__ */ t.jsx("span", { className: r, "data-testid": `segmented-bar-chart-${C}-label`, children: C }), E = (C, S) => l ? /* @__PURE__ */ t.jsx("div", { className: "shimmer w-64 lh-1-5 h-24" }) : /* @__PURE__ */ t.jsx("span", { className: a, "data-testid": `segmented-bar-chart-${S}-value`, children: o ? `${C}/${m}` : C }), x = () => o ? p.map((C, S) => (
|
6289
6297
|
// eslint-disable-next-line react/no-array-index-key
|
6290
6298
|
/* @__PURE__ */ t.jsxs("div", { className: `flexbox-col ${l ? "dc__gap-10" : ""}`, children: [
|
6291
6299
|
E(C.value, C.label),
|
@@ -6327,7 +6335,7 @@ const Yl = {
|
|
6327
6335
|
f(),
|
6328
6336
|
N()
|
6329
6337
|
] }) }) : null;
|
6330
|
-
},
|
6338
|
+
}, eA = (e) => e.reduce(
|
6331
6339
|
(n, a) => {
|
6332
6340
|
if (a.isProd && (n.prodCount += 1), a.isVirtualCluster)
|
6333
6341
|
return n.virtualCount += 1, n;
|
@@ -6345,8 +6353,8 @@ const Yl = {
|
|
6345
6353
|
return n;
|
6346
6354
|
},
|
6347
6355
|
{ healthyCount: 0, unhealthyCount: 0, connectionFailedCount: 0, virtualCount: 0, prodCount: 0 }
|
6348
|
-
),
|
6349
|
-
const { healthyCount: s, unhealthyCount: n, connectionFailedCount: a, prodCount: r, virtualCount: o } =
|
6356
|
+
), tA = (e) => {
|
6357
|
+
const { healthyCount: s, unhealthyCount: n, connectionFailedCount: a, prodCount: r, virtualCount: o } = eA(e), i = [
|
6350
6358
|
{
|
6351
6359
|
value: s,
|
6352
6360
|
label: "Healthy",
|
@@ -6389,7 +6397,7 @@ const Yl = {
|
|
6389
6397
|
}, F4 = ({ filteredList: e, isLoading: s }) => {
|
6390
6398
|
if (!e?.length)
|
6391
6399
|
return null;
|
6392
|
-
const { statusEntities: n, deploymentEntities: a } =
|
6400
|
+
const { statusEntities: n, deploymentEntities: a } = tA(e);
|
6393
6401
|
return /* @__PURE__ */ t.jsx("div", { className: "pb-16 px-20", children: /* @__PURE__ */ t.jsxs("div", { className: "dc__grid-half shadow__card--20 w-100 dc__border br-8 dc__grid dc__align-items-center", children: [
|
6394
6402
|
/* @__PURE__ */ t.jsx(
|
6395
6403
|
ga,
|
@@ -6416,7 +6424,7 @@ const Yl = {
|
|
6416
6424
|
}
|
6417
6425
|
)
|
6418
6426
|
] }) });
|
6419
|
-
},
|
6427
|
+
}, sA = {
|
6420
6428
|
value: "all",
|
6421
6429
|
label: "All namespaces"
|
6422
6430
|
}, us = {
|
@@ -6466,7 +6474,7 @@ const Yl = {
|
|
6466
6474
|
"Are you sure you want to delete this node?"
|
6467
6475
|
] }),
|
6468
6476
|
successInfoToastMessage: "Node deletion initiated"
|
6469
|
-
},
|
6477
|
+
}, nA = [
|
6470
6478
|
{
|
6471
6479
|
key: "deleteEmptyDirData",
|
6472
6480
|
infoText: us.DeleteEmptyDirectoryData.infoText,
|
@@ -6496,7 +6504,7 @@ const Yl = {
|
|
6496
6504
|
K8S_RESOURCE_DETAIL: `${Ae.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER}/:clusterId/:namespace/:kind/:group/:name`,
|
6497
6505
|
K8S_RESOURCE_LIST: `${Ae.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER}/:clusterId/:kind/:group`,
|
6498
6506
|
RESOURCE_RECOMMENDER: `${Ae.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER}/:clusterId/resource-recommender`
|
6499
|
-
},
|
6507
|
+
}, aA = "k8sEmptyGroup", W4 = ({
|
6500
6508
|
optionsData: e,
|
6501
6509
|
setOptionsData: s,
|
6502
6510
|
children: n
|
@@ -6519,7 +6527,7 @@ const Yl = {
|
|
6519
6527
|
n
|
6520
6528
|
] });
|
6521
6529
|
};
|
6522
|
-
function
|
6530
|
+
function rA(e, s) {
|
6523
6531
|
switch (e) {
|
6524
6532
|
case fe.DaemonSet:
|
6525
6533
|
case fe.Deployment:
|
@@ -6574,7 +6582,7 @@ const K4 = (e, s, n, a) => ({
|
|
6574
6582
|
resourceIdentifier: {
|
6575
6583
|
groupVersionKind: n.gvk,
|
6576
6584
|
...n.namespaced && {
|
6577
|
-
namespace: s ===
|
6585
|
+
namespace: s === sA.value ? "" : s
|
6578
6586
|
}
|
6579
6587
|
}
|
6580
6588
|
},
|
@@ -6652,7 +6660,7 @@ const K4 = (e, s, n, a) => ({
|
|
6652
6660
|
/* @__PURE__ */ t.jsx("span", { className: "flex px-8 py-4 dc__border--left", children: "sec" })
|
6653
6661
|
] })
|
6654
6662
|
] }),
|
6655
|
-
|
6663
|
+
nA.map(({ key: c, infoText: l, label: d }) => /* @__PURE__ */ t.jsx(
|
6656
6664
|
As,
|
6657
6665
|
{
|
6658
6666
|
value: Tt.CHECKED,
|
@@ -6668,12 +6676,12 @@ const K4 = (e, s, n, a) => ({
|
|
6668
6676
|
n
|
6669
6677
|
] });
|
6670
6678
|
};
|
6671
|
-
var
|
6679
|
+
var oA = /* @__PURE__ */ ((e) => (e.NAME = "name", e.NAMESPACE = "namespace", e.KIND = "kind", e.API_VERSION = "apiVersion", e.CONTAINER_NAME = "containerName", e.CPU_REQUEST = "cpuRequest", e.CPU_LIMIT = "cpuLimit", e.MEMORY_REQUEST = "memoryRequest", e.MEMORY_LIMIT = "memoryLimit", e))(oA || {});
|
6672
6680
|
const X4 = (e, s) => Ct(W.K8S_RESOURCE_LIST, e, {
|
6673
6681
|
signal: s
|
6674
6682
|
}), J4 = (e, s) => Ct(W.K8S_RESOURCE_CREATE, e, { abortControllerRef: s }), Z4 = (e, s) => Ct(W.DELETE_RESOURCE, e, { abortControllerRef: s }), Q4 = (e, s) => Lo(W.NODE_CAPACITY, e, { abortControllerRef: s }), eH = (e, s) => sl(`${W.NODE_CAPACITY}/cordon`, e, { abortControllerRef: s }), tH = (e, s) => sl(`${W.NODE_CAPACITY}/drain`, e, { abortControllerRef: s }), sH = (e) => Ee(W.CLUSTER_LIST_RAW, { abortControllerRef: e });
|
6675
|
-
var
|
6676
|
-
const
|
6683
|
+
var iA = /* @__PURE__ */ ((e) => (e.ALL_CLUSTERS = "all", e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e))(iA || {}), cA = /* @__PURE__ */ ((e) => (e.Creating = "Creating", e.Updated = "Updated", e.Updating = "Updating", e.Installed = "Installed", e.Failed = "Failed", e.Deleting = "Deleting", e.Deleted = "Deleted", e))(cA || {}), lA = /* @__PURE__ */ ((e) => (e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e.CONNECTION_FAILED = "connection failed", e))(lA || {}), dA = /* @__PURE__ */ ((e) => (e.terminal = "terminal", e.cordon = "cordon", e.uncordon = "uncordon", e.drain = "drain", e.editTaints = "edit-taints", e.editYaml = "edit-yaml", e.delete = "delete", e))(dA || {}), uA = /* @__PURE__ */ ((e) => (e.manifest = "manifest", e.events = "events", e.logs = "logs", e.terminal = "terminal", e.delete = "delete", e.vulnerability = "vulnerability", e))(uA || {});
|
6684
|
+
const mA = (e) => e.replace(Yt.ESCAPED_CHARACTERS, "\\$&"), nH = ({ searchText: e, text: s, highlightClasses: n }) => {
|
6677
6685
|
if (!e)
|
6678
6686
|
return s;
|
6679
6687
|
try {
|
@@ -6684,7 +6692,7 @@ const uA = (e) => e.replace(Yt.ESCAPED_CHARACTERS, "\\$&"), nH = ({ searchText:
|
|
6684
6692
|
}
|
6685
6693
|
}, Wl = (e) => {
|
6686
6694
|
e ? (document.body.style.overflowY = "hidden", document.body.style.height = "100vh", document.documentElement.style.overflow = "initial") : (document.body.style.overflowY = null, document.body.style.height = null, document.documentElement.style.overflow = null);
|
6687
|
-
},
|
6695
|
+
}, pA = (e) => !!(e.webhookData || e.author || e.message || e.modifiedTime || e.revision), aH = (e) => !!e?.every(pA), rH = (e) => ({
|
6688
6696
|
Commit: e.revision,
|
6689
6697
|
Author: e.author,
|
6690
6698
|
Date: e.modifiedTime,
|
@@ -6695,7 +6703,7 @@ const uA = (e) => e.replace(Yt.ESCAPED_CHARACTERS, "\\$&"), nH = ({ searchText:
|
|
6695
6703
|
GitRepoName: "",
|
6696
6704
|
CiConfigureSourceType: "",
|
6697
6705
|
CiConfigureSourceValue: ""
|
6698
|
-
}), pt = (e, s, n = ve.ASC, a = !0) => a ? n === ve.ASC ? e.localeCompare(s) : s.localeCompare(e) : n === ve.ASC ? e.toLowerCase().localeCompare(s.toLowerCase()) : s.toLowerCase().localeCompare(e.toLowerCase()),
|
6706
|
+
}), pt = (e, s, n = ve.ASC, a = !0) => a ? n === ve.ASC ? e.localeCompare(s) : s.localeCompare(e) : n === ve.ASC ? e.toLowerCase().localeCompare(s.toLowerCase()) : s.toLowerCase().localeCompare(e.toLowerCase()), _A = (e, s, n = ve.ASC) => n === ve.ASC ? e - s : s - e;
|
6699
6707
|
function Tp(e, s, n = ve.ASC) {
|
6700
6708
|
return n === ve.DESC ? e?.localeCompare(s, void 0, { numeric: !0 }) ?? 1 : s?.localeCompare(e, void 0, { numeric: !0 }) ?? 1;
|
6701
6709
|
}
|
@@ -6708,10 +6716,10 @@ const oH = (e, s, n = ve.ASC) => n === ve.ASC ? we(s).diff(we(e)) : we(e).diff(w
|
|
6708
6716
|
default:
|
6709
6717
|
return /* @__PURE__ */ t.jsx(Rm, { className: "icon-dim-12" });
|
6710
6718
|
}
|
6711
|
-
},
|
6719
|
+
}, fA = (e, s, n = ve.ASC) => {
|
6712
6720
|
let a = 0;
|
6713
6721
|
return n === ve.DESC ? a = -1 : n === ve.ASC && (a = 1), e.key < s.key ? -1 * a : e.key > s.key ? 1 * a : 0;
|
6714
|
-
},
|
6722
|
+
}, hA = (e, s = {}, n) => {
|
6715
6723
|
const { defaultIntersecting: a, once: r, ...o } = s, i = V(o), [c, l] = j(a === !0), d = V(!1);
|
6716
6724
|
return M(() => {
|
6717
6725
|
W1(i.current, o) || (i.current = o);
|
@@ -6763,7 +6771,7 @@ function Sp(e, s) {
|
|
6763
6771
|
}, {});
|
6764
6772
|
return e.reduce(
|
6765
6773
|
(r, o) => {
|
6766
|
-
const i = o.kind, c =
|
6774
|
+
const i = o.kind, c = rA(i);
|
6767
6775
|
return r.aggregation[c] = r.aggregation[c] || {}, r.nodes[i] = a[i], o.health && o.health.status && (r.statusCount[o.health.status] = (r.statusCount[o.health.status] || 0) + 1, r.nodeStatusCount[o.kind] = r.nodeStatusCount[o.kind] || {}, r.nodeStatusCount[o.kind][o.health.status] = (r.nodeStatusCount[o.kind][o.health.status] || 0) + 1, r.aggregatorStatusCount[c] = r.aggregatorStatusCount[c] || {}, r.aggregatorStatusCount[c][o.health.status] = (r.aggregatorStatusCount[c][o.health.status] || 0) + 1), Array.isArray(o.parentRefs) && o.parentRefs.forEach(({ kind: l, name: d }) => {
|
6768
6776
|
if (a[l] && a[l].has(d)) {
|
6769
6777
|
const u = a[l].get(d), m = u.children || {};
|
@@ -6774,7 +6782,7 @@ function Sp(e, s) {
|
|
6774
6782
|
{ nodes: {}, aggregation: {}, statusCount: {}, nodeStatusCount: {}, aggregatorStatusCount: {} }
|
6775
6783
|
);
|
6776
6784
|
}
|
6777
|
-
const
|
6785
|
+
const gA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys(e).map((n) => ({ key: n, value: e[n] ? gA(e[n], s) : e[n] })).reduce((n, a) => (n[a.key] = a.value, n), {}), Fs = (e) => !!e && e !== Mn, xA = ({
|
6778
6786
|
startTime: e,
|
6779
6787
|
endTime: s,
|
6780
6788
|
fallbackString: n = "-"
|
@@ -6791,7 +6799,7 @@ const hA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys
|
|
6791
6799
|
{ label: "s", value: i.seconds() }
|
6792
6800
|
].filter((d) => d.value > 0).slice(0, 2);
|
6793
6801
|
return l.length === 0 ? "0s" : l.map((d) => `${d.value}${d.label}`).join(" ");
|
6794
|
-
},
|
6802
|
+
}, EA = (e) => e?.get("content-disposition")?.split(";")?.find((s) => s.includes("filename="))?.replace("filename=", "").trim(), gr = (e) => (e ?? []).map(({ hasApproved: s, identifier: n, canApprove: a }) => ({
|
6795
6803
|
canApprove: a ?? !1,
|
6796
6804
|
hasApproved: s ?? !1,
|
6797
6805
|
identifier: n
|
@@ -6835,15 +6843,15 @@ const hA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys
|
|
6835
6843
|
default:
|
6836
6844
|
return null;
|
6837
6845
|
}
|
6838
|
-
},
|
6846
|
+
}, CA = (e, s) => e.reduce(
|
6839
6847
|
(n, a) => {
|
6840
6848
|
const r = a[s] ?? "UNGROUPED";
|
6841
6849
|
return n[r] || Object.assign(n, { [r]: [] }), n[r].push(a), n;
|
6842
6850
|
},
|
6843
6851
|
{}
|
6844
|
-
),
|
6852
|
+
), NA = (e) => {
|
6845
6853
|
if (e && Array.isArray(e) && e.length > 0)
|
6846
|
-
return
|
6854
|
+
return NA(e[0]);
|
6847
6855
|
switch (e) {
|
6848
6856
|
case "string":
|
6849
6857
|
return "";
|
@@ -6872,16 +6880,16 @@ const hA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys
|
|
6872
6880
|
return s.forEach(({ name: r }) => {
|
6873
6881
|
a[r] || (a[r] = !0, n.push({ name: r }));
|
6874
6882
|
}), n;
|
6875
|
-
},
|
6883
|
+
}, bA = (e = "") => e.includes("git-codecommit.") && e.includes(".amazonaws.com"), TA = (e = "") => {
|
6876
6884
|
const s = "dc__vertical-align-middle icon-dim-20 dc__no-shrink";
|
6877
|
-
return e.includes("gitlab") ? /* @__PURE__ */ t.jsx(dT, { className: s }) : e.includes("github") ? /* @__PURE__ */ t.jsx(lT, { className: `${s} fcn-8` }) : e.includes("bitbucket") ? /* @__PURE__ */ t.jsx(Im, { className: s }) :
|
6885
|
+
return e.includes("gitlab") ? /* @__PURE__ */ t.jsx(dT, { className: s }) : e.includes("github") ? /* @__PURE__ */ t.jsx(lT, { className: `${s} fcn-8` }) : e.includes("bitbucket") ? /* @__PURE__ */ t.jsx(Im, { className: s }) : bA(e) ? /* @__PURE__ */ t.jsx(iT, { className: "dc__vertical-align-middle icon-dim-18" }) : /* @__PURE__ */ t.jsx(cT, { className: s });
|
6878
6886
|
}, jc = (e = {}) => {
|
6879
6887
|
const { top: s = !0, right: n = !0, bottom: a = !0, left: r = !0 } = e;
|
6880
6888
|
return { top: s, right: n, bottom: a, left: r };
|
6881
|
-
},
|
6889
|
+
}, SA = (e = {}) => {
|
6882
6890
|
const { top: s, right: n, bottom: a, left: r } = jc(e);
|
6883
6891
|
return `${s ? "" : "dc__no-top-radius"} ${n ? "" : "dc__no-right-radius"} ${a ? "" : "dc__no-bottom-radius"} ${r ? "" : "dc__no-left-radius"}`;
|
6884
|
-
},
|
6892
|
+
}, vA = (e = {}) => {
|
6885
6893
|
const { top: s, right: n, bottom: a, left: r } = jc(e);
|
6886
6894
|
return `${s ? "" : "dc__no-border-top-imp"} ${n ? "" : "dc__no-border-right-imp"} ${a ? "" : "dc__no-border-bottom-imp"} ${r ? "" : "dc__no-border-left-imp"}`;
|
6887
6895
|
}, Co = ({
|
@@ -6889,10 +6897,10 @@ const hA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys
|
|
6889
6897
|
borderRadiusConfig: s
|
6890
6898
|
}) => {
|
6891
6899
|
const { top: n, right: a, bottom: r, left: o } = jc(s);
|
6892
|
-
return `${
|
6893
|
-
}, _H = (e, s = "dc__top-0") => `dc__position-sticky ${s} dc__transition--box-shadow ${e ? "dc__box-shadow--header" : ""}`,
|
6900
|
+
return `${vA(e)} ${SA({ top: n, right: a, bottom: r, left: o })}`;
|
6901
|
+
}, _H = (e, s = "dc__top-0") => `dc__position-sticky ${s} dc__transition--box-shadow ${e ? "dc__box-shadow--header" : ""}`, AA = () => {
|
6894
6902
|
document.cookie = `${jT}=; expires=Thu, 01-Jan-1970 00:00:01 GMT;path=/`;
|
6895
|
-
},
|
6903
|
+
}, IA = (e, s) => {
|
6896
6904
|
const n = `${Ae.APPLICATION_MANAGEMENT_APP}/${e}/${Ae.APP_DETAILS}`;
|
6897
6905
|
return s ? `${n}/${s}` : n;
|
6898
6906
|
}, fH = (e, s) => {
|
@@ -6916,8 +6924,8 @@ const hA = (e, s = !1) => s ? btoa(e) : atob(e), Oi = (e, s = !1) => Object.keys
|
|
6916
6924
|
return "";
|
6917
6925
|
}
|
6918
6926
|
};
|
6919
|
-
var kr = /* @__PURE__ */ ((e) => (e.GLOBAL = "GLOBAL", e.FROM_PREVIOUS_STEP = "FROM_PREVIOUS_STEP", e.NEW = "NEW", e))(kr || {}),
|
6920
|
-
const
|
6927
|
+
var kr = /* @__PURE__ */ ((e) => (e.GLOBAL = "GLOBAL", e.FROM_PREVIOUS_STEP = "FROM_PREVIOUS_STEP", e.NEW = "NEW", e))(kr || {}), RA = /* @__PURE__ */ ((e) => (e.INLINE = "INLINE", e.PLUGIN_REF = "REF_PLUGIN", e))(RA || {}), yA = /* @__PURE__ */ ((e) => (e.SHELL = "SHELL", e.DOCKERFILE = "DOCKERFILE", e.CONTAINERIMAGE = "CONTAINER_IMAGE", e))(yA || {}), OA = /* @__PURE__ */ ((e) => (e.TRUE = "Yes", e.FALSE = "No", e))(OA || {}), jA = /* @__PURE__ */ ((e) => (e.SKIP = "SKIP", e.TRIGGER = "TRIGGER", e.PASS = "PASS", e.FAIL = "FAIL", e))(jA || {}), wA = /* @__PURE__ */ ((e) => (e.PRE_CI = "PRE_CI", e.POST_CI = "POST_CI", e))(wA || {}), LA = /* @__PURE__ */ ((e) => (e.KB = "KB", e.MB = "MB", e))(LA || {}), Ip = /* @__PURE__ */ ((e) => (e.STRING = "STRING", e.NUMBER = "NUMBER", e.BOOL = "BOOL", e.DATE = "DATE", e.FILE = "FILE", e))(Ip || {}), DA = /* @__PURE__ */ ((e) => (e.SELF_DOCKERFILE_BUILD_TYPE = "self-dockerfile-build", e.MANAGED_DOCKERFILE_BUILD_TYPE = "managed-dockerfile-build", e.BUILDPACK_BUILD_TYPE = "buildpack-build", e))(DA || {}), PA = /* @__PURE__ */ ((e) => (e.INHERIT = "INHERIT", e.OVERRIDE = "OVERRIDE", e))(PA || {}), MA = /* @__PURE__ */ ((e) => (e.VARIABLE = "variable", e.FORMAT = "format", e.VALUE = "val", e))(MA || {}), kA = /* @__PURE__ */ ((e) => (e.VARIABLE = "variable", e.OPERATOR = "operator", e.VALUE = "val", e))(kA || {});
|
6928
|
+
const UA = () => {
|
6921
6929
|
const e = `${W.PROJECT_LIST_MIN}`;
|
6922
6930
|
return Ee(e).then((s) => {
|
6923
6931
|
let n = [];
|
@@ -6932,10 +6940,10 @@ const kA = () => {
|
|
6932
6940
|
WEBHOOK: "WEBHOOK",
|
6933
6941
|
BranchRegex: "SOURCE_TYPE_BRANCH_REGEX"
|
6934
6942
|
};
|
6935
|
-
function
|
6943
|
+
function $A(e) {
|
6936
6944
|
return Ee(`${W.USER_CHECK_ROLE}${e ? `?appName=${e}` : ""}`);
|
6937
6945
|
}
|
6938
|
-
function
|
6946
|
+
function FA(e, s, n) {
|
6939
6947
|
return Ct(`${W.IMAGE_TAGGING}/${s}/${n}`, e);
|
6940
6948
|
}
|
6941
6949
|
const Rp = (e) => ({
|
@@ -6943,7 +6951,7 @@ const Rp = (e) => ({
|
|
6943
6951
|
hasCurrentUserApproved: e?.hasCurrentUserApproved ?? !1,
|
6944
6952
|
canCurrentUserApprove: e?.canCurrentUserApprove ?? !1,
|
6945
6953
|
approvalConfigData: vp(e?.approvalConfigData)
|
6946
|
-
}),
|
6954
|
+
}), BA = (e) => e ? {
|
6947
6955
|
isBlocked: e.isBlocked || !1,
|
6948
6956
|
blockedBy: e.blockedBy || null,
|
6949
6957
|
reason: e.reason || ""
|
@@ -6951,7 +6959,7 @@ const Rp = (e) => ({
|
|
6951
6959
|
isBlocked: !1,
|
6952
6960
|
blockedBy: null,
|
6953
6961
|
reason: ""
|
6954
|
-
},
|
6962
|
+
}, GA = ({
|
6955
6963
|
artifacts: e,
|
6956
6964
|
offset: s,
|
6957
6965
|
artifactId: n,
|
@@ -7022,11 +7030,11 @@ const Rp = (e) => ({
|
|
7022
7030
|
deploymentWindowArtifactMetadata: m.deploymentWindowArtifactMetadata ?? null,
|
7023
7031
|
configuredInReleases: m.configuredInReleases ?? [],
|
7024
7032
|
appWorkflowId: m.appWorkflowId ?? null,
|
7025
|
-
deploymentBlockedState:
|
7033
|
+
deploymentBlockedState: BA(m.deploymentBlockedState),
|
7026
7034
|
targetPlatforms: Eo(m.targetPlatforms)
|
7027
7035
|
};
|
7028
7036
|
});
|
7029
|
-
},
|
7037
|
+
}, VA = (e) => ({
|
7030
7038
|
eligibleApprovers: {
|
7031
7039
|
anyUsers: {
|
7032
7040
|
approverList: gr(e?.eligibleApprovers?.anyUsers?.approverList)
|
@@ -7050,8 +7058,8 @@ const Rp = (e) => ({
|
|
7050
7058
|
deploymentApprovalInfo: null
|
7051
7059
|
} : {
|
7052
7060
|
canApproverDeploy: s.canApproverDeploy ?? !1,
|
7053
|
-
deploymentApprovalInfo:
|
7054
|
-
},
|
7061
|
+
deploymentApprovalInfo: VA(s.deploymentApprovalInfo)
|
7062
|
+
}, HA = (e) => {
|
7055
7063
|
const s = Object.entries(e?.envVariables || {}).map(([a, r]) => ({
|
7056
7064
|
name: a,
|
7057
7065
|
value: r,
|
@@ -7080,7 +7088,7 @@ const Rp = (e) => ({
|
|
7080
7088
|
resourceFilters: e.resourceFilters ?? [],
|
7081
7089
|
totalCount: e.totalCount ?? 0,
|
7082
7090
|
requestedUserId: e.requestedUserId,
|
7083
|
-
runtimeParams:
|
7091
|
+
runtimeParams: HA(e.runtimeParams)
|
7084
7092
|
} : {
|
7085
7093
|
tagsEditable: !1,
|
7086
7094
|
appReleaseTagNames: [],
|
@@ -7095,7 +7103,7 @@ const Rp = (e) => ({
|
|
7095
7103
|
} : {
|
7096
7104
|
isApprovalPendingForPromotion: !1,
|
7097
7105
|
imagePromotionApproverEmails: []
|
7098
|
-
},
|
7106
|
+
}, YA = (e, s, n, a, r) => {
|
7099
7107
|
if (!e)
|
7100
7108
|
return {
|
7101
7109
|
materials: [],
|
@@ -7108,7 +7116,7 @@ const Rp = (e) => ({
|
|
7108
7116
|
e
|
7109
7117
|
), i = yc(
|
7110
7118
|
o?.deploymentApprovalInfo?.approvalConfigData
|
7111
|
-
), c = o?.deploymentApprovalInfo?.approvalConfigData?.isExceptionUser ?? !1, l =
|
7119
|
+
), c = o?.deploymentApprovalInfo?.approvalConfigData?.isExceptionUser ?? !1, l = GA({
|
7112
7120
|
artifacts: e.ci_artifacts,
|
7113
7121
|
offset: n ?? 0,
|
7114
7122
|
artifactId: e.latest_wf_artifact_id,
|
@@ -7123,11 +7131,11 @@ const Rp = (e) => ({
|
|
7123
7131
|
...d,
|
7124
7132
|
...u
|
7125
7133
|
};
|
7126
|
-
},
|
7134
|
+
}, WA = (e) => {
|
7127
7135
|
const { filter: s, ...n } = e;
|
7128
7136
|
return n;
|
7129
7137
|
}, xH = (e, s, n, a, r = {}) => {
|
7130
|
-
const o =
|
7138
|
+
const o = WA(r);
|
7131
7139
|
let i;
|
7132
7140
|
switch (e) {
|
7133
7141
|
case _i.ROLLBACK:
|
@@ -7148,7 +7156,7 @@ const Rp = (e) => ({
|
|
7148
7156
|
break;
|
7149
7157
|
}
|
7150
7158
|
return Ee(i, { signal: a }).then(
|
7151
|
-
(c) =>
|
7159
|
+
(c) => YA(c.result, n, r.offset, r.filter)
|
7152
7160
|
);
|
7153
7161
|
};
|
7154
7162
|
function Ur(e) {
|
@@ -7173,7 +7181,7 @@ function La(e, s) {
|
|
7173
7181
|
}
|
7174
7182
|
return "NA";
|
7175
7183
|
}
|
7176
|
-
function
|
7184
|
+
function KA() {
|
7177
7185
|
return Ee(`${W.DEPLOYMENT_TEMPLATE_LIST}?appId=-1&envId=-1`);
|
7178
7186
|
}
|
7179
7187
|
const EH = () => Ee(`${W.NOTIFIER}/channel/config`);
|
@@ -7197,7 +7205,7 @@ function Xl(e) {
|
|
7197
7205
|
const s = `${W.GIT_HOST_EVENT}/${e}`;
|
7198
7206
|
return Ee(s);
|
7199
7207
|
}
|
7200
|
-
const
|
7208
|
+
const zA = (e, s) => {
|
7201
7209
|
if (!e) return null;
|
7202
7210
|
const n = e.trim().replace(/\.git$/, "").replace(/\/$/, "");
|
7203
7211
|
return n.includes(gt.GITLAB) ? `${n}/-/tree/${s}` : n.includes(gt.GITHUB) ? `${n}/tree/${s}` : n.includes(gt.BITBUCKET) ? `${n}/branch/${s}` : n.includes(gt.AZURE) ? `${n}/src/branch/${s}` : null;
|
@@ -7245,7 +7253,7 @@ const KA = (e, s) => {
|
|
7245
7253
|
hasManagerPermissions: !1
|
7246
7254
|
});
|
7247
7255
|
return M(() => {
|
7248
|
-
|
7256
|
+
$A().then(({ result: n }) => {
|
7249
7257
|
const a = n.roles.some((r) => r.startsWith("role:manager"));
|
7250
7258
|
s({
|
7251
7259
|
isSuperAdmin: n.superAdmin ?? !1,
|
@@ -7276,14 +7284,14 @@ const KA = (e, s) => {
|
|
7276
7284
|
}, nr = (e) => {
|
7277
7285
|
if (!e || !Array.isArray(e) || !e.every((s) => typeof s == "function"))
|
7278
7286
|
throw new Error("callback stack is undefined");
|
7279
|
-
},
|
7287
|
+
}, qA = ["input", "textarea", "select"], XA = 300, wc = ({
|
7280
7288
|
shouldHookOntoWindow: e = !0,
|
7281
7289
|
ignoreTags: s,
|
7282
7290
|
preventDefault: n = !1,
|
7283
7291
|
shortcutTimeout: a,
|
7284
7292
|
children: r
|
7285
7293
|
}) => {
|
7286
|
-
const o = V(!1), i = V({}), c = V(/* @__PURE__ */ new Set()), l = V(-1), d = s ??
|
7294
|
+
const o = V(!1), i = V({}), c = V(/* @__PURE__ */ new Set()), l = V(-1), d = s ?? qA, u = Ve(
|
7287
7295
|
({ keys: f, callback: N, description: C = "" }) => {
|
7288
7296
|
const { keys: S, id: T } = sr(f);
|
7289
7297
|
if (typeof N != "function")
|
@@ -7323,7 +7331,7 @@ const KA = (e, s) => {
|
|
7323
7331
|
// NOTE: in case of custom events generated by password managers autofill, the event.key is not set
|
7324
7332
|
!f.key || d.map((N) => N.toUpperCase()).indexOf(f.target.tagName?.toUpperCase()) > -1 || f.target?.role === "textbox" || o.current || (n && f.preventDefault(), c.current.add(f.key.toUpperCase()), f.ctrlKey && c.current.add("CONTROL"), f.metaKey && c.current.add("META"), f.altKey && c.current.add("ALT"), f.shiftKey && c.current.add("SHIFT"), l.current === -1 && (l.current = setTimeout(() => {
|
7325
7333
|
h();
|
7326
|
-
}, a ??
|
7334
|
+
}, a ?? XA)));
|
7327
7335
|
}, []), E = Ve(() => {
|
7328
7336
|
c.current.clear();
|
7329
7337
|
}, []);
|
@@ -7353,7 +7361,7 @@ const KA = (e, s) => {
|
|
7353
7361
|
]
|
7354
7362
|
);
|
7355
7363
|
return /* @__PURE__ */ t.jsx(Op.Provider, { value: x, children: r });
|
7356
|
-
}, vn = 1,
|
7364
|
+
}, vn = 1, JA = {
|
7357
7365
|
PAGE_SIZE: "pageSize",
|
7358
7366
|
PAGE_NUMBER: "pageNumber",
|
7359
7367
|
SEARCH_KEY: "searchKey",
|
@@ -7416,7 +7424,7 @@ const KA = (e, s) => {
|
|
7416
7424
|
};
|
7417
7425
|
}, Zl = (e, s) => {
|
7418
7426
|
e && localStorage.setItem(e, s);
|
7419
|
-
},
|
7427
|
+
}, ZA = (e) => !e || !Object.keys(e).length ? !1 : Object.keys(e).some((s) => ls(e[s]) ? !1 : Array.isArray(e[s]) || typeof e[s] == "string" ? e[s].length > 0 : !0), { PAGE_SIZE: Ql, PAGE_NUMBER: Go, SEARCH_KEY: ed, SORT_BY: td, SORT_ORDER: sd } = JA, Dc = ({
|
7420
7428
|
initialSortKey: e,
|
7421
7429
|
parseSearchParams: s,
|
7422
7430
|
localStorageKey: n,
|
@@ -7496,7 +7504,7 @@ const KA = (e, s) => {
|
|
7496
7504
|
})) : d.set(O, R[O]);
|
7497
7505
|
}), Zl(n, JSON.stringify(u(d))), C(A);
|
7498
7506
|
},
|
7499
|
-
areFiltersApplied: !!_ ||
|
7507
|
+
areFiltersApplied: !!_ || ZA(E)
|
7500
7508
|
};
|
7501
7509
|
};
|
7502
7510
|
let Vo;
|
@@ -7540,7 +7548,7 @@ const nd = () => ({
|
|
7540
7548
|
".": ".",
|
7541
7549
|
Space: "Space",
|
7542
7550
|
">": ">"
|
7543
|
-
},
|
7551
|
+
}, QA = ({ text: e, combo: s }) => /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-8 px-8 py-4 flex-wrap", children: [
|
7544
7552
|
/* @__PURE__ */ t.jsx("span", { className: "lh-18 fs-12 fw-4 text__white", children: e }),
|
7545
7553
|
!!s?.length && /* @__PURE__ */ t.jsx("div", { className: "flexbox dc__gap-4 dc__align-items-center flex-wrap", children: s.map((n) => /* @__PURE__ */ t.jsx("kbd", { className: "shortcut-keys__chip dc__capitalize lh-16 fs-11 fw-5 flex text__white", children: wp[n] }, n)) })
|
7546
7554
|
] }), Q = ({
|
@@ -7560,14 +7568,14 @@ const nd = () => ({
|
|
7560
7568
|
placement: "top",
|
7561
7569
|
maxWidth: "",
|
7562
7570
|
...o,
|
7563
|
-
...e ? { content: /* @__PURE__ */ t.jsx(
|
7571
|
+
...e ? { content: /* @__PURE__ */ t.jsx(QA, { ...e }) } : {},
|
7564
7572
|
className: `${e ? "shortcut-keys__tippy" : "default-tt"} ${a ? "dc__word-break" : ""} dc__mxw-200 ${o.className ?? ""}`,
|
7565
7573
|
children: ca(r, { ...r.props, onMouseEnter: c })
|
7566
7574
|
}
|
7567
7575
|
) : ca(r, { ...r.props, onMouseEnter: c });
|
7568
7576
|
};
|
7569
7577
|
var z = /* @__PURE__ */ ((e) => (e.primary = "primary", e.secondary = "secondary", e.borderLess = "border-less", e.text = "text", e))(z || {}), ie = /* @__PURE__ */ ((e) => (e.default = "default", e.negative = "negative", e.negativeGrey = "negative-grey", e.positive = "positive", e.warning = "warning", e.neutral = "neutral", e.neutralN0 = "neutral-n0", e.neutralWhite = "neutral-white", e))(ie || {}), lt = /* @__PURE__ */ ((e) => (e.button = "button", e.link = "link", e.anchor = "anchor", e))(lt || {});
|
7570
|
-
const
|
7578
|
+
const eI = {
|
7571
7579
|
[w.xxs_small_icon]: `${os[w.xxs]} px-9 dc__gap-6 mw-48`,
|
7572
7580
|
[w.xxxs]: `${os[w.xxs]} px-9 dc__gap-6 mw-48`,
|
7573
7581
|
[w.xxs]: `${os[w.xxs]} px-9 dc__gap-6 mw-48`,
|
@@ -7576,10 +7584,10 @@ const QA = {
|
|
7576
7584
|
[w.medium]: `${os[w.medium]} px-11 dc__gap-8 mw-48`,
|
7577
7585
|
[w.large]: `${os[w.large]} px-13 dc__gap-8 mw-64`,
|
7578
7586
|
[w.xl]: `${os[w.xl]} px-15 dc__gap-12 mw-64`
|
7579
|
-
},
|
7587
|
+
}, tI = {
|
7580
7588
|
bold: "fw-6",
|
7581
7589
|
normal: "fw-4"
|
7582
|
-
},
|
7590
|
+
}, sI = {
|
7583
7591
|
[w.xxs_small_icon]: "p-4",
|
7584
7592
|
[w.xxxs]: "p-1",
|
7585
7593
|
[w.xxs]: "p-1",
|
@@ -7599,7 +7607,7 @@ const Lp = {
|
|
7599
7607
|
[w.medium]: 16,
|
7600
7608
|
[w.large]: 20,
|
7601
7609
|
[w.xl]: 24
|
7602
|
-
},
|
7610
|
+
}, nI = ({ size: e, icon: s }) => `icon-dim-${s ? Lp[e] : Hm[e]}`, aI = ({ size: e, icon: s }) => s ? Lp[e] : Hm[e], rI = ({
|
7603
7611
|
size: e,
|
7604
7612
|
variant: s,
|
7605
7613
|
style: n,
|
@@ -7607,7 +7615,7 @@ const Lp = {
|
|
7607
7615
|
icon: r,
|
7608
7616
|
isAutoTriggerActive: o,
|
7609
7617
|
fontWeight: i
|
7610
|
-
}) => `button button__${s}--${n} ${r ?
|
7618
|
+
}) => `button button__${s}--${n} ${r ? sI[e] : eI[e]} ${tI[i]} ${o ? "button--auto-click" : ""} ${a ? "button--loading" : ""}`, oI = no(
|
7611
7619
|
({ component: e = lt.button, anchorProps: s, linkProps: n, buttonProps: a, onClick: r, elementRef: o, ...i }, c) => {
|
7612
7620
|
const l = `${i.className} button__link ${i.disabled ? "dc__disable-click" : ""}`, d = Ve((u) => {
|
7613
7621
|
u && (o.current = u, c && typeof c == "object" && Object.hasOwn(c, "current") ? c.current = u : typeof c == "function" && c(u));
|
@@ -7666,7 +7674,7 @@ const Lp = {
|
|
7666
7674
|
triggerAutoClickTimestamp: x,
|
7667
7675
|
...f
|
7668
7676
|
}, N) => {
|
7669
|
-
const [C, S] = j(!1), T = V(), I = V(null), y = l || d, b = `dc__no-shrink flex dc__fill-available-space ${
|
7677
|
+
const [C, S] = j(!1), T = V(), I = V(null), y = l || d, b = `dc__no-shrink flex dc__fill-available-space ${nI({
|
7670
7678
|
size: a,
|
7671
7679
|
icon: p
|
7672
7680
|
})}`;
|
@@ -7687,12 +7695,12 @@ const Lp = {
|
|
7687
7695
|
...m
|
7688
7696
|
};
|
7689
7697
|
return /* @__PURE__ */ t.jsx(Q, { ...R(), children: /* @__PURE__ */ t.jsx("div", { className: `dc__inline-block flex ${g ? "w-100" : "dc__w-fit-content"}`, children: /* @__PURE__ */ t.jsxs(
|
7690
|
-
|
7698
|
+
oI,
|
7691
7699
|
{
|
7692
7700
|
ref: N,
|
7693
7701
|
...f,
|
7694
7702
|
disabled: y,
|
7695
|
-
className: `br-4 flex cursor dc__tab-focus dc__position-rel dc__capitalize ${E ? "dc__opacity-hover--child" : ""} ${
|
7703
|
+
className: `br-4 flex cursor dc__tab-focus dc__position-rel dc__capitalize ${E ? "dc__opacity-hover--child" : ""} ${rI({ size: a, variant: n, style: r, isLoading: d, icon: p, isAutoTriggerActive: C, fontWeight: o })} ${y ? "dc__disabled" : ""} ${g ? "w-100" : ""}`,
|
7696
7704
|
"data-testid": e,
|
7697
7705
|
"aria-label": _ || (d ? s : void 0),
|
7698
7706
|
elementRef: I,
|
@@ -7706,7 +7714,7 @@ const Lp = {
|
|
7706
7714
|
d && /* @__PURE__ */ t.jsx(
|
7707
7715
|
et,
|
7708
7716
|
{
|
7709
|
-
size:
|
7717
|
+
size: aI({
|
7710
7718
|
size: a,
|
7711
7719
|
icon: p
|
7712
7720
|
})
|
@@ -7716,7 +7724,7 @@ const Lp = {
|
|
7716
7724
|
}
|
7717
7725
|
) }) });
|
7718
7726
|
}
|
7719
|
-
),
|
7727
|
+
), iI = () => {
|
7720
7728
|
const [e, s] = j(null);
|
7721
7729
|
return {
|
7722
7730
|
triggerAutoClickTimestamp: e,
|
@@ -7727,7 +7735,7 @@ const Lp = {
|
|
7727
7735
|
s(null);
|
7728
7736
|
}
|
7729
7737
|
};
|
7730
|
-
},
|
7738
|
+
}, cI = () => {
|
7731
7739
|
const { currentServerInfo: e, isEnterprise: s, isFELibAvailable: n } = vs(), a = e?.serverInfo?.currentVersion, r = n === s, o = () => {
|
7732
7740
|
Es.event({
|
7733
7741
|
category: "about-devtron",
|
@@ -7789,7 +7797,7 @@ const Lp = {
|
|
7789
7797
|
] })
|
7790
7798
|
] });
|
7791
7799
|
}, AH = ({ handleCloseLicenseInfoDialog: e }) => /* @__PURE__ */ t.jsx(zs, { onEscape: e, children: /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col w-400 br-12 bg__primary border__primary dc__m-auto mt-40", children: [
|
7792
|
-
/* @__PURE__ */ t.jsx("div", { className: "p-24", children: /* @__PURE__ */ t.jsx(
|
7800
|
+
/* @__PURE__ */ t.jsx("div", { className: "p-24", children: /* @__PURE__ */ t.jsx(cI, {}) }),
|
7793
7801
|
/* @__PURE__ */ t.jsx("div", { className: "flex px-24 py-20 dc__content-end", children: /* @__PURE__ */ t.jsx(
|
7794
7802
|
Y,
|
7795
7803
|
{
|
@@ -7876,13 +7884,13 @@ const Lp = {
|
|
7876
7884
|
),
|
7877
7885
|
/* @__PURE__ */ t.jsx("audio", { hidden: !0, ref: u, src: dg })
|
7878
7886
|
] });
|
7879
|
-
}, Ho = 12, Yo = 12,
|
7887
|
+
}, Ho = 12, Yo = 12, lI = 6, dI = 0, uI = 360, ad = (e, s, n, a) => {
|
7880
7888
|
const r = (a - 90) * Math.PI / 180;
|
7881
7889
|
return {
|
7882
7890
|
x: e + n * Math.cos(r),
|
7883
7891
|
y: s + n * Math.sin(r)
|
7884
7892
|
};
|
7885
|
-
},
|
7893
|
+
}, mI = (e, s, n, a) => {
|
7886
7894
|
const o = a - 0 <= 180 ? "0" : "1", i = ad(e, s, n, a), c = ad(e, s, n, 0);
|
7887
7895
|
return `
|
7888
7896
|
M ${e} ${s}
|
@@ -7891,8 +7899,8 @@ const Lp = {
|
|
7891
7899
|
Z
|
7892
7900
|
`;
|
7893
7901
|
}, yH = ({ duration: e, onComplete: s, size: n = 24, tooltipContent: a }) => {
|
7894
|
-
const r = da(
|
7895
|
-
return M(() => la(r,
|
7902
|
+
const r = da(dI), o = Ds(r, (i) => mI(Ho, Yo, lI, i));
|
7903
|
+
return M(() => la(r, uI, {
|
7896
7904
|
duration: e,
|
7897
7905
|
ease: "easeInOut",
|
7898
7906
|
onComplete: s
|
@@ -8003,7 +8011,7 @@ const Lp = {
|
|
8003
8011
|
}
|
8004
8012
|
)
|
8005
8013
|
);
|
8006
|
-
},
|
8014
|
+
}, pI = 70, _I = 600, fI = ({ headersConfig: e }) => {
|
8007
8015
|
const [s, n] = j([]);
|
8008
8016
|
M(() => {
|
8009
8017
|
n(e.map((r) => r.width));
|
@@ -8015,14 +8023,14 @@ const Lp = {
|
|
8015
8023
|
if (typeof l[i] != "number")
|
8016
8024
|
return c;
|
8017
8025
|
const d = l[i] + o, u = e[i];
|
8018
|
-
return d < (u.minWidth ??
|
8026
|
+
return d < (u.minWidth ?? pI) || d > (u.maxWidth ?? _I) ? c : (l[i] = d, l);
|
8019
8027
|
});
|
8020
8028
|
};
|
8021
8029
|
return {
|
8022
8030
|
gridTemplateColumns: s.map((r) => typeof r == "number" ? `${r}px` : r).join(" "),
|
8023
8031
|
handleResize: a
|
8024
8032
|
};
|
8025
|
-
},
|
8033
|
+
}, hI = (e) => fetch(e), gI = ({ shouldOpenInNewTab: e } = {}) => {
|
8026
8034
|
const [s, n] = j(!1);
|
8027
8035
|
return { handleDownload: async ({
|
8028
8036
|
downloadUrl: r,
|
@@ -8036,7 +8044,7 @@ const Lp = {
|
|
8036
8044
|
return window.open(d, "_blank"), null;
|
8037
8045
|
n(!0);
|
8038
8046
|
try {
|
8039
|
-
const u = await
|
8047
|
+
const u = await hI(d);
|
8040
8048
|
if (u.status === Gt.OK) {
|
8041
8049
|
o && Me.showToast({
|
8042
8050
|
variant: Se.info,
|
@@ -8044,7 +8052,7 @@ const Lp = {
|
|
8044
8052
|
description: "File will be downloaded when it is available."
|
8045
8053
|
});
|
8046
8054
|
const m = await u.blob(), p = URL.createObjectURL(m), _ = document.createElement("a");
|
8047
|
-
_.href = p, _.classList.add(jn), _.download = i ||
|
8055
|
+
_.href = p, _.classList.add(jn), _.download = i || EA(u.headers) || "file.tgz", document.body.appendChild(_), _.click(), setTimeout(() => {
|
8048
8056
|
URL.revokeObjectURL(p), document.body.removeChild(_);
|
8049
8057
|
}, 0), c && Me.showToast({
|
8050
8058
|
variant: Se.success,
|
@@ -8194,26 +8202,18 @@ const Lp = {
|
|
8194
8202
|
},
|
8195
8203
|
getErrorsFromFormData: _
|
8196
8204
|
};
|
8197
|
-
},
|
8205
|
+
}, xI = async () => {
|
8198
8206
|
const { result: e } = await Ee(W.APP_LIST_MIN);
|
8199
8207
|
return e ? e.map((s) => ({
|
8200
8208
|
...s,
|
8201
8209
|
appList: s.appList.sort((n, a) => pt(n.name, a.name))
|
8202
8210
|
})).sort((s, n) => pt(s.projectName, n.projectName)) : [];
|
8203
|
-
},
|
8204
|
-
const { result: e } = await
|
8211
|
+
}, EI = async () => {
|
8212
|
+
const { result: e } = await UA();
|
8205
8213
|
return e ? e.map(({ id: s, name: n }) => ({
|
8206
8214
|
id: s,
|
8207
8215
|
name: n
|
8208
8216
|
})).sort((s, n) => pt(s.name, n.name)) : [];
|
8209
|
-
}, EI = async () => {
|
8210
|
-
const { result: e } = await Ee(W.CLUSTER_LIST_MIN);
|
8211
|
-
return e ? e.map(({ id: s, cluster_name: n, isVirtualCluster: a, isProd: r }) => ({
|
8212
|
-
id: s,
|
8213
|
-
name: n,
|
8214
|
-
isVirtual: a ?? !1,
|
8215
|
-
isProd: r ?? !1
|
8216
|
-
})).sort((s, n) => pt(s.name, n.name)) : [];
|
8217
8217
|
}, CI = async () => {
|
8218
8218
|
const { result: e } = await Ee(W.ENVIRONMENT_LIST_MIN);
|
8219
8219
|
if (!e)
|
@@ -8254,9 +8254,9 @@ const Lp = {
|
|
8254
8254
|
}) => {
|
8255
8255
|
const s = Z(() => NI(e), [e]), [n, a, r, o] = vt(
|
8256
8256
|
() => Promise.all([
|
8257
|
-
s[ot.devtronApplication] ?
|
8258
|
-
s[ot.project] ?
|
8259
|
-
s[ot.cluster] ?
|
8257
|
+
s[ot.devtronApplication] ? xI() : null,
|
8258
|
+
s[ot.project] ? EI() : null,
|
8259
|
+
s[ot.cluster] ? US() : null,
|
8260
8260
|
s[ot.environment] ? CI() : null
|
8261
8261
|
]),
|
8262
8262
|
// Using string to prevent re-renders since it is a array of string
|
@@ -8582,7 +8582,7 @@ const II = ({
|
|
8582
8582
|
openInNewTab: u = !1,
|
8583
8583
|
fullWidth: m = !1
|
8584
8584
|
}) => {
|
8585
|
-
const { isEnterprise: p, setSidePanelConfig: _, isLicenseDashboard: h } = vs(), g = Dp(), E =
|
8585
|
+
const { isEnterprise: p, setSidePanelConfig: _, isLicenseDashboard: h } = vs(), g = Dp(), E = Z0({
|
8586
8586
|
docLinkKey: e,
|
8587
8587
|
isEnterprise: p,
|
8588
8588
|
isExternalLink: d,
|
@@ -9171,7 +9171,7 @@ const $I = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
9171
9171
|
renderCIListHeader: h,
|
9172
9172
|
targetPlatforms: g
|
9173
9173
|
}) => {
|
9174
|
-
const { isSuperAdmin: E } = yp(), { handleDownload: x } =
|
9174
|
+
const { isSuperAdmin: E } = yp(), { handleDownload: x } = gI({
|
9175
9175
|
shouldOpenInNewTab: !0
|
9176
9176
|
}), { triggerId: f, buildId: N } = Mt(), C = e.toLowerCase();
|
9177
9177
|
async function S() {
|
@@ -9571,7 +9571,7 @@ const nR = (e, s) => {
|
|
9571
9571
|
}, pR = (e) => {
|
9572
9572
|
const s = kc(e);
|
9573
9573
|
return s ? s.finishedOn ? !Br[s.currentStatus] && Br[s.workerDetails.status] ? /* @__PURE__ */ t.jsx(B, { name: "ic-warning", size: 20, color: null }) : Gp(s.workerDetails.status) : /* @__PURE__ */ t.jsx(B, { name: "ic-in-progress", size: 20, color: null }) : /* @__PURE__ */ t.jsx(B, { name: "ic-help-outline", size: 20, color: "N500" });
|
9574
|
-
}, _R = (e = To, s = YI) => `${Ae.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER}/${e}/${s}/pod/${
|
9574
|
+
}, _R = (e = To, s = YI) => `${Ae.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER}/${e}/${s}/pod/${aA}`, Vp = (e) => e ? e.toLowerCase() === "cancelled" ? "Aborted" : e === ln.WAITING_TO_START ? "Waiting to start" : e : null, vo = (e) => Fs(e) ? we(e, "YYYY-MM-DDTHH:mm:ssZ").format(wt.TWELVE_HOURS_FORMAT) : "", fR = (e) => (e || []).reduce(
|
9575
9575
|
(s, n) => {
|
9576
9576
|
const a = n.health?.status?.toLowerCase() ?? "";
|
9577
9577
|
switch (n.hasDrift && (s.driftedNodeCount += 1), a) {
|
@@ -12908,7 +12908,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
12908
12908
|
return JSON.stringify(
|
12909
12909
|
es.parse(
|
12910
12910
|
jt(e, {
|
12911
|
-
sortMapEntries: n ? (r, o) =>
|
12911
|
+
sortMapEntries: n ? (r, o) => fA(r, o, a) : null
|
12912
12912
|
})
|
12913
12913
|
)
|
12914
12914
|
) || "";
|
@@ -13609,7 +13609,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
13609
13609
|
() => !I && y ? Md(y[0]) || Md(y[1]) : null,
|
13610
13610
|
[I, y]
|
13611
13611
|
), D = Z(
|
13612
|
-
() => A ?
|
13612
|
+
() => A ? CA(A.configList, "groupHeader") : [],
|
13613
13613
|
[A]
|
13614
13614
|
), k = y && Pd(y[1]), P = !E || k, U = I || !O && !R, L = {
|
13615
13615
|
code: O?.code,
|
@@ -13816,7 +13816,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
13816
13816
|
const l = Oc(n), d = e === ss.WEBHOOK || l && l.webhookdata && l.webhookdata.id !== 0, u = d ? l.webhookdata : {}, m = d ? null : l.commiturl ? l.commiturl : La(r, l.commit), p = (I) => I ? /* @__PURE__ */ t.jsx(
|
13817
13817
|
"a",
|
13818
13818
|
{
|
13819
|
-
href:
|
13819
|
+
href: zA(r, I),
|
13820
13820
|
target: "_blank",
|
13821
13821
|
rel: "noopener noreferrer",
|
13822
13822
|
className: "commit-hash fs-14 px-6 mono",
|
@@ -14148,7 +14148,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
14148
14148
|
const h = () => {
|
14149
14149
|
s ? i(l) : c(l);
|
14150
14150
|
}, g = () => {
|
14151
|
-
const f =
|
14151
|
+
const f = xA({ startTime: r, endTime: a });
|
14152
14152
|
return f === "0s" ? "< 1s" : f;
|
14153
14153
|
}, E = (f) => {
|
14154
14154
|
f && (f.dataset.containsMatch === "true" && f.dataset.triggered !== "true" && (f.dataset.triggered = "true", f.scrollIntoView({ block: "center", behavior: "smooth" })), f.dataset.containsMatch === "false" && (f.dataset.triggered = "false"));
|
@@ -14287,7 +14287,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
14287
14287
|
let ae = !1;
|
14288
14288
|
try {
|
14289
14289
|
if (H = H.replace(/\[[.]*m/, (Ce) => `\x1B[${Ce}m`), xe && R) {
|
14290
|
-
const Ce = H.split(Il), re = H.match(Il) || [], X = new RegExp(`(${
|
14290
|
+
const Ce = H.split(Il), re = H.match(Il) || [], X = new RegExp(`(${mA(xe)})`, "ig");
|
14291
14291
|
H = Ce.reduce((Ie, qe, Ke) => {
|
14292
14292
|
try {
|
14293
14293
|
ae = ae || X.test(qe), Ie.push(
|
@@ -14550,7 +14550,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
14550
14550
|
}
|
14551
14551
|
);
|
14552
14552
|
}, l_ = ({ callback: e, hasError: s }) => {
|
14553
|
-
const n = V(null), a =
|
14553
|
+
const n = V(null), a = hA(n, {
|
14554
14554
|
rootMargin: "0px",
|
14555
14555
|
once: !1
|
14556
14556
|
});
|
@@ -14938,7 +14938,7 @@ const Fc = ({ expand: e, onTransitionEnd: s, children: n }) => /* @__PURE__ */ t
|
|
14938
14938
|
}
|
14939
14939
|
) }) : /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-4", children: [
|
14940
14940
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-6 dc__align-start", children: [
|
14941
|
-
|
14941
|
+
TA(c),
|
14942
14942
|
r?.GitRepoName && /* @__PURE__ */ t.jsx("span", { className: "cn-9 fs-13 fw-6 lh-20 dc__word-break", children: r.GitRepoName })
|
14943
14943
|
] }),
|
14944
14944
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-6 dc__align-start", children: [
|
@@ -15820,7 +15820,7 @@ const RO = (e) => {
|
|
15820
15820
|
/* @__PURE__ */ t.jsx("h3", { className: "m-0 cn-9 fs-13 fw-6 lh-20", children: "Triggered" }),
|
15821
15821
|
d && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
15822
15822
|
/* @__PURE__ */ t.jsx("div", { className: "dc__bullet" }),
|
15823
|
-
/* @__PURE__ */ t.jsx("div", { className: "dc__first-letter-capitalize", children:
|
15823
|
+
/* @__PURE__ */ t.jsx("div", { className: "dc__first-letter-capitalize", children: JS(d) })
|
15824
15824
|
] })
|
15825
15825
|
] }),
|
15826
15826
|
c && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
@@ -16729,7 +16729,7 @@ const tj = ({ heading: e, value: s, isLast: n = !1, alignCenter: a = !1 }) => /*
|
|
16729
16729
|
endIcon: /* @__PURE__ */ t.jsx(B, { name: "ic-arrow-square-out", color: null }),
|
16730
16730
|
text: "Visit app",
|
16731
16731
|
linkProps: {
|
16732
|
-
to:
|
16732
|
+
to: IA(n, a),
|
16733
16733
|
target: "_blank",
|
16734
16734
|
rel: "noopener noreferrer"
|
16735
16735
|
}
|
@@ -17220,7 +17220,7 @@ const tj = ({ heading: e, value: s, isLast: n = !1, alignCenter: a = !1 }) => /*
|
|
17220
17220
|
envId: e
|
17221
17221
|
}),
|
17222
17222
|
queryKey: [s, e, r],
|
17223
|
-
select: ({ result: _ }) =>
|
17223
|
+
select: ({ result: _ }) => VS(_)
|
17224
17224
|
}), u = o || i, m = !!c?.materials?.length, p = m && !r;
|
17225
17225
|
return /* @__PURE__ */ t.jsx(Gc, { position: "right", width: "800px", onEscape: n, children: /* @__PURE__ */ t.jsxs("div", { "data-testid": "visible-modal-commit-info", className: "flexbox-col h-100", children: [
|
17226
17226
|
/* @__PURE__ */ t.jsxs("div", { className: "flex dc__content-space py-10 px-20 cn-9 bg__primary dc__border-bottom", children: [
|
@@ -18938,7 +18938,7 @@ const lj = {
|
|
18938
18938
|
)
|
18939
18939
|
] });
|
18940
18940
|
}, u6 = (e) => e.sort(
|
18941
|
-
(s, n) =>
|
18941
|
+
(s, n) => _A(
|
18942
18942
|
Sl[s.severity],
|
18943
18943
|
Sl[n.severity],
|
18944
18944
|
ve.ASC
|
@@ -20499,7 +20499,7 @@ const _6 = (e) => {
|
|
20499
20499
|
{
|
20500
20500
|
className: c || `bg__primary flexbox-col dc__gap-12 dc__overflow-auto ${i ? "" : "p-16"}`,
|
20501
20501
|
children: [
|
20502
|
-
|
20502
|
+
HS(n?.externalType) && dw(),
|
20503
20503
|
/* @__PURE__ */ t.jsx(
|
20504
20504
|
"div",
|
20505
20505
|
{
|
@@ -20980,7 +20980,7 @@ const _6 = (e) => {
|
|
20980
20980
|
openDirection: p = "down",
|
20981
20981
|
error: _ = ""
|
20982
20982
|
}) => {
|
20983
|
-
const h = Lw(e), g = Tr.find((b) => b.value === h) ?? Tr[0], [E, x] = j(!1), { disableFocusTrap: f, resumeFocusTrap: N } =
|
20983
|
+
const h = Lw(e), g = Tr.find((b) => b.value === h) ?? Tr[0], [E, x] = j(!1), { disableFocusTrap: f, resumeFocusTrap: N } = H0(), C = ({ focused: b }) => {
|
20984
20984
|
x(b);
|
20985
20985
|
}, S = (b) => {
|
20986
20986
|
s(Pw(e, b?.toDate()));
|
@@ -21802,7 +21802,7 @@ const Xw = ({
|
|
21802
21802
|
case st.SELECT_TEXT: {
|
21803
21803
|
const { value: U, props: L } = A.data[O], { isCreatable: G = !0 } = L;
|
21804
21804
|
return /* @__PURE__ */ t.jsx("div", { className: "w-100 h-100 flex top dc__align-self-start", children: /* @__PURE__ */ t.jsx(
|
21805
|
-
|
21805
|
+
Sv,
|
21806
21806
|
{
|
21807
21807
|
autoFocus: P,
|
21808
21808
|
isCreatable: G,
|
@@ -22217,7 +22217,7 @@ const Xw = ({
|
|
22217
22217
|
const v = await b.blob();
|
22218
22218
|
if (v.size > Qd)
|
22219
22219
|
throw new Error(`Please add an image smaller than ${Qd / (1024 * 1024)} MB`);
|
22220
|
-
const R = URL.createObjectURL(v), A = await
|
22220
|
+
const R = URL.createObjectURL(v), A = await kv(R);
|
22221
22221
|
if (URL.revokeObjectURL(R), !A.isValid)
|
22222
22222
|
throw new Error(A.message);
|
22223
22223
|
N();
|
@@ -23758,7 +23758,7 @@ const FL = async (e, s) => {
|
|
23758
23758
|
),
|
23759
23759
|
[a]
|
23760
23760
|
), u = () => {
|
23761
|
-
l(),
|
23761
|
+
l(), AA();
|
23762
23762
|
};
|
23763
23763
|
return /* @__PURE__ */ t.jsx(
|
23764
23764
|
Sc,
|
@@ -26021,7 +26021,7 @@ const kD = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
26021
26021
|
}
|
26022
26022
|
) }),
|
26023
26023
|
/* @__PURE__ */ t.jsx("div", { className: "w-50", children: /* @__PURE__ */ t.jsx(
|
26024
|
-
|
26024
|
+
V0,
|
26025
26025
|
{
|
26026
26026
|
placeholder: "Enter password",
|
26027
26027
|
name: "password",
|
@@ -27187,7 +27187,7 @@ const i1 = ({
|
|
27187
27187
|
}
|
27188
27188
|
) });
|
27189
27189
|
}, _1 = (e) => {
|
27190
|
-
const { visibleColumns: s } = e, n =
|
27190
|
+
const { visibleColumns: s } = e, n = fI({
|
27191
27191
|
headersConfig: s.map(({ label: a, size: r }) => {
|
27192
27192
|
if (r.range) {
|
27193
27193
|
const {
|
@@ -29065,7 +29065,7 @@ const uf = ({
|
|
29065
29065
|
}, H5 = ({ setSelectedChartRefId: e }) => {
|
29066
29066
|
const [s, n] = j([]), [a, r] = j(null), [o, i] = j([]), [c, l] = j([]), [d, u] = j(null);
|
29067
29067
|
M(() => {
|
29068
|
-
|
29068
|
+
KA().then((h) => {
|
29069
29069
|
const g = h?.result || [];
|
29070
29070
|
n(g);
|
29071
29071
|
const E = [...new Set(g.map((f) => f.chartType))].map((f) => ({
|
@@ -29868,7 +29868,7 @@ const mf = ({
|
|
29868
29868
|
},
|
29869
29869
|
hardDeleteTags: U
|
29870
29870
|
};
|
29871
|
-
H(!0),
|
29871
|
+
H(!0), FA(oe, e ?? 0, s).then((te) => {
|
29872
29872
|
const Te = te.result?.imageReleaseTags?.map((Le) => ({
|
29873
29873
|
id: Le.id,
|
29874
29874
|
tagName: Le.tagName,
|
@@ -30641,7 +30641,7 @@ Gn.Search = jP;
|
|
30641
30641
|
Gn.All = wP;
|
30642
30642
|
Gn.Async = Ef;
|
30643
30643
|
export {
|
30644
|
-
|
30644
|
+
wA as $,
|
30645
30645
|
iV as A,
|
30646
30646
|
Y as B,
|
30647
30647
|
w as C,
|
@@ -30665,22 +30665,22 @@ export {
|
|
30665
30665
|
Ae as U,
|
30666
30666
|
As as V,
|
30667
30667
|
kr as W,
|
30668
|
-
|
30669
|
-
|
30670
|
-
|
30671
|
-
|
30668
|
+
RA as X,
|
30669
|
+
yA as Y,
|
30670
|
+
OA as Z,
|
30671
|
+
jA as _,
|
30672
30672
|
Ft as a,
|
30673
30673
|
wm as a$,
|
30674
|
-
|
30674
|
+
LA as a0,
|
30675
30675
|
Ip as a1,
|
30676
|
-
|
30677
|
-
|
30678
|
-
|
30679
|
-
|
30680
|
-
|
30676
|
+
DA as a2,
|
30677
|
+
PA as a3,
|
30678
|
+
MA as a4,
|
30679
|
+
kA as a5,
|
30680
|
+
UA as a6,
|
30681
30681
|
ss as a7,
|
30682
|
-
|
30683
|
-
|
30682
|
+
$A as a8,
|
30683
|
+
FA as a9,
|
30684
30684
|
W as aA,
|
30685
30685
|
_s as aB,
|
30686
30686
|
uV as aC,
|
@@ -30709,19 +30709,19 @@ export {
|
|
30709
30709
|
_a as aZ,
|
30710
30710
|
Mn as a_,
|
30711
30711
|
Rp as aa,
|
30712
|
-
|
30713
|
-
|
30712
|
+
HA as ab,
|
30713
|
+
YA as ac,
|
30714
30714
|
xH as ad,
|
30715
30715
|
Ur as ae,
|
30716
30716
|
La as af,
|
30717
|
-
|
30717
|
+
KA as ag,
|
30718
30718
|
EH as ah,
|
30719
30719
|
CH as ai,
|
30720
30720
|
NH as aj,
|
30721
30721
|
bH as ak,
|
30722
30722
|
TH as al,
|
30723
30723
|
Xl as am,
|
30724
|
-
|
30724
|
+
zA as an,
|
30725
30725
|
SH as ao,
|
30726
30726
|
vH as ap,
|
30727
30727
|
ST as aq,
|
@@ -30812,7 +30812,7 @@ export {
|
|
30812
30812
|
Mu as c8,
|
30813
30813
|
R5 as c9,
|
30814
30814
|
Lc as cA,
|
30815
|
-
|
30815
|
+
JA as cB,
|
30816
30816
|
Dc as cC,
|
30817
30817
|
mf as cD,
|
30818
30818
|
so as cE,
|
@@ -30870,7 +30870,7 @@ export {
|
|
30870
30870
|
$T as d1,
|
30871
30871
|
Vt as d2,
|
30872
30872
|
No as d3,
|
30873
|
-
|
30873
|
+
fI as d4,
|
30874
30874
|
Ac as d5,
|
30875
30875
|
KV as d6,
|
30876
30876
|
ya as d7,
|
@@ -30881,16 +30881,16 @@ export {
|
|
30881
30881
|
e4 as dC,
|
30882
30882
|
t4 as dD,
|
30883
30883
|
Nc as dE,
|
30884
|
-
|
30885
|
-
|
30886
|
-
|
30884
|
+
zS as dF,
|
30885
|
+
qS as dG,
|
30886
|
+
XS as dH,
|
30887
30887
|
Cn as dI,
|
30888
|
-
|
30888
|
+
YS as dJ,
|
30889
30889
|
Cc as dK,
|
30890
|
-
|
30890
|
+
WS as dL,
|
30891
30891
|
ja as dM,
|
30892
30892
|
tp as dN,
|
30893
|
-
|
30893
|
+
ZS as dO,
|
30894
30894
|
n4 as dP,
|
30895
30895
|
a4 as dQ,
|
30896
30896
|
r4 as dR,
|
@@ -30901,8 +30901,8 @@ export {
|
|
30901
30901
|
l4 as dW,
|
30902
30902
|
d4 as dX,
|
30903
30903
|
u4 as dY,
|
30904
|
-
|
30905
|
-
|
30904
|
+
e0 as dZ,
|
30905
|
+
o0 as d_,
|
30906
30906
|
Zn as da,
|
30907
30907
|
yt as db,
|
30908
30908
|
ym as dc,
|
@@ -30923,30 +30923,30 @@ export {
|
|
30923
30923
|
fi as ds,
|
30924
30924
|
NT as dt,
|
30925
30925
|
s4 as du,
|
30926
|
-
|
30927
|
-
|
30926
|
+
JS as dv,
|
30927
|
+
HS as dw,
|
30928
30928
|
ep as dx,
|
30929
30929
|
JV as dy,
|
30930
|
-
|
30930
|
+
KS as dz,
|
30931
30931
|
$n as e,
|
30932
30932
|
k4 as e$,
|
30933
|
-
e0,
|
30934
|
-
|
30935
|
-
|
30933
|
+
t0 as e0,
|
30934
|
+
s0 as e1,
|
30935
|
+
n0 as e2,
|
30936
30936
|
m4 as e3,
|
30937
30937
|
p4 as e4,
|
30938
30938
|
N4 as e5,
|
30939
|
-
|
30940
|
-
|
30941
|
-
|
30939
|
+
_0 as e6,
|
30940
|
+
vv as e7,
|
30941
|
+
Iv as e8,
|
30942
30942
|
T4 as e9,
|
30943
30943
|
rt as eA,
|
30944
30944
|
g4 as eB,
|
30945
|
-
|
30945
|
+
p0 as eC,
|
30946
30946
|
x4 as eD,
|
30947
|
-
|
30948
|
-
|
30949
|
-
|
30947
|
+
Ov as eE,
|
30948
|
+
jv as eF,
|
30949
|
+
wv as eG,
|
30950
30950
|
$ as eH,
|
30951
30951
|
Qt as eI,
|
30952
30952
|
Oe as eJ,
|
@@ -30960,16 +30960,16 @@ export {
|
|
30960
30960
|
It as eR,
|
30961
30961
|
rp as eS,
|
30962
30962
|
Ln as eT,
|
30963
|
-
|
30963
|
+
Bv as eU,
|
30964
30964
|
P4 as eV,
|
30965
|
-
|
30966
|
-
|
30967
|
-
|
30965
|
+
Wv as eW,
|
30966
|
+
Kv as eX,
|
30967
|
+
zv as eY,
|
30968
30968
|
Rc as eZ,
|
30969
30969
|
M4 as e_,
|
30970
30970
|
S4 as ea,
|
30971
30971
|
D4 as eb,
|
30972
|
-
|
30972
|
+
yv as ec,
|
30973
30973
|
b4 as ed,
|
30974
30974
|
Vs as ee,
|
30975
30975
|
go as ef,
|
@@ -30980,17 +30980,17 @@ export {
|
|
30980
30980
|
Ii as ek,
|
30981
30981
|
h4 as el,
|
30982
30982
|
op as em,
|
30983
|
-
|
30983
|
+
i0 as en,
|
30984
30984
|
Ol as eo,
|
30985
30985
|
xs as ep,
|
30986
|
-
|
30986
|
+
c0 as eq,
|
30987
30987
|
jl as er,
|
30988
30988
|
wl as es,
|
30989
30989
|
Ll as et,
|
30990
|
-
|
30991
|
-
|
30992
|
-
|
30993
|
-
|
30990
|
+
l0 as eu,
|
30991
|
+
d0 as ev,
|
30992
|
+
u0 as ew,
|
30993
|
+
m0 as ex,
|
30994
30994
|
wa as ey,
|
30995
30995
|
ip as ez,
|
30996
30996
|
z as f,
|
@@ -30998,18 +30998,18 @@ export {
|
|
30998
30998
|
U4 as f0,
|
30999
30999
|
$4 as f1,
|
31000
31000
|
ta as f2,
|
31001
|
-
|
31001
|
+
Zv as f3,
|
31002
31002
|
W4 as f4,
|
31003
31003
|
q4 as f5,
|
31004
31004
|
F4 as f6,
|
31005
|
-
|
31005
|
+
sA as f7,
|
31006
31006
|
us as f8,
|
31007
31007
|
B4 as f9,
|
31008
31008
|
km as fA,
|
31009
31009
|
tS as fB,
|
31010
31010
|
G6 as fC,
|
31011
31011
|
GD as fD,
|
31012
|
-
|
31012
|
+
cI as fE,
|
31013
31013
|
AH as fF,
|
31014
31014
|
xo as fG,
|
31015
31015
|
IH as fH,
|
@@ -31033,15 +31033,15 @@ export {
|
|
31033
31033
|
ew as fZ,
|
31034
31034
|
Jd as f_,
|
31035
31035
|
G4 as fa,
|
31036
|
-
|
31036
|
+
nA as fb,
|
31037
31037
|
V4 as fc,
|
31038
31038
|
H4 as fd,
|
31039
31039
|
Y4 as fe,
|
31040
|
-
|
31041
|
-
|
31040
|
+
aA as ff,
|
31041
|
+
rA as fg,
|
31042
31042
|
K4 as fh,
|
31043
31043
|
z4 as fi,
|
31044
|
-
|
31044
|
+
oA as fj,
|
31045
31045
|
X4 as fk,
|
31046
31046
|
J4 as fl,
|
31047
31047
|
Z4 as fm,
|
@@ -31049,11 +31049,11 @@ export {
|
|
31049
31049
|
eH as fo,
|
31050
31050
|
tH as fp,
|
31051
31051
|
sH as fq,
|
31052
|
-
|
31053
|
-
|
31054
|
-
|
31055
|
-
|
31056
|
-
|
31052
|
+
iA as fr,
|
31053
|
+
cA as fs,
|
31054
|
+
lA as ft,
|
31055
|
+
dA as fu,
|
31056
|
+
uA as fv,
|
31057
31057
|
Qn as fw,
|
31058
31058
|
mr as fx,
|
31059
31059
|
FT as fy,
|
@@ -31061,7 +31061,7 @@ export {
|
|
31061
31061
|
Lt as g,
|
31062
31062
|
qr as g$,
|
31063
31063
|
v_ as g0,
|
31064
|
-
|
31064
|
+
iI as g1,
|
31065
31065
|
ie as g2,
|
31066
31066
|
R_ as g3,
|
31067
31067
|
p6 as g4,
|
@@ -31182,7 +31182,7 @@ export {
|
|
31182
31182
|
g6 as hr,
|
31183
31183
|
vw as hs,
|
31184
31184
|
Hs as ht,
|
31185
|
-
|
31185
|
+
V0 as hu,
|
31186
31186
|
C6 as hv,
|
31187
31187
|
b6 as hw,
|
31188
31188
|
j_ as hx,
|
@@ -31196,16 +31196,16 @@ export {
|
|
31196
31196
|
Nt as i3,
|
31197
31197
|
Mi as i4,
|
31198
31198
|
l_ as i5,
|
31199
|
-
|
31199
|
+
J0 as i6,
|
31200
31200
|
Pa as i7,
|
31201
|
-
|
31201
|
+
Z0 as i8,
|
31202
31202
|
P_ as i9,
|
31203
31203
|
L6 as iA,
|
31204
31204
|
GL as iB,
|
31205
31205
|
zi as iC,
|
31206
31206
|
qi as iD,
|
31207
31207
|
VL as iE,
|
31208
|
-
|
31208
|
+
g0 as iF,
|
31209
31209
|
D6 as iG,
|
31210
31210
|
eD as iH,
|
31211
31211
|
tD as iI,
|
@@ -31258,7 +31258,7 @@ export {
|
|
31258
31258
|
H6 as j2,
|
31259
31259
|
oj as j3,
|
31260
31260
|
yD as j4,
|
31261
|
-
|
31261
|
+
Q0 as j5,
|
31262
31262
|
Y6 as j6,
|
31263
31263
|
wD as j7,
|
31264
31264
|
q6 as j8,
|
@@ -31320,7 +31320,7 @@ export {
|
|
31320
31320
|
Ym as k$,
|
31321
31321
|
wn as k0,
|
31322
31322
|
C4 as k1,
|
31323
|
-
|
31323
|
+
Sv as k2,
|
31324
31324
|
Wt as k3,
|
31325
31325
|
Io as k4,
|
31326
31326
|
Q6 as k5,
|
@@ -31382,7 +31382,7 @@ export {
|
|
31382
31382
|
m5 as ky,
|
31383
31383
|
Qa as kz,
|
31384
31384
|
G5 as l,
|
31385
|
-
|
31385
|
+
NA as l$,
|
31386
31386
|
lS as l0,
|
31387
31387
|
RV as l1,
|
31388
31388
|
yV as l2,
|
@@ -31393,33 +31393,33 @@ export {
|
|
31393
31393
|
uS as l7,
|
31394
31394
|
mS as l8,
|
31395
31395
|
wV as l9,
|
31396
|
-
|
31396
|
+
mA as lA,
|
31397
31397
|
nH as lB,
|
31398
31398
|
Wl as lC,
|
31399
31399
|
aH as lD,
|
31400
31400
|
rH as lE,
|
31401
31401
|
pt as lF,
|
31402
|
-
|
31402
|
+
_A as lG,
|
31403
31403
|
Tp as lH,
|
31404
31404
|
oH as lI,
|
31405
31405
|
iH as lJ,
|
31406
|
-
|
31407
|
-
|
31406
|
+
fA as lK,
|
31407
|
+
hA as lL,
|
31408
31408
|
cH as lM,
|
31409
31409
|
lH as lN,
|
31410
31410
|
dH as lO,
|
31411
31411
|
Sp as lP,
|
31412
31412
|
Oi as lQ,
|
31413
31413
|
Fs as lR,
|
31414
|
-
|
31415
|
-
|
31414
|
+
xA as lS,
|
31415
|
+
EA as lT,
|
31416
31416
|
gr as lU,
|
31417
31417
|
vp as lV,
|
31418
31418
|
uH as lW,
|
31419
31419
|
yc as lX,
|
31420
31420
|
xa as lY,
|
31421
31421
|
mH as lZ,
|
31422
|
-
|
31422
|
+
CA as l_,
|
31423
31423
|
LV as la,
|
31424
31424
|
pS as lb,
|
31425
31425
|
_S as lc,
|
@@ -31447,17 +31447,17 @@ export {
|
|
31447
31447
|
jn as ly,
|
31448
31448
|
$V as lz,
|
31449
31449
|
B5 as m,
|
31450
|
-
|
31450
|
+
Me as m$,
|
31451
31451
|
Oc as m0,
|
31452
31452
|
Ap as m1,
|
31453
31453
|
pH as m2,
|
31454
31454
|
Eo as m3,
|
31455
|
-
|
31456
|
-
|
31455
|
+
bA as m4,
|
31456
|
+
TA as m5,
|
31457
31457
|
Co as m6,
|
31458
31458
|
_H as m7,
|
31459
|
-
|
31460
|
-
|
31459
|
+
AA as m8,
|
31460
|
+
IA as m9,
|
31461
31461
|
un as mA,
|
31462
31462
|
Xm as mB,
|
31463
31463
|
VV as mC,
|
@@ -31483,12 +31483,12 @@ export {
|
|
31483
31483
|
zV as mW,
|
31484
31484
|
kS as mX,
|
31485
31485
|
qV as mY,
|
31486
|
-
|
31487
|
-
|
31486
|
+
US as mZ,
|
31487
|
+
ho as m_,
|
31488
31488
|
fH as ma,
|
31489
31489
|
hH as mb,
|
31490
31490
|
gH as mc,
|
31491
|
-
|
31491
|
+
gI as md,
|
31492
31492
|
OH as me,
|
31493
31493
|
jH as mf,
|
31494
31494
|
Dp as mg,
|
@@ -31512,74 +31512,75 @@ export {
|
|
31512
31512
|
gc as my,
|
31513
31513
|
ke as mz,
|
31514
31514
|
H5 as n,
|
31515
|
-
|
31516
|
-
|
31517
|
-
|
31518
|
-
|
31519
|
-
|
31520
|
-
|
31521
|
-
|
31522
|
-
|
31523
|
-
|
31524
|
-
|
31525
|
-
|
31526
|
-
|
31527
|
-
|
31528
|
-
|
31529
|
-
|
31530
|
-
|
31531
|
-
|
31532
|
-
|
31533
|
-
|
31534
|
-
|
31535
|
-
|
31536
|
-
|
31537
|
-
|
31538
|
-
|
31539
|
-
|
31515
|
+
O4 as n$,
|
31516
|
+
XV as n0,
|
31517
|
+
Se as n1,
|
31518
|
+
VS as n2,
|
31519
|
+
Uc as n3,
|
31520
|
+
CR as n4,
|
31521
|
+
NR as n5,
|
31522
|
+
bR as n6,
|
31523
|
+
TR as n7,
|
31524
|
+
SR as n8,
|
31525
|
+
pc as n9,
|
31526
|
+
ZT as nA,
|
31527
|
+
hc as nB,
|
31528
|
+
Fm as nC,
|
31529
|
+
QT as nD,
|
31530
|
+
eS as nE,
|
31531
|
+
J as nF,
|
31532
|
+
En as nG,
|
31533
|
+
_r as nH,
|
31534
|
+
fr as nI,
|
31535
|
+
mt as nJ,
|
31536
|
+
Ul as nK,
|
31537
|
+
yi as nL,
|
31538
|
+
Ic as nM,
|
31539
|
+
Ep as nN,
|
31540
31540
|
Lv as nO,
|
31541
|
-
|
31542
|
-
|
31543
|
-
|
31544
|
-
|
31545
|
-
|
31546
|
-
|
31547
|
-
|
31548
|
-
|
31549
|
-
|
31550
|
-
|
31551
|
-
|
31552
|
-
|
31553
|
-
|
31554
|
-
|
31555
|
-
|
31556
|
-
|
31557
|
-
|
31558
|
-
|
31559
|
-
|
31560
|
-
|
31561
|
-
|
31562
|
-
|
31563
|
-
|
31564
|
-
|
31565
|
-
|
31566
|
-
|
31567
|
-
|
31568
|
-
|
31569
|
-
|
31570
|
-
|
31571
|
-
|
31572
|
-
|
31573
|
-
|
31574
|
-
|
31575
|
-
|
31576
|
-
|
31577
|
-
|
31578
|
-
|
31541
|
+
Dv as nP,
|
31542
|
+
Cp as nQ,
|
31543
|
+
Fl as nR,
|
31544
|
+
Pv as nS,
|
31545
|
+
Np as nT,
|
31546
|
+
v4 as nU,
|
31547
|
+
kv as nV,
|
31548
|
+
A4 as nW,
|
31549
|
+
I4 as nX,
|
31550
|
+
R4 as nY,
|
31551
|
+
Un as nZ,
|
31552
|
+
y4 as n_,
|
31553
|
+
BT as na,
|
31554
|
+
fe as nb,
|
31555
|
+
xt as nc,
|
31556
|
+
Ye as nd,
|
31557
|
+
_c as ne,
|
31558
|
+
xn as nf,
|
31559
|
+
GT as ng,
|
31560
|
+
VT as nh,
|
31561
|
+
Um as ni,
|
31562
|
+
ot as nj,
|
31563
|
+
fc as nk,
|
31564
|
+
HT as nl,
|
31565
|
+
fa as nm,
|
31566
|
+
Jt as nn,
|
31567
|
+
YT as no,
|
31568
|
+
WT as np,
|
31569
|
+
pr as nq,
|
31570
|
+
KT as nr,
|
31571
|
+
$m as ns,
|
31572
|
+
TV as nt,
|
31573
|
+
zT as nu,
|
31574
|
+
qT as nv,
|
31575
|
+
XT as nw,
|
31576
|
+
ln as nx,
|
31577
|
+
ut as ny,
|
31578
|
+
JT as nz,
|
31579
31579
|
Kt as o,
|
31580
|
-
|
31581
|
-
|
31582
|
-
|
31580
|
+
j4 as o0,
|
31581
|
+
Bl as o1,
|
31582
|
+
w4 as o2,
|
31583
|
+
L4 as o3,
|
31583
31584
|
sS as p,
|
31584
31585
|
dP as q,
|
31585
31586
|
va as r,
|