@devtron-labs/devtron-fe-common-lib 1.20.3-pre-10 → 1.20.3-pre-12

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, aK as v, aM as J, aL as K } from "./@vendor-DceGoESd.js";
2
2
  import V, { useState as q, useEffect as Y, forwardRef as G, useMemo as E } from "react";
3
3
  import z, { getDefaultRegistry as Q } from "@rjsf/core";
4
- import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-DSCCeHlr.js";
4
+ import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-BVJZtVAJ.js";
5
5
  import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as re, ADDITIONAL_PROPERTY_FLAG as L, errorId as se, englishStringTranslator as ae, TranslatableString as oe, titleId as le, canExpand as ie, deepEquals as ce } from "@rjsf/utils";
6
6
  import { ReactComponent as de } from "./assets/ic-add.cfaa779b.svg";
7
7
  import { ReactComponent as ue } from "./assets/ic-warning.ecf7ff97.svg";
@@ -19,5 +19,10 @@ export interface FetchInTimeParamsType<Data = object> {
19
19
  isMultipartRequest?: boolean;
20
20
  }
21
21
  export interface FetchAPIParamsType<Data = object> extends Omit<FetchInTimeParamsType<Data>, 'options'>, Pick<APIOptions, 'preventAutoLogout' | 'preventLicenseRedirect' | 'shouldParseServerErrorForUnauthorizedUser'> {
22
+ /**
23
+ * @default false
24
+ * @description - If true, will override the default host (orchestrator or whatever defined initially in CoreAPI constructor) with the `proxy` host
25
+ */
26
+ isProxyHost?: boolean;
22
27
  signal: AbortSignal;
23
28
  }
