@devtron-labs/devtron-fe-common-lib 1.6.13-beta-2 → 1.6.13-beta-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-DiVd86iC.js → @code-editor-DrF8gLUR.js} +438 -436
- package/dist/{@common-rjsf-9xc9WFKe.js → @common-rjsf-DOQKMjoB.js} +1 -1
- package/dist/Common/Constants.d.ts +1 -0
- package/dist/Common/Helper.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +2 -2
- package/dist/Shared/Services/common.service.d.ts +2 -1
- package/dist/Shared/Services/types.d.ts +6 -0
- package/dist/Shared/Store/IndexStore.d.ts +1 -1
- package/dist/index.js +222 -221
- package/package.json +1 -1
@@ -240,7 +240,7 @@ const or = (t) => /* @__PURE__ */ a.jsx("div", { className: `dc__registry-icon d
|
|
240
240
|
NETWORK_STATUS_INTERFACE: "/network-status-interface",
|
241
241
|
RESOURCE_BROWSER: "/resource-browser",
|
242
242
|
COMPARE_CLUSTERS: "/compare-clusters"
|
243
|
-
},
|
243
|
+
}, X = {
|
244
244
|
APP: "app",
|
245
245
|
APP_ARTIFACT_PROMOTE_MATERIAL: "app/artifact/promotion-request/material",
|
246
246
|
APP_TEMPLATE_DATA: "app/template/data",
|
@@ -296,7 +296,8 @@ const or = (t) => /* @__PURE__ */ a.jsx("div", { className: `dc__registry-icon d
|
|
296
296
|
SCOPED_GLOBAL_VARIABLES: "global/variables",
|
297
297
|
CD_TRIGGER_POST: "app/cd-pipeline/trigger",
|
298
298
|
DELETE_RESOURCE: "k8s/resource/delete",
|
299
|
-
NODE_CAPACITY: "k8s/capacity/node"
|
299
|
+
NODE_CAPACITY: "k8s/capacity/node",
|
300
|
+
ENVIRONMENT_DATA: "global/environment-variables"
|
300
301
|
};
|
301
302
|
var hn = /* @__PURE__ */ ((t) => (t.KEY = "key", t.VALUE = "value", t))(hn || {});
|
302
303
|
const q6 = {
|
@@ -787,7 +788,7 @@ function ua(t, e, s, n, r) {
|
|
787
788
|
});
|
788
789
|
});
|
789
790
|
}
|
790
|
-
const as = (t, e, s, n) => ua(t, "POST", e, s, n), Bf = (t, e, s) => ua(t, "PUT", e, s), lY = (t, e, s) => ua(t, "PATCH", e, s),
|
791
|
+
const as = (t, e, s, n) => ua(t, "POST", e, s, n), Bf = (t, e, s) => ua(t, "PUT", e, s), lY = (t, e, s) => ua(t, "PATCH", e, s), ge = (t, e) => ua(t, "GET", null, e), Ff = (t, e, s) => ua(t, "DELETE", e, s), G0 = (t, e) => (e.current.abort(), e.current = new AbortController(), t()), tn = (t) => (
|
791
792
|
// The 0 code is common for aborted and blocked requests
|
792
793
|
t && t.code === 0 && t.message.search("abort|aborted") > -1
|
793
794
|
);
|
@@ -1195,7 +1196,7 @@ const hY = Object.values(
|
|
1195
1196
|
}, i1 = ({ text: t, combo: e }) => /* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-8 px-8 py-4 flex-wrap", children: [
|
1196
1197
|
/* @__PURE__ */ a.jsx("span", { className: "lh-18 fs-12 fw-4 text__white", children: t }),
|
1197
1198
|
!!e?.length && /* @__PURE__ */ a.jsx("div", { className: "flexbox dc__gap-4 dc__align-items-center flex-wrap", children: e.map((s) => /* @__PURE__ */ a.jsx("span", { className: "shortcut-keys__chip dc__capitalize lh-16 fs-11 fw-5 flex", children: r1[s] }, s)) })
|
1198
|
-
] }),
|
1199
|
+
] }), xe = ({
|
1199
1200
|
shortcutKeyCombo: t,
|
1200
1201
|
alwaysShowTippyOnHover: e,
|
1201
1202
|
// NOTE: if alwaysShowTippyOnHover or shortcutKeyCombo are being passed by user don't apply truncation logic at all
|
@@ -1320,7 +1321,7 @@ const X0 = {
|
|
1320
1321
|
alwaysShowTippyOnHover: d && !!u?.content,
|
1321
1322
|
...u
|
1322
1323
|
};
|
1323
|
-
return /* @__PURE__ */ a.jsx(
|
1324
|
+
return /* @__PURE__ */ a.jsx(xe, { ...y(), children: /* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsxs(
|
1324
1325
|
u1,
|
1325
1326
|
{
|
1326
1327
|
...x,
|
@@ -2468,7 +2469,7 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2468
2469
|
} = e, { description: c, startIcon: d, endIcon: u, tooltipProps: h } = n ?? {}, f = !!c, m = "__isNew__" in n && n.__isNew__, p = (g) => {
|
2469
2470
|
g.preventDefault(), g.stopPropagation(), i(n);
|
2470
2471
|
};
|
2471
|
-
return /* @__PURE__ */ a.jsx(et.Option, { ...e, children: /* @__PURE__ */ a.jsx(
|
2472
|
+
return /* @__PURE__ */ a.jsx(et.Option, { ...e, children: /* @__PURE__ */ a.jsx(xe, { ...R1(h), children: /* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-8", children: [
|
2472
2473
|
r && !m && /* @__PURE__ */ a.jsx(
|
2473
2474
|
sr,
|
2474
2475
|
{
|
@@ -2483,7 +2484,7 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2483
2484
|
/* @__PURE__ */ a.jsxs("div", { className: `flex left w-100 ${f ? "top" : ""} dc__gap-8`, children: [
|
2484
2485
|
d && /* @__PURE__ */ a.jsx("div", { className: "dc__no-shrink icon-dim-16 flex dc__fill-available-space", children: d }),
|
2485
2486
|
/* @__PURE__ */ a.jsxs("div", { className: "flex-grow-1", children: [
|
2486
|
-
/* @__PURE__ */ a.jsx(
|
2487
|
+
/* @__PURE__ */ a.jsx(xe, { content: s, placement: "right", children: /* @__PURE__ */ a.jsx(
|
2487
2488
|
"h4",
|
2488
2489
|
{
|
2489
2490
|
className: `m-0 fs-13 ${m ? "cb-5" : "cn-9"} fw-4 lh-20 dc__truncate`,
|
@@ -2700,13 +2701,13 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2700
2701
|
borderRadiusConfig: ee,
|
2701
2702
|
...ue
|
2702
2703
|
}) => {
|
2703
|
-
const [Ye, Q] = R(!1), [
|
2704
|
+
const [Ye, Q] = R(!1), [J, Se] = R(""), {
|
2704
2705
|
inputId: Ee,
|
2705
2706
|
required: Me,
|
2706
2707
|
isDisabled: V,
|
2707
2708
|
controlShouldRenderValue: U = !0,
|
2708
2709
|
value: q,
|
2709
|
-
options:
|
2710
|
+
options: _e,
|
2710
2711
|
getOptionValue: he
|
2711
2712
|
} = ue, {
|
2712
2713
|
isGroupHeadingSelectable: ke = !1,
|
@@ -2730,7 +2731,7 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2730
2731
|
wn,
|
2731
2732
|
null,
|
2732
2733
|
he
|
2733
|
-
) && !Ci(
|
2734
|
+
) && !Ci(_e, wn, null, he);
|
2734
2735
|
}, te = ut(
|
2735
2736
|
(Ve) => /* @__PURE__ */ a.jsx(
|
2736
2737
|
P1,
|
@@ -2763,7 +2764,7 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2763
2764
|
}, LN = (Ve) => {
|
2764
2765
|
Q(!1), ue.onBlur?.(Ve);
|
2765
2766
|
}, DN = (...Ve) => {
|
2766
|
-
_ && Wl(ue.inputValue) && Se(
|
2767
|
+
_ && Wl(ue.inputValue) && Se(J), ue.onChange?.(...Ve);
|
2767
2768
|
};
|
2768
2769
|
return /* @__PURE__ */ a.jsx(
|
2769
2770
|
cb,
|
@@ -2828,7 +2829,7 @@ const R1 = (t = {}) => t ? Object.hasOwn(t, "shortcutKeyCombo") && "shortcutKeyC
|
|
2828
2829
|
createOptionPosition: "first",
|
2829
2830
|
onCreateOption: Gd,
|
2830
2831
|
renderMenuListFooter: !u && y,
|
2831
|
-
inputValue: ue.inputValue ??
|
2832
|
+
inputValue: ue.inputValue ?? J,
|
2832
2833
|
onInputChange: IN,
|
2833
2834
|
icon: e,
|
2834
2835
|
showSelectedOptionIcon: An,
|
@@ -2924,8 +2925,8 @@ ${d.slice(C)}`;
|
|
2924
2925
|
};
|
2925
2926
|
var Gl = /* @__PURE__ */ ((t) => (t.GLOBAL = "GLOBAL", t.FROM_PREVIOUS_STEP = "FROM_PREVIOUS_STEP", t.NEW = "NEW", t))(Gl || {}), z1 = /* @__PURE__ */ ((t) => (t.INLINE = "INLINE", t.PLUGIN_REF = "REF_PLUGIN", t))(z1 || {}), q1 = /* @__PURE__ */ ((t) => (t.SHELL = "SHELL", t.DOCKERFILE = "DOCKERFILE", t.CONTAINERIMAGE = "CONTAINER_IMAGE", t))(q1 || {}), X1 = /* @__PURE__ */ ((t) => (t.TRUE = "Yes", t.FALSE = "No", t))(X1 || {}), J1 = /* @__PURE__ */ ((t) => (t.SKIP = "SKIP", t.TRIGGER = "TRIGGER", t.PASS = "PASS", t.FAIL = "FAIL", t))(J1 || {}), Z1 = /* @__PURE__ */ ((t) => (t.PRE_CI = "PRE_CI", t.POST_CI = "POST_CI", t))(Z1 || {}), Q1 = /* @__PURE__ */ ((t) => (t.KB = "KB", t.MB = "MB", t))(Q1 || {}), db = /* @__PURE__ */ ((t) => (t.STRING = "STRING", t.NUMBER = "NUMBER", t.BOOL = "BOOL", t.DATE = "DATE", t.FILE = "FILE", t))(db || {}), eO = /* @__PURE__ */ ((t) => (t.SELF_DOCKERFILE_BUILD_TYPE = "self-dockerfile-build", t.MANAGED_DOCKERFILE_BUILD_TYPE = "managed-dockerfile-build", t.BUILDPACK_BUILD_TYPE = "buildpack-build", t))(eO || {}), tO = /* @__PURE__ */ ((t) => (t.INHERIT = "INHERIT", t.OVERRIDE = "OVERRIDE", t))(tO || {}), sO = /* @__PURE__ */ ((t) => (t.VARIABLE = "variable", t.FORMAT = "format", t.VALUE = "val", t))(sO || {});
|
2926
2927
|
const nO = () => {
|
2927
|
-
const t = `${
|
2928
|
-
return
|
2928
|
+
const t = `${X.PROJECT_LIST_MIN}`;
|
2929
|
+
return ge(t).then((e) => {
|
2929
2930
|
let s = [];
|
2930
2931
|
return e && e.result && Array.isArray(e.result) && (s = e.result), s = s.sort((n, r) => HH("name", n, r)), {
|
2931
2932
|
code: e.code,
|
@@ -2939,10 +2940,10 @@ const nO = () => {
|
|
2939
2940
|
BranchRegex: "SOURCE_TYPE_BRANCH_REGEX"
|
2940
2941
|
};
|
2941
2942
|
function rO(t) {
|
2942
|
-
return
|
2943
|
+
return ge(`${X.USER_CHECK_ROLE}${t ? `?appName=${t}` : ""}`);
|
2943
2944
|
}
|
2944
2945
|
function iO(t, e, s) {
|
2945
|
-
return as(`${
|
2946
|
+
return as(`${X.IMAGE_TAGGING}/${e}/${s}`, t);
|
2946
2947
|
}
|
2947
2948
|
const ub = (t) => ({
|
2948
2949
|
...t,
|
@@ -3131,21 +3132,21 @@ const ub = (t) => ({
|
|
3131
3132
|
switch (t) {
|
3132
3133
|
case Ku.ROLLBACK:
|
3133
3134
|
o = Ct(
|
3134
|
-
`${
|
3135
|
+
`${X.CD_MATERIAL_GET}/${e}/material/rollback`,
|
3135
3136
|
i
|
3136
3137
|
);
|
3137
3138
|
break;
|
3138
3139
|
case Ku.IMAGE_PROMOTION:
|
3139
|
-
o = Ct(
|
3140
|
+
o = Ct(X.APP_ARTIFACT_PROMOTE_MATERIAL, r);
|
3140
3141
|
break;
|
3141
3142
|
default:
|
3142
|
-
o = Ct(`${
|
3143
|
+
o = Ct(`${X.CD_MATERIAL_GET}/${e}/material`, {
|
3143
3144
|
...i,
|
3144
3145
|
stage: Sb[s]
|
3145
3146
|
});
|
3146
3147
|
break;
|
3147
3148
|
}
|
3148
|
-
return
|
3149
|
+
return ge(o, { signal: n }).then(
|
3149
3150
|
(l) => dO(l.result, s, r.offset, r.filter)
|
3150
3151
|
);
|
3151
3152
|
};
|
@@ -3172,26 +3173,26 @@ function ma(t, e) {
|
|
3172
3173
|
return "NA";
|
3173
3174
|
}
|
3174
3175
|
function hO() {
|
3175
|
-
return
|
3176
|
+
return ge(`${X.DEPLOYMENT_TEMPLATE_LIST}?appId=-1&envId=-1`);
|
3176
3177
|
}
|
3177
|
-
const DY = () =>
|
3178
|
+
const DY = () => ge(`${X.NOTIFIER}/channel/config`);
|
3178
3179
|
function jY(t) {
|
3179
|
-
return
|
3180
|
-
`${
|
3180
|
+
return ge(
|
3181
|
+
`${X.ENVIRONMENT_LIST_MIN}?auth=false${t ? "&showDeploymentOptions=true" : ""}`
|
3181
3182
|
);
|
3182
3183
|
}
|
3183
3184
|
function PY() {
|
3184
|
-
const t = `${
|
3185
|
-
return
|
3185
|
+
const t = `${X.CLUSTER}/autocomplete`;
|
3186
|
+
return ge(t);
|
3186
3187
|
}
|
3187
|
-
const MY = (t) =>
|
3188
|
+
const MY = (t) => ge(`${X.API_RESOURCE}/${X.GVK}/${t}`);
|
3188
3189
|
function BY(t) {
|
3189
|
-
const e = `${
|
3190
|
-
return
|
3190
|
+
const e = `${X.NAMESPACE}/autocomplete?ids=${t}`;
|
3191
|
+
return ge(e);
|
3191
3192
|
}
|
3192
3193
|
function kp(t) {
|
3193
|
-
const e = `${
|
3194
|
-
return
|
3194
|
+
const e = `${X.GIT_HOST_EVENT}/${t}`;
|
3195
|
+
return ge(e);
|
3195
3196
|
}
|
3196
3197
|
const fO = (t, e) => {
|
3197
3198
|
if (!t) return null;
|
@@ -3203,8 +3204,8 @@ const fO = (t, e) => {
|
|
3203
3204
|
abortControllerRef: s
|
3204
3205
|
}) => {
|
3205
3206
|
try {
|
3206
|
-
const { result: n } = await
|
3207
|
-
Ct(
|
3207
|
+
const { result: n } = await ge(
|
3208
|
+
Ct(X.PLUGIN_GLOBAL_VARIABLES, { appId: t }),
|
3208
3209
|
{
|
3209
3210
|
abortControllerRef: s
|
3210
3211
|
}
|
@@ -4465,7 +4466,7 @@ const YY = (t, e = !1) => {
|
|
4465
4466
|
try {
|
4466
4467
|
const n = { name: t }, {
|
4467
4468
|
result: { configurationUnits: r, defaultConfigurations: i, profile: o }
|
4468
|
-
} = await
|
4469
|
+
} = await ge(Ct(Hf(), n));
|
4469
4470
|
return HO({
|
4470
4471
|
configurationUnits: r,
|
4471
4472
|
defaultConfigurations: i,
|
@@ -4764,7 +4765,7 @@ const YY = (t, e = !1) => {
|
|
4764
4765
|
buildxDriverType: GO(t.useK8sDriver)
|
4765
4766
|
}
|
4766
4767
|
};
|
4767
|
-
}, Hf = () => `${
|
4768
|
+
}, Hf = () => `${X.INFRA_CONFIG_PROFILE}/${C1}`, JY = (t, e) => e ? `activate_${t}` : `de_activate_${t}`;
|
4768
4769
|
var WO = /* @__PURE__ */ ((t) => (t.email = "email_id", t.lastLogin = "last_login", t))(WO || {}), KO = /* @__PURE__ */ ((t) => (t.active = "active", t.inactive = "inactive", t))(KO || {}), zO = /* @__PURE__ */ ((t) => (t.active = "active", t.inactive = "inactive", t.temporary = "temporaryAccess", t))(zO || {}), qO = /* @__PURE__ */ ((t) => (t.includeDeleted = "includeDeleted", t.excludeDelete = "excludeDelete", t.onlyDeleted = "onlyDeleted", t))(qO || {});
|
4769
4770
|
const XO = ({
|
4770
4771
|
id: t,
|
@@ -4873,7 +4874,7 @@ const XO = ({
|
|
4873
4874
|
label: t.startsWith(Xu) ? t.split(":")[1] : t,
|
4874
4875
|
value: t
|
4875
4876
|
}), QY = async () => {
|
4876
|
-
const { result: t } = await
|
4877
|
+
const { result: t } = await ge(X.USER_LIST_MIN);
|
4877
4878
|
if (!t)
|
4878
4879
|
return [];
|
4879
4880
|
const e = t.map(({ emailId: s }) => s).sort(wt);
|
@@ -5152,9 +5153,9 @@ const rW = (t, e, s, n) => ({
|
|
5152
5153
|
}
|
5153
5154
|
});
|
5154
5155
|
var iI = /* @__PURE__ */ ((t) => (t.ALL_CLUSTERS = "all", t.HEALTHY = "healthy", t.UNHEALTHY = "unhealthy", t))(iI || {}), oI = /* @__PURE__ */ ((t) => (t.HEALTHY = "healthy", t.UNHEALTHY = "unhealthy", t.CONNECTION_FAILED = "connection failed", t))(oI || {});
|
5155
|
-
const oW = (t, e) => as(
|
5156
|
+
const oW = (t, e) => as(X.K8S_RESOURCE_LIST, t, {
|
5156
5157
|
signal: e
|
5157
|
-
}), aW = (t) => as(
|
5158
|
+
}), aW = (t) => as(X.K8S_RESOURCE_CREATE, t), lW = (t, e) => as(X.DELETE_RESOURCE, t, { abortControllerRef: e }), cW = (t, e) => Ff(X.NODE_CAPACITY, t, { abortControllerRef: e }), dW = (t, e) => Bf(`${X.NODE_CAPACITY}/cordon`, t, { abortControllerRef: e }), uW = (t, e) => Bf(`${X.NODE_CAPACITY}/drain`, t, { abortControllerRef: e }), hW = () => ge(X.CLUSTER_LIST_RAW), fW = ({
|
5158
5159
|
optionsData: t,
|
5159
5160
|
setOptionsData: e,
|
5160
5161
|
children: s
|
@@ -5182,7 +5183,7 @@ const oW = (t, e) => as(J.K8S_RESOURCE_LIST, t, {
|
|
5182
5183
|
/* @__PURE__ */ a.jsxs("div", { children: [
|
5183
5184
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-8 dc__align-items-center px-8 py-2", children: [
|
5184
5185
|
/* @__PURE__ */ a.jsx(Af, { className: "icon-dim-20 dc__no-shrink scn-7" }),
|
5185
|
-
/* @__PURE__ */ a.jsx(
|
5186
|
+
/* @__PURE__ */ a.jsx(xe, { content: dn.GracePeriod.infoText, alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ a.jsx("span", { className: "fs-13 cn-9 lh-20 dc__underline-dotted", children: "Grace period" }) }),
|
5186
5187
|
/* @__PURE__ */ a.jsxs("span", { className: "flex left dc__border br-4 cn-9 fw-4 fs-13 lh-20 dc__overflow-hidden", children: [
|
5187
5188
|
/* @__PURE__ */ a.jsx(
|
5188
5189
|
"input",
|
@@ -5208,7 +5209,7 @@ const oW = (t, e) => as(J.K8S_RESOURCE_LIST, t, {
|
|
5208
5209
|
dataTestId: "disable-eviction",
|
5209
5210
|
rootClassName: "mt-0 mb-0 ml-8 mr-8 cn-9 fs-13 py-6 px-8 form__checkbox__root--gap-8",
|
5210
5211
|
onChange: o(l),
|
5211
|
-
children: /* @__PURE__ */ a.jsx(
|
5212
|
+
children: /* @__PURE__ */ a.jsx(xe, { content: c, alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ a.jsx("span", { className: "dc__underline-dotted", children: d }) })
|
5212
5213
|
},
|
5213
5214
|
l
|
5214
5215
|
))
|
@@ -5249,7 +5250,7 @@ const dI = {
|
|
5249
5250
|
...t,
|
5250
5251
|
valuesAndManifestFlag: Gf.MANIFEST
|
5251
5252
|
};
|
5252
|
-
return await as(
|
5253
|
+
return await as(X.APP_TEMPLATE_DATA, s, {
|
5253
5254
|
signal: e
|
5254
5255
|
});
|
5255
5256
|
} catch (s) {
|
@@ -5260,7 +5261,7 @@ const dI = {
|
|
5260
5261
|
const s = {
|
5261
5262
|
...t,
|
5262
5263
|
valuesAndManifestFlag: Gf.DEPLOYMENT_TEMPLATE
|
5263
|
-
}, { result: n } = await as(
|
5264
|
+
}, { result: n } = await as(X.APP_TEMPLATE_DATA, s, {
|
5264
5265
|
signal: e
|
5265
5266
|
}), r = Object.keys(n.variableSnapshot || {}).length > 0, i = ss.parse(n.data), o = ss.parse(n.resolvedData);
|
5266
5267
|
return {
|
@@ -5307,7 +5308,7 @@ const dI = {
|
|
5307
5308
|
) }) }),
|
5308
5309
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-6 pl-6 dc__align-items-center", children: [
|
5309
5310
|
!s.isAppMetricsSupported && /* @__PURE__ */ a.jsx(
|
5310
|
-
|
5311
|
+
xe,
|
5311
5312
|
{
|
5312
5313
|
alwaysShowTippyOnHover: !0,
|
5313
5314
|
content: `Application metrics is not supported for ${s.name} version ${s.version}.`,
|
@@ -5380,7 +5381,7 @@ const gI = (t) => {
|
|
5380
5381
|
o.append("file", t[0]);
|
5381
5382
|
try {
|
5382
5383
|
const { result: l } = await as(
|
5383
|
-
Ct(`${
|
5384
|
+
Ct(`${X.CD_CONFIG}/${e}/${s}/${X.FILE_UPLOAD}`, {
|
5384
5385
|
allowedExtensions: n,
|
5385
5386
|
maxUploadSize: r
|
5386
5387
|
}),
|
@@ -5411,7 +5412,7 @@ const gI = (t) => {
|
|
5411
5412
|
isRollbackDeployment: c,
|
5412
5413
|
...d && o
|
5413
5414
|
};
|
5414
|
-
return r && (u.deploymentWithConfig = r === gl.LAST_SAVED_CONFIG ? r : gl.SPECIFIC_TRIGGER_CONFIG, r !== gl.LAST_SAVED_CONFIG && (u.wfrIdForDeploymentWithSpecificTrigger = i)), as(
|
5415
|
+
return r && (u.deploymentWithConfig = r === gl.LAST_SAVED_CONFIG ? r : gl.SPECIFIC_TRIGGER_CONFIG, r !== gl.LAST_SAVED_CONFIG && (u.wfrIdForDeploymentWithSpecificTrigger = i)), as(X.CD_TRIGGER_POST, u, { ...gI(), abortControllerRef: l });
|
5415
5416
|
}, yW = async ({
|
5416
5417
|
file: t,
|
5417
5418
|
appId: e,
|
@@ -5425,7 +5426,7 @@ const gI = (t) => {
|
|
5425
5426
|
l.append("file", t[0]);
|
5426
5427
|
try {
|
5427
5428
|
const { result: c } = await as(
|
5428
|
-
Ct(`${
|
5429
|
+
Ct(`${X.CI_CONFIG_GET}/${e}/${s}/${X.FILE_UPLOAD}`, {
|
5429
5430
|
envId: n,
|
5430
5431
|
allowedExtensions: r,
|
5431
5432
|
maxUploadSize: i
|
@@ -5482,7 +5483,7 @@ const gI = (t) => {
|
|
5482
5483
|
value: "YYYY-MM-DDTHH:mm:ss.SSSSSSSSS[Z]",
|
5483
5484
|
description: "ISO8601 with nanoseconds"
|
5484
5485
|
}
|
5485
|
-
], _I = "This is a variable. It will be replaced with the value during execution.", AW = () => /* @__PURE__ */ a.jsx(
|
5486
|
+
], _I = "This is a variable. It will be replaced with the value during execution.", AW = () => /* @__PURE__ */ a.jsx(xe, { content: _I, placement: "left", animation: "shift-away", alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ a.jsx("div", { className: "flex", children: /* @__PURE__ */ a.jsx(pT, { className: "icon-dim-18 icon-n4" }) }) }), wW = ({ fileMountDir: t }) => /* @__PURE__ */ a.jsx(
|
5486
5487
|
pe,
|
5487
5488
|
{
|
5488
5489
|
trigger: "click",
|
@@ -5827,8 +5828,8 @@ const yI = (t, e = !1) => e ? btoa(t) : atob(t), rh = (t, e = !1) => Object.keys
|
|
5827
5828
|
};
|
5828
5829
|
}, RI = async (t) => {
|
5829
5830
|
try {
|
5830
|
-
const { result: e } = await
|
5831
|
-
`${
|
5831
|
+
const { result: e } = await ge(
|
5832
|
+
`${X.APP}/material-info/${t.envId}/${t.ciArtifactId}`
|
5832
5833
|
);
|
5833
5834
|
return Ob(e);
|
5834
5835
|
} catch (e) {
|
@@ -5836,8 +5837,8 @@ const yI = (t, e = !1) => e ? btoa(t) : atob(t), rh = (t, e = !1) => Object.keys
|
|
5836
5837
|
}
|
5837
5838
|
}, kI = async (t) => {
|
5838
5839
|
try {
|
5839
|
-
const { result: e } = await
|
5840
|
-
`${
|
5840
|
+
const { result: e } = await ge(
|
5841
|
+
`${X.APP}/material-info/${t.ciArtifactId}`
|
5841
5842
|
);
|
5842
5843
|
return Ob(e);
|
5843
5844
|
} catch (e) {
|
@@ -5846,20 +5847,20 @@ const yI = (t, e = !1) => e ? btoa(t) : atob(t), rh = (t, e = !1) => Object.keys
|
|
5846
5847
|
}, LI = ({
|
5847
5848
|
params: t,
|
5848
5849
|
signal: e
|
5849
|
-
}) =>
|
5850
|
+
}) => ge(Ct(X.CONFIG_DATA, t), { signal: e }), DI = async (t) => {
|
5850
5851
|
const e = {
|
5851
5852
|
comparisonItems: t.filter((r) => !!r).map((r, i) => ({ index: i, ...r }))
|
5852
5853
|
}, s = Array(t.length).fill(null), {
|
5853
5854
|
result: { comparisonItemResponse: n }
|
5854
|
-
} = await
|
5855
|
-
Ct(
|
5855
|
+
} = await ge(
|
5856
|
+
Ct(X.CONFIG_COMPARE_SECRET, {
|
5856
5857
|
compareConfig: JSON.stringify(e)
|
5857
5858
|
})
|
5858
5859
|
);
|
5859
5860
|
return n.forEach((r) => {
|
5860
5861
|
s[r.index] = r;
|
5861
5862
|
}), s;
|
5862
|
-
}, FW = ({ baseUrl: t, kind: e, version: s, suffix: n, queryParams: r }) => Ct(`${t}/${e}/${s}${n ? `/${n}` : ""}`, r), UW = ({ kind: t, version: e, queryParams: s, suffix: n }) => Ct(`global/policy/${t}/${e}${n ? `/${n}` : ""}`, s), jI = (t) => as(
|
5863
|
+
}, FW = ({ baseUrl: t, kind: e, version: s, suffix: n, queryParams: r }) => Ct(`${t}/${e}/${s}${n ? `/${n}` : ""}`, r), UW = ({ kind: t, version: e, queryParams: s, suffix: n }) => Ct(`global/policy/${t}/${e}${n ? `/${n}` : ""}`, s), jI = (t) => as(X.CD_CONFIG, t), $W = () => ge(X.ENVIRONMENT_DATA);
|
5863
5864
|
var Re = /* @__PURE__ */ ((t) => (t.info = "info", t.success = "success", t.error = "error", t.warn = "warn", t.notAuthorized = "notAuthorized", t))(Re || {});
|
5864
5865
|
const PI = {
|
5865
5866
|
autoClose: 5e3,
|
@@ -5981,7 +5982,7 @@ const gr = class gr {
|
|
5981
5982
|
pi = new WeakMap(), // eslint-disable-next-line no-use-before-define
|
5982
5983
|
ka(gr, pi);
|
5983
5984
|
let ih = gr;
|
5984
|
-
const
|
5985
|
+
const VW = () => /* @__PURE__ */ a.jsx(BN, { ...PI }), Ze = ih.instance;
|
5985
5986
|
var kt = /* @__PURE__ */ ((t) => (t.CLEAR_ALL_SELECTIONS = "CLEAR_ALL_SELECTIONS", t.CLEAR_IDENTIFIERS = "CLEAR_IDENTIFIERS", t.SELECT_ALL_ACROSS_PAGES = "SELECT_ALL_ACROSS_PAGES", t.SELECT_ALL_ON_PAGE = "SELECT_ALL_ON_PAGE", t.SELECT_IDENTIFIER = "SELECT_IDENTIFIER", t.CLEAR_IDENTIFIERS_AFTER_ACROSS_SELECTION = "CLEAR_IDENTIFIERS_AFTER_ACROSS_SELECTION", t.CLEAR_SELECTIONS_AND_SELECT_ALL_ACROSS_PAGES = "CLEAR_SELECTIONS_AND_SELECT_ALL_ACROSS_PAGES", t))(kt || {}), Ib = /* @__PURE__ */ ((t) => (t.OPEN = "OPEN", t.CLOSED = "CLOSED", t))(Ib || {});
|
5986
5987
|
const FI = "bulk-selection-pop-up-menu", Qd = {
|
5987
5988
|
[kt.SELECT_ALL_ON_PAGE]: "All on this page",
|
@@ -6000,7 +6001,7 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6000
6001
|
if (!t)
|
6001
6002
|
throw new Error($I);
|
6002
6003
|
return t;
|
6003
|
-
},
|
6004
|
+
}, HW = ({
|
6004
6005
|
children: t,
|
6005
6006
|
identifiers: e = null,
|
6006
6007
|
getSelectAllDialogStatus: s
|
@@ -6099,7 +6100,7 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6099
6100
|
]
|
6100
6101
|
);
|
6101
6102
|
return /* @__PURE__ */ a.jsx(Rb.Provider, { value: g, children: t });
|
6102
|
-
},
|
6103
|
+
}, GW = ({ showPagination: t, disabled: e = !1, showChevronDownIcon: s = !0 }) => {
|
6103
6104
|
const { handleBulkSelection: n, isChecked: r, checkboxValue: i, getSelectedIdentifiersCount: o } = VI(), l = o() > 0, c = [
|
6104
6105
|
{
|
6105
6106
|
locator: kt.SELECT_ALL_ON_PAGE,
|
@@ -6196,7 +6197,7 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6196
6197
|
children: i[0]
|
6197
6198
|
}
|
6198
6199
|
),
|
6199
|
-
/* @__PURE__ */ a.jsx(
|
6200
|
+
/* @__PURE__ */ a.jsx(xe, { content: i, children: /* @__PURE__ */ a.jsx("span", { className: "fs-13 fw-4 dc__truncate dc__mxw-200", children: i }) })
|
6200
6201
|
] });
|
6201
6202
|
return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
6202
6203
|
/* @__PURE__ */ a.jsx("div", { className: "flex left column", children: l ?? /* @__PURE__ */ a.jsx(is, { condition: !!t, wrap: u, children: /* @__PURE__ */ a.jsxs("div", { className: "commit-hash commit-hash--docker", "data-testid": "cd-trigger-modal-image-value", children: [
|
@@ -6207,14 +6208,14 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6207
6208
|
f(),
|
6208
6209
|
c ?? h()
|
6209
6210
|
] });
|
6210
|
-
}, YI = ({ name: t }) => /* @__PURE__ */ a.jsx("div", { className: "bg__secondary py-2 px-6 dc__mxw-200 br-4", children: /* @__PURE__ */ a.jsx(
|
6211
|
+
}, YI = ({ name: t }) => /* @__PURE__ */ a.jsx("div", { className: "bg__secondary py-2 px-6 dc__mxw-200 br-4", children: /* @__PURE__ */ a.jsx(xe, { content: t, children: /* @__PURE__ */ a.jsx("span", { className: "dc__truncate cn-7 fs-12 fw-5 lh-16", children: t }) }) }), WI = ({ targetPlatforms: t }) => t?.length ? /* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-8 dc__align-start", children: [
|
6211
6212
|
/* @__PURE__ */ a.jsx(If, { className: "icon-dim-20 dc__no-shrink scn-7 p-2" }),
|
6212
6213
|
/* @__PURE__ */ a.jsx("div", { className: "flexbox dc__gap-6 flex-wrap", children: t.map(({ name: e }) => /* @__PURE__ */ a.jsx(YI, { name: e }, e)) })
|
6213
6214
|
] }) : null, KI = ({ targetPlatforms: t }) => /* @__PURE__ */ a.jsxs("div", { className: "flexbox-col dc__gap-4 cursor-text", onClick: we, children: [
|
6214
6215
|
/* @__PURE__ */ a.jsx("h6", { className: "m-0 fw-6 lh-18 fs-12", children: "Target platforms" }),
|
6215
6216
|
/* @__PURE__ */ a.jsx("ul", { className: "pl-12 m-0 dc__overflow-auto mxh-140", children: t.map(({ name: e }) => /* @__PURE__ */ a.jsx("li", { className: "dc__word-break lh-18", children: e }, e)) })
|
6216
6217
|
] }), kb = ({ targetPlatforms: t, children: e }) => /* @__PURE__ */ a.jsx(
|
6217
|
-
|
6218
|
+
xe,
|
6218
6219
|
{
|
6219
6220
|
content: /* @__PURE__ */ a.jsx(KI, { targetPlatforms: t }),
|
6220
6221
|
placement: "right",
|
@@ -6248,7 +6249,7 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6248
6249
|
}, Ji = ({ envStateText: t, title: e, tooltipContent: s }) => {
|
6249
6250
|
const { Icon: n, stateClassName: r } = zI(t);
|
6250
6251
|
return /* @__PURE__ */ a.jsx(
|
6251
|
-
|
6252
|
+
xe,
|
6252
6253
|
{
|
6253
6254
|
alwaysShowTippyOnHover: !!s,
|
6254
6255
|
content: s,
|
@@ -6329,7 +6330,7 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6329
6330
|
}
|
6330
6331
|
) }) })
|
6331
6332
|
] });
|
6332
|
-
},
|
6333
|
+
}, YW = ({
|
6333
6334
|
testIdLocator: t,
|
6334
6335
|
cta: e,
|
6335
6336
|
sequentialCDCardTitleProps: s,
|
@@ -6370,8 +6371,8 @@ const FI = "bulk-selection-pop-up-menu", Qd = {
|
|
6370
6371
|
installedAppId: s,
|
6371
6372
|
artifactId: n,
|
6372
6373
|
installedAppVersionHistoryId: r
|
6373
|
-
}, o = Ct(
|
6374
|
-
return await
|
6374
|
+
}, o = Ct(X.SCAN_RESULT, i);
|
6375
|
+
return await ge(o);
|
6375
6376
|
}, JI = {
|
6376
6377
|
color: "var(--N300)",
|
6377
6378
|
label: "-",
|
@@ -6549,7 +6550,7 @@ const ZI = {
|
|
6549
6550
|
tabIndex: r || !i ? -1 : 0,
|
6550
6551
|
"data-testid": n,
|
6551
6552
|
children: [
|
6552
|
-
/* @__PURE__ */ a.jsx(
|
6553
|
+
/* @__PURE__ */ a.jsx(xe, { showOnTruncate: o, content: n, children: /* @__PURE__ */ a.jsx("span", { className: "dc__uppercase dc__truncate", children: n }) }),
|
6553
6554
|
h()
|
6554
6555
|
]
|
6555
6556
|
}
|
@@ -6574,7 +6575,7 @@ const ZI = {
|
|
6574
6575
|
)
|
6575
6576
|
] })
|
6576
6577
|
);
|
6577
|
-
}, nR = 70, rR = 600,
|
6578
|
+
}, nR = 70, rR = 600, WW = ({ headersConfig: t }) => {
|
6578
6579
|
const [e, s] = R([]);
|
6579
6580
|
j(() => {
|
6580
6581
|
s(t.map((r) => r.width));
|
@@ -6647,7 +6648,7 @@ const ZI = {
|
|
6647
6648
|
[ie.FAILURES]: 6,
|
6648
6649
|
[ie.EXCEPTIONS]: 7,
|
6649
6650
|
[ie.SUCCESSES]: 8
|
6650
|
-
})[t] || 1e4, xa = (t, e) => Xp(t) - Xp(e),
|
6651
|
+
})[t] || 1e4, xa = (t, e) => Xp(t) - Xp(e), KW = (t) => {
|
6651
6652
|
const e = t[le.IMAGE_SCAN].vulnerability?.summary?.severities, s = t[le.CODE_SCAN].vulnerability?.summary?.severities;
|
6652
6653
|
return {
|
6653
6654
|
critical: (e?.[ie.CRITICAL] || 0) + (s?.[ie.CRITICAL] || 0),
|
@@ -6675,7 +6676,7 @@ const ZI = {
|
|
6675
6676
|
default:
|
6676
6677
|
return null;
|
6677
6678
|
}
|
6678
|
-
},
|
6679
|
+
}, zW = (t) => ({
|
6679
6680
|
[le.IMAGE_SCAN]: {
|
6680
6681
|
[re.VULNERABILITIES]: {
|
6681
6682
|
summary: {
|
@@ -6717,7 +6718,7 @@ const ZI = {
|
|
6717
6718
|
[le.KUBERNETES_MANIFEST]: null,
|
6718
6719
|
scanned: !0,
|
6719
6720
|
isImageScanEnabled: !0
|
6720
|
-
}),
|
6721
|
+
}), qW = (t) => t.reduce(
|
6721
6722
|
(e, s) => {
|
6722
6723
|
if (!s?.scanResult?.severityCount)
|
6723
6724
|
return e;
|
@@ -7597,7 +7598,7 @@ const ZI = {
|
|
7597
7598
|
default:
|
7598
7599
|
return null;
|
7599
7600
|
}
|
7600
|
-
},
|
7601
|
+
}, XW = (t) => {
|
7601
7602
|
const { imageScan: e, codeScan: s, kubernetesManifest: n, imageScanLicenseRisks: r } = t;
|
7602
7603
|
return [
|
7603
7604
|
...e ? [
|
@@ -7847,7 +7848,7 @@ const ZI = {
|
|
7847
7848
|
}), i.reduce((l, c) => (Object.keys(c).forEach((d) => {
|
7848
7849
|
l[d] ? l[d] += c[d] : l[d] = c[d];
|
7849
7850
|
}), l), {});
|
7850
|
-
}, lh = (t) => t === "Progressing" || t === "Running", Zl = (t) => t.some((n) => lh(n.status)) ? "Progressing" : t.some((n) => n.status === "Failed") ? "Failed" : "Completed",
|
7851
|
+
}, lh = (t) => t === "Progressing" || t === "Running", Zl = (t) => t.some((n) => lh(n.status)) ? "Progressing" : t.some((n) => n.status === "Failed") ? "Failed" : "Completed", JW = (t) => {
|
7851
7852
|
const e = t.imageScan?.vulnerability?.list ?? [], s = t.imageScan?.license?.list ?? [], n = t.codeScan?.status, r = t.kubernetesManifest?.status, i = Zl(e), o = Zl(s);
|
7852
7853
|
return i === "Progressing" || o === "Progressing" || lh(n) || lh(r) ? "Progressing" : i === "Failed" || o === "Failed" || n === "Failed" || r === "Failed" ? "Failed" : "Completed";
|
7853
7854
|
}, $b = ({
|
@@ -7914,7 +7915,7 @@ const ZI = {
|
|
7914
7915
|
]
|
7915
7916
|
}
|
7916
7917
|
);
|
7917
|
-
},
|
7918
|
+
}, ZW = ({ scanResult: t, Sidebar: e }) => {
|
7918
7919
|
const [s, n] = R(!1), [r, i] = R(oh), { imageScan: o, codeScan: l, kubernetesManifest: c } = t, d = PR(t);
|
7919
7920
|
if (!Fb(d))
|
7920
7921
|
return /* @__PURE__ */ a.jsx(
|
@@ -8052,7 +8053,7 @@ const ZI = {
|
|
8052
8053
|
}
|
8053
8054
|
)
|
8054
8055
|
] });
|
8055
|
-
},
|
8056
|
+
}, QW = (t) => t.sort(
|
8056
8057
|
(e, s) => EI(
|
8057
8058
|
pp[e.severity],
|
8058
8059
|
pp[s.severity],
|
@@ -8071,7 +8072,7 @@ const ZI = {
|
|
8071
8072
|
children: n
|
8072
8073
|
}
|
8073
8074
|
) });
|
8074
|
-
},
|
8075
|
+
}, e8 = ({
|
8075
8076
|
isSecurityModuleInstalled: t,
|
8076
8077
|
artifactId: e,
|
8077
8078
|
applicationId: s,
|
@@ -8139,7 +8140,7 @@ const ZI = {
|
|
8139
8140
|
] }),
|
8140
8141
|
g()
|
8141
8142
|
] });
|
8142
|
-
},
|
8143
|
+
}, t8 = ({ image: t }) => /* @__PURE__ */ a.jsx(pe, { className: "default-tt w-200", arrow: !1, placement: "top", content: Gw, children: /* @__PURE__ */ a.jsxs("div", { className: "flexbox pt-2 pb-2 pl-8 pr-8 br-4 bcr-1 dc__align-items-center dc__gap-4", children: [
|
8143
8144
|
/* @__PURE__ */ a.jsx(f0, { className: "icon-dim-20 fcr-5 dc__no-shrink" }),
|
8144
8145
|
/* @__PURE__ */ a.jsx("p", { className: "m-0 fs-12 lh-16 fw-4 cr-5", children: t })
|
8145
8146
|
] }) }), Zp = ({
|
@@ -8159,7 +8160,7 @@ const ZI = {
|
|
8159
8160
|
/* @__PURE__ */ a.jsx("span", { className: "fw-6 dc__capitalize", children: c }),
|
8160
8161
|
/* @__PURE__ */ a.jsx("span", { className: "dc__divider h-24" })
|
8161
8162
|
] }),
|
8162
|
-
/* @__PURE__ */ a.jsx(
|
8163
|
+
/* @__PURE__ */ a.jsx(xe, { content: d, children: /* @__PURE__ */ a.jsx("span", { className: "dc__ellipsis-right dc__word-break dc__mxw-150", children: d }) }),
|
8163
8164
|
i && /* @__PURE__ */ a.jsx(
|
8164
8165
|
"button",
|
8165
8166
|
{
|
@@ -8231,7 +8232,7 @@ const ZI = {
|
|
8231
8232
|
}
|
8232
8233
|
) })
|
8233
8234
|
] });
|
8234
|
-
},
|
8235
|
+
}, s8 = ({
|
8235
8236
|
rootClassName: t = "",
|
8236
8237
|
backgroundColorClass: e = "bcr-5",
|
8237
8238
|
iconSizeClass: s = "icon-dim-6"
|
@@ -8395,7 +8396,7 @@ const FR = {
|
|
8395
8396
|
}
|
8396
8397
|
)
|
8397
8398
|
] });
|
8398
|
-
},
|
8399
|
+
}, n8 = ({
|
8399
8400
|
keyValueList: t,
|
8400
8401
|
handleKeyValueChange: e,
|
8401
8402
|
isDisabled: s,
|
@@ -8499,7 +8500,7 @@ const FR = {
|
|
8499
8500
|
)
|
8500
8501
|
] })
|
8501
8502
|
] });
|
8502
|
-
},
|
8503
|
+
}, r8 = (t) => {
|
8503
8504
|
const { initialText: e = "", emptyState: s, ...n } = t, [r, i] = R(!1);
|
8504
8505
|
return r ? /* @__PURE__ */ a.jsx($R, { ...n, initialText: e, setIsEditable: i }) : /* @__PURE__ */ a.jsxs("div", { className: "flexbox flex-justify dc__gap-10", children: [
|
8505
8506
|
/* @__PURE__ */ a.jsx("div", { className: "fs-13 fw-4 lh-20 cn-9 dc__word-break", children: e || s }),
|
@@ -8510,12 +8511,12 @@ const FR = {
|
|
8510
8511
|
if (!t)
|
8511
8512
|
throw new Error("Please wrap with MainContextProvider");
|
8512
8513
|
return t;
|
8513
|
-
},
|
8514
|
+
}, i8 = ({ children: t, value: e }) => /* @__PURE__ */ a.jsx(Vb.Provider, { value: e, children: t }), Hb = ys(null), o8 = () => {
|
8514
8515
|
const t = Nn(Hb);
|
8515
8516
|
if (!t)
|
8516
8517
|
throw new Error("useImageSelectionUtilityContext must be used within ImageSelectionUtilityProvider");
|
8517
8518
|
return t;
|
8518
|
-
},
|
8519
|
+
}, a8 = ({ children: t, value: e }) => {
|
8519
8520
|
const s = oe(() => e, [e]);
|
8520
8521
|
return /* @__PURE__ */ a.jsx(Hb.Provider, { value: s, children: t });
|
8521
8522
|
}, Gb = "themePreference", Yb = "(prefers-color-scheme: dark)";
|
@@ -8549,7 +8550,7 @@ const _n = {
|
|
8549
8550
|
appTheme: t,
|
8550
8551
|
themePreference: t
|
8551
8552
|
};
|
8552
|
-
}, qb = ys(null),
|
8553
|
+
}, qb = ys(null), l8 = ({ children: t }) => {
|
8553
8554
|
const [e, s] = R(VR), n = (o) => {
|
8554
8555
|
const l = {
|
8555
8556
|
appTheme: o === _n.auto ? Wb() : o,
|
@@ -8581,7 +8582,7 @@ const _n = {
|
|
8581
8582
|
if (!t)
|
8582
8583
|
throw new Error("useTheme must be used within ThemeProvider");
|
8583
8584
|
return t;
|
8584
|
-
}, Jb = ys(null), Zb = () => Nn(Jb),
|
8585
|
+
}, Jb = ys(null), Zb = () => Nn(Jb), c8 = ({ children: t }) => {
|
8585
8586
|
const [e, s] = R(""), n = oe(
|
8586
8587
|
() => ({
|
8587
8588
|
email: e,
|
@@ -8590,7 +8591,7 @@ const _n = {
|
|
8590
8591
|
[e]
|
8591
8592
|
);
|
8592
8593
|
return /* @__PURE__ */ a.jsx(Jb.Provider, { value: n, children: t });
|
8593
|
-
},
|
8594
|
+
}, d8 = (t) => (e) => {
|
8594
8595
|
const { email: s, setEmail: n } = Zb();
|
8595
8596
|
return /* @__PURE__ */ a.jsx(t, { ...e, email: s, setEmail: n });
|
8596
8597
|
};
|
@@ -8615,7 +8616,7 @@ const Qs = je.memo(
|
|
8615
8616
|
return /* @__PURE__ */ a.jsx(Qb.Provider, { value: c, children: /* @__PURE__ */ a.jsx("div", { className: `${n} radio-group`, children: s }) });
|
8616
8617
|
}
|
8617
8618
|
), GR = (t, e, s, n) => /* @__PURE__ */ a.jsx(
|
8618
|
-
|
8619
|
+
xe,
|
8619
8620
|
{
|
8620
8621
|
className: `default-tt ${n}`,
|
8621
8622
|
arrow: !1,
|
@@ -8776,10 +8777,10 @@ const WR = {
|
|
8776
8777
|
)
|
8777
8778
|
] })
|
8778
8779
|
] }) });
|
8779
|
-
}, XR = (t) => as(
|
8780
|
+
}, XR = (t) => as(X.TELEMETRY_EVENT, t);
|
8780
8781
|
let eg;
|
8781
8782
|
const JR = async (t, e) => {
|
8782
|
-
const s = await
|
8783
|
+
const s = await ge(`${X.SERVER_INFO_API}?showServerStatus=false`);
|
8783
8784
|
return eg = s, typeof Storage < "u" && (localStorage.serverInfo = JSON.stringify(eg)), Promise.resolve(s);
|
8784
8785
|
}, ZR = 864e5, fo = (t) => 1 + (/* @__PURE__ */ new Date()).valueOf() + (t ?? 0) * ZR, ch = async (t) => {
|
8785
8786
|
await XR({
|
@@ -8792,7 +8793,7 @@ const JR = async (t, e) => {
|
|
8792
8793
|
localStorage.setItem(t, `${fo(e)}`);
|
8793
8794
|
};
|
8794
8795
|
var ec = /* @__PURE__ */ ((t) => (t.OSS_KUBECTL = "oss_kubectl", t.OSS_HELM = "oss_helm", t.ENTERPRISE = "enterprise", t))(ec || {});
|
8795
|
-
const QR = (t) => as(`${
|
8796
|
+
const QR = (t) => as(`${X.ATTRIBUTES_USER}/${X.UPDATE}`, t), ek = ({ className: t, hideGettingStartedCard: e }) => {
|
8796
8797
|
const s = async () => {
|
8797
8798
|
Ql("clickedOkay", 1), e(), await ch(Wu.TOOLTIP_OKAY);
|
8798
8799
|
}, n = async () => {
|
@@ -9073,9 +9074,9 @@ const QR = (t) => as(`${J.ATTRIBUTES_USER}/${J.UPDATE}`, t), ek = ({ className:
|
|
9073
9074
|
}
|
9074
9075
|
), [O, D] = R(0), M = async () => {
|
9075
9076
|
try {
|
9076
|
-
const { result:
|
9077
|
+
const { result: J } = await JR(!0, !0);
|
9077
9078
|
I({
|
9078
|
-
serverInfo:
|
9079
|
+
serverInfo: J,
|
9079
9080
|
fetchingServerInfo: !1
|
9080
9081
|
});
|
9081
9082
|
} catch {
|
@@ -9088,8 +9089,8 @@ const QR = (t) => as(`${J.ATTRIBUTES_USER}/${J.UPDATE}`, t), ek = ({ className:
|
|
9088
9089
|
j(() => {
|
9089
9090
|
D(+localStorage.getItem("clickedOkay"));
|
9090
9091
|
}, []);
|
9091
|
-
const $ = (
|
9092
|
-
g(!1),
|
9092
|
+
const $ = (J) => {
|
9093
|
+
g(!1), J && m(+J);
|
9093
9094
|
}, G = () => {
|
9094
9095
|
T(!y), A && w(!1), Ql("clickedOkay", 1), $();
|
9095
9096
|
}, Y = async () => {
|
@@ -9224,7 +9225,7 @@ const QR = (t) => as(`${J.ATTRIBUTES_USER}/${J.UPDATE}`, t), ek = ({ className:
|
|
9224
9225
|
]
|
9225
9226
|
}
|
9226
9227
|
);
|
9227
|
-
},
|
9228
|
+
}, u8 = ({ headerName: t }) => {
|
9228
9229
|
const e = os(), s = Mi(), n = er(), { serverMode: r } = _d(), [i, o] = R(!1), l = () => {
|
9229
9230
|
o((m) => !m);
|
9230
9231
|
}, c = () => {
|
@@ -9344,7 +9345,7 @@ class tm extends ed {
|
|
9344
9345
|
);
|
9345
9346
|
}
|
9346
9347
|
}
|
9347
|
-
const
|
9348
|
+
const h8 = ({
|
9348
9349
|
content: t,
|
9349
9350
|
onClick: e,
|
9350
9351
|
children: s,
|
@@ -9406,12 +9407,12 @@ const u8 = ({
|
|
9406
9407
|
return [...s, ...r];
|
9407
9408
|
}, []) : [], ck = async () => {
|
9408
9409
|
try {
|
9409
|
-
const { result: t } = await
|
9410
|
+
const { result: t } = await ge(X.ENVIRONMENT_LIST_MIN);
|
9410
9411
|
return t ? ak(t) : [];
|
9411
9412
|
} catch (t) {
|
9412
9413
|
return it(t), t;
|
9413
9414
|
}
|
9414
|
-
},
|
9415
|
+
}, f8 = ({
|
9415
9416
|
handleEnvironmentChange: t,
|
9416
9417
|
selectedEnvironmentsMap: e,
|
9417
9418
|
isMulti: s,
|
@@ -9450,7 +9451,7 @@ const u8 = ({
|
|
9450
9451
|
autoFocus: l
|
9451
9452
|
}
|
9452
9453
|
);
|
9453
|
-
},
|
9454
|
+
}, m8 = ({
|
9454
9455
|
rootClassName: t = "",
|
9455
9456
|
heading: e,
|
9456
9457
|
icon: s,
|
@@ -9604,7 +9605,7 @@ const tg = (t) => {
|
|
9604
9605
|
]
|
9605
9606
|
}
|
9606
9607
|
) });
|
9607
|
-
},
|
9608
|
+
}, p8 = ({
|
9608
9609
|
additionalContainerClasses: t,
|
9609
9610
|
breadCrumbs: e = [],
|
9610
9611
|
children: s,
|
@@ -9679,7 +9680,7 @@ const ng = {
|
|
9679
9680
|
healthy: 4
|
9680
9681
|
};
|
9681
9682
|
var ri = /* @__PURE__ */ ((t) => (t.SUCCESS = "Success", t.FAILURE = "Failure", t.PROGRESSING = "Progressing", t))(ri || {});
|
9682
|
-
const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled", "failed", "aborted"]), fk = /* @__PURE__ */ new Set(["starting", "running", "pending"]),
|
9683
|
+
const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled", "failed", "aborted"]), fk = /* @__PURE__ */ new Set(["starting", "running", "pending"]), g8 = (t) => {
|
9683
9684
|
const { selectOption: e, data: s, isDisabled: n, showTippy: r, tippyPlacement: i } = t, o = (d) => {
|
9684
9685
|
e(s);
|
9685
9686
|
}, l = () => /* @__PURE__ */ a.jsxs(
|
@@ -9715,19 +9716,19 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
9715
9716
|
);
|
9716
9717
|
};
|
9717
9718
|
return /* @__PURE__ */ a.jsx(is, { condition: r, wrap: c, children: l() });
|
9718
|
-
},
|
9719
|
+
}, _8 = (t) => {
|
9719
9720
|
const { selectOption: e, data: s } = t, n = { height: "16px", width: "16px", flex: "0 0 16px" }, r = (i) => e(s);
|
9720
9721
|
return /* @__PURE__ */ a.jsxs("div", { className: "flex left pl-12", style: { background: t.isFocused ? "var(--N100)" : "transparent" }, children: [
|
9721
9722
|
t.isSelected ? /* @__PURE__ */ a.jsx(cd, { onClick: r, className: "mr-8 icon-dim-16", style: n }) : /* @__PURE__ */ a.jsx("span", { onClick: r, className: "mr-8", style: n }),
|
9722
9723
|
/* @__PURE__ */ a.jsx(et.Option, { ...t })
|
9723
9724
|
] });
|
9724
|
-
},
|
9725
|
+
}, x8 = (t) => {
|
9725
9726
|
const { children: e, data: s, innerProps: n, selectProps: r } = t, { label: i, value: o } = s;
|
9726
9727
|
return /* @__PURE__ */ a.jsxs(et.MultiValueContainer, { data: s, innerProps: n, selectProps: r, children: [
|
9727
9728
|
/* @__PURE__ */ a.jsx("div", { className: "flex fs-12 ml-4 cn-9", children: i }),
|
9728
9729
|
e[1]
|
9729
9730
|
] });
|
9730
|
-
},
|
9731
|
+
}, b8 = (t) => {
|
9731
9732
|
const { children: e, data: s, innerProps: n, selectProps: r } = t, i = r.value?.length ?? 0;
|
9732
9733
|
return /* @__PURE__ */ a.jsxs(et.MultiValueContainer, { data: s, innerProps: n, selectProps: r, children: [
|
9733
9734
|
(!r.menuIsOpen || !r.inputValue) && /* @__PURE__ */ a.jsxs("span", { className: "cn-9 fs-13 lh-20", children: [
|
@@ -9743,7 +9744,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
9743
9744
|
innerProps: { ref: n, ...r }
|
9744
9745
|
} = t;
|
9745
9746
|
return /* @__PURE__ */ a.jsx("div", { ...r, ref: n, style: s("clearIndicator", t), children: /* @__PURE__ */ a.jsx("div", { className: "flex pointer", children: e }) });
|
9746
|
-
},
|
9747
|
+
}, E8 = (t) => {
|
9747
9748
|
const {
|
9748
9749
|
data: e,
|
9749
9750
|
innerProps: { onClick: s, onMouseDown: n }
|
@@ -9758,7 +9759,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
9758
9759
|
style: { height: "14px", width: "14px" }
|
9759
9760
|
}
|
9760
9761
|
) });
|
9761
|
-
},
|
9762
|
+
}, C8 = ({ validator: t, isAllSelected: e = !1, ...s }) => {
|
9762
9763
|
const { children: n, data: r, innerProps: i, selectProps: o } = s, { label: l, value: c } = r, d = t ? t(c) : !0;
|
9763
9764
|
return e && c !== "*" ? null : /* @__PURE__ */ a.jsxs(et.MultiValueContainer, { data: r, innerProps: i, selectProps: o, children: [
|
9764
9765
|
/* @__PURE__ */ a.jsxs("div", { className: "flex left fs-12 pl-4 pr-4 dc__ellipsis-right", children: [
|
@@ -9801,7 +9802,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
9801
9802
|
...t,
|
9802
9803
|
color: "var(--N900)"
|
9803
9804
|
})
|
9804
|
-
},
|
9805
|
+
}, v8 = (t) => /* @__PURE__ */ a.jsx(Lf, { ...t }), nu = {
|
9805
9806
|
APPLICATION: "Application",
|
9806
9807
|
ENVIRONMENT: "Environment",
|
9807
9808
|
PIPELINE: "Pipeline"
|
@@ -10190,7 +10191,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10190
10191
|
!g && /* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-4 dc__align-start", children: [
|
10191
10192
|
n && /* @__PURE__ */ a.jsx("span", { className: "icon-dim-12 flex dc__no-shrink dc__fill-available-space mt-4", children: QH(t, u, h) }),
|
10192
10193
|
s ? /* @__PURE__ */ a.jsx(
|
10193
|
-
|
10194
|
+
xe,
|
10194
10195
|
{
|
10195
10196
|
wordBreak: !0,
|
10196
10197
|
alwaysShowTippyOnHover: !0,
|
@@ -10376,7 +10377,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10376
10377
|
/* @__PURE__ */ a.jsx(Fl, { className: `scn-7 ${dg}` }),
|
10377
10378
|
/* @__PURE__ */ a.jsx("time", { className: "cn-9 fs-12 cn-9 fw-4 lh-20", children: l?.triggeredOn ? Ed(l.triggeredOn) : "--" }),
|
10378
10379
|
/* @__PURE__ */ a.jsx(Vu, { className: `fcn-7 ${dg}` }),
|
10379
|
-
/* @__PURE__ */ a.jsx(
|
10380
|
+
/* @__PURE__ */ a.jsx(xe, { content: e, children: /* @__PURE__ */ a.jsx("span", { className: "cn-9 fs-12 fw-4 lh-20 dc__truncate", children: e }) }),
|
10380
10381
|
/* @__PURE__ */ a.jsx(
|
10381
10382
|
oE,
|
10382
10383
|
{
|
@@ -10422,7 +10423,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10422
10423
|
/* @__PURE__ */ a.jsxs("div", { className: "flex left fs-12 cn-7", children: [
|
10423
10424
|
/* @__PURE__ */ a.jsx("div", { className: "dc__no-shrink", children: ze(e).format(ms.TWELVE_HOURS_FORMAT) }),
|
10424
10425
|
/* @__PURE__ */ a.jsx("div", { className: "dc__bullet ml-6 mr-6 dc__no-shrink" }),
|
10425
|
-
/* @__PURE__ */ a.jsx(
|
10426
|
+
/* @__PURE__ */ a.jsx(xe, { content: o, children: /* @__PURE__ */ a.jsx("span", { className: "dc__truncate", children: o }) })
|
10426
10427
|
] }),
|
10427
10428
|
/* @__PURE__ */ a.jsx(rE, { addMarginTop: !0, ciMaterials: r, gitTriggers: i })
|
10428
10429
|
] })
|
@@ -10549,7 +10550,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10549
10550
|
}
|
10550
10551
|
);
|
10551
10552
|
}
|
10552
|
-
),
|
10553
|
+
), S8 = je.memo(
|
10553
10554
|
({
|
10554
10555
|
type: t,
|
10555
10556
|
filterOptions: e,
|
@@ -10654,7 +10655,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10654
10655
|
window.removeEventListener("beforeunload", e);
|
10655
10656
|
}), [e]);
|
10656
10657
|
}, Hk = async () => {
|
10657
|
-
const { result: t } = await
|
10658
|
+
const { result: t } = await ge(X.APP_LIST_MIN);
|
10658
10659
|
return t ? t.map((e) => ({
|
10659
10660
|
...e,
|
10660
10661
|
appList: e.appList.sort((s, n) => wt(s.name, n.name))
|
@@ -10666,7 +10667,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10666
10667
|
name: s
|
10667
10668
|
})).sort((e, s) => wt(e.name, s.name)) : [];
|
10668
10669
|
}, Yk = async () => {
|
10669
|
-
const { result: t } = await
|
10670
|
+
const { result: t } = await ge(X.CLUSTER_LIST_MIN);
|
10670
10671
|
return t ? t.map(({ id: e, cluster_name: s, isVirtualCluster: n, isProd: r }) => ({
|
10671
10672
|
id: e,
|
10672
10673
|
name: s,
|
@@ -10674,7 +10675,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10674
10675
|
isProd: r ?? !1
|
10675
10676
|
})).sort((e, s) => wt(e.name, s.name)) : [];
|
10676
10677
|
}, Wk = async () => {
|
10677
|
-
const { result: t } = await
|
10678
|
+
const { result: t } = await ge(X.ENVIRONMENT_LIST_MIN);
|
10678
10679
|
if (!t)
|
10679
10680
|
return [];
|
10680
10681
|
const e = t.map(
|
@@ -10708,7 +10709,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10708
10709
|
[Pt.cluster]: !1,
|
10709
10710
|
[Pt.environment]: !1
|
10710
10711
|
}
|
10711
|
-
),
|
10712
|
+
), y8 = ({
|
10712
10713
|
resourcesToFetch: t
|
10713
10714
|
}) => {
|
10714
10715
|
const e = oe(() => Kk(t), [t]), [s, n, r, i] = Bs(
|
@@ -10784,7 +10785,7 @@ const hk = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10784
10785
|
i.length && s.push(...i);
|
10785
10786
|
} else r?.isValid && !r.isValid(t) && s.push(r.message);
|
10786
10787
|
return s.length ? s : null;
|
10787
|
-
},
|
10788
|
+
}, N8 = (t) => {
|
10788
10789
|
const e = se(t?.initialValues || {}), [s, n] = R(e.current), [r, i] = R({}), [o, l] = R({}), [c, d] = R({}), [u, h] = R({}), f = (S = s) => t?.validations ? typeof t.validations == "function" ? t.validations(S) : t.validations : {}, m = (S) => {
|
10789
10790
|
const A = f(S), w = {};
|
10790
10791
|
return Object.keys(A || {}).forEach((y) => {
|
@@ -11077,8 +11078,8 @@ async function Jk({
|
|
11077
11078
|
triggerId: n,
|
11078
11079
|
fetchIdData: r
|
11079
11080
|
}) {
|
11080
|
-
const i = await
|
11081
|
-
n ? `${
|
11081
|
+
const i = await ge(
|
11082
|
+
n ? `${X.APP}/cd-pipeline/workflow/trigger-info/${t}/${e}/${s}/${n}${ug(r)}` : `${X.APP}/cd-pipeline/workflow/trigger-info/${t}/${e}/${s}/last${ug(r)}`
|
11082
11083
|
);
|
11083
11084
|
return {
|
11084
11085
|
...i,
|
@@ -11089,25 +11090,25 @@ async function Jk({
|
|
11089
11090
|
};
|
11090
11091
|
}
|
11091
11092
|
const Zk = (t) => {
|
11092
|
-
const e = `${
|
11093
|
-
return
|
11093
|
+
const e = `${X.IMAGE_TAGGING}/${t.pipelineId}/${t.artifactId}`;
|
11094
|
+
return ge(e);
|
11094
11095
|
}, Qk = (t, e) => {
|
11095
|
-
const s = `${
|
11096
|
+
const s = `${X.CI_CONFIG_GET}/${t.pipelineId}/workflow/${t.workflowId}?forceAbort=${e}`;
|
11096
11097
|
return Ff(s);
|
11097
11098
|
}, eL = (t, e) => {
|
11098
|
-
const s = `${
|
11099
|
+
const s = `${X.CD_MATERIAL_GET}/${t}/workflowRunner/${e}`;
|
11099
11100
|
return Ff(s);
|
11100
11101
|
};
|
11101
11102
|
function tL(t, e, s, n, r, i) {
|
11102
11103
|
let o;
|
11103
|
-
return r ? o =
|
11104
|
+
return r ? o = X.HELM_DEPLOYMENT_STATUS_TIMELINE_INSTALLED_APP : o = X.DEPLOYMENT_STATUS, ge(
|
11104
11105
|
`${o}/${t}/${e}${`?showTimeline=${s}`}${n ? `&wfrId=${n}` : ""}${i ? `&installedAppVersionHistoryId=${i}` : ""}`
|
11105
11106
|
);
|
11106
11107
|
}
|
11107
11108
|
function sL(t) {
|
11108
|
-
return
|
11109
|
+
return ge(`${X.MANUAL_SYNC}/${t.appId}/${t.envId}`);
|
11109
11110
|
}
|
11110
|
-
const
|
11111
|
+
const T8 = (t, e, s) => ge(`app/history/deployed-configuration/${t}/${e}/${s}`), A8 = (t, e, s, n, r) => ge(
|
11111
11112
|
`app/history/deployed-component/detail/${t}/${e}/${s}?historyComponent=${n.replace("-", "_").toUpperCase()}${r ? `&historyComponentName=${r}` : ""}`
|
11112
11113
|
), nL = (t) => {
|
11113
11114
|
const e = {};
|
@@ -11180,9 +11181,9 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11180
11181
|
r,
|
11181
11182
|
s
|
11182
11183
|
), r.values = n, r;
|
11183
|
-
},
|
11184
|
+
}, w8 = (t, e, s, n) => {
|
11184
11185
|
const r = Ct(
|
11185
|
-
`${
|
11186
|
+
`${X.RESOURCE_HISTORY_DEPLOYMENT}/${X.CONFIG_CD_PIPELINE}/${$f.v1}`,
|
11186
11187
|
{
|
11187
11188
|
baseConfigurationId: s,
|
11188
11189
|
historyComponent: e.replace("-", "_").toUpperCase(),
|
@@ -11190,7 +11191,7 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11190
11191
|
historyComponentName: n
|
11191
11192
|
}
|
11192
11193
|
);
|
11193
|
-
return
|
11194
|
+
return ge(r);
|
11194
11195
|
}, oL = async ({
|
11195
11196
|
appId: t,
|
11196
11197
|
envId: e,
|
@@ -11199,15 +11200,15 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11199
11200
|
showCurrentReleaseDeployments: r = !1
|
11200
11201
|
}) => {
|
11201
11202
|
const i = Ct(
|
11202
|
-
`${
|
11203
|
+
`${X.RESOURCE_HISTORY_DEPLOYMENT}/${Pt.cdPipeline}/${$f.v1}`,
|
11203
11204
|
{
|
11204
11205
|
filterCriteria: Ok({ appId: t, envId: e, releaseId: n, showCurrentReleaseDeployments: r }),
|
11205
11206
|
offset: s.offset,
|
11206
11207
|
limit: s.size
|
11207
11208
|
}
|
11208
|
-
), { result: o } = await
|
11209
|
+
), { result: o } = await ge(i);
|
11209
11210
|
return { result: Ik(o) };
|
11210
|
-
},
|
11211
|
+
}, O8 = (t) => ge(`${X.MODULE_CONFIGURED}?name=${t}`), hg = ({ children: t }) => /* @__PURE__ */ a.jsx("div", { className: "display-grid dc__column-gap-10 dc__align-start logs-renderer__log-item", children: t }), aL = ({
|
11211
11212
|
stage: t,
|
11212
11213
|
isOpen: e,
|
11213
11214
|
logs: s,
|
@@ -11353,12 +11354,12 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11353
11354
|
}
|
11354
11355
|
return j(() => (t && _(), f), [t, e]), [s, u.current, i];
|
11355
11356
|
}, uL = ({ triggerDetails: t, isBlobStorageConfigured: e, parentType: s, fullScreenView: n }) => {
|
11356
|
-
const { pipelineId: r, envId: i, appId: o } = os(), l = s === We.CI ? `${$l}/${
|
11357
|
+
const { pipelineId: r, envId: i, appId: o } = os(), l = s === We.CI ? `${$l}/${X.CI_CONFIG_GET}/${r}/workflow/${t.id}/logs` : `${$l}/${X.CD_MATERIAL_GET}/workflow/logs/${o}/${i}/${r}/${t.id}`, [c, d, u] = dL(
|
11357
11358
|
t.podStatus && t.podStatus !== ru.PENDING && l
|
11358
11359
|
), [h, f] = R([]), [m, p] = R([]), [g, _] = R(0), [x, b] = R([]), { searchKey: E, handleSearch: C } = mb(), v = m.length > 0, S = oe(() => h.every((Q) => Q.isOpen), [h]), A = S ? "Collapse all stages" : "Expand all stages", { registerShortcut: w, unregisterShortcut: y } = pa(), T = c[0]?.startsWith(ig) || !1;
|
11359
11360
|
function k({
|
11360
11361
|
log: Q,
|
11361
|
-
currentIndex:
|
11362
|
+
currentIndex: J = -1,
|
11362
11363
|
targetSearchKey: Se = E,
|
11363
11364
|
searchMatchResults: Ee = null,
|
11364
11365
|
searchIndex: Me = ""
|
@@ -11366,16 +11367,16 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11366
11367
|
let V = !1;
|
11367
11368
|
try {
|
11368
11369
|
if (Q = Q.replace(/\[[.]*m/, (q) => `\x1B[${q}m`), Se && T) {
|
11369
|
-
const q = Q.split(xp),
|
11370
|
+
const q = Q.split(xp), _e = Q.match(xp) || [], he = new RegExp(`(${xI(Se)})`, "ig");
|
11370
11371
|
Q = q.reduce((ae, bt, Vt) => {
|
11371
11372
|
try {
|
11372
11373
|
V = V || he.test(bt), ae.push(
|
11373
|
-
bt.replace(he, (yt) => (Me && Ee?.push(Me), `\x1B[0m\x1B[48;2;${Ee &&
|
11374
|
+
bt.replace(he, (yt) => (Me && Ee?.push(Me), `\x1B[0m\x1B[48;2;${Ee && J === Ee.length - 1 ? "0;102;204" : "197;141;54"}m${yt}\x1B[0m${Vt > 0 ? _e[Vt - 1] : ""}`))
|
11374
11375
|
);
|
11375
11376
|
} catch {
|
11376
11377
|
ae.push(bt);
|
11377
11378
|
}
|
11378
|
-
return Vt < q.length - 1 && ae.push(
|
11379
|
+
return Vt < q.length - 1 && ae.push(_e[Vt]), ae;
|
11379
11380
|
}, []).join("");
|
11380
11381
|
}
|
11381
11382
|
return {
|
@@ -11386,14 +11387,14 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11386
11387
|
return { __html: Q, isSearchKeyPresent: V };
|
11387
11388
|
}
|
11388
11389
|
}
|
11389
|
-
const N = (Q,
|
11390
|
-
const Me = h.length === 0, V =
|
11390
|
+
const N = (Q, J, Se, Ee) => {
|
11391
|
+
const Me = h.length === 0, V = J ?? !0;
|
11391
11392
|
return Ee ? Se || V : Me ? Q !== ri.SUCCESS || Se : V;
|
11392
|
-
}, I = t.podStatus === ru.PENDING || !!(d && d.readyState <= 1), O = (Q,
|
11393
|
+
}, I = t.podStatus === ru.PENDING || !!(d && d.readyState <= 1), O = (Q, J) => {
|
11393
11394
|
const Se = h.reduce(
|
11394
11395
|
(U, q) => (U[q.stage] || (U[q.stage] = {}), U[q.stage][q.startTime] = q, U),
|
11395
11396
|
{}
|
11396
|
-
), Ee = {}, Me = [], V = c.reduce((U, q,
|
11397
|
+
), Ee = {}, Me = [], V = c.reduce((U, q, _e) => {
|
11397
11398
|
if (q.startsWith(ig))
|
11398
11399
|
try {
|
11399
11400
|
const { stage: he, startTime: ke, endTime: ae, status: bt, metadata: Vt } = JSON.parse(
|
@@ -11404,12 +11405,12 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11404
11405
|
bt,
|
11405
11406
|
An.isOpen,
|
11406
11407
|
!!Ee[he]?.[ke],
|
11407
|
-
!!
|
11408
|
+
!!J
|
11408
11409
|
);
|
11409
11410
|
else {
|
11410
11411
|
const Vs = I ? ri.PROGRESSING : ri.FAILURE;
|
11411
11412
|
U.push({
|
11412
|
-
stage: he || `Untitled stage ${
|
11413
|
+
stage: he || `Untitled stage ${_e + 1}`,
|
11413
11414
|
startTime: ke || "",
|
11414
11415
|
endTime: ae || "",
|
11415
11416
|
// Would be defining the state when we receive the end status, otherwise it is loading and would be open
|
@@ -11418,7 +11419,7 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11418
11419
|
An.isOpen,
|
11419
11420
|
// Wont be present in case of start stage since no logs are present yet
|
11420
11421
|
!!Ee[he]?.[ke],
|
11421
|
-
!!
|
11422
|
+
!!J
|
11422
11423
|
),
|
11423
11424
|
status: Vs,
|
11424
11425
|
targetPlatforms: pd(Vt?.targetPlatforms),
|
@@ -11437,14 +11438,14 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11437
11438
|
log: q,
|
11438
11439
|
currentIndex: Q,
|
11439
11440
|
searchMatchResults: Me,
|
11440
|
-
targetSearchKey:
|
11441
|
+
targetSearchKey: J,
|
11441
11442
|
searchIndex: ke
|
11442
11443
|
});
|
11443
11444
|
he.logs.push(ae), bt && (he.isOpen = N(
|
11444
11445
|
he.status,
|
11445
11446
|
Se[he.stage]?.[he.startTime]?.isOpen,
|
11446
11447
|
!0,
|
11447
|
-
!!
|
11448
|
+
!!J
|
11448
11449
|
), Ee[he.stage] || (Ee[he.stage] = {}), Ee[he.stage][he.startTime] = !0);
|
11449
11450
|
}
|
11450
11451
|
return U;
|
@@ -11455,8 +11456,8 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11455
11456
|
if (!c?.length)
|
11456
11457
|
return;
|
11457
11458
|
if (!T) {
|
11458
|
-
const
|
11459
|
-
b(
|
11459
|
+
const J = c.map((Se) => k({ log: Se }).__html);
|
11460
|
+
b(J);
|
11460
11461
|
return;
|
11461
11462
|
}
|
11462
11463
|
const Q = O(g);
|
@@ -11464,8 +11465,8 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11464
11465
|
}, [c, I]);
|
11465
11466
|
const D = ut(() => {
|
11466
11467
|
f(
|
11467
|
-
(Q) => Q.map((
|
11468
|
-
...
|
11468
|
+
(Q) => Q.map((J) => ({
|
11469
|
+
...J,
|
11469
11470
|
isOpen: !S
|
11470
11471
|
}))
|
11471
11472
|
);
|
@@ -11473,10 +11474,10 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11473
11474
|
j(() => (w({ callback: D, keys: ["E"] }), () => {
|
11474
11475
|
y(["E"]);
|
11475
11476
|
}), [D]);
|
11476
|
-
const M = (Q,
|
11477
|
+
const M = (Q, J = E) => {
|
11477
11478
|
if (m.length > 0 || Q === "reset") {
|
11478
11479
|
let Se = 0;
|
11479
|
-
Q === "next" ? Se = (g + 1) % m.length : Q === "prev" && (Se = g > 0 ? g - 1 : m.length - 1), _(Se), f(O(Se,
|
11480
|
+
Q === "next" ? Se = (g + 1) % m.length : Q === "prev" && (Se = g > 0 ? g - 1 : m.length - 1), _(Se), f(O(Se, J));
|
11480
11481
|
}
|
11481
11482
|
}, $ = () => {
|
11482
11483
|
M("next");
|
@@ -11485,11 +11486,11 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11485
11486
|
}, Y = (Q) => {
|
11486
11487
|
C(Q), E === Q ? $() : M("reset", Q);
|
11487
11488
|
}, ee = (Q) => {
|
11488
|
-
const
|
11489
|
-
|
11489
|
+
const J = structuredClone(h);
|
11490
|
+
J[Q].isOpen = !1, f(J);
|
11490
11491
|
}, ue = (Q) => {
|
11491
|
-
const
|
11492
|
-
|
11492
|
+
const J = structuredClone(h);
|
11493
|
+
J[Q].isOpen = !0, f(J);
|
11493
11494
|
}, Ye = () => T ? /* @__PURE__ */ a.jsxs(
|
11494
11495
|
"div",
|
11495
11496
|
{
|
@@ -11555,7 +11556,7 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11555
11556
|
] })
|
11556
11557
|
] }),
|
11557
11558
|
/* @__PURE__ */ a.jsx(
|
11558
|
-
|
11559
|
+
xe,
|
11559
11560
|
{
|
11560
11561
|
shortcutKeyCombo: {
|
11561
11562
|
text: A,
|
@@ -11579,11 +11580,11 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11579
11580
|
}
|
11580
11581
|
),
|
11581
11582
|
/* @__PURE__ */ a.jsx("div", { className: "flexbox-col px-12 dc__gap-4", children: h.map(
|
11582
|
-
({ stage: Q, isOpen:
|
11583
|
+
({ stage: Q, isOpen: J, logs: Se, endTime: Ee, startTime: Me, status: V, targetPlatforms: U }, q) => /* @__PURE__ */ a.jsx(
|
11583
11584
|
aL,
|
11584
11585
|
{
|
11585
11586
|
stage: Q,
|
11586
|
-
isOpen:
|
11587
|
+
isOpen: J,
|
11587
11588
|
logs: Se,
|
11588
11589
|
endTime: Ee,
|
11589
11590
|
startTime: Me,
|
@@ -11602,10 +11603,10 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11602
11603
|
]
|
11603
11604
|
}
|
11604
11605
|
) : /* @__PURE__ */ a.jsxs("div", { className: "logs__body dark-background flex-grow-1", "data-testid": "check-logs-detail", children: [
|
11605
|
-
x.map((Q,
|
11606
|
+
x.map((Q, J) => (
|
11606
11607
|
// eslint-disable-next-line react/no-array-index-key
|
11607
11608
|
/* @__PURE__ */ a.jsxs("div", { className: "flex top left mb-10 lh-24", children: [
|
11608
|
-
/* @__PURE__ */ a.jsx("span", { className: "cn-4 col-2 pr-10", children:
|
11609
|
+
/* @__PURE__ */ a.jsx("span", { className: "cn-4 col-2 pr-10", children: J + 1 }),
|
11609
11610
|
/* @__PURE__ */ a.jsx(
|
11610
11611
|
"p",
|
11611
11612
|
{
|
@@ -11615,7 +11616,7 @@ const N8 = (t, e, s) => xe(`app/history/deployed-configuration/${t}/${e}/${s}`),
|
|
11615
11616
|
}
|
11616
11617
|
}
|
11617
11618
|
)
|
11618
|
-
] }, `logs-${
|
11619
|
+
] }, `logs-${J}`)
|
11619
11620
|
)),
|
11620
11621
|
I && /* @__PURE__ */ a.jsx("div", { className: "flex left event-source-status", children: /* @__PURE__ */ a.jsx(st, {}) })
|
11621
11622
|
] });
|
@@ -12475,14 +12476,14 @@ const vL = ({
|
|
12475
12476
|
const { title: c, subtitle: d, strikeThrough: u, iconConfig: h } = l;
|
12476
12477
|
return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
12477
12478
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox-col flex-grow-1 mw-none", children: [
|
12478
|
-
/* @__PURE__ */ a.jsx(
|
12479
|
+
/* @__PURE__ */ a.jsx(xe, { content: c, placement: "right", children: /* @__PURE__ */ a.jsx(
|
12479
12480
|
"span",
|
12480
12481
|
{
|
12481
12482
|
className: `collapsible__item__title dc__truncate fs-13 lh-20 ${u ? "dc__strike-through" : ""}`,
|
12482
12483
|
children: c
|
12483
12484
|
}
|
12484
12485
|
) }),
|
12485
|
-
d && /* @__PURE__ */ a.jsx(
|
12486
|
+
d && /* @__PURE__ */ a.jsx(xe, { content: d, placement: "right", children: /* @__PURE__ */ a.jsx("span", { className: "dc__truncate fw-4 lh-1-5 cn-7", children: d }) })
|
12486
12487
|
] }),
|
12487
12488
|
h && /* @__PURE__ */ a.jsx(
|
12488
12489
|
is,
|
@@ -12545,7 +12546,7 @@ const vL = ({
|
|
12545
12546
|
style: { "--rotateBy": f ? "0deg" : "-90deg" }
|
12546
12547
|
}
|
12547
12548
|
),
|
12548
|
-
/* @__PURE__ */ a.jsx(
|
12549
|
+
/* @__PURE__ */ a.jsx(xe, { content: c, placement: "right", children: /* @__PURE__ */ a.jsx("span", { className: "flex-grow-1 dc__align-left dc__truncate", children: c }) })
|
12549
12550
|
]
|
12550
12551
|
}
|
12551
12552
|
),
|
@@ -12772,7 +12773,7 @@ const uE = {
|
|
12772
12773
|
);
|
12773
12774
|
}, lr = ({ code: t, image: e, title: s, subTitle: n, imageType: r, heightToDeduct: i, redirectURL: o, reload: l }) => {
|
12774
12775
|
const { push: c } = Mi(), d = () => {
|
12775
|
-
c(o || `/${
|
12776
|
+
c(o || `/${X.APP_LIST}`);
|
12776
12777
|
}, u = (g) => {
|
12777
12778
|
switch (g) {
|
12778
12779
|
case at.NOT_FOUND:
|
@@ -13489,7 +13490,7 @@ const uE = {
|
|
13489
13490
|
collapsibleNavList: [],
|
13490
13491
|
navList: p
|
13491
13492
|
};
|
13492
|
-
},
|
13493
|
+
}, I8 = (t) => t.reduce(
|
13493
13494
|
(e, s) => ({
|
13494
13495
|
...e,
|
13495
13496
|
...s.type === Qu.DefaultVersions && s.chartType === "Deployment" ? {
|
@@ -13520,7 +13521,7 @@ const uE = {
|
|
13520
13521
|
showTooltip: n = !0,
|
13521
13522
|
throttleOnChange: r
|
13522
13523
|
}) => /* @__PURE__ */ a.jsx(
|
13523
|
-
|
13524
|
+
xe,
|
13524
13525
|
{
|
13525
13526
|
alwaysShowTippyOnHover: n,
|
13526
13527
|
content: t ? "Hide variables value" : "Show variables value",
|
@@ -13864,13 +13865,13 @@ const uE = {
|
|
13864
13865
|
j(() => (E({ compareWfrId: b }), e(!0), C !== ou && S(ou), () => {
|
13865
13866
|
o(!1), e(!1);
|
13866
13867
|
}), []);
|
13867
|
-
const k = async (
|
13868
|
+
const k = async (J) => {
|
13868
13869
|
w({ ...A, isLoading: !0 });
|
13869
13870
|
try {
|
13870
13871
|
const { result: Se } = await oL({
|
13871
13872
|
appId: +_,
|
13872
13873
|
envId: +x,
|
13873
|
-
pagination: { offset:
|
13874
|
+
pagination: { offset: J, size: ei }
|
13874
13875
|
}), Ee = new Map((Se.cdWorkflows || []).map((V) => [V.id, V])), Me = new Map([...A.data, ...Ee]);
|
13875
13876
|
w({
|
13876
13877
|
isLoading: !1,
|
@@ -13897,8 +13898,8 @@ const uE = {
|
|
13897
13898
|
triggerHistory: A.data,
|
13898
13899
|
renderRunSource: c,
|
13899
13900
|
resourceId: d
|
13900
|
-
}), M = D.find(({ value:
|
13901
|
-
E({ compareWfrId:
|
13901
|
+
}), M = D.find(({ value: J }) => J === b), $ = !!D.length, G = ({ value: J }) => {
|
13902
|
+
E({ compareWfrId: J });
|
13902
13903
|
}, Y = {
|
13903
13904
|
primaryConfig: $ ? [
|
13904
13905
|
{
|
@@ -14195,13 +14196,13 @@ const uE = {
|
|
14195
14196
|
[]
|
14196
14197
|
);
|
14197
14198
|
const f = `icon-dim-${i} dc__no-shrink`;
|
14198
|
-
return /* @__PURE__ */ a.jsx(
|
14199
|
+
return /* @__PURE__ */ a.jsx(xe, { content: "Copy", alwaysShowTippyOnHover: !o, children: /* @__PURE__ */ a.jsx(
|
14199
14200
|
"button",
|
14200
14201
|
{
|
14201
14202
|
type: "button",
|
14202
14203
|
className: `dc__outline-none-imp p-0 flex dc__transparent--unstyled dc__no-border ${r}`,
|
14203
14204
|
onClick: h,
|
14204
|
-
children: /* @__PURE__ */ a.jsx(
|
14205
|
+
children: /* @__PURE__ */ a.jsx(xe, { content: e, alwaysShowTippyOnHover: !0, visible: o, children: /* @__PURE__ */ a.jsx("div", { className: "flex", children: o ? /* @__PURE__ */ a.jsx(cd, { className: f }) : /* @__PURE__ */ a.jsx(OA, { className: f }) }) })
|
14205
14206
|
}
|
14206
14207
|
) });
|
14207
14208
|
};
|
@@ -14430,7 +14431,7 @@ const XL = ({
|
|
14430
14431
|
S()
|
14431
14432
|
] })
|
14432
14433
|
] });
|
14433
|
-
},
|
14434
|
+
}, R8 = ({
|
14434
14435
|
shortcutCombo: t = ["Shift", "F"],
|
14435
14436
|
showOnlyWhenPathIncludesLogs: e = !0,
|
14436
14437
|
fullScreenView: s,
|
@@ -14442,7 +14443,7 @@ const XL = ({
|
|
14442
14443
|
return j(() => (c && t.length && i({ callback: l, keys: t }), () => {
|
14443
14444
|
o(t);
|
14444
14445
|
}), [c, l]), c && /* @__PURE__ */ a.jsx(
|
14445
|
-
|
14446
|
+
xe,
|
14446
14447
|
{
|
14447
14448
|
placement: "left",
|
14448
14449
|
shortcutKeyCombo: {
|
@@ -14462,7 +14463,7 @@ const XL = ({
|
|
14462
14463
|
}
|
14463
14464
|
);
|
14464
14465
|
}, ZL = ({ scrollToTop: t, scrollToBottom: e, style: s }) => /* @__PURE__ */ a.jsxs("div", { style: s, className: "dc__element-scroller flex column top br-4", children: [
|
14465
|
-
/* @__PURE__ */ a.jsx(
|
14466
|
+
/* @__PURE__ */ a.jsx(xe, { alwaysShowTippyOnHover: !0, content: "Scroll to Top", placement: "left", children: /* @__PURE__ */ a.jsx(
|
14466
14467
|
"button",
|
14467
14468
|
{
|
14468
14469
|
className: "flex",
|
@@ -14473,7 +14474,7 @@ const XL = ({
|
|
14473
14474
|
children: /* @__PURE__ */ a.jsx(Cn, { className: "rotate", style: { "--rotateBy": "180deg" } })
|
14474
14475
|
}
|
14475
14476
|
) }),
|
14476
|
-
/* @__PURE__ */ a.jsx(
|
14477
|
+
/* @__PURE__ */ a.jsx(xe, { alwaysShowTippyOnHover: !0, content: "Scroll to Bottom", placement: "left", children: /* @__PURE__ */ a.jsx(
|
14477
14478
|
"button",
|
14478
14479
|
{
|
14479
14480
|
className: "flex",
|
@@ -14778,7 +14779,7 @@ const eD = (t) => {
|
|
14778
14779
|
handleClose: n
|
14779
14780
|
}
|
14780
14781
|
);
|
14781
|
-
},
|
14782
|
+
}, k8 = ({
|
14782
14783
|
title: t,
|
14783
14784
|
subtitle: e = "",
|
14784
14785
|
component: s = "",
|
@@ -15318,7 +15319,7 @@ const eD = (t) => {
|
|
15318
15319
|
}
|
15319
15320
|
)
|
15320
15321
|
] }) });
|
15321
|
-
},
|
15322
|
+
}, L8 = ({
|
15322
15323
|
fullScreenView: t,
|
15323
15324
|
triggerHistory: e,
|
15324
15325
|
setTriggerHistory: s,
|
@@ -15349,21 +15350,21 @@ const eD = (t) => {
|
|
15349
15350
|
// TODO: Ask if fetchIdData is required here as dependency
|
15350
15351
|
[y, w, T],
|
15351
15352
|
!!y && !!k
|
15352
|
-
), $ = pd(N?.targetPlatforms), G = (
|
15353
|
+
), $ = pd(N?.targetPlatforms), G = (J, Se, Ee) => {
|
15353
15354
|
if (Ee) {
|
15354
15355
|
f?.result?.cdWorkflows?.length && s(pN(f.result.cdWorkflows, "id")), u(Mn.SUSPEND);
|
15355
15356
|
return;
|
15356
15357
|
}
|
15357
|
-
if (
|
15358
|
-
const Me = e.get(
|
15358
|
+
if (J === Se?.id) {
|
15359
|
+
const Me = e.get(J)?.appliedFilters ?? [], V = e.get(J)?.appliedFiltersTimestamp, U = e.get(J)?.promotionApprovalMetadata, q = e.get(J)?.runSource, _e = e.get(J)?.targetConfig, he = e.get(J)?.userApprovalMetadata, ke = {
|
15359
15360
|
...Me.length ? { appliedFilters: Me } : {},
|
15360
15361
|
...V ? { appliedFiltersTimestamp: V } : {},
|
15361
15362
|
...U ? { promotionApprovalMetadata: U } : {},
|
15362
15363
|
...q ? { runSource: q } : {},
|
15363
|
-
...
|
15364
|
+
..._e ? { targetConfig: _e } : {},
|
15364
15365
|
...he ? { userApprovalMetadata: he } : {}
|
15365
15366
|
};
|
15366
|
-
s((ae) => (ae.set(
|
15367
|
+
s((ae) => (ae.set(J, { ...Se, ...ke }), new Map(ae))), d === Mn.FETCHING && u(Mn.SUCCESS);
|
15367
15368
|
}
|
15368
15369
|
};
|
15369
15370
|
let Y = !!d && d !== Mn.SUSPEND;
|
@@ -15379,21 +15380,21 @@ const eD = (t) => {
|
|
15379
15380
|
j(() => {
|
15380
15381
|
if (I)
|
15381
15382
|
return;
|
15382
|
-
let
|
15383
|
+
let J = {
|
15383
15384
|
...O?.result,
|
15384
15385
|
imageComment: N?.imageComment,
|
15385
15386
|
imageReleaseTags: N?.imageReleaseTags
|
15386
15387
|
};
|
15387
|
-
Y && (
|
15388
|
+
Y && (J = null), G(+y, J, D);
|
15388
15389
|
}, [I, O, D]), j(() => {
|
15389
15390
|
if (ee || !O || !Y)
|
15390
15391
|
return;
|
15391
|
-
const
|
15392
|
+
const J = {
|
15392
15393
|
...O?.result,
|
15393
15394
|
imageReleaseTags: ue?.result?.imageReleaseTags,
|
15394
15395
|
imageComment: ue?.result?.imageComment
|
15395
15396
|
};
|
15396
|
-
G(+y,
|
15397
|
+
G(+y, J, Ye);
|
15397
15398
|
}, [ee, ue, Ye]);
|
15398
15399
|
const Q = oe(() => !N || hk.has(N.podStatus?.toLowerCase() || N.status?.toLowerCase()) ? null : fk.has(N.status?.toLowerCase() || N.podStatus?.toLowerCase()) ? 1e4 : 3e4, [N]);
|
15399
15400
|
return mN(M, Q), !Y && I && !N || !y || Y && (ee || I) && !N ? /* @__PURE__ */ a.jsx(st, { pageLoader: !0 }) : D?.code === 404 ? /* @__PURE__ */ a.jsx(
|
@@ -15627,7 +15628,7 @@ const eD = (t) => {
|
|
15627
15628
|
DATE: "date_picker",
|
15628
15629
|
MONTH: "month_picker",
|
15629
15630
|
TIME: "time_picker"
|
15630
|
-
},
|
15631
|
+
}, D8 = {
|
15631
15632
|
container: (t) => ({
|
15632
15633
|
...t,
|
15633
15634
|
height: "36px"
|
@@ -15680,7 +15681,7 @@ const eD = (t) => {
|
|
15680
15681
|
maxHeight: "250px",
|
15681
15682
|
width: "200px"
|
15682
15683
|
})
|
15683
|
-
}, bD = (t) => t.isSame(ze(), "day"),
|
15684
|
+
}, bD = (t) => t.isSame(ze(), "day"), j8 = ({
|
15684
15685
|
date: t,
|
15685
15686
|
handleDatesChange: e,
|
15686
15687
|
readOnly: s,
|
@@ -15737,7 +15738,7 @@ const eD = (t) => {
|
|
15737
15738
|
return t;
|
15738
15739
|
const s = e.getDate(), n = e.getMonth(), r = e.getFullYear(), i = new Date(t);
|
15739
15740
|
return i.setFullYear(r, n, s), i;
|
15740
|
-
},
|
15741
|
+
}, P8 = (t, e) => {
|
15741
15742
|
const s = t ? new Date(t) : /* @__PURE__ */ new Date();
|
15742
15743
|
let n = s.getHours(), r = s.getMinutes();
|
15743
15744
|
if (r === 0 || r === 30 || (r < 30 ? r = 30 : (r = 0, n += 1)), e) {
|
@@ -15746,7 +15747,7 @@ const eD = (t) => {
|
|
15746
15747
|
}
|
15747
15748
|
const i = new Date(s);
|
15748
15749
|
return i.setHours(n, r, 0), i;
|
15749
|
-
},
|
15750
|
+
}, M8 = ({
|
15750
15751
|
selectedMonthlyDate: t,
|
15751
15752
|
onChange: e,
|
15752
15753
|
dataTestId: s = Sr.MONTH
|
@@ -15761,7 +15762,7 @@ const eD = (t) => {
|
|
15761
15762
|
onChange: e,
|
15762
15763
|
"data-testid": s
|
15763
15764
|
}
|
15764
|
-
) }),
|
15765
|
+
) }), B8 = ({
|
15765
15766
|
disabled: t = !1,
|
15766
15767
|
onChange: e,
|
15767
15768
|
timePickerProps: s,
|
@@ -15783,7 +15784,7 @@ const eD = (t) => {
|
|
15783
15784
|
size: F.large,
|
15784
15785
|
error: n
|
15785
15786
|
}
|
15786
|
-
),
|
15787
|
+
), F8 = ({
|
15787
15788
|
date: t = /* @__PURE__ */ new Date(),
|
15788
15789
|
onChange: e,
|
15789
15790
|
timePickerProps: s = {},
|
@@ -15913,7 +15914,7 @@ const eD = (t) => {
|
|
15913
15914
|
] });
|
15914
15915
|
}) })
|
15915
15916
|
);
|
15916
|
-
},
|
15917
|
+
}, U8 = ({
|
15917
15918
|
envId: t,
|
15918
15919
|
ciArtifactId: e,
|
15919
15920
|
handleClose: s,
|
@@ -16084,7 +16085,7 @@ const eD = (t) => {
|
|
16084
16085
|
}
|
16085
16086
|
) })
|
16086
16087
|
] });
|
16087
|
-
},
|
16088
|
+
}, $8 = ({ iframeList: t, maxHeight: e = 300, maxWidth: s = 300 }) => {
|
16088
16089
|
const n = t.sort((r, i) => (r?.order || 0) - (i?.order || 0));
|
16089
16090
|
return /* @__PURE__ */ a.jsx("div", { className: "flexbox dc__gap-16 flex-wrap w-100", children: n.map((r, i) => /* @__PURE__ */ a.jsx(
|
16090
16091
|
TD,
|
@@ -16100,7 +16101,7 @@ const eD = (t) => {
|
|
16100
16101
|
)) });
|
16101
16102
|
};
|
16102
16103
|
var xE = /* @__PURE__ */ ((t) => (t.SHARED = "SHARED", t.PRESET = "PRESET", t))(xE || {}), AD = /* @__PURE__ */ ((t) => (t.DELETE = "DELETE", t.MOVE_PLUGIN = "MOVE_PLUGIN", t))(AD || {});
|
16103
|
-
const
|
16104
|
+
const V8 = {
|
16104
16105
|
parentPluginStore: {},
|
16105
16106
|
pluginVersionStore: {}
|
16106
16107
|
}, wD = {
|
@@ -16162,7 +16163,7 @@ const $8 = {
|
|
16162
16163
|
}), Object.keys(s).forEach((r) => {
|
16163
16164
|
n.pluginVersionStore[r] = s[r];
|
16164
16165
|
}), n;
|
16165
|
-
},
|
16166
|
+
}, H8 = async ({
|
16166
16167
|
appId: t,
|
16167
16168
|
parentPluginIds: e,
|
16168
16169
|
pluginIds: s,
|
@@ -16177,7 +16178,7 @@ const $8 = {
|
|
16177
16178
|
pluginIds: s,
|
16178
16179
|
parentPluginIdentifiers: i
|
16179
16180
|
}, { result: l } = await as(
|
16180
|
-
|
16181
|
+
X.PLUGIN_GLOBAL_LIST_DETAIL_V2,
|
16181
16182
|
o,
|
16182
16183
|
{ signal: n }
|
16183
16184
|
);
|
@@ -16201,7 +16202,7 @@ const $8 = {
|
|
16201
16202
|
appId: s,
|
16202
16203
|
size: 20,
|
16203
16204
|
tag: e
|
16204
|
-
}, { result: o } = await
|
16205
|
+
}, { result: o } = await ge(Ct(X.PLUGIN_GLOBAL_LIST_V2, i), {
|
16205
16206
|
signal: r
|
16206
16207
|
}), l = bE(o?.parentPlugins);
|
16207
16208
|
return {
|
@@ -16216,7 +16217,7 @@ const $8 = {
|
|
16216
16217
|
try {
|
16217
16218
|
const e = {
|
16218
16219
|
appId: t
|
16219
|
-
}, { result: s } = await
|
16220
|
+
}, { result: s } = await ge(Ct(X.PLUGIN_GLOBAL_LIST_TAGS, e));
|
16220
16221
|
if (!s?.tagNames)
|
16221
16222
|
return [];
|
16222
16223
|
const n = new Set(s.tagNames);
|
@@ -16224,8 +16225,8 @@ const $8 = {
|
|
16224
16225
|
} catch (e) {
|
16225
16226
|
throw it(e), e;
|
16226
16227
|
}
|
16227
|
-
},
|
16228
|
-
const e = await
|
16228
|
+
}, G8 = async (t) => {
|
16229
|
+
const e = await ge(Ct(X.PLUGIN_LIST_MIN, t));
|
16229
16230
|
return {
|
16230
16231
|
...e,
|
16231
16232
|
result: (e?.result ?? []).sort((s, n) => wt(s.name, n.name))
|
@@ -16422,7 +16423,7 @@ const $8 = {
|
|
16422
16423
|
m && /* @__PURE__ */ a.jsx(CE, {}),
|
16423
16424
|
s > e.length && !m && /* @__PURE__ */ a.jsx(aE, { callback: x, hasError: g })
|
16424
16425
|
] }) : i || r.length ? /* @__PURE__ */ a.jsx(o2, { handleClearFilters: d, imageType: Fr.Large }) : /* @__PURE__ */ a.jsx(St, { title: "No plugins found", subTitle: "We are unable to locate any plugin in our system" });
|
16425
|
-
},
|
16426
|
+
}, Y8 = ({
|
16426
16427
|
availableTags: t,
|
16427
16428
|
handleUpdateAvailableTags: e,
|
16428
16429
|
pluginDataStore: s,
|
@@ -16474,11 +16475,11 @@ const $8 = {
|
|
16474
16475
|
}, [G, Y, ee]);
|
16475
16476
|
const Ye = (U, q = !1) => {
|
16476
16477
|
const {
|
16477
|
-
pluginStore: { parentPluginStore:
|
16478
|
+
pluginStore: { parentPluginStore: _e, pluginVersionStore: he },
|
16478
16479
|
totalCount: ke,
|
16479
16480
|
parentPluginIdList: ae
|
16480
16481
|
} = U;
|
16481
|
-
n(RD(s,
|
16482
|
+
n(RD(s, _e, he)), y(ke);
|
16482
16483
|
const bt = q ? structuredClone(x) : [], Vt = bt.reduce(
|
16483
16484
|
(yt, An) => (yt[An.parentPluginId] = !0, yt),
|
16484
16485
|
{}
|
@@ -16494,7 +16495,7 @@ const $8 = {
|
|
16494
16495
|
}, [O, D, M]);
|
16495
16496
|
const Q = () => {
|
16496
16497
|
l && w([]);
|
16497
|
-
},
|
16498
|
+
}, J = () => {
|
16498
16499
|
T({
|
16499
16500
|
searchKey: "",
|
16500
16501
|
selectedTags: []
|
@@ -16550,7 +16551,7 @@ const $8 = {
|
|
16550
16551
|
selectedTags: N
|
16551
16552
|
},
|
16552
16553
|
onRemoveFilter: Me,
|
16553
|
-
clearFilters:
|
16554
|
+
clearFilters: J,
|
16554
16555
|
className: "w-100 pt-0-imp",
|
16555
16556
|
clearButtonClassName: "dc__no-background-imp dc__no-border-imp dc__tab-focus",
|
16556
16557
|
shouldHideLabel: !0
|
@@ -16577,7 +16578,7 @@ const $8 = {
|
|
16577
16578
|
handlePluginSelection: V,
|
16578
16579
|
selectedPluginsMap: o,
|
16579
16580
|
isSelectable: i,
|
16580
|
-
handleClearFilters:
|
16581
|
+
handleClearFilters: J,
|
16581
16582
|
showCardBorder: g,
|
16582
16583
|
getPluginStoreRef: A
|
16583
16584
|
}
|
@@ -16596,7 +16597,7 @@ const $8 = {
|
|
16596
16597
|
plugins: [Jx],
|
16597
16598
|
children: t
|
16598
16599
|
}
|
16599
|
-
),
|
16600
|
+
), W8 = ({
|
16600
16601
|
config: t,
|
16601
16602
|
maskValue: e,
|
16602
16603
|
isSortable: s,
|
@@ -16626,8 +16627,8 @@ const $8 = {
|
|
16626
16627
|
{}
|
16627
16628
|
),
|
16628
16629
|
[E]
|
16629
|
-
), $ = (V, U, q,
|
16630
|
-
if (
|
16630
|
+
), $ = (V, U, q, _e = !0) => {
|
16631
|
+
if (_e) {
|
16631
16632
|
const he = V.trim();
|
16632
16633
|
if (m && U === x && M[he] > 1 || p && U === x && !he && E.some(
|
16633
16634
|
({ id: ae, data: bt }) => ae === q && bt[b].value.trim()
|
@@ -16638,10 +16639,10 @@ const $8 = {
|
|
16638
16639
|
}, G = (V) => {
|
16639
16640
|
if (m) {
|
16640
16641
|
const { isAnyKeyDuplicated: q } = V.reduce(
|
16641
|
-
(
|
16642
|
-
const { keysFrequency: ke } =
|
16642
|
+
(_e, he) => {
|
16643
|
+
const { keysFrequency: ke } = _e, ae = he.data[x].value.trim();
|
16643
16644
|
return ae && (ke[ae] = (ke[ae] || 0) + 1), {
|
16644
|
-
isAnyKeyDuplicated:
|
16645
|
+
isAnyKeyDuplicated: _e.isAnyKeyDuplicated || ke[ae] > 1,
|
16645
16646
|
keysFrequency: ke
|
16646
16647
|
};
|
16647
16648
|
},
|
@@ -16651,9 +16652,9 @@ const $8 = {
|
|
16651
16652
|
return !1;
|
16652
16653
|
}
|
16653
16654
|
return p && V.some(
|
16654
|
-
(
|
16655
|
+
(_e) => !_e.data[x].value.trim() && _e.data[b].value.trim()
|
16655
16656
|
) ? !1 : V.every(
|
16656
|
-
({ data: q, id:
|
16657
|
+
({ data: q, id: _e }) => $(q[x].value, x, _e, !1) && $(q[b].value, b, _e, !1)
|
16657
16658
|
);
|
16658
16659
|
}, Y = () => {
|
16659
16660
|
const V = (Date.now() * Math.random()).toString(16);
|
@@ -16684,7 +16685,7 @@ const $8 = {
|
|
16684
16685
|
s && C((V) => {
|
16685
16686
|
const U = structuredClone(V);
|
16686
16687
|
return U.sort(
|
16687
|
-
(q,
|
16688
|
+
(q, _e) => wt(q.data[k].value, _e.data[k].value, N)
|
16688
16689
|
), U;
|
16689
16690
|
});
|
16690
16691
|
}, [N]), j(() => {
|
@@ -16698,30 +16699,30 @@ const $8 = {
|
|
16698
16699
|
const ue = () => I(k), Ye = (V) => () => {
|
16699
16700
|
const U = E.filter(({ id: q }) => q !== V.id);
|
16700
16701
|
if (U.length === 0 && !l) {
|
16701
|
-
const q = Y(), { id:
|
16702
|
+
const q = Y(), { id: _e } = q;
|
16702
16703
|
S(!0), f?.(!G([q])), C([q]), O.current = {
|
16703
|
-
[
|
16704
|
+
[_e]: kn()
|
16704
16705
|
}, D.current = {
|
16705
|
-
[
|
16706
|
+
[_e]: kn()
|
16706
16707
|
}, i?.(V.id);
|
16707
16708
|
return;
|
16708
16709
|
}
|
16709
16710
|
f?.(!G(U)), C(U), delete O.current[V.id], delete D.current[V.id], i?.(V.id);
|
16710
16711
|
}, Q = (V, U) => (q) => {
|
16711
|
-
const { value:
|
16712
|
+
const { value: _e } = q.target, he = {
|
16712
16713
|
...V,
|
16713
16714
|
data: {
|
16714
16715
|
...V.data,
|
16715
16716
|
[U]: {
|
16716
16717
|
...V.data[U],
|
16717
|
-
value:
|
16718
|
+
value: _e
|
16718
16719
|
}
|
16719
16720
|
}
|
16720
16721
|
}, ke = E.map((ae) => ae.id === V.id ? he : ae);
|
16721
16722
|
f?.(!G(ke)), C(ke);
|
16722
|
-
},
|
16723
|
-
const { value:
|
16724
|
-
r?.(V.id, U,
|
16723
|
+
}, J = (V, U) => (q) => {
|
16724
|
+
const { value: _e } = q.target;
|
16725
|
+
r?.(V.id, U, _e), f?.(!G(E));
|
16725
16726
|
}, Se = (V, U, q) => /* @__PURE__ */ a.jsxs(
|
16726
16727
|
"div",
|
16727
16728
|
{
|
@@ -16814,7 +16815,7 @@ const $8 = {
|
|
16814
16815
|
value: V.data[U].value,
|
16815
16816
|
placeholder: o[U],
|
16816
16817
|
onChange: Q(V, U),
|
16817
|
-
onBlur:
|
16818
|
+
onBlur: J(V, U),
|
16818
16819
|
refVar: U === x ? O.current?.[V.id] : D.current?.[V.id],
|
16819
16820
|
dependentRef: U === x ? D.current?.[V.id] : O.current?.[V.id],
|
16820
16821
|
disabled: c || V.data[U].disabled,
|
@@ -16962,8 +16963,8 @@ const $8 = {
|
|
16962
16963
|
children: C()
|
16963
16964
|
}
|
16964
16965
|
);
|
16965
|
-
return p ? /* @__PURE__ */ a.jsx(
|
16966
|
-
},
|
16966
|
+
return p ? /* @__PURE__ */ a.jsx(xe, { ...g, children: v() }) : v();
|
16967
|
+
}, K8 = ({
|
16967
16968
|
tabs: t = [],
|
16968
16969
|
size: e = F.large,
|
16969
16970
|
rightComponent: s,
|
@@ -17080,7 +17081,7 @@ const $8 = {
|
|
17080
17081
|
},
|
17081
17082
|
children: e
|
17082
17083
|
}
|
17083
|
-
),
|
17084
|
+
), z8 = ({
|
17084
17085
|
defaultIcon: t,
|
17085
17086
|
errorMessage: e,
|
17086
17087
|
handleError: s,
|
@@ -17246,7 +17247,7 @@ const JD = ({
|
|
17246
17247
|
)
|
17247
17248
|
] });
|
17248
17249
|
}, ZD = ({ parsingError: t, restoreLastSavedYAML: e, children: s }) => /* @__PURE__ */ a.jsx(
|
17249
|
-
|
17250
|
+
xe,
|
17250
17251
|
{
|
17251
17252
|
alwaysShowTippyOnHover: !0,
|
17252
17253
|
interactive: !0,
|
@@ -17256,7 +17257,7 @@ const JD = ({
|
|
17256
17257
|
}),
|
17257
17258
|
children: s
|
17258
17259
|
}
|
17259
|
-
), QD = ({ parsingError: t, restoreLastSavedYAML: e, children: s }) => t ? /* @__PURE__ */ a.jsx(ZD, { parsingError: t, restoreLastSavedYAML: e, children: s }) : s,
|
17260
|
+
), QD = ({ parsingError: t, restoreLastSavedYAML: e, children: s }) => t ? /* @__PURE__ */ a.jsx(ZD, { parsingError: t, restoreLastSavedYAML: e, children: s }) : s, q8 = ({ count: t, isApprox: e, isSelected: s }) => /* @__PURE__ */ a.jsxs(
|
17260
17261
|
"div",
|
17261
17262
|
{
|
17262
17263
|
className: `flex dc__no-shrink br-12 dc__gap-2 px-6 ${s ? "bcb-5 cn-0" : "bcn-1 cn-7"} fs-13 fw-6 lh-20`,
|
@@ -17265,7 +17266,7 @@ const JD = ({
|
|
17265
17266
|
/* @__PURE__ */ a.jsx("span", { children: t })
|
17266
17267
|
]
|
17267
17268
|
}
|
17268
|
-
),
|
17269
|
+
), X8 = () => /* @__PURE__ */ a.jsxs("div", { className: "px-4 py-2 flex dc__gap-2 br-4 ey-2 bcy-1 dc__no-shrink", children: [
|
17269
17270
|
/* @__PURE__ */ a.jsx(gA, { className: "icon-dim-12 dc__no-shrink scy-7" }),
|
17270
17271
|
/* @__PURE__ */ a.jsx("span", { className: "cy-7 fs-11 fw-6 lh-16", children: "Enterprise" })
|
17271
17272
|
] }), ej = "33px", tj = "33px";
|
@@ -17760,7 +17761,7 @@ const Lg = ({
|
|
17760
17761
|
}
|
17761
17762
|
)
|
17762
17763
|
] });
|
17763
|
-
},
|
17764
|
+
}, J8 = ({
|
17764
17765
|
index: t,
|
17765
17766
|
tagData: e,
|
17766
17767
|
setTagData: s,
|
@@ -17854,7 +17855,7 @@ const dj = (t) => {
|
|
17854
17855
|
/* @__PURE__ */ a.jsx("span", { className: "fs-12 lh-20", children: "Uploading..." })
|
17855
17856
|
] }) : /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
17856
17857
|
/* @__PURE__ */ a.jsx(p0, { className: "icon-dim-16 dc__no-shrink scb-5" }),
|
17857
|
-
/* @__PURE__ */ a.jsx(
|
17858
|
+
/* @__PURE__ */ a.jsx(xe, { content: s, children: /* @__PURE__ */ a.jsx("span", { className: "fs-12 lh-20 dc__ellipsis-right", children: s }) })
|
17858
17859
|
] }) }),
|
17859
17860
|
!t && /* @__PURE__ */ a.jsx("div", { className: "file-upload__remove-file", children: /* @__PURE__ */ a.jsx(
|
17860
17861
|
me,
|
@@ -18068,7 +18069,7 @@ const dj = (t) => {
|
|
18068
18069
|
);
|
18069
18070
|
}, k = (N, I, O) => {
|
18070
18071
|
const D = s || N.data[I].disabled || !1, M = !(r[N.id]?.[I]?.isValid ?? !0), $ = /* @__PURE__ */ a.jsx(
|
18071
|
-
|
18072
|
+
xe,
|
18072
18073
|
{
|
18073
18074
|
alwaysShowTippyOnHover: !!N.data[I].tooltip?.content || D,
|
18074
18075
|
className: N.data[I].tooltip?.className,
|
@@ -18199,7 +18200,7 @@ const dj = (t) => {
|
|
18199
18200
|
s(p);
|
18200
18201
|
}, d = (m) => {
|
18201
18202
|
const p = m.customState?.propagateTag || !1, g = m.customState?.disablePropagateButton || m.data.tagKey.value.startsWith(Dg) || !1;
|
18202
|
-
return /* @__PURE__ */ a.jsx(
|
18203
|
+
return /* @__PURE__ */ a.jsx(xe, { content: "Propagate tags to K8s resources", alwaysShowTippyOnHover: !0, children: /* @__PURE__ */ a.jsx(
|
18203
18204
|
"button",
|
18204
18205
|
{
|
18205
18206
|
onClick: () => c(m.id),
|
@@ -18265,13 +18266,13 @@ const dj = (t) => {
|
|
18265
18266
|
cellError: o
|
18266
18267
|
}
|
18267
18268
|
);
|
18268
|
-
},
|
18269
|
+
}, Z8 = ({ isCreateApp: t = !1, hidePropagateTags: e = !1, ...s }) => /* @__PURE__ */ a.jsxs("div", { className: "flexbox-col dc__gap-8", children: [
|
18269
18270
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__content-space", children: [
|
18270
18271
|
/* @__PURE__ */ a.jsx("span", { className: "cn-7 fs-13 fw-4 lh-20", children: "Tags" }),
|
18271
18272
|
!e && /* @__PURE__ */ a.jsx(oj, { isCreateApp: t })
|
18272
18273
|
] }),
|
18273
18274
|
/* @__PURE__ */ a.jsx(xj, { hidePropagateTags: e, ...s })
|
18274
|
-
] }),
|
18275
|
+
] }), Q8 = ({ isVirtualEnvironment: t, onButtonClick: e }) => {
|
18275
18276
|
const s = se(null), n = se(null), r = window._env_.FEATURE_ACTION_AUDIOS_ENABLE, [i, o] = R(!1), l = {
|
18276
18277
|
hover: {
|
18277
18278
|
rotate: 45
|
@@ -35282,7 +35283,7 @@ const iV = (t) => {
|
|
35282
35283
|
const i = (o) => {
|
35283
35284
|
o.stopPropagation(), e(!t);
|
35284
35285
|
};
|
35285
|
-
return /* @__PURE__ */ a.jsx(
|
35286
|
+
return /* @__PURE__ */ a.jsx(xe, { alwaysShowTippyOnHover: !0, content: r, placement: "bottom", children: /* @__PURE__ */ a.jsxs(
|
35286
35287
|
"label",
|
35287
35288
|
{
|
35288
35289
|
htmlFor: `find-replace-${r}-toggle-button`,
|
@@ -37439,13 +37440,13 @@ const fH = ({
|
|
37439
37440
|
);
|
37440
37441
|
const Q = (ae) => {
|
37441
37442
|
ue({ type: "setCode", value: ae }), ee.diffMode ? m?.(ae) : h?.(ae);
|
37442
|
-
},
|
37443
|
+
}, J = (ae) => {
|
37443
37444
|
ue({ type: "setLhsCode", value: ae }), f?.(ae);
|
37444
37445
|
};
|
37445
37446
|
oa(() => {
|
37446
37447
|
k !== ee.code && Q(o ? k : Kc(k, i, c));
|
37447
37448
|
}, [k, o]), oa(() => {
|
37448
|
-
N !== ee.lhsCode &&
|
37449
|
+
N !== ee.lhsCode && J(o ? N : Kc(N, i, c));
|
37449
37450
|
}, [N, o]);
|
37450
37451
|
const Se = new $r(), Ee = {
|
37451
37452
|
defaultKeymap: !1,
|
@@ -37457,7 +37458,7 @@ const fH = ({
|
|
37457
37458
|
}, Me = (ae) => {
|
37458
37459
|
Q(ae);
|
37459
37460
|
}, V = (ae) => {
|
37460
|
-
|
37461
|
+
J(ae);
|
37461
37462
|
}, U = Tm({
|
37462
37463
|
markerDOM: aV
|
37463
37464
|
}), q = [
|
@@ -37469,7 +37470,7 @@ const fH = ({
|
|
37469
37470
|
IF({
|
37470
37471
|
createPanel: CV
|
37471
37472
|
})
|
37472
|
-
],
|
37473
|
+
], _e = [
|
37473
37474
|
...q,
|
37474
37475
|
...ee.diffMode ? [] : dV({ mode: i, schemaURI: C, validatorSchema: E }),
|
37475
37476
|
ku
|
@@ -37498,7 +37499,7 @@ const fH = ({
|
|
37498
37499
|
autoFocus: w,
|
37499
37500
|
originalViewExtensions: he,
|
37500
37501
|
modifiedViewExtensions: ke,
|
37501
|
-
extensions:
|
37502
|
+
extensions: _e
|
37502
37503
|
}
|
37503
37504
|
)
|
37504
37505
|
] });
|
@@ -37862,7 +37863,7 @@ const qc = "Please provide valid YAML", io = {
|
|
37862
37863
|
Icon: Ui,
|
37863
37864
|
iconSize: 20
|
37864
37865
|
}
|
37865
|
-
),
|
37866
|
+
), n3 = ({
|
37866
37867
|
componentType: t,
|
37867
37868
|
isJob: e,
|
37868
37869
|
configMapSecretData: s,
|
@@ -37974,7 +37975,7 @@ const qc = "Please provide valid YAML", io = {
|
|
37974
37975
|
}
|
37975
37976
|
};
|
37976
37977
|
}
|
37977
|
-
},
|
37978
|
+
}, r3 = ({
|
37978
37979
|
isSecret: t,
|
37979
37980
|
external: e,
|
37980
37981
|
externalType: s,
|
@@ -38107,7 +38108,7 @@ const qc = "Please provide valid YAML", io = {
|
|
38107
38108
|
dangerouslySetInnerHTML: { __html: Gn.sanitize(h(t)) }
|
38108
38109
|
}
|
38109
38110
|
), p = (g) => /* @__PURE__ */ a.jsx(
|
38110
|
-
|
38111
|
+
xe,
|
38111
38112
|
{
|
38112
38113
|
className: "default-tt dc__word-break-all",
|
38113
38114
|
content: /* @__PURE__ */ a.jsxs("div", { className: "mw-200 flex column dc__content-start dc__align-start mxh-140 dc__overflow-auto", children: [
|
@@ -38295,8 +38296,8 @@ const qc = "Please provide valid YAML", io = {
|
|
38295
38296
|
let n = `?appId=${t}&scope={`;
|
38296
38297
|
return n += Mu("appId", t), n += Mu("envId", e), n += Mu("clusterId", s), n.endsWith(",") && (n = n.slice(0, -1)), n += "}", n;
|
38297
38298
|
}, LH = async (t, e, s, n = !0) => {
|
38298
|
-
const { result: r } = await
|
38299
|
-
`${
|
38299
|
+
const { result: r } = await ge(
|
38300
|
+
`${X.SCOPED_GLOBAL_VARIABLES}${kH({
|
38300
38301
|
appId: t,
|
38301
38302
|
envId: e,
|
38302
38303
|
clusterId: s
|
@@ -38432,7 +38433,7 @@ const qc = "Please provide valid YAML", io = {
|
|
38432
38433
|
)
|
38433
38434
|
}
|
38434
38435
|
);
|
38435
|
-
},
|
38436
|
+
}, i3 = Kt(DH), cN = (t, e, s, n, r) => {
|
38436
38437
|
const i = t.lastIndex;
|
38437
38438
|
Promise.resolve(e[i]()).then((o) => {
|
38438
38439
|
t.results[i] = { status: pl.FULFILLED, value: o };
|
@@ -38653,8 +38654,8 @@ const BH = ({
|
|
38653
38654
|
gridTemplateColumns: b.renderContentAtResultRowEnd ? `${x} min-content` : x
|
38654
38655
|
},
|
38655
38656
|
children: [
|
38656
|
-
/* @__PURE__ */ a.jsx(
|
38657
|
-
b.additionalKeys?.map((v) => /* @__PURE__ */ a.jsx(
|
38657
|
+
/* @__PURE__ */ a.jsx(xe, { content: b.name, children: /* @__PURE__ */ a.jsx("span", { className: "dc__word-break", children: b.name }) }),
|
38658
|
+
b.additionalKeys?.map((v) => /* @__PURE__ */ a.jsx(xe, { content: v.value, children: /* @__PURE__ */ a.jsx("span", { className: "dc__word-break", children: v.value || "-" }) })),
|
38658
38659
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__gap-6 dc__align-items-center dc__align-self-start", children: [
|
38659
38660
|
b.status !== "Pending" && Jl(b.status),
|
38660
38661
|
/* @__PURE__ */ a.jsx("span", { children: b.status })
|
@@ -38715,7 +38716,7 @@ const BH = ({
|
|
38715
38716
|
)
|
38716
38717
|
}
|
38717
38718
|
);
|
38718
|
-
},
|
38719
|
+
}, o3 = ({
|
38719
38720
|
handleModalClose: t,
|
38720
38721
|
operations: e = [],
|
38721
38722
|
getResultsChartSummaryText: s,
|
@@ -38922,7 +38923,7 @@ const BH = ({
|
|
38922
38923
|
switchFromCiPipelineId: t.switchFromCiPipelineId
|
38923
38924
|
}
|
38924
38925
|
]
|
38925
|
-
}),
|
38926
|
+
}), a3 = ({
|
38926
38927
|
handleCloseWorkflowOptionsModal: t,
|
38927
38928
|
addCIPipeline: e,
|
38928
38929
|
addWebhookCD: s,
|
@@ -39112,7 +39113,7 @@ const BH = ({
|
|
39112
39113
|
)
|
39113
39114
|
}
|
39114
39115
|
);
|
39115
|
-
}, Vx = "virtualized-list-root", Hx = 2,
|
39116
|
+
}, Vx = "virtualized-list-root", Hx = 2, l3 = ({
|
39116
39117
|
className: t,
|
39117
39118
|
items: e,
|
39118
39119
|
renderItem: s,
|
@@ -39154,10 +39155,10 @@ const BH = ({
|
|
39154
39155
|
rowRenderer: o
|
39155
39156
|
}
|
39156
39157
|
);
|
39157
|
-
},
|
39158
|
+
}, c3 = () => /* @__PURE__ */ a.jsxs("div", { className: "flexbox dc__align-item-center dc__gap-6", children: [
|
39158
39159
|
/* @__PURE__ */ a.jsx(Ui, { className: "icon-dim-20 dc__no-shrink" }),
|
39159
39160
|
/* @__PURE__ */ a.jsx("span", { className: "cn-9 fs-13 fw-4 lh-20", children: "Unsaved changes" })
|
39160
|
-
] }),
|
39161
|
+
] }), d3 = ({ showUnsavedChangesDialog: t, handleClose: e, handleProceed: s }) => /* @__PURE__ */ a.jsx(
|
39161
39162
|
Or,
|
39162
39163
|
{
|
39163
39164
|
showConfirmationModal: t,
|
@@ -39203,7 +39204,7 @@ function HH(t, e, s, n) {
|
|
39203
39204
|
}
|
39204
39205
|
const we = (t) => {
|
39205
39206
|
t.stopPropagation();
|
39206
|
-
},
|
39207
|
+
}, u3 = (t) => {
|
39207
39208
|
t.preventDefault();
|
39208
39209
|
};
|
39209
39210
|
function $d(t, e, s = []) {
|
@@ -39238,14 +39239,14 @@ function Ia(t) {
|
|
39238
39239
|
e += t.charCodeAt(s);
|
39239
39240
|
return Gx[e % Gx.length];
|
39240
39241
|
}
|
39241
|
-
const
|
39242
|
+
const h3 = (t, e = "") => t ? /* @__PURE__ */ a.jsx(
|
39242
39243
|
"span",
|
39243
39244
|
{
|
39244
39245
|
className: `${e} alphabet-icon__initial fs-13 icon-dim-20 flex cn-0 mr-8 dc__no-shrink`,
|
39245
39246
|
style: { backgroundColor: Ia(t) },
|
39246
39247
|
children: t[0]
|
39247
39248
|
}
|
39248
|
-
) : null,
|
39249
|
+
) : null, f3 = (t) => Array.from({ length: t });
|
39249
39250
|
function Ut(...t) {
|
39250
39251
|
}
|
39251
39252
|
function GH(t) {
|
@@ -39264,7 +39265,7 @@ function oa(t, e) {
|
|
39264
39265
|
s.current = !1;
|
39265
39266
|
}, e);
|
39266
39267
|
}
|
39267
|
-
function
|
39268
|
+
function m3(t) {
|
39268
39269
|
return t && document.cookie.replace(
|
39269
39270
|
new RegExp(`(?:(?:^|.*;)\\s*${t.replace(/[\-\.\+\*]/g, "\\$&")}\\s*\\=\\s*([^;]*).*$)|^.*$`),
|
39270
39271
|
"$1"
|
@@ -39282,15 +39283,15 @@ function Jc(t, e = !1) {
|
|
39282
39283
|
}
|
39283
39284
|
return s;
|
39284
39285
|
}
|
39285
|
-
const
|
39286
|
-
function
|
39286
|
+
const p3 = (t, e = "-") => t ? `${ze(t).utc().format(ms.TWELVE_HOURS_EXPORT_FORMAT)} (UTC)` : "-";
|
39287
|
+
function g3() {
|
39287
39288
|
const t = er(), e = oe(() => new URLSearchParams(t.search), [t]), s = Array.from(e.entries()).reduce((n, r, i) => (n[r[0]] = r[1], n), {});
|
39288
39289
|
return { queryParams: e, searchParams: s };
|
39289
39290
|
}
|
39290
|
-
const
|
39291
|
+
const _3 = (t, e) => {
|
39291
39292
|
(t.keyCode === 27 || t.key === "Escape") && e();
|
39292
39293
|
};
|
39293
|
-
function
|
39294
|
+
function x3(t, e = 4, s = "json", n = !1) {
|
39294
39295
|
const [r, i] = R(""), [o, l] = R(""), [c, d] = R(null), [u, h] = R(""), f = {
|
39295
39296
|
prettyErrors: !0
|
39296
39297
|
};
|
@@ -39409,7 +39410,7 @@ function Bs(t, e = [], s = !0, n = { resetOnChange: !0 }) {
|
|
39409
39410
|
};
|
39410
39411
|
return [r.loading, r.result, r.error, c, d, r.dependencies];
|
39411
39412
|
}
|
39412
|
-
const
|
39413
|
+
const b3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) => {
|
39413
39414
|
const s = new URLSearchParams();
|
39414
39415
|
Object.keys(e).forEach((r) => {
|
39415
39416
|
M0.includes(e[r]) || (Array.isArray(e[r]) ? e[r].forEach((i) => {
|
@@ -39418,7 +39419,7 @@ const x3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) =
|
|
39418
39419
|
});
|
39419
39420
|
const n = s.toString();
|
39420
39421
|
return t + (n ? `?${n}` : "");
|
39421
|
-
}, Pl = r0.bind(window),
|
39422
|
+
}, Pl = r0.bind(window), E3 = {
|
39422
39423
|
control: (t, e) => ({
|
39423
39424
|
...t,
|
39424
39425
|
minHeight: "32px",
|
@@ -39461,7 +39462,7 @@ const x3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) =
|
|
39461
39462
|
}
|
39462
39463
|
hN(t[s], e[s]);
|
39463
39464
|
});
|
39464
|
-
},
|
39465
|
+
}, C3 = (t) => {
|
39465
39466
|
const e = {};
|
39466
39467
|
return t.forEach((s) => {
|
39467
39468
|
hN(e, s);
|
@@ -39471,7 +39472,7 @@ const x3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) =
|
|
39471
39472
|
return s;
|
39472
39473
|
const n = e[t], r = Number(n);
|
39473
39474
|
return !Number.isNaN(r) ? [...Array(r).fill($0), Ef(t + 1, e, s)] : { [i0(n)]: Ef(t + 1, e, s) };
|
39474
|
-
},
|
39475
|
+
}, v3 = (t, e) => {
|
39475
39476
|
const s = t.split("/");
|
39476
39477
|
return s.splice(0, 1), Ef(0, s, e);
|
39477
39478
|
}, fN = (t, e) => {
|
@@ -39480,12 +39481,12 @@ const x3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) =
|
|
39480
39481
|
return [];
|
39481
39482
|
const n = t.slice(s + 1);
|
39482
39483
|
return [s, ...fN(n, e).map((r) => r + s + 1)];
|
39483
|
-
},
|
39484
|
+
}, S3 = (t, e) => t.flatMap((s) => {
|
39484
39485
|
const n = [s];
|
39485
39486
|
return fN(s, e).forEach((i) => {
|
39486
39487
|
n.push(s.slice(0, i));
|
39487
39488
|
}), n;
|
39488
|
-
}),
|
39489
|
+
}), y3 = (t) => i0(t.replace(/\/([\*0-9]+)\//g, "[$1].").replace(/\//g, ".").replace(/\./, "$.")), N3 = (t, e, s = "path") => t.flatMap((n) => rT({ path: n, json: e, resultType: s })), T3 = (t, e) => {
|
39489
39490
|
const s = iT(t, e);
|
39490
39491
|
return oT(aT(t), s).newDocument;
|
39491
39492
|
}, zH = (t, e = 500) => {
|
@@ -39496,10 +39497,10 @@ const x3 = (t, e) => t ? Jc(t, !0) : e ? "" : "Not deployed", Ct = (t, e = {}) =
|
|
39496
39497
|
s = null, t.apply(r, n);
|
39497
39498
|
}, e);
|
39498
39499
|
};
|
39499
|
-
},
|
39500
|
+
}, A3 = (t) => t.charAt(0).toUpperCase() + t.slice(1).toLowerCase(), w3 = (t, e, s) => {
|
39500
39501
|
const n = new Date(t).getTime(), r = new Date(e).getTime();
|
39501
39502
|
return isNaN(n) && isNaN(r) ? 0 : isNaN(n) ? s === Oe.ASC ? 1 : -1 : isNaN(r) ? s === Oe.ASC ? -1 : 1 : s === Oe.ASC ? r - n : n - r;
|
39502
|
-
}, ns = (t, e) => ss.stringify(t, { indent: 2, lineWidth: 0, ...e }),
|
39503
|
+
}, ns = (t, e) => ss.stringify(t, { indent: 2, lineWidth: 0, ...e }), O3 = (t, e) => {
|
39503
39504
|
if (t === e)
|
39504
39505
|
return !0;
|
39505
39506
|
const s = Array.isArray(t), n = Array.isArray(e);
|
@@ -39536,7 +39537,7 @@ function mN(t, e) {
|
|
39536
39537
|
}
|
39537
39538
|
}, [e]);
|
39538
39539
|
}
|
39539
|
-
function
|
39540
|
+
function I3(t) {
|
39540
39541
|
const e = se(null), s = se(0), n = se(null), [r, i] = R(0), [o, l] = R(0), [c, d] = R(!1), u = ut((x) => {
|
39541
39542
|
if (x !== null)
|
39542
39543
|
return e.current = x, n.current = x.addEventListener("wheel", h), s.current = requestAnimationFrame(_), () => {
|
@@ -39588,7 +39589,7 @@ function XH(t, e, s = []) {
|
|
39588
39589
|
const n = se(null);
|
39589
39590
|
j(() => (n.current = setTimeout(t, e), () => clearTimeout(n.current)), s);
|
39590
39591
|
}
|
39591
|
-
function
|
39592
|
+
function R3() {
|
39592
39593
|
const [t, e] = R([]);
|
39593
39594
|
j(() => (document.addEventListener("keydown", n), document.addEventListener("keyup", r), () => {
|
39594
39595
|
document.removeEventListener("keydown", n), document.removeEventListener("keyup", r);
|
@@ -39607,10 +39608,10 @@ const JH = (t) => /* @__PURE__ */ a.jsx(et.DropdownIndicator, { ...t, children:
|
|
39607
39608
|
function pN(t, e) {
|
39608
39609
|
return Array.isArray(t) ? t.reduce((s, n) => s.set(n[e], n), /* @__PURE__ */ new Map()) : (console.error(t, "is not array"), /* @__PURE__ */ new Map());
|
39609
39610
|
}
|
39610
|
-
function
|
39611
|
+
function k3(t) {
|
39611
39612
|
return t.then((e) => [null, e]).catch((e) => [e]);
|
39612
39613
|
}
|
39613
|
-
const
|
39614
|
+
const L3 = (t = 0) => t > 0 && t < 10 ? `0${t}` : t, ZH = (t, e = 300) => {
|
39614
39615
|
let s = 0;
|
39615
39616
|
return (...n) => {
|
39616
39617
|
const r = Date.now();
|
@@ -39619,12 +39620,12 @@ const k3 = (t = 0) => t > 0 && t < 10 ? `0${t}` : t, ZH = (t, e = 300) => {
|
|
39619
39620
|
}, QH = (t, e, s) => t === Ds.WEBHOOK ? s === Po.PULL_REQUEST ? /* @__PURE__ */ a.jsx(jf, { className: "scn-6" }) : s === Po.TAG_CREATION ? /* @__PURE__ */ a.jsx(td, { className: "scn-6" }) : /* @__PURE__ */ a.jsx(P0, {}) : t === Ds.BranchRegex || e ? /* @__PURE__ */ a.jsx(O0, { className: "fcn-6" }) : /* @__PURE__ */ a.jsx(_0, { className: "fcn-6" }), gN = (t) => Gn.sanitize(t, {
|
39620
39621
|
ADD_TAGS: ["iframe"],
|
39621
39622
|
ADD_ATTR: ["allow", "allowfullscreen", "frameborder", "scrolling"]
|
39622
|
-
}),
|
39623
|
+
}), D3 = (t, e) => {
|
39623
39624
|
const s = document.createElement("div");
|
39624
39625
|
s.innerHTML = gN(t);
|
39625
39626
|
const n = s.querySelector("iframe");
|
39626
39627
|
return n ? (!n.hasAttribute("title") && e && n.setAttribute("title", e), n.hasAttribute("loading") || n.setAttribute("loading", "lazy"), n.hasAttribute("width") || n.setAttribute("width", "100%"), n.hasAttribute("height") || n.setAttribute("height", "100%"), s.innerHTML) : t;
|
39627
|
-
},
|
39628
|
+
}, j3 = (t) => {
|
39628
39629
|
switch (t) {
|
39629
39630
|
case Os.PRECD:
|
39630
39631
|
return "Pre-deployment";
|
@@ -39633,10 +39634,10 @@ const k3 = (t = 0) => t > 0 && t < 10 ? `0${t}` : t, ZH = (t, e = 300) => {
|
|
39633
39634
|
default:
|
39634
39635
|
return "Deployment";
|
39635
39636
|
}
|
39636
|
-
},
|
39637
|
+
}, P3 = (t) => {
|
39637
39638
|
const e = ze(), s = e.format(t), n = e.format("Z").replace(/([+/-])(\d{2})[:.](\d{2})/, "$1$2$3");
|
39638
39639
|
return s.replace("Z", n);
|
39639
|
-
},
|
39640
|
+
}, M3 = async (t) => {
|
39640
39641
|
try {
|
39641
39642
|
const s = new TextEncoder().encode(t), n = await window.crypto.subtle.digest("SHA-256", s);
|
39642
39643
|
return Array.from(new Uint8Array(n)).map((r) => r.toString(16).padStart(2, "0")).join("");
|
@@ -39754,7 +39755,7 @@ class xN extends je.Component {
|
|
39754
39755
|
}
|
39755
39756
|
const t2 = {
|
39756
39757
|
alias: {}
|
39757
|
-
},
|
39758
|
+
}, B3 = ({ heading: t, isActive: e, shouldTruncate: s = !1 }) => /* @__PURE__ */ a.jsx("h2", { className: `m-0 fs-16 fw-6 lh-32 ${s ? "dc__truncate" : ""} ${e ? "cn-9" : "cb-5"}`, children: t }), F3 = ({ children: t }) => {
|
39758
39759
|
const [e, s] = R(t2);
|
39759
39760
|
return /* @__PURE__ */ a.jsx(bN.Provider, { value: { state: e, setState: s }, children: t });
|
39760
39761
|
}, bN = ys({
|
@@ -39768,7 +39769,7 @@ function s2() {
|
|
39768
39769
|
return t;
|
39769
39770
|
}
|
39770
39771
|
je.createContext(null);
|
39771
|
-
function
|
39772
|
+
function U3(t, e) {
|
39772
39773
|
const s = t?.sep || "/";
|
39773
39774
|
e = e || [];
|
39774
39775
|
const { url: n, path: r } = an(), i = os(), { state: o, setState: l } = s2();
|
@@ -39836,10 +39837,10 @@ const EN = ({
|
|
39836
39837
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
39837
39838
|
onChange: (t) => {
|
39838
39839
|
}
|
39839
|
-
}),
|
39840
|
+
}), $3 = ({ name: t, value: e, disabled: s, onChange: n, className: r, children: i }) => {
|
39840
39841
|
const o = oe(() => ({ name: t, value: e, disabled: s, onChange: n }), [t, e, s, n]);
|
39841
39842
|
return /* @__PURE__ */ a.jsx("div", { className: `form__radio-group ${r || ""}`, children: /* @__PURE__ */ a.jsx(CN.Provider, { value: o, children: i }) });
|
39842
|
-
},
|
39843
|
+
}, V3 = ({ value: t, disabled: e, children: s, dataTestId: n }) => /* @__PURE__ */ a.jsx(CN.Consumer, { children: (r) => (
|
39843
39844
|
// eslint-disable-next-line jsx-a11y/label-has-associated-control
|
39844
39845
|
/* @__PURE__ */ a.jsxs("label", { className: e || r.disabled ? "form__radio-item disabled" : "form__radio-item", children: [
|
39845
39846
|
/* @__PURE__ */ a.jsx(
|
@@ -39871,7 +39872,7 @@ ip.ButtonGroup = i2;
|
|
39871
39872
|
const Cf = ys({ title: "", isLoading: !1, close: (t) => {
|
39872
39873
|
}, onSave: (t) => {
|
39873
39874
|
} });
|
39874
|
-
class
|
39875
|
+
class H3 extends ed {
|
39875
39876
|
constructor(e) {
|
39876
39877
|
super(e), this.escFunction = this.escFunction.bind(this);
|
39877
39878
|
}
|
@@ -39917,7 +39918,7 @@ class V3 extends ed {
|
|
39917
39918
|
);
|
39918
39919
|
}
|
39919
39920
|
}
|
39920
|
-
class
|
39921
|
+
class G3 extends ed {
|
39921
39922
|
render() {
|
39922
39923
|
return /* @__PURE__ */ a.jsx(Cf.Consumer, { children: (e) => /* @__PURE__ */ a.jsx("button", { type: "submit", className: "cta dc__align-right", tabIndex: this.props.tabIndex, children: e.isLoading ? /* @__PURE__ */ a.jsx(st, {}) : this.props.children }) });
|
39923
39924
|
}
|
@@ -39972,7 +39973,7 @@ const op = ({
|
|
39972
39973
|
return /* @__PURE__ */ a.jsxs("div", { className: "flexbox flex-grow-1 dc__content-space dc__align-start", children: [
|
39973
39974
|
/* @__PURE__ */ a.jsxs("div", { className: "flexbox-col", children: [
|
39974
39975
|
_ && /* @__PURE__ */ a.jsx("h6", { className: "m-0 cn-9 fs-13 fw-6 lh-20 dc__truncate", children: _ }),
|
39975
|
-
/* @__PURE__ */ a.jsx(
|
39976
|
+
/* @__PURE__ */ a.jsx(xe, { content: x, children: /* @__PURE__ */ a.jsx("p", { className: "dc__truncate--clamp-3 m-0 cn-9 fs-13 fw-4 lh-20", children: x }) })
|
39976
39977
|
] }),
|
39977
39978
|
b && /* @__PURE__ */ a.jsx(
|
39978
39979
|
me,
|
@@ -40169,7 +40170,7 @@ const yN = ({
|
|
40169
40170
|
forceReInit: h,
|
40170
40171
|
isSuperAdmin: f
|
40171
40172
|
}) => {
|
40172
|
-
const [m, p] = R(n || []), [g, _] = R(s ? s.comment : ""), [x, b] = R(i || []), [E, C] = R(s ? s.comment : ""), [v, S] = R(!1), [A, w] = R(!1), [y, T] = R(n || []), [k, N] = R(""), [I, O] = R([]), [D, M] = R([]), [$, G] = R([]), [Y, ee] = R(""), [ue, Ye] = R(""), [Q,
|
40173
|
+
const [m, p] = R(n || []), [g, _] = R(s ? s.comment : ""), [x, b] = R(i || []), [E, C] = R(s ? s.comment : ""), [v, S] = R(!1), [A, w] = R(!1), [y, T] = R(n || []), [k, N] = R(""), [I, O] = R([]), [D, M] = R([]), [$, G] = R([]), [Y, ee] = R(""), [ue, Ye] = R(""), [Q, J] = R(!1);
|
40173
40174
|
j(() => {
|
40174
40175
|
Se();
|
40175
40176
|
}, [n, s, l]), j(() => {
|
@@ -40207,7 +40208,7 @@ const yN = ({
|
|
40207
40208
|
return O(ot), T([...y, Ce]), w(!0), Ye(""), ot;
|
40208
40209
|
}
|
40209
40210
|
return I;
|
40210
|
-
},
|
40211
|
+
}, _e = (te) => {
|
40211
40212
|
const Le = [...y];
|
40212
40213
|
Le[te] = {
|
40213
40214
|
...Le[te],
|
@@ -40250,7 +40251,7 @@ const yN = ({
|
|
40250
40251
|
},
|
40251
40252
|
hardDeleteTags: $
|
40252
40253
|
};
|
40253
|
-
|
40254
|
+
J(!0), iO(Le, t ?? 0, e).then((Ce) => {
|
40254
40255
|
const ot = Ce.result?.imageReleaseTags?.map((Nt) => ({
|
40255
40256
|
id: Nt.id,
|
40256
40257
|
tagName: Nt.tagName,
|
@@ -40265,7 +40266,7 @@ const yN = ({
|
|
40265
40266
|
description: Ce.errors?.[0]?.internalMessage
|
40266
40267
|
}), ke(Ce.errors)) : it(Ce);
|
40267
40268
|
}).finally(() => {
|
40268
|
-
|
40269
|
+
J(!1);
|
40269
40270
|
});
|
40270
40271
|
}, bt = () => /* @__PURE__ */ a.jsx(
|
40271
40272
|
ha,
|
@@ -40342,7 +40343,7 @@ const yN = ({
|
|
40342
40343
|
isSoftDeleted: te?.deleted,
|
40343
40344
|
isEditing: v,
|
40344
40345
|
onSoftDeleteClick: (Ce) => {
|
40345
|
-
we(Ce),
|
40346
|
+
we(Ce), _e(Le);
|
40346
40347
|
},
|
40347
40348
|
onHardDeleteClick: (Ce) => {
|
40348
40349
|
we(Ce), he(Le);
|
@@ -40412,7 +40413,7 @@ const yN = ({
|
|
40412
40413
|
isSoftDeleted: te?.deleted,
|
40413
40414
|
isEditing: v,
|
40414
40415
|
onSoftDeleteClick: (Ce) => {
|
40415
|
-
we(Ce),
|
40416
|
+
we(Ce), _e(Le);
|
40416
40417
|
},
|
40417
40418
|
onHardDeleteClick: (Ce) => {
|
40418
40419
|
we(Ce), he(Le);
|
@@ -40567,7 +40568,7 @@ function f2({
|
|
40567
40568
|
s
|
40568
40569
|
] });
|
40569
40570
|
}
|
40570
|
-
function
|
40571
|
+
function Y3({
|
40571
40572
|
container: t,
|
40572
40573
|
spacing: e = 0,
|
40573
40574
|
item: s,
|
@@ -40777,7 +40778,7 @@ zi.Option = TN;
|
|
40777
40778
|
zi.Search = m2;
|
40778
40779
|
zi.All = p2;
|
40779
40780
|
zi.Async = ON;
|
40780
|
-
const
|
40781
|
+
const W3 = ({ classes: t, parentClasses: e }) => /* @__PURE__ */ a.jsx("div", { className: e || "", children: /* @__PURE__ */ a.jsx(UA, { className: t || "" }) }), K3 = ({ setSelectedChartRefId: t }) => {
|
40781
40782
|
const [e, s] = R([]), [n, r] = R(null), [i, o] = R([]), [l, c] = R([]), [d, u] = R(null);
|
40782
40783
|
j(() => {
|
40783
40784
|
hO().then((p) => {
|
@@ -40835,7 +40836,7 @@ const Y3 = ({ classes: t, parentClasses: e }) => /* @__PURE__ */ a.jsx("div", {
|
|
40835
40836
|
/* @__PURE__ */ a.jsx("p", { className: "m-0 cn-0 fs-12 fw-6 lh-18", children: "Click to add" }),
|
40836
40837
|
t
|
40837
40838
|
] }) : /* @__PURE__ */ a.jsx("div", { className: "dc__white-space-pre-wrap", children: "Click to add here" });
|
40838
|
-
function
|
40839
|
+
function z3({
|
40839
40840
|
position: t,
|
40840
40841
|
addCDButtons: e,
|
40841
40842
|
endNode: s,
|
@@ -40884,7 +40885,7 @@ function K3({
|
|
40884
40885
|
}
|
40885
40886
|
) : null;
|
40886
40887
|
}
|
40887
|
-
const _2 = ({ startNode: t }) => t.type === Dn.WEBHOOK ? vr.WEBHOOK : t.type === Dn.CI ? vr.CI_PIPELINE : vr.CD_PIPELINE,
|
40888
|
+
const _2 = ({ startNode: t }) => t.type === Dn.WEBHOOK ? vr.WEBHOOK : t.type === Dn.CI ? vr.CI_PIPELINE : vr.CD_PIPELINE, q3 = ({
|
40888
40889
|
position: t,
|
40889
40890
|
handleCDSelect: e,
|
40890
40891
|
startNode: s,
|
@@ -40900,7 +40901,7 @@ const _2 = ({ startNode: t }) => t.type === Dn.WEBHOOK ? vr.WEBHOOK : t.type ===
|
|
40900
40901
|
e(r, i, c, s.id, o, u, d);
|
40901
40902
|
};
|
40902
40903
|
var vf = /* @__PURE__ */ ((t) => (t.PARENT_BOTTOM_CENTER = "PARENT_BOTTOM_CENTER", t.SCREEN_BOTTOM_CENTER = "SCREEN_BOTTOM_CENTER", t.SCREEN_BOTTOM_RIGHT = "SCREEN_BOTTOM_RIGHT", t))(vf || {});
|
40903
|
-
function
|
40904
|
+
function X3({
|
40904
40905
|
children: t,
|
40905
40906
|
zIndex: e = pw,
|
40906
40907
|
positionVariant: s,
|
@@ -40972,7 +40973,7 @@ function q3({
|
|
40972
40973
|
)
|
40973
40974
|
);
|
40974
40975
|
}
|
40975
|
-
function
|
40976
|
+
function J3({ dragClassName: t }) {
|
40976
40977
|
return /* @__PURE__ */ a.jsx(
|
40977
40978
|
"button",
|
40978
40979
|
{
|
@@ -41042,7 +41043,7 @@ const zx = 5, x2 = [
|
|
41042
41043
|
s(t);
|
41043
41044
|
};
|
41044
41045
|
return /* @__PURE__ */ a.jsx("li", { className: "page", children: /* @__PURE__ */ a.jsx("button", { className: n, onClick: r, type: "button", children: t }) });
|
41045
|
-
},
|
41046
|
+
}, Z3 = ({
|
41046
41047
|
size: t,
|
41047
41048
|
pageSize: e,
|
41048
41049
|
offset: s,
|
@@ -41217,7 +41218,7 @@ const As = {
|
|
41217
41218
|
"unordered-list": "Add a bulleted list",
|
41218
41219
|
"ordered-list": "Add a numbered list",
|
41219
41220
|
"checked-list": "Add a task list"
|
41220
|
-
}, N2 = "Readme cannot be empty. Please add some information or cancel the changes.", T2 = "Are you sure you want to discard your changes?",
|
41221
|
+
}, N2 = "Readme cannot be empty. Please add some information or cancel the changes.", T2 = "Are you sure you want to discard your changes?", Q3 = ({
|
41221
41222
|
text: t,
|
41222
41223
|
updatedBy: e,
|
41223
41224
|
updatedOn: s,
|
@@ -41515,7 +41516,7 @@ const As = {
|
|
41515
41516
|
const e = t?.toUpperCase();
|
41516
41517
|
return e === Z.ABORTED || e === Z.DEGRADED ? "Failed" : e === Z.HEALTHY ? "Succeeded" : e === Z.INPROGRESS ? "Inprogress" : t;
|
41517
41518
|
}, O2 = (t) => t === Yn.WAITING_TO_START ? "Waiting to start" : t;
|
41518
|
-
function
|
41519
|
+
function eK({
|
41519
41520
|
appStatus: t,
|
41520
41521
|
isDeploymentStatus: e = !1,
|
41521
41522
|
isJobView: s = !1,
|
@@ -41565,7 +41566,7 @@ export {
|
|
41565
41566
|
es as Q,
|
41566
41567
|
aa as R,
|
41567
41568
|
md as S,
|
41568
|
-
|
41569
|
+
xe as T,
|
41569
41570
|
rt as U,
|
41570
41571
|
mw as V,
|
41571
41572
|
pw as W,
|
@@ -41598,7 +41599,7 @@ export {
|
|
41598
41599
|
as as aK,
|
41599
41600
|
Bf as aL,
|
41600
41601
|
lY as aM,
|
41601
|
-
|
41602
|
+
ge as aN,
|
41602
41603
|
Ff as aO,
|
41603
41604
|
G0 as aP,
|
41604
41605
|
tn as aQ,
|
@@ -41606,11 +41607,11 @@ export {
|
|
41606
41607
|
is as aS,
|
41607
41608
|
HH as aT,
|
41608
41609
|
we as aU,
|
41609
|
-
|
41610
|
+
u3 as aV,
|
41610
41611
|
$d as aW,
|
41611
41612
|
Ia as aX,
|
41612
|
-
|
41613
|
-
|
41613
|
+
h3 as aY,
|
41614
|
+
f3 as aZ,
|
41614
41615
|
Ut as a_,
|
41615
41616
|
mp as aa,
|
41616
41617
|
B0 as ab,
|
@@ -41639,25 +41640,25 @@ export {
|
|
41639
41640
|
yw as ay,
|
41640
41641
|
Nw as az,
|
41641
41642
|
g1 as b,
|
41642
|
-
|
41643
|
+
x8 as b$,
|
41643
41644
|
dN as b0,
|
41644
41645
|
YH as b1,
|
41645
41646
|
oa as b2,
|
41646
|
-
|
41647
|
+
m3 as b3,
|
41647
41648
|
Jc as b4,
|
41648
|
-
|
41649
|
-
|
41650
|
-
|
41651
|
-
|
41649
|
+
p3 as b5,
|
41650
|
+
g3 as b6,
|
41651
|
+
_3 as b7,
|
41652
|
+
x3 as b8,
|
41652
41653
|
Yx as b9,
|
41653
|
-
|
41654
|
+
L3 as bA,
|
41654
41655
|
ZH as bB,
|
41655
41656
|
QH as bC,
|
41656
41657
|
gN as bD,
|
41657
|
-
|
41658
|
-
|
41659
|
-
|
41660
|
-
|
41658
|
+
D3 as bE,
|
41659
|
+
j3 as bF,
|
41660
|
+
P3 as bG,
|
41661
|
+
M3 as bH,
|
41661
41662
|
st as bI,
|
41662
41663
|
EY as bJ,
|
41663
41664
|
_N as bK,
|
@@ -41668,49 +41669,49 @@ export {
|
|
41668
41669
|
oj as bP,
|
41669
41670
|
dj as bQ,
|
41670
41671
|
uj as bR,
|
41671
|
-
|
41672
|
+
J8 as bS,
|
41672
41673
|
Lg as bT,
|
41673
41674
|
am as bU,
|
41674
41675
|
cj as bV,
|
41675
41676
|
ip as bW,
|
41676
|
-
|
41677
|
-
|
41678
|
-
|
41679
|
-
|
41677
|
+
H3 as bX,
|
41678
|
+
G3 as bY,
|
41679
|
+
g8 as bZ,
|
41680
|
+
_8 as b_,
|
41680
41681
|
uN as ba,
|
41681
41682
|
Bs as bb,
|
41682
|
-
|
41683
|
+
b3 as bc,
|
41683
41684
|
Ct as bd,
|
41684
41685
|
Pl as be,
|
41685
|
-
|
41686
|
+
E3 as bf,
|
41686
41687
|
Wx as bg,
|
41687
41688
|
Kx as bh,
|
41688
|
-
|
41689
|
-
|
41689
|
+
C3 as bi,
|
41690
|
+
v3 as bj,
|
41690
41691
|
fN as bk,
|
41691
|
-
|
41692
|
-
|
41693
|
-
|
41692
|
+
S3 as bl,
|
41693
|
+
N3 as bm,
|
41694
|
+
T3 as bn,
|
41694
41695
|
zH as bo,
|
41695
|
-
|
41696
|
-
|
41696
|
+
A3 as bp,
|
41697
|
+
w3 as bq,
|
41697
41698
|
ns as br,
|
41698
|
-
|
41699
|
+
O3 as bs,
|
41699
41700
|
qH as bt,
|
41700
41701
|
mN as bu,
|
41701
|
-
|
41702
|
-
|
41702
|
+
I3 as bv,
|
41703
|
+
R3 as bw,
|
41703
41704
|
JH as bx,
|
41704
41705
|
pN as by,
|
41705
|
-
|
41706
|
-
|
41706
|
+
k3 as bz,
|
41707
|
+
y3 as c,
|
41707
41708
|
Kf as c$,
|
41708
|
-
|
41709
|
+
b8 as c0,
|
41709
41710
|
mk as c1,
|
41710
|
-
|
41711
|
-
|
41711
|
+
E8 as c2,
|
41712
|
+
C8 as c3,
|
41712
41713
|
pk as c4,
|
41713
|
-
|
41714
|
+
v8 as c5,
|
41714
41715
|
nO as c6,
|
41715
41716
|
Ds as c7,
|
41716
41717
|
rO as c8,
|
@@ -41731,16 +41732,16 @@ export {
|
|
41731
41732
|
pa as cN,
|
41732
41733
|
gb as cO,
|
41733
41734
|
_b as cP,
|
41734
|
-
|
41735
|
-
|
41736
|
-
|
41735
|
+
W3 as cQ,
|
41736
|
+
z3 as cR,
|
41737
|
+
q3 as cS,
|
41737
41738
|
vd as cT,
|
41738
|
-
|
41739
|
-
|
41739
|
+
X3 as cU,
|
41740
|
+
J3 as cV,
|
41740
41741
|
vf as cW,
|
41741
|
-
|
41742
|
+
Z3 as cX,
|
41742
41743
|
qx as cY,
|
41743
|
-
|
41744
|
+
Q3 as cZ,
|
41744
41745
|
Xr as c_,
|
41745
41746
|
ub as ca,
|
41746
41747
|
cO as cb,
|
@@ -41760,7 +41761,7 @@ export {
|
|
41760
41761
|
sr as cp,
|
41761
41762
|
vN as cq,
|
41762
41763
|
Lb as cr,
|
41763
|
-
|
41764
|
+
WW as cs,
|
41764
41765
|
Gl as ct,
|
41765
41766
|
z1 as cu,
|
41766
41767
|
q1 as cv,
|
@@ -41771,7 +41772,7 @@ export {
|
|
41771
41772
|
Lo as d,
|
41772
41773
|
OY as d$,
|
41773
41774
|
Rs as d0,
|
41774
|
-
|
41775
|
+
eK as d1,
|
41775
41776
|
w2 as d2,
|
41776
41777
|
O2 as d3,
|
41777
41778
|
CY as d4,
|
@@ -41897,7 +41898,7 @@ export {
|
|
41897
41898
|
fI as ex,
|
41898
41899
|
_W as ey,
|
41899
41900
|
dI as ez,
|
41900
|
-
|
41901
|
+
F3 as f,
|
41901
41902
|
fk as f$,
|
41902
41903
|
vY as f0,
|
41903
41904
|
m1 as f1,
|
@@ -41905,19 +41906,19 @@ export {
|
|
41905
41906
|
SY as f3,
|
41906
41907
|
yY as f4,
|
41907
41908
|
NY as f5,
|
41908
|
-
|
41909
|
+
GW as f6,
|
41909
41910
|
VI as f7,
|
41910
|
-
|
41911
|
+
HW as f8,
|
41911
41912
|
kt as f9,
|
41912
|
-
|
41913
|
-
|
41914
|
-
|
41913
|
+
h8 as fA,
|
41914
|
+
f8 as fB,
|
41915
|
+
m8 as fC,
|
41915
41916
|
qf as fD,
|
41916
|
-
|
41917
|
+
p8 as fE,
|
41917
41918
|
dk as fF,
|
41918
|
-
|
41919
|
+
S8 as fG,
|
41919
41920
|
lE as fH,
|
41920
|
-
|
41921
|
+
L8 as fI,
|
41921
41922
|
hD as fJ,
|
41922
41923
|
hL as fK,
|
41923
41924
|
CL as fL,
|
@@ -41943,26 +41944,26 @@ export {
|
|
41943
41944
|
UI as fe,
|
41944
41945
|
$I as ff,
|
41945
41946
|
qp as fg,
|
41946
|
-
|
41947
|
+
YW as fh,
|
41947
41948
|
GI as fi,
|
41948
|
-
|
41949
|
-
|
41949
|
+
e8 as fj,
|
41950
|
+
t8 as fk,
|
41950
41951
|
Xf as fl,
|
41951
41952
|
BR as fm,
|
41952
|
-
|
41953
|
+
s8 as fn,
|
41953
41954
|
Ur as fo,
|
41954
|
-
|
41955
|
+
n8 as fp,
|
41955
41956
|
No as fq,
|
41956
41957
|
ha as fr,
|
41957
|
-
|
41958
|
+
r8 as fs,
|
41958
41959
|
ok as ft,
|
41959
|
-
|
41960
|
+
u8 as fu,
|
41960
41961
|
fo as fv,
|
41961
41962
|
ch as fw,
|
41962
41963
|
Ql as fx,
|
41963
41964
|
rk as fy,
|
41964
41965
|
tm as fz,
|
41965
|
-
|
41966
|
+
B3 as g,
|
41966
41967
|
jD as g$,
|
41967
41968
|
Jk as g0,
|
41968
41969
|
Zk as g1,
|
@@ -41970,8 +41971,8 @@ export {
|
|
41970
41971
|
eL as g3,
|
41971
41972
|
tL as g4,
|
41972
41973
|
sL as g5,
|
41973
|
-
|
41974
|
-
|
41974
|
+
T8 as g6,
|
41975
|
+
A8 as g7,
|
41975
41976
|
nL as g8,
|
41976
41977
|
rL as g9,
|
41977
41978
|
nE as gA,
|
@@ -41979,34 +41980,34 @@ export {
|
|
41979
41980
|
gE as gC,
|
41980
41981
|
EL as gD,
|
41981
41982
|
bL as gE,
|
41982
|
-
|
41983
|
-
|
41984
|
-
|
41985
|
-
|
41983
|
+
j8 as gF,
|
41984
|
+
F8 as gG,
|
41985
|
+
M8 as gH,
|
41986
|
+
B8 as gI,
|
41986
41987
|
ED as gJ,
|
41987
41988
|
vl as gK,
|
41988
41989
|
vD as gL,
|
41989
41990
|
SD as gM,
|
41990
41991
|
yD as gN,
|
41991
|
-
|
41992
|
+
P8 as gO,
|
41992
41993
|
_E as gP,
|
41993
41994
|
gD as gQ,
|
41994
41995
|
_D as gR,
|
41995
41996
|
xD as gS,
|
41996
41997
|
Sr as gT,
|
41997
|
-
|
41998
|
+
D8 as gU,
|
41998
41999
|
mh as gV,
|
41999
42000
|
om as gW,
|
42000
|
-
|
42001
|
+
U8 as gX,
|
42001
42002
|
ND as gY,
|
42002
|
-
|
42003
|
-
|
42003
|
+
$8 as gZ,
|
42004
|
+
Y8 as g_,
|
42004
42005
|
iL as ga,
|
42005
42006
|
Uo as gb,
|
42006
|
-
|
42007
|
+
w8 as gc,
|
42007
42008
|
oL as gd,
|
42008
|
-
|
42009
|
-
|
42009
|
+
O8 as ge,
|
42010
|
+
R8 as gf,
|
42010
42011
|
ZL as gg,
|
42011
42012
|
QL as gh,
|
42012
42013
|
Ok as gi,
|
@@ -42027,27 +42028,27 @@ export {
|
|
42027
42028
|
Mk as gx,
|
42028
42029
|
zL as gy,
|
42029
42030
|
KL as gz,
|
42030
|
-
|
42031
|
-
|
42031
|
+
$3 as h,
|
42032
|
+
q8 as h$,
|
42032
42033
|
DD as h0,
|
42033
42034
|
xE as h1,
|
42034
42035
|
AD as h2,
|
42035
|
-
|
42036
|
+
H8 as h3,
|
42036
42037
|
EE as h4,
|
42037
42038
|
kD as h5,
|
42038
|
-
|
42039
|
+
G8 as h6,
|
42039
42040
|
bE as h7,
|
42040
42041
|
RD as h8,
|
42041
|
-
|
42042
|
+
V8 as h9,
|
42042
42043
|
im as hA,
|
42043
42044
|
MR as hB,
|
42044
|
-
|
42045
|
+
QW as hC,
|
42045
42046
|
Bb as hD,
|
42046
|
-
|
42047
|
-
|
42048
|
-
|
42047
|
+
KW as hE,
|
42048
|
+
qW as hF,
|
42049
|
+
zW as hG,
|
42049
42050
|
ie as hH,
|
42050
|
-
|
42051
|
+
XW as hI,
|
42051
42052
|
Jl as hJ,
|
42052
42053
|
ni as hK,
|
42053
42054
|
XI as hL,
|
@@ -42056,9 +42057,9 @@ export {
|
|
42056
42057
|
Ub as hO,
|
42057
42058
|
PR as hP,
|
42058
42059
|
Zl as hQ,
|
42059
|
-
|
42060
|
+
JW as hR,
|
42060
42061
|
$b as hS,
|
42061
|
-
|
42062
|
+
ZW as hT,
|
42062
42063
|
me as hU,
|
42063
42064
|
Ne as hV,
|
42064
42065
|
De as hW,
|
@@ -42068,7 +42069,7 @@ export {
|
|
42068
42069
|
SE as h_,
|
42069
42070
|
wD as ha,
|
42070
42071
|
OD as hb,
|
42071
|
-
|
42072
|
+
W8 as hc,
|
42072
42073
|
sn as hd,
|
42073
42074
|
bO as he,
|
42074
42075
|
Ci as hf,
|
@@ -42082,7 +42083,7 @@ export {
|
|
42082
42083
|
gg as hn,
|
42083
42084
|
IL as ho,
|
42084
42085
|
jL as hp,
|
42085
|
-
|
42086
|
+
I8 as hq,
|
42086
42087
|
mE as hr,
|
42087
42088
|
uE as hs,
|
42088
42089
|
mo as ht,
|
@@ -42090,26 +42091,26 @@ export {
|
|
42090
42091
|
hE as hv,
|
42091
42092
|
ou as hw,
|
42092
42093
|
aE as hx,
|
42093
|
-
|
42094
|
-
|
42094
|
+
K8 as hy,
|
42095
|
+
z8 as hz,
|
42095
42096
|
Wl as i,
|
42096
42097
|
qn as i$,
|
42097
|
-
|
42098
|
+
X8 as i0,
|
42098
42099
|
Or as i1,
|
42099
|
-
|
42100
|
+
k8 as i2,
|
42100
42101
|
aD as i3,
|
42101
42102
|
oD as i4,
|
42102
42103
|
rn as i5,
|
42103
42104
|
fE as i6,
|
42104
42105
|
pj as i7,
|
42105
42106
|
It as i8,
|
42106
|
-
|
42107
|
+
Z8 as i9,
|
42107
42108
|
gd as iA,
|
42108
42109
|
zR as iB,
|
42109
42110
|
WI as iC,
|
42110
42111
|
kb as iD,
|
42111
|
-
|
42112
|
-
|
42112
|
+
c3 as iE,
|
42113
|
+
d3 as iF,
|
42113
42114
|
At as iG,
|
42114
42115
|
nh as iH,
|
42115
42116
|
Vf as iI,
|
@@ -42134,9 +42135,9 @@ export {
|
|
42134
42135
|
_j as ia,
|
42135
42136
|
Dg as ib,
|
42136
42137
|
hj as ic,
|
42137
|
-
|
42138
|
-
|
42139
|
-
|
42138
|
+
Q8 as id,
|
42139
|
+
n3 as ie,
|
42140
|
+
r3 as ig,
|
42140
42141
|
SH as ih,
|
42141
42142
|
pH as ii,
|
42142
42143
|
xH as ij,
|
@@ -42150,13 +42151,13 @@ export {
|
|
42150
42151
|
mH as is,
|
42151
42152
|
ia as it,
|
42152
42153
|
Xc as iu,
|
42153
|
-
|
42154
|
+
i3 as iv,
|
42154
42155
|
PL as iw,
|
42155
|
-
|
42156
|
-
|
42157
|
-
|
42158
|
-
|
42159
|
-
|
42156
|
+
o3 as ix,
|
42157
|
+
a3 as iy,
|
42158
|
+
l3 as iz,
|
42159
|
+
V3 as j,
|
42160
|
+
a8 as j$,
|
42160
42161
|
Kp as j0,
|
42161
42162
|
IW as j1,
|
42162
42163
|
RW as j2,
|
@@ -42191,9 +42192,9 @@ export {
|
|
42191
42192
|
Xt as jV,
|
42192
42193
|
Hw as jW,
|
42193
42194
|
_d as jX,
|
42194
|
-
|
42195
|
+
i8 as jY,
|
42195
42196
|
Hb as jZ,
|
42196
|
-
|
42197
|
+
o8 as j_,
|
42197
42198
|
DW as ja,
|
42198
42199
|
jW as jb,
|
42199
42200
|
zp as jc,
|
@@ -42223,11 +42224,11 @@ export {
|
|
42223
42224
|
o2 as k,
|
42224
42225
|
DI as k$,
|
42225
42226
|
Xn as k0,
|
42226
|
-
|
42227
|
+
l8 as k1,
|
42227
42228
|
Xb as k2,
|
42228
42229
|
Zb as k3,
|
42229
|
-
|
42230
|
-
|
42230
|
+
c8 as k4,
|
42231
|
+
d8 as k5,
|
42231
42232
|
Pa as k6,
|
42232
42233
|
Wd as k7,
|
42233
42234
|
dY as k8,
|
@@ -42289,32 +42290,33 @@ export {
|
|
42289
42290
|
FW as l0,
|
42290
42291
|
UW as l1,
|
42291
42292
|
jI as l2,
|
42292
|
-
|
42293
|
-
|
42294
|
-
|
42295
|
-
|
42296
|
-
|
42297
|
-
|
42298
|
-
|
42299
|
-
|
42300
|
-
|
42301
|
-
|
42302
|
-
|
42303
|
-
|
42304
|
-
|
42305
|
-
|
42306
|
-
|
42307
|
-
|
42293
|
+
$W as l3,
|
42294
|
+
Ze as l4,
|
42295
|
+
VW as l5,
|
42296
|
+
Re as l6,
|
42297
|
+
Ob as l7,
|
42298
|
+
rm as l8,
|
42299
|
+
mL as l9,
|
42300
|
+
pL as la,
|
42301
|
+
gL as lb,
|
42302
|
+
_L as lc,
|
42303
|
+
dE as ld,
|
42304
|
+
Vk as le,
|
42305
|
+
y8 as lf,
|
42306
|
+
qk as lg,
|
42307
|
+
N8 as lh,
|
42308
|
+
jH as li,
|
42309
|
+
Y3 as m,
|
42308
42310
|
zi as n,
|
42309
|
-
|
42311
|
+
K3 as o,
|
42310
42312
|
Gr as p,
|
42311
42313
|
qi as q,
|
42312
42314
|
Mf as r,
|
42313
42315
|
hw as s,
|
42314
42316
|
Ei as t,
|
42315
|
-
|
42317
|
+
U3 as u,
|
42316
42318
|
ks as v,
|
42317
|
-
|
42319
|
+
X as w,
|
42318
42320
|
q6 as x,
|
42319
42321
|
at as y,
|
42320
42322
|
fw as z
|