@devtron-labs/devtron-fe-common-lib 1.2.8-beta-2 → 1.2.9-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-BEceVER4.js → @code-editor-09h2eIN6.js} +5766 -5608
- package/dist/{@common-rjsf--SfC2_Jn.js → @common-rjsf-4LmtVSLe.js} +2 -2
- package/dist/{@framer-motion-DHzxZlAx.js → @framer-motion-B6d1rF48.js} +1 -1
- package/dist/{@react-dates-BZU5RIqe.js → @react-dates-DUsXL6Ns.js} +1 -1
- package/dist/{@react-select-Dx53b3Wk.js → @react-select--zt85pEZ.js} +1 -1
- package/dist/{@vendor-BG3OpQCq.js → @vendor-DI8rS9OQ.js} +94 -95
- package/dist/Common/CIPipeline.Types.d.ts +41 -5
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +1 -2
- package/dist/Common/CodeEditor/types.d.ts +1 -2
- package/dist/Common/Common.service.d.ts +9 -3
- package/dist/Common/Constants.d.ts +4 -3
- package/dist/Common/Helper.d.ts +3 -3
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/RJSF/index.d.ts +1 -1
- package/dist/Common/Types.d.ts +15 -3
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +3 -21
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +1 -2
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +0 -7
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +7 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/index.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/constants.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/index.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/services.d.ts +7 -0
- package/dist/Pages/Applications/DevtronApps/Details/index.d.ts +1 -0
- package/dist/Pages/index.d.ts +0 -1
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +0 -6
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +5 -1
- package/dist/Shared/Components/FileUpload/FileUpload.d.ts +2 -0
- package/dist/Shared/Components/FileUpload/index.d.ts +2 -0
- package/dist/Shared/Components/FileUpload/types.d.ts +8 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/type.d.ts +5 -0
- package/dist/Shared/Components/index.d.ts +1 -1
- package/dist/Shared/Helpers.d.ts +3 -5
- package/dist/Shared/Hooks/useForm/useForm.d.ts +0 -4
- package/dist/Shared/Services/app.types.d.ts +0 -4
- package/dist/Shared/types.d.ts +30 -6
- package/dist/assets/ic-cloud-upload.18066e05.svg +3 -0
- package/dist/assets/ic-file-code.21a1f748.svg +7 -0
- package/dist/assets/ic-stamp.8689f42d.svg +9 -0
- package/dist/assets/ic-var-initial.afdaa854.svg +25 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +543 -539
- package/package.json +1 -1
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/index.d.ts +0 -2
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/types.d.ts +0 -2
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/utils.d.ts +0 -6
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/index.d.ts +0 -1
- package/dist/Pages/App/AppConfiguration/index.d.ts +0 -1
- package/dist/Pages/App/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/utils.d.ts +0 -3
- package/dist/Shared/Components/EnterpriseTag/EnterpriseTag.component.d.ts +0 -2
- package/dist/Shared/Components/EnterpriseTag/index.d.ts +0 -1
- package/dist/assets/ic-file-code.80000c9b.svg +0 -7
- package/dist/assets/ic-medal.4a7e5cbc.svg +0 -3
- package/dist/assets/ic-stamp.526499d2.svg +0 -7
@@ -0,0 +1,7 @@
|
|
1
|
+
import { UploadFileDTO, UploadFileProps } from '../../../../../Shared/types';
|
2
|
+
import { APIOptions } from '../../../../../Common/Types';
|
3
|
+
export declare const uploadCIPipelineFile: ({ file, appId, ciPipelineId, envId, allowedExtensions, maxUploadSize, abortControllerRef, }: {
|
4
|
+
appId: number;
|
5
|
+
ciPipelineId: number;
|
6
|
+
envId?: number;
|
7
|
+
} & UploadFileProps & Pick<APIOptions, "abortControllerRef">) => Promise<UploadFileDTO>;
|
package/dist/Pages/index.d.ts
CHANGED
@@ -54,12 +54,6 @@ export type CollapsibleListItem<TabType extends TabOptions = 'navLink'> = Condit
|
|
54
54
|
*/
|
55
55
|
tooltipProps?: TippyProps;
|
56
56
|
};
|
57
|
-
/**
|
58
|
-
* If `true`, clears query parameters during navigation.
|
59
|
-
*
|
60
|
-
* @default false
|
61
|
-
*/
|
62
|
-
clearQueryParamsOnNavigation?: boolean;
|
63
57
|
};
|
64
58
|
export interface CollapsibleListConfig<TabType extends TabOptions = 'navLink'> {
|
65
59
|
/**
|
@@ -4,6 +4,7 @@ import { UseStateFiltersReturnType } from '../../../Common/Hooks';
|
|
4
4
|
import { TooltipProps } from '@Common/Tooltip/types';
|
5
5
|
import { SelectPickerOptionType, SelectPickerProps } from '../SelectPicker';
|
6
6
|
import { SelectTextAreaProps } from '../SelectTextArea';
|
7
|
+
import { FileUploadProps } from '../FileUpload';
|
7
8
|
/**
|
8
9
|
* Interface representing header for a dynamic data table.
|
9
10
|
* @template K - A string representing the key type.
|
@@ -24,7 +25,8 @@ export declare enum DynamicDataTableRowDataType {
|
|
24
25
|
TEXT = "text",
|
25
26
|
DROPDOWN = "dropdown",
|
26
27
|
SELECT_TEXT = "select-text",
|
27
|
-
BUTTON = "button"
|
28
|
+
BUTTON = "button",
|
29
|
+
FILE_UPLOAD = "file-upload"
|
28
30
|
}
|
29
31
|
export type DynamicDataTableCellPropsMap = {
|
30
32
|
[DynamicDataTableRowDataType.TEXT]: Omit<ResizableTagTextAreaProps, 'id' | 'className' | 'minHeight' | 'maxHeight' | 'value' | 'onChange' | 'disabled' | 'disableOnBlurResizeToMinHeight' | 'refVar' | 'dependentRef'>;
|
@@ -36,6 +38,7 @@ export type DynamicDataTableCellPropsMap = {
|
|
36
38
|
icon?: ReactNode;
|
37
39
|
text: string;
|
38
40
|
};
|
41
|
+
[DynamicDataTableRowDataType.FILE_UPLOAD]: Omit<FileUploadProps, 'className' | 'fileName' | 'onUpload' | 'multiple'>;
|
39
42
|
};
|
40
43
|
type DynamicDataTableCellData<T extends keyof DynamicDataTableCellPropsMap = keyof DynamicDataTableCellPropsMap> = T extends keyof DynamicDataTableCellPropsMap ? {
|
41
44
|
type: T;
|
@@ -120,6 +123,7 @@ export type DynamicDataTableProps<K extends string, CustomStateType = Record<str
|
|
120
123
|
* @param extraData - Additional data, such as a selected value for dropdowns.
|
121
124
|
*/
|
122
125
|
onRowEdit: (row: DynamicDataTableRowType<K, CustomStateType>, headerKey: K, value: string, extraData: {
|
126
|
+
files?: File[];
|
123
127
|
selectedValue?: SelectPickerOptionType<string>;
|
124
128
|
}) => void;
|
125
129
|
/**
|
@@ -134,5 +134,5 @@ import { SelectPickerProps } from './type';
|
|
134
134
|
* />
|
135
135
|
* ```
|
136
136
|
*/
|
137
|
-
declare const SelectPicker: <OptionValue, IsMulti extends boolean>({ error, icon, helperText, placeholder, label, showSelectedOptionIcon, size, disabledTippyContent, showSelectedOptionsCount, menuSize, optionListError, reloadOptionList, menuPosition, variant, disableDescriptionEllipsis, multiSelectProps, isMulti, name, classNamePrefix, shouldRenderCustomOptions, isSearchable, selectRef, shouldMenuAlignRight, fullWidth, customSelectedOptionsCount, renderMenuListFooter, inputValue, onInputChange, isCreatable, onCreateOption, closeMenuOnSelect, shouldShowNoOptionsMessage, ...props }: SelectPickerProps<OptionValue, IsMulti>) => JSX.Element;
|
137
|
+
declare const SelectPicker: <OptionValue, IsMulti extends boolean>({ error, icon, helperText, placeholder, label, showSelectedOptionIcon, size, disabledTippyContent, showSelectedOptionsCount, menuSize, optionListError, reloadOptionList, menuPosition, variant, disableDescriptionEllipsis, multiSelectProps, isMulti, name, classNamePrefix, shouldRenderCustomOptions, isSearchable, selectRef, shouldMenuAlignRight, fullWidth, customSelectedOptionsCount, renderMenuListFooter, inputValue, onInputChange, isCreatable, onCreateOption, closeMenuOnSelect, shouldShowNoOptionsMessage, formatCreateLabel, ...props }: SelectPickerProps<OptionValue, IsMulti>) => JSX.Element;
|
138
138
|
export default SelectPicker;
|
@@ -153,6 +153,11 @@ export type SelectPickerProps<OptionValue = number | string, IsMulti extends boo
|
|
153
153
|
* @default true
|
154
154
|
*/
|
155
155
|
shouldShowNoOptionsMessage?: boolean;
|
156
|
+
/**
|
157
|
+
* Gets the label for the "create new ..." option in the menu.
|
158
|
+
* @param inputValue the current input value.
|
159
|
+
*/
|
160
|
+
formatCreateLabel?: (inputValue: string) => ReactNode;
|
156
161
|
} & (IsMulti extends true ? {
|
157
162
|
isMulti: IsMulti | boolean;
|
158
163
|
multiSelectProps?: {
|
@@ -41,7 +41,7 @@ export * from './Collapse';
|
|
41
41
|
export * from './Security';
|
42
42
|
export * from './Button';
|
43
43
|
export * from './InvalidYAMLTippy';
|
44
|
-
export * from './EnterpriseTag';
|
45
44
|
export * from './ConfirmationModal';
|
46
45
|
export * from './DiffViewer';
|
47
46
|
export * from './DynamicDataTable';
|
47
|
+
export * from './FileUpload';
|
package/dist/Shared/Helpers.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ReactElement } from 'react';
|
2
2
|
import { Pair } from 'yaml';
|
3
|
-
import { StrictRJSFSchema } from '@rjsf/utils';
|
4
3
|
import { MaterialHistoryType } from '@Shared/Services/app.types';
|
5
4
|
import { MaterialInfo, SortingOrder, UserApprovalConfigType } from '../Common';
|
6
5
|
import { GitTriggers, IntersectionChangeHandler, IntersectionOptions, PreventOutsideFocusProps, WebhookEventNameType } from './types';
|
@@ -67,11 +66,10 @@ export declare const getDefaultValueFromType: (value: unknown) => {};
|
|
67
66
|
*/
|
68
67
|
export declare const groupArrayByObjectKey: <T extends Record<string, any>, K extends keyof T>(array: T[], key: K) => Record<string, T[]>;
|
69
68
|
/**
|
70
|
-
*
|
71
|
-
*
|
72
|
-
* @
|
69
|
+
* @description - Function to get the lower case object
|
70
|
+
* @param input - The input object
|
71
|
+
* @returns Record<string, any>
|
73
72
|
*/
|
74
|
-
export declare const getNullValueFromType: (type: StrictRJSFSchema["type"]) => any;
|
75
73
|
export declare const getLowerCaseObject: (input: any) => Record<string, any>;
|
76
74
|
/**
|
77
75
|
* @description - Function to get the webhook date
|
@@ -61,10 +61,6 @@ export declare const useForm: <T extends Record<keyof T, any> = {}>(options?: {
|
|
61
61
|
keepTouched?: boolean;
|
62
62
|
/** A boolean indicating whether to retain the current error state of the form fields. */
|
63
63
|
keepErrors?: boolean;
|
64
|
-
/** A boolean indicating whether the form should check for dirty state upon reset. */
|
65
|
-
triggerDirty?: boolean;
|
66
|
-
/** A boolean indicating whether the initial values of the form should be retained after reset. If false, provided formData will become initial data. */
|
67
|
-
keepInitialValues?: boolean;
|
68
64
|
}) => void;
|
69
65
|
/** An object representing additional form state. */
|
70
66
|
formState: {
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { OverrideMergeStrategyType } from '../../Pages/Applications';
|
2
1
|
import { ReleaseTag } from '../../Common';
|
3
2
|
interface WebhookDataType {
|
4
3
|
id: number;
|
@@ -148,11 +147,9 @@ export declare enum CMSecretExternalType {
|
|
148
147
|
}
|
149
148
|
export interface ConfigDatum {
|
150
149
|
name: string;
|
151
|
-
mergeStrategy: OverrideMergeStrategyType;
|
152
150
|
type: string;
|
153
151
|
external: boolean;
|
154
152
|
data: Record<string, any>;
|
155
|
-
patchData: Record<string, any>;
|
156
153
|
defaultData: Record<string, any>;
|
157
154
|
global: boolean;
|
158
155
|
externalType: CMSecretExternalType;
|
@@ -175,7 +172,6 @@ export interface ConfigMapSecretDataType {
|
|
175
172
|
id: number;
|
176
173
|
appId: number;
|
177
174
|
configData: ConfigMapSecretDataConfigDatumDTO[];
|
178
|
-
isDeletable: boolean;
|
179
175
|
}
|
180
176
|
export declare enum ConfigResourceType {
|
181
177
|
ConfigMap = "ConfigMap",
|
package/dist/Shared/types.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import { Dayjs } from 'dayjs';
|
2
|
-
import { OptionType, CommonNodeAttr, ResponseType, UserApprovalConfigType, VulnerabilityType, DeploymentAppTypes, ServerErrors, SortingParams } from '../Common';
|
3
|
-
import { KeyValueListType } from './Components';
|
2
|
+
import { OptionType, CommonNodeAttr, ResponseType, UserApprovalConfigType, VulnerabilityType, DeploymentAppTypes, ServerErrors, SortingParams, ValueConstraintType, VariableType, RefVariableType, PluginType } from '../Common';
|
4
3
|
import { EnvironmentTypeEnum, PatchOperationType } from './constants';
|
5
4
|
export declare enum EnvType {
|
6
5
|
CHART = "helm_charts",
|
@@ -282,11 +281,27 @@ export interface GitTriggers {
|
|
282
281
|
CiConfigureSourceType: string;
|
283
282
|
CiConfigureSourceValue: string;
|
284
283
|
}
|
284
|
+
export interface RuntimePluginVariables extends Pick<VariableType, 'name' | 'value' | 'defaultValue' | 'format' | 'fileReferenceId' | 'fileMountDir'> {
|
285
|
+
variableStepScope: string;
|
286
|
+
valueConstraint: ValueConstraintType & {
|
287
|
+
id: number;
|
288
|
+
};
|
289
|
+
stepVariableId: number;
|
290
|
+
valueType: RefVariableType;
|
291
|
+
stepName: string;
|
292
|
+
stepType: PluginType;
|
293
|
+
isRequired: boolean;
|
294
|
+
pluginIcon?: string;
|
295
|
+
description?: string;
|
296
|
+
}
|
285
297
|
export interface RuntimeParamsAPIResponseType {
|
286
298
|
envVariables: Record<string, string>;
|
299
|
+
runtimePluginVariables: RuntimePluginVariables[];
|
287
300
|
}
|
288
301
|
export interface RuntimeParamsTriggerPayloadType {
|
289
|
-
runtimeParams:
|
302
|
+
runtimeParams: {
|
303
|
+
runtimePluginVariables: Pick<RuntimePluginVariables, 'name' | 'fileMountDir' | 'fileReferenceId' | 'value' | 'format' | 'variableStepScope'>[];
|
304
|
+
};
|
290
305
|
}
|
291
306
|
export declare enum CIMaterialSidebarType {
|
292
307
|
CODE_SOURCE = "Code Source",
|
@@ -596,9 +611,6 @@ export interface ConfigKeysWithLockType {
|
|
596
611
|
allowed: boolean;
|
597
612
|
}
|
598
613
|
export type DataAttributes = Record<`data-${string}`, unknown>;
|
599
|
-
export interface RuntimeParamsListItemType extends KeyValueListType {
|
600
|
-
id: number;
|
601
|
-
}
|
602
614
|
export declare enum RuntimeParamsHeadingType {
|
603
615
|
KEY = "key",
|
604
616
|
VALUE = "value"
|
@@ -740,4 +752,16 @@ export interface PreventOutsideFocusProps {
|
|
740
752
|
identifier: string;
|
741
753
|
preventFocus: boolean;
|
742
754
|
}
|
755
|
+
export interface UploadFileDTO {
|
756
|
+
id: number;
|
757
|
+
name: string;
|
758
|
+
size: number;
|
759
|
+
mimeType: string;
|
760
|
+
extension: string;
|
761
|
+
}
|
762
|
+
export interface UploadFileProps {
|
763
|
+
file: File[];
|
764
|
+
allowedExtensions?: string[];
|
765
|
+
maxUploadSize?: number;
|
766
|
+
}
|
743
767
|
export {};
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M5.99995 12.999H4.49995C4.0036 12.9985 3.51303 12.8925 3.0608 12.6879C2.60857 12.4833 2.20502 12.1849 1.87694 11.8124C1.54886 11.44 1.30376 11.002 1.1579 10.5276C1.01203 10.0531 0.968751 9.55309 1.03092 9.06065C1.09309 8.56821 1.25928 8.09462 1.51848 7.67132C1.77768 7.24802 2.12394 6.88469 2.53429 6.60545C2.94465 6.3262 3.4097 6.13744 3.89859 6.05167C4.38747 5.9659 4.88901 5.9851 5.36991 6.10799M4.99995 7.99902C5.00003 7.20679 5.18836 6.42592 5.54942 5.72076C5.91048 5.01559 6.43393 4.40631 7.07665 3.94312C7.71937 3.47994 8.46295 3.17611 9.24612 3.05667C10.0293 2.93722 10.8296 3.00559 11.5812 3.25613C12.3328 3.50668 13.0141 3.93222 13.5689 4.49771C14.1237 5.06319 14.5363 5.75242 14.7725 6.50861C15.0087 7.2648 15.0619 8.0663 14.9276 8.84706C14.7933 9.62783 14.4754 10.3655 14.0001 10.9993M7.37864 10.1204L9.49995 7.999M9.49995 7.999L11.6213 10.1204M9.49995 7.999V12.999" stroke="#0066CC" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-->
|
4
|
+
|
5
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
6
|
+
<path d="M4.66667 14H13.5005C13.5661 14 13.6312 13.9871 13.6918 13.9619C13.7525 13.9368 13.8076 13.9 13.854 13.8536C13.9005 13.8071 13.9373 13.752 13.9624 13.6913C13.9876 13.6307 14.0005 13.5657 14.0005 13.5V5.5M10.5005 2H4.5C4.36739 2 4.24021 2.05268 4.14645 2.14645C4.05268 2.24021 4 2.36739 4 2.5V5.25M10.5005 2L14.0005 5.5M10.5005 2V5.5H14.0005M3.30612 7.80952L2 9.56463L3.30612 11.3197M6.02721 7.80952L7.33333 9.56463L6.02721 11.3197" stroke="#0066CC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-->
|
4
|
+
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
6
|
+
<path d="M2.66675 14.6667H13.3334" stroke="#664BEE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+
<rect x="2.66675" y="8.66675" width="10.6667" height="3.33333" rx="1" stroke="#664BEE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
8
|
+
<path d="M5.88853 3.7765C5.6041 2.52497 6.55536 1.33325 7.8388 1.33325H8.16104C9.44448 1.33325 10.3957 2.52497 10.1113 3.77649L8.99992 8.66659H6.99992L5.88853 3.7765Z" stroke="#664BEE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
9
|
+
</svg>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<g id="ic-var-initial">
|
19
|
+
<g id="Vector">
|
20
|
+
<path d="M11.8244 6.26696V7.90053C11.8244 7.94068 11.847 7.96075 11.8922 7.96075H12.2686C13.1619 7.96075 13.6086 7.64207 13.6086 7.0047C13.6086 6.4376 13.1945 6.15404 12.3664 6.15404C12.2159 6.15404 12.0578 6.16659 11.8922 6.19168C11.847 6.20172 11.8244 6.22681 11.8244 6.26696ZM11.2147 10.9042C11.0992 10.9042 10.9989 10.8615 10.9135 10.7762C10.8282 10.6909 10.7856 10.5905 10.7856 10.4751V5.87551C10.7856 5.75506 10.8257 5.64716 10.906 5.55181C10.9863 5.45645 11.0867 5.40376 11.2071 5.39372C11.6337 5.35357 12.0453 5.3335 12.4417 5.3335C13.1795 5.3335 13.7315 5.47151 14.0979 5.74753C14.4642 6.01854 14.6474 6.40247 14.6474 6.89931C14.6474 7.25563 14.5496 7.5693 14.3538 7.84031C14.1631 8.11131 13.9047 8.30202 13.5784 8.41243C13.5734 8.41243 13.5709 8.41494 13.5709 8.41996C13.5709 8.43 13.5734 8.43501 13.5784 8.43501C13.8193 8.58557 14.0251 8.88167 14.1957 9.32331L14.6474 10.5052C14.6825 10.6006 14.67 10.6909 14.6098 10.7762C14.5546 10.8615 14.4768 10.9042 14.3764 10.9042H14.143C14.0126 10.9042 13.8946 10.8691 13.7892 10.7988C13.6838 10.7235 13.6086 10.6256 13.5634 10.5052L13.1418 9.3459C13.0515 9.105 12.9486 8.94691 12.8332 8.87164C12.7177 8.79636 12.5195 8.75872 12.2385 8.75872H11.8922C11.847 8.75872 11.8244 8.7813 11.8244 8.82647V10.4751C11.8244 10.5905 11.7818 10.6909 11.6965 10.7762C11.6162 10.8615 11.5183 10.9042 11.4029 10.9042H11.2147Z" fill="#596168"/>
|
21
|
+
<path d="M7.75703 6.34232L7.09457 8.70609C7.08955 8.72115 7.09206 8.73621 7.10209 8.75126C7.11213 8.76632 7.12468 8.77385 7.13973 8.77385H8.38937C8.40443 8.77385 8.41698 8.76632 8.42701 8.75126C8.43705 8.73621 8.43956 8.72115 8.43454 8.70609L7.77208 6.34232C7.77208 6.3373 7.76957 6.33479 7.76455 6.33479C7.75954 6.33479 7.75703 6.3373 7.75703 6.34232ZM5.80729 10.9043C5.70189 10.9043 5.61909 10.8616 5.55886 10.7763C5.49864 10.691 5.48609 10.5981 5.52122 10.4977L7.07951 5.81536C7.12468 5.69491 7.19745 5.59705 7.29782 5.52177C7.40321 5.44649 7.51864 5.40885 7.64411 5.40885H7.91511C8.0456 5.40885 8.16103 5.44649 8.2614 5.52177C8.36679 5.59705 8.43956 5.69491 8.47971 5.81536L10.038 10.4977C10.0731 10.5981 10.0606 10.691 10.0004 10.7763C9.94014 10.8616 9.85733 10.9043 9.75194 10.9043H9.48093C9.36048 10.9043 9.24756 10.8666 9.14217 10.7913C9.0418 10.711 8.97405 10.6107 8.93892 10.4902L8.69802 9.63956C8.693 9.59941 8.6654 9.57934 8.61521 9.57934H6.9139C6.86873 9.57934 6.84112 9.59941 6.83109 9.63956L6.59019 10.4902C6.56008 10.6107 6.49233 10.711 6.38694 10.7913C6.28657 10.8666 6.17365 10.9043 6.04818 10.9043H5.80729Z" fill="#596168"/>
|
22
|
+
<path d="M2.9112 10.4977L1.35291 5.81536C1.31778 5.71499 1.33033 5.62214 1.39055 5.53682C1.45077 5.45151 1.53358 5.40885 1.63897 5.40885H1.90998C2.03545 5.40885 2.15087 5.449 2.25627 5.5293C2.36166 5.60458 2.42941 5.70244 2.45952 5.82289L3.6113 9.8654C3.6113 9.87042 3.61381 9.87293 3.61883 9.87293C3.62384 9.87293 3.62635 9.87042 3.62635 9.8654L4.79319 5.81536C4.82832 5.69491 4.89607 5.59705 4.99644 5.52177C5.10183 5.44649 5.21726 5.40885 5.34273 5.40885H5.58362C5.68901 5.40885 5.77182 5.45151 5.83205 5.53682C5.89227 5.62214 5.90482 5.71499 5.86969 5.81536L4.3114 10.4977C4.27125 10.6182 4.19848 10.7161 4.09309 10.7913C3.99271 10.8666 3.87729 10.9043 3.7468 10.9043H3.47579C3.35033 10.9043 3.2349 10.8666 3.12951 10.7913C3.02914 10.7161 2.95637 10.6182 2.9112 10.4977Z" fill="#596168"/>
|
23
|
+
</g>
|
24
|
+
</g>
|
25
|
+
</svg>
|
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { OverrideMergeStrategyType } from './Pages/Applications';
|
2
1
|
export interface customEnv {
|
3
2
|
SENTRY_ENV?: string;
|
4
3
|
SENTRY_ERROR_ENABLED?: boolean;
|
@@ -79,8 +78,8 @@ export interface customEnv {
|
|
79
78
|
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string;
|
80
79
|
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string;
|
81
80
|
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string;
|
82
|
-
FEATURE_DEFAULT_MERGE_STRATEGY?: OverrideMergeStrategyType;
|
83
81
|
FEATURE_DEFAULT_LANDING_RB_ENABLE?: boolean;
|
82
|
+
FEATURE_CLUSTER_MAP_ENABLE?: boolean;
|
84
83
|
}
|
85
84
|
declare global {
|
86
85
|
interface Window {
|