@@ -82,8 +82,11 @@ export declare const URLS: {
82
82
  readonly SECURITY_CENTER: "/security-center";
83
83
  readonly AUTOMATION_AND_ENABLEMENT: "/automation-and-enablement";
84
84
  readonly AUTOMATION_AND_ENABLEMENT_JOB: "/automation-and-enablement/job";
85
- readonly BACKUP_AND_RESTORE: "/backup-and-restore";
86
- readonly BACKUP_AND_RESTORE_OVERVIEW: "/backup-and-restore/overview";
85
+ readonly DATA_PROTECTION: "/data-protection-management";
86
+ readonly DATA_PROTECTION_OVERVIEW: "/data-protection-management/overview";
87
+ readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: "/data-protection-management/backup-and-schedule";
88
+ readonly DATA_PROTECTION_RESTORES: "/data-protection-management/restores";
89
+ readonly DATA_PROTECTION_BACKUP_LOCATIONS: "/data-protection-management/backup-locations";
87
90
  readonly GLOBAL_CONFIG: "/global-configuration";
88
91
  readonly GLOBAL_CONFIG_DOCKER: "/global-configuration/docker";
89
92
  readonly GLOBAL_CONFIG_EDIT_CLUSTER: "/global-configuration/cluster-env/edit/:clusterId";
@@ -1,7 +1,7 @@
1
1
  import { USER_PREFERENCES_ATTRIBUTE_KEY } from './constants';
2
2
  import { AppThemeType, ThemeConfigType, ThemePreferenceType } from '../../Providers/ThemeProvider/types';
3
3
  import { ResourceKindType } from '../../types';
4
- export type NavigationItemID = 'application-management-overview' | 'application-management-applications' | 'application-management-application-groups' | 'application-management-chart-store' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | 'software-release-management-overview' | 'software-release-management-release-hub' | 'software-release-management-tenants' | 'cost-visibility-overview' | 'cost-visibility-cost-breakdown' | 'cost-visibility-configurations' | 'security-center-overview' | 'security-center-security-scans' | 'security-center-security-policy' | 'automation-and-enablement-jobs' | 'automation-and-enablement-alerting' | 'automation-and-enablement-incident-response' | 'automation-and-enablement-api-portal' | 'automation-and-enablement-runbook-automation' | 'global-configuration-sso-login-services' | 'global-configuration-host-urls' | 'global-configuration-cluster-and-environments' | 'global-configuration-container-oci-registry' | 'global-configuration-authorization' | 'backup-and-restore-overview' | 'backup-and-restore-backup-and-schedule' | 'backup-and-restore-restores' | 'backup-and-restore-backup-repositories' | 'backup-and-restore-backup-locations' | 'backup-and-restore-history-and-logs' | 'ai-recommendations-overview';
4
+ export type NavigationItemID = 'application-management-overview' | 'application-management-applications' | 'application-management-application-groups' | 'application-management-chart-store' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | 'software-release-management-overview' | 'software-release-management-release-hub' | 'software-release-management-tenants' | 'cost-visibility-overview' | 'cost-visibility-cost-breakdown' | 'cost-visibility-configurations' | 'security-center-overview' | 'security-center-security-scans' | 'security-center-security-policy' | 'automation-and-enablement-jobs' | 'automation-and-enablement-alerting' | 'automation-and-enablement-incident-response' | 'automation-and-enablement-api-portal' | 'automation-and-enablement-runbook-automation' | 'global-configuration-sso-login-services' | 'global-configuration-host-urls' | 'global-configuration-cluster-and-environments' | 'global-configuration-container-oci-registry' | 'global-configuration-authorization' | 'data-protection-overview' | 'data-protection-backup-and-schedule' | 'data-protection-restores' | 'data-protection-backup-repositories' | 'data-protection-backup-locations' | 'data-protection-history-and-logs' | 'ai-recommendations-overview';
5
5
  export type NavigationSubMenuItemID = 'application-management-configurations-gitops' | 'application-management-configurations-git-accounts' | 'application-management-configurations-external-links' | 'application-management-configurations-chart-repository' | 'application-management-configurations-deployment-charts' | 'application-management-configurations-notifications' | 'application-management-configurations-catalog-frameworks' | 'application-management-configurations-scoped-variables' | 'application-management-configurations-build-infra' | 'application-management-policies-deployment-window' | 'application-management-policies-approval-policy' | 'application-management-policies-plugin-policy' | 'application-management-policies-pull-image-digest' | 'application-management-policies-tag-policy' | 'application-management-policies-filter-conditions' | 'application-management-policies-image-promotion' | 'application-management-policies-lock-deployment-configuration' | 'cost-visibility-cost-breakdown-clusters' | 'cost-visibility-cost-breakdown-environments' | 'cost-visibility-cost-breakdown-projects' | 'cost-visibility-cost-breakdown-applications' | 'global-configuration-authorization-user-permissions' | 'global-configuration-authorization-permission-groups' | 'global-configuration-authorization-api-tokens';
6
6
  export interface GetUserPreferencesQueryParamsType {
7
7
  key: typeof USER_PREFERENCES_ATTRIBUTE_KEY;
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import { B as e, U as s, f as t, C as o, h as i, I as r } from "./@code-editor-DSCCeHlr.js";
2
- import { nI as p, aV as d, ey as A, lK as I, fb as c, lh as u, l7 as C, fS as m, b4 as O, kR as R, aP as D, lG as P, jD as N, l3 as y, kL as L, fM as f, fN as M, fO as U, dx as h, j5 as F, fP as b, A as B, dv as v, dw as G, nA as k, fQ as V, fR as Y, fJ as j, mY as K, l5 as H, jE as W, jG as w, kk as x, fT as X, fU as z, fV as q, mM as Q, np as Z, fB as J, cZ as $, dh as aa, di as ea, iW as sa, fW as ta, gh as oa, nV as ia, lm as ra, el as na, et as la, eo as Ta, ew as Ea, ei as _a, eu as Sa, ex as ga, en as pa, em as da, eH as Aa, es as Ia, ek as ca, bj as ua, bi as Ca, g1 as ma, g5 as Oa, fX as Ra, fY as Da, hu as Pa, kE as Na, k as ya, l as La, m as fa, eW as Ma, e9 as Ua, eL as ha, ed as Fa, ee as ba, eb as Ba, eN as va, eM as Ga, eS as ka, ea as Va, eV as Ya, ec as ja, eO as Ka, eQ as Ha, eP as Wa, eg as wa, aM as xa, eR as Xa, e1 as za, fZ as qa, f_ as Qa, g7 as Za, g2 as Ja, g0 as $a, ga as ae, gb as ee, gc as se, jX as te, gi as oe, dp as ie, dn as re, dm as ne, nv as le, de as Te, ld as Ee, ge as _e, dc as Se, a3 as ge, nu as pe, nL as de, g6 as Ae, fC as Ie, fD as ce, n3 as ue, m$ as Ce, eE as me, eF as Oe, n4 as Re, n5 as De, l8 as Pe, la as Ne, l9 as ye, nG as Le, lf as fe, dC as Me, hd as Ue, ha as he, lw as Fe, lt as be, fd as Be, er as ve, lJ as Ge, ht as ke, gd as Ve, n as Ye, W as je, gg as Ke, gq as He, cS as We, o as we, fv as xe, fa as Xe, h8 as ze, fx as qe, ho as Qe, hp as Ze, hq as Je, hr as $e, jC as as, dK as es, a6 as ss, $ as ts, bG as os, hs as is, dM as rs, h9 as ns, n0 as ls, dP as Ts, nF as Es, hv as _s, hw as Ss, hz as gs, c$ as ps, hB as ds, K as As, fF as Is, fE as cs, hD as us, hE as Cs, cW as ms, hM as Os, hL as Rs, ba as Ds, kQ as Ps, lr as Ns, aT as ys, b9 as Ls, aA as fs, lg as Ms, jo as Us, jm as hs, jn as Fs, ej as bs, mC as Bs, lq as vs, kS as Gs, aG as ks, hQ as Vs, ez as Ys, eA as js, fe as Ks, h$ as Hs, k$ as Ws, id as ws, lF as xs, l1 as Xs, i6 as zs, aW as qs, ku as Qs, ln as Zs, f6 as Js, aC as $s, ax as at, az as et, ii as st, aw as tt, ay as ot, fc as it, dE as rt, S as nt, hG as lt, D as Tt, nr as Et, br as _t, lx as St, hx as gt, nC as pt, dr as dt, hW as At, hV as It, i0 as ct, gk as ut, gs as Ct, gr as mt, df as Ot, nT as Rt, bq as Dt, kU as Pt, kl as Nt, gl as yt, kV as Lt, d1 as ft, ih as Mt, p as Ut, j6 as ht, bu as Ft, bv as bt, bw as Bt, ij as vt, m_ as Gt, mZ as kt, bx as Vt, bz as Yt, by as jt, bA as Kt, ck as Ht, dL as Wt, il as wt, im as xt, k_ as Xt, lz as zt, aJ as qt, aH as Qt, ls as Zt, b3 as Jt, kO as $t, l0 as ao, ip as eo, io as so, nJ as to, n2 as oo, nn as io, iq as ro, kW as no, ir as lo, E as To, q as Eo, iu as _o, iv as So, ia as go, au as po, aZ as Ao, ix as Io, iw as co, gH as uo, dX as Co, a1 as mo, iy as Oo, iz as Ro, ds as Do, kb as Po, dj as No, kr as yo, iA as Lo, iB as fo, hy as Mo, f8 as Uo, dD as ho, dF as Fo, fh as bo, fg as Bo, bD as vo, bB as Go, bC as ko, iC as Vo, iE as Yo, iF as jo, iD as Ko, iG as Ho, iH as Wo, dQ as wo, gv as xo, iI as Xo, nB as zo, iJ as qo, be as Qo, iK as Zo, G as Jo, jK as $o, kd as ai, iM as ei, gG as si, av as ti, j7 as oi, kN as ii, eC as ri, eB as ni, eD as li, lA as Ti, dZ as Ei, d_ as _i, bd as Si, iS as gi, iU as pi, iV as di, iX as Ai, iY as Ii, dl as ci, mF as ui, mH as Ci, cI as mi, cH as Oi, dd as Ri, iZ as Di, nl as Pi, i_ as Ni, lB as yi, i$ as Li, a5 as fi, fw as Mi, nQ as Ui, j8 as hi, nm as Fi, cJ as bi, j1 as Bi, j0 as vi, fj as Gi, l6 as ki, aF as Vi, j4 as Yi, j3 as ji, cX as Ki, aB as Hi, b8 as Wi, nN as wi, jb as xi, nO as Xi, fK as zi, jJ as qi, gt as Qi, jd as Zi, gm as Ji, l4 as $i, nX as ar, b7 as er, aQ as sr, bE as tr, nW as or, aU as ir, aO as rr, hJ as nr, hP as lr, mK as Tr, dg as Er, cK as _r, dk as Sr, jf as gr, jM as pr, cL as dr, jg as Ar, kP as Ir, nt as cr, hN as ur, _ as Cr, jN as mr, cU as Or, cQ as Rr, cR as Dr, cT as Pr, ff as Nr, kX as yr, ep as Lr, fy as fr, f9 as Mr, gN as Ur, eT as hr, gM as Fr, gL as br, no as Br, jh as vr, li as Gr, cO as kr, dO as Vr, dy as Yr, aD as jr, ib as Kr, ic as Hr, lb as Wr, b6 as wr, lu as xr, eq as Xr, i8 as zr, lH as qr, iL as Qr, cY as Zr, ks as Jr, hF as $r, kT as an, ji as en, dJ as sn, ju as tn, dt as on, jt as rn, jj as nn, jk as ln, c_ as Tn, jl as En, Y as _n, ny as Sn, jx as gn, P as pn, jz as dn, jA as An, d0 as In, nD as cn, jB as un, bk as Cn, dN as mn, fL as On, Q as Rn, lk as Dn, jO as Pn, lL as Nn, fi as yn, aE as Ln, R as fn, s as Mn, b1 as Un, a0 as hn, X as Fn, nR as bn, jP as Bn, nq as vn, dW as Gn, t as kn, nU as Vn, aN as Yn, bn as jn, fz as Kn, nw as Hn, fn as Wn, nx as wn, nP as xn, ly as Xn, nH as zn, e as qn, oa as Qn, hb as Zn, aR as Jn, g3 as $n, bb as al, b5 as el, lo as sl, bh as tl, ki as ol, dR as il, kM as rl, gO as nl, lI as ll, i9 as Tl, jQ as El, f7 as _l, Z as Sl, gu as gl, d2 as pl, jR as dl, jS as Al, jY as Il, d3 as cl, d4 as ul, v as Cl, g8 as ml, lc as Ol, a as Rl, ke as Dl, kf as Pl, fI as Nl, d5 as yl, d6 as Ll, j_ as fl, ns as Ml, kg as Ul, kh as hl, mI as Fl, gn as bl, hH as Bl, cP as vl, d7 as Gl, aS as kl, a8 as Vl, gP as Yl, km as jl, gF as Kl, kn as Hl, r as Wl, ko as wl, dY as xl, ll as Xl, ev as zl, lv as ql, jc as Ql, mL as Zl, nS as Jl, a$ as $l, hK as aT, aI as eT, aK as sT, da as tT, le as oT, kY as iT, kZ as rT, kp as nT, kq as lT, kt as TT, bo as ET, bp as _T, kv as ST, kx as gT, ky as pT, kz as dT, n1 as AT, je as IT, kA as cT, mP as uT, kB as CT, hO as mT, d9 as OT, db as RT, nc as DT, nd as PT, ne as NT, kC as yT, eU as LT, T as fT, kD as MT, dq as UT, go as hT, gp as FT, nM as bT, aL as BT, bg as vT, lp as GT, nE as kT, cF as VT, mB as YT, eG as jT, kG as KT, kH as HT, cD as WT, mS as wT, kI as xT, e4 as XT, mE as zT, e8 as qT, e6 as QT, e5 as ZT, e2 as JT, d$ as $T, lC as aE, lE as eE, lD as sE, lj as tE, bc as oE, ka as iE, dI as rE, a2 as nE, mD as lE, f3 as TE, kJ as EE, cM as _E, cN as SE, k8 as gE, aY as pE, i7 as dE, a4 as AE, nz as IE, gK as cE, gI as uE, du as CE, kK as mE, ie as OE, gJ as RE, nK as DE, ce as PE, mo as NE, b2 as yE, L as LE, l$ as fE, c9 as ME, aX as UE, cm as hE, gU as FE, b as bE, gy as BE, gz as vE, cc as GE, gf as kE, me as VE, bZ as YE, mk as jE, bX as KE, jL as HE, cf as WE, hc as wE, he as xE, f4 as XE, c as zE, hh as qE, hk as QE, b_ as ZE, fs as JE, eJ as $E, ag as a_, fp as e_, fm as s_, hI as t_, c3 as o_, lU as i_, ca as r_, m0 as n_, d as l_, fr as T_, fq as E_, bt as __, mi as S_, hY as g_, h_ as p_, hX as d_, hZ as A_, ob as I_, ft as c_, lM as u_, af as C_, ah as m_, cx as O_, c8 as R_, mp as D_, ae as P_, F as N_, cw as y_, dS as L_, fk as f_, bM as M_, ml as U_, mW as h_, i4 as F_, ar as b_, h3 as B_, fA as v_, aq as G_, mV as k_, jr as V_, cp as Y_, f2 as j_, eI as K_, f1 as H_, f0 as W_, e$ as w_, mU as x_, k2 as X_, mj as z_, ak as q_, fu as Q_, na as Z_, jH as J_, mX as $_, k5 as aS, mN as eS, hi as sS, hn as tS, hm as oS, hj as iS, hA as rS, bT as nS, jI as lS, iN as TS, ai as ES, hU as _S, m9 as SS, i5 as gS, dG as pS, dz as dS, gA as AS, kj as IS, i1 as cS, h6 as uS, at as CS, ik as mS, eZ as OS, i2 as RS, hl as DS, bN as PS, kw as NS, n9 as yS, aj as LS, as as fS, m3 as MS, c4 as US, bf as hS, h0 as FS, bV as bS, ao as BS, lQ as vS, ap as GS, ct as kS, mn as VS, f5 as YS, m8 as jS, cu as KS, iQ as HS, gZ as WS, gY as wS, cr as xS, g4 as XS, j2 as zS, m7 as qS, is as QS, m6 as ZS, lP as JS, M as $S, fo as ag, fl as eg, lZ as sg, gW as tg, mc as og, gB as ig, hC as rg, gE as ng, am as lg, jF as Tg, h1 as Eg, mb as _g, a_ as Sg, js as gg, nf as pg, gT as dg, eY as Ag, jq as Ig, jp as cg, nk as ug, nj as Cg, n7 as mg, jT as Og, bL as Rg, c6 as Dg, dH as Pg, n6 as Ng, al as yg, cq as Lg, hg as fg, k4 as Mg, jU as Ug, jV as hg, jZ as Fg, j$ as bg, k7 as Bg, kc as vg, jW as Gg, k9 as kg, gV as Vg, cs as Yg, h2 as jg, k6 as Kg, cv as Hg, gx as Wg, a7 as wg, nb as xg, mO as Xg, m2 as zg, b0 as qg, hR as Qg, k3 as Zg, k0 as Jg, e_ as $g, gw as ap, gD as ep, gS as sp, h7 as tp, h4 as op, g as ip, jw as rp, c1 as np, e3 as lp, e7 as Tp, mx as Ep, a9 as _p, md as Sp, lV as gp, an as pp, g_ as dp, g$ as Ap, ni as Ip, ng as cp, ma as up, w as Cp, fH as mp, lY as Op, iO as Rp, N as Dp, cd as Pp, fG as Np, bU as yp, dB as Lp, dA as fp, lN as Mp, iR as Up, iT as hp, mg as Fp, dT as bp, i as Bp, m1 as vp, j as Gp, c2 as kp, cl as Vp, i3 as Yp, cV as jp, bO as Kp, bP as Hp, lS as Wp, ja as wp, j9 as xp, k1 as Xp, eX as zp, jv as qp, ac as Qp, z as Zp, x as Jp, c7 as $p, cn as ad, gC as ed, lO as sd, bJ as td, ad as od, c0 as id, ig as rd, y as nd, c5 as ld, nh as Td, bQ as Ed, h5 as _d, it as Sd, hf as gd, mh as pd, l_ as dd, bR as Ad, n_ as Id, m5 as cd, mf as ud, m4 as Cd, ab as md, gX as Od, n8 as Rd, bs as Dd, iP as Pd, J as Nd, aa as yd, cg as Ld, bF as fd, mm as Md, bH as Ud, gj as hd, l2 as Fd, gR as bd, bI as Bd, lR as vd, gQ as Gd, co as kd, H as Vd, dV as Yd, my as jd, hT as Kd, hS as Hd, mz as Wd, dU as wd, e0 as xd, eK as Xd, b$ as zd, u as qd, ef as Qd, eh as Zd, f$ as Jd, cy as $d, cb as aA, mq as eA, bS as sA, mr as tA, ms as oA, cz as iA, mG as rA, lX as nA, ch as lA, mt as TA, cA as EA, bY as _A, cj as SA, mJ as gA, V as pA, mu as dA, jy as AA, mv as IA, O as cA, cC as uA, d8 as CA, ci as mA, bW as OA, cE as RA, mw as DA, mQ as PA, bK as NA, g9 as yA, kF as LA, cG as fA, mR as MA, mA as UA, cB as hA, oe as FA, oc as bA, o0 as BA, o9 as vA, og as GA, o6 as kA, od as VA, nZ as YA, nY as jA, n$ as KA, o5 as HA, o3 as WA, o2 as wA, o8 as xA, o1 as XA, bl as zA, bm as qA, o4 as QA, o7 as ZA, of as JA, lT as $A, mT as aI, lW as eI } from "./@code-editor-DSCCeHlr.js";
1
+ import { B as e, U as s, f as t, C as o, h as i, I as r } from "./@code-editor-BVJZtVAJ.js";
2
+ import { nI as p, aV as d, ey as A, lK as I, fb as c, lh as u, l7 as C, fS as m, b4 as O, kR as R, aP as D, lG as P, jD as N, l3 as y, kL as L, fM as f, fN as M, fO as U, dx as h, j5 as F, fP as b, A as B, dv as v, dw as G, nA as k, fQ as V, fR as Y, fJ as j, mY as K, l5 as H, jE as W, jG as w, kk as x, fT as X, fU as z, fV as q, mM as Q, np as Z, fB as J, cZ as $, dh as aa, di as ea, iW as sa, fW as ta, gh as oa, nV as ia, lm as ra, el as na, et as la, eo as Ta, ew as Ea, ei as _a, eu as Sa, ex as ga, en as pa, em as da, eH as Aa, es as Ia, ek as ca, bj as ua, bi as Ca, g1 as ma, g5 as Oa, fX as Ra, fY as Da, hu as Pa, kE as Na, k as ya, l as La, m as fa, eW as Ma, e9 as Ua, eL as ha, ed as Fa, ee as ba, eb as Ba, eN as va, eM as Ga, eS as ka, ea as Va, eV as Ya, ec as ja, eO as Ka, eQ as Ha, eP as Wa, eg as wa, aM as xa, eR as Xa, e1 as za, fZ as qa, f_ as Qa, g7 as Za, g2 as Ja, g0 as $a, ga as ae, gb as ee, gc as se, jX as te, gi as oe, dp as ie, dn as re, dm as ne, nv as le, de as Te, ld as Ee, ge as _e, dc as Se, a3 as ge, nu as pe, nL as de, g6 as Ae, fC as Ie, fD as ce, n3 as ue, m$ as Ce, eE as me, eF as Oe, n4 as Re, n5 as De, l8 as Pe, la as Ne, l9 as ye, nG as Le, lf as fe, dC as Me, hd as Ue, ha as he, lw as Fe, lt as be, fd as Be, er as ve, lJ as Ge, ht as ke, gd as Ve, n as Ye, W as je, gg as Ke, gq as He, cS as We, o as we, fv as xe, fa as Xe, h8 as ze, fx as qe, ho as Qe, hp as Ze, hq as Je, hr as $e, jC as as, dK as es, a6 as ss, $ as ts, bG as os, hs as is, dM as rs, h9 as ns, n0 as ls, dP as Ts, nF as Es, hv as _s, hw as Ss, hz as gs, c$ as ps, hB as ds, K as As, fF as Is, fE as cs, hD as us, hE as Cs, cW as ms, hM as Os, hL as Rs, ba as Ds, kQ as Ps, lr as Ns, aT as ys, b9 as Ls, aA as fs, lg as Ms, jo as Us, jm as hs, jn as Fs, ej as bs, mC as Bs, lq as vs, kS as Gs, aG as ks, hQ as Vs, ez as Ys, eA as js, fe as Ks, h$ as Hs, k$ as Ws, id as ws, lF as xs, l1 as Xs, i6 as zs, aW as qs, ku as Qs, ln as Zs, f6 as Js, aC as $s, ax as at, az as et, ii as st, aw as tt, ay as ot, fc as it, dE as rt, S as nt, hG as lt, D as Tt, nr as Et, br as _t, lx as St, hx as gt, nC as pt, dr as dt, hW as At, hV as It, i0 as ct, gk as ut, gs as Ct, gr as mt, df as Ot, nT as Rt, bq as Dt, kU as Pt, kl as Nt, gl as yt, kV as Lt, d1 as ft, ih as Mt, p as Ut, j6 as ht, bu as Ft, bv as bt, bw as Bt, ij as vt, m_ as Gt, mZ as kt, bx as Vt, bz as Yt, by as jt, bA as Kt, ck as Ht, dL as Wt, il as wt, im as xt, k_ as Xt, lz as zt, aJ as qt, aH as Qt, ls as Zt, b3 as Jt, kO as $t, l0 as ao, ip as eo, io as so, nJ as to, n2 as oo, nn as io, iq as ro, kW as no, ir as lo, E as To, q as Eo, iu as _o, iv as So, ia as go, au as po, aZ as Ao, ix as Io, iw as co, gH as uo, dX as Co, a1 as mo, iy as Oo, iz as Ro, ds as Do, kb as Po, dj as No, kr as yo, iA as Lo, iB as fo, hy as Mo, f8 as Uo, dD as ho, dF as Fo, fh as bo, fg as Bo, bD as vo, bB as Go, bC as ko, iC as Vo, iE as Yo, iF as jo, iD as Ko, iG as Ho, iH as Wo, dQ as wo, gv as xo, iI as Xo, nB as zo, iJ as qo, be as Qo, iK as Zo, G as Jo, jK as $o, kd as ai, iM as ei, gG as si, av as ti, j7 as oi, kN as ii, eC as ri, eB as ni, eD as li, lA as Ti, dZ as Ei, d_ as _i, bd as Si, iS as gi, iU as pi, iV as di, iX as Ai, iY as Ii, dl as ci, mF as ui, mH as Ci, cI as mi, cH as Oi, dd as Ri, iZ as Di, nl as Pi, i_ as Ni, lB as yi, i$ as Li, a5 as fi, fw as Mi, nQ as Ui, j8 as hi, nm as Fi, cJ as bi, j1 as Bi, j0 as vi, fj as Gi, l6 as ki, aF as Vi, j4 as Yi, j3 as ji, cX as Ki, aB as Hi, b8 as Wi, nN as wi, jb as xi, nO as Xi, fK as zi, jJ as qi, gt as Qi, jd as Zi, gm as Ji, l4 as $i, nX as ar, b7 as er, aQ as sr, bE as tr, nW as or, aU as ir, aO as rr, hJ as nr, hP as lr, mK as Tr, dg as Er, cK as _r, dk as Sr, jf as gr, jM as pr, cL as dr, jg as Ar, kP as Ir, nt as cr, hN as ur, _ as Cr, jN as mr, cU as Or, cQ as Rr, cR as Dr, cT as Pr, ff as Nr, kX as yr, ep as Lr, fy as fr, f9 as Mr, gN as Ur, eT as hr, gM as Fr, gL as br, no as Br, jh as vr, li as Gr, cO as kr, dO as Vr, dy as Yr, aD as jr, ib as Kr, ic as Hr, lb as Wr, b6 as wr, lu as xr, eq as Xr, i8 as zr, lH as qr, iL as Qr, cY as Zr, ks as Jr, hF as $r, kT as an, ji as en, dJ as sn, ju as tn, dt as on, jt as rn, jj as nn, jk as ln, c_ as Tn, jl as En, Y as _n, ny as Sn, jx as gn, P as pn, jz as dn, jA as An, d0 as In, nD as cn, jB as un, bk as Cn, dN as mn, fL as On, Q as Rn, lk as Dn, jO as Pn, lL as Nn, fi as yn, aE as Ln, R as fn, s as Mn, b1 as Un, a0 as hn, X as Fn, nR as bn, jP as Bn, nq as vn, dW as Gn, t as kn, nU as Vn, aN as Yn, bn as jn, fz as Kn, nw as Hn, fn as Wn, nx as wn, nP as xn, ly as Xn, nH as zn, e as qn, oa as Qn, hb as Zn, aR as Jn, g3 as $n, bb as al, b5 as el, lo as sl, bh as tl, ki as ol, dR as il, kM as rl, gO as nl, lI as ll, i9 as Tl, jQ as El, f7 as _l, Z as Sl, gu as gl, d2 as pl, jR as dl, jS as Al, jY as Il, d3 as cl, d4 as ul, v as Cl, g8 as ml, lc as Ol, a as Rl, ke as Dl, kf as Pl, fI as Nl, d5 as yl, d6 as Ll, j_ as fl, ns as Ml, kg as Ul, kh as hl, mI as Fl, gn as bl, hH as Bl, cP as vl, d7 as Gl, aS as kl, a8 as Vl, gP as Yl, km as jl, gF as Kl, kn as Hl, r as Wl, ko as wl, dY as xl, ll as Xl, ev as zl, lv as ql, jc as Ql, mL as Zl, nS as Jl, a$ as $l, hK as aT, aI as eT, aK as sT, da as tT, le as oT, kY as iT, kZ as rT, kp as nT, kq as lT, kt as TT, bo as ET, bp as _T, kv as ST, kx as gT, ky as pT, kz as dT, n1 as AT, je as IT, kA as cT, mP as uT, kB as CT, hO as mT, d9 as OT, db as RT, nc as DT, nd as PT, ne as NT, kC as yT, eU as LT, T as fT, kD as MT, dq as UT, go as hT, gp as FT, nM as bT, aL as BT, bg as vT, lp as GT, nE as kT, cF as VT, mB as YT, eG as jT, kG as KT, kH as HT, cD as WT, mS as wT, kI as xT, e4 as XT, mE as zT, e8 as qT, e6 as QT, e5 as ZT, e2 as JT, d$ as $T, lC as aE, lE as eE, lD as sE, lj as tE, bc as oE, ka as iE, dI as rE, a2 as nE, mD as lE, f3 as TE, kJ as EE, cM as _E, cN as SE, k8 as gE, aY as pE, i7 as dE, a4 as AE, nz as IE, gK as cE, gI as uE, du as CE, kK as mE, ie as OE, gJ as RE, nK as DE, ce as PE, mo as NE, b2 as yE, L as LE, l$ as fE, c9 as ME, aX as UE, cm as hE, gU as FE, b as bE, gy as BE, gz as vE, cc as GE, gf as kE, me as VE, bZ as YE, mk as jE, bX as KE, jL as HE, cf as WE, hc as wE, he as xE, f4 as XE, c as zE, hh as qE, hk as QE, b_ as ZE, fs as JE, eJ as $E, ag as a_, fp as e_, fm as s_, hI as t_, c3 as o_, lU as i_, ca as r_, m0 as n_, d as l_, fr as T_, fq as E_, bt as __, mi as S_, hY as g_, h_ as p_, hX as d_, hZ as A_, ob as I_, ft as c_, lM as u_, af as C_, ah as m_, cx as O_, c8 as R_, mp as D_, ae as P_, F as N_, cw as y_, dS as L_, fk as f_, bM as M_, ml as U_, mW as h_, i4 as F_, ar as b_, h3 as B_, fA as v_, aq as G_, mV as k_, jr as V_, cp as Y_, f2 as j_, eI as K_, f1 as H_, f0 as W_, e$ as w_, mU as x_, k2 as X_, mj as z_, ak as q_, fu as Q_, na as Z_, jH as J_, mX as $_, k5 as aS, mN as eS, hi as sS, hn as tS, hm as oS, hj as iS, hA as rS, bT as nS, jI as lS, iN as TS, ai as ES, hU as _S, m9 as SS, i5 as gS, dG as pS, dz as dS, gA as AS, kj as IS, i1 as cS, h6 as uS, at as CS, ik as mS, eZ as OS, i2 as RS, hl as DS, bN as PS, kw as NS, n9 as yS, aj as LS, as as fS, m3 as MS, c4 as US, bf as hS, h0 as FS, bV as bS, ao as BS, lQ as vS, ap as GS, ct as kS, mn as VS, f5 as YS, m8 as jS, cu as KS, iQ as HS, gZ as WS, gY as wS, cr as xS, g4 as XS, j2 as zS, m7 as qS, is as QS, m6 as ZS, lP as JS, M as $S, fo as ag, fl as eg, lZ as sg, gW as tg, mc as og, gB as ig, hC as rg, gE as ng, am as lg, jF as Tg, h1 as Eg, mb as _g, a_ as Sg, js as gg, nf as pg, gT as dg, eY as Ag, jq as Ig, jp as cg, nk as ug, nj as Cg, n7 as mg, jT as Og, bL as Rg, c6 as Dg, dH as Pg, n6 as Ng, al as yg, cq as Lg, hg as fg, k4 as Mg, jU as Ug, jV as hg, jZ as Fg, j$ as bg, k7 as Bg, kc as vg, jW as Gg, k9 as kg, gV as Vg, cs as Yg, h2 as jg, k6 as Kg, cv as Hg, gx as Wg, a7 as wg, nb as xg, mO as Xg, m2 as zg, b0 as qg, hR as Qg, k3 as Zg, k0 as Jg, e_ as $g, gw as ap, gD as ep, gS as sp, h7 as tp, h4 as op, g as ip, jw as rp, c1 as np, e3 as lp, e7 as Tp, mx as Ep, a9 as _p, md as Sp, lV as gp, an as pp, g_ as dp, g$ as Ap, ni as Ip, ng as cp, ma as up, w as Cp, fH as mp, lY as Op, iO as Rp, N as Dp, cd as Pp, fG as Np, bU as yp, dB as Lp, dA as fp, lN as Mp, iR as Up, iT as hp, mg as Fp, dT as bp, i as Bp, m1 as vp, j as Gp, c2 as kp, cl as Vp, i3 as Yp, cV as jp, bO as Kp, bP as Hp, lS as Wp, ja as wp, j9 as xp, k1 as Xp, eX as zp, jv as qp, ac as Qp, z as Zp, x as Jp, c7 as $p, cn as ad, gC as ed, lO as sd, bJ as td, ad as od, c0 as id, ig as rd, y as nd, c5 as ld, nh as Td, bQ as Ed, h5 as _d, it as Sd, hf as gd, mh as pd, l_ as dd, bR as Ad, n_ as Id, m5 as cd, mf as ud, m4 as Cd, ab as md, gX as Od, n8 as Rd, bs as Dd, iP as Pd, J as Nd, aa as yd, cg as Ld, bF as fd, mm as Md, bH as Ud, gj as hd, l2 as Fd, gR as bd, bI as Bd, lR as vd, gQ as Gd, co as kd, H as Vd, dV as Yd, my as jd, hT as Kd, hS as Hd, mz as Wd, dU as wd, e0 as xd, eK as Xd, b$ as zd, u as qd, ef as Qd, eh as Zd, f$ as Jd, cy as $d, cb as aA, mq as eA, bS as sA, mr as tA, ms as oA, cz as iA, mG as rA, lX as nA, ch as lA, mt as TA, cA as EA, bY as _A, cj as SA, mJ as gA, V as pA, mu as dA, jy as AA, mv as IA, O as cA, cC as uA, d8 as CA, ci as mA, bW as OA, cE as RA, mw as DA, mQ as PA, bK as NA, g9 as yA, kF as LA, cG as fA, mR as MA, mA as UA, cB as hA, oe as FA, oc as bA, o0 as BA, o9 as vA, og as GA, o6 as kA, od as VA, nZ as YA, nY as jA, n$ as KA, o5 as HA, o3 as WA, o2 as wA, o8 as xA, o1 as XA, bl as zA, bm as qA, o4 as QA, o7 as ZA, of as JA, lT as $A, mT as aI, lW as eI } from "./@code-editor-BVJZtVAJ.js";
3
3
  import { j as a } from "./@vendor-DceGoESd.js";
4
4
  import { cr as tI } from "./@vendor-DceGoESd.js";
5
- import { H as iI, R as rI, c as nI, g as lI, a as TI, b as EI } from "./@common-rjsf-BuYoyjSG.js";
5
+ import { H as iI, R as rI, c as nI, g as lI, a as TI, b as EI } from "./@common-rjsf-DX408a7c.js";
6
6
  import { A as SI, a as gI, m as pI, e as dI, f as AI, c as II, u as cI } from "./@framer-motion-DMkBQPN0.js";
7
7
  const E = () => /* @__PURE__ */ a.jsx("div", { children: "Overview" }), n = () => /* @__PURE__ */ a.jsx(
8
8
  e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.20.3-pre-10",
3
+ "version": "1.20.3-pre-12",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",