@devtron-labs/devtron-fe-common-lib 1.20.1-pre-2 → 1.20.1-pre-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { j as n, 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-Pqkx5T0w.js";
4
+ import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as I, e as ne } from "./@code-editor-Azr9ZMMN.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,4 +3,9 @@ export declare const getApplicationManagementBreadcrumb: () => {
3
3
  component: JSX.Element;
4
4
  linked: boolean;
5
5
  };
6
+ list: {
7
+ component: JSX.Element;
8
+ };
9
+ d: any;
10
+ app: any;
6
11
  };
@@ -0,0 +1,11 @@
1
+ export declare const getAutomationEnablementBreadcrumbConfig: () => {
2
+ 'automation-and-enablement': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ job: any;
7
+ list: {
8
+ component: JSX.Element;
9
+ };
10
+ 'jobId(\\d+)': any;
11
+ };
@@ -1,3 +1,3 @@
1
1
  import { HeaderWithCreateButtonProps } from './types';
2
- export declare const HeaderWithCreateButton: ({ headerName, additionalHeaderInfo }: HeaderWithCreateButtonProps) => JSX.Element;
2
+ export declare const HeaderWithCreateButton: ({ isJobView }: HeaderWithCreateButtonProps) => JSX.Element;
3
3
  export default HeaderWithCreateButton;
@@ -1,8 +1,6 @@
1
1
  import { ActionMenuProps } from '../../ActionMenu';
2
- import { PageHeaderType } from '../types';
3
2
  export interface HeaderWithCreateButtonProps {
4
- headerName: string;
5
- additionalHeaderInfo: PageHeaderType['additionalHeaderInfo'];
3
+ isJobView?: boolean;
6
4
  }
7
5
  export declare enum CreateActionMenuItems {
8
6
  CUSTOM_APP = "create-custom-app",