@devtron-labs/devtron-fe-common-lib 1.14.1-beta-1 → 1.14.1-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,10 +6,10 @@ var R_ = (e, s, n) => s in e ? A_(e, s, { enumerable: !0, configurable: !0, writ
|
|
6
6
|
var ce = (e, s, n) => R_(e, typeof s != "symbol" ? s + "" : s, n), Ic = (e, s, n) => s.has(e) || vc("Cannot " + n);
|
7
7
|
var Hs = (e, s, n) => (Ic(e, s, "read from private field"), n ? n.call(e) : s.get(e)), Da = (e, s, n) => s.has(e) ? vc("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(e) : s.set(e, n), Pa = (e, s, n, a) => (Ic(e, s, "write to private field"), a ? a.call(e, n) : s.set(e, n), n);
|
8
8
|
import { j as t, i as Te, Q as co, k as y_, n as j_, D as or, R as O_, s as w_, t as Ke, E as ta, g as L_, a as D_, S as Xd, b as Ii, c as P_, o as M_, r as Jd, d as Ac, e as k_, f as U_, y as $_, l as ir, h as F_, m as B_, p as V_, q as G_, u as Rc, v as H_, w as yc, x as Y_, z as K_, A as W_, B as z_, T as jc, C as Ai, F as q_, G as Oc, H as Zd, I as X_, J as J_, K as Qd, L as wc, M as Z_, N as Q_, O as Lc, P as ef, U as tf, V as sf, W as nf, X as af, Y as Dc, Z as Pc, _ as rf, $ as of, a0 as lo, a1 as Mc, a2 as cf, a3 as lf, a4 as df, a5 as uf, a6 as mf, a7 as pf, a8 as _f, a9 as ff, aa as hf, ab as gf, ac as eu, ad as xf, ae as Ef, af as Nf, ag as Cf, ah as bf, ai as kc, aj as Uc, ak as Tf, al as Sf, am as vf, an as If, ao as Af, ap as Rf, aq as yf, ar as jf, as as tu, at as su, au as Of, av as wf, aw as Lf, ax as Df, ay as Ws } from "./@vendor-4cEd9dja.js";
|
9
|
-
import je, { createContext as
|
9
|
+
import je, { createContext as Gt, useContext as Es, useMemo as q, useState as j, useEffect as P, cloneElement as sa, useRef as U, createElement as Ri, Children as $c, useCallback as $e, useLayoutEffect as Pf, createRef as cr, Fragment as Ms, memo as St, Component as yi } from "react";
|
10
10
|
import { ReactComponent as Mf } from "./assets/ic-info-filled-override.99e8094a.svg";
|
11
11
|
import * as kf from "yaml";
|
12
|
-
import
|
12
|
+
import zt, { parse as Uf, YAMLParseError as $f } from "yaml";
|
13
13
|
import { ReactComponent as ji } from "./assets/ic-info-outline.29f1089c.svg";
|
14
14
|
import { ReactComponent as Ff } from "./assets/ic-var-initial.afdaa854.svg";
|
15
15
|
import { Link as ss, useLocation as Ns, useHistory as fa, useParams as Lt, useRouteMatch as Cs, NavLink as ks, generatePath as Zs, Switch as nu, Route as Xs, Redirect as Bf, Prompt as Vf } from "react-router-dom";
|
@@ -406,7 +406,7 @@ const vN = ({ startNode: e }) => e.type === js.WEBHOOK ? Qs.WEBHOOK : e.type ===
|
|
406
406
|
ENTERPRISE_LICENSE: `${as}/enterprise-license`,
|
407
407
|
KUBE_CONFIG: `${as}${Ys}/usage/resource-browser#running-kubectl-commands-locally`,
|
408
408
|
TENANT_INSTALLATION: `${as}${Ys}/usage/software-distribution-hub/tenants`
|
409
|
-
},
|
409
|
+
}, $t = {
|
410
410
|
STRING: /^[a-zA-Z0-9_]+$/,
|
411
411
|
DECIMAL_NUMBERS: /^-?\d*\.?\d*$/,
|
412
412
|
POSITIVE_DECIMAL_NUMBERS: /^\d*\.?\d*$/,
|
@@ -424,8 +424,9 @@ const vN = ({ startNode: e }) => e.type === js.WEBHOOK ? Qs.WEBHOOK : e.type ===
|
|
424
424
|
CONFIG_MAP_AND_SECRET_MULTIPLE_KEYS: /^[-._a-zA-Z0-9\,\?\s]*[-._a-zA-Z0-9\s]$/,
|
425
425
|
CONFIG_MAP_AND_SECRET_KEY: /^[-._a-zA-Z0-9]+$/,
|
426
426
|
CONFIGMAP_AND_SECRET_NAME: /^[a-z0-9][a-z0-9-.]*[a-z0-9]$/,
|
427
|
-
ALPHANUMERIC_WITH_SPECIAL_CHAR_AND_SLASH: /^[A-Za-z0-9._/-]
|
427
|
+
ALPHANUMERIC_WITH_SPECIAL_CHAR_AND_SLASH: /^[A-Za-z0-9._/-]+$/,
|
428
428
|
// allow alphanumeric,(.) ,(-),(_),(/)
|
429
|
+
EMAIL: /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
|
429
430
|
}, uo = "/global-config/templates/devtron-apps", Me = {
|
430
431
|
LOGIN_SSO: "/login/sso",
|
431
432
|
PERMISSION_GROUPS: "/global-config/auth/groups",
|
@@ -681,7 +682,7 @@ const UN = async (e, s) => {
|
|
681
682
|
} catch {
|
682
683
|
}
|
683
684
|
};
|
684
|
-
var Hu = /* @__PURE__ */ ((e) => (e.GET_LICENSE_CLICKED = "getLicenseClicked", e))(Hu || {}), $N = /* @__PURE__ */ ((e) => (e.CHART = "helm_charts", e.APPLICATION = "apps", e))($N || {}), _e = /* @__PURE__ */ ((e) => (e.Service = "Service", e.Alertmanager = "Alertmanager", e.PodSecurity = "PodSecurityPolicy", e.ConfigMap = "ConfigMap", e.ServiceAccount = "ServiceAccount", e.ClusterRoleBinding = "ClusterRoleBinding", e.RoleBinding = "RoleBinding", e.ClusterRole = "ClusterRole", e.Role = "Role", e.Prometheus = "Prometheus", e.ServiceMonitor = "ServiceMonitor", e.Deployment = "Deployment", e.MutatingWebhookConfiguration = "MutatingWebhookConfiguration", e.DaemonSet = "DaemonSet", e.Secret = "Secret", e.ValidatingWebhookConfiguration = "ValidatingWebhookConfiguration", e.Pod = "Pod", e.Ingress = "Ingress", e.ReplicaSet = "ReplicaSet", e.Endpoints = "Endpoints", e.Cluster = "ClusterRoleBinding", e.PodSecurityPolicy = "PodSecurityPolicy", e.CronJob = "CronJob", e.Job = "Job", e.ReplicationController = "ReplicationController", e.StatefulSet = "StatefulSet", e.Rollout = "Rollout", e.PersistentVolumeClaim = "PersistentVolumeClaim", e.PersistentVolume = "PersistentVolume", e.Containers = "Containers", e.InitContainers = "InitContainers", e.EndpointSlice = "EndpointSlice", e.NetworkPolicy = "NetworkPolicy", e.StorageClass = "StorageClass", e.VolumeSnapshot = "VolumeSnapshot", e.VolumeSnapshotContent = "VolumeSnapshotContent", e.VolumeSnapshotClass = "VolumeSnapshotClass", e.PodDisruptionBudget = "PodDisruptionBudget", e.Event = "Event", e.Namespace = "Namespace", e.Node = "Node", e.Overview = "Overview", e.MonitoringDashboard = "MonitoringDashboard", e.UpgradeCluster = "UpgradeCluster", e))(_e || {}), ft = /* @__PURE__ */ ((e) => (e.DEVTRON_APP = "devtron_app", e.DEVTRON_HELM_CHART = "devtron_helm_chart", e.EXTERNAL_HELM_CHART = "external_helm_chart", e.EXTERNAL_ARGO_APP = "external_argo_app", e.EXTERNAL_FLUX_APP = "external_flux_app", e))(ft || {}), tt = /* @__PURE__ */ ((e) => (e.GIT = "git", e.GITHUB = "github", e.GITLAB = "gitlab", e.BITBUCKET = "bitbucket", e.DOCKER = "docker", e.DOCKER_HUB = "docker-hub", e.ACR = "acr", e.QUAY = "quay", e.ECR = "ecr", e.ARTIFACT_REGISTRY = "artifact-registry", e.GCR = "gcr", e.OTHER = "other", e))(tt || {}), Bi = /* @__PURE__ */ ((e) => (e.system = "system", e.admin = "admin", e))(Bi || {}), _n = /* @__PURE__ */ ((e) => (e.CRITICAL = "critical", e.HIGH = "high", e.MEDIUM = "medium", e.LOW = "low", e.UNKNOWN = "unknown", e))(_n || {}), FN = /* @__PURE__ */ ((e) => (e.HEALTHY = "healthy", e.NONE = "none", e.UNKNOWN = "unknown", e.UPGRADING = "upgrading", e.UPGRADE_FAILED = "upgradeFailed", e.INSTALLED = "installed", e.INSTALLING = "installing", e.INSTALL_FAILED = "installFailed", e.NOT_INSTALLED = "notInstalled", e.TIMEOUT = "timeout", e))(FN || {}), BN = /* @__PURE__ */ ((e) => (e.CODE_SOURCE = "Code Source", e.PARAMETERS = "Parameters", e))(BN || {}), Yu = /* @__PURE__ */ ((e) => (e.IMAGE = "Image", e.PARAMETERS = "Parameters", e))(Yu || {}), ze = /* @__PURE__ */ ((e) => (e.devtronApplication = "application/devtron-application", e.helmChart = "application/helm-application", e.job = "job", e.cluster = "cluster", e.release = "release", e.releaseTrack = "release-track", e.releaseChannel = "release-channel", e.tenant = "tenant", e.installation = "installation", e.infrastructureInstallation = "installations", e.environment = "environment", e.cdPipeline = "cd-pipeline", e.ciPipeline = "ci-pipeline", e.project = "project", e))(ze || {}), Br = /* @__PURE__ */ ((e) => (e.v1 = "v1", e.alpha1 = "alpha1", e))(Br || {}), VN = /* @__PURE__ */ ((e) => (e.lockConfiguration = "lock-configuration", e.imagePromotion = "image-promotion", e.plugins = "plugin", e.approval = "approval", e))(VN || {}), ia = /* @__PURE__ */ ((e) => (e.PULL_REQUEST = "Pull Request", e.TAG_CREATION = "Tag Creation", e))(ia || {}),
|
685
|
+
var Hu = /* @__PURE__ */ ((e) => (e.GET_LICENSE_CLICKED = "getLicenseClicked", e))(Hu || {}), $N = /* @__PURE__ */ ((e) => (e.CHART = "helm_charts", e.APPLICATION = "apps", e))($N || {}), _e = /* @__PURE__ */ ((e) => (e.Service = "Service", e.Alertmanager = "Alertmanager", e.PodSecurity = "PodSecurityPolicy", e.ConfigMap = "ConfigMap", e.ServiceAccount = "ServiceAccount", e.ClusterRoleBinding = "ClusterRoleBinding", e.RoleBinding = "RoleBinding", e.ClusterRole = "ClusterRole", e.Role = "Role", e.Prometheus = "Prometheus", e.ServiceMonitor = "ServiceMonitor", e.Deployment = "Deployment", e.MutatingWebhookConfiguration = "MutatingWebhookConfiguration", e.DaemonSet = "DaemonSet", e.Secret = "Secret", e.ValidatingWebhookConfiguration = "ValidatingWebhookConfiguration", e.Pod = "Pod", e.Ingress = "Ingress", e.ReplicaSet = "ReplicaSet", e.Endpoints = "Endpoints", e.Cluster = "ClusterRoleBinding", e.PodSecurityPolicy = "PodSecurityPolicy", e.CronJob = "CronJob", e.Job = "Job", e.ReplicationController = "ReplicationController", e.StatefulSet = "StatefulSet", e.Rollout = "Rollout", e.PersistentVolumeClaim = "PersistentVolumeClaim", e.PersistentVolume = "PersistentVolume", e.Containers = "Containers", e.InitContainers = "InitContainers", e.EndpointSlice = "EndpointSlice", e.NetworkPolicy = "NetworkPolicy", e.StorageClass = "StorageClass", e.VolumeSnapshot = "VolumeSnapshot", e.VolumeSnapshotContent = "VolumeSnapshotContent", e.VolumeSnapshotClass = "VolumeSnapshotClass", e.PodDisruptionBudget = "PodDisruptionBudget", e.Event = "Event", e.Namespace = "Namespace", e.Node = "Node", e.Overview = "Overview", e.MonitoringDashboard = "MonitoringDashboard", e.UpgradeCluster = "UpgradeCluster", e))(_e || {}), ft = /* @__PURE__ */ ((e) => (e.DEVTRON_APP = "devtron_app", e.DEVTRON_HELM_CHART = "devtron_helm_chart", e.EXTERNAL_HELM_CHART = "external_helm_chart", e.EXTERNAL_ARGO_APP = "external_argo_app", e.EXTERNAL_FLUX_APP = "external_flux_app", e))(ft || {}), tt = /* @__PURE__ */ ((e) => (e.GIT = "git", e.GITHUB = "github", e.GITLAB = "gitlab", e.BITBUCKET = "bitbucket", e.DOCKER = "docker", e.DOCKER_HUB = "docker-hub", e.ACR = "acr", e.QUAY = "quay", e.ECR = "ecr", e.ARTIFACT_REGISTRY = "artifact-registry", e.GCR = "gcr", e.OTHER = "other", e))(tt || {}), Bi = /* @__PURE__ */ ((e) => (e.system = "system", e.admin = "admin", e))(Bi || {}), _n = /* @__PURE__ */ ((e) => (e.CRITICAL = "critical", e.HIGH = "high", e.MEDIUM = "medium", e.LOW = "low", e.UNKNOWN = "unknown", e))(_n || {}), FN = /* @__PURE__ */ ((e) => (e.HEALTHY = "healthy", e.NONE = "none", e.UNKNOWN = "unknown", e.UPGRADING = "upgrading", e.UPGRADE_FAILED = "upgradeFailed", e.INSTALLED = "installed", e.INSTALLING = "installing", e.INSTALL_FAILED = "installFailed", e.NOT_INSTALLED = "notInstalled", e.TIMEOUT = "timeout", e))(FN || {}), BN = /* @__PURE__ */ ((e) => (e.CODE_SOURCE = "Code Source", e.PARAMETERS = "Parameters", e))(BN || {}), Yu = /* @__PURE__ */ ((e) => (e.IMAGE = "Image", e.PARAMETERS = "Parameters", e))(Yu || {}), ze = /* @__PURE__ */ ((e) => (e.devtronApplication = "application/devtron-application", e.helmChart = "application/helm-application", e.job = "job", e.cluster = "cluster", e.release = "release", e.releaseTrack = "release-track", e.releaseChannel = "release-channel", e.tenant = "tenant", e.installation = "installation", e.infrastructureInstallation = "installations", e.environment = "environment", e.cdPipeline = "cd-pipeline", e.ciPipeline = "ci-pipeline", e.project = "project", e))(ze || {}), Br = /* @__PURE__ */ ((e) => (e.v1 = "v1", e.alpha1 = "alpha1", e))(Br || {}), VN = /* @__PURE__ */ ((e) => (e.lockConfiguration = "lock-configuration", e.imagePromotion = "image-promotion", e.plugins = "plugin", e.approval = "approval", e))(VN || {}), ia = /* @__PURE__ */ ((e) => (e.PULL_REQUEST = "Pull Request", e.TAG_CREATION = "Tag Creation", e))(ia || {}), Yt = /* @__PURE__ */ ((e) => (e.Workloads = "Workloads", e.Networking = "Networking", e["Config & Storage"] = "Config & Storage", e.RBAC = "RBAC", e.Administration = "Administration", e["Custom Resource"] = "Custom Resource", e["Other Resources"] = "Other Resources", e.Events = "Events", e.Namespaces = "Namespaces", e.Nodes = "Nodes", e))(Yt || {}), GN = /* @__PURE__ */ ((e) => (e.SSH = "SSH", e.PASSWORD = "PASSWORD", e.SSH_AND_PASSWORD = "PAT_AND_SSH", e))(GN || {}), HN = /* @__PURE__ */ ((e) => (e.UPSTREAM = "upstream", e.DOWNSTREAM = "downstream", e.LEVEL = "level", e))(HN || {}), qa = /* @__PURE__ */ ((e) => (e.FULFILLED = "fulfilled", e.REJECTED = "rejected", e))(qa || {}), YN = /* @__PURE__ */ ((e) => (e.HTTP = "http:", e.HTTPS = "https:", e.SSH = "ssh:", e.SMTP = "smtp:", e.S3 = "s3:", e))(YN || {}), Ku = /* @__PURE__ */ ((e) => (e.GUI = "GUI", e.YAML = "YAML", e))(Ku || {});
|
685
686
|
const _k = [
|
686
687
|
{
|
687
688
|
label: "GUI",
|
@@ -1101,7 +1102,7 @@ const EC = {
|
|
1101
1102
|
DEPLOY: Rt.CD,
|
1102
1103
|
POST: Rt.POSTCD,
|
1103
1104
|
PRE: Rt.PRECD
|
1104
|
-
}, Xc = 3e4, bC = 1e4, Qu =
|
1105
|
+
}, Xc = 3e4, bC = 1e4, Qu = Gt(null), Rk = () => {
|
1105
1106
|
const e = Es(Qu);
|
1106
1107
|
if (!e)
|
1107
1108
|
throw new Error("useImageSelectionUtilityContext must be used within ImageSelectionUtilityProvider");
|
@@ -1109,7 +1110,7 @@ const EC = {
|
|
1109
1110
|
}, yk = ({ children: e, value: s }) => {
|
1110
1111
|
const n = q(() => s, [s]);
|
1111
1112
|
return /* @__PURE__ */ t.jsx(Qu.Provider, { value: n, children: e });
|
1112
|
-
}, em =
|
1113
|
+
}, em = Gt(null), Ln = () => {
|
1113
1114
|
const e = Es(em);
|
1114
1115
|
if (!e)
|
1115
1116
|
throw new Error("Please wrap with MainContextProvider");
|
@@ -1150,7 +1151,7 @@ const Ls = {
|
|
1150
1151
|
default:
|
1151
1152
|
return null;
|
1152
1153
|
}
|
1153
|
-
}, nm =
|
1154
|
+
}, nm = Gt(null), Ok = ({ children: e }) => {
|
1154
1155
|
const [s, n] = j(!1), [a, r] = j(!1), [o, i] = j(vC), c = (p, _ = !1) => {
|
1155
1156
|
const h = {
|
1156
1157
|
appTheme: p === Ls.auto ? Vi() : p,
|
@@ -1190,7 +1191,7 @@ const Ls = {
|
|
1190
1191
|
if (!e)
|
1191
1192
|
throw new Error("useTheme must be used within ThemeProvider");
|
1192
1193
|
return e;
|
1193
|
-
}, am =
|
1194
|
+
}, am = Gt(null), Gi = () => Es(am), wk = ({ children: e }) => {
|
1194
1195
|
const [s, n] = j(""), a = q(
|
1195
1196
|
() => ({
|
1196
1197
|
email: s,
|
@@ -1798,7 +1799,7 @@ const Vk = async (e, s) => {
|
|
1798
1799
|
signal: s
|
1799
1800
|
});
|
1800
1801
|
} catch (n) {
|
1801
|
-
throw
|
1802
|
+
throw Vt(n) || Oe(n), n;
|
1802
1803
|
}
|
1803
1804
|
}, Gk = async (e, s) => {
|
1804
1805
|
try {
|
@@ -1807,14 +1808,14 @@ const Vk = async (e, s) => {
|
|
1807
1808
|
valuesAndManifestFlag: Yi.DEPLOYMENT_TEMPLATE
|
1808
1809
|
}, { result: a } = await xt(F.APP_TEMPLATE_DATA, n, {
|
1809
1810
|
signal: s
|
1810
|
-
}), r = Object.keys(a.variableSnapshot || {}).length > 0, o =
|
1811
|
+
}), r = Object.keys(a.variableSnapshot || {}).length > 0, o = zt.parse(a.data), i = zt.parse(a.resolvedData);
|
1811
1812
|
return {
|
1812
1813
|
data: jt(o),
|
1813
1814
|
resolvedData: jt(i),
|
1814
1815
|
areVariablesPresent: r
|
1815
1816
|
};
|
1816
1817
|
} catch (n) {
|
1817
|
-
if (!
|
1818
|
+
if (!Vt(n))
|
1818
1819
|
throw Oe(n), n;
|
1819
1820
|
return JC;
|
1820
1821
|
}
|
@@ -1868,7 +1869,7 @@ const Vk = async (e, s) => {
|
|
1868
1869
|
);
|
1869
1870
|
return c;
|
1870
1871
|
} catch (c) {
|
1871
|
-
throw
|
1872
|
+
throw Vt(c) || Oe(c), c;
|
1872
1873
|
}
|
1873
1874
|
}, Wk = ({
|
1874
1875
|
pipelineId: e,
|
@@ -1979,7 +1980,7 @@ const zk = ({ fileMountDir: e }) => /* @__PURE__ */ t.jsx(
|
|
1979
1980
|
);
|
1980
1981
|
return l;
|
1981
1982
|
} catch (l) {
|
1982
|
-
throw
|
1983
|
+
throw Vt(l) || Oe(l), l;
|
1983
1984
|
}
|
1984
1985
|
};
|
1985
1986
|
var ab = /* @__PURE__ */ ((e) => (e.email = "email_id", e.lastLogin = "last_login", e))(ab || {}), rb = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e))(rb || {}), ob = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e.temporary = "temporaryAccess", e))(ob || {});
|
@@ -2105,7 +2106,7 @@ const Zc = (e) => ({
|
|
2105
2106
|
)) })
|
2106
2107
|
] });
|
2107
2108
|
};
|
2108
|
-
var lb = /* @__PURE__ */ ((e) => (e.includeDeleted = "includeDeleted", e.excludeDelete = "excludeDelete", e.onlyDeleted = "onlyDeleted", e))(lb || {}), M = /* @__PURE__ */ ((e) => (e.CPU_LIMIT = "cpu_limit", e.CPU_REQUEST = "cpu_request", e.MEMORY_LIMIT = "memory_limit", e.MEMORY_REQUEST = "memory_request", e.BUILD_TIMEOUT = "timeout", e.NODE_SELECTOR = "node_selector", e.TOLERANCE = "tolerations", e.CONFIG_MAP = "cm", e.SECRET = "cs", e))(M || {}),
|
2109
|
+
var lb = /* @__PURE__ */ ((e) => (e.includeDeleted = "includeDeleted", e.excludeDelete = "excludeDelete", e.onlyDeleted = "onlyDeleted", e))(lb || {}), M = /* @__PURE__ */ ((e) => (e.CPU_LIMIT = "cpu_limit", e.CPU_REQUEST = "cpu_request", e.MEMORY_LIMIT = "memory_limit", e.MEMORY_REQUEST = "memory_request", e.BUILD_TIMEOUT = "timeout", e.NODE_SELECTOR = "node_selector", e.TOLERANCE = "tolerations", e.CONFIG_MAP = "cm", e.SECRET = "cs", e))(M || {}), Kt = /* @__PURE__ */ ((e) => (e.NAME = "name", e.DESCRIPTION = "description", e))(Kt || {}), ve = /* @__PURE__ */ ((e) => (e.CPU = "cpu", e.MEMORY = "memory", e.BUILD_TIMEOUT = "timeout", e.NODE_SELECTOR = "node selector", e.TOLERANCE = "tolerance", e.CONFIG_MAP = "cm", e.SECRET = "cs", e))(ve || {}), um = /* @__PURE__ */ ((e) => (e.GLOBAL = "GLOBAL", e.NORMAL = "NORMAL", e.CUSTOM = "CUSTOM", e))(um || {}), Ds = /* @__PURE__ */ ((e) => (e.EXISTS = "Exists", e.EQUALS = "Equal", e))(Ds || {}), mm = /* @__PURE__ */ ((e) => (e.NO_EXECUTE = "NoExecute", e.NO_SCHEDULE = "NoSchedule", e.PREFER_NO_SCHEDULE = "PreferNoSchedule", e))(mm || {}), pr = /* @__PURE__ */ ((e) => (e.KUBERNETES = "kubernetes", e.DOCKER_CONTAINER = "docker-container", e))(pr || {}), la = /* @__PURE__ */ ((e) => (e.TARGET_PLATFORM = "target_platform", e))(la || {}), ti = /* @__PURE__ */ ((e) => (e.KEY = "KEY", e.VALUE = "VALUE", e))(ti || {}), si = /* @__PURE__ */ ((e) => (e.KEY = "KEY", e.OPERATOR = "OPERATOR", e.VALUE = "VALUE", e.EFFECT = "EFFECT", e))(si || {}), vt = /* @__PURE__ */ ((e) => (e.ADD_TARGET_PLATFORM = "add_target_platform", e.REMOVE_TARGET_PLATFORM = "remove_target_platform", e.RENAME_TARGET_PLATFORM = "rename_target_platform", e.RESTORE_PROFILE_CONFIG_SNAPSHOT = "restore_profile_config_snapshot", e.DELETE_NODE_SELECTOR_ITEM = "delete_node_selector_item", e.ADD_NODE_SELECTOR_ITEM = "add_node_selector_item", e.EDIT_NODE_SELECTOR_ITEM = "edit_node_selector_item", e.DELETE_TOLERANCE_ITEM = "delete_tolerance_item", e.ADD_TOLERANCE_ITEM = "add_tolerance_item", e.EDIT_TOLERANCE_ITEM = "edit_tolerance_item", e.ADD_CM_CS_ITEM = "add_cm_cs_item", e.SYNC_CM_CS_ITEM = "sync_cm_cs_item", e.DELETE_CM_CS_ITEM = "delete_cm_cs_item", e))(vt || {}), pm = /* @__PURE__ */ ((e) => (e.ALPHA1 = "alpha1", e))(pm || {});
|
2109
2110
|
const $s = {
|
2110
2111
|
// Will not enforce any decimal specification on input field
|
2111
2112
|
STEP: "any",
|
@@ -2217,10 +2218,10 @@ const $s = {
|
|
2217
2218
|
), _m = Object.fromEntries(
|
2218
2219
|
Object.values({
|
2219
2220
|
...M,
|
2220
|
-
...
|
2221
|
+
...Kt,
|
2221
2222
|
...la
|
2222
2223
|
}).map((e) => [e, null])
|
2223
|
-
), db = [
|
2224
|
+
), db = [Kt.NAME], Qc = {
|
2224
2225
|
SUBMIT_BUTTON: "build-infra-submit-button",
|
2225
2226
|
CANCEL_BUTTON: "build-infra-cancel-button"
|
2226
2227
|
}, ps = "runner", ub = pm.ALPHA1, el = {
|
@@ -2292,7 +2293,7 @@ const $s = {
|
|
2292
2293
|
const r = (o) => {
|
2293
2294
|
if (e) {
|
2294
2295
|
e({
|
2295
|
-
action:
|
2296
|
+
action: Kt.DESCRIPTION,
|
2296
2297
|
data: { value: o.currentTarget.value }
|
2297
2298
|
});
|
2298
2299
|
return;
|
@@ -3191,7 +3192,7 @@ const tT = (e, s) => {
|
|
3191
3192
|
Oe(n);
|
3192
3193
|
});
|
3193
3194
|
}, []), e;
|
3194
|
-
}, Cm =
|
3195
|
+
}, Cm = Gt(null), on = () => Es(Cm), Fa = (e) => {
|
3195
3196
|
if (!e)
|
3196
3197
|
throw new Error("keys undefined");
|
3197
3198
|
const s = e.map((n) => `${n}`.toUpperCase()).sort();
|
@@ -3562,7 +3563,7 @@ const fl = () => ({
|
|
3562
3563
|
}
|
3563
3564
|
)
|
3564
3565
|
] });
|
3565
|
-
},
|
3566
|
+
}, Ft = ({
|
3566
3567
|
error: e,
|
3567
3568
|
icon: s,
|
3568
3569
|
helperText: n,
|
@@ -3798,7 +3799,7 @@ const fl = () => ({
|
|
3798
3799
|
return P(() => (o && p({ keys: go, callback: C }), () => {
|
3799
3800
|
_(go);
|
3800
3801
|
}), [C, o]), /* @__PURE__ */ t.jsx("div", { className: "dc__mxw-250", children: /* @__PURE__ */ t.jsx(
|
3801
|
-
|
3802
|
+
Ft,
|
3802
3803
|
{
|
3803
3804
|
...a,
|
3804
3805
|
selectRef: r,
|
@@ -3895,7 +3896,7 @@ ${d.slice(C)}`;
|
|
3895
3896
|
n && f.key === "Enter" && g(d);
|
3896
3897
|
};
|
3897
3898
|
return /* @__PURE__ */ t.jsx(
|
3898
|
-
|
3899
|
+
Ft,
|
3899
3900
|
{
|
3900
3901
|
...l,
|
3901
3902
|
isCreatable: n,
|
@@ -3982,7 +3983,7 @@ ${d.slice(C)}`;
|
|
3982
3983
|
}
|
3983
3984
|
) }),
|
3984
3985
|
o && /* @__PURE__ */ t.jsx(
|
3985
|
-
|
3986
|
+
Ft,
|
3986
3987
|
{
|
3987
3988
|
inputId: `${e}-unit`,
|
3988
3989
|
classNamePrefix: "build-infra-unit-select",
|
@@ -4030,7 +4031,7 @@ ${d.slice(C)}`;
|
|
4030
4031
|
const r = (o) => {
|
4031
4032
|
if (s) {
|
4032
4033
|
s({
|
4033
|
-
action:
|
4034
|
+
action: Kt.NAME,
|
4034
4035
|
data: { value: o.currentTarget.value }
|
4035
4036
|
});
|
4036
4037
|
return;
|
@@ -4076,7 +4077,7 @@ ${d.slice(C)}`;
|
|
4076
4077
|
{
|
4077
4078
|
handleProfileInputChange: n,
|
4078
4079
|
currentValue: e.name,
|
4079
|
-
error: s[
|
4080
|
+
error: s[Kt.NAME]
|
4080
4081
|
}
|
4081
4082
|
),
|
4082
4083
|
/* @__PURE__ */ t.jsx(
|
@@ -4084,7 +4085,7 @@ ${d.slice(C)}`;
|
|
4084
4085
|
{
|
4085
4086
|
handleProfileInputChange: n,
|
4086
4087
|
currentValue: e.description,
|
4087
|
-
error: s[
|
4088
|
+
error: s[Kt.DESCRIPTION]
|
4088
4089
|
}
|
4089
4090
|
)
|
4090
4091
|
] }),
|
@@ -4127,7 +4128,7 @@ ${d.slice(C)}`;
|
|
4127
4128
|
)) })
|
4128
4129
|
] })
|
4129
4130
|
] }) : /* @__PURE__ */ t.jsx(Xe, { pageLoader: !0 });
|
4130
|
-
}, fT =
|
4131
|
+
}, fT = Gt(null), hU = () => {
|
4131
4132
|
const e = Es(fT);
|
4132
4133
|
if (!e)
|
4133
4134
|
throw new Error("Please wrap parent component with BuildInfraUtilityProvider");
|
@@ -4388,7 +4389,7 @@ ${d.slice(C)}`;
|
|
4388
4389
|
MIN_LIMIT: 3
|
4389
4390
|
}, ai = (e) => {
|
4390
4391
|
const s = [];
|
4391
|
-
return e.length > 63 && s.push("Can be max 63 characters"),
|
4392
|
+
return e.length > 63 && s.push("Can be max 63 characters"), $t.START_END_ALPHANUMERIC.test(e) || s.push("Must start and end with an alphanumeric character"), $t.ALPHANUMERIC_WITH_SPECIAL_CHAR.test(e) || s.push("Can only contain alphanumeric chars and (-), (_), (.)"), s;
|
4392
4393
|
}, Zi = (e, s = !0) => {
|
4393
4394
|
const n = [], a = s && e.startsWith(pC);
|
4394
4395
|
if (!e)
|
@@ -4399,7 +4400,7 @@ ${d.slice(C)}`;
|
|
4399
4400
|
n.push("Key: Max 1 ( / ) allowed");
|
4400
4401
|
else if (r === 1) {
|
4401
4402
|
const [o, i] = e.split("/");
|
4402
|
-
n.push(...ai(i).map((l) => `Name: ${l}`)), o.length > 253 && n.push("Prefix: Can be max 253 characters"),
|
4403
|
+
n.push(...ai(i).map((l) => `Name: ${l}`)), o.length > 253 && n.push("Prefix: Can be max 253 characters"), $t.KUBERNETES_KEY_PREFIX.test(o) || n.push("Prefix: Must be a DNS subdomain (a series of DNS labels separated by dots (.)");
|
4403
4404
|
} else
|
4404
4405
|
n.push(...ai(e).map((o) => `Name: ${o}`));
|
4405
4406
|
}
|
@@ -4587,7 +4588,7 @@ const TU = (e, s = !1) => {
|
|
4587
4588
|
const o = Rm(r);
|
4588
4589
|
return o.isValid ? { isValid: !0 } : o;
|
4589
4590
|
}, El = (e) => {
|
4590
|
-
const s =
|
4591
|
+
const s = $t.ALPHANUMERIC_WITH_SPECIAL_CHAR_AND_SLASH;
|
4591
4592
|
return new RegExp(s).test(e) ? { isValid: !0, message: "" } : {
|
4592
4593
|
isValid: !1,
|
4593
4594
|
message: 'Use only alphanumeric, (/), (-), (_); Do not use "spaces"'
|
@@ -4606,7 +4607,7 @@ const TU = (e, s = !1) => {
|
|
4606
4607
|
message: n.message
|
4607
4608
|
};
|
4608
4609
|
}
|
4609
|
-
}, AU = (e) => e ?
|
4610
|
+
}, AU = (e) => e ? $t.EMAIL.test(String(e).toLowerCase()) ? {
|
4610
4611
|
isValid: !0
|
4611
4612
|
} : {
|
4612
4613
|
isValid: !1,
|
@@ -4632,7 +4633,7 @@ const TU = (e, s = !1) => {
|
|
4632
4633
|
messages: ["Value is required"]
|
4633
4634
|
};
|
4634
4635
|
const s = [];
|
4635
|
-
return e.length >= $s.MAX_LABEL_VALUE_LENGTH && s.push(`Value should be less than ${$s.MAX_LABEL_VALUE_LENGTH} characters`),
|
4636
|
+
return e.length >= $s.MAX_LABEL_VALUE_LENGTH && s.push(`Value should be less than ${$s.MAX_LABEL_VALUE_LENGTH} characters`), $t.START_END_ALPHANUMERIC.test(e) || s.push("Value should start and end with alphanumeric characters"), $t.ALPHANUMERIC_WITH_SPECIAL_CHAR.test(e) || s.push("Value should contain only alphanumeric characters and special characters"), s.length > 0 ? {
|
4636
4637
|
isValid: !1,
|
4637
4638
|
messages: s
|
4638
4639
|
} : {
|
@@ -4740,14 +4741,14 @@ const TU = (e, s = !1) => {
|
|
4740
4741
|
i.profile.configurations[S] || v
|
4741
4742
|
);
|
4742
4743
|
switch (f) {
|
4743
|
-
case
|
4744
|
+
case Kt.DESCRIPTION: {
|
4744
4745
|
const { value: T } = N;
|
4745
|
-
C.description = T, b[
|
4746
|
+
C.description = T, b[Kt.DESCRIPTION] = NT(T).message;
|
4746
4747
|
break;
|
4747
4748
|
}
|
4748
|
-
case
|
4749
|
+
case Kt.NAME: {
|
4749
4750
|
const { value: T } = N;
|
4750
|
-
C.name = T, b[
|
4751
|
+
C.name = T, b[Kt.NAME] = ET(T).message;
|
4751
4752
|
break;
|
4752
4753
|
}
|
4753
4754
|
case M.CPU_LIMIT:
|
@@ -5559,13 +5560,13 @@ function BT(e, s) {
|
|
5559
5560
|
case _e.CronJob:
|
5560
5561
|
case _e.ReplicationController:
|
5561
5562
|
case _e.StatefulSet:
|
5562
|
-
return
|
5563
|
+
return Yt.Workloads;
|
5563
5564
|
case _e.Ingress:
|
5564
5565
|
case _e.Service:
|
5565
5566
|
case _e.Endpoints:
|
5566
5567
|
case _e.EndpointSlice:
|
5567
5568
|
case _e.NetworkPolicy:
|
5568
|
-
return
|
5569
|
+
return Yt.Networking;
|
5569
5570
|
case _e.ConfigMap:
|
5570
5571
|
case _e.Secret:
|
5571
5572
|
case _e.PersistentVolume:
|
@@ -5575,27 +5576,27 @@ function BT(e, s) {
|
|
5575
5576
|
case _e.VolumeSnapshotContent:
|
5576
5577
|
case _e.VolumeSnapshotClass:
|
5577
5578
|
case _e.PodDisruptionBudget:
|
5578
|
-
return
|
5579
|
+
return Yt["Config & Storage"];
|
5579
5580
|
case _e.ServiceAccount:
|
5580
5581
|
case _e.ClusterRoleBinding:
|
5581
5582
|
case _e.RoleBinding:
|
5582
5583
|
case _e.ClusterRole:
|
5583
5584
|
case _e.Role:
|
5584
5585
|
case _e.PodSecurityPolicy:
|
5585
|
-
return
|
5586
|
+
return Yt.RBAC;
|
5586
5587
|
case _e.MutatingWebhookConfiguration:
|
5587
5588
|
case _e.ValidatingWebhookConfiguration:
|
5588
|
-
return
|
5589
|
+
return Yt.Administration;
|
5589
5590
|
case _e.Alertmanager:
|
5590
5591
|
case _e.Prometheus:
|
5591
5592
|
case _e.ServiceMonitor:
|
5592
|
-
return
|
5593
|
+
return Yt["Custom Resource"];
|
5593
5594
|
case _e.Event:
|
5594
|
-
return
|
5595
|
+
return Yt.Events;
|
5595
5596
|
case _e.Namespace:
|
5596
|
-
return
|
5597
|
+
return Yt.Namespaces;
|
5597
5598
|
default:
|
5598
|
-
return s ?
|
5599
|
+
return s ? Yt["Other Resources"] : Yt["Custom Resource"];
|
5599
5600
|
}
|
5600
5601
|
}
|
5601
5602
|
const MU = (e, s, n, a) => ({
|
@@ -5701,7 +5702,7 @@ const MU = (e, s, n, a) => ({
|
|
5701
5702
|
signal: s
|
5702
5703
|
}), FU = (e) => xt(F.K8S_RESOURCE_CREATE, e), BU = (e, s) => xt(F.DELETE_RESOURCE, e, { abortControllerRef: s }), VU = (e, s) => io(F.NODE_CAPACITY, e, { abortControllerRef: s }), GU = (e, s) => Tc(`${F.NODE_CAPACITY}/cordon`, e, { abortControllerRef: s }), HU = (e, s) => Tc(`${F.NODE_CAPACITY}/drain`, e, { abortControllerRef: s }), YU = (e) => ue(F.CLUSTER_LIST_RAW, { abortControllerRef: e });
|
5703
5704
|
var VT = /* @__PURE__ */ ((e) => (e.ALL_CLUSTERS = "all", e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e))(VT || {}), GT = /* @__PURE__ */ ((e) => (e.Creating = "Creating", e.Updated = "Updated", e.Updating = "Updating", e.Installed = "Installed", e.Failed = "Failed", e.Deleting = "Deleting", e.Deleted = "Deleted", e))(GT || {}), HT = /* @__PURE__ */ ((e) => (e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e.CONNECTION_FAILED = "connection failed", e))(HT || {});
|
5704
|
-
const YT = (e) => e.replace(
|
5705
|
+
const YT = (e) => e.replace($t.ESCAPED_CHARACTERS, "\\$&"), KU = ({ searchText: e, text: s, highlightClasses: n }) => {
|
5705
5706
|
if (!e)
|
5706
5707
|
return s;
|
5707
5708
|
try {
|
@@ -7812,11 +7813,11 @@ const JS = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
7812
7813
|
children: /* @__PURE__ */ t.jsxs("div", { className: "flex column left hover-trigger", children: [
|
7813
7814
|
/* @__PURE__ */ t.jsxs("div", { className: "cn-9 fs-14 flex left", "data-testid": "artifact-text-visibility", children: [
|
7814
7815
|
fr(s),
|
7815
|
-
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(
|
7816
|
+
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(Bt, { content: fr(s) }) })
|
7816
7817
|
] }),
|
7817
7818
|
/* @__PURE__ */ t.jsxs("div", { className: "cn-7 fs-12 flex left", "data-testid": "artifact-image-text", children: [
|
7818
7819
|
s,
|
7819
|
-
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(
|
7820
|
+
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(Bt, { content: s }) })
|
7820
7821
|
] })
|
7821
7822
|
] })
|
7822
7823
|
}
|
@@ -9748,7 +9749,7 @@ const rI = (e) => {
|
|
9748
9749
|
const { sortBy: n, sortOrder: a } = s ?? { sortBy: "", sortOrder: null };
|
9749
9750
|
try {
|
9750
9751
|
return JSON.stringify(
|
9751
|
-
|
9752
|
+
zt.parse(
|
9752
9753
|
jt(e, {
|
9753
9754
|
sortMapEntries: n ? (r, o) => zT(r, o, a) : null
|
9754
9755
|
})
|
@@ -10263,7 +10264,7 @@ const rI = (e) => {
|
|
10263
10264
|
const { selectPickerProps: S } = C;
|
10264
10265
|
return /* @__PURE__ */ t.jsxs(Ms, { children: [
|
10265
10266
|
/* @__PURE__ */ t.jsx("div", { className: "dc__mxw-300", children: /* @__PURE__ */ t.jsx(
|
10266
|
-
|
10267
|
+
Ft,
|
10267
10268
|
{
|
10268
10269
|
...S,
|
10269
10270
|
isDisabled: e || S?.isDisabled
|
@@ -10972,7 +10973,7 @@ const rI = (e) => {
|
|
10972
10973
|
] })
|
10973
10974
|
] }) }) })
|
10974
10975
|
] });
|
10975
|
-
},
|
10976
|
+
}, Bt = ({
|
10976
10977
|
content: e,
|
10977
10978
|
initialTippyText: s = "Copy",
|
10978
10979
|
copiedTippyText: n = "Copied!",
|
@@ -11013,7 +11014,7 @@ const rI = (e) => {
|
|
11013
11014
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: l ? /* @__PURE__ */ t.jsx(Ea, { className: h }) : /* @__PURE__ */ t.jsx(vu, { className: h }) })
|
11014
11015
|
}
|
11015
11016
|
) });
|
11016
|
-
}, tp =
|
11017
|
+
}, tp = Gt(null), to = () => {
|
11017
11018
|
const e = Es(tp);
|
11018
11019
|
if (!e)
|
11019
11020
|
throw new Error("cannot be rendered outside the component");
|
@@ -11073,7 +11074,7 @@ const rI = (e) => {
|
|
11073
11074
|
}
|
11074
11075
|
), OI = () => {
|
11075
11076
|
const { value: e } = to();
|
11076
|
-
return /* @__PURE__ */ t.jsx(
|
11077
|
+
return /* @__PURE__ */ t.jsx(Bt, { content: e, iconSize: 16 });
|
11077
11078
|
}, wI = ({ children: e, flexExpand: s }) => /* @__PURE__ */ t.jsx(
|
11078
11079
|
"div",
|
11079
11080
|
{
|
@@ -11825,7 +11826,7 @@ const rI = (e) => {
|
|
11825
11826
|
}), cA = iA, lA = () => (e) => {
|
11826
11827
|
const s = [], n = e.state.doc.toString();
|
11827
11828
|
try {
|
11828
|
-
|
11829
|
+
zt.parseAllDocuments(n).forEach(({ errors: r }) => {
|
11829
11830
|
r.forEach((o) => {
|
11830
11831
|
if (o instanceof $f) {
|
11831
11832
|
const { linePos: i = [], message: c } = o, { from: l } = e.state.doc.line(i[0]?.line || 0);
|
@@ -12055,7 +12056,7 @@ const rI = (e) => {
|
|
12055
12056
|
);
|
12056
12057
|
}, uA = new _f(), mA = of({
|
12057
12058
|
markerDOM: XI
|
12058
|
-
}),
|
12059
|
+
}), Wt = ({
|
12059
12060
|
theme: e,
|
12060
12061
|
value: s,
|
12061
12062
|
originalValue: n,
|
@@ -12196,12 +12197,12 @@ const rI = (e) => {
|
|
12196
12197
|
)
|
12197
12198
|
] });
|
12198
12199
|
};
|
12199
|
-
|
12200
|
-
|
12201
|
-
|
12202
|
-
|
12203
|
-
|
12204
|
-
|
12200
|
+
Wt.Clipboard = OI;
|
12201
|
+
Wt.Header = AI;
|
12202
|
+
Wt.Warning = RI;
|
12203
|
+
Wt.ErrorBar = yI;
|
12204
|
+
Wt.Information = jI;
|
12205
|
+
Wt.Container = wI;
|
12205
12206
|
const pA = ({
|
12206
12207
|
currentConfiguration: e,
|
12207
12208
|
baseTemplateConfiguration: s,
|
@@ -12227,7 +12228,7 @@ const pA = ({
|
|
12227
12228
|
codeFoldMessageRenderer: Jm(m, u)
|
12228
12229
|
}
|
12229
12230
|
) : /* @__PURE__ */ t.jsx(
|
12230
|
-
|
12231
|
+
Wt,
|
12231
12232
|
{
|
12232
12233
|
value: u,
|
12233
12234
|
height: "auto",
|
@@ -12440,7 +12441,7 @@ const pA = ({
|
|
12440
12441
|
]
|
12441
12442
|
}
|
12442
12443
|
),
|
12443
|
-
/* @__PURE__ */ t.jsx("span", { className: "git-commit-info-generic__copy dc__visibility-hidden p-2", "data-testid": "git-commit-copy", children: /* @__PURE__ */ t.jsx(
|
12444
|
+
/* @__PURE__ */ t.jsx("span", { className: "git-commit-info-generic__copy dc__visibility-hidden p-2", "data-testid": "git-commit-copy", children: /* @__PURE__ */ t.jsx(Bt, { content: v }) })
|
12444
12445
|
] });
|
12445
12446
|
}, f = (v) => /* @__PURE__ */ t.jsxs("div", { className: "commit-hash px-6 dc__w-fit-content dc__gap-4 fs-13", children: [
|
12446
12447
|
/* @__PURE__ */ t.jsx(Lr, { className: "icon-dim-14 scb-5" }),
|
@@ -12504,7 +12505,7 @@ const pA = ({
|
|
12504
12505
|
{
|
12505
12506
|
className: "git-commit-info-generic__copy dc__visibility-hidden p-2",
|
12506
12507
|
"data-testid": "git-commit-copy",
|
12507
|
-
children: /* @__PURE__ */ t.jsx(
|
12508
|
+
children: /* @__PURE__ */ t.jsx(Bt, { content: l.commit })
|
12508
12509
|
}
|
12509
12510
|
)
|
12510
12511
|
] }) : null,
|
@@ -12669,11 +12670,11 @@ const pA = ({
|
|
12669
12670
|
children: /* @__PURE__ */ t.jsxs("div", { className: "flex column left hover-trigger", children: [
|
12670
12671
|
/* @__PURE__ */ t.jsxs("div", { className: "cn-9 fs-14 flex left", children: [
|
12671
12672
|
C,
|
12672
|
-
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(
|
12673
|
+
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(Bt, { content: C }) })
|
12673
12674
|
] }),
|
12674
12675
|
/* @__PURE__ */ t.jsxs("div", { className: "cn-7 fs-12 flex left", children: [
|
12675
12676
|
n,
|
12676
|
-
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(
|
12677
|
+
/* @__PURE__ */ t.jsx("div", { className: "pl-4", children: /* @__PURE__ */ t.jsx(Bt, { content: n }) })
|
12677
12678
|
] })
|
12678
12679
|
] })
|
12679
12680
|
}
|
@@ -14145,7 +14146,7 @@ const pA = ({
|
|
14145
14146
|
colors: ["#a864fd", "#29cdff", "#78ff44", "#ff718d", "#fdff6a"]
|
14146
14147
|
});
|
14147
14148
|
return /* @__PURE__ */ t.jsx(gf, { autorun: { speed: 60, duration: 500 }, decorateOptions: e });
|
14148
|
-
}, up =
|
14149
|
+
}, up = Gt(null), D$ = ({ children: e }) => {
|
14149
14150
|
const s = U(null), [n, a] = j(""), r = q(() => ({ modalKey: n, setModalKey: a, settersRef: s }), [n]);
|
14150
14151
|
return /* @__PURE__ */ t.jsx(up.Provider, { value: r, children: e });
|
14151
14152
|
}, mp = () => Es(up);
|
@@ -15777,7 +15778,7 @@ const f0 = ({ heading: e, value: s, isLast: n = !1, alignCenter: a = !1 }) => /*
|
|
15777
15778
|
},
|
15778
15779
|
ee ? bC : Ge
|
15779
15780
|
);
|
15780
|
-
}, oe = N ||
|
15781
|
+
}, oe = N || Vt(b), me = D || Vt(O), xe = h === _t.DEPLOYMENT_STATUS && me;
|
15781
15782
|
P(() => {
|
15782
15783
|
!N && !b && C && !x.current && X();
|
15783
15784
|
}, [N, C, b]), P(() => {
|
@@ -16551,7 +16552,7 @@ const C0 = {
|
|
16551
16552
|
] }) }), xp = ({ title: e, lines: s, link: n }) => /* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__align-self-stretch bg__primary dc__outline dc__border-radius-4-imp", children: [
|
16552
16553
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox pt-8 pb-8 pl-12 pr-12 dc__align-items-center dc__align-self-stretch dc__gap-4 dc__border-bottom-n1 bg__secondary mono", children: [
|
16553
16554
|
n ? /* @__PURE__ */ t.jsx("a", { className: "mono", href: n, target: "_blank", rel: "noreferrer", children: e }) : /* @__PURE__ */ t.jsx("span", { className: "mono", children: e }),
|
16554
|
-
/* @__PURE__ */ t.jsx(
|
16555
|
+
/* @__PURE__ */ t.jsx(Bt, { content: e })
|
16555
16556
|
] }),
|
16556
16557
|
/* @__PURE__ */ t.jsx("pre", { className: "flexbox-col p-6 m-0 mh-150 bg__primary dc__no-border", children: s?.map((a) => /* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__gap-12 mono", children: [
|
16557
16558
|
/* @__PURE__ */ t.jsx("span", { className: a.isCause ? "cr-5" : "", children: a.number }),
|
@@ -17405,7 +17406,7 @@ const C0 = {
|
|
17405
17406
|
":"
|
17406
17407
|
] }),
|
17407
17408
|
/* @__PURE__ */ t.jsx("span", { className: "fs-13 fw-4 lh-20 cn-900 mono dc__truncate dc__mxw-600", children: _.title }),
|
17408
|
-
/* @__PURE__ */ t.jsx(
|
17409
|
+
/* @__PURE__ */ t.jsx(Bt, { content: _.title })
|
17409
17410
|
] })
|
17410
17411
|
] }), g = () => {
|
17411
17412
|
const f = nR(c, l.category, l.subCategory, _);
|
@@ -17995,7 +17996,7 @@ const K$ = ({
|
|
17995
17996
|
} : {}
|
17996
17997
|
}), T();
|
17997
17998
|
} catch ($) {
|
17998
|
-
if (
|
17999
|
+
if (Vt($)) {
|
17999
18000
|
h.current.updateResultStatus(k, {
|
18000
18001
|
status: "Failed",
|
18001
18002
|
message: "Aborted by you",
|
@@ -18096,7 +18097,7 @@ const dR = "bulk-selection-pop-up-menu", yo = {
|
|
18096
18097
|
[qe.SELECT_ALL_ON_PAGE]: "All on this page",
|
18097
18098
|
[qe.SELECT_ALL_ACROSS_PAGES]: "All across pages",
|
18098
18099
|
[qe.CLEAR_ALL_SELECTIONS]: "Clear selection(s)"
|
18099
|
-
}, Vn = "*", uR = (e) => `Invalid action ${e} passed to useBulkSelection`, mR = "useBulkSelection must be used within BulkSelectionContext", xd = "Selections on other pages are cleared", vp =
|
18100
|
+
}, Vn = "*", uR = (e) => `Invalid action ${e} passed to useBulkSelection`, mR = "useBulkSelection must be used within BulkSelectionContext", xd = "Selections on other pages are cleared", vp = Gt({
|
18100
18101
|
selectedIdentifiers: {},
|
18101
18102
|
handleBulkSelection: Be,
|
18102
18103
|
isChecked: !1,
|
@@ -18597,7 +18598,7 @@ const W$ = ({
|
|
18597
18598
|
};
|
18598
18599
|
}, TR = (e) => {
|
18599
18600
|
try {
|
18600
|
-
const s = e &&
|
18601
|
+
const s = e && zt.parse(e);
|
18601
18602
|
if (typeof s != "object")
|
18602
18603
|
throw new Error();
|
18603
18604
|
return Object.keys(s).reduce((a, r, o) => {
|
@@ -18611,7 +18612,7 @@ const W$ = ({
|
|
18611
18612
|
}
|
18612
18613
|
}, Ap = (e) => {
|
18613
18614
|
try {
|
18614
|
-
const s =
|
18615
|
+
const s = zt.parse(e);
|
18615
18616
|
if (typeof s == "object") {
|
18616
18617
|
const n = {
|
18617
18618
|
secretStore: s.secretStore,
|
@@ -18724,9 +18725,9 @@ const W$ = ({
|
|
18724
18725
|
)
|
18725
18726
|
}
|
18726
18727
|
),
|
18727
|
-
!i && u.data && /* @__PURE__ */ t.jsx(
|
18728
|
+
!i && u.data && /* @__PURE__ */ t.jsx(Wt.Container, { children: /* @__PURE__ */ t.jsx(Wt, { mode: ut.YAML, readOnly: !0, value: u.data, height: "auto", children: /* @__PURE__ */ t.jsx(Wt.Header, { children: /* @__PURE__ */ t.jsxs("div", { className: "flex dc__content-space", children: [
|
18728
18729
|
/* @__PURE__ */ t.jsx("p", { className: "m-0 fs-13 lh-20 fw-6 cn-9", children: "Data" }),
|
18729
|
-
/* @__PURE__ */ t.jsx(
|
18730
|
+
/* @__PURE__ */ t.jsx(Wt.Clipboard, {})
|
18730
18731
|
] }) }) }) })
|
18731
18732
|
]
|
18732
18733
|
}
|
@@ -18738,9 +18739,9 @@ const W$ = ({
|
|
18738
18739
|
isValid: () => !1,
|
18739
18740
|
message: "This is a required field"
|
18740
18741
|
};
|
18741
|
-
const s =
|
18742
|
+
const s = zt.parse(e);
|
18742
18743
|
if (typeof s == "object") {
|
18743
|
-
const n = new RegExp(
|
18744
|
+
const n = new RegExp($t.CONFIG_MAP_AND_SECRET_KEY), a = [], r = [];
|
18744
18745
|
let o = "";
|
18745
18746
|
return Object.keys(s).forEach((i) => {
|
18746
18747
|
!i && !s[i] && (o = "This is a required field");
|
@@ -18827,7 +18828,7 @@ const W$ = ({
|
|
18827
18828
|
name: {
|
18828
18829
|
required: !0,
|
18829
18830
|
pattern: {
|
18830
|
-
value:
|
18831
|
+
value: $t.CONFIGMAP_AND_SECRET_NAME,
|
18831
18832
|
message: "Name must start and end with an alphanumeric character. It can contain only lowercase alphanumeric characters, '-' or '.'"
|
18832
18833
|
},
|
18833
18834
|
custom: {
|
@@ -18847,7 +18848,7 @@ const W$ = ({
|
|
18847
18848
|
filePermission: {
|
18848
18849
|
required: !0,
|
18849
18850
|
pattern: {
|
18850
|
-
value:
|
18851
|
+
value: $t.ALL_DIGITS_BETWEEN_0_AND_7,
|
18851
18852
|
message: "This is octal number, use numbers between 0 to 7"
|
18852
18853
|
},
|
18853
18854
|
custom: [
|
@@ -18870,7 +18871,7 @@ const W$ = ({
|
|
18870
18871
|
externalSubpathValues: {
|
18871
18872
|
required: !0,
|
18872
18873
|
pattern: {
|
18873
|
-
value:
|
18874
|
+
value: $t.CONFIG_MAP_AND_SECRET_MULTIPLE_KEYS,
|
18874
18875
|
message: "Use (a-z), (0-9), (-), (_),(.); Use (,) to separate multiple keys"
|
18875
18876
|
}
|
18876
18877
|
}
|
@@ -18941,7 +18942,7 @@ const W$ = ({
|
|
18941
18942
|
].some((b) => b.includes(N));
|
18942
18943
|
}, E = (x) => x.value.iso2, g = (x, f) => f.context === "menu" || c === "default" ? x.label : `+${x.value.dialCode}`;
|
18943
18944
|
return /* @__PURE__ */ t.jsx(
|
18944
|
-
|
18945
|
+
Ft,
|
18945
18946
|
{
|
18946
18947
|
inputId: `select-picker__country-select--${i}`,
|
18947
18948
|
value: _,
|
@@ -19161,7 +19162,7 @@ const W$ = ({
|
|
19161
19162
|
}
|
19162
19163
|
),
|
19163
19164
|
!c && /* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink", children: /* @__PURE__ */ t.jsx(
|
19164
|
-
|
19165
|
+
Ft,
|
19165
19166
|
{
|
19166
19167
|
inputId: tn.TIME,
|
19167
19168
|
placeholder: LR.DEFAULT_TIME,
|
@@ -19190,7 +19191,7 @@ const W$ = ({
|
|
19190
19191
|
onChange: s,
|
19191
19192
|
dataTestId: n = tn.MONTH
|
19192
19193
|
}) => /* @__PURE__ */ t.jsx("div", { className: "dc__no-shrink", children: /* @__PURE__ */ t.jsx(
|
19193
|
-
|
19194
|
+
Ft,
|
19194
19195
|
{
|
19195
19196
|
inputId: tn.MONTH,
|
19196
19197
|
placeholder: "Day 1",
|
@@ -19241,7 +19242,7 @@ const W$ = ({
|
|
19241
19242
|
error: a,
|
19242
19243
|
selectedTimeOption: r
|
19243
19244
|
}) => /* @__PURE__ */ t.jsx(
|
19244
|
-
|
19245
|
+
Ft,
|
19245
19246
|
{
|
19246
19247
|
inputId: tn.TIME,
|
19247
19248
|
placeholder: "12:00 AM",
|
@@ -19939,7 +19940,7 @@ const QR = ({
|
|
19939
19940
|
switch (w.data[O].type) {
|
19940
19941
|
case Je.DROPDOWN:
|
19941
19942
|
return /* @__PURE__ */ t.jsx("div", { className: "w-100 h-100 flex top dc__align-self-start", children: /* @__PURE__ */ t.jsx(
|
19942
|
-
|
19943
|
+
Ft,
|
19943
19944
|
{
|
19944
19945
|
...w.data[O].props,
|
19945
19946
|
inputId: `data-table-${w.id}-${O}-cell`,
|
@@ -20889,7 +20890,7 @@ const bd = (e) => {
|
|
20889
20890
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-8 dc__ellipsis-right", children: [
|
20890
20891
|
_(),
|
20891
20892
|
/* @__PURE__ */ t.jsx(
|
20892
|
-
|
20893
|
+
Bt,
|
20893
20894
|
{
|
20894
20895
|
content: l,
|
20895
20896
|
copiedTippyText: `Copied: ${l}`,
|
@@ -21239,7 +21240,7 @@ const Ey = (e) => e === Pp.NONE ? "" : "dc__border-n1", lF = ({
|
|
21239
21240
|
className: `bg__primary border__primary br-6 dc__inline-flex w-180 ${a ? "er-5" : ""}`,
|
21240
21241
|
isConnectable: n,
|
21241
21242
|
children: /* @__PURE__ */ t.jsx(
|
21242
|
-
|
21243
|
+
Ft,
|
21243
21244
|
{
|
21244
21245
|
...r,
|
21245
21246
|
classNamePrefix: "graph-visualizer-dropdown-node",
|
@@ -21509,7 +21510,7 @@ const jy = (e) => {
|
|
21509
21510
|
] }),
|
21510
21511
|
/* @__PURE__ */ t.jsxs("div", { className: "flex dc__gap-8", children: [
|
21511
21512
|
/* @__PURE__ */ t.jsx("span", { className: "cn-9 fs-13 lh-1-5 fw-4 dc__truncate", children: e }),
|
21512
|
-
/* @__PURE__ */ t.jsx(
|
21513
|
+
/* @__PURE__ */ t.jsx(Bt, { content: e })
|
21513
21514
|
] })
|
21514
21515
|
] }), ky = async (e) => {
|
21515
21516
|
await xt(F.LICENSE_DATA, { license: e }, { preventLicenseRedirect: !0 });
|
@@ -21669,7 +21670,7 @@ const jy = (e) => {
|
|
21669
21670
|
/* @__PURE__ */ t.jsx("span", { children: n || s?.slice(-8) })
|
21670
21671
|
] }),
|
21671
21672
|
s && /* @__PURE__ */ t.jsx(
|
21672
|
-
|
21673
|
+
Bt,
|
21673
21674
|
{
|
21674
21675
|
initialTippyText: "Copy license key",
|
21675
21676
|
content: s,
|
@@ -23475,7 +23476,7 @@ const Rj = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
23475
23476
|
pluginStore: Hp(c?.parentPlugins)
|
23476
23477
|
};
|
23477
23478
|
} catch (i) {
|
23478
|
-
throw r && !
|
23479
|
+
throw r && !Vt(i) && Oe(i), i;
|
23479
23480
|
}
|
23480
23481
|
}, Yp = async ({
|
23481
23482
|
searchKey: e,
|
@@ -23500,7 +23501,7 @@ const Rj = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
23500
23501
|
parentPluginIdList: i?.parentPlugins?.map((l) => l.id) || []
|
23501
23502
|
};
|
23502
23503
|
} catch (o) {
|
23503
|
-
throw
|
23504
|
+
throw Vt(o) || Oe(o), o;
|
23504
23505
|
}
|
23505
23506
|
}, jj = async (e) => {
|
23506
23507
|
try {
|
@@ -23675,7 +23676,7 @@ const Rj = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
23675
23676
|
}), A(Le);
|
23676
23677
|
};
|
23677
23678
|
P(() => {
|
23678
|
-
!(w ||
|
23679
|
+
!(w || Vt(k)) && !k && O && xe(O);
|
23679
23680
|
}, [w, O, k]);
|
23680
23681
|
const ge = () => {
|
23681
23682
|
c && A([]);
|
@@ -23744,7 +23745,7 @@ const Rj = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
23744
23745
|
/* @__PURE__ */ t.jsx(
|
23745
23746
|
nc,
|
23746
23747
|
{
|
23747
|
-
isLoading: w ||
|
23748
|
+
isLoading: w || Vt(k),
|
23748
23749
|
customLoader: /* @__PURE__ */ t.jsx(Vp, {}),
|
23749
23750
|
error: k,
|
23750
23751
|
errorScreenManagerProps: {
|
@@ -25056,7 +25057,7 @@ function Oe(e, s = !0, n = !1) {
|
|
25056
25057
|
variant: Ce.error,
|
25057
25058
|
description: a || r
|
25058
25059
|
});
|
25059
|
-
}) : (e.code !== 403 && e.code !== 408 && !
|
25060
|
+
}) : (e.code !== 403 && e.code !== 408 && !Vt(e) && tu(e), s && (e.message ? Pe.showToast({
|
25060
25061
|
variant: Ce.error,
|
25061
25062
|
description: e.message
|
25062
25063
|
}) : Pe.showToast({
|
@@ -25171,14 +25172,14 @@ function BF(e, s = 4, n = "json", a = !1) {
|
|
25171
25172
|
} catch (g) {
|
25172
25173
|
h = g;
|
25173
25174
|
try {
|
25174
|
-
_ =
|
25175
|
+
_ = zt.parse(e, p), h = null, E = null;
|
25175
25176
|
} catch (x) {
|
25176
25177
|
E = x;
|
25177
25178
|
}
|
25178
25179
|
}
|
25179
25180
|
else
|
25180
25181
|
try {
|
25181
|
-
_ =
|
25182
|
+
_ = zt.parse(e, p), h = null, E = null;
|
25182
25183
|
} catch (g) {
|
25183
25184
|
E = g;
|
25184
25185
|
try {
|
@@ -25187,7 +25188,7 @@ function BF(e, s = 4, n = "json", a = !1) {
|
|
25187
25188
|
h = x;
|
25188
25189
|
}
|
25189
25190
|
}
|
25190
|
-
(h || E) && m(n === "json" ? h.message : E.message), _ && typeof _ == "object" ? (o(JSON.stringify(_, null, s)), c(
|
25191
|
+
(h || E) && m(n === "json" ? h.message : E.message), _ && typeof _ == "object" ? (o(JSON.stringify(_, null, s)), c(zt.stringify(_, { indent: 2, lineWidth: 0 })), d(_), m("")) : (d(null), m(h || E ? n === "json" ? h.message : E.message : "cannot parse to valid object"));
|
25191
25192
|
}, [e, s, n, a]), [l, r, i, u];
|
25192
25193
|
}
|
25193
25194
|
const pO = ["name", "namespace", "labels", "annotations"];
|
@@ -25377,7 +25378,7 @@ const VF = (e, s) => e ? pa(e, !0) : s ? "" : "Not deployed", ke = (e, s = {}) =
|
|
25377
25378
|
}, JF = (e) => e.charAt(0).toUpperCase() + e.slice(1).toLowerCase(), ZF = (e, s, n) => {
|
25378
25379
|
const a = new Date(e).getTime(), r = new Date(s).getTime();
|
25379
25380
|
return isNaN(a) && isNaN(r) ? 0 : isNaN(a) ? n === be.ASC ? 1 : -1 : isNaN(r) ? n === be.ASC ? -1 : 1 : n === be.ASC ? r - a : a - r;
|
25380
|
-
}, jt = (e, s) =>
|
25381
|
+
}, jt = (e, s) => zt.stringify(e, { indent: 2, lineWidth: 0, ...s }), QF = (e, s) => {
|
25381
25382
|
if (e === s)
|
25382
25383
|
return !0;
|
25383
25384
|
const n = Array.isArray(e), a = Array.isArray(s);
|
@@ -25623,7 +25624,7 @@ const nB = (e = 0) => e > 0 && e < 10 ? `0${e}` : e, xO = (e, s = 300) => {
|
|
25623
25624
|
o.errors && (r.errors = o.errors);
|
25624
25625
|
}
|
25625
25626
|
throw r.errors = r.errors.length > 0 ? r.errors : [{ code: n, internalMessage: a, userMessage: a }], r;
|
25626
|
-
}, Or = (e, s) => (s.current.abort(), s.current = new AbortController(), e()),
|
25627
|
+
}, Or = (e, s) => (s.current.abort(), s.current = new AbortController(), e()), Vt = (e) => (
|
25627
25628
|
// The 0 code is common for aborted and blocked requests
|
25628
25629
|
e && e.code === 0 && e.message.search("abort|aborted") > -1
|
25629
25630
|
), SO = () => {
|
@@ -25777,7 +25778,7 @@ const AO = new IO({
|
|
25777
25778
|
}, cB = ({ heading: e, isActive: s, shouldTruncate: n = !1 }) => /* @__PURE__ */ t.jsx("h2", { className: `m-0 fs-16 fw-6 lh-32 ${n ? "dc__truncate" : ""} ${s ? "cn-9" : "cb-5"}`, children: e }), lB = ({ children: e }) => {
|
25778
25779
|
const [s, n] = j(yO);
|
25779
25780
|
return /* @__PURE__ */ t.jsx(a_.Provider, { value: { state: s, setState: n }, children: e });
|
25780
|
-
}, a_ =
|
25781
|
+
}, a_ = Gt({
|
25781
25782
|
state: { alias: {} },
|
25782
25783
|
setState: null
|
25783
25784
|
});
|
@@ -25879,7 +25880,7 @@ const r_ = ({
|
|
25879
25880
|
/* @__PURE__ */ t.jsxs("div", { className: "chart-type-options flex", "data-testid": "chart-type-options", children: [
|
25880
25881
|
/* @__PURE__ */ t.jsx("span", { className: "cn-7 mr-4", children: "Chart Type" }),
|
25881
25882
|
/* @__PURE__ */ t.jsx(
|
25882
|
-
|
25883
|
+
Ft,
|
25883
25884
|
{
|
25884
25885
|
inputId: "chart-type-select",
|
25885
25886
|
value: a ?? c[0],
|
@@ -25892,7 +25893,7 @@ const r_ = ({
|
|
25892
25893
|
/* @__PURE__ */ t.jsxs("div", { className: "chart-version-options flex", "data-testid": "chart-version-options", children: [
|
25893
25894
|
/* @__PURE__ */ t.jsx("span", { className: "cn-7 mr-4", children: "Chart Version" }),
|
25894
25895
|
/* @__PURE__ */ t.jsx(
|
25895
|
-
|
25896
|
+
Ft,
|
25896
25897
|
{
|
25897
25898
|
inputId: "chart-version-select",
|
25898
25899
|
value: d ?? o[0],
|
@@ -26124,7 +26125,7 @@ const Sc = ({ className: e = "", children: s, close: n }) => /* @__PURE__ */ t.j
|
|
26124
26125
|
Sc.Icon = PO;
|
26125
26126
|
Sc.Body = MO;
|
26126
26127
|
Sc.ButtonGroup = kO;
|
26127
|
-
const vi =
|
26128
|
+
const vi = Gt({ title: "", isLoading: !1, close: (e) => {
|
26128
26129
|
}, onSave: (e) => {
|
26129
26130
|
} });
|
26130
26131
|
class _B extends yi {
|
@@ -26204,7 +26205,7 @@ Nothing to preview
|
|
26204
26205
|
]
|
26205
26206
|
];
|
26206
26207
|
var Pt = /* @__PURE__ */ ((e) => (e.HEADER = "header", e.BOLD = "bold", e.ITALIC = "italic", e.STRIKETHROUGH = "strikethrough", e.LINK = "link", e.QUOTE = "quote", e.CODE = "code", e.IMAGE = "image", e.UNORDERED_LIST = "unordered-list", e.ORDERED_LIST = "ordered-list", e.CHECKED_LIST = "checked-list", e))(Pt || {});
|
26207
|
-
const
|
26208
|
+
const Ht = {
|
26208
26209
|
header: "Add heading text",
|
26209
26210
|
bold: "Add bold text",
|
26210
26211
|
italic: "Add italic text",
|
@@ -26326,7 +26327,7 @@ const GO = (e) => {
|
|
26326
26327
|
className: "default-tt",
|
26327
26328
|
arrow: !1,
|
26328
26329
|
placement: "bottom",
|
26329
|
-
content:
|
26330
|
+
content: Ht[v],
|
26330
26331
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(hg, { className: "icon-dim-16 flex" }) })
|
26331
26332
|
}
|
26332
26333
|
);
|
@@ -26337,7 +26338,7 @@ const GO = (e) => {
|
|
26337
26338
|
className: "default-tt",
|
26338
26339
|
arrow: !1,
|
26339
26340
|
placement: "bottom",
|
26340
|
-
content:
|
26341
|
+
content: Ht[v],
|
26341
26342
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(pg, { className: "icon-dim-16 flex" }) })
|
26342
26343
|
}
|
26343
26344
|
);
|
@@ -26348,7 +26349,7 @@ const GO = (e) => {
|
|
26348
26349
|
className: "default-tt",
|
26349
26350
|
arrow: !1,
|
26350
26351
|
placement: "bottom",
|
26351
|
-
content:
|
26352
|
+
content: Ht[v],
|
26352
26353
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(xg, { className: "icon-dim-16 flex" }) })
|
26353
26354
|
}
|
26354
26355
|
);
|
@@ -26359,7 +26360,7 @@ const GO = (e) => {
|
|
26359
26360
|
className: "default-tt",
|
26360
26361
|
arrow: !1,
|
26361
26362
|
placement: "bottom",
|
26362
|
-
content:
|
26363
|
+
content: Ht[v],
|
26363
26364
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(bg, { className: "icon-dim-16 flex" }) })
|
26364
26365
|
}
|
26365
26366
|
);
|
@@ -26370,7 +26371,7 @@ const GO = (e) => {
|
|
26370
26371
|
className: "default-tt",
|
26371
26372
|
arrow: !1,
|
26372
26373
|
placement: "bottom",
|
26373
|
-
content:
|
26374
|
+
content: Ht[v],
|
26374
26375
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(Eg, { className: "icon-dim-16 flex" }) })
|
26375
26376
|
}
|
26376
26377
|
);
|
@@ -26381,7 +26382,7 @@ const GO = (e) => {
|
|
26381
26382
|
className: "default-tt",
|
26382
26383
|
arrow: !1,
|
26383
26384
|
placement: "bottom",
|
26384
|
-
content:
|
26385
|
+
content: Ht[v],
|
26385
26386
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(Cg, { className: "icon-dim-16 flex" }) })
|
26386
26387
|
}
|
26387
26388
|
);
|
@@ -26392,7 +26393,7 @@ const GO = (e) => {
|
|
26392
26393
|
className: "default-tt",
|
26393
26394
|
arrow: !1,
|
26394
26395
|
placement: "bottom",
|
26395
|
-
content:
|
26396
|
+
content: Ht[v],
|
26396
26397
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(fg, { className: "icon-dim-16 flex" }) })
|
26397
26398
|
}
|
26398
26399
|
);
|
@@ -26403,7 +26404,7 @@ const GO = (e) => {
|
|
26403
26404
|
className: "default-tt",
|
26404
26405
|
arrow: !1,
|
26405
26406
|
placement: "bottom",
|
26406
|
-
content:
|
26407
|
+
content: Ht[v],
|
26407
26408
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(gg, { className: "icon-dim-16 flex" }) })
|
26408
26409
|
}
|
26409
26410
|
);
|
@@ -26414,7 +26415,7 @@ const GO = (e) => {
|
|
26414
26415
|
className: "default-tt",
|
26415
26416
|
arrow: !1,
|
26416
26417
|
placement: "bottom",
|
26417
|
-
content:
|
26418
|
+
content: Ht[v],
|
26418
26419
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(Hc, { className: "icon-dim-16 flex" }) })
|
26419
26420
|
}
|
26420
26421
|
);
|
@@ -26425,7 +26426,7 @@ const GO = (e) => {
|
|
26425
26426
|
className: "default-tt",
|
26426
26427
|
arrow: !1,
|
26427
26428
|
placement: "bottom",
|
26428
|
-
content:
|
26429
|
+
content: Ht[v],
|
26429
26430
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(Ng, { className: "icon-dim-16 flex" }) })
|
26430
26431
|
}
|
26431
26432
|
);
|
@@ -26436,7 +26437,7 @@ const GO = (e) => {
|
|
26436
26437
|
className: "default-tt",
|
26437
26438
|
arrow: !1,
|
26438
26439
|
placement: "bottom",
|
26439
|
-
content:
|
26440
|
+
content: Ht[v],
|
26440
26441
|
children: /* @__PURE__ */ t.jsx("div", { className: "flex", children: /* @__PURE__ */ t.jsx(_g, { className: "icon-dim-16 flex" }) })
|
26441
26442
|
}
|
26442
26443
|
);
|
@@ -27010,7 +27011,7 @@ const i_ = ({
|
|
27010
27011
|
) });
|
27011
27012
|
};
|
27012
27013
|
var YO = /* @__PURE__ */ ((e) => (e.PRE_CI = "PRE_CI", e.POST_CI = "POST_CI", e.PRE_OR_POST_CI = "PRE_OR_POST_CI", e.PRE_CD = "PRE_CD", e.POST_CD = "POST_CD", e))(YO || {}), KO = /* @__PURE__ */ ((e) => (e.PRE_STAGE = "preBuildStage", e.POST_STAGE = "postBuildStage", e.PRE_OR_POST_STAGE = "PRE_OR_POST_CI", e))(KO || {}), WO = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.ALLOW_UNTIL_TIME = "ALLOW_UNTIL_TIME", e.ALLOW_FOREVER = "ALLOW_FOREVER", e))(WO || {});
|
27013
|
-
const l_ =
|
27014
|
+
const l_ = Gt({
|
27014
27015
|
name: "",
|
27015
27016
|
value: "",
|
27016
27017
|
disabled: !1,
|
@@ -27625,7 +27626,7 @@ export {
|
|
27625
27626
|
Fr as am,
|
27626
27627
|
AN as an,
|
27627
27628
|
nn as ao,
|
27628
|
-
|
27629
|
+
$t as ap,
|
27629
27630
|
Me as aq,
|
27630
27631
|
F as ar,
|
27631
27632
|
ls as as,
|
@@ -27887,7 +27888,7 @@ export {
|
|
27887
27888
|
gT as ep,
|
27888
27889
|
xT as eq,
|
27889
27890
|
M as er,
|
27890
|
-
|
27891
|
+
Kt as es,
|
27891
27892
|
ve as et,
|
27892
27893
|
um as eu,
|
27893
27894
|
Ds as ev,
|
@@ -27990,7 +27991,7 @@ export {
|
|
27990
27991
|
Ap as gP,
|
27991
27992
|
SR as gQ,
|
27992
27993
|
q$ as gR,
|
27993
|
-
|
27994
|
+
Wt as gS,
|
27994
27995
|
ic as gT,
|
27995
27996
|
_I as gU,
|
27996
27997
|
ui as gV,
|
@@ -28025,7 +28026,7 @@ export {
|
|
28025
28026
|
Rv as gx,
|
28026
28027
|
Dl as gy,
|
28027
28028
|
yv as gz,
|
28028
|
-
|
28029
|
+
Bt as h,
|
28029
28030
|
cn as h$,
|
28030
28031
|
YA as h0,
|
28031
28032
|
Zt as h1,
|
@@ -28207,7 +28208,7 @@ export {
|
|
28207
28208
|
Y$ as jm,
|
28208
28209
|
oU as jn,
|
28209
28210
|
lT as jo,
|
28210
|
-
|
28211
|
+
Ft as jp,
|
28211
28212
|
In as jq,
|
28212
28213
|
dT as jr,
|
28213
28214
|
Xt as js,
|
@@ -28407,7 +28408,7 @@ export {
|
|
28407
28408
|
Br as mr,
|
28408
28409
|
VN as ms,
|
28409
28410
|
ia as mt,
|
28410
|
-
|
28411
|
+
Yt as mu,
|
28411
28412
|
GN as mv,
|
28412
28413
|
HN as mw,
|
28413
28414
|
qa as mx,
|
@@ -28434,5 +28435,5 @@ export {
|
|
28434
28435
|
io as w,
|
28435
28436
|
IO as x,
|
28436
28437
|
Or as y,
|
28437
|
-
|
28438
|
+
Vt as z
|
28438
28439
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { j as n, au as y, aw as k, av as W } from "./@vendor-4cEd9dja.js";
|
2
2
|
import V, { forwardRef as J, useMemo as P } from "react";
|
3
3
|
import K, { getDefaultRegistry as q } from "@rjsf/core";
|
4
|
-
import { T as F, j as N, c as v, b as S, a as Y, i as z, d as w, e as E, S as G } from "./@code-editor-
|
4
|
+
import { T as F, j as N, c as v, b as S, a as Y, i as z, d as w, e as E, S as G } from "./@code-editor-B0fL52iC.js";
|
5
5
|
import Q, { components as D } from "react-select";
|
6
6
|
import { ReactComponent as X } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
7
7
|
import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as Z, ADDITIONAL_PROPERTY_FLAG as L, errorId as ee, englishStringTranslator as te, TranslatableString as ne, titleId as re, canExpand as se, deepEquals as ae } from "@rjsf/utils";
|
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { mC as s, aI as t, ee as i, eR as o, kp as r, ke as n, fh as l, aT as T, jY as E, aC as S, kN as g, iT as _, ka as p, jS as d, fb as A, fc as I, fd as c, de as u, iq as C, fe as m, A as D, dc as O, dd as R, mu as P, ff as y, fg as N, f9 as f, lU as L, kc as M, iU as h, iW as F, jw as U, fi as b, fj as B, fk as v, lI as k, mj as G, cH as V, c$ as j, d0 as H, ie as Y, fl as K, fG as W, ku as w, e1 as x, e9 as X, e4 as z, ec as q, d_ as Z, ea as J, ed as Q, e3 as $, e2 as aa, en as ea, e8 as sa, e0 as ta, fr as ia, fv as oa, fm as ra, gY as na, B as la, f as Ta, g as Ea, eC as Sa, dR as ga, er as _a, dV as pa, dW as da, dT as Aa, et as Ia, es as ca, ey as ua, dS as Ca, eB as ma, dU as Da, eu as Oa, ew as Ra, ev as Pa, dY as ya, az as Na, ex as fa, fn as La, fo as Ma, fx as ha, fs as Fa, fq as Ua, fz as ba, fD as Ba, fC as va, fB as ka, fE as Ga, fF as Va, j8 as ja, fH as Ha, d6 as Ya, d5 as Ka, d4 as Wa, mp as wa, cY as xa, kl as Xa, cW as za, U as qa, mo as Za, mF as Ja, fw as Qa, l$ as $a, lX as ae, ek as ee, el as se, m0 as te, m1 as ie, kg as oe, ki as re, kh as ne, mA as le, kn as Te, dj as Ee, gH as Se, gE as ge, kB as _e, eT as pe, e7 as de, gX as Ae, C as Ie, H as ce, fP as ue, cB as Ce, h as me, f4 as De, f6 as Oe, gS as Re, gT as Pe, gU as ye, gV as Ne, iS as fe, ds as Le, kf as Me, Y as he, N as Fe, bs as Ue, gW as be, du as Be, gD as ve, lY as ke, dx as Ge, mz as Ve, bg as je, gZ as He, g_ as Ye, h1 as Ke, cJ as We, x as we, h3 as xe, h4 as Xe, cF as ze, hc as qe, hb as Ze, aZ as Je, jX as Qe, kz as $e, aG as as, aY as es, an as ss, ko as ts, iJ as is, iH as os, iI as rs, d$ as ns, ky as ls, jZ as Ts, at as Es, hg as Ss, ef as gs, eg as _s, eU as ps, hq as ds, k6 as As, hE as Is, kM as cs, k8 as us, hy as Cs, aJ as ms, jF as Ds, kv as Os, eN as Rs, ak as Ps, am as ys, ao as Ns, aj as fs, al as Ls, eS as Ms, dl as hs, h6 as Fs, D as Us, ml as bs, bc as Bs, kE as vs, g$ as ks, mw as Gs, d8 as Vs, hl as js, hr as Hs, fJ as Ys, fR as Ks, fQ as Ws, cZ as ws, mN as xs, bb as Xs, j$ as zs, jx as qs, fK as Zs, k0 as Js, cL as Qs, hH as $s, k as at, ir as et, bf as st, bh as tt, bi as it, hI as ot, lW as rt, lV as nt, bj as lt, bl as Tt, bk as Et, bm as St, c6 as gt, dt as _t, hJ as pt, hK as dt, k5 as At, kG as It, aw as ct, au as ut, kA as Ct, aS as mt, jV as Dt, k7 as Ot, hM as Rt, hL as Pt, mD as yt, l_ as Nt, mh as ft, hN as Lt, k1 as Mt, hO as ht, E as Ft, l as Ut, hR as bt, hC as Bt, ah as vt, aM as kt, hT as Gt, hS as Vt, ga as jt, dF as Ht, Q as Yt, hU as Kt, hV as Wt, d9 as wt, jo as xt, d1 as Xt, jC as zt, hW as qt, hX as Zt, h0 as Jt, eP as Qt, dk as $t, dm as ai, bp as ei, bn as si, bo as ti, hZ as ii, h_ as oi, h$ as ri, dy as ni, fU as li, i0 as Ti, mv as Ei, i1 as Si, b1 as gi, i2 as _i, G as pi, i_ as di, i4 as Ai, g9 as Ii, ai as ci, is as ui, jU as Ci, ei as mi, eh as Di, ej as Oi, kH as Ri, dH as Pi, dI as yi, b0 as Ni, ib as fi, ic as Li, id as Mi, ig as hi, ih as Fi, d3 as Ui, lC as bi, lE as Bi, cs as vi, cr as ki, cX as Gi, ii as Vi, mg as ji, ij as Hi, kI as Yi, I as Ki, ik as Wi, X as wi, f5 as xi, mK as Xi, it as zi, im as qi, il as Zi, kd as Ji, as as Qi, ip as $i, aX as ao, mH as eo, iw as so, mI as to, iZ as io, fS as oo, iy as ro, fL as no, kb as lo, mP as To, aW as Eo, aD as So, bq as go, mO as _o, aH as po, aB as Ao, h9 as Io, hf as co, lG as uo, c_ as Co, ct as mo, d2 as Do, iA as Oo, i$ as Ro, cu as Po, iB as yo, jW as No, mn as fo, hd as Lo, hY as Mo, M as ho, j0 as Fo, cD as Uo, cz as bo, cA as Bo, cC as vo, eV as ko, k2 as Go, e5 as Vo, eQ as jo, gg as Ho, ez as Yo, gf as Ko, ge as Wo, mi as wo, iC as xo, kq as Xo, cx as zo, dw as qo, df as Zo, ap as Jo, hD as Qo, kj as $o, aV as ar, kC as er, e6 as sr, hA as tr, kO as ir, i3 as or, cG as rr, jD as nr, h5 as lr, j_ as Tr, iD as Er, dr as Sr, iP as gr, da as _r, iO as pr, iE as dr, iF as Ar, cI as Ir, iG as cr, K as ur, ms as Cr, P as mr, cK as Dr, mx as Or, b5 as Rr, dv as Pr, fa as yr, ks as Nr, j1 as fr, ar as Lr, R as Mr, n as hr, aQ as Fr, O as Ur, J as br, mL as Br, j2 as vr, mk as kr, dE as Gr, o as Vr, aA as jr, b8 as Hr, mq as Yr, mr as Kr, mJ as Wr, kF as wr, mB as xr, S as Xr, n2 as zr, gF as qr, aE as Zr, ft as Jr, a_ as Qr, aU as $r, kw as an, b4 as en, ju as sn, dz as tn, jT as on, gh as rn, hB as nn, j3 as ln, eO as Tn, L as En, fT as Sn, cM as gn, j4 as _n, j5 as pn, j9 as dn, cN as An, cO as In, p as cn, fy as un, kk as Cn, jp as mn, jr as Dn, js as On, f8 as Rn, cP as Pn, cQ as yn, jb as Nn, mm as fn, jt as Ln, fM as Mn, h7 as hn, cy as Fn, cR as Un, aF as bn, _ as Bn, gi as vn, jy as kn, g8 as Gn, jz as Vn, m as jn, dG as Hn, kt as Yn, eb as Kn, kD as Wn, ix as wn, lH as xn, mM as Xn, aO as zn, ha as qn, av as Zn, ax as Jn, cU as Qn, km as $n, k3 as al, k4 as el, jA as sl, jB as tl, jE as il, b9 as ol, ba as rl, jG as nl, jI as ll, jJ as Tl, lZ as El, iz as Sl, jK as gl, lL as _l, jL as pl, he as dl, cT as Al, cV as Il, m7 as cl, m8 as ul, m9 as Cl, a as ml, jM as Dl, eA as Ol, T as Rl, d7 as Pl, fN as yl, fO as Nl, mG as fl, ay as Ll, b3 as Ml, kx as hl, my as Fl, aq as Ul, lz as bl, em as Bl, jN as vl, jO as kl, co as Gl, lO as Vl, jP as jl, dM as Hl, lB as Yl, dQ as Kl, dO as Wl, dN as wl, dK as xl, kJ as Xl, kL as zl, kK as ql, kr as Zl, a$ as Jl, jn as Ql, dq as $l, V as aT, lA as eT, jQ as sT, cv as tT, cw as iT, jl as oT, aL as rT, hz as nT, W as lT, mt as TT, gd as ET, gb as ST, db as gT, jR as _T, hF as pT, gc as dT, mE as AT, c0 as IT, aR as cT, y as uT, l2 as CT, bX as mT, aK as DT, c8 as OT, gn as RT, b as PT, fX as yT, fY as NT, b_ as fT, li as LT, bL as MT, lo as hT, bJ as FT, d as UT, c1 as bT, gG as BT, gI as vT, eL as kT, c as GT, gL as VT, gO as jT, bM as HT, f1 as YT, ep as KT, a6 as WT, e_ as wT, eY as xT, h8 as XT, bR as zT, bY as qT, l3 as ZT, e as JT, f0 as QT, e$ as $T, be as aE, lm as eE, hn as sE, hp as tE, hm as iE, ho as oE, n3 as rE, f2 as nE, kP as lE, a5 as TE, a7 as EE, cj as SE, bW as gE, a4 as _E, v as pE, ci as dE, dA as AE, eW as IE, by as cE, lp as uE, lS as CE, hv as mE, gy as DE, ag as OE, lR as RE, iM as PE, cb as yE, eK as NE, eo as fE, eJ as LE, eI as ME, eH as hE, lQ as FE, jf as UE, ln as bE, aa as BE, f3 as vE, iX as kE, lT as GE, ji as VE, lJ as jE, gM as HE, gR as YE, gQ as KE, gN as WE, h2 as wE, bF as xE, iY as XE, i5 as zE, a8 as qE, hk as ZE, lc as JE, hw as QE, g5 as $E, g0 as aS, f$ as eS, dn as sS, dg as tS, fZ as iS, jv as oS, hs as rS, gB as nS, eF as lS, ht as TS, gP as ES, bz as SS, jH as gS, m5 as _S, a9 as pS, l6 as dS, bS as AS, b2 as IS, gv as cS, bH as uS, ae as CS, kU as mS, af as DS, cf as OS, eM as RS, lb as PS, cg as yS, i9 as NS, gs as fS, gr as LS, cd as MS, fu as hS, io as FS, la as US, hP as bS, l9 as BS, kT as vS, z as kS, i8 as GS, eZ as VS, eX as jS, l0 as HS, gp as YS, lf as KS, f_ as WS, g7 as wS, ac as xS, iV as XS, gw as zS, le as qS, aN as ZS, iN as JS, ma as QS, gm as $S, eE as ag, iL as eg, iK as sg, mf as tg, me as ig, m3 as og, j6 as rg, bx as ng, bU as lg, dp as Tg, m2 as Eg, ab as Sg, cc as gg, gK as _g, jh as pg, ja as dg, jc as Ag, jk as Ig, jq as cg, j7 as ug, jm as Cg, go as mg, ce as Dg, gx as Og, jj as Rg, ch as Pg, fW as yg, Z as Ng, m6 as fg, lK as Lg, l5 as Mg, aP as hg, hh as Fg, jg as Ug, jd as bg, eG as Bg, fV as vg, g6 as kg, gl as Gg, gC as Vg, gz as jg, lh as Hg, iR as Yg, bP as Kg, dL as Wg, dP as wg, lw as xg, $ as Xg, lg as zg, kY as qg, ad as Zg, gt as Jg, gu as Qg, md as $g, mb as a_, ld as e_, q as s_, k$ as t_, i6 as i_, F as o_, b$ as r_, f7 as n_, bG as l_, di as T_, dh as E_, kQ as S_, ia as g_, lk as __, dB as p_, i as d_, l4 as A_, j as I_, bQ as c_, c7 as u_, hu as C_, cE as m_, bA as D_, bB as O_, kW as R_, iv as P_, iu as y_, je as N_, eD as f_, iQ as L_, a2 as M_, t as h_, r as F_, bV as U_, c9 as b_, g3 as B_, g1 as v_, g4 as k_, g2 as G_, kR as V_, bv as j_, kS as H_, a3 as Y_, bO as K_, hG as W_, s as w_, bT as x_, mc as X_, bC as z_, gA as q_, hx as Z_, hQ as J_, gJ as Q_, ll as $_, l1 as ap, bD as ep, mS as sp, l8 as tp, lj as ip, l7 as op, a1 as rp, gq as np, m4 as lp, bd as Tp, i7 as Ep, a0 as Sp, c2 as gp, br as _p, bt as pp, fI as dp, k9 as Ap, gk as Ip, bu as cp, kV as up, gj as Cp, ca as mp, w as Dp, dD as Op, hj as Rp, hi as Pp, lx as yp, dC as Np, dJ as fp, eq as Lp, bN as Mp, u as hp, dX as Fp, dZ as Up, fp as bp, ck as Bp, bZ as vp, lq as kp, bE as Gp, lr as Vp, ls as jp, cl as Hp, lD as Yp, k_ as Kp, c3 as Wp, bK as wp, c5 as xp, lF as Xp, lt as zp, lu as qp, cn as Zp, cS as Jp, c4 as Qp, bI as $p, cp as ad, lv as ed, lM as sd, bw as td, fA as id, cq as od, lN as rd, ly as nd, cm as ld, n6 as Td, n4 as Ed, mU as Sd, n1 as gd, n8 as _d, m_ as pd, n5 as dd, mR as Ad, mQ as Id, mT as cd, mZ as ud, mX as Cd, mW as md, n0 as Dd, mV as Od, b6 as Rd, b7 as Pd, mY as yd, m$ as Nd, n7 as fd, kX as Ld, lP as Md, kZ as hd } from "./@code-editor-
|
2
|
-
import { H as Ud, R as bd, c as Bd, g as vd, a as kd, b as Gd } from "./@common-rjsf-
|
1
|
+
import { mC as s, aI as t, ee as i, eR as o, kp as r, ke as n, fh as l, aT as T, jY as E, aC as S, kN as g, iT as _, ka as p, jS as d, fb as A, fc as I, fd as c, de as u, iq as C, fe as m, A as D, dc as O, dd as R, mu as P, ff as y, fg as N, f9 as f, lU as L, kc as M, iU as h, iW as F, jw as U, fi as b, fj as B, fk as v, lI as k, mj as G, cH as V, c$ as j, d0 as H, ie as Y, fl as K, fG as W, ku as w, e1 as x, e9 as X, e4 as z, ec as q, d_ as Z, ea as J, ed as Q, e3 as $, e2 as aa, en as ea, e8 as sa, e0 as ta, fr as ia, fv as oa, fm as ra, gY as na, B as la, f as Ta, g as Ea, eC as Sa, dR as ga, er as _a, dV as pa, dW as da, dT as Aa, et as Ia, es as ca, ey as ua, dS as Ca, eB as ma, dU as Da, eu as Oa, ew as Ra, ev as Pa, dY as ya, az as Na, ex as fa, fn as La, fo as Ma, fx as ha, fs as Fa, fq as Ua, fz as ba, fD as Ba, fC as va, fB as ka, fE as Ga, fF as Va, j8 as ja, fH as Ha, d6 as Ya, d5 as Ka, d4 as Wa, mp as wa, cY as xa, kl as Xa, cW as za, U as qa, mo as Za, mF as Ja, fw as Qa, l$ as $a, lX as ae, ek as ee, el as se, m0 as te, m1 as ie, kg as oe, ki as re, kh as ne, mA as le, kn as Te, dj as Ee, gH as Se, gE as ge, kB as _e, eT as pe, e7 as de, gX as Ae, C as Ie, H as ce, fP as ue, cB as Ce, h as me, f4 as De, f6 as Oe, gS as Re, gT as Pe, gU as ye, gV as Ne, iS as fe, ds as Le, kf as Me, Y as he, N as Fe, bs as Ue, gW as be, du as Be, gD as ve, lY as ke, dx as Ge, mz as Ve, bg as je, gZ as He, g_ as Ye, h1 as Ke, cJ as We, x as we, h3 as xe, h4 as Xe, cF as ze, hc as qe, hb as Ze, aZ as Je, jX as Qe, kz as $e, aG as as, aY as es, an as ss, ko as ts, iJ as is, iH as os, iI as rs, d$ as ns, ky as ls, jZ as Ts, at as Es, hg as Ss, ef as gs, eg as _s, eU as ps, hq as ds, k6 as As, hE as Is, kM as cs, k8 as us, hy as Cs, aJ as ms, jF as Ds, kv as Os, eN as Rs, ak as Ps, am as ys, ao as Ns, aj as fs, al as Ls, eS as Ms, dl as hs, h6 as Fs, D as Us, ml as bs, bc as Bs, kE as vs, g$ as ks, mw as Gs, d8 as Vs, hl as js, hr as Hs, fJ as Ys, fR as Ks, fQ as Ws, cZ as ws, mN as xs, bb as Xs, j$ as zs, jx as qs, fK as Zs, k0 as Js, cL as Qs, hH as $s, k as at, ir as et, bf as st, bh as tt, bi as it, hI as ot, lW as rt, lV as nt, bj as lt, bl as Tt, bk as Et, bm as St, c6 as gt, dt as _t, hJ as pt, hK as dt, k5 as At, kG as It, aw as ct, au as ut, kA as Ct, aS as mt, jV as Dt, k7 as Ot, hM as Rt, hL as Pt, mD as yt, l_ as Nt, mh as ft, hN as Lt, k1 as Mt, hO as ht, E as Ft, l as Ut, hR as bt, hC as Bt, ah as vt, aM as kt, hT as Gt, hS as Vt, ga as jt, dF as Ht, Q as Yt, hU as Kt, hV as Wt, d9 as wt, jo as xt, d1 as Xt, jC as zt, hW as qt, hX as Zt, h0 as Jt, eP as Qt, dk as $t, dm as ai, bp as ei, bn as si, bo as ti, hZ as ii, h_ as oi, h$ as ri, dy as ni, fU as li, i0 as Ti, mv as Ei, i1 as Si, b1 as gi, i2 as _i, G as pi, i_ as di, i4 as Ai, g9 as Ii, ai as ci, is as ui, jU as Ci, ei as mi, eh as Di, ej as Oi, kH as Ri, dH as Pi, dI as yi, b0 as Ni, ib as fi, ic as Li, id as Mi, ig as hi, ih as Fi, d3 as Ui, lC as bi, lE as Bi, cs as vi, cr as ki, cX as Gi, ii as Vi, mg as ji, ij as Hi, kI as Yi, I as Ki, ik as Wi, X as wi, f5 as xi, mK as Xi, it as zi, im as qi, il as Zi, kd as Ji, as as Qi, ip as $i, aX as ao, mH as eo, iw as so, mI as to, iZ as io, fS as oo, iy as ro, fL as no, kb as lo, mP as To, aW as Eo, aD as So, bq as go, mO as _o, aH as po, aB as Ao, h9 as Io, hf as co, lG as uo, c_ as Co, ct as mo, d2 as Do, iA as Oo, i$ as Ro, cu as Po, iB as yo, jW as No, mn as fo, hd as Lo, hY as Mo, M as ho, j0 as Fo, cD as Uo, cz as bo, cA as Bo, cC as vo, eV as ko, k2 as Go, e5 as Vo, eQ as jo, gg as Ho, ez as Yo, gf as Ko, ge as Wo, mi as wo, iC as xo, kq as Xo, cx as zo, dw as qo, df as Zo, ap as Jo, hD as Qo, kj as $o, aV as ar, kC as er, e6 as sr, hA as tr, kO as ir, i3 as or, cG as rr, jD as nr, h5 as lr, j_ as Tr, iD as Er, dr as Sr, iP as gr, da as _r, iO as pr, iE as dr, iF as Ar, cI as Ir, iG as cr, K as ur, ms as Cr, P as mr, cK as Dr, mx as Or, b5 as Rr, dv as Pr, fa as yr, ks as Nr, j1 as fr, ar as Lr, R as Mr, n as hr, aQ as Fr, O as Ur, J as br, mL as Br, j2 as vr, mk as kr, dE as Gr, o as Vr, aA as jr, b8 as Hr, mq as Yr, mr as Kr, mJ as Wr, kF as wr, mB as xr, S as Xr, n2 as zr, gF as qr, aE as Zr, ft as Jr, a_ as Qr, aU as $r, kw as an, b4 as en, ju as sn, dz as tn, jT as on, gh as rn, hB as nn, j3 as ln, eO as Tn, L as En, fT as Sn, cM as gn, j4 as _n, j5 as pn, j9 as dn, cN as An, cO as In, p as cn, fy as un, kk as Cn, jp as mn, jr as Dn, js as On, f8 as Rn, cP as Pn, cQ as yn, jb as Nn, mm as fn, jt as Ln, fM as Mn, h7 as hn, cy as Fn, cR as Un, aF as bn, _ as Bn, gi as vn, jy as kn, g8 as Gn, jz as Vn, m as jn, dG as Hn, kt as Yn, eb as Kn, kD as Wn, ix as wn, lH as xn, mM as Xn, aO as zn, ha as qn, av as Zn, ax as Jn, cU as Qn, km as $n, k3 as al, k4 as el, jA as sl, jB as tl, jE as il, b9 as ol, ba as rl, jG as nl, jI as ll, jJ as Tl, lZ as El, iz as Sl, jK as gl, lL as _l, jL as pl, he as dl, cT as Al, cV as Il, m7 as cl, m8 as ul, m9 as Cl, a as ml, jM as Dl, eA as Ol, T as Rl, d7 as Pl, fN as yl, fO as Nl, mG as fl, ay as Ll, b3 as Ml, kx as hl, my as Fl, aq as Ul, lz as bl, em as Bl, jN as vl, jO as kl, co as Gl, lO as Vl, jP as jl, dM as Hl, lB as Yl, dQ as Kl, dO as Wl, dN as wl, dK as xl, kJ as Xl, kL as zl, kK as ql, kr as Zl, a$ as Jl, jn as Ql, dq as $l, V as aT, lA as eT, jQ as sT, cv as tT, cw as iT, jl as oT, aL as rT, hz as nT, W as lT, mt as TT, gd as ET, gb as ST, db as gT, jR as _T, hF as pT, gc as dT, mE as AT, c0 as IT, aR as cT, y as uT, l2 as CT, bX as mT, aK as DT, c8 as OT, gn as RT, b as PT, fX as yT, fY as NT, b_ as fT, li as LT, bL as MT, lo as hT, bJ as FT, d as UT, c1 as bT, gG as BT, gI as vT, eL as kT, c as GT, gL as VT, gO as jT, bM as HT, f1 as YT, ep as KT, a6 as WT, e_ as wT, eY as xT, h8 as XT, bR as zT, bY as qT, l3 as ZT, e as JT, f0 as QT, e$ as $T, be as aE, lm as eE, hn as sE, hp as tE, hm as iE, ho as oE, n3 as rE, f2 as nE, kP as lE, a5 as TE, a7 as EE, cj as SE, bW as gE, a4 as _E, v as pE, ci as dE, dA as AE, eW as IE, by as cE, lp as uE, lS as CE, hv as mE, gy as DE, ag as OE, lR as RE, iM as PE, cb as yE, eK as NE, eo as fE, eJ as LE, eI as ME, eH as hE, lQ as FE, jf as UE, ln as bE, aa as BE, f3 as vE, iX as kE, lT as GE, ji as VE, lJ as jE, gM as HE, gR as YE, gQ as KE, gN as WE, h2 as wE, bF as xE, iY as XE, i5 as zE, a8 as qE, hk as ZE, lc as JE, hw as QE, g5 as $E, g0 as aS, f$ as eS, dn as sS, dg as tS, fZ as iS, jv as oS, hs as rS, gB as nS, eF as lS, ht as TS, gP as ES, bz as SS, jH as gS, m5 as _S, a9 as pS, l6 as dS, bS as AS, b2 as IS, gv as cS, bH as uS, ae as CS, kU as mS, af as DS, cf as OS, eM as RS, lb as PS, cg as yS, i9 as NS, gs as fS, gr as LS, cd as MS, fu as hS, io as FS, la as US, hP as bS, l9 as BS, kT as vS, z as kS, i8 as GS, eZ as VS, eX as jS, l0 as HS, gp as YS, lf as KS, f_ as WS, g7 as wS, ac as xS, iV as XS, gw as zS, le as qS, aN as ZS, iN as JS, ma as QS, gm as $S, eE as ag, iL as eg, iK as sg, mf as tg, me as ig, m3 as og, j6 as rg, bx as ng, bU as lg, dp as Tg, m2 as Eg, ab as Sg, cc as gg, gK as _g, jh as pg, ja as dg, jc as Ag, jk as Ig, jq as cg, j7 as ug, jm as Cg, go as mg, ce as Dg, gx as Og, jj as Rg, ch as Pg, fW as yg, Z as Ng, m6 as fg, lK as Lg, l5 as Mg, aP as hg, hh as Fg, jg as Ug, jd as bg, eG as Bg, fV as vg, g6 as kg, gl as Gg, gC as Vg, gz as jg, lh as Hg, iR as Yg, bP as Kg, dL as Wg, dP as wg, lw as xg, $ as Xg, lg as zg, kY as qg, ad as Zg, gt as Jg, gu as Qg, md as $g, mb as a_, ld as e_, q as s_, k$ as t_, i6 as i_, F as o_, b$ as r_, f7 as n_, bG as l_, di as T_, dh as E_, kQ as S_, ia as g_, lk as __, dB as p_, i as d_, l4 as A_, j as I_, bQ as c_, c7 as u_, hu as C_, cE as m_, bA as D_, bB as O_, kW as R_, iv as P_, iu as y_, je as N_, eD as f_, iQ as L_, a2 as M_, t as h_, r as F_, bV as U_, c9 as b_, g3 as B_, g1 as v_, g4 as k_, g2 as G_, kR as V_, bv as j_, kS as H_, a3 as Y_, bO as K_, hG as W_, s as w_, bT as x_, mc as X_, bC as z_, gA as q_, hx as Z_, hQ as J_, gJ as Q_, ll as $_, l1 as ap, bD as ep, mS as sp, l8 as tp, lj as ip, l7 as op, a1 as rp, gq as np, m4 as lp, bd as Tp, i7 as Ep, a0 as Sp, c2 as gp, br as _p, bt as pp, fI as dp, k9 as Ap, gk as Ip, bu as cp, kV as up, gj as Cp, ca as mp, w as Dp, dD as Op, hj as Rp, hi as Pp, lx as yp, dC as Np, dJ as fp, eq as Lp, bN as Mp, u as hp, dX as Fp, dZ as Up, fp as bp, ck as Bp, bZ as vp, lq as kp, bE as Gp, lr as Vp, ls as jp, cl as Hp, lD as Yp, k_ as Kp, c3 as Wp, bK as wp, c5 as xp, lF as Xp, lt as zp, lu as qp, cn as Zp, cS as Jp, c4 as Qp, bI as $p, cp as ad, lv as ed, lM as sd, bw as td, fA as id, cq as od, lN as rd, ly as nd, cm as ld, n6 as Td, n4 as Ed, mU as Sd, n1 as gd, n8 as _d, m_ as pd, n5 as dd, mR as Ad, mQ as Id, mT as cd, mZ as ud, mX as Cd, mW as md, n0 as Dd, mV as Od, b6 as Rd, b7 as Pd, mY as yd, m$ as Nd, n7 as fd, kX as Ld, lP as Md, kZ as hd } from "./@code-editor-B0fL52iC.js";
|
2
|
+
import { H as Ud, R as bd, c as Bd, g as vd, a as kd, b as Gd } from "./@common-rjsf-CfV2uGoJ.js";
|
3
3
|
import { A as jd, m as Hd } from "./@framer-motion-eB9Rj-_8.js";
|
4
4
|
export {
|
5
5
|
s as ACCESS_TYPE_MAP,
|