@devtron-labs/devtron-fe-common-lib 1.2.4 → 1.2.5-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-BJnp-BE4.js → @code-editor-BXzLnnOG.js} +3520 -3454
- package/dist/{@common-rjsf-DO0g3_cl.js → @common-rjsf-BQcgb0iz.js} +1 -1
- package/dist/Common/Constants.d.ts +1 -0
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +3 -0
- package/dist/Common/SegmentedControl/index.d.ts +2 -0
- package/dist/Common/SegmentedControl/types.d.ts +9 -0
- package/dist/Common/index.d.ts +1 -0
- package/dist/Shared/Services/app.service.d.ts +1 -0
- package/dist/Shared/Services/app.types.d.ts +1 -1
- package/dist/Shared/types.d.ts +1 -0
- package/dist/index.js +548 -545
- package/package.json +1 -1
@@ -2,7 +2,7 @@ import { j as n, J as A } from "./@vendor-RU8AW1bK.js";
|
|
2
2
|
import E, { forwardRef as $ } from "react";
|
3
3
|
import L, { getDefaultRegistry as k } from "@rjsf/core";
|
4
4
|
import D from "@rjsf/validator-ajv8";
|
5
|
-
import { T as y, c as H, a as J, d as w } from "./@code-editor-
|
5
|
+
import { T as y, c as H, a as J, d as w } from "./@code-editor-BXzLnnOG.js";
|
6
6
|
import M, { components as O } from "react-select";
|
7
7
|
import { getUiOptions as B, getTemplate as I, getSubmitButtonOptions as U, ADDITIONAL_PROPERTY_FLAG as P, errorId as W, englishStringTranslator as V, TranslatableString as q, titleId as K, canExpand as Y, deepEquals as z } from "@rjsf/utils";
|
8
8
|
import { ReactComponent as G } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
package/dist/Common/index.d.ts
CHANGED
@@ -9,3 +9,4 @@ export declare const getAppEnvDeploymentConfig: ({ params, signal, }: {
|
|
9
9
|
params: AppEnvDeploymentConfigPayloadType;
|
10
10
|
signal?: AbortSignal;
|
11
11
|
}) => Promise<ResponseType<AppEnvDeploymentConfigDTO>>;
|
12
|
+
export declare const getCompareSecretsData: (params: AppEnvDeploymentConfigPayloadType[]) => Promise<AppEnvDeploymentConfigDTO[]>;
|
@@ -213,7 +213,7 @@ export type AppEnvDeploymentConfigPayloadType = {
|
|
213
213
|
appName: string;
|
214
214
|
envName: string;
|
215
215
|
configType: AppEnvDeploymentConfigType;
|
216
|
-
|
216
|
+
wfrId?: number;
|
217
217
|
pipelineId?: number;
|
218
218
|
resourceType?: ConfigResourceType;
|
219
219
|
resourceId?: number;
|
package/dist/Shared/types.d.ts
CHANGED
@@ -585,6 +585,7 @@ export declare enum ConfigurationType {
|
|
585
585
|
GUI = "GUI",
|
586
586
|
YAML = "YAML"
|
587
587
|
}
|
588
|
+
export declare const CONFIGURATION_TYPE_OPTIONS: OptionType<ConfigurationType, ConfigurationType>[];
|
588
589
|
export interface BaseURLParams {
|
589
590
|
appId: string;
|
590
591
|
envId: string;
|