@devtron-labs/devtron-fe-common-lib 1.15.0-pre-3 → 1.15.0-pre-4-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-GYJuOzj0.js → @code-editor-Czag4IbD.js} +3077 -3083
- package/dist/{@common-rjsf-DZ-pNCCg.js → @common-rjsf-C8Io8Ugi.js} +1 -1
- package/dist/Common/Dialogs/Types.d.ts +0 -17
- package/dist/Common/Dialogs/index.d.ts +0 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +2 -0
- package/dist/assets/ic-add.31531526.svg +3 -0
- package/dist/assets/ic-folder-color.7cf84356.svg +6 -0
- package/dist/assets/ic-minus.27e3c9bc.svg +5 -0
- package/dist/index.js +763 -764
- package/package.json +1 -1
- package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -11
- package/dist/assets/ic-add.18a93616.svg +0 -19
@@ -1,7 +1,7 @@
|
|
1
1
|
import { j as n, as as b, au as k, at as W } from "./@vendor-STJ9h0oI.js";
|
2
2
|
import V, { forwardRef as J, useMemo as P } from "react";
|
3
3
|
import K, { getDefaultRegistry as q } from "@rjsf/core";
|
4
|
-
import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-
|
4
|
+
import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-Czag4IbD.js";
|
5
5
|
import Q, { components as D } from "react-select";
|
6
6
|
import { ReactComponent as X } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
7
7
|
import { getUiOptions as $, getTemplate as B, getSubmitButtonOptions as Z, ADDITIONAL_PROPERTY_FLAG as L, errorId as ee, englishStringTranslator as te, TranslatableString as ne, titleId as re, canExpand as ae, deepEquals as se } from "@rjsf/utils";
|
@@ -32,23 +32,6 @@ export interface ForceDeleteDialogType {
|
|
32
32
|
forceDeleteDialogTitle: string;
|
33
33
|
forceDeleteDialogMessage: string;
|
34
34
|
}
|
35
|
-
export interface ConfirmationDialogType {
|
36
|
-
className?: string;
|
37
|
-
children: any;
|
38
|
-
close?: (e: any) => void;
|
39
|
-
}
|
40
|
-
export interface ConfirmationDialogIconType {
|
41
|
-
src: string;
|
42
|
-
className?: string;
|
43
|
-
}
|
44
|
-
export interface ConfirmationDialogBodyType {
|
45
|
-
title: string;
|
46
|
-
subtitle?: ReactNode;
|
47
|
-
children?: any;
|
48
|
-
}
|
49
|
-
export interface ConfirmationDialogButtonGroupType {
|
50
|
-
children: any;
|
51
|
-
}
|
52
35
|
export interface DialogFormProps {
|
53
36
|
className: string;
|
54
37
|
title: string;
|
@@ -77,6 +77,7 @@ export declare const iconMap: {
|
|
77
77
|
'ic-filter-applied': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
78
78
|
'ic-filter': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
79
79
|
'ic-flask': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
80
|
+
'ic-folder-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
80
81
|
'ic-folder-user': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
81
82
|
'ic-gear': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
82
83
|
'ic-gift-gradient': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
@@ -123,6 +124,7 @@ export declare const iconMap: {
|
|
123
124
|
'ic-memory': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
124
125
|
'ic-microsoft': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
125
126
|
'ic-minikube': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
127
|
+
'ic-minus': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
126
128
|
'ic-missing': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
127
129
|
'ic-mobile': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
128
130
|
'ic-monitoring': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g id="Icon/Color/ic-folder-color">
|
3
|
+
<path id="Vector" d="M20 6H11L9 4H4C2.9 4 2 4.9 2 6V10H22V8C22 6.9 21.1 6 20 6Z" fill="#72ACE6"/>
|
4
|
+
<path id="Vector_2" d="M20 6H4C2.9 6 2 6.9 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6Z" fill="#ABCFF3"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|