@devtron-labs/devtron-fe-common-lib 1.20.6-pre-46 → 1.20.6-pre-47
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-DYgsTMJB.js → @code-editor-MFmqCcoN.js} +5267 -5336
- package/dist/{@common-rjsf-BWfj8elo.js → @common-rjsf-DXjYXy5K.js} +1 -1
- package/dist/Common/Constants.d.ts +3 -3
- package/dist/Shared/Components/Charts/Chart.component.d.ts +0 -2
- package/dist/Shared/Components/Charts/types.d.ts +2 -12
- package/dist/Shared/Components/DocLink/constants.d.ts +2 -1
- package/dist/Shared/Components/Header/constants.d.ts +0 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +6 -23
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +2 -2
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +1 -4
- package/dist/assets/ic-bg-backup-schedule.9ef9bc39.svg +19 -0
- package/dist/assets/ic-bg-backups.396e99bd.svg +19 -0
- package/dist/assets/ic-bg-pause-schedule.6edcc1d4.svg +14 -0
- package/dist/assets/ic-bg-ransomware-vulnerable-cluster.1b25a5d0.svg +7 -0
- package/dist/assets/ic-bg-restore.4fa13869.svg +33 -0
- package/dist/assets/ic-bg-storage-locations.894070b0.svg +22 -0
- package/dist/index.d.ts +0 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/assets/ic-arrow-white.be4aea3f.svg +0 -3
- package/dist/assets/ic-bell.e03a0783.svg +0 -3
- package/dist/assets/ic-book-gear.bb9bca1f.svg +0 -9
- package/dist/assets/ic-bulb.3906a732.svg +0 -7
- package/dist/assets/ic-check-green.b03d325d.svg +0 -3
- package/dist/assets/ic-circle-progress.0875625d.svg +0 -6
- package/dist/assets/ic-close-circle-red.72e0a495.svg +0 -3
- package/dist/assets/ic-close-circle.b39dd87d.svg +0 -3
- package/dist/assets/ic-confirm.f6b1c31c.svg +0 -3
- package/dist/assets/ic-dot-circle.5ce1fccf.svg +0 -3
- package/dist/assets/ic-failure-color.e167df98.svg +0 -4
- package/dist/assets/ic-info-filled-new.28815384.svg +0 -8
- package/dist/assets/ic-line.4e8fa046.svg +0 -3
- package/dist/assets/ic-new-chat.f7c90f8e.svg +0 -5
- package/dist/assets/ic-pencil-white.369e78d9.svg +0 -3
- package/dist/assets/ic-piggybank.3a4839d7.svg +0 -3
- package/dist/assets/ic-priority-high-fill.53755d8f.svg +0 -3
- package/dist/assets/ic-priority-low-fill.79e781ae.svg +0 -4
- package/dist/assets/ic-priority-urgent-fill.78d42fa0.svg +0 -10
- package/dist/assets/ic-red-bulb.25e01bfc.svg +0 -9
- package/dist/assets/ic-spider.99b77bd8.svg +0 -3
- package/dist/assets/ic-timer-green.00bf295e.svg +0 -3
- package/dist/assets/ic-timer-red.656bee16.svg +0 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as n, aK as v, aM as J, aL as K } from "./@vendor-DEAetXNs.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-
|
|
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-MFmqCcoN.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";
|
|
@@ -3,7 +3,7 @@ export declare const FALLBACK_REQUEST_TIMEOUT = 60000;
|
|
|
3
3
|
export declare const Host: string;
|
|
4
4
|
export declare const DOCUMENTATION_HOME_PAGE = "https://docs.devtron.ai";
|
|
5
5
|
export declare const DEVTRON_HOME_PAGE = "https://devtron.ai/";
|
|
6
|
-
export declare const DOCUMENTATION_VERSION = "/devtron/
|
|
6
|
+
export declare const DOCUMENTATION_VERSION = "/devtron/v2.0";
|
|
7
7
|
export declare const DISCORD_LINK = "https://discord.devtron.ai/";
|
|
8
8
|
export declare const DEFAULT_JSON_SCHEMA_URI = "https://json-schema.org/draft/2020-12/schema";
|
|
9
9
|
export declare const LICENSE_DASHBOARD_HOME_PAGE = "https://license.devtron.ai/dashboard";
|
|
@@ -74,7 +74,6 @@ export declare const URLS: {
|
|
|
74
74
|
readonly INFRASTRUCTURE_MANAGEMENT_CHART_STORE_DISCOVER: "/infrastructure-management/chart-store/discover";
|
|
75
75
|
readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER: "/infrastructure-management/resource-browser";
|
|
76
76
|
readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_WATCHER: "/infrastructure-management/resource-watcher";
|
|
77
|
-
readonly INFRASTRUCTURE_MANAGEMENT_AUDIT_LOGS: "/infrastructure-management/audit-logs";
|
|
78
77
|
readonly SOFTWARE_RELEASE_MANAGEMENT: "/software-release-management";
|
|
79
78
|
readonly COST_VISIBILITY: "/cost-visibility";
|
|
80
79
|
readonly COST_VISIBILITY_OVERVIEW: "/cost-visibility/overview";
|
|
@@ -91,7 +90,6 @@ export declare const URLS: {
|
|
|
91
90
|
readonly SECURITY_CENTER_POLICIES: "/security-center/policies";
|
|
92
91
|
readonly AUTOMATION_AND_ENABLEMENT: "/automation-and-enablement";
|
|
93
92
|
readonly AUTOMATION_AND_ENABLEMENT_JOB: "/automation-and-enablement/job";
|
|
94
|
-
readonly AUTOMATION_ENABLEMENT_RUNBOOKS: "/automation-and-enablement/runbooks";
|
|
95
93
|
readonly DATA_PROTECTION: "/data-protection-management";
|
|
96
94
|
readonly DATA_PROTECTION_OVERVIEW: "/data-protection-management/overview";
|
|
97
95
|
readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: `/data-protection-management/backup-and-schedule/:view(${string})`;
|
|
@@ -104,6 +102,8 @@ export declare const URLS: {
|
|
|
104
102
|
readonly GLOBAL_CONFIG_DOCKER: "/global-configuration/docker";
|
|
105
103
|
readonly GLOBAL_CONFIG_EDIT_CLUSTER: "/global-configuration/cluster-env/edit/:clusterId";
|
|
106
104
|
readonly PERMISSION_GROUPS: "/global-configuration/auth/groups";
|
|
105
|
+
readonly AI_RECOMMENDATIONS: "/ai-recommendations";
|
|
106
|
+
readonly AI_RECOMMENDATIONS_OVERVIEW: "/ai-recommendations/overview";
|
|
107
107
|
readonly EXTERNAL_APPS: "ea";
|
|
108
108
|
};
|
|
109
109
|
export declare const ROUTES: {
|
|
@@ -86,8 +86,6 @@ import { ChartProps } from './types';
|
|
|
86
86
|
* @param type - Chart type: 'area', 'pie', 'semiPie', 'stackedBar', 'stackedBarHorizontal', or 'line'
|
|
87
87
|
* @param xAxisLabels - Array of labels for the x-axis (or categories for pie/semi-pie charts)
|
|
88
88
|
* @param datasets - Chart data: array of datasets for most charts, single dataset object for pie/semi-pie charts
|
|
89
|
-
* @param xAxisConfig
|
|
90
|
-
* @param yAxisConfig
|
|
91
89
|
*
|
|
92
90
|
* @performance
|
|
93
91
|
* **Memoization Recommendations:**
|
|
@@ -35,16 +35,6 @@ export interface CenterTextConfig {
|
|
|
35
35
|
color?: string;
|
|
36
36
|
fontFamily?: string;
|
|
37
37
|
}
|
|
38
|
-
export interface AxisConfig {
|
|
39
|
-
title?: string;
|
|
40
|
-
unit?: string;
|
|
41
|
-
unitPosition?: 'prefix' | 'suffix';
|
|
42
|
-
labelFormatter?: (value: number | string, index: number) => string | string[] | number | number[];
|
|
43
|
-
hide?: boolean;
|
|
44
|
-
max?: number;
|
|
45
|
-
min?: number;
|
|
46
|
-
stepSize?: number;
|
|
47
|
-
}
|
|
48
38
|
type XYAxisMax = {
|
|
49
39
|
xAxisMax?: number;
|
|
50
40
|
yAxisMax?: number;
|
|
@@ -52,8 +42,6 @@ type XYAxisMax = {
|
|
|
52
42
|
* Optional reference lines to draw across the chart
|
|
53
43
|
*/
|
|
54
44
|
referenceLines?: ReferenceLineConfigType[];
|
|
55
|
-
xAxisConfig?: AxisConfig;
|
|
56
|
-
yAxisConfig?: AxisConfig;
|
|
57
45
|
};
|
|
58
46
|
type OnChartClickHandler = (datasetName: string, value: number) => void;
|
|
59
47
|
type ScaleTickFormatCallbacks = Partial<{
|
|
@@ -105,7 +93,9 @@ export type ChartProps = {
|
|
|
105
93
|
placement?: TooltipProps['placement'];
|
|
106
94
|
datasetValueFormatter?: (value: number) => string | number;
|
|
107
95
|
};
|
|
96
|
+
/** A title for x axis */
|
|
108
97
|
xScaleTitle?: string;
|
|
98
|
+
/** A title for y axis */
|
|
109
99
|
yScaleTitle?: string;
|
|
110
100
|
} & TypeAndDatasetsType;
|
|
111
101
|
export type TransformDatasetProps = {
|
|
@@ -90,11 +90,12 @@ export declare const DOCUMENTATION: {
|
|
|
90
90
|
readonly GLOBAL_CONFIG_SSO_LOGIN_MICROSOFT: "global-configurations/authorization/sso-login/microsoft";
|
|
91
91
|
readonly GLOBAL_CONFIG_PULL_IMAGE_DIGEST: "global-configurations/pull-image-digest";
|
|
92
92
|
readonly GLOBAL_CONFIG_TAGS: "getting-started/global-configurations/tags-policy";
|
|
93
|
-
readonly SAMPLE_RUNBOOK_LINK: "https://docs.devtron.ai/user-guide/ai-recommendations/runbook#add-runbook-spec";
|
|
94
93
|
readonly SOFTWARE_DISTRIBUTION_HUB: "usage/software-distribution-hub";
|
|
95
94
|
readonly RELEASE_TRACKS: "usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions";
|
|
96
95
|
readonly RELEASES: "usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions";
|
|
97
96
|
readonly RELEASE_HUB: "usage/software-distribution-hub/release-hub";
|
|
98
97
|
readonly TENANTS: "usage/software-distribution-hub/tenants#adding-installation";
|
|
99
98
|
readonly TENANTS_INSTALLATION: "usage/software-distribution-hub/tenants";
|
|
99
|
+
readonly AUTOSCALER_DETECTION: "user-guide/infra-management/infrastructure-overview#troubleshooting-autoscaler-detection";
|
|
100
|
+
readonly COST_CALCULATION: "user-guide/finops/overview-cost-visibility#how-is-the-cost-calculated";
|
|
100
101
|
};
|
|
@@ -3,4 +3,3 @@ export declare const COMMON_HELP_ACTION_MENU_ITEMS: HelpButtonActionMenuProps['o
|
|
|
3
3
|
export declare const OSS_HELP_ACTION_MENU_ITEMS: HelpButtonActionMenuProps['options'][number]['items'];
|
|
4
4
|
export declare const ENTERPRISE_TRIAL_HELP_ACTION_MENU_ITEMS: HelpButtonActionMenuProps['options'][number]['items'];
|
|
5
5
|
export declare const ENTERPRISE_HELP_ACTION_MENU_ITEMS: HelpButtonActionMenuProps['options'][number]['items'];
|
|
6
|
-
export declare const NOTIFICATIONS_TEMP_WINDOW_TITLE = "Notifications";
|
|
@@ -18,7 +18,6 @@ export declare const iconMap: {
|
|
|
18
18
|
'ic-arrow-line-down': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
19
19
|
'ic-arrow-right': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
20
20
|
'ic-arrow-square-out': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
21
|
-
'ic-arrow-white': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
22
21
|
'ic-arrows-clockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
23
22
|
'ic-arrows-left-right': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
24
23
|
'ic-asterisk': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -31,20 +30,24 @@ export declare const iconMap: {
|
|
|
31
30
|
'ic-backup-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
32
31
|
'ic-backup-location': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
33
32
|
'ic-backup-schedule-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
34
|
-
'ic-
|
|
33
|
+
'ic-bg-backup-schedule': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
34
|
+
'ic-bg-backups': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
35
35
|
'ic-bg-build': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
36
36
|
'ic-bg-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
37
37
|
'ic-bg-cpu': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
38
38
|
'ic-bg-deploy': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
39
39
|
'ic-bg-environment': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
40
40
|
'ic-bg-memory': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
41
|
+
'ic-bg-pause-schedule': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
41
42
|
'ic-bg-production-pipelines': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
42
43
|
'ic-bg-project': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
44
|
+
'ic-bg-ransomware-vulnerable-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
45
|
+
'ic-bg-restore': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
43
46
|
'ic-bg-scan': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
47
|
+
'ic-bg-storage-locations': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
44
48
|
'ic-bg-webhook': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
45
49
|
'ic-bharatpe': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
46
50
|
'ic-bitbucket': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
47
|
-
'ic-book-gear': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
48
51
|
'ic-book-open': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
49
52
|
'ic-bot': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
50
53
|
'ic-brain': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -52,7 +55,6 @@ export declare const iconMap: {
|
|
|
52
55
|
'ic-bug': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
53
56
|
'ic-build-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
54
57
|
'ic-building': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
55
|
-
'ic-bulb': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
56
58
|
'ic-calendar': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
57
59
|
'ic-cancelled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
58
60
|
'ic-card-stack': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -65,20 +67,16 @@ export declare const iconMap: {
|
|
|
65
67
|
'ic-chat-circle-online': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
66
68
|
'ic-check-all': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
67
69
|
'ic-check-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
68
|
-
'ic-check-green': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
69
70
|
'ic-check-square': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
70
71
|
'ic-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
71
72
|
'ic-checks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
72
73
|
'ic-ci-linked': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
73
74
|
'ic-circle-loader': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
74
|
-
'ic-circle-progress': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
75
75
|
'ic-circle-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
76
76
|
'ic-clean-brush': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
77
77
|
'ic-clipboard': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
78
78
|
'ic-clock-counterclockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
79
79
|
'ic-clock': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
80
|
-
'ic-close-circle-red': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
81
|
-
'ic-close-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
82
80
|
'ic-close-large': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
83
81
|
'ic-close-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
84
82
|
'ic-cloud-upload': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -88,7 +86,6 @@ export declare const iconMap: {
|
|
|
88
86
|
'ic-code': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
89
87
|
'ic-coins-color-animated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
90
88
|
'ic-coins': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
91
|
-
'ic-confirm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
92
89
|
'ic-container-registry': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
93
90
|
'ic-container': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
94
91
|
'ic-cookr': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -116,7 +113,6 @@ export declare const iconMap: {
|
|
|
116
113
|
'ic-disconnect': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
117
114
|
'ic-discord-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
118
115
|
'ic-dockerhub': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
119
|
-
'ic-dot-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
120
116
|
'ic-download': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
121
117
|
'ic-ecr': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
122
118
|
'ic-edit-lines': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -130,7 +126,6 @@ export declare const iconMap: {
|
|
|
130
126
|
'ic-error': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
131
127
|
'ic-expand-right-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
132
128
|
'ic-expand-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
133
|
-
'ic-failure-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
134
129
|
'ic-failure': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
135
130
|
'ic-fast-forward': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
136
131
|
'ic-file-code': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -178,7 +173,6 @@ export declare const iconMap: {
|
|
|
178
173
|
'ic-hibernate': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
179
174
|
'ic-in-progress': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
180
175
|
'ic-info-filled-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
181
|
-
'ic-info-filled-new': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
182
176
|
'ic-info-filled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
183
177
|
'ic-info-outline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
184
178
|
'ic-infrastructure-management': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -196,7 +190,6 @@ export declare const iconMap: {
|
|
|
196
190
|
'ic-lego': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
197
191
|
'ic-lightning-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
198
192
|
'ic-lightning': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
199
|
-
'ic-line': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
200
193
|
'ic-link': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
201
194
|
'ic-linked-build-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
202
195
|
'ic-list-bullets': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -219,7 +212,6 @@ export declare const iconMap: {
|
|
|
219
212
|
'ic-monitoring': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
220
213
|
'ic-more-vertical': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
221
214
|
'ic-namespace': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
222
|
-
'ic-new-chat': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
223
215
|
'ic-new': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
224
216
|
'ic-node-script': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
225
217
|
'ic-oidc': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -236,18 +228,12 @@ export declare const iconMap: {
|
|
|
236
228
|
'ic-path': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
237
229
|
'ic-pause-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
238
230
|
'ic-pause': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
239
|
-
'ic-pencil-white': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
240
231
|
'ic-pencil': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
241
|
-
'ic-piggybank': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
242
232
|
'ic-play-outline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
243
|
-
'ic-priority-high-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
244
|
-
'ic-priority-low-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
245
233
|
'ic-priority-medium-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
246
|
-
'ic-priority-urgent-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
247
234
|
'ic-quay': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
248
235
|
'ic-quote': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
249
236
|
'ic-ratings': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
250
|
-
'ic-red-bulb': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
251
237
|
'ic-release-hub': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
252
238
|
'ic-resize-handle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
253
239
|
'ic-resource-browser': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -271,7 +257,6 @@ export declare const iconMap: {
|
|
|
271
257
|
'ic-sparkle-ai-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
272
258
|
'ic-sparkle-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
273
259
|
'ic-speedometer': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
274
|
-
'ic-spider': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
275
260
|
'ic-spinny': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
276
261
|
'ic-spray-can': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
277
262
|
'ic-stack': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -300,8 +285,6 @@ export declare const iconMap: {
|
|
|
300
285
|
'ic-thumb-down': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
301
286
|
'ic-thumb-up': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
302
287
|
'ic-timeout-dash': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
303
|
-
'ic-timer-green': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
304
|
-
'ic-timer-red': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
305
288
|
'ic-timer': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
306
289
|
'ic-traffic-signal': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
307
290
|
'ic-travclan': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
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-devtron-applications' | 'application-management-application-groups' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-applications' | 'infrastructure-management-chart-store' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | '
|
|
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-
|
|
4
|
+
export type NavigationItemID = 'application-management-overview' | 'application-management-devtron-applications' | 'application-management-application-groups' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-applications' | 'infrastructure-management-chart-store' | '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
|
+
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
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dispatch,
|
|
1
|
+
import { Dispatch, MutableRefObject, ReactNode, SetStateAction } from 'react';
|
|
2
2
|
import { SERVER_MODE } from '../../../Common';
|
|
3
3
|
import { DevtronLicenseInfo, EnvironmentDataValuesDTO, IntelligenceConfig, LicenseInfoDialogType, ToastManager } from '../..';
|
|
4
4
|
import { ServerInfo } from '../../Components/Header/types';
|
|
@@ -22,7 +22,6 @@ export interface SidePanelConfig {
|
|
|
22
22
|
/** URL to documentation that should be displayed in the panel */
|
|
23
23
|
docLink: string | null;
|
|
24
24
|
aiSessionId?: string;
|
|
25
|
-
isExpandedView?: boolean;
|
|
26
25
|
}
|
|
27
26
|
type AIAgentContextType = {
|
|
28
27
|
path: string;
|
|
@@ -116,7 +115,6 @@ export type MainContext = CommonMainContextProps & ({
|
|
|
116
115
|
aiAgentContext: AIAgentContextType;
|
|
117
116
|
tempAppWindowConfig: TempAppWindowConfig;
|
|
118
117
|
setTempAppWindowConfig: Dispatch<SetStateAction<TempAppWindowConfig>>;
|
|
119
|
-
AIRecommendations?: FunctionComponent;
|
|
120
118
|
} | {
|
|
121
119
|
isLicenseDashboard: true;
|
|
122
120
|
serverMode: null;
|
|
@@ -134,7 +132,6 @@ export type MainContext = CommonMainContextProps & ({
|
|
|
134
132
|
aiAgentContext: null;
|
|
135
133
|
tempAppWindowConfig: null;
|
|
136
134
|
setTempAppWindowConfig: null;
|
|
137
|
-
AIRecommendations?: null;
|
|
138
135
|
});
|
|
139
136
|
export interface MainContextProviderProps {
|
|
140
137
|
children: ReactNode;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#E5F2FF" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
|
|
4
|
+
<g clip-path="url(#b)">
|
|
5
|
+
<path fill="#ABCFF3" d="M16.667 12a4.667 4.667 0 1 1-9.333 0 4.667 4.667 0 0 1 9.333 0Z"/>
|
|
6
|
+
<path fill="#06C" d="M16.167 12a4.167 4.167 0 1 0-8.334 0 4.167 4.167 0 0 0 8.334 0Zm1 0a5.167 5.167 0 1 1-10.333 0 5.167 5.167 0 0 1 10.333 0Z"/>
|
|
7
|
+
<path fill="#06C" d="M4.833 12c0-1.018.213-1.988.597-2.867a.5.5 0 0 1 .917.4 6.167 6.167 0 1 0 1.25-1.85.5.5 0 0 1-.858-.35V5.666a.5.5 0 0 1 1 0v.573A7.167 7.167 0 1 1 4.833 12Z"/>
|
|
8
|
+
<path fill="#06C" d="m9.762 13.53 1.739-1.74V9.335a.5.5 0 1 1 1 0v2.664a.5.5 0 0 1-.146.353l-1.886 1.886a.5.5 0 1 1-.707-.707Z"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="a">
|
|
13
|
+
<path fill="#fff" d="M0 0h24v24H0z"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
<clipPath id="b">
|
|
16
|
+
<path fill="#fff" d="M4 4h16v16H4z"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#FFF5E5" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
|
|
4
|
+
<g clip-path="url(#b)">
|
|
5
|
+
<path fill="#72ACE6" d="M15.666 14.944c0 .816-2.463 1.478-5.5 1.478s-5.5-.662-5.5-1.478v-4.4h11v4.4Z"/>
|
|
6
|
+
<path fill="#3385D6" d="M15.666 10.544c0 .816-2.463 1.478-5.5 1.478s-5.5-.662-5.5-1.478v-4.4h11v4.4Z"/>
|
|
7
|
+
<ellipse cx="10.166" cy="6.145" fill="#06C" rx="5.5" ry="1.478"/>
|
|
8
|
+
<path fill="#FFC266" d="M15.65 9.764c.973.002 1.946.019 2.92-.001.416-.009.757.343.757.768v3.521c0 1.472-.01 2.944.006 4.415.006.504-.36.866-.867.864a1938.75 1938.75 0 0 0-10.118-.002c-.373.001-.803-.317-.784-.781.03-.772.007-1.546.007-2.35l.001-3.45c.001-.467.309-.775.773-.778.338-.003.676-.004 1.03-.004.582.003 1.148 0 1.715.006.11.001.174-.034.234-.126.363-.555.737-1.103 1.1-1.658a.861.861 0 0 1 .788-.422c.813.01 1.625 0 2.438-.002Z"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="a">
|
|
13
|
+
<path fill="#fff" d="M0 0h24v24H0z"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
<clipPath id="b">
|
|
16
|
+
<path fill="#fff" d="M4 4h16v16H4z"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#FFF5E5" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
|
|
3
|
+
<g clip-path="url(#a)">
|
|
4
|
+
<path fill="#FFE5BE" d="M17.25 12a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0Z"/>
|
|
5
|
+
<path fill="#8C6324" d="M16.688 12a4.688 4.688 0 1 0-9.376 0 4.688 4.688 0 0 0 9.375 0Zm1.125 0a5.812 5.812 0 1 1-11.625 0 5.812 5.812 0 0 1 11.625 0Z"/>
|
|
6
|
+
<path fill="#8C6324" d="M3.938 12c0-1.146.239-2.237.67-3.225a.563.563 0 0 1 1.032.45 6.937 6.937 0 1 0 1.406-2.08.563.563 0 0 1-.965-.395V4.875a.563.563 0 0 1 1.125 0v.644A8.062 8.062 0 1 1 3.937 12Z"/>
|
|
7
|
+
<path fill="#8C6324" d="M9.938 14.25v-4.5a.562.562 0 1 1 1.124 0v4.5a.562.562 0 1 1-1.124 0Zm3 0v-4.5a.562.562 0 1 1 1.124 0v4.5a.562.562 0 1 1-1.124 0Z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="a">
|
|
11
|
+
<path fill="#fff" d="M3 3h18v18H3z"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<rect width="24" height="24" fill="#F3F0FF" rx="6"/>
|
|
3
|
+
<path fill="#856FF1" d="m8.076 10.39 3.587 2.072v4.142L8.846 18.23a1.54 1.54 0 0 1-1.54 0l-2.047-1.182a1.54 1.54 0 0 1-.77-1.333V13.35c0-.55.293-1.059.77-1.334l2.817-1.626Z"/>
|
|
4
|
+
<path fill="#C5BBFA" d="m14.48 5.804-2.047-1.182a1.54 1.54 0 0 0-1.54 0L8.846 5.804a1.54 1.54 0 0 0-.77 1.334v3.253l3.587 2.07 3.587-2.07V7.138a1.54 1.54 0 0 0-.77-1.334Z"/>
|
|
5
|
+
<path fill="#F3F0FF" d="m11.663 12.462 3.587-2.071 2.817 1.626c.477.275.77.783.77 1.334v2.482c0 .485-.229.942-.617 1.232l-2.047 1.533a1.54 1.54 0 0 1-1.846 0l-2.664-1.994v-4.142Z"/>
|
|
6
|
+
<path stroke="#523CBE" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.228 13.118v2.017m0 1.76v.128m-3.761-2.736V12.78c0-.325.208-.614.516-.717l3.246-1.317 3.245 1.317a.755.755 0 0 1 .517.717v1.507c0 3.592-3.049 4.782-3.657 4.984a.322.322 0 0 1-.21 0c-.609-.202-3.657-1.392-3.657-4.984Z" vector-effect="non-scaling-stroke"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#E5F2FF" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
|
|
4
|
+
<g clip-path="url(#b)">
|
|
5
|
+
<path fill="#3B444C" d="M15.334 6h2c.368 0 .666.298.666.667v2.666a.667.667 0 0 1-.666.667h-2V6Z"/>
|
|
6
|
+
<path fill="#596168" d="M4.667 6.667c0-.369.298-.667.666-.667h10c.368 0 .667.298.667.667v2.666a.667.667 0 0 1-.667.667h-10a.667.667 0 0 1-.667-.667V6.667Z"/>
|
|
7
|
+
<path fill="#fff" d="M13.333 7.667a.333.333 0 1 1 0 .667h-4a.333.333 0 0 1 0-.667h4Z"/>
|
|
8
|
+
<circle cx="6.667" cy="8" r=".667" fill="#fff"/>
|
|
9
|
+
<path fill="#3B444C" d="M15.334 10.667h2c.368 0 .666.299.666.667V14a.667.667 0 0 1-.666.667h-2v-4Z"/>
|
|
10
|
+
<path fill="#596168" d="M4.667 11.334c0-.368.298-.667.666-.667h10c.368 0 .667.299.667.667V14a.667.667 0 0 1-.667.667h-10A.667.667 0 0 1 4.666 14v-2.666Z"/>
|
|
11
|
+
<path fill="#fff" d="M13.333 12.333a.333.333 0 1 1 0 .667h-4a.333.333 0 0 1 0-.667h4Z"/>
|
|
12
|
+
<circle cx="6.667" cy="12.667" r=".667" fill="#fff"/>
|
|
13
|
+
<path fill="#3B444C" d="M15.334 15.333h2c.368 0 .666.299.666.667v2.666a.667.667 0 0 1-.666.667h-2v-4Z"/>
|
|
14
|
+
<path fill="#596168" d="M4.667 16c0-.368.298-.667.666-.667h10c.368 0 .667.299.667.667v2.666a.667.667 0 0 1-.667.667h-10a.667.667 0 0 1-.667-.667V16Z"/>
|
|
15
|
+
<path fill="#fff" d="M13.333 17a.333.333 0 1 1 0 .667h-4a.333.333 0 0 1 0-.667h4Z"/>
|
|
16
|
+
<circle cx="6.667" cy="17.334" r=".667" fill="#fff"/>
|
|
17
|
+
<path fill="#3B444C" d="M6 14.667h8.667v.667H6z"/>
|
|
18
|
+
<path fill="#1D2730" d="M14.666 14.667h2v.667h-2z"/>
|
|
19
|
+
<path fill="#3B444C" d="M6 10h8.667v.667H6z"/>
|
|
20
|
+
<path fill="#1D2730" d="M14.666 10h2v.667h-2z"/>
|
|
21
|
+
<circle cx="14.667" cy="9.334" r="4.667" fill="#3385D6"/>
|
|
22
|
+
<path fill="#fff" d="M13.664 6.863a2.668 2.668 0 0 1 2.877.575l.55.502v-.515a.334.334 0 0 1 .666 0v1.272c0 .184-.15.334-.333.334H16.15a.334.334 0 0 1 0-.667h.416l-.475-.435-.011-.01a2 2 0 1 0-.042 2.869.334.334 0 0 1 .457.485 2.667 2.667 0 1 1-2.832-4.41Z"/>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id="a">
|
|
27
|
+
<path fill="#fff" d="M0 0h24v24H0z"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
<clipPath id="b">
|
|
30
|
+
<path fill="#fff" d="M4 4h16v16H4z"/>
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#EDF1F5" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
|
|
4
|
+
<path fill="#596168" d="M5.333 15.334c0-.368.299-.667.667-.667h12c.369 0 .667.299.667.667V18a.667.667 0 0 1-.667.667H6A.667.667 0 0 1 5.333 18v-2.666Z"/>
|
|
5
|
+
<path fill="#3B444C" d="M18 14.667c.246 0 .458.135.573.333a.663.663 0 0 1-.573.333H6A.663.663 0 0 1 5.427 15 .663.663 0 0 1 6 14.667h12Z"/>
|
|
6
|
+
<path fill="#fff" d="M14 16.333A.333.333 0 1 1 14 17H7.333a.333.333 0 0 1 0-.667H14Z"/>
|
|
7
|
+
<circle cx="16.667" cy="16.667" r=".667" fill="#fff"/>
|
|
8
|
+
<path fill="#767D84" d="M7.028 6.242a1.333 1.333 0 0 1 1.264-.909h7.416c.573 0 1.082.366 1.264.909l1.608 4.791H5.42l1.608-4.791Z"/>
|
|
9
|
+
<path fill="#596168" d="M5.333 11.334c0-.368.299-.667.667-.667h12c.369 0 .667.299.667.667V14a.667.667 0 0 1-.667.667H6A.667.667 0 0 1 5.333 14v-2.666Z"/>
|
|
10
|
+
<path fill="#fff" d="M13.333 12.333a.333.333 0 1 1 0 .667h-6a.333.333 0 0 1 0-.667h6Z"/>
|
|
11
|
+
<circle cx="16.667" cy="12.667" r=".667" fill="#fff"/>
|
|
12
|
+
<ellipse cx="12" cy="8" fill="#596168" rx="2.667" ry="1.333"/>
|
|
13
|
+
<path fill="#959BA1" d="M12 7c1.36 0 2.48.51 2.645 1.167-.164.657-1.285 1.166-2.645 1.166s-2.482-.509-2.646-1.166C9.518 7.509 10.64 7 12 7Z"/>
|
|
14
|
+
<path fill="#F33E3E" d="M20 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"/>
|
|
15
|
+
<path fill="#EDF1F5" d="M20 6.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Zm1 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z"/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="a">
|
|
19
|
+
<path fill="#fff" d="M0 0h24v24H0z"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
package/dist/index.d.ts
CHANGED
|
@@ -163,13 +163,11 @@ export interface customEnv {
|
|
|
163
163
|
* Time interval in seconds to refetch command bar data - Applications List
|
|
164
164
|
*/
|
|
165
165
|
COMMAND_BAR_REFETCH_INTERVAL?: number;
|
|
166
|
-
HIDE_AUDIT_LOGS?: boolean;
|
|
167
166
|
}
|
|
168
167
|
declare global {
|
|
169
168
|
interface Window {
|
|
170
169
|
__BASE_URL__: string;
|
|
171
170
|
__ORCHESTRATOR_ROOT__: string;
|
|
172
|
-
__ATHENA_ROOT__: string;
|
|
173
171
|
_env_: customEnv;
|
|
174
172
|
}
|
|
175
173
|
}
|
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-
|
|
2
|
-
import { nR as g, aW as p, ez as d, lR as A, fc as c, lo as I, le as u, fX as C, b5 as m, kY as O, aQ as R, lN as D, jJ as P, la as y, kS as N, fR as L, fS as f, fT as M, dy as h, jb as U, fU as F, A as b, dw as B, dx as v, nJ as G, fV as V, fW as k, fO as Y, n4 as j, lc as K, jK as H, jM as W, kr as w, fY as x, fZ as X, f_ as z, mU as q, ny as Q, fC as Z, c_ as J, di as $, dj as aa, j0 as ea, f$ as sa, gn as ta, o2 as oa, lt as ia, eu as ra, ep as na, ex as la, ek as Ta, ev as Ea, ey as _a, eo as Sa, en as ga, eI as pa, et as da, em as Aa, bk as ca, bj as Ia, g6 as ua, ga as Ca, g0 as ma, fI as Oa, fH as Ra, g1 as Da, hA as Pa, kL as ya, k as Na, l as La, m as fa, eX as Ma, eb as ha, eM as Ua, ef as Fa, eg as ba, ed as Ba, eO as va, eN as Ga, eT as Va, ec as ka, eW as Ya, ee as ja, eP as Ka, eR as Ha, eQ as Wa, ei as wa, aN as xa, eS as Xa, e3 as za, g2 as qa, g3 as Qa, gc as Za, g7 as Ja, g5 as $a, gf as ae, gg as ee, gh as se, k2 as te, go as oe, dq as ie, dp as re, dn as ne, nE as le, df as Te, lk as Ee, gk as _e, dd as Se, a4 as ge, nD as pe, nU as de, gb as Ae, fD as ce, fE as Ie, nb as ue, n7 as Ce, eF as me, eG as Oe, nc as Re, nd as De, lf as Pe, lh as ye, lg as Ne, nP as Le, lm as fe, dE as Me, hj as he, hg as Ue, lD as Fe, lA as be, fe as Be, es as ve, lQ as Ge, hz as Ve, gi as ke, gj as Ye, n as je, X as Ke, gm as He, gw as We, cT as we, o as xe, fw as Xe, fb as ze, he as qe, fy as Qe, hu as Ze, hv as Je, hw as $e, hx as as, jI as es, dM as ss, a7 as ts, a0 as os, bH as is, hy as rs, dO as ns, hf as ls, n8 as Ts, dR as Es, nO as _s, hB as Ss, hC as gs, hF as ps, d0 as ds, hH as As, K as cs, fG as Is, fF as us, hJ as Cs, hK as ms, cX as Os, hS as Rs, hR as Ds, bb as Ps, kX as ys, ly as Ns, aU as Ls, ba as fs, aB as Ms, ln as hs, ju as Us, js as Fs, jt as bs, el as Bs, mK as vs, lx as Gs, kZ as Vs, aH as ks, hW as Ys, eA as js, eB as Ks, ff as Hs, i5 as Ws, l6 as ws, ik as xs, lM as Xs, l8 as zs, ic as qs, aX as Qs, kB as Zs, lu as Js, f7 as $s, aD as at, ay as et, aA as st, ip as tt, ax as ot, az as it, fd as rt, dG as nt, S as lt, hM as Tt, D as Et, nA as _t, bs as St, lE as gt, hD as pt, nL as dt, ds as At, i0 as ct, h$ as It, i6 as ut, gq as Ct, gy as mt, gx as Ot, dg as Rt, o0 as Dt, br as Pt, k$ as yt, ks as Nt, gr as Lt, l0 as ft, d2 as Mt, io as ht, p as Ut, jc as Ft, bv as bt, bw as Bt, bx as vt, iq as Gt, n6 as Vt, n5 as kt, by as Yt, bA as jt, bz as Kt, bB as Ht, cl as Wt, dN as wt, is as xt, it as Xt, l5 as zt, lG as qt, aK as Qt, aI as Zt, lz as Jt, b4 as $t, kV as ao, l7 as eo, iv as so, iu as to, nS as oo, na as io, nw as ro, iw as no, l1 as lo, ix as To, E as Eo, q as _o, iA as So, iB as go, ih as po, av as Ao, a_ as co, iD as Io, iC as uo, gN as Co, dZ as mo, a2 as Oo, iE as Ro, iF as Do, dt as Po, ki as yo, dk as No, ky as Lo, iG as fo, iH as Mo, hE as ho, f9 as Uo, dF as Fo, dH as bo, fi as Bo, fh as vo, bE as Go, bC as Vo, bD as ko, iI as Yo, iK as jo, iL as Ko, iJ as Ho, iM as Wo, iN as wo, dS as xo, gB as Xo, iO as zo, nK as qo, iP as Qo, bf as Zo, iQ as Jo, G as $o, jQ as ai, kk as ei, iS as si, gM as ti, aw as oi, jd as ii, kU as ri, eD as ni, eC as li, eE as Ti, lH as Ei, d$ as _i, e0 as Si, be as gi, iY as pi, i_ as di, i$ as Ai, j1 as ci, j2 as Ii, dm as ui, mN as Ci, mP as mi, cJ as Oi, cI as Ri, de as Di, j3 as Pi, nu as yi, j4 as Ni, lI as Li, j5 as fi, dz as Mi, fK as hi, a6 as Ui, fx as Fi, nZ as bi, je as Bi, nv as vi, cK as Gi, j7 as Vi, j6 as ki, fk as Yi, ld as ji, aG as Ki, ja as Hi, j9 as Wi, cY as wi, aC as xi, b9 as Xi, nW as zi, jh as qi, nX as Qi, fP as Zi, jP as Ji, gz as $i, jj as ar, gs as er, lb as sr, o4 as tr, b8 as or, aR as ir, bF as rr, o3 as nr, aV as lr, aP as Tr, hP as Er, hV as _r, mS as Sr, dh as gr, cL as pr, dl as dr, jl as Ar, jS as cr, cM as Ir, jm as ur, kW as Cr, nC as mr, hT as Or, $ as Rr, jT as Dr, cV as Pr, cR as yr, cS as Nr, cU as Lr, fg as fr, l2 as Mr, eq as hr, N as Ur, fz as Fr, fa as br, gT as Br, eU as vr, gS as Gr, gR as Vr, nx as kr, jn as Yr, lp as jr, cP as Kr, dQ as Hr, dA as Wr, aE as wr, ii as xr, ij as Xr, li as zr, b7 as qr, lB as Qr, er as Zr, ie as Jr, lO as $r, iR as an, cZ as en, kz as sn, hL as tn, k_ as on, jo as rn, dL as nn, jA as ln, du as Tn, jz as En, jp as _n, jq as Sn, c$ as gn, jr as pn, Z as dn, nH as An, jD as cn, P as In, jF as un, jG as Cn, d1 as mn, nM as On, jH as Rn, bl as Dn, dP as Pn, fQ as yn, Q as Nn, lr as Ln, jU as fn, lS as Mn, fj as hn, aF as Un, R as Fn, s as bn, b2 as Bn, a1 as vn, Y as Gn, n_ as Vn, jV as kn, nz as Yn, dY as jn, t as Kn, o1 as Hn, aO as Wn, bo as wn, fA as xn, nF as Xn, fo as zn, nG as qn, nY as Qn, lF as Zn, nQ as Jn, e as $n, oj as al, hh as el, aS as sl, g8 as tl, bc as ol, b6 as il, jX as rl, lv as nl, bi as ll, kp as Tl, dT as El, kT as _l, gU as Sl, lP as gl, ig as pl, jW as dl, f8 as Al, _ as cl, gA as Il, d3 as ul, jY as Cl, jZ as ml, k3 as Ol, d4 as Rl, d5 as Dl, v as Pl, gd as yl, lj as Nl, a as Ll, kl as fl, km as Ml, fN as hl, d6 as Ul, d7 as Fl, k5 as bl, nB as Bl, kn as vl, ko as Gl, mQ as Vl, gt as kl, hN as Yl, cQ as jl, d8 as Kl, aT as Hl, a9 as Wl, gV as wl, kt as xl, gL as Xl, ku as zl, r as ql, kv as Ql, d_ as Zl, ls as Jl, lT as $l, ew as aT, lC as eT, ji as sT, mT as tT, n$ as oT, b0 as iT, hQ as rT, aJ as nT, aL as lT, db as TT, ll as ET, l3 as _T, l4 as ST, kw as gT, kx as pT, kA as dT, bp as AT, bq as cT, kC as IT, kE as uT, kF as CT, kG as mT, n9 as OT, jk as RT, kH as DT, mX as PT, kI as yT, hU as NT, da as LT, dc as fT, nl as MT, nm as hT, nn as UT, kJ as FT, eV as bT, T as BT, kK as vT, dr as GT, gu as VT, gv as kT, nV as YT, aM as jT, bh as KT, lw as HT, nN as WT, cG as wT, mJ as xT, eH as XT, kN as zT, kO as qT, cE as QT, m_ as ZT, kP as JT, e6 as $T, mM as aE, ea as eE, e8 as sE, e7 as tE, e4 as oE, e1 as iE, lJ as rE, lL as nE, lK as lE, lq as TE, bd as EE, kh as _E, dK as SE, a3 as gE, mL as pE, f4 as dE, kQ as AE, cN as cE, cO as IE, kf as uE, aZ as CE, id as mE, a5 as OE, nI as RE, gQ as DE, gO as PE, dv as yE, kR as NE, il as LE, gP as fE, nT as ME, cf as hE, mw as UE, b3 as FE, L as bE, m7 as BE, ca as vE, aY as GE, cn as VE, g_ as kE, b as YE, gE as jE, gF as KE, cd as HE, gl as WE, mm as wE, b_ as xE, ms as XE, bY as zE, jR as qE, cg as QE, hi as ZE, hk as JE, f5 as $E, c as a_, hn as e_, hq as s_, b$ as t_, ft as o_, eK as i_, ah as r_, fq as n_, fn as l_, hO as T_, c4 as E_, m0 as __, cb as S_, m8 as g_, d as p_, fs as d_, fr as A_, bu as c_, mq as I_, i2 as u_, i4 as C_, i1 as m_, i3 as O_, ok as R_, fu as D_, lU as P_, ag as y_, ai as N_, cy as L_, c9 as f_, mx as M_, af as h_, F as U_, cx as F_, dU as b_, fl as B_, nj as v_, bN as G_, mt as V_, n2 as k_, ia as Y_, as as j_, h9 as K_, fB as H_, ar as W_, n1 as w_, jx as x_, cq as X_, f3 as z_, eJ as q_, f2 as Q_, f1 as Z_, f0 as J_, n0 as $_, k9 as aS, mr as eS, al as sS, fv as tS, ni as oS, jN as iS, n3 as rS, kc as nS, mV as lS, ho as TS, ht as ES, hs as _S, hp as SS, hG as gS, bU as pS, jO as dS, iT as AS, aj as cS, h_ as IS, mh as uS, ib as CS, dI as mS, dB as OS, gG as RS, kq as DS, i7 as PS, hc as yS, au as NS, ir as LS, e_ as fS, i8 as MS, hr as hS, bO as US, kD as FS, nh as bS, ak as BS, at as vS, mb as GS, c5 as VS, bg as kS, h6 as YS, bW as jS, ap as KS, lY as HS, aq as WS, cu as wS, mv as xS, f6 as XS, mg as zS, cv as qS, iW as QS, h3 as ZS, h2 as JS, cs as $S, fJ as ag, g9 as eg, j8 as sg, mf as tg, iy as og, me as ig, lX as rg, oq as ng, M as lg, fp as Tg, fm as Eg, m5 as _g, h0 as Sg, mk as gg, gH as pg, hI as dg, gK as Ag, an as cg, jL as Ig, h7 as ug, mj as Cg, a$ as mg, jy as Og, no as Rg, gZ as Dg, eZ as Pg, jw as yg, jv as Ng, nt as Lg, ns as fg, nf as Mg, j_ as hg, bM as Ug, c7 as Fg, dJ as bg, ne as Bg, am as vg, cr as Gg, hm as Vg, kb as kg, j$ as Yg, k0 as jg, k4 as Kg, k6 as Hg, ke as Wg, kj as wg, k1 as xg, kg as Xg, g$ as zg, ct as qg, h8 as Qg, kd as Zg, cw as Jg, gD as $g, a8 as ap, nk as ep, mW as sp, ma as tp, b1 as op, hX as ip, ka as rp, k7 as np, e$ as lp, gC as Tp, gJ as Ep, gY as _p, hd as Sp, ha as gp, g as pp, jC as dp, c2 as Ap, e5 as cp, e9 as Ip, mF as up, aa as Cp, ml as mp, m1 as Op, ao as Rp, h4 as Dp, h5 as Pp, nr as yp, np as Np, mi as Lp, w as fp, fM as Mp, m4 as hp, iU as Up, O as Fp, ce as bp, fL as Bp, bV as vp, dD as Gp, dC as Vp, lV as kp, iX as Yp, iZ as jp, mo as Kp, dV as Hp, i as Wp, m9 as wp, j as xp, c3 as Xp, cm as zp, i9 as qp, cW as Qp, bP as Zp, bQ as Jp, l_ as $p, jg as ad, jf as ed, k8 as sd, eY as td, jB as od, ad as id, z as rd, x as nd, c8 as ld, co as Td, gI as Ed, lW as _d, bK as Sd, ae as gd, c1 as pd, im as dd, y as Ad, c6 as cd, nq as Id, bR as ud, hb as Cd, iz as md, hl as Od, mp as Rd, m6 as Dd, bS as Pd, o7 as yd, md as Nd, mn as Ld, mc as fd, ac as Md, h1 as hd, ng as Ud, bt as Fd, iV as bd, J as Bd, ab as vd, ch as Gd, bG as Vd, mu as kd, bI as Yd, gp as jd, l9 as Kd, gX as Hd, bJ as Wd, lZ as wd, gW as xd, cp as Xd, H as zd, dX as qd, mG as Qd, hZ as Zd, hY as Jd, mH as $d, dW as aA, e2 as eA, eL as sA, c0 as tA, u as oA, eh as iA, ej as rA, g4 as nA, cz as lA, cc as TA, my as EA, bT as _A, mz as SA, mA as gA, cA as pA, mO as dA, m3 as AA, ci as cA, mB as IA, cB as uA, bZ as CA, ck as mA, mR as OA, W as RA, mC as DA, jE as PA, mD as yA, V as NA, cD as LA, d9 as fA, cj as MA, bX as hA, cF as UA, mE as FA, mY as bA, bL as BA, ge as vA, kM as GA, cH as VA, mZ as kA, mI as YA, cC as jA, on as KA, or as HA, ol as WA, o9 as wA, oi as xA, op as XA, of as zA, om as qA, o6 as QA, o5 as ZA, o8 as JA, oe as $A, oc as ac, ob as ec, oh as sc, oa as tc, bm as oc, bn as ic, od as rc, og as nc, oo as lc, l$ as Tc, m$ as Ec, m2 as _c } from "./@code-editor-
|
|
1
|
+
import { B as e, U as s, f as t, C as o, h as i, I as r } from "./@code-editor-MFmqCcoN.js";
|
|
2
|
+
import { nR as g, aW as p, ez as d, lR as A, fc as c, lo as I, le as u, fX as C, b5 as m, kY as O, aQ as R, lN as D, jJ as P, la as y, kS as N, fR as L, fS as f, fT as M, dy as h, jb as U, fU as F, A as b, dw as B, dx as v, nJ as G, fV as V, fW as k, fO as Y, n4 as j, lc as K, jK as H, jM as W, kr as w, fY as x, fZ as X, f_ as z, mU as q, ny as Q, fC as Z, c_ as J, di as $, dj as aa, j0 as ea, f$ as sa, gn as ta, o2 as oa, lt as ia, eu as ra, ep as na, ex as la, ek as Ta, ev as Ea, ey as _a, eo as Sa, en as ga, eI as pa, et as da, em as Aa, bk as ca, bj as Ia, g6 as ua, ga as Ca, g0 as ma, fI as Oa, fH as Ra, g1 as Da, hA as Pa, kL as ya, k as Na, l as La, m as fa, eX as Ma, eb as ha, eM as Ua, ef as Fa, eg as ba, ed as Ba, eO as va, eN as Ga, eT as Va, ec as ka, eW as Ya, ee as ja, eP as Ka, eR as Ha, eQ as Wa, ei as wa, aN as xa, eS as Xa, e3 as za, g2 as qa, g3 as Qa, gc as Za, g7 as Ja, g5 as $a, gf as ae, gg as ee, gh as se, k2 as te, go as oe, dq as ie, dp as re, dn as ne, nE as le, df as Te, lk as Ee, gk as _e, dd as Se, a4 as ge, nD as pe, nU as de, gb as Ae, fD as ce, fE as Ie, nb as ue, n7 as Ce, eF as me, eG as Oe, nc as Re, nd as De, lf as Pe, lh as ye, lg as Ne, nP as Le, lm as fe, dE as Me, hj as he, hg as Ue, lD as Fe, lA as be, fe as Be, es as ve, lQ as Ge, hz as Ve, gi as ke, gj as Ye, n as je, X as Ke, gm as He, gw as We, cT as we, o as xe, fw as Xe, fb as ze, he as qe, fy as Qe, hu as Ze, hv as Je, hw as $e, hx as as, jI as es, dM as ss, a7 as ts, a0 as os, bH as is, hy as rs, dO as ns, hf as ls, n8 as Ts, dR as Es, nO as _s, hB as Ss, hC as gs, hF as ps, d0 as ds, hH as As, K as cs, fG as Is, fF as us, hJ as Cs, hK as ms, cX as Os, hS as Rs, hR as Ds, bb as Ps, kX as ys, ly as Ns, aU as Ls, ba as fs, aB as Ms, ln as hs, ju as Us, js as Fs, jt as bs, el as Bs, mK as vs, lx as Gs, kZ as Vs, aH as ks, hW as Ys, eA as js, eB as Ks, ff as Hs, i5 as Ws, l6 as ws, ik as xs, lM as Xs, l8 as zs, ic as qs, aX as Qs, kB as Zs, lu as Js, f7 as $s, aD as at, ay as et, aA as st, ip as tt, ax as ot, az as it, fd as rt, dG as nt, S as lt, hM as Tt, D as Et, nA as _t, bs as St, lE as gt, hD as pt, nL as dt, ds as At, i0 as ct, h$ as It, i6 as ut, gq as Ct, gy as mt, gx as Ot, dg as Rt, o0 as Dt, br as Pt, k$ as yt, ks as Nt, gr as Lt, l0 as ft, d2 as Mt, io as ht, p as Ut, jc as Ft, bv as bt, bw as Bt, bx as vt, iq as Gt, n6 as Vt, n5 as kt, by as Yt, bA as jt, bz as Kt, bB as Ht, cl as Wt, dN as wt, is as xt, it as Xt, l5 as zt, lG as qt, aK as Qt, aI as Zt, lz as Jt, b4 as $t, kV as ao, l7 as eo, iv as so, iu as to, nS as oo, na as io, nw as ro, iw as no, l1 as lo, ix as To, E as Eo, q as _o, iA as So, iB as go, ih as po, av as Ao, a_ as co, iD as Io, iC as uo, gN as Co, dZ as mo, a2 as Oo, iE as Ro, iF as Do, dt as Po, ki as yo, dk as No, ky as Lo, iG as fo, iH as Mo, hE as ho, f9 as Uo, dF as Fo, dH as bo, fi as Bo, fh as vo, bE as Go, bC as Vo, bD as ko, iI as Yo, iK as jo, iL as Ko, iJ as Ho, iM as Wo, iN as wo, dS as xo, gB as Xo, iO as zo, nK as qo, iP as Qo, bf as Zo, iQ as Jo, G as $o, jQ as ai, kk as ei, iS as si, gM as ti, aw as oi, jd as ii, kU as ri, eD as ni, eC as li, eE as Ti, lH as Ei, d$ as _i, e0 as Si, be as gi, iY as pi, i_ as di, i$ as Ai, j1 as ci, j2 as Ii, dm as ui, mN as Ci, mP as mi, cJ as Oi, cI as Ri, de as Di, j3 as Pi, nu as yi, j4 as Ni, lI as Li, j5 as fi, dz as Mi, fK as hi, a6 as Ui, fx as Fi, nZ as bi, je as Bi, nv as vi, cK as Gi, j7 as Vi, j6 as ki, fk as Yi, ld as ji, aG as Ki, ja as Hi, j9 as Wi, cY as wi, aC as xi, b9 as Xi, nW as zi, jh as qi, nX as Qi, fP as Zi, jP as Ji, gz as $i, jj as ar, gs as er, lb as sr, o4 as tr, b8 as or, aR as ir, bF as rr, o3 as nr, aV as lr, aP as Tr, hP as Er, hV as _r, mS as Sr, dh as gr, cL as pr, dl as dr, jl as Ar, jS as cr, cM as Ir, jm as ur, kW as Cr, nC as mr, hT as Or, $ as Rr, jT as Dr, cV as Pr, cR as yr, cS as Nr, cU as Lr, fg as fr, l2 as Mr, eq as hr, N as Ur, fz as Fr, fa as br, gT as Br, eU as vr, gS as Gr, gR as Vr, nx as kr, jn as Yr, lp as jr, cP as Kr, dQ as Hr, dA as Wr, aE as wr, ii as xr, ij as Xr, li as zr, b7 as qr, lB as Qr, er as Zr, ie as Jr, lO as $r, iR as an, cZ as en, kz as sn, hL as tn, k_ as on, jo as rn, dL as nn, jA as ln, du as Tn, jz as En, jp as _n, jq as Sn, c$ as gn, jr as pn, Z as dn, nH as An, jD as cn, P as In, jF as un, jG as Cn, d1 as mn, nM as On, jH as Rn, bl as Dn, dP as Pn, fQ as yn, Q as Nn, lr as Ln, jU as fn, lS as Mn, fj as hn, aF as Un, R as Fn, s as bn, b2 as Bn, a1 as vn, Y as Gn, n_ as Vn, jV as kn, nz as Yn, dY as jn, t as Kn, o1 as Hn, aO as Wn, bo as wn, fA as xn, nF as Xn, fo as zn, nG as qn, nY as Qn, lF as Zn, nQ as Jn, e as $n, oj as al, hh as el, aS as sl, g8 as tl, bc as ol, b6 as il, jX as rl, lv as nl, bi as ll, kp as Tl, dT as El, kT as _l, gU as Sl, lP as gl, ig as pl, jW as dl, f8 as Al, _ as cl, gA as Il, d3 as ul, jY as Cl, jZ as ml, k3 as Ol, d4 as Rl, d5 as Dl, v as Pl, gd as yl, lj as Nl, a as Ll, kl as fl, km as Ml, fN as hl, d6 as Ul, d7 as Fl, k5 as bl, nB as Bl, kn as vl, ko as Gl, mQ as Vl, gt as kl, hN as Yl, cQ as jl, d8 as Kl, aT as Hl, a9 as Wl, gV as wl, kt as xl, gL as Xl, ku as zl, r as ql, kv as Ql, d_ as Zl, ls as Jl, lT as $l, ew as aT, lC as eT, ji as sT, mT as tT, n$ as oT, b0 as iT, hQ as rT, aJ as nT, aL as lT, db as TT, ll as ET, l3 as _T, l4 as ST, kw as gT, kx as pT, kA as dT, bp as AT, bq as cT, kC as IT, kE as uT, kF as CT, kG as mT, n9 as OT, jk as RT, kH as DT, mX as PT, kI as yT, hU as NT, da as LT, dc as fT, nl as MT, nm as hT, nn as UT, kJ as FT, eV as bT, T as BT, kK as vT, dr as GT, gu as VT, gv as kT, nV as YT, aM as jT, bh as KT, lw as HT, nN as WT, cG as wT, mJ as xT, eH as XT, kN as zT, kO as qT, cE as QT, m_ as ZT, kP as JT, e6 as $T, mM as aE, ea as eE, e8 as sE, e7 as tE, e4 as oE, e1 as iE, lJ as rE, lL as nE, lK as lE, lq as TE, bd as EE, kh as _E, dK as SE, a3 as gE, mL as pE, f4 as dE, kQ as AE, cN as cE, cO as IE, kf as uE, aZ as CE, id as mE, a5 as OE, nI as RE, gQ as DE, gO as PE, dv as yE, kR as NE, il as LE, gP as fE, nT as ME, cf as hE, mw as UE, b3 as FE, L as bE, m7 as BE, ca as vE, aY as GE, cn as VE, g_ as kE, b as YE, gE as jE, gF as KE, cd as HE, gl as WE, mm as wE, b_ as xE, ms as XE, bY as zE, jR as qE, cg as QE, hi as ZE, hk as JE, f5 as $E, c as a_, hn as e_, hq as s_, b$ as t_, ft as o_, eK as i_, ah as r_, fq as n_, fn as l_, hO as T_, c4 as E_, m0 as __, cb as S_, m8 as g_, d as p_, fs as d_, fr as A_, bu as c_, mq as I_, i2 as u_, i4 as C_, i1 as m_, i3 as O_, ok as R_, fu as D_, lU as P_, ag as y_, ai as N_, cy as L_, c9 as f_, mx as M_, af as h_, F as U_, cx as F_, dU as b_, fl as B_, nj as v_, bN as G_, mt as V_, n2 as k_, ia as Y_, as as j_, h9 as K_, fB as H_, ar as W_, n1 as w_, jx as x_, cq as X_, f3 as z_, eJ as q_, f2 as Q_, f1 as Z_, f0 as J_, n0 as $_, k9 as aS, mr as eS, al as sS, fv as tS, ni as oS, jN as iS, n3 as rS, kc as nS, mV as lS, ho as TS, ht as ES, hs as _S, hp as SS, hG as gS, bU as pS, jO as dS, iT as AS, aj as cS, h_ as IS, mh as uS, ib as CS, dI as mS, dB as OS, gG as RS, kq as DS, i7 as PS, hc as yS, au as NS, ir as LS, e_ as fS, i8 as MS, hr as hS, bO as US, kD as FS, nh as bS, ak as BS, at as vS, mb as GS, c5 as VS, bg as kS, h6 as YS, bW as jS, ap as KS, lY as HS, aq as WS, cu as wS, mv as xS, f6 as XS, mg as zS, cv as qS, iW as QS, h3 as ZS, h2 as JS, cs as $S, fJ as ag, g9 as eg, j8 as sg, mf as tg, iy as og, me as ig, lX as rg, oq as ng, M as lg, fp as Tg, fm as Eg, m5 as _g, h0 as Sg, mk as gg, gH as pg, hI as dg, gK as Ag, an as cg, jL as Ig, h7 as ug, mj as Cg, a$ as mg, jy as Og, no as Rg, gZ as Dg, eZ as Pg, jw as yg, jv as Ng, nt as Lg, ns as fg, nf as Mg, j_ as hg, bM as Ug, c7 as Fg, dJ as bg, ne as Bg, am as vg, cr as Gg, hm as Vg, kb as kg, j$ as Yg, k0 as jg, k4 as Kg, k6 as Hg, ke as Wg, kj as wg, k1 as xg, kg as Xg, g$ as zg, ct as qg, h8 as Qg, kd as Zg, cw as Jg, gD as $g, a8 as ap, nk as ep, mW as sp, ma as tp, b1 as op, hX as ip, ka as rp, k7 as np, e$ as lp, gC as Tp, gJ as Ep, gY as _p, hd as Sp, ha as gp, g as pp, jC as dp, c2 as Ap, e5 as cp, e9 as Ip, mF as up, aa as Cp, ml as mp, m1 as Op, ao as Rp, h4 as Dp, h5 as Pp, nr as yp, np as Np, mi as Lp, w as fp, fM as Mp, m4 as hp, iU as Up, O as Fp, ce as bp, fL as Bp, bV as vp, dD as Gp, dC as Vp, lV as kp, iX as Yp, iZ as jp, mo as Kp, dV as Hp, i as Wp, m9 as wp, j as xp, c3 as Xp, cm as zp, i9 as qp, cW as Qp, bP as Zp, bQ as Jp, l_ as $p, jg as ad, jf as ed, k8 as sd, eY as td, jB as od, ad as id, z as rd, x as nd, c8 as ld, co as Td, gI as Ed, lW as _d, bK as Sd, ae as gd, c1 as pd, im as dd, y as Ad, c6 as cd, nq as Id, bR as ud, hb as Cd, iz as md, hl as Od, mp as Rd, m6 as Dd, bS as Pd, o7 as yd, md as Nd, mn as Ld, mc as fd, ac as Md, h1 as hd, ng as Ud, bt as Fd, iV as bd, J as Bd, ab as vd, ch as Gd, bG as Vd, mu as kd, bI as Yd, gp as jd, l9 as Kd, gX as Hd, bJ as Wd, lZ as wd, gW as xd, cp as Xd, H as zd, dX as qd, mG as Qd, hZ as Zd, hY as Jd, mH as $d, dW as aA, e2 as eA, eL as sA, c0 as tA, u as oA, eh as iA, ej as rA, g4 as nA, cz as lA, cc as TA, my as EA, bT as _A, mz as SA, mA as gA, cA as pA, mO as dA, m3 as AA, ci as cA, mB as IA, cB as uA, bZ as CA, ck as mA, mR as OA, W as RA, mC as DA, jE as PA, mD as yA, V as NA, cD as LA, d9 as fA, cj as MA, bX as hA, cF as UA, mE as FA, mY as bA, bL as BA, ge as vA, kM as GA, cH as VA, mZ as kA, mI as YA, cC as jA, on as KA, or as HA, ol as WA, o9 as wA, oi as xA, op as XA, of as zA, om as qA, o6 as QA, o5 as ZA, o8 as JA, oe as $A, oc as ac, ob as ec, oh as sc, oa as tc, bm as oc, bn as ic, od as rc, og as nc, oo as lc, l$ as Tc, m$ as Ec, m2 as _c } from "./@code-editor-MFmqCcoN.js";
|
|
3
3
|
import { j as a } from "./@vendor-DEAetXNs.js";
|
|
4
4
|
import { cr as gc } from "./@vendor-DEAetXNs.js";
|
|
5
|
-
import { H as dc, R as Ac, c as cc, g as Ic, a as uc, b as Cc } from "./@common-rjsf-
|
|
5
|
+
import { H as dc, R as Ac, c as cc, g as Ic, a as uc, b as Cc } from "./@common-rjsf-DXjYXy5K.js";
|
|
6
6
|
import { A as Oc, a as Rc, m as Dc, e as Pc, f as yc, c as Nc, u as Lc } from "./@framer-motion-BbD0XILR.js";
|
|
7
7
|
const n = () => /* @__PURE__ */ a.jsx(
|
|
8
8
|
e,
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
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 4a7 7 0 0 1 7 7v4.333c0 .368.299.667.667.667.736 0 1.333.597 1.333 1.333v.167a1.5 1.5 0 0 1-1.5 1.5H14M12 4a7 7 0 0 0-7 7v4.333a.667.667 0 0 1-.667.667C3.597 16 3 16.597 3 17.333v.167A1.5 1.5 0 0 0 4.5 19H10m2-15V2m-2 17v1a2 2 0 1 0 4 0v-1m-4 0h4" vector-effect="non-scaling-stroke"/>
|
|
3
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
-
<rect width="18" height="24" fill="url(#pattern0_3098_10236)"/>
|
|
3
|
-
<defs>
|
|
4
|
-
<pattern id="pattern0_3098_10236" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
5
|
-
<use xlink:href="#image0_3098_10236" transform="scale(0.0025641 0.00195312)"/>
|
|
6
|
-
</pattern>
|
|
7
|
-
<image id="image0_3098_10236" width="512" height="512" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
|
|
8
|
-
</defs>
|
|
9
|
-
</svg>
|