@devtron-labs/devtron-fe-common-lib 1.14.1-pre-6 → 1.14.1-pre-7-beta-1

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.
@@ -1,7 +1,7 @@
1
1
  import { j as n, as as y, au as k, at as W } from "./@vendor-CmCjU670.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-z2UbILIC.js";
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-CkMdOfQQ.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";
@@ -22,6 +22,7 @@ export declare const PATTERNS: {
22
22
  CONFIG_MAP_AND_SECRET_KEY: RegExp;
23
23
  CONFIGMAP_AND_SECRET_NAME: RegExp;
24
24
  ALPHANUMERIC_WITH_SPECIAL_CHAR_AND_SLASH: RegExp;
25
+ EMAIL: RegExp;
25
26
  };
26
27
  export declare const URLS: {
27
28
  readonly LOGIN_SSO: "/login/sso";
@@ -54,6 +55,7 @@ export declare const URLS: {
54
55
  readonly COMPARE_CLUSTERS: "/compare-clusters";
55
56
  readonly APP_CONFIG: "edit";
56
57
  readonly GLOBAL_CONFIG: "/global-config";
58
+ readonly GLOBAL_CONFIG_MANAGE_CATEGORIES: "/global-config/cluster-env/manage-categories";
57
59
  readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP: "/global-config/templates/devtron-apps";
58
60
  readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_CREATE: "/global-config/templates/devtron-apps/create";
59
61
  readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_DETAIL: "/global-config/templates/devtron-apps/detail/:appId";
@@ -63,6 +65,7 @@ export declare const ROUTES: {
63
65
  readonly APP: "app";
64
66
  readonly APP_ARTIFACT_PROMOTE_MATERIAL: "app/artifact/promotion-request/material";
65
67
  readonly APP_TEMPLATE_DATA: "app/template/data";
68
+ readonly ENVIRONMENT_CATEGORIES: "env/categories";
66
69
  readonly PROJECT_LIST_MIN: "team/autocomplete";
67
70
  readonly USER_CHECK_ROLE: "user/check/roles";
68
71
  readonly IMAGE_TAGGING: "app/image-tagging";
@@ -957,4 +957,11 @@ export interface EnvAppsMetaDTO {
957
957
  appCount: number;
958
958
  apps: AppMeta[];
959
959
  }
960
+ export interface ClusterEnvironmentCategoryDTO {
961
+ id: number;
962
+ name: string;
963
+ description?: string;
964
+ }
965
+ export interface ClusterEnvironmentCategoryType extends ClusterEnvironmentCategoryDTO {
966
+ }
960
967
  export {};
@@ -38,6 +38,7 @@ export declare const iconMap: {
38
38
  'ic-close-large': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
39
39
  'ic-close-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
40
40
  'ic-cloud-vms': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
41
+ 'ic-cluster-isolated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
41
42
  'ic-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
42
43
  'ic-code': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
43
44
  'ic-container': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -59,9 +60,12 @@ export declare const iconMap: {
59
60
  'ic-dockerhub': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
60
61
  'ic-ecr': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
61
62
  'ic-edit': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
63
+ 'ic-email': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
62
64
  'ic-enterprise-feat': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
63
65
  'ic-enterprise-tag': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
64
66
  'ic-env': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
67
+ 'ic-environment-isolated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
68
+ 'ic-environment': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
65
69
  'ic-error': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
66
70
  'ic-expand-right-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
67
71
  'ic-expand-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -130,6 +134,7 @@ export declare const iconMap: {
130
134
  'ic-quote': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
131
135
  'ic-rocket-launch': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
132
136
  'ic-selected': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
137
+ 'ic-shapes': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
133
138
  'ic-shield-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
134
139
  'ic-sliders-vertical': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
135
140
  'ic-sort-ascending': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -59,3 +59,4 @@ export declare const validateCMVolumeMountPath: (value: string) => {
59
59
  message: string;
60
60
  };
61
61
  export declare const validateYAML: (yamlString: string, isRequired?: boolean) => ValidationResponseType;
62
+ export declare const validateEmail: (email: string) => ValidationResponseType;
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.3301 10.5L17.4126 11.125M16.3301 10.5L15.2476 11.125M16.3301 10.5V9.25M12 13L10.9175 12.375M12 13L13.0825 12.375M12 13L12 14.25M7.66987 10.5L6.58737 11.125M7.66987 10.5L8.75241 11.125M7.66987 10.5V9.25M12.0001 18L13.0826 18.625M12.0001 18L10.9176 18.625M12.0001 18L12.0001 16.75M19.5776 12.375L20.6601 13V14.25M20.6601 16.75V18L19.5776 18.625M17.4125 19.875L16.33 20.5L15.2475 19.875M8.75253 19.875L7.67 20.5L6.58747 19.875M4.42241 18.625L3.33987 18V16.75M3.33987 14.25V13L4.42237 12.375M7.66987 6.75V5.5L8.75241 4.875M16.3301 6.75V5.5L15.2476 4.875M13.0825 3.625L12 3L10.9175 3.625" vector-effect="non-scaling-stroke" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-effect">
2
- <path d="M13.6084 8.75V4.58333L9.99998 2.5L6.39154 4.58333V8.75M13.6084 8.75L9.99998 10.8333M13.6084 8.75L17.2167 10.8333V15L13.6083 17.0833L10.0001 15M9.99998 10.8333L6.39154 8.75M9.99998 10.8333L10.0001 15M6.39154 8.75L2.7832 10.8333V15L6.39164 17.0833L10.0001 15" fill="none" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
2
+ <path d="M13.6084 8.75V4.58333L9.99998 2.5L6.39154 4.58333V8.75M13.6084 8.75L9.99998 10.8333M13.6084 8.75L17.2167 10.8333V15L13.6083 17.0833L10.0001 15M9.99998 10.8333L6.39154 8.75M9.99998 10.8333L10.0001 15M6.39154 8.75L2.7832 10.8333V15L6.39164 17.0833L10.0001 15" vector-effect="non-scaling-stroke" fill="none" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 5.25h18m-18 0V18a.75.75 0 0 0 .75.75h16.5A.75.75 0 0 0 21 18V5.25m-18 0 9 8.25 9-8.25" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.6703 9.5L20.6702 7L18.5052 5.75M20.6704 14.5L20.6705 17L18.5054 18.25M14.1753 20.75L12.0102 22L9.84517 20.75M5.51504 18.25L3.34998 17V14.5M3.34998 9.5V7L5.51498 5.75M8.73251 15.125L7.64998 14.5V13.25M10.8976 16.375L11.9801 17L13.0626 16.375M15.2277 15.125L16.3102 14.5L16.3102 13.25M16.3101 10.75L16.3101 9.5L15.2276 8.875M13.0625 7.625L11.98 7L10.8975 7.625M8.73248 8.875L7.64998 9.5V10.75M9.84498 3.25L12.01 2L14.175 3.25" vector-effect="non-scaling-stroke" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.01 2 8.66 5v10l-8.66 5-8.66-5V7l8.66-5Z" vector-effect="non-scaling-stroke"/>
3
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.98 7 4.33 2.5v5L11.98 17l-4.33-2.5v-5L11.98 7Z" vector-effect="non-scaling-stroke"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.418 15.095c0-.594.488-1.074 1.09-1.074h4.36c.602 0 1.09.48 1.09 1.073v4.295c0 .593-.488 1.074-1.09 1.074h-4.36c-.602 0-1.09-.48-1.09-1.074v-4.294Zm17.442 2.147c0 2.075-1.709 3.758-3.816 3.758-2.107 0-3.815-1.683-3.815-3.758 0-2.076 1.708-3.758 3.815-3.758s3.816 1.682 3.816 3.758ZM3.117 8.709l2.596-5.115c.402-.792 1.548-.792 1.95 0l2.597 5.115c.362.714-.165 1.554-.975 1.554H4.092c-.81 0-1.338-.84-.975-1.554Zm13.287-5.504a1.104 1.104 0 0 1 1.281 0l2.866 2.05c.382.274.542.759.396 1.201l-1.095 3.318a1.089 1.089 0 0 1-1.037.742h-3.542c-.472 0-.89-.3-1.037-.742l-1.094-3.318a1.065 1.065 0 0 1 .396-1.2l2.866-2.05Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { mH as s, aH as t, ed as i, eQ as o, kr as r, kg as n, fg as l, aS as T, j_ as E, aB as S, kP as g, iU as _, kc as p, jU as d, fa as A, fb as I, fc as c, dd as u, ir as C, fd as m, A as D, db as O, dc as R, mz as P, fe as y, ff as N, f8 as f, lY as L, ke as M, iV as h, iX as U, jx as F, fh as b, fi as B, fj as v, lM as k, mo as G, cG as V, c_ as j, c$ as H, ig as Y, fk as K, fF as W, kw as w, e0 as x, e8 as X, e3 as z, eb as q, dZ as Z, e9 as J, ec as Q, e2 as $, e1 as aa, em as ea, e7 as sa, d$ as ta, fq as ia, fu as oa, fl as ra, gX as na, B as la, f as Ta, g as Ea, eB as Sa, dQ as ga, eq as _a, dU as pa, dV as da, dS as Aa, es as Ia, er as ca, ex as ua, dR as Ca, eA as ma, dT as Da, et as Oa, ev as Ra, eu as Pa, dX as ya, ay as Na, ew as fa, fm as La, fn as Ma, fw as ha, fr as Ua, fp as Fa, fy as ba, fC as Ba, fB as va, fA as ka, fD as Ga, fE as Va, j9 as ja, fG as Ha, d5 as Ya, d4 as Ka, d3 as Wa, mu as wa, cX as xa, kn as Xa, cV as za, U as qa, mt as Za, mK as Ja, fv as Qa, m3 as $a, l$ as ae, ej as ee, ek as se, m4 as te, m5 as ie, ki as oe, kk as re, kj as ne, mF as le, kp as Te, di as Ee, gG as Se, gD as ge, kD as _e, eS as pe, e6 as de, kR as Ae, gW as Ie, C as ce, H as ue, fO as Ce, cA as me, h as De, f3 as Oe, f5 as Re, gR as Pe, gS as ye, gT as Ne, gU as fe, iT as Le, dr as Me, kh as he, Y as Ue, N as Fe, br as be, gV as Be, dt as ve, gC as ke, m0 as Ge, dw as Ve, mE as je, bf as He, gY as Ye, gZ as Ke, h0 as We, cI as we, x as xe, h2 as Xe, h3 as ze, cE as qe, hb as Ze, ha as Je, aY as Qe, jZ as $e, kB as as, aF as es, aX as ss, an as ts, kq as is, iK as os, iI as rs, iJ as ns, d_ as ls, kA as Ts, j$ as Es, as as Ss, hf as gs, ee as _s, ef as ps, eT as ds, hp as As, k8 as Is, hC as cs, kO as us, ka as Cs, hw as ms, aI as Ds, jH as Os, kx as Rs, eM as Ps, ak as ys, am as Ns, hG as fs, aj as Ls, al as Ms, eR as hs, dk as Us, jB as Fs, h5 as bs, D as Bs, mq as vs, bb as ks, kG as Gs, g_ as Vs, mB as js, d7 as Hs, hk as Ys, hq as Ks, fI as Ws, fQ as ws, fP as xs, cY as Xs, mS as zs, ba as qs, k1 as Zs, jy as Js, fJ as Qs, k2 as $s, cK as at, hF as et, k as st, is as tt, be as it, bg as ot, bh as rt, hH as nt, l_ as lt, lZ as Tt, bi as Et, bk as St, bj as gt, bl as _t, c5 as pt, ds as dt, hJ as At, hK as It, k7 as ct, kI as ut, av as Ct, at as mt, kC as Dt, aR as Ot, jX as Rt, k9 as Pt, hM as yt, hL as Nt, mI as ft, m2 as Lt, mm as Mt, hN as ht, k3 as Ut, hO as Ft, E as bt, l as Bt, hR as vt, hA as kt, ah as Gt, aL as Vt, hT as jt, hS as Ht, g9 as Yt, dE as Kt, Q as Wt, hU as wt, hV as xt, d8 as Xt, jp as zt, d0 as qt, jE as Zt, hW as Jt, hX as Qt, g$ as $t, eO as ai, dj as ei, dl as si, bo as ti, bm as ii, bn as oi, hY as ri, h_ as ni, h$ as li, hZ as Ti, i0 as Ei, dx as Si, fT as gi, i1 as _i, mA as pi, i2 as di, b0 as Ai, i3 as Ii, G as ci, i$ as ui, i5 as Ci, g8 as mi, ai as Di, it as Oi, jW as Ri, eh as Pi, eg as yi, ei as Ni, kJ as fi, dG as Li, dH as Mi, a$ as hi, ic as Ui, id as Fi, ie as bi, ih as Bi, ii as vi, d2 as ki, lG as Gi, lI as Vi, cr as ji, cq as Hi, cW as Yi, ij as Ki, mk as Wi, ik as wi, kK as xi, I as Xi, il as zi, X as qi, f4 as Zi, mP as Ji, iu as Qi, ml as $i, io as ao, im as eo, kf as so, ar as to, iq as io, aW as oo, mM as ro, ix as no, mN as lo, i_ as To, fR as Eo, iz as So, fK as go, kd as _o, mU as po, aV as Ao, aC as Io, bp as co, mT as uo, aG as Co, aA as mo, h8 as Do, he as Oo, lK as Ro, cZ as Po, cs as yo, d1 as No, iB as fo, j0 as Lo, ct as Mo, iC as ho, jY as Uo, ms as Fo, hc as bo, M as Bo, j1 as vo, cC as ko, cy as Go, cz as Vo, cB as jo, eU as Ho, k4 as Yo, e4 as Ko, eP as Wo, gf as wo, ey as xo, ge as Xo, gd as zo, mn as qo, iD as Zo, ks as Jo, cw as Qo, dv as $o, de as ar, ao as er, hB as sr, kl as tr, aU as ir, kE as or, e5 as rr, hy as nr, kQ as lr, i4 as Tr, cF as Er, jF as Sr, h4 as gr, k0 as _r, iE as pr, dq as dr, iQ as Ar, d9 as Ir, iP as cr, iF as ur, iG as Cr, cH as mr, iH as Dr, K as Or, mx as Rr, P as Pr, cJ as yr, mC as Nr, b4 as fr, du as Lr, f9 as Mr, ku as hr, j2 as Ur, aq as Fr, R as br, n as Br, aP as vr, O as kr, J as Gr, mQ as Vr, j3 as jr, mp as Hr, dD as Yr, o as Kr, az as Wr, b7 as wr, mv as xr, mw as Xr, mO as zr, kH as qr, mG as Zr, S as Jr, n7 as Qr, gE as $r, aD as an, fs as en, aZ as sn, aT as tn, ky as on, b3 as rn, jv as nn, dy as ln, jV as Tn, gg as En, hz as Sn, j4 as gn, eN as _n, L as pn, fS as dn, cL as An, j5 as In, j6 as cn, ja as un, cM as Cn, cN as mn, p as Dn, fx as On, km as Rn, jq as Pn, js as yn, jt as Nn, f7 as fn, cO as Ln, cP as Mn, jc as hn, mr as Un, ju as Fn, fL as bn, h6 as Bn, cx as vn, cQ as kn, aE as Gn, _ as Vn, gh as jn, jz as Hn, g7 as Yn, jA as Kn, m as Wn, dF as wn, kv as xn, ea as Xn, kF as zn, iy as qn, lL as Zn, mR as Jn, aN as Qn, h9 as $n, au as al, aw as el, cT as sl, ko as tl, k5 as il, k6 as ol, jC as rl, jD as nl, jG as ll, b8 as Tl, b9 as El, jI as Sl, jK as gl, jL as _l, m1 as pl, iA as dl, jM as Al, lP as Il, jN as cl, hd as ul, cS as Cl, cU as ml, mb as Dl, mc as Ol, md as Rl, a as Pl, jO as yl, ez as Nl, T as fl, d6 as Ll, fM as Ml, fN as hl, mL as Ul, ax as Fl, b2 as bl, kz as Bl, mD as vl, ap as kl, lD as Gl, el as Vl, jP as jl, jQ as Hl, cn as Yl, lS as Kl, jR as Wl, dL as wl, lF as xl, dP as Xl, dN as zl, dM as ql, dJ as Zl, kL as Jl, kN as Ql, kM as $l, kt as aT, a_ as eT, jo as sT, dp as tT, V as iT, lE as oT, jS as rT, cu as nT, cv as lT, jm as TT, aK as ET, hx as ST, W as gT, my as _T, gc as pT, ga as dT, da as AT, jT as IT, hD as cT, gb as uT, mJ as CT, b$ as mT, aQ as DT, y as OT, l5 as RT, bW as PT, aJ as yT, c7 as NT, gm as fT, b as LT, fW as MT, fX as hT, bZ as UT, ll as FT, bK as bT, lr as BT, bI as vT, d as kT, c0 as GT, gF as VT, gH as jT, eK as HT, c as YT, gK as KT, gN as WT, bL as wT, f0 as xT, eo as XT, a6 as zT, eZ as qT, eX as ZT, h7 as JT, bQ as QT, bX as $T, l6 as aE, e as eE, e$ as sE, e_ as tE, bd as iE, lp as oE, hm as rE, ho as nE, hl as lE, hn as TE, n8 as EE, f1 as SE, kS as gE, a5 as _E, a7 as pE, ci as dE, bV as AE, a4 as IE, v as cE, ch as uE, dz as CE, eV as mE, bx as DE, ls as OE, lW as RE, hu as PE, gx as yE, ag as NE, lV as fE, iN as LE, ca as ME, eJ as hE, en as UE, eI as FE, eH as bE, eG as BE, lU as vE, jg as kE, lq as GE, aa as VE, f2 as jE, iY as HE, lX as YE, jj as KE, lN as WE, gL as wE, gQ as xE, gP as XE, gM as zE, h1 as qE, bE as ZE, iZ as JE, i6 as QE, a8 as $E, hj as aS, lf as eS, hv as sS, g4 as tS, f$ as iS, f_ as oS, dm as rS, df as nS, fY as lS, jw as TS, hr as ES, gA as SS, hI as gS, eE as _S, hs as pS, gO as dS, by as AS, jJ as IS, m9 as cS, a9 as uS, l9 as CS, bR as mS, b1 as DS, gu as OS, bG as RS, ae as PS, kX as yS, af as NS, ce as fS, eL as LS, le as MS, cf as hS, ia as US, gr as FS, gq as bS, cc as BS, ft as vS, ip as kS, ld as GS, hP as VS, lc as jS, kW as HS, z as YS, i9 as KS, eY as WS, eW as wS, l3 as xS, go as XS, li as zS, fZ as qS, g6 as ZS, ac as JS, iW as QS, gv as $S, lh as ag, aM as eg, iO as sg, me as tg, gl as ig, eD as og, iM as rg, iL as ng, mj as lg, mi as Tg, m7 as Eg, j7 as Sg, bw as gg, bT as _g, dn as pg, m6 as dg, ab as Ag, cb as Ig, gJ as cg, ji as ug, jb as Cg, jd as mg, jl as Dg, jr as Og, j8 as Rg, jn as Pg, gn as yg, cd as Ng, gw as fg, jk as Lg, cg as Mg, fV as hg, Z as Ug, ma as Fg, lO as bg, l8 as Bg, aO as vg, hg as kg, jh as Gg, je as Vg, eF as jg, fU as Hg, g5 as Yg, gk as Kg, gB as Wg, gy as wg, lk as xg, iS as Xg, bO as zg, dK as qg, dO as Zg, lA as Jg, $ as Qg, lj as $g, k$ as a_, ad as e_, gs as s_, gt as t_, mh as i_, mf as o_, lg as r_, q as n_, l2 as l_, i7 as T_, F as E_, b_ as S_, f6 as g_, bF as __, dh as p_, dg as d_, kT as A_, ib as I_, ln as c_, dA as u_, i as C_, l7 as m_, j as D_, bP as O_, c6 as R_, ht as P_, cD as y_, bz as N_, bA as f_, kZ as L_, iw as M_, iv as h_, jf as U_, eC as F_, iR as b_, a2 as B_, t as v_, r as k_, bU as G_, c8 as V_, g2 as j_, g0 as H_, g3 as Y_, g1 as K_, kU as W_, bu as w_, kV as x_, a3 as X_, bN as z_, hE as q_, s as Z_, bS as J_, mg as Q_, bB as $_, gz as ap, hQ as ep, gI as sp, lo as tp, l4 as ip, bC as op, mX as rp, lb as np, lm as lp, la as Tp, a1 as Ep, gp as Sp, m8 as gp, bc as _p, i8 as pp, a0 as dp, c1 as Ap, bq as Ip, lt as cp, bs as up, fH as Cp, kb as mp, gj as Dp, bt as Op, kY as Rp, gi as Pp, c9 as yp, w as Np, dC as fp, hi as Lp, hh as Mp, lB as hp, dB as Up, dI as Fp, ep as bp, bM as Bp, u as vp, dW as kp, dY as Gp, fo as Vp, cj as jp, bY as Hp, lu as Yp, bD as Kp, lv as Wp, lw as wp, ck as xp, lH as Xp, l1 as zp, c2 as qp, bJ as Zp, c4 as Jp, lJ as Qp, lx as $p, ly as ad, cm as ed, cR as sd, c3 as td, bH as id, co as od, lz as rd, lQ as nd, bv as ld, fz as Td, cp as Ed, lR as Sd, lC as gd, cl as _d, nb as pd, n9 as dd, mZ as Ad, n6 as Id, n3 as cd, na as ud, mW as Cd, mV as md, mY as Dd, n2 as Od, n0 as Rd, m$ as Pd, n5 as yd, m_ as Nd, b5 as fd, b6 as Ld, n1 as Md, n4 as hd, nc as Ud, k_ as Fd, lT as bd, l0 as Bd } from "./@code-editor-z2UbILIC.js";
2
- import { H as kd, R as Gd, c as Vd, g as jd, a as Hd, b as Yd } from "./@common-rjsf-CIPuR836.js";
3
- import { A as Wd, a as wd, m as xd, c as Xd, u as zd } from "./@framer-motion-CXr339mx.js";
1
+ import { mH as s, aH as t, ed as i, eQ as o, kr as r, kg as n, fg as l, aS as T, j_ as E, aB as S, kP as g, iU as _, kc as p, jU as d, fa as A, fb as I, fc as c, dd as u, ir as C, fd as m, A as D, db as O, dc as R, mz as P, fe as y, ff as N, f8 as f, lY as L, ke as M, iV as h, iX as U, jx as F, fh as b, fi as B, fj as v, lM as k, mo as G, cG as V, c_ as j, c$ as H, ig as Y, fk as K, fF as W, kw as w, e0 as x, e8 as X, e3 as z, eb as q, dZ as Z, e9 as J, ec as Q, e2 as $, e1 as aa, em as ea, e7 as sa, d$ as ta, fq as ia, fu as oa, fl as ra, gX as na, B as la, f as Ta, g as Ea, eB as Sa, dQ as ga, eq as _a, dU as pa, dV as da, dS as Aa, es as Ia, er as ca, ex as ua, dR as Ca, eA as ma, dT as Da, et as Oa, ev as Ra, eu as Pa, dX as ya, ay as Na, ew as fa, fm as La, fn as Ma, fw as ha, fr as Ua, fp as Fa, fy as ba, fC as Ba, fB as va, fA as ka, fD as Ga, fE as Va, j9 as ja, fG as Ha, d5 as Ya, d4 as Ka, d3 as Wa, mu as wa, cX as xa, kn as Xa, cV as za, U as qa, mt as Za, mK as Ja, fv as Qa, m3 as $a, l$ as ae, ej as ee, ek as se, m4 as te, m5 as ie, ki as oe, kk as re, kj as ne, mF as le, kp as Te, di as Ee, gG as Se, gD as ge, kD as _e, eS as pe, e6 as de, kR as Ae, gW as Ie, C as ce, H as ue, fO as Ce, cA as me, h as De, f3 as Oe, f5 as Re, gR as Pe, gS as ye, gT as Ne, gU as fe, iT as Le, dr as Me, kh as he, Y as Ue, N as Fe, br as be, gV as Be, dt as ve, gC as ke, m0 as Ge, dw as Ve, mE as je, bf as He, gY as Ye, gZ as Ke, h0 as We, cI as we, x as xe, h2 as Xe, h3 as ze, cE as qe, hb as Ze, ha as Je, aY as Qe, jZ as $e, kB as as, aF as es, aX as ss, an as ts, kq as is, iK as os, iI as rs, iJ as ns, d_ as ls, kA as Ts, j$ as Es, as as Ss, hf as gs, ee as _s, ef as ps, eT as ds, hp as As, k8 as Is, hC as cs, kO as us, ka as Cs, hw as ms, aI as Ds, jH as Os, kx as Rs, eM as Ps, ak as ys, am as Ns, hG as fs, aj as Ls, al as Ms, eR as hs, dk as Us, jB as Fs, h5 as bs, D as Bs, mq as vs, bb as ks, kG as Gs, g_ as Vs, mB as js, d7 as Hs, hk as Ys, hq as Ks, fI as Ws, fQ as ws, fP as xs, cY as Xs, mS as zs, ba as qs, k1 as Zs, jy as Js, fJ as Qs, k2 as $s, cK as at, hF as et, k as st, is as tt, be as it, bg as ot, bh as rt, hH as nt, l_ as lt, lZ as Tt, bi as Et, bk as St, bj as gt, bl as _t, c5 as pt, ds as dt, hJ as At, hK as It, k7 as ct, kI as ut, av as Ct, at as mt, kC as Dt, aR as Ot, jX as Rt, k9 as Pt, hM as yt, hL as Nt, mI as ft, m2 as Lt, mm as Mt, hN as ht, k3 as Ut, hO as Ft, E as bt, l as Bt, hR as vt, hA as kt, ah as Gt, aL as Vt, hT as jt, hS as Ht, g9 as Yt, dE as Kt, Q as Wt, hU as wt, hV as xt, d8 as Xt, jp as zt, d0 as qt, jE as Zt, hW as Jt, hX as Qt, g$ as $t, eO as ai, dj as ei, dl as si, bo as ti, bm as ii, bn as oi, hY as ri, h_ as ni, h$ as li, hZ as Ti, i0 as Ei, dx as Si, fT as gi, i1 as _i, mA as pi, i2 as di, b0 as Ai, i3 as Ii, G as ci, i$ as ui, i5 as Ci, g8 as mi, ai as Di, it as Oi, jW as Ri, eh as Pi, eg as yi, ei as Ni, kJ as fi, dG as Li, dH as Mi, a$ as hi, ic as Ui, id as Fi, ie as bi, ih as Bi, ii as vi, d2 as ki, lG as Gi, lI as Vi, cr as ji, cq as Hi, cW as Yi, ij as Ki, mk as Wi, ik as wi, kK as xi, I as Xi, il as zi, X as qi, f4 as Zi, mP as Ji, iu as Qi, ml as $i, io as ao, im as eo, kf as so, ar as to, iq as io, aW as oo, mM as ro, ix as no, mN as lo, i_ as To, fR as Eo, iz as So, fK as go, kd as _o, mU as po, aV as Ao, aC as Io, bp as co, mT as uo, aG as Co, aA as mo, h8 as Do, he as Oo, lK as Ro, cZ as Po, cs as yo, d1 as No, iB as fo, j0 as Lo, ct as Mo, iC as ho, jY as Uo, ms as Fo, hc as bo, M as Bo, j1 as vo, cC as ko, cy as Go, cz as Vo, cB as jo, eU as Ho, k4 as Yo, e4 as Ko, eP as Wo, gf as wo, ey as xo, ge as Xo, gd as zo, mn as qo, iD as Zo, ks as Jo, cw as Qo, dv as $o, de as ar, ao as er, hB as sr, kl as tr, aU as ir, kE as or, e5 as rr, hy as nr, kQ as lr, i4 as Tr, cF as Er, jF as Sr, h4 as gr, k0 as _r, iE as pr, dq as dr, iQ as Ar, d9 as Ir, iP as cr, iF as ur, iG as Cr, cH as mr, iH as Dr, K as Or, mx as Rr, P as Pr, cJ as yr, mC as Nr, b4 as fr, du as Lr, f9 as Mr, ku as hr, j2 as Ur, aq as Fr, R as br, n as Br, aP as vr, O as kr, J as Gr, mQ as Vr, j3 as jr, mp as Hr, dD as Yr, o as Kr, az as Wr, b7 as wr, mv as xr, mw as Xr, mO as zr, kH as qr, mG as Zr, S as Jr, n7 as Qr, gE as $r, aD as an, fs as en, aZ as sn, aT as tn, ky as on, b3 as rn, jv as nn, dy as ln, jV as Tn, gg as En, hz as Sn, j4 as gn, eN as _n, L as pn, fS as dn, cL as An, j5 as In, j6 as cn, ja as un, cM as Cn, cN as mn, p as Dn, fx as On, km as Rn, jq as Pn, js as yn, jt as Nn, f7 as fn, cO as Ln, cP as Mn, jc as hn, mr as Un, ju as Fn, fL as bn, h6 as Bn, cx as vn, cQ as kn, aE as Gn, _ as Vn, gh as jn, jz as Hn, g7 as Yn, jA as Kn, m as Wn, dF as wn, kv as xn, ea as Xn, kF as zn, iy as qn, lL as Zn, mR as Jn, aN as Qn, h9 as $n, au as al, aw as el, cT as sl, ko as tl, k5 as il, k6 as ol, jC as rl, jD as nl, jG as ll, b8 as Tl, b9 as El, jI as Sl, jK as gl, jL as _l, m1 as pl, iA as dl, jM as Al, lP as Il, jN as cl, hd as ul, cS as Cl, cU as ml, mb as Dl, mc as Ol, md as Rl, a as Pl, jO as yl, ez as Nl, T as fl, d6 as Ll, fM as Ml, fN as hl, mL as Ul, ax as Fl, b2 as bl, kz as Bl, mD as vl, ap as kl, lD as Gl, el as Vl, jP as jl, jQ as Hl, cn as Yl, lS as Kl, jR as Wl, dL as wl, lF as xl, dP as Xl, dN as zl, dM as ql, dJ as Zl, kL as Jl, kN as Ql, kM as $l, kt as aT, a_ as eT, jo as sT, dp as tT, V as iT, lE as oT, jS as rT, cu as nT, cv as lT, jm as TT, aK as ET, hx as ST, W as gT, my as _T, gc as pT, ga as dT, da as AT, jT as IT, hD as cT, gb as uT, mJ as CT, b$ as mT, aQ as DT, y as OT, l5 as RT, bW as PT, aJ as yT, c7 as NT, gm as fT, b as LT, fW as MT, fX as hT, bZ as UT, ll as FT, bK as bT, lr as BT, bI as vT, d as kT, c0 as GT, gF as VT, gH as jT, eK as HT, c as YT, gK as KT, gN as WT, bL as wT, f0 as xT, eo as XT, a6 as zT, eZ as qT, eX as ZT, h7 as JT, bQ as QT, bX as $T, l6 as aE, e as eE, e$ as sE, e_ as tE, bd as iE, lp as oE, hm as rE, ho as nE, hl as lE, hn as TE, n8 as EE, f1 as SE, kS as gE, a5 as _E, a7 as pE, ci as dE, bV as AE, a4 as IE, v as cE, ch as uE, dz as CE, eV as mE, bx as DE, ls as OE, lW as RE, hu as PE, gx as yE, ag as NE, lV as fE, iN as LE, ca as ME, eJ as hE, en as UE, eI as FE, eH as bE, eG as BE, lU as vE, jg as kE, lq as GE, aa as VE, f2 as jE, iY as HE, lX as YE, jj as KE, lN as WE, gL as wE, gQ as xE, gP as XE, gM as zE, h1 as qE, bE as ZE, iZ as JE, i6 as QE, a8 as $E, hj as aS, lf as eS, hv as sS, g4 as tS, f$ as iS, f_ as oS, dm as rS, df as nS, fY as lS, jw as TS, hr as ES, gA as SS, hI as gS, eE as _S, hs as pS, gO as dS, by as AS, jJ as IS, m9 as cS, a9 as uS, l9 as CS, bR as mS, b1 as DS, gu as OS, bG as RS, ae as PS, kX as yS, af as NS, ce as fS, eL as LS, le as MS, cf as hS, ia as US, gr as FS, gq as bS, cc as BS, ft as vS, ip as kS, ld as GS, hP as VS, lc as jS, kW as HS, z as YS, i9 as KS, eY as WS, eW as wS, l3 as xS, go as XS, li as zS, fZ as qS, g6 as ZS, ac as JS, iW as QS, gv as $S, lh as ag, aM as eg, iO as sg, me as tg, gl as ig, eD as og, iM as rg, iL as ng, mj as lg, mi as Tg, m7 as Eg, j7 as Sg, bw as gg, bT as _g, dn as pg, m6 as dg, ab as Ag, cb as Ig, gJ as cg, ji as ug, jb as Cg, jd as mg, jl as Dg, jr as Og, j8 as Rg, jn as Pg, gn as yg, cd as Ng, gw as fg, jk as Lg, cg as Mg, fV as hg, Z as Ug, ma as Fg, lO as bg, l8 as Bg, aO as vg, hg as kg, jh as Gg, je as Vg, eF as jg, fU as Hg, g5 as Yg, gk as Kg, gB as Wg, gy as wg, lk as xg, iS as Xg, bO as zg, dK as qg, dO as Zg, lA as Jg, $ as Qg, lj as $g, k$ as a_, ad as e_, gs as s_, gt as t_, mh as i_, mf as o_, lg as r_, q as n_, l2 as l_, i7 as T_, F as E_, b_ as S_, f6 as g_, bF as __, dh as p_, dg as d_, kT as A_, ib as I_, ln as c_, dA as u_, i as C_, l7 as m_, j as D_, bP as O_, c6 as R_, ht as P_, cD as y_, bz as N_, bA as f_, kZ as L_, iw as M_, iv as h_, jf as U_, eC as F_, iR as b_, a2 as B_, t as v_, r as k_, bU as G_, c8 as V_, g2 as j_, g0 as H_, g3 as Y_, g1 as K_, kU as W_, bu as w_, kV as x_, a3 as X_, bN as z_, hE as q_, s as Z_, bS as J_, mg as Q_, bB as $_, gz as ap, hQ as ep, gI as sp, lo as tp, l4 as ip, bC as op, mX as rp, lb as np, lm as lp, la as Tp, a1 as Ep, gp as Sp, m8 as gp, bc as _p, i8 as pp, a0 as dp, c1 as Ap, bq as Ip, lt as cp, bs as up, fH as Cp, kb as mp, gj as Dp, bt as Op, kY as Rp, gi as Pp, c9 as yp, w as Np, dC as fp, hi as Lp, hh as Mp, lB as hp, dB as Up, dI as Fp, ep as bp, bM as Bp, u as vp, dW as kp, dY as Gp, fo as Vp, cj as jp, bY as Hp, lu as Yp, bD as Kp, lv as Wp, lw as wp, ck as xp, lH as Xp, l1 as zp, c2 as qp, bJ as Zp, c4 as Jp, lJ as Qp, lx as $p, ly as ad, cm as ed, cR as sd, c3 as td, bH as id, co as od, lz as rd, lQ as nd, bv as ld, fz as Td, cp as Ed, lR as Sd, lC as gd, cl as _d, nb as pd, n9 as dd, mZ as Ad, n6 as Id, nd as cd, n3 as ud, na as Cd, mW as md, mV as Dd, mY as Od, n2 as Rd, n0 as Pd, m$ as yd, n5 as Nd, m_ as fd, b5 as Ld, b6 as Md, n1 as hd, n4 as Ud, nc as Fd, k_ as bd, lT as Bd, l0 as vd } from "./@code-editor-CkMdOfQQ.js";
2
+ import { H as Gd, R as Vd, c as jd, g as Hd, a as Yd, b as Kd } from "./@common-rjsf-CSPmJewm.js";
3
+ import { A as wd, a as xd, m as Xd, c as zd, u as qd } from "./@framer-motion-CXr339mx.js";
4
4
  export {
5
5
  s as ACCESS_TYPE_MAP,
6
6
  t as ACTION_STATE,
@@ -26,7 +26,7 @@ export {
26
26
  O as AddCDPositions,
27
27
  R as AddPipelineType,
28
28
  P as AggregationKeys,
29
- Wd as AnimatePresence,
29
+ wd as AnimatePresence,
30
30
  y as AnimatedDeployButton,
31
31
  N as AnimatedTimer,
32
32
  f as ApiQueuingWithBatch,
@@ -291,7 +291,7 @@ export {
291
291
  Ii as GraphVisualizer,
292
292
  ci as Grid,
293
293
  ui as GroupHeading,
294
- kd as HIDE_SUBMIT_BUTTON_UI_SCHEMA,
294
+ Gd as HIDE_SUBMIT_BUTTON_UI_SCHEMA,
295
295
  Ci as HeaderWithCreateButton,
296
296
  mi as HistoryComponentType,
297
297
  Di as Host,
@@ -412,7 +412,7 @@ export {
412
412
  Mr as QRCode,
413
413
  hr as RAISE_ISSUE,
414
414
  Ur as REGISTRY_TYPE_MAP,
415
- Gd as RJSFForm,
415
+ Vd as RJSFForm,
416
416
  Fr as ROUTES,
417
417
  br as RadioGroup,
418
418
  Br as RadioGroupItem,
@@ -566,7 +566,7 @@ export {
566
566
  DT as ZERO_TIME_STRING,
567
567
  OT as abortPreviousRequests,
568
568
  RT as aggregateNodes,
569
- wd as animate,
569
+ xd as animate,
570
570
  PT as applyCompareDiffOnUneditedDocument,
571
571
  yT as arrowUnicode,
572
572
  NT as asyncWrap,
@@ -583,7 +583,7 @@ export {
583
583
  GT as compareObjectLength,
584
584
  VT as configMapDataTypeOptions,
585
585
  jT as configMapSecretMountDataMap,
586
- Vd as conformPathToPointers,
586
+ jd as conformPathToPointers,
587
587
  HT as convertDeploymentChartListToChartType,
588
588
  YT as convertJSONPointerToJSONPath,
589
589
  KT as convertKeyValuePairToYAML,
@@ -687,7 +687,7 @@ export {
687
687
  FS as getHistoryItemStatusIconFromWorkflowStages,
688
688
  bS as getIconFromWorkflowStageStatusType,
689
689
  BS as getIframeWithDefaultAttributes,
690
- jd as getInferredTypeFromValueType,
690
+ Hd as getInferredTypeFromValueType,
691
691
  vS as getInvalidActionMessage,
692
692
  kS as getInvalidTippyContent,
693
693
  GS as getIsApprovalPolicyConfigured,
@@ -719,13 +719,13 @@ export {
719
719
  Eg as getPolicyApiUrl,
720
720
  Sg as getProgressingStateForStatus,
721
721
  gg as getRandomColor,
722
- Hd as getRedirectionProps,
722
+ Yd as getRedirectionProps,
723
723
  _g as getRegexMatchPositions,
724
724
  pg as getResolvedDeploymentTemplate,
725
725
  dg as getResourceApiUrl,
726
726
  Ag as getResourceGroupListRaw,
727
727
  Ig as getSanitizedIframe,
728
- Yd as getSchemaPathToUpdatePathMap,
728
+ Kd as getSchemaPathToUpdatePathMap,
729
729
  cg as getSecretDataTypeOptions,
730
730
  ug as getSecurityConfig,
731
731
  Cg as getSecurityScan,
@@ -788,7 +788,7 @@ export {
788
788
  O_ as logExceptionToSentry,
789
789
  R_ as mapByKey,
790
790
  P_ as mergeConfigDataArraysByName,
791
- xd as motion,
791
+ Xd as motion,
792
792
  y_ as multiSelectStyles,
793
793
  N_ as noop,
794
794
  f_ as not,
@@ -870,8 +870,8 @@ export {
870
870
  Zp as useJsonYaml,
871
871
  Jp as useKeyDown,
872
872
  Qp as useMainContext,
873
- Xd as useMotionTemplate,
874
- zd as useMotionValue,
873
+ zd as useMotionTemplate,
874
+ qd as useMotionValue,
875
875
  $p as useOneTimePrompt,
876
876
  ad as usePrompt,
877
877
  ed as useRegisterShortcut,
@@ -891,22 +891,23 @@ export {
891
891
  dd as validateDateAndTime,
892
892
  Ad as validateDescription,
893
893
  Id as validateDisplayName,
894
- cd as validateIfImageExist,
895
- ud as validateIframe,
896
- Cd as validateLabelKey,
897
- md as validateLabelValue,
898
- Dd as validateName,
899
- Od as validateProtocols,
900
- Rd as validateRequiredPositiveInteger,
901
- Pd as validateRequiredPositiveNumber,
902
- yd as validateSemanticVersioning,
903
- Nd as validateStringLength,
904
- fd as validateTagKeyValue,
905
- Ld as validateTagValue,
906
- Md as validateURL,
907
- hd as validateUniqueKeys,
908
- Ud as validateYAML,
909
- Fd as versionComparatorBySortOrder,
910
- bd as withUserEmail,
911
- Bd as yamlComparatorBySortOrder
894
+ cd as validateEmail,
895
+ ud as validateIfImageExist,
896
+ Cd as validateIframe,
897
+ md as validateLabelKey,
898
+ Dd as validateLabelValue,
899
+ Od as validateName,
900
+ Rd as validateProtocols,
901
+ Pd as validateRequiredPositiveInteger,
902
+ yd as validateRequiredPositiveNumber,
903
+ Nd as validateSemanticVersioning,
904
+ fd as validateStringLength,
905
+ Ld as validateTagKeyValue,
906
+ Md as validateTagValue,
907
+ hd as validateURL,
908
+ Ud as validateUniqueKeys,
909
+ Fd as validateYAML,
910
+ bd as versionComparatorBySortOrder,
911
+ Bd as withUserEmail,
912
+ vd as yamlComparatorBySortOrder
912
913
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.14.1-pre-6",
3
+ "version": "1.14.1-pre-7-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",