@devtron-labs/devtron-fe-common-lib 1.19.4-pre-6 → 1.19.4-pre-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-bLH1_iEr.js → @code-editor-C76zAfYW.js} +7024 -7001
- package/dist/{@common-rjsf-D8fgJN3D.js → @common-rjsf-BL7kwKZW.js} +1 -1
- package/dist/Common/API/reactQueryHooks.d.ts +1 -1
- package/dist/Common/Constants.d.ts +29 -16
- package/dist/Pages/ResourceBrowser/constants.d.ts +8 -8
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +3 -1
- package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
- package/dist/Shared/Components/TreeView/types.d.ts +4 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
import { j as n, aI as v, aK as W, aJ as K } from "./@vendor-DMIFbFhR.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 I, e as ne } from "./@code-editor-
|
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 I, e as ne } from "./@code-editor-C76zAfYW.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";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { QueryKey, UseMutationOptions, UseMutationResult, useQueryClient, UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
|
2
2
|
import { ServerErrors } from '../ServerError';
|
3
3
|
import { ResponseType } from '../Types';
|
4
|
-
export declare const useQuery: <TQueryFnData = unknown, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey>(options: UseQueryOptions<ResponseType<TQueryFnData
|
4
|
+
export declare const useQuery: <TQueryFnData = unknown, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, WrapWithResponseType extends boolean = true>(options: UseQueryOptions<WrapWithResponseType extends true ? ResponseType<TQueryFnData> : TQueryFnData, ServerErrors, TData, TQueryKey>) => UseQueryResult<TData, ServerErrors>;
|
5
5
|
export declare const useMutation: <TData = unknown, TVariables = void, TContext = unknown>(options: UseMutationOptions<ResponseType<TData>, ServerErrors, TVariables, TContext>) => UseMutationResult<ResponseType<TData>, ServerErrors, TVariables, TContext>;
|
6
6
|
export { useQueryClient };
|
@@ -30,11 +30,7 @@ export declare const PATTERNS: {
|
|
30
30
|
export declare const URLS: {
|
31
31
|
readonly LOGIN: "/login";
|
32
32
|
readonly LOGIN_SSO: "/login/sso";
|
33
|
-
readonly PERMISSION_GROUPS: "/global-config/auth/groups";
|
34
|
-
readonly APP: "/app";
|
35
33
|
readonly APP_LIST: "list";
|
36
|
-
readonly CHARTS_DISCOVER: "/chart-store/discover";
|
37
|
-
readonly JOB: "/job";
|
38
34
|
readonly CREATE_JOB: "create-job";
|
39
35
|
readonly GETTING_STARTED: "getting-started";
|
40
36
|
readonly STACK_MANAGER_ABOUT: "/stack-manager/about";
|
@@ -49,21 +45,32 @@ export declare const URLS: {
|
|
49
45
|
readonly DETAILS: "/details";
|
50
46
|
readonly CD_DETAILS: "cd-details";
|
51
47
|
readonly APP_TRIGGER: "trigger";
|
52
|
-
readonly GLOBAL_CONFIG_DOCKER: "/global-config/docker";
|
53
48
|
readonly DEPLOYMENT_HISTORY_CONFIGURATIONS: "/configuration";
|
54
|
-
readonly GLOBAL_CONFIG_SCOPED_VARIABLES: "/global-config/scoped-variables";
|
55
|
-
readonly GLOBAL_CONFIG_DEPLOYMENT_CHARTS_LIST: "/global-config/deployment-charts";
|
56
|
-
readonly GLOBAL_CONFIG_DEPLOYMENT_CHARTS_UPLOAD_CHART: "/global-config/deployment-charts/upload-chart";
|
57
49
|
readonly NETWORK_STATUS_INTERFACE: "/network-status-interface";
|
58
|
-
readonly RESOURCE_BROWSER: "/resource-browser";
|
59
50
|
readonly COMPARE_CLUSTERS: "/compare-clusters";
|
60
51
|
readonly APP_CONFIG: "edit";
|
61
|
-
readonly GLOBAL_CONFIG: "/global-config";
|
62
|
-
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP: "/global-config/templates/devtron-apps";
|
63
|
-
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_CREATE: "/global-config/templates/devtron-apps/create";
|
64
|
-
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_DETAIL: "/global-config/templates/devtron-apps/detail/:appId";
|
65
52
|
readonly LICENSE_AUTH: "/license-auth";
|
66
|
-
readonly
|
53
|
+
readonly APPLICATION_MANAGEMENT: "/application-management";
|
54
|
+
readonly APPLICATION_MANAGEMENT_OVERVIEW: "/application-management/overview";
|
55
|
+
readonly APPLICATION_MANAGEMENT_APP: "/application-management/app";
|
56
|
+
readonly APPLICATION_MANAGEMENT_APPLICATION_GROUP: "/application-management/application-group";
|
57
|
+
readonly APPLICATION_MANAGEMENT_CHART_STORE: "/application-management/chart-store";
|
58
|
+
readonly APPLICATION_MANAGEMENT_CHART_STORE_DISCOVER: "/application-management/chart-store/discover";
|
59
|
+
readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP: "/application-management/templates/devtron-app";
|
60
|
+
readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_CREATE: "/application-management/templates/devtron-app/create";
|
61
|
+
readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_DETAIL: "/application-management/templates/devtron-app/detail/:appId";
|
62
|
+
readonly APPLICATION_MANAGEMENT_PROJECTS: "/application-management/projects";
|
63
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS: "/application-management/configurations";
|
64
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_DEPLOYMENT_CHARTS: "/application-management/configurations/deployment-charts";
|
65
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_CATALOG_FRAMEWORK: "/application-management/configurations/catalog-framework";
|
66
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_SCOPED_VARIABLES: "/application-management/configurations/scoped-variables";
|
67
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_BUILD_INFRA: "/application-management/configurations/build-infra";
|
68
|
+
readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_NOTIFICATIONS: "/application-management/configurations/notifications";
|
69
|
+
readonly INFRASTRUCTURE_MANAGEMENT: "/infrastructure-management";
|
70
|
+
readonly INFRASTRUCTURE_MANAGEMENT_OVERVIEW: "/infrastructure-management/overview";
|
71
|
+
readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER: "/infrastructure-management/resource-browser";
|
72
|
+
readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_WATCHER: "/infrastructure-management/resource-watcher";
|
73
|
+
readonly SOFTWARE_RELEASE_MANAGEMENT: "/software-release-management";
|
67
74
|
readonly COST_VISIBILITY: "/cost-visibility";
|
68
75
|
readonly COST_VISIBILITY_OVERVIEW: "/cost-visibility/overview";
|
69
76
|
readonly COST_BREAKDOWN_ROUTE: "/cost-visibility/breakdown/:breakdownViewType";
|
@@ -72,9 +79,15 @@ export declare const URLS: {
|
|
72
79
|
readonly COST_BREAKDOWN_PROJECTS: "/cost-visibility/breakdown/projects";
|
73
80
|
readonly COST_BREAKDOWN_APPLICATIONS: "/cost-visibility/breakdown/applications";
|
74
81
|
readonly COST_BREAKDOWN_ITEM_NAME: ":itemName";
|
82
|
+
readonly COST_BREAKDOWN_DETAIL: ":itemName/:view/:detail?";
|
75
83
|
readonly COST_CONFIGURATIONS: "/cost-visibility/configurations";
|
76
|
-
readonly
|
77
|
-
readonly
|
84
|
+
readonly SECURITY_CENTER: "/security-center";
|
85
|
+
readonly AUTOMATION_AND_ENABLEMENT: "/automation-and-enablement";
|
86
|
+
readonly AUTOMATION_AND_ENABLEMENT_JOB: "/automation-and-enablement/job";
|
87
|
+
readonly GLOBAL_CONFIG: "/global-configuration";
|
88
|
+
readonly GLOBAL_CONFIG_DOCKER: "/global-configuration/docker";
|
89
|
+
readonly GLOBAL_CONFIG_EDIT_CLUSTER: "/global-configuration/cluster-env/edit/:clusterId";
|
90
|
+
readonly PERMISSION_GROUPS: "/global-configuration/auth/groups";
|
78
91
|
readonly AI_RECOMMENDATIONS: "/ai-recommendations";
|
79
92
|
readonly AI_RECOMMENDATIONS_OVERVIEW: "/ai-recommendations/overview";
|
80
93
|
};
|
@@ -53,13 +53,13 @@ export declare const NODE_DRAIN_OPTIONS_CHECKBOX_CONFIG: {
|
|
53
53
|
export declare const GVK_FILTER_KIND_QUERY_PARAM_KEY = "gvkFilterKind";
|
54
54
|
export declare const GVK_FILTER_API_VERSION_QUERY_PARAM_KEY = "gvkFilterApiVersion";
|
55
55
|
export declare const RESOURCE_BROWSER_ROUTES: {
|
56
|
-
readonly OVERVIEW: "/resource-browser/:clusterId/overview";
|
57
|
-
readonly MONITORING_DASHBOARD: "/resource-browser/:clusterId/monitoring-dashboard";
|
58
|
-
readonly TERMINAL: "/resource-browser/:clusterId/terminal";
|
59
|
-
readonly CLUSTER_UPGRADE: "/resource-browser/:clusterId/cluster-upgrade";
|
60
|
-
readonly NODE_DETAIL: "/resource-browser/:clusterId/node/detail/:name";
|
61
|
-
readonly K8S_RESOURCE_DETAIL: "/resource-browser/:clusterId/:namespace/:kind/:group/:name";
|
62
|
-
readonly K8S_RESOURCE_LIST: "/resource-browser/:clusterId/:kind/:group";
|
63
|
-
readonly RESOURCE_RECOMMENDER: "/resource-browser/:clusterId/resource-recommender";
|
56
|
+
readonly OVERVIEW: "/infrastructure-management/resource-browser/:clusterId/overview";
|
57
|
+
readonly MONITORING_DASHBOARD: "/infrastructure-management/resource-browser/:clusterId/monitoring-dashboard";
|
58
|
+
readonly TERMINAL: "/infrastructure-management/resource-browser/:clusterId/terminal";
|
59
|
+
readonly CLUSTER_UPGRADE: "/infrastructure-management/resource-browser/:clusterId/cluster-upgrade";
|
60
|
+
readonly NODE_DETAIL: "/infrastructure-management/resource-browser/:clusterId/node/detail/:name";
|
61
|
+
readonly K8S_RESOURCE_DETAIL: "/infrastructure-management/resource-browser/:clusterId/:namespace/:kind/:group/:name";
|
62
|
+
readonly K8S_RESOURCE_LIST: "/infrastructure-management/resource-browser/:clusterId/:kind/:group";
|
63
|
+
readonly RESOURCE_RECOMMENDER: "/infrastructure-management/resource-browser/:clusterId/resource-recommender";
|
64
64
|
};
|
65
65
|
export declare const K8S_EMPTY_GROUP = "k8sEmptyGroup";
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { TreeViewProps } from './types';
|
2
|
-
declare const TreeView: <DataAttributeType = null>({ nodes, isControlled, expandedMap: expandedMapProp, selectedId, onToggle: onToggleProp, onSelect, depth, mode, flatNodeList: flatNodeListProp, getUpdateItemsRefMap: getUpdateItemsRefMapProp, variant, defaultExpandedMap, highlightSelectedHeadingOnlyWhenCollapsed, }: TreeViewProps<DataAttributeType>) => JSX.Element;
|
2
|
+
declare const TreeView: <DataAttributeType = null>({ nodes, isControlled, expandedMap: expandedMapProp, selectedId, onToggle: onToggleProp, onSelect, depth, mode, flatNodeList: flatNodeListProp, getUpdateItemsRefMap: getUpdateItemsRefMapProp, variant, defaultExpandedMap, highlightSelectedHeadingOnlyWhenCollapsed, useOverflowAuto, }: TreeViewProps<DataAttributeType>) => JSX.Element;
|
3
3
|
export default TreeView;
|
@@ -169,6 +169,10 @@ export type TreeViewProps<DataAttributeType = null> = {
|
|
169
169
|
* @default false
|
170
170
|
*/
|
171
171
|
highlightSelectedHeadingOnlyWhenCollapsed?: boolean;
|
172
|
+
/**
|
173
|
+
* @default true
|
174
|
+
*/
|
175
|
+
useOverflowAuto?: boolean;
|
172
176
|
} /**
|
173
177
|
* WARNING: For internal use only.
|
174
178
|
*/ & ({
|
@@ -2,7 +2,7 @@ import { USER_PREFERENCES_ATTRIBUTE_KEY } from './constants';
|
|
2
2
|
import { AppThemeType, ThemeConfigType, ThemePreferenceType } from '../../Providers/ThemeProvider/types';
|
3
3
|
import { ResourceKindType } from '../../types';
|
4
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-item' | 'backup-and-restore-backup-repositories' | 'backup-and-restore-backup-locations' | 'backup-and-restore-history-and-logs' | 'ai-recommendations-overview';
|
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-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';
|
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;
|
8
8
|
}
|
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { np as s, aM as t, ep as i, lv as o, f1 as r, l2 as n, kT as l, fE as T, aX as E, kB as _, aG as S, lr as g, jo as d, kP as p, kv as A, fy as I, fz as c, fA as u, dn as C, iT as m, fB as O, A as D, dl as R, dm as P, nh as N, fC as y, fD as L, fv as f, mG as M, kR as U, jp as h, jr as F, k4 as b, fF as B, fG as G, fH as v, mu as k, n6 as V, cQ as Y, d8 as K, d9 as H, iI as j, fI as W, g4 as w, l7 as x, ec as X, ek as z, ef as q, en as Q, e9 as Z, el as J, eo as $, ee as aa, ed as ea, ey as sa, ej as ta, eb as ia, ba as oa, b9 as ra, fP as na, fT as la, fJ as Ta, fK as Ea, hg as _a, ko as Sa, B as ga, f as da, h as pa, eN as Aa, e0 as Ia, eC as ca, e4 as ua, e5 as Ca, e2 as ma, eE as Oa, eD as Da, eJ as Ra, e1 as Pa, eM as Na, e3 as ya, eF as La, eH as fa, eG as Ma, e7 as Ua, aD as ha, eI as Fa, dU as ba, fL as Ba, fM as Ga, fV as va, fQ as ka, fO as Va, fX as Ya, f$ as Ka, f_ as Ha, fZ as ja, g0 as Wa, g1 as wa, jI as xa, g5 as Xa, df as za, de as qa, dd as Qa, nc as Za, d5 as Ja, k_ as $a, d3 as ae, Y as ee, nb as se, ns as te, fU as ie, mN as oe, mJ as re, ev as ne, ew as le, mO as Te, mP as Ee, kV as _e, kX as Se, kW as ge, nn as de, l0 as pe, dt as Ae, g$ as Ie, gY as ce, lh as ue, le as Ce, f3 as me, ei as Oe, lu as De, hf as Re, g2 as Pe, C as Ne, K as ye, g3 as Le, gd as fe, cJ as Me, k as Ue, fl as he, f0 as Fe, fn as be, ha as Be, hb as Ge, hc as ve, hd as ke, jn as Ve, dB as Ye, kU as Ke, $ as He, U as je, bx as We, he as we, dD as xe, gX as Xe, mK as ze, dG as qe, nm as Qe, hh as Ze, hi as Je, hl as $e, cS as as, hn as es, y as ss, fr as ts, fq as is, hp as os, hq as rs, cN as ns, hy as ls, hx as Ts, b1 as Es, kA as _s, lc as Ss, aK as gs, b0 as ds, aq as ps, l1 as As, ja as Is, j8 as cs, j9 as us, ea as Cs, mk as ms, lb as Os, kC as Ds, ax as Rs, hC as Ps, eq as Ns, er as ys, f4 as Ls, hN as fs, kL as Ms, h$ as Us, lq as hs, kN as Fs, hU as bs, aN as Bs, ke as Gs, l8 as vs, eY as ks, as as Vs, an as Ys, ap as Ks, i3 as Hs, am as js, ao as Ws, f2 as ws, dv as xs, S as Xs, hs as zs, D as qs, n8 as Qs, bi as Zs, li as Js, hj as $s, nj as at, dh as et, hI as st, hH as tt, hO as it, g7 as ot, gf as rt, ge as nt, d6 as lt, nA as Tt, bh as Et, kE as _t, k5 as St, g8 as gt, kF as dt, cU as pt, i2 as At, l as It, iU as ct, bl as ut, bm as Ct, bn as mt, i4 as Ot, mI as Dt, mH as Rt, bo as Pt, bq as Nt, bp as yt, br as Lt, cb as ft, dC as Mt, i6 as Ut, i7 as ht, kK as Ft, lk as bt, aA as Bt, ay as Gt, ld as vt, aW as kt, ky as Vt, kM as Yt, i9 as Kt, i8 as Ht, nq as jt, mM as Wt, n4 as wt, ia as xt, kG as Xt, ib as zt, E as qt, m as Qt, ie as Zt, hY as Jt, ak as $t, aQ as ai, ih as ei, ig as si, gu as ti, dO as ii, W as oi, ii as ri, ij as ni, di as li, jY as Ti, da as Ei, kb as _i, ik as Si, il as gi, hk as di, e_ as pi, du as Ai, dw as Ii, f7 as ci, f6 as ui, bu as Ci, bs as mi, bt as Oi, im as Di, ip as Ri, iq as Pi, io as Ni, ir as yi, is as Li, dH as fi, gi as Mi, it as Ui, ni as hi, iu as Fi, b5 as bi, iv as Bi, G as Gi, jv as vi, j_ as ki, ix as Vi, gt as Yi, al as Ki, iV as Hi, kx as ji, et as Wi, es as wi, eu as xi, ll as Xi, dQ as zi, dR as qi, b4 as Qi, iD as Zi, iE as Ji, iG as $i, iH as ao, iJ as eo, iK as so, dc as to, mn as io, mp as oo, cz as ro, cy as no, d4 as lo, iL as To, n2 as Eo, iM as _o, lm as So, iN as go, _ as po, fm as Ao, nx as Io, iW as co, n3 as uo, cA as Co, iP as mo, iO as Oo, f9 as Do, kS as Ro, aw as Po, iS as No, iR as yo, cO as Lo, ar as fo, a$ as Mo, nu as Uo, iZ as ho, nv as Fo, fw as bo, ju as Bo, gg as Go, i$ as vo, g9 as ko, kQ as Vo, nC as Yo, a_ as Ko, aH as Ho, bv as jo, nB as Wo, aL as wo, aF as xo, hv as Xo, hB as zo, ms as qo, d7 as Qo, cB as Zo, db as Jo, j1 as $o, jx as ar, cC as er, j2 as sr, kz as tr, na as ir, hz as or, O as rr, jy as nr, cL as lr, cH as Tr, cI as Er, cK as _r, f5 as Sr, kH as gr, eg as dr, fo as pr, e$ as Ar, gA as Ir, eK as cr, gz as ur, gy as Cr, n5 as mr, j3 as Or, l3 as Dr, cF as Rr, dF as Pr, dp as Nr, at as yr, hZ as Lr, h_ as fr, kY as Mr, aZ as Ur, lf as hr, eh as Fr, hW as br, ls as Br, iw as Gr, cP as vr, kc as kr, hr as Vr, kD as Yr, j4 as Kr, dA as Hr, jg as jr, dj as Wr, jf as wr, j5 as xr, j6 as Xr, cR as zr, j7 as qr, M as Qr, nf as Zr, jj as Jr, P as $r, jl as an, jm as en, cT as sn, nk as tn, bb as on, dE as rn, fx as nn, Q as ln, l5 as Tn, jz as En, f8 as _n, av as Sn, R as gn, o as dn, aU as pn, V as An, L as In, ny as cn, jA as un, n7 as Cn, dN as mn, p as On, aE as Dn, be as Rn, fp as Pn, nd as Nn, fd as yn, ne as Ln, nw as fn, lj as Mn, no as Un, e as hn, nR as Fn, gZ as bn, aI as Bn, fR as Gn, b2 as vn, aY as kn, l9 as Vn, b8 as Yn, k2 as Kn, dI as Hn, kw as jn, gB as Wn, lt as wn, hX as xn, jB as Xn, eZ as zn, N as qn, gh as Qn, cV as Zn, jC as Jn, jD as $n, jJ as al, cW as el, cX as sl, q as tl, fW as il, kZ as ol, a as rl, j$ as nl, k0 as ll, fu as Tl, cY as El, cZ as _l, jL as Sl, n9 as gl, k1 as dl, mq as pl, ga as Al, ht as Il, cG as cl, c_ as ul, aJ as Cl, a1 as ml, gC as Ol, k6 as Dl, gs as Rl, k7 as Pl, n as Nl, k8 as yl, dP as Ll, l6 as fl, em as Ml, lg as Ul, i_ as hl, mt as Fl, nz as bl, aS as Bl, hw as Gl, az as vl, aB as kl, d1 as Vl, k$ as Yl, kI as Kl, kJ as Hl, k9 as jl, ka as Wl, kd as wl, bf as xl, bg as Xl, kf as zl, kh as ql, ki as Ql, kj as Zl, mL as Jl, j0 as $l, kk as aT, mx as eT, kl as sT, hA as tT, d0 as iT, d2 as oT, mV as rT, mW as nT, mX as lT, km as TT, eL as ET, T as _T, kn as ST, dg as gT, gb as dT, gc as pT, nt as AT, aC as IT, b7 as cT, la as uT, nl as CT, au as mT, cw as OT, mj as DT, ex as RT, kq as PT, kr as NT, cu as yT, mA as LT, ks as fT, dX as MT, mm as UT, d$ as hT, dZ as FT, dY as bT, dV as BT, dS as GT, ln as vT, lp as kT, lo as VT, l4 as YT, b3 as KT, jX as HT, dz as jT, X as WT, ml as wT, kt as xT, cD as XT, cE as zT, jV as qT, aP as QT, hV as ZT, Z as JT, ng as $T, gx as aE, gv as eE, dk as sE, ku as tE, i0 as iE, gw as oE, nr as rE, c5 as nE, aV as lE, z as TE, lL as EE, c0 as _E, aO as SE, cd as gE, gH as dE, b as pE, gl as AE, gm as IE, c3 as cE, l_ as uE, bQ as CE, m4 as mE, bO as OE, jw as DE, c6 as RE, g_ as PE, h0 as NE, eW as yE, c as LE, h3 as fE, h6 as ME, bR as UE, fi as hE, eA as FE, a9 as bE, ff as BE, fc as GE, hu as vE, bW as kE, lE as VE, c1 as YE, lM as KE, d as HE, fh as jE, fg as WE, bk as wE, m2 as xE, hK as XE, hM as zE, hJ as qE, hL as QE, nS as ZE, fj as JE, lw as $E, a8 as a_, aa as e_, co as s_, b$ as t_, a7 as i_, w as o_, cn as r_, dJ as n_, fa as l_, bD as T_, m5 as E_, mE as __, hS as S_, gS as g_, aj as d_, mD as p_, jd as A_, cg as I_, eV as c_, ez as u_, eU as C_, eT as m_, eS as O_, mC as D_, jP as R_, m3 as P_, ad as N_, fk as y_, js as L_, mF as f_, jS as M_, mv as U_, h4 as h_, h9 as F_, h8 as b_, h5 as B_, hm as G_, bK as v_, jt as k_, iy as V_, ab as Y_, hG as K_, lV as H_, hT as j_, dx as W_, dq as w_, gn as x_, k3 as X_, hP as z_, gV as q_, i5 as Q_, eQ as Z_, hQ as J_, h7 as $_, bE as aS, kg as eS, mT as sS, ac as tS, lP as iS, bX as oS, b6 as rS, gP as nS, bM as lS, ah as TS, lA as ES, ai as _S, ck as SS, m7 as gS, eX as dS, lU as pS, cl as AS, iB as IS, gM as cS, gL as uS, ci as CS, fS as mS, iQ as OS, lT as DS, ic as RS, lS as PS, lz as NS, F as yS, fe as LS, fb as fS, lJ as MS, gJ as US, lY as hS, go as FS, ho as bS, gr as BS, af as GS, jq as vS, gQ as kS, lX as VS, aR as YS, je as KS, mY as HS, gG as jS, eP as WS, jc as wS, jb as xS, n1 as XS, n0 as zS, mR as qS, jE as QS, bC as ZS, bZ as JS, dy as $S, mQ as ag, ae as eg, ch as sg, h2 as tg, jR as ig, jF as og, jG as rg, jK as ng, jM as lg, jU as Tg, jZ as Eg, jH as _g, jW as Sg, gI as gg, cj as dg, gR as pg, jT as Ag, cm as Ig, gk as cg, a0 as ug, mU as Cg, mw as mg, lO as Og, aT as Dg, hD as Rg, jQ as Pg, jN as Ng, eR as yg, gj as Lg, gq as fg, gF as Mg, gW as Ug, gT as hg, g as Fg, ji as bg, bU as Bg, dW as Gg, d_ as vg, mf as kg, a2 as Vg, lZ as Yg, lF as Kg, ag as Hg, gN as jg, gO as Wg, m$ as wg, mZ as xg, lW as Xg, r as zg, ft as qg, lI as Qg, iz as Zg, H as Jg, c4 as $g, fs as ad, bL as ed, ds as sd, dr as td, lx as id, iC as od, iF as rd, m0 as nd, dK as ld, i as Td, lN as Ed, j as _d, bV as Sd, cc as gd, hR as dd, cM as pd, bF as Ad, bG as Id, lC as cd, iY as ud, iX as Cd, jO as md, eO as Od, jh as Dd, a5 as Rd, v as Pd, s as Nd, b_ as yd, ce as Ld, gp as fd, ly as Md, bA as Ud, a6 as hd, bT as Fd, i1 as bd, t as Bd, bY as Gd, m_ as vd, bH as kd, gU as Vd, id as Yd, h1 as Kd, m1 as Hd, lK as jd, bI as Wd, nF as wd, lR as xd, l$ as Xd, lQ as zd, a4 as qd, gK as Qd, mS as Zd, bj as Jd, iA as $d, a3 as ap, c7 as ep, bw as sp, m6 as tp, by as ip, g6 as op, kO as rp, gE as np, bz as lp, lB as Tp, gD as Ep, cf as _p, x as Sp, dM as gp, mg as dp, hF as pp, hE as Ap, mh as Ip, dL as cp, dT as up, eB as Cp, bS as mp, u as Op, e6 as Dp, e8 as Rp, fN as Pp, cp as Np, c2 as yp, m8 as Lp, bJ as fp, m9 as Mp, ma as Up, cq as hp, mo as Fp, lH as bp, c8 as Bp, mb as Gp, cr as vp, bP as kp, ca as Vp, mr as Yp, J as Kp, mc as Hp, jk as jp, md as Wp, I as wp, ct as xp, c$ as Xp, c9 as zp, bN as qp, cv as Qp, me as Zp, my as Jp, bB as $p, fY as aA, kp as eA, cx as sA, mz as tA, mi as iA, cs as oA, nV as rA, nT as nA, nH as lA, nQ as TA, nX as EA, nN as _A, nU as SA, nE as gA, nD as dA, nG as pA, nM as AA, nK as IA, nJ as cA, nP as uA, nI as CA, bc as mA, bd as OA, nL as DA, nO as RA, nW as PA, lD as NA, mB as yA, lG as LA } from "./@code-editor-
|
1
|
+
import { np as s, aM as t, ep as i, lv as o, f1 as r, l2 as n, kT as l, fE as T, aX as E, kB as _, aG as S, lr as g, jo as d, kP as p, kv as A, fy as I, fz as c, fA as u, dn as C, iT as m, fB as O, A as D, dl as R, dm as P, nh as N, fC as y, fD as L, fv as f, mG as M, kR as U, jp as h, jr as F, k4 as b, fF as B, fG as G, fH as v, mu as k, n6 as V, cQ as Y, d8 as K, d9 as H, iI as j, fI as W, g4 as w, l7 as x, ec as X, ek as z, ef as q, en as Q, e9 as Z, el as J, eo as $, ee as aa, ed as ea, ey as sa, ej as ta, eb as ia, ba as oa, b9 as ra, fP as na, fT as la, fJ as Ta, fK as Ea, hg as _a, ko as Sa, B as ga, f as da, h as pa, eN as Aa, e0 as Ia, eC as ca, e4 as ua, e5 as Ca, e2 as ma, eE as Oa, eD as Da, eJ as Ra, e1 as Pa, eM as Na, e3 as ya, eF as La, eH as fa, eG as Ma, e7 as Ua, aD as ha, eI as Fa, dU as ba, fL as Ba, fM as Ga, fV as va, fQ as ka, fO as Va, fX as Ya, f$ as Ka, f_ as Ha, fZ as ja, g0 as Wa, g1 as wa, jI as xa, g5 as Xa, df as za, de as qa, dd as Qa, nc as Za, d5 as Ja, k_ as $a, d3 as ae, Y as ee, nb as se, ns as te, fU as ie, mN as oe, mJ as re, ev as ne, ew as le, mO as Te, mP as Ee, kV as _e, kX as Se, kW as ge, nn as de, l0 as pe, dt as Ae, g$ as Ie, gY as ce, lh as ue, le as Ce, f3 as me, ei as Oe, lu as De, hf as Re, g2 as Pe, C as Ne, K as ye, g3 as Le, gd as fe, cJ as Me, k as Ue, fl as he, f0 as Fe, fn as be, ha as Be, hb as Ge, hc as ve, hd as ke, jn as Ve, dB as Ye, kU as Ke, $ as He, U as je, bx as We, he as we, dD as xe, gX as Xe, mK as ze, dG as qe, nm as Qe, hh as Ze, hi as Je, hl as $e, cS as as, hn as es, y as ss, fr as ts, fq as is, hp as os, hq as rs, cN as ns, hy as ls, hx as Ts, b1 as Es, kA as _s, lc as Ss, aK as gs, b0 as ds, aq as ps, l1 as As, ja as Is, j8 as cs, j9 as us, ea as Cs, mk as ms, lb as Os, kC as Ds, ax as Rs, hC as Ps, eq as Ns, er as ys, f4 as Ls, hN as fs, kL as Ms, h$ as Us, lq as hs, kN as Fs, hU as bs, aN as Bs, ke as Gs, l8 as vs, eY as ks, as as Vs, an as Ys, ap as Ks, i3 as Hs, am as js, ao as Ws, f2 as ws, dv as xs, S as Xs, hs as zs, D as qs, n8 as Qs, bi as Zs, li as Js, hj as $s, nj as at, dh as et, hI as st, hH as tt, hO as it, g7 as ot, gf as rt, ge as nt, d6 as lt, nA as Tt, bh as Et, kE as _t, k5 as St, g8 as gt, kF as dt, cU as pt, i2 as At, l as It, iU as ct, bl as ut, bm as Ct, bn as mt, i4 as Ot, mI as Dt, mH as Rt, bo as Pt, bq as Nt, bp as yt, br as Lt, cb as ft, dC as Mt, i6 as Ut, i7 as ht, kK as Ft, lk as bt, aA as Bt, ay as Gt, ld as vt, aW as kt, ky as Vt, kM as Yt, i9 as Kt, i8 as Ht, nq as jt, mM as Wt, n4 as wt, ia as xt, kG as Xt, ib as zt, E as qt, m as Qt, ie as Zt, hY as Jt, ak as $t, aQ as ai, ih as ei, ig as si, gu as ti, dO as ii, W as oi, ii as ri, ij as ni, di as li, jY as Ti, da as Ei, kb as _i, ik as Si, il as gi, hk as di, e_ as pi, du as Ai, dw as Ii, f7 as ci, f6 as ui, bu as Ci, bs as mi, bt as Oi, im as Di, ip as Ri, iq as Pi, io as Ni, ir as yi, is as Li, dH as fi, gi as Mi, it as Ui, ni as hi, iu as Fi, b5 as bi, iv as Bi, G as Gi, jv as vi, j_ as ki, ix as Vi, gt as Yi, al as Ki, iV as Hi, kx as ji, et as Wi, es as wi, eu as xi, ll as Xi, dQ as zi, dR as qi, b4 as Qi, iD as Zi, iE as Ji, iG as $i, iH as ao, iJ as eo, iK as so, dc as to, mn as io, mp as oo, cz as ro, cy as no, d4 as lo, iL as To, n2 as Eo, iM as _o, lm as So, iN as go, _ as po, fm as Ao, nx as Io, iW as co, n3 as uo, cA as Co, iP as mo, iO as Oo, f9 as Do, kS as Ro, aw as Po, iS as No, iR as yo, cO as Lo, ar as fo, a$ as Mo, nu as Uo, iZ as ho, nv as Fo, fw as bo, ju as Bo, gg as Go, i$ as vo, g9 as ko, kQ as Vo, nC as Yo, a_ as Ko, aH as Ho, bv as jo, nB as Wo, aL as wo, aF as xo, hv as Xo, hB as zo, ms as qo, d7 as Qo, cB as Zo, db as Jo, j1 as $o, jx as ar, cC as er, j2 as sr, kz as tr, na as ir, hz as or, O as rr, jy as nr, cL as lr, cH as Tr, cI as Er, cK as _r, f5 as Sr, kH as gr, eg as dr, fo as pr, e$ as Ar, gA as Ir, eK as cr, gz as ur, gy as Cr, n5 as mr, j3 as Or, l3 as Dr, cF as Rr, dF as Pr, dp as Nr, at as yr, hZ as Lr, h_ as fr, kY as Mr, aZ as Ur, lf as hr, eh as Fr, hW as br, ls as Br, iw as Gr, cP as vr, kc as kr, hr as Vr, kD as Yr, j4 as Kr, dA as Hr, jg as jr, dj as Wr, jf as wr, j5 as xr, j6 as Xr, cR as zr, j7 as qr, M as Qr, nf as Zr, jj as Jr, P as $r, jl as an, jm as en, cT as sn, nk as tn, bb as on, dE as rn, fx as nn, Q as ln, l5 as Tn, jz as En, f8 as _n, av as Sn, R as gn, o as dn, aU as pn, V as An, L as In, ny as cn, jA as un, n7 as Cn, dN as mn, p as On, aE as Dn, be as Rn, fp as Pn, nd as Nn, fd as yn, ne as Ln, nw as fn, lj as Mn, no as Un, e as hn, nR as Fn, gZ as bn, aI as Bn, fR as Gn, b2 as vn, aY as kn, l9 as Vn, b8 as Yn, k2 as Kn, dI as Hn, kw as jn, gB as Wn, lt as wn, hX as xn, jB as Xn, eZ as zn, N as qn, gh as Qn, cV as Zn, jC as Jn, jD as $n, jJ as al, cW as el, cX as sl, q as tl, fW as il, kZ as ol, a as rl, j$ as nl, k0 as ll, fu as Tl, cY as El, cZ as _l, jL as Sl, n9 as gl, k1 as dl, mq as pl, ga as Al, ht as Il, cG as cl, c_ as ul, aJ as Cl, a1 as ml, gC as Ol, k6 as Dl, gs as Rl, k7 as Pl, n as Nl, k8 as yl, dP as Ll, l6 as fl, em as Ml, lg as Ul, i_ as hl, mt as Fl, nz as bl, aS as Bl, hw as Gl, az as vl, aB as kl, d1 as Vl, k$ as Yl, kI as Kl, kJ as Hl, k9 as jl, ka as Wl, kd as wl, bf as xl, bg as Xl, kf as zl, kh as ql, ki as Ql, kj as Zl, mL as Jl, j0 as $l, kk as aT, mx as eT, kl as sT, hA as tT, d0 as iT, d2 as oT, mV as rT, mW as nT, mX as lT, km as TT, eL as ET, T as _T, kn as ST, dg as gT, gb as dT, gc as pT, nt as AT, aC as IT, b7 as cT, la as uT, nl as CT, au as mT, cw as OT, mj as DT, ex as RT, kq as PT, kr as NT, cu as yT, mA as LT, ks as fT, dX as MT, mm as UT, d$ as hT, dZ as FT, dY as bT, dV as BT, dS as GT, ln as vT, lp as kT, lo as VT, l4 as YT, b3 as KT, jX as HT, dz as jT, X as WT, ml as wT, kt as xT, cD as XT, cE as zT, jV as qT, aP as QT, hV as ZT, Z as JT, ng as $T, gx as aE, gv as eE, dk as sE, ku as tE, i0 as iE, gw as oE, nr as rE, c5 as nE, aV as lE, z as TE, lL as EE, c0 as _E, aO as SE, cd as gE, gH as dE, b as pE, gl as AE, gm as IE, c3 as cE, l_ as uE, bQ as CE, m4 as mE, bO as OE, jw as DE, c6 as RE, g_ as PE, h0 as NE, eW as yE, c as LE, h3 as fE, h6 as ME, bR as UE, fi as hE, eA as FE, a9 as bE, ff as BE, fc as GE, hu as vE, bW as kE, lE as VE, c1 as YE, lM as KE, d as HE, fh as jE, fg as WE, bk as wE, m2 as xE, hK as XE, hM as zE, hJ as qE, hL as QE, nS as ZE, fj as JE, lw as $E, a8 as a_, aa as e_, co as s_, b$ as t_, a7 as i_, w as o_, cn as r_, dJ as n_, fa as l_, bD as T_, m5 as E_, mE as __, hS as S_, gS as g_, aj as d_, mD as p_, jd as A_, cg as I_, eV as c_, ez as u_, eU as C_, eT as m_, eS as O_, mC as D_, jP as R_, m3 as P_, ad as N_, fk as y_, js as L_, mF as f_, jS as M_, mv as U_, h4 as h_, h9 as F_, h8 as b_, h5 as B_, hm as G_, bK as v_, jt as k_, iy as V_, ab as Y_, hG as K_, lV as H_, hT as j_, dx as W_, dq as w_, gn as x_, k3 as X_, hP as z_, gV as q_, i5 as Q_, eQ as Z_, hQ as J_, h7 as $_, bE as aS, kg as eS, mT as sS, ac as tS, lP as iS, bX as oS, b6 as rS, gP as nS, bM as lS, ah as TS, lA as ES, ai as _S, ck as SS, m7 as gS, eX as dS, lU as pS, cl as AS, iB as IS, gM as cS, gL as uS, ci as CS, fS as mS, iQ as OS, lT as DS, ic as RS, lS as PS, lz as NS, F as yS, fe as LS, fb as fS, lJ as MS, gJ as US, lY as hS, go as FS, ho as bS, gr as BS, af as GS, jq as vS, gQ as kS, lX as VS, aR as YS, je as KS, mY as HS, gG as jS, eP as WS, jc as wS, jb as xS, n1 as XS, n0 as zS, mR as qS, jE as QS, bC as ZS, bZ as JS, dy as $S, mQ as ag, ae as eg, ch as sg, h2 as tg, jR as ig, jF as og, jG as rg, jK as ng, jM as lg, jU as Tg, jZ as Eg, jH as _g, jW as Sg, gI as gg, cj as dg, gR as pg, jT as Ag, cm as Ig, gk as cg, a0 as ug, mU as Cg, mw as mg, lO as Og, aT as Dg, hD as Rg, jQ as Pg, jN as Ng, eR as yg, gj as Lg, gq as fg, gF as Mg, gW as Ug, gT as hg, g as Fg, ji as bg, bU as Bg, dW as Gg, d_ as vg, mf as kg, a2 as Vg, lZ as Yg, lF as Kg, ag as Hg, gN as jg, gO as Wg, m$ as wg, mZ as xg, lW as Xg, r as zg, ft as qg, lI as Qg, iz as Zg, H as Jg, c4 as $g, fs as ad, bL as ed, ds as sd, dr as td, lx as id, iC as od, iF as rd, m0 as nd, dK as ld, i as Td, lN as Ed, j as _d, bV as Sd, cc as gd, hR as dd, cM as pd, bF as Ad, bG as Id, lC as cd, iY as ud, iX as Cd, jO as md, eO as Od, jh as Dd, a5 as Rd, v as Pd, s as Nd, b_ as yd, ce as Ld, gp as fd, ly as Md, bA as Ud, a6 as hd, bT as Fd, i1 as bd, t as Bd, bY as Gd, m_ as vd, bH as kd, gU as Vd, id as Yd, h1 as Kd, m1 as Hd, lK as jd, bI as Wd, nF as wd, lR as xd, l$ as Xd, lQ as zd, a4 as qd, gK as Qd, mS as Zd, bj as Jd, iA as $d, a3 as ap, c7 as ep, bw as sp, m6 as tp, by as ip, g6 as op, kO as rp, gE as np, bz as lp, lB as Tp, gD as Ep, cf as _p, x as Sp, dM as gp, mg as dp, hF as pp, hE as Ap, mh as Ip, dL as cp, dT as up, eB as Cp, bS as mp, u as Op, e6 as Dp, e8 as Rp, fN as Pp, cp as Np, c2 as yp, m8 as Lp, bJ as fp, m9 as Mp, ma as Up, cq as hp, mo as Fp, lH as bp, c8 as Bp, mb as Gp, cr as vp, bP as kp, ca as Vp, mr as Yp, J as Kp, mc as Hp, jk as jp, md as Wp, I as wp, ct as xp, c$ as Xp, c9 as zp, bN as qp, cv as Qp, me as Zp, my as Jp, bB as $p, fY as aA, kp as eA, cx as sA, mz as tA, mi as iA, cs as oA, nV as rA, nT as nA, nH as lA, nQ as TA, nX as EA, nN as _A, nU as SA, nE as gA, nD as dA, nG as pA, nM as AA, nK as IA, nJ as cA, nP as uA, nI as CA, bc as mA, bd as OA, nL as DA, nO as RA, nW as PA, lD as NA, mB as yA, lG as LA } from "./@code-editor-C76zAfYW.js";
|
2
2
|
import { cp as MA } from "./@vendor-DMIFbFhR.js";
|
3
|
-
import { H as hA, R as FA, c as bA, g as BA, a as GA, b as vA } from "./@common-rjsf-
|
3
|
+
import { H as hA, R as FA, c as bA, g as BA, a as GA, b as vA } from "./@common-rjsf-BL7kwKZW.js";
|
4
4
|
import { A as VA, a as YA, m as KA, e as HA, f as jA, c as WA, u as wA } from "./@framer-motion-D-YaCAW-.js";
|
5
5
|
export {
|
6
6
|
s as ACCESS_TYPE_MAP,
|