@devtron-labs/devtron-fe-common-lib 1.9.3 → 1.9.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-CW-wpduc.js → @code-editor-T6Mhnd9I.js} +7499 -6983
- package/dist/{@common-rjsf-Bmfx5Fdj.js → @common-rjsf-nN8cdgqv.js} +2 -2
- package/dist/{@framer-motion-FKAND_5t.js → @framer-motion-d6Rrf9nF.js} +1 -1
- package/dist/{@react-dates-Cc7UHR4b.js → @react-dates-ClfZGMIH.js} +243 -243
- package/dist/{@react-select-45zYr11O.js → @react-select-BvPf5K_D.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-Du399kou.js → @react-virtualized-sticky-tree-BGA3IyDu.js} +1 -1
- package/dist/{@vendor-CSolG4o7.js → @vendor-KiGK4ZkE.js} +30964 -24836
- package/dist/Common/Constants.d.ts +94 -88
- package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +2 -0
- package/dist/Common/DeleteCINodeButton/index.d.ts +3 -0
- package/dist/Common/DeleteCINodeButton/types.d.ts +17 -0
- package/dist/Common/DeleteCINodeButton/utils.d.ts +2 -0
- package/dist/Common/GenericDescription/utils.d.ts +1 -0
- package/dist/Common/Tooltip/constants.d.ts +1 -0
- package/dist/Common/Types.d.ts +4 -0
- package/dist/Common/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +38 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +3 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +2 -1
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +26 -0
- package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
- package/dist/Shared/Components/GitProviderIcon/types.d.ts +8 -3
- package/dist/Shared/Components/GitProviderIcon/utils.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +4 -0
- package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +19 -0
- package/dist/Shared/Components/GraphVisualizer/constants.d.ts +15 -0
- package/dist/Shared/Components/GraphVisualizer/index.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/types.d.ts +12 -0
- package/dist/Shared/Components/GraphVisualizer/utils.d.ts +17 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +5 -0
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/constants.d.ts +7 -15
- package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +2 -1
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Services/app.service.d.ts +4 -1
- package/dist/Shared/Services/common.service.d.ts +2 -1
- package/dist/Shared/Services/index.d.ts +1 -0
- package/dist/Shared/Services/template.service.d.ts +2 -0
- package/dist/Shared/constants.d.ts +10 -0
- package/dist/Shared/validations.d.ts +1 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/assets/ic-add.18a93616.svg +19 -0
- package/dist/assets/ic-azure.49ec3dad.svg +23 -0
- package/dist/assets/ic-card-stack.efd37c91.svg +3 -0
- package/dist/assets/ic-copy.416d85f3.svg +3 -0
- package/dist/assets/ic-delete.a6e8d3ad.svg +19 -0
- package/dist/assets/ic-dockerhub.19023887.svg +3 -0
- package/dist/assets/ic-ecr.022619e3.svg +9 -0
- package/dist/assets/ic-google-artifact-registry.536fe6c7.svg +18 -0
- package/dist/assets/ic-google-container-registry.20eeef45.svg +19 -0
- package/dist/assets/ic-new.2c179139.svg +3 -0
- package/dist/assets/ic-quay.19eb5574.svg +11 -0
- package/dist/index.d.ts +6 -4
- package/dist/index.js +809 -795
- package/package.json +2 -1
- package/dist/assets/ic-azure.f469b426.svg +0 -39
- package/dist/assets/ic-dockerhub.ae468451.svg +0 -19
- package/dist/assets/ic-ecr.1701dc23.svg +0 -25
- package/dist/assets/ic-google-artifact-registry.73ff5bb0.svg +0 -25
- package/dist/assets/ic-google-container-registry.815ede09.svg +0 -25
- package/dist/assets/ic-quay.84004841.svg +0 -27
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1844 5.78683C21.1844 5.56504 21.0641 5.35835 20.847 5.23604L12.3319 1.08283C12.1376 0.972518 11.8961 0.972131 11.7021 1.08322L2.3147 6.43594C2.12071 6.54703 2 6.75333 2 6.97473V17.6798C2 17.9012 2.12071 18.1075 2.32058 18.2217L10.8525 22.9172C10.9497 22.9725 11.059 23 11.168 23C11.2765 23 11.3859 22.9725 11.4827 22.9172C11.6771 22.8065 11.7978 22.6002 11.7978 22.3784V11.4988L20.8697 6.32563C21.0641 6.21493 21.1844 6.00862 21.1844 5.78683ZM21.6849 7.58901C21.4901 7.47715 21.2487 7.47753 21.0543 7.58901L17.2994 9.72986C17.1818 9.79295 16.9052 9.9412 16.9052 10.247L16.8926 15.1716L13.3141 17.4445C13.1005 17.5699 12.9735 17.7684 12.9735 17.9782V22.347C12.9735 22.5657 13.093 22.7651 13.2933 22.8792C13.3979 22.9385 13.5143 22.9686 13.6303 22.9686C13.7444 22.9686 13.8584 22.94 13.9615 22.8812L21.6735 18.2387C21.8675 18.1276 21.9875 17.9213 21.9875 17.7011L22 8.12741C22 7.90601 21.8793 7.69971 21.6849 7.58901Z" fill="url(#paint0_linear_702_1763)"/>
|
3
|
+
<defs>
|
4
|
+
<linearGradient id="paint0_linear_702_1763" x1="2" y1="2201" x2="2192.05" y2="210.05" gradientUnits="userSpaceOnUse">
|
5
|
+
<stop stop-color="#C8511B"/>
|
6
|
+
<stop offset="1" stop-color="#FF9900"/>
|
7
|
+
</linearGradient>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.10714 2.31934L1 5.26576V18.7211L6.10714 21.6676V19.114L3.16071 17.4443V6.54255L6.10714 4.87291V2.31934Z" fill="#5C85DE"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7.81878V16.167L3.16071 17.4438V6.54199L1 7.81878Z" fill="#3367D6"/>
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7.81878L3.16071 7.32771V6.54199L1 7.81878Z" fill="#3367D6"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8929 2.31934V4.87291L20.8393 6.54255V17.4443L17.8929 19.114V21.6676L23 18.7211V5.26576L17.8929 2.31934Z" fill="#5C85DE"/>
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8393 17.4438L23 16.167V7.81878L20.8393 6.54199V17.4438Z" fill="#3367D6"/>
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8393 7.32771L23 7.81878L20.8393 6.54199V7.32771Z" fill="#3367D6"/>
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8393 16.7563V17.4438L23 16.167L20.8393 16.7563Z" fill="#3367D6"/>
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.36328L9.05357 6.93471L12 8.50614L14.9464 6.93471L12 5.36328Z" fill="#5C85DE"/>
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3929 12.1405L15.2411 10.5691V7.52441L12.3929 9.09584V12.1405Z" fill="#3367D6"/>
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7054 9.09584L8.75893 7.52441V10.5691L11.7054 12.1405V9.09584Z" fill="#3367D6"/>
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.62142 11.1338L5.77321 12.7052L8.62142 14.2766L11.3714 12.7052L8.62142 11.1338Z" fill="#5C85DE"/>
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.81786 17.9096L11.6661 16.3382V13.1953L8.81786 14.7667V17.9096Z" fill="#3367D6"/>
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.32679 14.7667L5.47858 13.1953V16.3382L8.32679 17.9096V14.7667Z" fill="#3367D6"/>
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4572 11.1338L12.6089 12.7052L15.4572 14.2766L18.3054 12.7052L15.4572 11.1338Z" fill="#5C85DE"/>
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7518 17.9096L18.6 16.3382V13.1953L15.7518 14.7667V17.9096Z" fill="#3367D6"/>
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1625 14.7667L12.3143 13.1953V16.3382L15.1625 17.9096V14.7667Z" fill="#3367D6"/>
|
18
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.137 2.10059L1 5.13659V18.8646L6.137 21.9006V19.2606L3.2 17.5226V6.47859L6.137 4.74059V2.10059Z" fill="#AECBFA"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.063 8.85437L12 10.5814L14.937 8.85437V5.37837L12 3.65137L9.063 5.37837V8.85437Z" fill="#AECBFA"/>
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.063 5.37988V8.85588L12 10.5829L14.937 8.85588V5.37988L12 7.11788L9.063 5.37988Z" fill="#669DF6"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 10.5829L14.937 8.85588V5.37988L12 7.11788V10.5829Z" fill="#4285F4"/>
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.737 15.9933L15.663 17.7203L18.6 15.9933V12.5173L15.663 10.7793L12.737 12.5173V15.9933Z" fill="#AECBFA"/>
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.737 12.5176V15.9936L15.663 17.7206L18.6 15.9936V12.5176L15.663 14.2556L12.737 12.5176Z" fill="#669DF6"/>
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.663 17.7206L18.6 15.9936V12.5176L15.663 14.2556V17.7206Z" fill="#4285F4"/>
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.39999 15.9933L8.33699 17.7203L11.263 15.9933V12.5173L8.33699 10.7793L5.39999 12.5173V15.9933Z" fill="#AECBFA"/>
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.39999 12.5176V15.9936L8.33699 17.7206L11.263 15.9936V12.5176L8.33699 14.2556L5.39999 12.5176Z" fill="#669DF6"/>
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33699 17.7206L11.263 15.9936V12.5176L8.33699 14.2556V17.7206Z" fill="#4285F4"/>
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7.78849V16.2255L3.2 17.5235V6.47949L1 7.78849Z" fill="#669DF6"/>
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7.78849L3.2 7.28249V6.47949L1 7.78849Z" fill="#4285F4"/>
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.2 17.5216V16.8836L1 16.2236L3.2 17.5216Z" fill="#4285F4"/>
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.863 2.10059V4.74059L20.8 6.47859V17.5226L17.863 19.2606V21.9006L23 18.8646V5.13659L17.863 2.10059Z" fill="#AECBFA"/>
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8 17.5235L23 16.2255V7.78849L20.8 6.47949V17.5235Z" fill="#669DF6"/>
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8 7.28249L23 7.78849L20.8 6.47949V7.28249Z" fill="#4285F4"/>
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8 16.8836V17.5216L23 16.2236L20.8 16.8836Z" fill="#4285F4"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
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="M9 5H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4m-5.765-7.662 1.639.603a2 2 0 0 1 1.185 1.186l.603 1.638a.36.36 0 0 0 .676 0l.603-1.639a2 2 0 0 1 1.186-1.185l1.638-.603a.36.36 0 0 0 0-.676l-1.639-.603a2 2 0 0 1-1.185-1.186l-.603-1.638a.36.36 0 0 0-.676 0l-.603 1.639a2 2 0 0 1-1.186 1.185l-1.638.603a.36.36 0 0 0 0 .676Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_702_1764)">
|
3
|
+
<path d="M18.1991 2.00098L22.9734 11.9584L18.1991 21.9162H14.1347L18.9089 11.9584L14.1347 2.00098H18.1992H18.1991ZM10.46 10.4605L12.1836 7.23281L11.9868 6.48139L9.83844 2.00098H5.774L9.95463 10.72L10.46 10.4605ZM11.9868 16.7675L10.4972 13.46L9.95463 13.1973L5.774 21.9162H9.83844L11.9869 17.4355V16.7675H11.9868Z" fill="#40B4E5"/>
|
4
|
+
<path d="M14.1349 21.9162L9.3606 11.9584L14.1349 2.00098H18.1993L13.425 11.9584L18.1993 21.9162H14.1349ZM5.77426 21.9162L1 11.9584L5.77426 2.00098H9.83876L5.06441 11.9584L9.83876 21.9162H5.77426Z" fill="var(--B700)"/>
|
5
|
+
</g>
|
6
|
+
<defs>
|
7
|
+
<clipPath id="clip0_702_1764">
|
8
|
+
<rect width="22" height="20" fill="white" transform="translate(1 2)"/>
|
9
|
+
</clipPath>
|
10
|
+
</defs>
|
11
|
+
</svg>
|
package/dist/index.d.ts
CHANGED
@@ -84,10 +84,6 @@ export interface customEnv {
|
|
84
84
|
* @default false
|
85
85
|
*/
|
86
86
|
FEATURE_CODE_MIRROR_ENABLE?: boolean;
|
87
|
-
/**
|
88
|
-
* If true, the experimental layout feature is enabled
|
89
|
-
*/
|
90
|
-
FEATURE_EXPERIMENTAL_MODERN_LAYOUT_ENABLE?: boolean;
|
91
87
|
/**
|
92
88
|
* If true, only pipelines to which the user has access will be shown across the application
|
93
89
|
* @default false
|
@@ -149,6 +145,12 @@ export interface customEnv {
|
|
149
145
|
* @default 300000
|
150
146
|
*/
|
151
147
|
SYSTEM_CONTROLLER_LISTING_TIMEOUT?: number;
|
148
|
+
/**
|
149
|
+
* If true, the application templates feature is enabled
|
150
|
+
*
|
151
|
+
* @default false
|
152
|
+
*/
|
153
|
+
FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
|
152
154
|
}
|
153
155
|
declare global {
|
154
156
|
interface Window {
|