@devtron-labs/devtron-fe-common-lib 1.6.0-patch-1-beta-1 → 1.6.0-patch-2-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-PA6pXD_p.js → @code-editor-DKgKRU7L.js} +520 -520
- package/dist/{@common-rjsf-CPlDVgB5.js → @common-rjsf-3WXpB54j.js} +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +2 -1
- package/dist/Shared/Components/Header/index.d.ts +1 -0
- package/dist/Shared/Components/Header/utils.d.ts +1 -1
- package/dist/index.js +245 -242
- package/package.json +1 -1
@@ -2,7 +2,7 @@ import { j as t, J as $ } from "./@vendor-Ci3Uw6V9.js";
|
|
2
2
|
import A, { forwardRef as E } from "react";
|
3
3
|
import L, { getDefaultRegistry as D } from "@rjsf/core";
|
4
4
|
import H from "@rjsf/validator-ajv8";
|
5
|
-
import { T, c as U, a as k, i as J, b as y, d as S } from "./@code-editor-
|
5
|
+
import { T, c as U, a as k, i as J, b as y, d as S } from "./@code-editor-DKgKRU7L.js";
|
6
6
|
import M, { components as B } from "react-select";
|
7
7
|
import { ReactComponent as V } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
8
8
|
import { getUiOptions as C, getTemplate as I, getSubmitButtonOptions as W, ADDITIONAL_PROPERTY_FLAG as P, errorId as q, englishStringTranslator as K, TranslatableString as Y, titleId as z, canExpand as G, deepEquals as Q } from "@rjsf/utils";
|
@@ -56,7 +56,8 @@ export declare enum GetTemplateAPIRouteType {
|
|
56
56
|
EXTERNAL_CI = "external-ci",
|
57
57
|
CI_PIPELINE = "ci-pipeline",
|
58
58
|
CD_PIPELINE = "cd-pipeline",
|
59
|
-
CONFIG_STRATEGY = "config/strategy"
|
59
|
+
CONFIG_STRATEGY = "config/strategy",
|
60
|
+
CHART_REF = "chartRef"
|
60
61
|
}
|
61
62
|
export interface GetTemplateAPIRouteProps {
|
62
63
|
type: GetTemplateAPIRouteType;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
export declare const getDateInMilliseconds: (days: any) => number;
|
2
|
-
export declare const handlePostHogEventUpdate: (
|
2
|
+
export declare const handlePostHogEventUpdate: (eventName: string) => Promise<void>;
|
3
3
|
export declare const setActionWithExpiry: (key: string, days: number) => void;
|