@devtron-labs/devtron-fe-common-lib 1.23.3-beta-6 → 1.23.3-beta-8
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-y9ySXF0A.js → @code-editor-BHPwz-ps.js} +11486 -11935
- package/dist/@common-rjsf-D6Zh-Yrq.js +604 -0
- package/dist/@framer-motion-Bi7d_Mil.js +3606 -0
- package/dist/{@moment-DxWRjRhI.js → @moment-CGWt8tF2.js} +547 -504
- package/dist/@react-dates-CR-uCH60.js +7634 -0
- package/dist/{@react-select-wm1PF2qL.js → @react-select-C5q5RdNV.js} +3 -3
- package/dist/{@react-virtualized-sticky-tree-BUPoedBX.js → @react-virtualized-sticky-tree-LXSXNrbc.js} +1 -1
- package/dist/@vendor-CtCMPfdc.js +81580 -0
- package/dist/Common/API/QueryClientProvider.d.ts +1 -1
- package/dist/Common/API/reactQueryHooks.d.ts +2 -2
- package/dist/Common/AddCDButton/AddCDButton.d.ts +1 -1
- package/dist/Common/BreadCrumb/BreadCrumb.d.ts +1 -1
- package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +3 -3
- package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +1 -1
- package/dist/Common/BreadCrumb/Types.d.ts +0 -1
- package/dist/Common/ChartVersionAndTypeSelector.d.ts +1 -1
- package/dist/Common/Checkbox/Checkbox.d.ts +1 -1
- package/dist/Common/ClipboardButton/ClipboardButton.d.ts +1 -1
- package/dist/Common/Constants.d.ts +72 -2
- package/dist/Common/CustomTagSelector/PropagateTagInfo.d.ts +1 -1
- package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
- package/dist/Common/CustomTagSelector/TagDetails.d.ts +1 -1
- package/dist/Common/CustomTagSelector/TagLabelValueSelector.d.ts +1 -1
- package/dist/Common/DebouncedSearch/DebouncedSearch.d.ts +1 -1
- package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +1 -1
- package/dist/Common/DevtronCopyright.d.ts +1 -1
- package/dist/Common/DevtronProgressing/DevtronProgressing.d.ts +0 -1
- package/dist/Common/Dialogs/DialogForm.d.ts +6 -6
- package/dist/Common/DraggableWrapper/DraggableButton.d.ts +1 -1
- package/dist/Common/DraggableWrapper/DraggableWrapper.d.ts +1 -1
- package/dist/Common/Drawer/Drawer.d.ts +2 -2
- package/dist/Common/EmptyState/GenericEmptyState.d.ts +0 -1
- package/dist/Common/EmptyState/GenericFilterEmptyState.d.ts +1 -1
- package/dist/Common/ErrorPage.d.ts +1 -1
- package/dist/Common/ErrorScreenManager.d.ts +1 -1
- package/dist/Common/ErrorScreenNotAuthorized.d.ts +1 -1
- package/dist/Common/GenericDescription/GenericDescription.d.ts +1 -1
- package/dist/Common/GenericDescription/constant.d.ts +0 -40
- package/dist/Common/GenericDescription/types.d.ts +6 -1
- package/dist/Common/GenericDescription/utils.d.ts +1 -0
- package/dist/Common/Grid/Grid.d.ts +1 -1
- package/dist/Common/Helper.d.ts +4 -4
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/ImageTags.d.ts +2 -2
- package/dist/Common/InteractiveCellText/InteractiveCellText.d.ts +1 -1
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/Markdown/constant.d.ts +28 -0
- package/dist/Common/Modals/Modal.d.ts +1 -1
- package/dist/Common/Modals/VisibleModal.d.ts +5 -4
- package/dist/Common/Modals/VisibleModal2.d.ts +4 -4
- package/dist/Common/MultiSelectCustomization.d.ts +7 -7
- package/dist/Common/Pagination/PageSizeSelector.d.ts +1 -1
- package/dist/Common/Pagination/Pagination.d.ts +1 -1
- package/dist/Common/PopupMenu.d.ts +2 -2
- package/dist/Common/Progressing.d.ts +0 -1
- package/dist/Common/RJSF/Form.d.ts +2 -1
- package/dist/Common/RJSF/common/FieldRow.d.ts +1 -1
- package/dist/Common/RJSF/templates/ArrayFieldItemTemplate.d.ts +2 -2
- package/dist/Common/RJSF/templates/ArrayFieldTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/BaseInput.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/AddButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/RemoveButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/SubmitButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/Field.d.ts +1 -1
- package/dist/Common/RJSF/templates/FieldErrorTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/ObjectFieldTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/TitleField.d.ts +2 -3
- package/dist/Common/RJSF/templates/WrapIfAdditionalTemplate.d.ts +1 -1
- package/dist/Common/RJSF/utils.d.ts +1 -1
- package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
- package/dist/Common/RJSF/widgets/Select.d.ts +1 -1
- package/dist/Common/RadioGroup.d.ts +1 -1
- package/dist/Common/RadioGroupItem.d.ts +1 -1
- package/dist/Common/Reload.d.ts +1 -1
- package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
- package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
- package/dist/Common/SortableTableHeaderCell/SortableTableHeaderCell.d.ts +1 -1
- package/dist/Common/TippyCustomized.d.ts +1 -1
- package/dist/Common/Tooltip/ShortcutKeyComboTooltipContent.d.ts +1 -1
- package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
- package/dist/Common/Types.d.ts +77 -84
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/DTApplicationMetricsFormField.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupTableRow.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupsTable.component.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/types.d.ts +1 -7
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/ScopedVariables/types.d.ts +2 -2
- package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/ForceDeleteOption.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/NodeDrainOptions.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/constants.d.ts +11 -1
- package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/utils.d.ts +11 -0
- package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +2 -2
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/Shared/Overview/components.d.ts +4 -4
- package/dist/Pages-Devtron-2.0/Shared/index.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/index.d.ts +0 -1
- package/dist/Shared/Components/APIResponseHandler/APIResponseHandler.d.ts +1 -1
- package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +1 -1
- package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +1 -1
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +1 -1
- package/dist/Shared/Components/ActionMenu/ActionMenuItem.d.ts +1 -1
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +41 -66
- package/dist/Shared/Components/ActivityIndicator/ActivityIndicator.d.ts +1 -1
- package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
- package/dist/Shared/Components/AnimatedTimer/AnimatedTimer.component.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +1 -1
- package/dist/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.d.ts +1 -1
- package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
- package/dist/Shared/Components/Backdrop/types.d.ts +1 -1
- package/dist/Shared/Components/Badge/Badge.d.ts +1 -1
- package/dist/Shared/Components/BulkOperations/BulkOperations.component.d.ts +1 -1
- package/dist/Shared/Components/BulkOperations/BulkOperationsResultModal.d.ts +1 -1
- package/dist/Shared/Components/BulkOperations/types.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/BulkSelectionProvider.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/types.d.ts +0 -2
- package/dist/Shared/Components/Button/Button.component.d.ts +388 -2
- package/dist/Shared/Components/ButtonWithLoader/ButtonWithLoader.d.ts +1 -1
- package/dist/Shared/Components/ButtonWithSelector/ButtonWithSelector.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +2 -2
- package/dist/Shared/Components/CICDHistory/BuildAndTaskSummaryTooltipCard.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/CDEmptyState.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/CiPipelineSourceConfig.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/ConflictedResourcesTable.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiff.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +2 -2
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +6 -6
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/GitTriggerList.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/History.components.d.ts +1 -2
- package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/LogsRenderer.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/ResourceConflictDeployDialog.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/ResourceConflictDetailsModal.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/Sidebar.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/StatusFilterButtonComponent.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/TriggerDetails.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +7 -9
- package/dist/Shared/Components/CICDHistory/utils.d.ts +3 -3
- package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +1 -1
- package/dist/Shared/Components/CMCS/helpers.d.ts +1 -1
- package/dist/Shared/Components/Card/Card.component.d.ts +1 -1
- package/dist/Shared/Components/Charts/Chart.component.d.ts +1 -1
- package/dist/Shared/Components/Charts/utils.d.ts +1 -1
- package/dist/Shared/Components/Chip/Chip.component.d.ts +1 -1
- package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/CodeEditor.components.d.ts +6 -6
- package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +7 -7
- package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/Extensions/DiffMinimap.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/types.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/utils.d.ts +1 -1
- package/dist/Shared/Components/Collapse/Collapse.d.ts +1 -1
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +1 -1
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +2 -1
- package/dist/Shared/Components/CommitChipCell/CommitChipCell.d.ts +1 -1
- package/dist/Shared/Components/Confetti/Confetti.component.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/CannotDeleteModal.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModal.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModalContext.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +1 -0
- package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +1 -1
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/PasswordField.d.ts +1 -1
- package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -1
- package/dist/Shared/Components/DTFocusTrap/types.d.ts +1 -0
- package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/DayPickerRangeController.d.ts +2 -0
- package/dist/Shared/Components/DatePicker/MonthlySelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +11 -0
- package/dist/Shared/Components/DatePicker/TimeSelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +112 -2
- package/dist/Shared/Components/DatePicker/index.d.ts +2 -0
- package/dist/Shared/Components/DatePicker/types.d.ts +29 -34
- package/dist/Shared/Components/DatePicker/utils.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.component.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffAccordion.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffMain.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffNavigation.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +1 -1
- package/dist/Shared/Components/DetectBottom/DetectBottom.component.d.ts +1 -1
- package/dist/Shared/Components/DocLink/DocLink.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/EditImageFormField/EditImageFormField.d.ts +1 -1
- package/dist/Shared/Components/EditableTextArea/EditableTextArea.d.ts +1 -1
- package/dist/Shared/Components/EnvironmentSelector/EnvironmentSelector.component.d.ts +1 -1
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/utils.d.ts +1 -1
- package/dist/Shared/Components/ExcludedImageNode/ExcludedImageNode.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/types.d.ts +0 -1
- package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +2 -7
- package/dist/Shared/Components/FileUpload/FileUpload.d.ts +1 -1
- package/dist/Shared/Components/FilterChips/FilterChips.component.d.ts +1 -1
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +1 -1
- package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +1 -1
- package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +1 -1
- package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +1 -1
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +1 -1
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +1 -1
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +1 -1
- package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +4 -4
- package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +1 -1
- package/dist/Shared/Components/GenericModal/types.d.ts +1 -1
- package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +1 -1
- package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +1 -1
- package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
- package/dist/Shared/Components/GitCommitInfoGeneric/GitCommitInfoGeneric.d.ts +1 -1
- package/dist/Shared/Components/GitCommitInfoGeneric/GitMaterialInfoHeader.d.ts +1 -1
- package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +1 -1
- package/dist/Shared/Components/GraphVisualizer/constants.d.ts +3 -3
- package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
- package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +1 -1
- package/dist/Shared/Components/Header/HelpButton.d.ts +1 -1
- package/dist/Shared/Components/Header/IframePromoButton.d.ts +1 -1
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/ProfileMenu.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +0 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +1 -1
- package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
- package/dist/Shared/Components/IframeContainer/IframeContainer.component.d.ts +1 -1
- package/dist/Shared/Components/IframeContainer/IframeElement.d.ts +1 -1
- package/dist/Shared/Components/Illustration/Illustration.d.ts +2 -3
- package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/ArtifactInfo/ArtifactInfo.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/ImageCard.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/DeploymentEnvState/DeploymentEnvState.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/SequentialCDCardTitle.d.ts +1 -1
- package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
- package/dist/Shared/Components/ImageChipCell/ImageChipCell.component.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/ImageWithFallback.component.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/types.d.ts +1 -1
- package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +1 -1
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/InvalidYAMLTippy/InvalidYAMLTippyWrapper.d.ts +1 -1
- package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +1 -1
- package/dist/Shared/Components/License/ActivateLicenseDialog.d.ts +1 -1
- package/dist/Shared/Components/License/DevtronLicenseCard.d.ts +1 -1
- package/dist/Shared/Components/License/License.components.d.ts +3 -3
- package/dist/Shared/Components/LoadingCard.d.ts +1 -1
- package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +1 -1
- package/dist/Shared/Components/LoginBanner/Testimonials.components.d.ts +1 -1
- package/dist/Shared/Components/LoginBanner/types.d.ts +1 -1
- package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
- package/dist/Shared/Components/NumbersCount/NumbersCount.component.d.ts +1 -1
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginCard.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginCardSkeletonList.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginImageContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginList.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginListContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginTagSelect.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginTagsContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/types.d.ts +2 -2
- package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
- package/dist/Shared/Components/Popover/utils.d.ts +1 -1
- package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +1 -1
- package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +1 -1
- package/dist/Shared/Components/QRCode.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/constants.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/utils.d.ts +4 -4
- package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +1 -1
- package/dist/Shared/Components/SSOProviderIcon/SSOProviderIcon.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityDetailsCards.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/components/OpenDetailViewButton.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +97 -5
- package/dist/Shared/Components/Security/SecurityModal/config/ImageScan.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/index.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/service.d.ts +5 -1
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +37 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +2 -2
- package/dist/Shared/Components/Security/SeverityChip.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/FilterSelectPicker.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/SelectPickerTextArea.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/common.d.ts +12 -12
- package/dist/Shared/Components/ShowMoreText/ShowMoreText.d.ts +1 -1
- package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +1 -1
- package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +1 -1
- package/dist/Shared/Components/StatusComponent/DeploymentStatus.d.ts +1 -1
- package/dist/Shared/Components/StatusComponent/StatusComponent.d.ts +1 -1
- package/dist/Shared/Components/Switch/Switch.component.d.ts +1 -1
- package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +4 -4
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +0 -1
- package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
- package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
- package/dist/Shared/Components/Table/Table.component.d.ts +1 -1
- package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
- package/dist/Shared/Components/Table/types.d.ts +1 -1
- package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +1 -1
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformBadgeList.d.ts +1 -1
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +1 -1
- package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -1
- package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
- package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
- package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
- package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +1 -1
- package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
- package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
- package/dist/Shared/Components/TreeView/types.d.ts +1 -1
- package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -1
- package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +1 -1
- package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +1 -1
- package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +1 -1
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.component.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
- package/dist/Shared/Helpers.d.ts +14 -4
- package/dist/Shared/Hooks/UsePrompt/UsePrompt.d.ts +2 -1
- package/dist/Shared/Hooks/UsePrompt/types.d.ts +0 -1
- package/dist/Shared/Hooks/useForm/useForm.d.ts +1 -1
- package/dist/Shared/Providers/ImageSelectionUtility/ImageSelectionUtility.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/MainContextProvider.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +1 -1
- package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/Shared/Providers/UserEmailProvider/UserEmailProvider.d.ts +3 -3
- package/dist/Shared/Services/ToastManager/ToastContent.d.ts +2 -2
- package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +80 -0
- package/dist/Shared/Store/IndexStore.d.ts +1 -1
- package/dist/Shared/types.d.ts +3 -174
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@react-dates.css +1 -0
- package/dist/assets/@vendor.css +1 -1
- package/dist/assets/cmd-bar-visual.340d6226.webp +0 -0
- package/dist/assets/ic-calender-blank.963e3423.svg +19 -0
- package/dist/index.d.ts +185 -16
- package/dist/index.js +1153 -1019
- package/package.json +32 -29
- package/dist/@common-rjsf-BYQSt2lY.js +0 -585
- package/dist/@framer-motion-Cu-u_ITL.js +0 -4961
- package/dist/@vendor-BGJoS6R0.js +0 -204114
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/AutomationEnablementIcon.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/index.d.ts +0 -2
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/utils.d.ts +0 -6
- package/dist/Pages-Devtron-2.0/Shared/Routes/index.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/Shared/Routes/routes.d.ts +0 -569
- package/dist/assets/img-folder-create.a6a63325.svg +0 -63
- package/dist/assets/img-user-groups.08883eeb.svg +0 -199
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import { default as RJSF } from '@rjsf/core';
|
|
1
2
|
import { FormProps } from './types';
|
|
2
|
-
export declare const RJSFForm: (
|
|
3
|
+
export declare const RJSFForm: import('react').ForwardRefExoticComponent<Pick<FormProps, "children" | "className" | "name" | "id" | "disabled" | "tagName" | "target" | "onFocus" | "onBlur" | "onChange" | "onSubmit" | "onError" | "autoComplete" | "acceptCharset" | "action" | "method" | "noValidate" | "readonly" | "uiSchema" | "schema" | "formContext" | "formData" | "idPrefix" | "idSeparator" | "fields" | "templates" | "widgets" | "translateString" | "acceptcharset" | "enctype" | "customValidate" | "extraErrors" | "extraErrorsBlockSubmit" | "noHtml5Validate" | "liveValidate" | "liveOmit" | "omitExtraData" | "showErrorList" | "transformErrors" | "focusOnFirstError" | "experimental_defaultFormStateBehavior" | "_internalFormWrapper"> & import('react').RefAttributes<RJSF<any, import('./types').RJSFFormSchema, any>>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { FieldRowProps } from './types';
|
|
2
|
-
export declare const FieldRowWithLabel: ({ showLabel, label, required, children, id, rawDescription, shouldAlignCenter, }: FieldRowProps) =>
|
|
2
|
+
export declare const FieldRowWithLabel: ({ showLabel, label, required, children, id, rawDescription, shouldAlignCenter, }: FieldRowProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const ArrayFieldItemTemplate: ({ children, disabled, hasToolbar, hasRemove,
|
|
1
|
+
import { ArrayFieldTemplateItemType } from '@rjsf/utils';
|
|
2
|
+
export declare const ArrayFieldItemTemplate: ({ children, disabled, hasToolbar, hasRemove, index, onDropIndexClick, readonly, registry, uiSchema, }: ArrayFieldTemplateItemType) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ArrayFieldTemplateProps } from '@rjsf/utils';
|
|
2
|
-
export declare const ArrayFieldTemplate: ({ canAdd, className, disabled,
|
|
2
|
+
export declare const ArrayFieldTemplate: ({ canAdd, className, disabled, idSchema, uiSchema, items, onAddClick, readonly, registry, required, title, }: ArrayFieldTemplateProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseInputTemplateProps } from '@rjsf/utils';
|
|
2
|
-
export declare const BaseInput: ({ placeholder, ...props }: BaseInputTemplateProps) =>
|
|
2
|
+
export declare const BaseInput: ({ placeholder, ...props }: BaseInputTemplateProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconButtonProps } from '@rjsf/utils';
|
|
2
|
-
export declare const AddButton: ({ label, icon, iconType, registry, uiSchema, ...props }: IconButtonProps & Partial<Record<"label", string>>) =>
|
|
2
|
+
export declare const AddButton: ({ label, icon, iconType, registry, uiSchema, ...props }: IconButtonProps & Partial<Record<"label", string>>) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconButtonProps } from '@rjsf/utils';
|
|
2
|
-
export declare const RemoveButton: ({ icon, iconType, registry, uiSchema, ...props }: IconButtonProps) =>
|
|
2
|
+
export declare const RemoveButton: ({ icon, iconType, registry, uiSchema, ...props }: IconButtonProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SubmitButtonProps } from '@rjsf/utils';
|
|
2
|
-
export declare const SubmitButton: ({ uiSchema }: SubmitButtonProps) =>
|
|
2
|
+
export declare const SubmitButton: ({ uiSchema }: SubmitButtonProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { FieldTemplateProps } from '@rjsf/utils';
|
|
2
|
-
export declare const Field: (props: FieldTemplateProps) =>
|
|
2
|
+
export declare const Field: (props: FieldTemplateProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { FieldErrorProps } from '@rjsf/utils';
|
|
2
|
-
export declare const FieldErrorTemplate: ({ errors,
|
|
2
|
+
export declare const FieldErrorTemplate: ({ errors, idSchema }: FieldErrorProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ObjectFieldTemplateProps } from '@rjsf/utils';
|
|
2
2
|
import { RJSFFormSchema } from '../types';
|
|
3
|
-
export declare const ObjectFieldTemplate: (props: ObjectFieldTemplateProps<any, RJSFFormSchema, any>) =>
|
|
3
|
+
export declare const ObjectFieldTemplate: (props: ObjectFieldTemplateProps<any, RJSFFormSchema, any>) => JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const TitleField: ({ id, title, required, description, }: TitleFieldProps & Pick<ObjectFieldTemplateProps<any, RJSFFormSchema, any>, "description">) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { TitleFieldProps } from '@rjsf/utils';
|
|
2
|
+
export declare const TitleField: ({ id, title, required, description, }: TitleFieldProps & Partial<Record<"description", string>>) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { WrapIfAdditionalTemplateProps } from '@rjsf/utils';
|
|
2
|
-
export declare const WrapIfAdditionalTemplate: ({ id, disabled, label,
|
|
2
|
+
export declare const WrapIfAdditionalTemplate: ({ id, disabled, label, onKeyChange, onDropPropertyClick, readonly, schema, children, uiSchema, registry, }: WrapIfAdditionalTemplateProps) => JSX.Element;
|
|
@@ -13,7 +13,7 @@ export declare const getRedirectionProps: (url: string) => React.AnchorHTMLAttri
|
|
|
13
13
|
/**
|
|
14
14
|
* Infers the type for json schema from value type
|
|
15
15
|
*/
|
|
16
|
-
export declare const getInferredTypeFromValueType: (value: any) => "string" | "number" | "boolean" | "object" | "
|
|
16
|
+
export declare const getInferredTypeFromValueType: (value: any) => "string" | "number" | "boolean" | "object" | "array" | "null";
|
|
17
17
|
export declare const conformPathToPointers: (path: string) => string;
|
|
18
18
|
export declare const parseSchemaHiddenType: (hiddenSchema: HiddenType) => MetaHiddenType;
|
|
19
19
|
export declare const getSchemaPathToUpdatePathMap: (schema: RJSFFormSchema) => Record<string, string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { WidgetProps } from '@rjsf/utils';
|
|
2
|
-
export declare const Checkbox: ({ id, onChange, value, disabled, readonly, autofocus, }: WidgetProps) =>
|
|
2
|
+
export declare const Checkbox: ({ id, onChange, value, disabled, readonly, autofocus, }: WidgetProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { WidgetProps } from '@rjsf/utils';
|
|
2
|
-
export declare const SelectWidget: (props: WidgetProps) =>
|
|
2
|
+
export declare const SelectWidget: (props: WidgetProps) => JSX.Element;
|
|
@@ -5,5 +5,5 @@ export declare const RadioGroupContext: import('react').Context<{
|
|
|
5
5
|
disabled: boolean;
|
|
6
6
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
7
7
|
}>;
|
|
8
|
-
declare const RadioGroup: ({ name, value, disabled, onChange, className, children }: RadioGroupProps) =>
|
|
8
|
+
declare const RadioGroup: ({ name, value, disabled, onChange, className, children }: RadioGroupProps) => JSX.Element;
|
|
9
9
|
export default RadioGroup;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { RadioGroupItemProps } from './Types';
|
|
2
|
-
declare const RadioGroupItem: ({ value, disabled, children, dataTestId }: RadioGroupItemProps) =>
|
|
2
|
+
declare const RadioGroupItem: ({ value, disabled, children, dataTestId }: RadioGroupItemProps) => JSX.Element;
|
|
3
3
|
export default RadioGroupItem;
|
package/dist/Common/Reload.d.ts
CHANGED
|
@@ -2,4 +2,4 @@ import { ReloadType } from './Types';
|
|
|
2
2
|
/**
|
|
3
3
|
* @deprecated Use APIResponseHandler (Preferred) or error screen manager instead
|
|
4
4
|
*/
|
|
5
|
-
export default function Reload({ reload, className }: ReloadType):
|
|
5
|
+
export default function Reload({ reload, className }: ReloadType): JSX.Element;
|
|
@@ -33,5 +33,5 @@ import { SearchBarProps } from './types';
|
|
|
33
33
|
* <SearchBar inputProps={{ placeholder: 'Enter search text' }} />
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
|
-
declare const SearchBar: ({ initialSearchText, handleSearchChange, handleEnter, inputProps, containerClassName, shouldDebounce, debounceTimeout, dataTestId, noBackgroundAndBorder, size, keyboardShortcut, variant, isLoading, }: SearchBarProps) =>
|
|
36
|
+
declare const SearchBar: ({ initialSearchText, handleSearchChange, handleEnter, inputProps, containerClassName, shouldDebounce, debounceTimeout, dataTestId, noBackgroundAndBorder, size, keyboardShortcut, variant, isLoading, }: SearchBarProps) => JSX.Element;
|
|
37
37
|
export default SearchBar;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SegmentProps } from './types';
|
|
2
|
-
declare const Segment: <T extends string | number>({ segment, isSelected, name, onChange, fullWidth, size, disabled, }: SegmentProps<T>) =>
|
|
2
|
+
declare const Segment: <T extends string | number>({ segment, isSelected, name, onChange, fullWidth, size, disabled, }: SegmentProps<T>) => JSX.Element;
|
|
3
3
|
export default Segment;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SegmentedControlProps } from './types';
|
|
2
|
-
declare const SegmentedControl: <T extends string | number>({ segments, onChange, name, size, value: controlledValue, fullWidth, disabled, }: SegmentedControlProps<T>) =>
|
|
2
|
+
declare const SegmentedControl: <T extends string | number>({ segments, onChange, name, size, value: controlledValue, fullWidth, disabled, }: SegmentedControlProps<T>) => JSX.Element;
|
|
3
3
|
export default SegmentedControl;
|
|
@@ -30,5 +30,5 @@ import { SortableTableHeaderCellProps } from './types';
|
|
|
30
30
|
* />
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
|
-
declare const SortableTableHeaderCell: ({ isSorted, triggerSorting, sortOrder, title, disabled, isSortable, showTippyOnTruncate, id, handleResize, isResizable, infoTooltipText, }: SortableTableHeaderCellProps) =>
|
|
33
|
+
declare const SortableTableHeaderCell: ({ isSorted, triggerSorting, sortOrder, title, disabled, isSortable, showTippyOnTruncate, id, handleResize, isResizable, infoTooltipText, }: SortableTableHeaderCellProps) => JSX.Element;
|
|
34
34
|
export default SortableTableHeaderCell;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TippyCustomizedProps } from './Types';
|
|
2
|
-
export declare const TippyCustomized: <T extends boolean = false>(props: TippyCustomizedProps<T>) =>
|
|
2
|
+
export declare const TippyCustomized: <T extends boolean = false>(props: TippyCustomizedProps<T>) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TooltipProps } from './types';
|
|
2
|
-
declare const ShortcutKeyComboTooltipContent: ({ text, combo }: TooltipProps["shortcutKeyCombo"]) =>
|
|
2
|
+
declare const ShortcutKeyComboTooltipContent: ({ text, combo }: TooltipProps["shortcutKeyCombo"]) => JSX.Element;
|
|
3
3
|
export default ShortcutKeyComboTooltipContent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TooltipProps } from './types';
|
|
2
|
-
declare const Tooltip: ({ shortcutKeyCombo, alwaysShowTippyOnHover, showOnTruncate, wordBreak, children: child, plugins, ...rest }: TooltipProps) =>
|
|
2
|
+
declare const Tooltip: ({ shortcutKeyCombo, alwaysShowTippyOnHover, showOnTruncate, wordBreak, children: child, plugins, ...rest }: TooltipProps) => JSX.Element;
|
|
3
3
|
export default Tooltip;
|
package/dist/Common/Types.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { default as React,
|
|
2
|
-
import { useLocation, useNavigate, useParams } from 'react-router-dom';
|
|
1
|
+
import { default as React, ReactNode, CSSProperties, ReactElement, MutableRefObject } from 'react';
|
|
3
2
|
import { TippyProps } from '@tippyjs/react';
|
|
4
|
-
import { IllustrationName, SelectPickerOptionType } from '../Shared/Components';
|
|
5
3
|
import { UserGroupDTO } from '../Pages/GlobalConfigurations';
|
|
6
|
-
import { ClusterStatusType } from '../Pages/ResourceBrowser';
|
|
7
|
-
import { ClusterProviderType } from '../Pages-Devtron-2.0/CostVisibility';
|
|
8
|
-
import { ComponentLayoutType, DeploymentStrategyType, DocLinkProps, EnvironmentType, MandatoryPluginBaseStateType, PolicyBlockInfo, RegistryType, RuntimePluginVariables, Severity, StatusType, TargetPlatformItemDTO } from '../Shared';
|
|
9
4
|
import { ImageComment, ReleaseTag } from './ImageTags.Types';
|
|
5
|
+
import { MandatoryPluginBaseStateType, RegistryType, RuntimePluginVariables, Severity, PolicyBlockInfo, TargetPlatformItemDTO, ComponentLayoutType, StatusType, DocLinkProps, DeploymentStrategyType, EnvironmentType } from '../Shared';
|
|
10
6
|
import { ACTION_STATE, DEPLOYMENT_WINDOW_TYPE, DockerConfigOverrideType, RefVariableType, SortingOrder, TaskErrorObj, VariableTypeFormat } from '.';
|
|
7
|
+
import { IllustrationName, SelectPickerOptionType } from '../Shared/Components';
|
|
8
|
+
import { ClusterStatusType } from '../Pages/ResourceBrowser';
|
|
9
|
+
import { ClusterProviderType } from '../Pages-Devtron-2.0/CostVisibility';
|
|
11
10
|
/**
|
|
12
11
|
* Generic response type object with support for overriding the result type
|
|
13
12
|
*
|
|
@@ -57,14 +56,14 @@ export declare enum TippyTheme {
|
|
|
57
56
|
black = "black",
|
|
58
57
|
white = "white"
|
|
59
58
|
}
|
|
59
|
+
export interface TeamList extends ResponseType {
|
|
60
|
+
result: Teams[];
|
|
61
|
+
}
|
|
60
62
|
export interface Teams {
|
|
61
63
|
id: number;
|
|
62
64
|
name: string;
|
|
63
65
|
active: boolean;
|
|
64
66
|
}
|
|
65
|
-
export interface TeamList extends ResponseType {
|
|
66
|
-
result: Teams[];
|
|
67
|
-
}
|
|
68
67
|
export declare enum CHECKBOX_VALUE {
|
|
69
68
|
CHECKED = "CHECKED",
|
|
70
69
|
INTERMEDIATE = "INTERMEDIATE",
|
|
@@ -83,7 +82,6 @@ export interface CheckboxProps {
|
|
|
83
82
|
dataTestId?: string;
|
|
84
83
|
error?: boolean;
|
|
85
84
|
children?: ReactNode;
|
|
86
|
-
ref?: Ref<HTMLLabelElement>;
|
|
87
85
|
}
|
|
88
86
|
export interface TippyWithBaseDocLinkTypes<T extends boolean> extends Pick<DocLinkProps<T>, 'isExternalLink' | 'openInNewTab'> {
|
|
89
87
|
documentationLink?: DocLinkProps<T>['docLinkKey'];
|
|
@@ -144,16 +142,17 @@ export interface GenericEmptyStateType {
|
|
|
144
142
|
layout?: ComponentLayoutType;
|
|
145
143
|
contentClassName?: string;
|
|
146
144
|
}
|
|
147
|
-
export
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
145
|
+
export interface ErrorPageType extends Pick<GenericEmptyStateType, 'image' | 'title' | 'subTitle' | 'renderButton' | 'imageType'>, Pick<ErrorScreenManagerProps, 'reload' | 'redirectURL'> {
|
|
146
|
+
code: number;
|
|
147
|
+
redirectURL?: string;
|
|
148
|
+
on404Redirect?: () => void;
|
|
149
|
+
reload?: () => void;
|
|
151
150
|
}
|
|
152
151
|
export type ErrorScreenManagerProps = {
|
|
153
152
|
code?: number;
|
|
154
153
|
imageType?: ImageType;
|
|
155
154
|
reload?: (...args: any[]) => any;
|
|
156
|
-
subtitle?: React.
|
|
155
|
+
subtitle?: React.ReactChild;
|
|
157
156
|
reloadClass?: string;
|
|
158
157
|
} & ({
|
|
159
158
|
/**
|
|
@@ -169,16 +168,15 @@ export type ErrorScreenManagerProps = {
|
|
|
169
168
|
redirectURL?: never;
|
|
170
169
|
on404Redirect?: never;
|
|
171
170
|
});
|
|
172
|
-
export interface ErrorPageType extends Pick<GenericEmptyStateType, 'image' | 'title' | 'subTitle' | 'renderButton' | 'imageType'>, Pick<ErrorScreenManagerProps, 'reload' | 'redirectURL'> {
|
|
173
|
-
code: number;
|
|
174
|
-
redirectURL?: string;
|
|
175
|
-
on404Redirect?: () => void;
|
|
176
|
-
reload?: () => void;
|
|
177
|
-
}
|
|
178
171
|
export interface ErrorScreenNotAuthorizedProps {
|
|
179
|
-
subtitle?: React.
|
|
172
|
+
subtitle?: React.ReactChild;
|
|
180
173
|
title?: string;
|
|
181
174
|
}
|
|
175
|
+
export declare enum ImageType {
|
|
176
|
+
Large = "large",
|
|
177
|
+
Medium = "medium",
|
|
178
|
+
SMALL = "small"
|
|
179
|
+
}
|
|
182
180
|
export interface ReloadType {
|
|
183
181
|
reload?: (event?: any) => void;
|
|
184
182
|
className?: string;
|
|
@@ -364,14 +362,6 @@ export interface ImagePromotionPolicyApprovalMetadata {
|
|
|
364
362
|
allowImageBuilderFromApprove: boolean;
|
|
365
363
|
allowApproverFromDeploy: boolean;
|
|
366
364
|
}
|
|
367
|
-
export declare enum FilterConditionType {
|
|
368
|
-
PASS = 1,
|
|
369
|
-
FAIL = 0
|
|
370
|
-
}
|
|
371
|
-
export interface FilterConditionsInfo {
|
|
372
|
-
conditionType: FilterConditionType;
|
|
373
|
-
expression: string;
|
|
374
|
-
}
|
|
375
365
|
export interface ImagePromotionPolicyInfoType {
|
|
376
366
|
name: string;
|
|
377
367
|
id: number;
|
|
@@ -379,16 +369,6 @@ export interface ImagePromotionPolicyInfoType {
|
|
|
379
369
|
conditions: FilterConditionsInfo[];
|
|
380
370
|
approvalMetadata: ImagePromotionPolicyApprovalMetadata;
|
|
381
371
|
}
|
|
382
|
-
export declare enum CDMaterialResourceQuery {
|
|
383
|
-
PENDING_APPROVAL = "PENDING_APPROVAL",
|
|
384
|
-
PROMOTION_APPROVAL_PENDING_NODE = "PROMOTION_APPROVAL_PENDING_NODE",
|
|
385
|
-
CI = "CI",
|
|
386
|
-
ENVIRONMENT = "ENVIRONMENT",
|
|
387
|
-
WEBHOOK = "WEBHOOK",
|
|
388
|
-
LINKED_CI = "LINKED-CI",
|
|
389
|
-
CI_JOB = "CI-JOB",
|
|
390
|
-
LINKED_CD = "LINKED-CD"
|
|
391
|
-
}
|
|
392
372
|
export interface PromotionApprovalMetadataType {
|
|
393
373
|
approvalRequestId: number;
|
|
394
374
|
approvalRuntimeState: ImagePromotionRuntimeState;
|
|
@@ -420,33 +400,6 @@ export interface CDMaterialListModalServiceUtilProps {
|
|
|
420
400
|
isExceptionUser: boolean;
|
|
421
401
|
isApprovalConfigured: boolean;
|
|
422
402
|
}
|
|
423
|
-
export interface FilterConditionsListType {
|
|
424
|
-
id: number;
|
|
425
|
-
name: string;
|
|
426
|
-
description: string;
|
|
427
|
-
conditions: FilterConditionsInfo[];
|
|
428
|
-
}
|
|
429
|
-
export interface VulnerabilityType {
|
|
430
|
-
name: string;
|
|
431
|
-
severity: Severity;
|
|
432
|
-
package: string;
|
|
433
|
-
version: string;
|
|
434
|
-
fixedVersion: string;
|
|
435
|
-
policy: string;
|
|
436
|
-
url?: string;
|
|
437
|
-
}
|
|
438
|
-
export interface MaterialInfo {
|
|
439
|
-
revision: string;
|
|
440
|
-
modifiedTime: string | Date;
|
|
441
|
-
author: string;
|
|
442
|
-
message: string;
|
|
443
|
-
commitLink: string;
|
|
444
|
-
tag: string;
|
|
445
|
-
webhookData: string;
|
|
446
|
-
branch: string;
|
|
447
|
-
url?: string;
|
|
448
|
-
type?: string;
|
|
449
|
-
}
|
|
450
403
|
export interface CDMaterialType {
|
|
451
404
|
index: number;
|
|
452
405
|
id: string;
|
|
@@ -509,6 +462,16 @@ export declare enum CDMaterialServiceEnum {
|
|
|
509
462
|
CD_MATERIALS = "cd-materials",
|
|
510
463
|
IMAGE_PROMOTION = "image-promotion"
|
|
511
464
|
}
|
|
465
|
+
export declare enum CDMaterialResourceQuery {
|
|
466
|
+
PENDING_APPROVAL = "PENDING_APPROVAL",
|
|
467
|
+
PROMOTION_APPROVAL_PENDING_NODE = "PROMOTION_APPROVAL_PENDING_NODE",
|
|
468
|
+
CI = "CI",
|
|
469
|
+
ENVIRONMENT = "ENVIRONMENT",
|
|
470
|
+
WEBHOOK = "WEBHOOK",
|
|
471
|
+
LINKED_CI = "LINKED-CI",
|
|
472
|
+
CI_JOB = "CI-JOB",
|
|
473
|
+
LINKED_CD = "LINKED-CD"
|
|
474
|
+
}
|
|
512
475
|
export declare enum CDMaterialFilterQuery {
|
|
513
476
|
RESOURCE = "ELIGIBLE_RESOURCES",
|
|
514
477
|
ALL = "ALL_RESOURCES"
|
|
@@ -538,13 +501,6 @@ export interface TriggerBlockedInfo {
|
|
|
538
501
|
blockedBy: TriggerBlockType;
|
|
539
502
|
blockedReason?: string;
|
|
540
503
|
}
|
|
541
|
-
export declare enum DeploymentAppTypes {
|
|
542
|
-
HELM = "helm",
|
|
543
|
-
ARGO = "argo_cd",
|
|
544
|
-
MANIFEST_DOWNLOAD = "manifest_download",
|
|
545
|
-
MANIFEST_PUSH = "manifest_push",
|
|
546
|
-
FLUX = "flux_cd"
|
|
547
|
-
}
|
|
548
504
|
export interface CommonNodeAttr extends Pick<MandatoryPluginBaseStateType, 'isTriggerBlocked' | 'pluginBlockState'> {
|
|
549
505
|
connectingCiPipelineId?: number;
|
|
550
506
|
parents: string | number[] | string[];
|
|
@@ -608,6 +564,48 @@ export interface CommonNodeAttr extends Pick<MandatoryPluginBaseStateType, 'isTr
|
|
|
608
564
|
isDeploymentBlocked?: boolean;
|
|
609
565
|
triggerBlockedInfo?: TriggerBlockedInfo;
|
|
610
566
|
}
|
|
567
|
+
export declare enum DeploymentAppTypes {
|
|
568
|
+
HELM = "helm",
|
|
569
|
+
ARGO = "argo_cd",
|
|
570
|
+
MANIFEST_DOWNLOAD = "manifest_download",
|
|
571
|
+
MANIFEST_PUSH = "manifest_push",
|
|
572
|
+
FLUX = "flux_cd"
|
|
573
|
+
}
|
|
574
|
+
export interface VulnerabilityType {
|
|
575
|
+
name: string;
|
|
576
|
+
severity: Severity;
|
|
577
|
+
package: string;
|
|
578
|
+
version: string;
|
|
579
|
+
fixedVersion: string;
|
|
580
|
+
policy: string;
|
|
581
|
+
url?: string;
|
|
582
|
+
}
|
|
583
|
+
export interface MaterialInfo {
|
|
584
|
+
revision: string;
|
|
585
|
+
modifiedTime: string | Date;
|
|
586
|
+
author: string;
|
|
587
|
+
message: string;
|
|
588
|
+
commitLink: string;
|
|
589
|
+
tag: string;
|
|
590
|
+
webhookData: string;
|
|
591
|
+
branch: string;
|
|
592
|
+
url?: string;
|
|
593
|
+
type?: string;
|
|
594
|
+
}
|
|
595
|
+
export declare enum FilterConditionType {
|
|
596
|
+
PASS = 1,
|
|
597
|
+
FAIL = 0
|
|
598
|
+
}
|
|
599
|
+
export interface FilterConditionsInfo {
|
|
600
|
+
conditionType: FilterConditionType;
|
|
601
|
+
expression: string;
|
|
602
|
+
}
|
|
603
|
+
export interface FilterConditionsListType {
|
|
604
|
+
id: number;
|
|
605
|
+
name: string;
|
|
606
|
+
description: string;
|
|
607
|
+
conditions: FilterConditionsInfo[];
|
|
608
|
+
}
|
|
611
609
|
export interface DeploymentApprovalInfoType {
|
|
612
610
|
eligibleApprovers: {
|
|
613
611
|
specificUsers: Pick<UserApprovalInfo, 'approverList'>;
|
|
@@ -877,6 +875,11 @@ export interface DeploymentWindowProfileMetaData {
|
|
|
877
875
|
excludedUserEmails: string[];
|
|
878
876
|
warningMessage: string;
|
|
879
877
|
}
|
|
878
|
+
export interface EnvironmentListHelmResult {
|
|
879
|
+
clusterId: number;
|
|
880
|
+
clusterName: string;
|
|
881
|
+
environments: EnvironmentHelmResult[];
|
|
882
|
+
}
|
|
880
883
|
export interface EnvironmentHelmResult {
|
|
881
884
|
environmentId: number;
|
|
882
885
|
environmentName: string;
|
|
@@ -885,11 +888,6 @@ export interface EnvironmentHelmResult {
|
|
|
885
888
|
isVirtualEnvironment?: boolean;
|
|
886
889
|
allowedDeploymentTypes?: DeploymentAppTypes[];
|
|
887
890
|
}
|
|
888
|
-
export interface EnvironmentListHelmResult {
|
|
889
|
-
clusterId: number;
|
|
890
|
-
clusterName: string;
|
|
891
|
-
environments: EnvironmentHelmResult[];
|
|
892
|
-
}
|
|
893
891
|
export type EnvironmentListHelmResponse = ResponseType<EnvironmentListHelmResult[]>;
|
|
894
892
|
export interface GlobalVariableDTO {
|
|
895
893
|
name: string;
|
|
@@ -996,9 +994,4 @@ export declare enum InfrastructureManagementAppListType {
|
|
|
996
994
|
ARGO_CD = "argocd",
|
|
997
995
|
FLUX_CD = "fluxcd"
|
|
998
996
|
}
|
|
999
|
-
export interface RouterV5Props<Params extends {}> {
|
|
1000
|
-
navigate: ReturnType<typeof useNavigate>;
|
|
1001
|
-
params: ReturnType<typeof useParams<Params>>;
|
|
1002
|
-
location: ReturnType<typeof useLocation>;
|
|
1003
|
-
}
|
|
1004
997
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DTApplicationMetricsFormFieldProps } from './types';
|
|
2
|
-
declare const DTApplicationMetricsFormField: ({ showApplicationMetrics, isLoading, selectedChart, isDisabled, toggleAppMetrics, isAppMetricsEnabled, onlyShowCurrentStatus, parsingError, restoreLastSavedYAML, }: DTApplicationMetricsFormFieldProps) =>
|
|
2
|
+
declare const DTApplicationMetricsFormField: ({ showApplicationMetrics, isLoading, selectedChart, isDisabled, toggleAppMetrics, isAppMetricsEnabled, onlyShowCurrentStatus, parsingError, restoreLastSavedYAML, }: DTApplicationMetricsFormFieldProps) => JSX.Element;
|
|
3
3
|
export default DTApplicationMetricsFormField;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { OverrideStrategyTippyContentProps } from './types';
|
|
2
|
-
declare const OverrideStrategyTippyContent: ({ children }: OverrideStrategyTippyContentProps) =>
|
|
2
|
+
declare const OverrideStrategyTippyContent: ({ children }: OverrideStrategyTippyContentProps) => JSX.Element;
|
|
3
3
|
export default OverrideStrategyTippyContent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DeploymentStageType } from '../../../../../Shared/constants';
|
|
2
|
-
export declare const getDeploymentStageTitle: (stage: DeploymentStageType) => "-" | "deployment" | "
|
|
2
|
+
export declare const getDeploymentStageTitle: (stage: DeploymentStageType) => "-" | "pre-deployment" | "post-deployment" | "deployment";
|
package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { VariableType } from '../../../../../../Common/CIPipeline.Types';
|
|
2
|
-
export declare const FileConfigTippy: ({ fileMountDir }: Pick<VariableType, "fileMountDir">) =>
|
|
2
|
+
export declare const FileConfigTippy: ({ fileMountDir }: Pick<VariableType, "fileMountDir">) => JSX.Element;
|
package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SystemVariableIcon: () =>
|
|
1
|
+
export declare const SystemVariableIcon: () => JSX.Element;
|
|
@@ -3,5 +3,5 @@ import { UserRoleGroupsTableProps } from './types';
|
|
|
3
3
|
declare const UserRoleGroupTableRow: ({ id, name, description, status, timeToLive, modifierClassName, disableStatusComponent, handleStatusUpdate, handleDelete, statusComponent: StatusComponent, showStatus, showDelete, }: UserRoleGroup & Pick<UserRoleGroupsTableProps, "disableStatusComponent" | "handleStatusUpdate" | "handleDelete" | "statusComponent" | "showStatus"> & {
|
|
4
4
|
modifierClassName: string;
|
|
5
5
|
showDelete: boolean;
|
|
6
|
-
}) =>
|
|
6
|
+
}) => JSX.Element;
|
|
7
7
|
export default UserRoleGroupTableRow;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { UserRoleGroupsTableProps } from './types';
|
|
2
|
-
declare const UserRoleGroupsTable: ({ roleGroups, showStatus, handleDelete, statusComponent, statusHeaderComponent: StatusHeaderComponent, handleStatusUpdate, disableStatusComponent, }: UserRoleGroupsTableProps) =>
|
|
2
|
+
declare const UserRoleGroupsTable: ({ roleGroups, showStatus, handleDelete, statusComponent, statusHeaderComponent: StatusHeaderComponent, handleStatusUpdate, disableStatusComponent, }: UserRoleGroupsTableProps) => JSX.Element;
|
|
3
3
|
export default UserRoleGroupsTable;
|
|
@@ -63,14 +63,8 @@ export interface UserGroupDTO {
|
|
|
63
63
|
* @default 0
|
|
64
64
|
*/
|
|
65
65
|
usersCount?: number;
|
|
66
|
-
/**
|
|
67
|
-
* User Email Ids of the users assigned to the group
|
|
68
|
-
*
|
|
69
|
-
* @default []
|
|
70
|
-
*/
|
|
71
|
-
userEmails?: string[];
|
|
72
66
|
}
|
|
73
|
-
export interface UserGroupType extends Required<Pick<UserGroupDTO, 'description' | 'name' | 'usersCount' | 'identifier'
|
|
67
|
+
export interface UserGroupType extends Required<Pick<UserGroupDTO, 'description' | 'name' | 'usersCount' | 'identifier'>> {
|
|
74
68
|
/**
|
|
75
69
|
* Unique id of the user group
|
|
76
70
|
*
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BuildInfraDescriptorProps } from './types';
|
|
2
|
-
declare const Descriptor: ({ additionalContainerClasses, children, tooltipNode, tippyInfoText, tippyAdditionalContent, tooltipHeading, profileName, }: BuildInfraDescriptorProps) =>
|
|
2
|
+
declare const Descriptor: ({ additionalContainerClasses, children, tooltipNode, tippyInfoText, tippyAdditionalContent, tooltipHeading, profileName, }: BuildInfraDescriptorProps) => JSX.Element;
|
|
3
3
|
export default Descriptor;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const VirtualClusterSidebar: () =>
|
|
1
|
+
declare const VirtualClusterSidebar: () => JSX.Element;
|
|
2
2
|
export default VirtualClusterSidebar;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ClusterMapProps } from './types';
|
|
2
|
-
export declare const ClusterMap: ({ filteredList, isLoading }: ClusterMapProps) =>
|
|
2
|
+
export declare const ClusterMap: ({ filteredList, isLoading }: ClusterMapProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AdditionalConfirmationModalOptionsProps } from './types';
|
|
2
|
-
declare const ForceDeleteOption: ({ optionsData, setOptionsData: setShouldForceDelete, children, }: AdditionalConfirmationModalOptionsProps<boolean>) =>
|
|
2
|
+
declare const ForceDeleteOption: ({ optionsData, setOptionsData: setShouldForceDelete, children, }: AdditionalConfirmationModalOptionsProps<boolean>) => JSX.Element;
|
|
3
3
|
export default ForceDeleteOption;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AdditionalConfirmationModalOptionsProps, NodeDrainRequest } from './types';
|
|
2
|
-
declare const NodeDrainOptions: ({ optionsData, setOptionsData: setNodeDrainOptions, children, }: AdditionalConfirmationModalOptionsProps<NodeDrainRequest["nodeDrainOptions"]>) =>
|
|
2
|
+
declare const NodeDrainOptions: ({ optionsData, setOptionsData: setNodeDrainOptions, children, }: AdditionalConfirmationModalOptionsProps<NodeDrainRequest["nodeDrainOptions"]>) => JSX.Element;
|
|
3
3
|
export default NodeDrainOptions;
|
|
@@ -42,7 +42,7 @@ export declare const CORDON_NODE_MODAL_MESSAGING: {
|
|
|
42
42
|
cancel: string;
|
|
43
43
|
};
|
|
44
44
|
export declare const DELETE_NODE_MODAL_MESSAGING: {
|
|
45
|
-
subtitle:
|
|
45
|
+
subtitle: JSX.Element;
|
|
46
46
|
successInfoToastMessage: string;
|
|
47
47
|
};
|
|
48
48
|
export declare const NODE_DRAIN_OPTIONS_CHECKBOX_CONFIG: {
|
|
@@ -52,4 +52,14 @@ export declare const NODE_DRAIN_OPTIONS_CHECKBOX_CONFIG: {
|
|
|
52
52
|
}[];
|
|
53
53
|
export declare const GVK_FILTER_KIND_QUERY_PARAM_KEY = "gvkFilterKind";
|
|
54
54
|
export declare const GVK_FILTER_API_VERSION_QUERY_PARAM_KEY = "gvkFilterApiVersion";
|
|
55
|
+
export declare const RESOURCE_BROWSER_ROUTES: {
|
|
56
|
+
readonly OVERVIEW: "/infrastructure-management/resource-browser/:clusterId/overview";
|
|
57
|
+
readonly MONITORING_DASHBOARD: "/infrastructure-management/resource-browser/:clusterId/monitoring-dashboard";
|
|
58
|
+
readonly TERMINAL: "/infrastructure-management/resource-browser/:clusterId/terminal";
|
|
59
|
+
readonly CLUSTER_UPGRADE: "/infrastructure-management/resource-browser/:clusterId/cluster-upgrade";
|
|
60
|
+
readonly NODE_DETAIL: "/infrastructure-management/resource-browser/:clusterId/node/detail/:name";
|
|
61
|
+
readonly K8S_RESOURCE_DETAIL: "/infrastructure-management/resource-browser/:clusterId/:namespace/:kind/:group/:name";
|
|
62
|
+
readonly K8S_RESOURCE_LIST: "/infrastructure-management/resource-browser/:clusterId/:kind/:group";
|
|
63
|
+
readonly RESOURCE_RECOMMENDER: "/infrastructure-management/resource-browser/:clusterId/resource-recommender";
|
|
64
|
+
};
|
|
55
65
|
export declare const K8S_EMPTY_GROUP = "k8sEmptyGroup";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dispatch,
|
|
1
|
+
import { Dispatch, ReactElement, SetStateAction } from 'react';
|
|
2
2
|
import { TabProps } from '../../Shared/Components';
|
|
3
3
|
import { InstallationClusterType } from '../../Shared/types';
|
|
4
4
|
import { NodeActionRequest } from './ResourceBrowser.Types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ApplicationManagementIcon: () =>
|
|
1
|
+
export declare const ApplicationManagementIcon: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Overview: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Overview';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './Overview';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Overview: () =>
|
|
1
|
+
export declare const Overview: () => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Overview: () =>
|
|
1
|
+
export declare const Overview: () => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GlobalOverview: () =>
|
|
1
|
+
export declare const GlobalOverview: () => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const InfrastructureManagementIcon: () =>
|
|
1
|
+
export declare const InfrastructureManagementIcon: () => JSX.Element;
|