@devtron-labs/devtron-fe-common-lib 4.0.2-beta-1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@code-editor-BAM7bZOw.js +101094 -0
- package/dist/@common-rjsf-Bx2aOoF1.js +14244 -0
- package/dist/@framer-motion-CJHeDr_5.js +151 -0
- package/dist/@react-virtualized-sticky-tree-Cru7sOnT.js +1255 -0
- package/dist/@src-assets-images-B2NAtpLS.js +1073 -0
- package/dist/@vendor-M2R6W7KJ.js +82170 -0
- package/dist/Common/API/CoreAPI.d.ts +29 -0
- package/dist/Common/API/QueryClientProvider.d.ts +2 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +5 -0
- package/dist/Common/API/reactQueryHooks.d.ts +7 -0
- package/dist/Common/API/types.d.ts +23 -0
- package/dist/Common/API/utils.d.ts +12 -0
- 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 -2
- package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
- package/dist/Common/BreadCrumb/Types.d.ts +25 -0
- package/dist/Common/CIPipeline.Types.d.ts +68 -15
- package/dist/Common/ChartVersionAndTypeSelector.d.ts +1 -1
- package/dist/Common/Checkbox/Checkbox.d.ts +2 -0
- package/dist/Common/Checkbox/index.d.ts +1 -0
- package/dist/Common/ClipboardButton/ClipboardButton.d.ts +3 -4
- package/dist/Common/ClipboardButton/index.d.ts +1 -0
- package/dist/Common/ClipboardButton/types.d.ts +27 -4
- package/dist/Common/Common.service.d.ts +34 -12
- package/dist/Common/Constants.d.ts +150 -79
- 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/CustomTagSelector/Types.d.ts +20 -29
- package/dist/Common/CustomTagSelector/ValidationRules.d.ts +2 -4
- package/dist/Common/CustomTagSelector/index.d.ts +2 -2
- package/dist/Common/CustomTagSelector/tags.utils.d.ts +13 -0
- package/dist/Common/DebouncedSearch/DebouncedSearch.d.ts +1 -1
- 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 +18 -0
- package/dist/Common/DeleteCINodeButton/utils.d.ts +5 -0
- package/dist/Common/DevtronCopyright.d.ts +2 -0
- package/dist/Common/DevtronProgressing/DevtronProgressing.d.ts +1 -0
- package/dist/Common/Dialogs/DialogForm.d.ts +6 -6
- package/dist/Common/Dialogs/Types.d.ts +0 -16
- package/dist/Common/Dialogs/index.d.ts +0 -3
- package/dist/Common/DraggableWrapper/DraggableButton.d.ts +1 -1
- package/dist/Common/DraggableWrapper/DraggableWrapper.d.ts +4 -2
- package/dist/Common/DraggableWrapper/index.d.ts +1 -1
- package/dist/Common/DraggableWrapper/types.d.ts +4 -6
- package/dist/Common/Drawer/Drawer.d.ts +4 -3
- package/dist/Common/Drawer/index.d.ts +1 -0
- package/dist/Common/EmptyState/GenericEmptyState.d.ts +2 -1
- package/dist/Common/EmptyState/GenericFilterEmptyState.d.ts +1 -1
- package/dist/Common/EmptyState/index.d.ts +2 -0
- 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 +40 -0
- package/dist/Common/GenericDescription/types.d.ts +5 -7
- package/dist/Common/GenericDescription/utils.d.ts +1 -0
- package/dist/Common/Grid/Grid.d.ts +1 -1
- package/dist/Common/Helper.d.ts +40 -12
- package/dist/Common/Hooks/UseGetUserRoles/UseGetUserRoles.d.ts +7 -0
- package/dist/Common/Hooks/UseGetUserRoles/index.d.ts +1 -0
- package/dist/Common/Hooks/UseGetUserRoles/types.d.ts +8 -0
- package/dist/Common/Hooks/UseIsTextTruncated/UseIsTextTruncated.d.ts +5 -0
- package/dist/Common/Hooks/UseIsTextTruncated/constants.d.ts +1 -0
- package/dist/Common/Hooks/UseIsTextTruncated/index.d.ts +1 -0
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutContext.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/index.d.ts +1 -0
- package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +91 -3
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +6 -0
- package/dist/Common/Hooks/index.d.ts +4 -3
- package/dist/Common/Hooks/useStateFilters/index.d.ts +1 -1
- package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
- package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
- package/dist/Common/Hooks/useUrlFilters/index.d.ts +2 -1
- package/dist/Common/Hooks/useUrlFilters/types.d.ts +16 -3
- package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
- package/dist/Common/Hooks/useUrlFilters/utils.d.ts +2 -0
- package/dist/Common/ImageTags.Types.d.ts +2 -0
- package/dist/Common/ImageTags.d.ts +2 -2
- package/dist/Common/InteractiveCellText/InteractiveCellText.d.ts +27 -0
- package/dist/Common/InteractiveCellText/index.d.ts +2 -0
- package/dist/Common/InteractiveCellText/types.d.ts +10 -0
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/Modals/Modal.d.ts +1 -2
- package/dist/Common/Modals/VisibleModal.d.ts +9 -10
- package/dist/Common/Modals/VisibleModal2.d.ts +7 -9
- package/dist/Common/MultiSelectCustomization.d.ts +9 -7
- package/dist/Common/Pagination/PageSizeSelector.d.ts +1 -1
- package/dist/Common/Pagination/Pagination.d.ts +1 -1
- package/dist/Common/Pagination/constants.d.ts +4 -0
- package/dist/Common/Pagination/index.d.ts +1 -0
- package/dist/Common/Policy.Types.d.ts +58 -22
- package/dist/Common/PopupMenu.d.ts +2 -2
- package/dist/Common/Progressing.d.ts +1 -0
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/RJSF/common/FieldRow.d.ts +1 -1
- package/dist/Common/RJSF/constants.d.ts +1 -0
- package/dist/Common/RJSF/index.d.ts +3 -3
- 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 +3 -2
- package/dist/Common/RJSF/templates/WrapIfAdditionalTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/index.d.ts +1 -1
- package/dist/Common/RJSF/types.d.ts +17 -3
- package/dist/Common/RJSF/utils.d.ts +5 -11
- 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/SearchBar/types.d.ts +15 -0
- package/dist/Common/SegmentedBarChart/types.d.ts +23 -2
- package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
- package/dist/Common/SegmentedControl/Segment.d.ts +3 -0
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +3 -0
- package/dist/Common/SegmentedControl/constants.d.ts +3 -0
- package/dist/Common/SegmentedControl/index.d.ts +2 -0
- package/dist/Common/SegmentedControl/types.d.ts +76 -0
- package/dist/Common/SortableTableHeaderCell/SortableTableHeaderCell.d.ts +18 -1
- package/dist/Common/SortableTableHeaderCell/constants.d.ts +2 -0
- package/dist/Common/SortableTableHeaderCell/index.d.ts +1 -0
- package/dist/Common/SortableTableHeaderCell/types.d.ts +53 -16
- package/dist/Common/SortableTableHeaderCell/useResizableTableConfig.d.ts +6 -0
- 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/Tooltip/index.d.ts +2 -2
- package/dist/Common/Tooltip/types.d.ts +1 -7
- package/dist/Common/Types.d.ts +315 -177
- package/dist/Common/index.d.ts +39 -43
- package/dist/MMQ4R4NB-C7ZzhIbi.js +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/utils.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/DTApplicationMetricsFormField.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/index.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/types.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/utils.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/constants.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/index.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/service.d.ts +4 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +193 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/constants.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/index.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +72 -0
- package/dist/Pages/{App → Applications/DevtronApps/Details}/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/constants.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +9 -0
- package/dist/Pages/{CDPipeline → Applications/DevtronApps/Details/CDPipeline}/types.d.ts +44 -6
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/utils.d.ts +10 -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 +11 -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 +3 -0
- package/dist/Pages/Applications/DevtronApps/index.d.ts +1 -0
- package/dist/Pages/Applications/index.d.ts +1 -0
- package/dist/Pages/BulkEdit/index.d.ts +1 -0
- package/dist/Pages/BulkEdit/types.d.ts +50 -0
- package/dist/Pages/GlobalConfigurations/Authorization/index.d.ts +3 -2
- package/dist/Pages/GlobalConfigurations/Authorization/service.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupTableRow.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupsTable.component.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/types.d.ts +13 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraDescriptionField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraProfileNameField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +3 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/UseBuildInfraForm.d.ts +3 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +27 -11
- package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +8 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +5 -6
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +331 -110
- package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +10 -16
- package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +11 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/basicViewSchema.json.d.ts +27 -30
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +6 -8
- package/dist/Pages/GlobalConfigurations/ScopedVariables/types.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/index.d.ts +3 -2
- package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
- package/dist/Pages/ResourceBrowser/ForceDeleteOption.d.ts +3 -0
- package/dist/Pages/ResourceBrowser/Helper.d.ts +11 -0
- package/dist/Pages/ResourceBrowser/NodeDrainOptions.d.ts +3 -0
- package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +125 -2
- package/dist/Pages/ResourceBrowser/constants.d.ts +55 -0
- package/dist/Pages/ResourceBrowser/index.d.ts +7 -1
- package/dist/Pages/ResourceBrowser/service.d.ts +10 -0
- package/dist/Pages/ResourceBrowser/types.d.ts +135 -0
- package/dist/Pages/index.d.ts +2 -2
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/AutomationEnablementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Navigation/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +32 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/components.d.ts +7 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/constants.d.ts +8 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/index.d.ts +3 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/types.d.ts +26 -0
- package/dist/Pages-Devtron-2.0/Shared/Routes/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Shared/Routes/routes.d.ts +569 -0
- package/dist/Pages-Devtron-2.0/Shared/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/index.d.ts +8 -0
- package/dist/Shared/API/APIQueuing.d.ts +1 -1
- package/dist/Shared/Analytics/analytics.d.ts +3 -0
- package/dist/Shared/Analytics/index.d.ts +2 -0
- package/dist/Shared/Analytics/types.d.ts +7 -0
- package/dist/Shared/Components/APIResponseHandler/APIResponseHandler.d.ts +1 -1
- package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +2 -0
- package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +4 -0
- package/dist/Shared/Components/AboutDevtron/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/ActionMenuItem.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/types.d.ts +95 -0
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +302 -0
- package/dist/Shared/Components/ActionMenu/utils.d.ts +7 -0
- package/dist/Shared/Components/ActivityIndicator/ActivityIndicator.d.ts +1 -1
- package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +3 -0
- package/dist/Shared/Components/AnimatedDeployButton/index.d.ts +1 -0
- package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +6 -0
- package/dist/Shared/Components/AnimatedTimer/AnimatedTimer.component.d.ts +3 -0
- package/dist/Shared/Components/AnimatedTimer/constants.d.ts +5 -0
- package/dist/Shared/Components/AnimatedTimer/index.d.ts +1 -0
- package/dist/Shared/Components/AnimatedTimer/types.d.ts +15 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +2 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/index.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/service.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/types.d.ts +88 -0
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +8 -0
- package/dist/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.d.ts +1 -1
- package/dist/Shared/Components/Backdrop/Backdrop.d.ts +3 -0
- package/dist/Shared/Components/Backdrop/index.d.ts +2 -0
- package/dist/Shared/Components/Backdrop/types.d.ts +26 -0
- package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
- package/dist/Shared/Components/Badge/Badge.d.ts +3 -0
- package/dist/Shared/Components/Badge/index.d.ts +2 -0
- package/dist/Shared/Components/Badge/types.d.ts +18 -0
- package/dist/Shared/Components/Badge/utils.d.ts +8 -0
- package/dist/Shared/Components/BulkOperations/BulkOperations.component.d.ts +3 -0
- package/dist/Shared/Components/BulkOperations/BulkOperationsResultModal.d.ts +3 -0
- package/dist/Shared/Components/BulkOperations/OperationResultStore.d.ts +21 -0
- package/dist/Shared/Components/BulkOperations/constants.d.ts +13 -0
- package/dist/Shared/Components/BulkOperations/index.d.ts +2 -0
- package/dist/Shared/Components/BulkOperations/types.d.ts +69 -0
- 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/index.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/types.d.ts +18 -14
- package/dist/Shared/Components/Button/Button.component.d.ts +2 -2
- package/dist/Shared/Components/Button/constants.d.ts +1 -0
- package/dist/Shared/Components/Button/index.d.ts +1 -0
- package/dist/Shared/Components/Button/types.d.ts +70 -16
- package/dist/Shared/Components/Button/useTriggerAutoClickTimestamp.d.ts +6 -0
- package/dist/Shared/Components/Button/utils.d.ts +3 -1
- 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 +4 -0
- package/dist/Shared/Components/CICDHistory/CDEmptyState.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/CiPipelineSourceConfig.d.ts +2 -11
- package/dist/Shared/Components/CICDHistory/ConflictedResourcesTable.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiff.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +5 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/index.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +38 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +23 -0
- 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 +6 -0
- package/dist/Shared/Components/CICDHistory/History.components.d.ts +3 -55
- package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/LogsRenderer.d.ts +2 -55
- package/dist/Shared/Components/CICDHistory/ResourceConflictDeployDialog.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/ResourceConflictDetailsModal.d.ts +3 -0
- 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 +3 -0
- package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +2 -4
- package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +4 -0
- package/dist/Shared/Components/CICDHistory/constants.d.ts +44 -1
- package/dist/Shared/Components/CICDHistory/index.d.ts +10 -10
- package/dist/Shared/Components/CICDHistory/service.d.ts +7 -8
- package/dist/Shared/Components/CICDHistory/types.d.ts +262 -156
- package/dist/Shared/Components/CICDHistory/utils.d.ts +39 -4
- package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +3 -0
- package/dist/Shared/Components/CMCS/constants.d.ts +23 -0
- package/dist/Shared/Components/CMCS/helpers.d.ts +1 -0
- package/dist/Shared/Components/CMCS/index.d.ts +6 -0
- package/dist/Shared/Components/CMCS/types.d.ts +24 -0
- package/dist/Shared/Components/CMCS/utils.d.ts +18 -0
- package/dist/Shared/Components/CMCS/validations.d.ts +3 -0
- package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
- package/dist/Shared/Components/Card/constants.d.ts +4 -0
- package/dist/Shared/Components/Card/index.d.ts +2 -0
- package/dist/Shared/Components/Card/types.d.ts +25 -0
- package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
- package/dist/Shared/Components/Charts/constants.d.ts +10 -0
- package/dist/Shared/Components/Charts/index.d.ts +4 -0
- package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
- package/dist/Shared/Components/Charts/types.d.ts +133 -0
- package/dist/Shared/Components/Charts/utils.d.ts +30 -0
- package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
- package/dist/Shared/Components/Chip/index.d.ts +2 -0
- package/dist/Shared/Components/Chip/types.d.ts +64 -0
- package/dist/Shared/Components/Chip/utils.d.ts +6 -0
- package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
- package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
- package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
- package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.components.d.ts +11 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.constants.d.ts +10 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.context.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.theme.d.ts +4 -0
- package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Commands/findAndReplace.d.ts +7 -0
- package/dist/Shared/Components/CodeEditor/Commands/index.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Commands/keyMaps.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/DiffMinimap.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/findAndReplace.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/Extensions/index.d.ts +5 -0
- package/dist/Shared/Components/CodeEditor/Extensions/readOnlyTooltip.d.ts +6 -0
- package/dist/Shared/Components/CodeEditor/Extensions/yamlHighlight.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/yamlParseLinter.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/index.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/types.d.ts +116 -0
- package/dist/Shared/Components/CodeEditor/utils.d.ts +18 -0
- package/dist/Shared/Components/Collapse/Collapse.d.ts +5 -1
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +5 -2
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +47 -12
- package/dist/Shared/Components/CommitChipCell/CommitChipCell.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/CannotDeleteModal.d.ts +2 -0
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModal.d.ts +4 -0
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModalContext.d.ts +5 -0
- package/dist/Shared/Components/ConfirmationModal/DeleteConfirmationModal.d.ts +3 -0
- package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +2 -0
- package/dist/Shared/Components/ConfirmationModal/index.d.ts +7 -0
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +143 -0
- package/dist/Shared/Components/ConfirmationModal/utils.d.ts +6 -0
- package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +2 -0
- package/dist/Shared/Components/ContextSwitcher/index.d.ts +3 -0
- package/dist/Shared/Components/ContextSwitcher/types.d.ts +15 -0
- package/dist/Shared/Components/ContextSwitcher/utils.d.ts +5 -0
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/PasswordField.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/constants.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/index.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/types.d.ts +40 -0
- package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +3 -0
- package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
- package/dist/Shared/Components/DTFocusTrap/types.d.ts +34 -0
- package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/MonthlySelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/TimeSelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +2 -48
- package/dist/Shared/Components/DatePicker/index.d.ts +3 -4
- package/dist/Shared/Components/DatePicker/types.d.ts +35 -18
- 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/DeploymentConfigDiff.constants.d.ts +7 -0
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +59 -15
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +4 -3
- 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 +7 -0
- package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +2 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +11 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +3 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +25 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +25 -0
- package/dist/Shared/Components/DetectBottom/DetectBottom.component.d.ts +1 -1
- package/dist/Shared/Components/DocLink/DocLink.d.ts +2 -0
- package/dist/Shared/Components/DocLink/constants.d.ts +108 -0
- package/dist/Shared/Components/DocLink/index.d.ts +4 -0
- package/dist/Shared/Components/DocLink/types.d.ts +23 -0
- package/dist/Shared/Components/DocLink/utils.d.ts +3 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/constants.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/index.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +180 -0
- package/dist/Shared/Components/DynamicDataTable/utils.d.ts +5 -0
- package/dist/Shared/Components/EditImageFormField/EditImageFormField.d.ts +1 -1
- package/dist/Shared/Components/EditableTextArea/EditableTextArea.d.ts +1 -1
- package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -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/types.d.ts +4 -0
- package/dist/Shared/Components/Error/utils.d.ts +2 -1
- package/dist/Shared/Components/ExcludedImageNode/ExcludedImageNode.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
- package/dist/Shared/Components/ExportToCsv/types.d.ts +65 -0
- 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 +42 -8
- 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/FilterChips/FilterChips.component.d.ts +1 -1
- package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +3 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +3 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +2 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +1 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +38 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/index.d.ts +4 -0
- package/dist/Shared/Components/FormFieldWrapper/types.d.ts +71 -0
- package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +17 -0
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +4 -0
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +39 -0
- package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
- package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
- package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
- package/dist/Shared/Components/GenericModal/constants.d.ts +3 -0
- package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
- package/dist/Shared/Components/GenericModal/types.d.ts +41 -0
- package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
- package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +38 -9
- package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
- package/dist/Shared/Components/GettingStartedCard/types.d.ts +0 -3
- 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 +2 -0
- package/dist/Shared/Components/GitProviderIcon/index.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/types.d.ts +15 -0
- package/dist/Shared/Components/GitProviderIcon/utils.d.ts +3 -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/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +2 -4
- package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +10 -0
- package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +2 -0
- package/dist/Shared/Components/Header/HelpButton.d.ts +2 -0
- package/dist/Shared/Components/Header/IframePromoButton.d.ts +1 -0
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/ProfileMenu.d.ts +2 -0
- package/dist/Shared/Components/Header/constants.d.ts +5 -3
- package/dist/Shared/Components/Header/index.d.ts +2 -1
- package/dist/Shared/Components/Header/types.d.ts +36 -22
- package/dist/Shared/Components/Header/utils.d.ts +3 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +347 -0
- package/dist/Shared/Components/Icon/IconBase.d.ts +2 -0
- package/dist/Shared/Components/Icon/constants.d.ts +2 -0
- package/dist/Shared/Components/Icon/index.d.ts +1 -0
- package/dist/Shared/Components/Icon/types.d.ts +52 -0
- 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 +31 -0
- package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +2 -0
- package/dist/Shared/Components/Illustration/index.d.ts +1 -0
- package/dist/Shared/Components/Illustration/types.d.ts +27 -0
- 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/DeploymentEnvState/types.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/SequentialCDCardTitle.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/index.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/types.d.ts +2 -2
- package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
- package/dist/Shared/Components/ImageCardAccordion/types.d.ts +2 -3
- package/dist/Shared/Components/ImageChipCell/ImageChipCell.component.d.ts +1 -1
- package/dist/Shared/Components/ImageChipCell/types.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/ImageWithFallback.component.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/types.d.ts +2 -2
- package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +3 -0
- package/dist/Shared/Components/InfoBlock/constants.d.ts +8 -0
- package/dist/Shared/Components/InfoBlock/index.d.ts +2 -0
- package/dist/Shared/Components/InfoBlock/types.d.ts +40 -0
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/InvalidYAMLTippy/InvalidYAMLTippyWrapper.d.ts +3 -0
- package/dist/Shared/Components/InvalidYAMLTippy/constants.d.ts +1 -0
- package/dist/Shared/Components/InvalidYAMLTippy/index.d.ts +3 -0
- package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +13 -0
- package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +2 -0
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +75 -78
- package/dist/Shared/Components/KeyValueTable/index.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/utils.d.ts +13 -0
- package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
- package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
- package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
- package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
- package/dist/Shared/Components/License/ActivateLicenseDialog.d.ts +3 -0
- package/dist/Shared/Components/License/DevtronLicenseCard.d.ts +3 -0
- package/dist/Shared/Components/License/License.components.d.ts +5 -0
- package/dist/Shared/Components/License/constants.d.ts +1 -0
- package/dist/Shared/Components/License/index.d.ts +6 -0
- package/dist/Shared/Components/License/services.d.ts +1 -0
- package/dist/Shared/Components/License/types.d.ts +45 -0
- package/dist/Shared/Components/License/utils.d.ts +9 -0
- package/dist/Shared/Components/LoadingCard.d.ts +5 -0
- package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
- package/dist/Shared/Components/LoginBanner/Testimonials.components.d.ts +3 -0
- package/dist/Shared/Components/LoginBanner/constants.d.ts +4 -0
- package/dist/Shared/Components/LoginBanner/index.d.ts +3 -0
- package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
- package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
- package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
- package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +4 -3
- package/dist/Shared/Components/NumbersCount/NumbersCount.component.d.ts +3 -0
- package/dist/Shared/Components/NumbersCount/index.d.ts +2 -0
- package/dist/Shared/Components/NumbersCount/types.d.ts +13 -0
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- 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/index.d.ts +4 -4
- package/dist/Shared/Components/Plugin/service.d.ts +3 -3
- package/dist/Shared/Components/Plugin/types.d.ts +33 -12
- package/dist/Shared/Components/Plugin/utils.d.ts +0 -16
- package/dist/Shared/Components/Popover/Popover.component.d.ts +8 -0
- package/dist/Shared/Components/Popover/index.d.ts +3 -0
- package/dist/Shared/Components/Popover/types.d.ts +121 -0
- package/dist/Shared/Components/Popover/usePopover.hook.d.ts +2 -0
- package/dist/Shared/Components/Popover/utils.d.ts +92 -0
- package/dist/Shared/Components/PortalContainer/PortalContainer.d.ts +5 -0
- package/dist/Shared/Components/PortalContainer/index.d.ts +1 -0
- package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +2 -0
- package/dist/Shared/Components/ProgressBar/index.d.ts +1 -0
- package/dist/Shared/Components/ProgressBar/types.d.ts +9 -0
- package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
- package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
- package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
- package/dist/Shared/Components/QRCode.d.ts +10 -0
- package/dist/Shared/Components/ReactSelect/constants.d.ts +18 -14
- package/dist/Shared/Components/ReactSelect/index.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/utils.d.ts +7 -32
- package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/constants.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/index.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/types.d.ts +25 -0
- package/dist/Shared/Components/SSOProviderIcon/SSOProviderIcon.d.ts +2 -0
- package/dist/Shared/Components/SSOProviderIcon/index.d.ts +2 -0
- package/dist/Shared/Components/SSOProviderIcon/types.d.ts +10 -0
- package/dist/Shared/Components/ScannedByToolModal/types.d.ts +2 -1
- package/dist/Shared/Components/Security/SecurityDetailsCards/ReportTabEmptyState.d.ts +2 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityDetailsCards.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/index.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/types.d.ts +18 -0
- package/dist/Shared/Components/Security/SecurityModal/components/OpenDetailViewButton.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/components/index.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +6 -98
- package/dist/Shared/Components/Security/SecurityModal/config/EmptyState.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/ImageScan.d.ts +3 -2
- package/dist/Shared/Components/Security/SecurityModal/config/InfoCard.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/KubernetesManifest.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +6 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Table.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/index.d.ts +3 -2
- package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +19 -17
- package/dist/Shared/Components/Security/SecurityModal/index.d.ts +6 -5
- package/dist/Shared/Components/Security/SecurityModal/service.d.ts +6 -2
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +77 -43
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +10 -11
- package/dist/Shared/Components/Security/SeverityChip.d.ts +6 -0
- package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/index.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +2 -18
- package/dist/Shared/Components/Security/Vulnerabilities/utils.d.ts +0 -5
- package/dist/Shared/Components/Security/constants.d.ts +4 -0
- package/dist/Shared/Components/Security/index.d.ts +5 -2
- package/dist/Shared/Components/Security/types.d.ts +33 -0
- package/dist/Shared/Components/Security/utils.d.ts +8 -4
- package/dist/Shared/Components/SelectPicker/FilterSelectPicker.d.ts +2 -2
- package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +2 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +6 -7
- package/dist/Shared/Components/SelectPicker/SelectPickerTextArea.component.d.ts +2 -0
- package/dist/Shared/Components/SelectPicker/common.d.ts +15 -11
- package/dist/Shared/Components/SelectPicker/constants.d.ts +6 -0
- package/dist/Shared/Components/SelectPicker/index.d.ts +5 -2
- package/dist/Shared/Components/SelectPicker/type.d.ts +112 -24
- package/dist/Shared/Components/SelectPicker/utils.d.ts +4 -2
- package/dist/Shared/Components/ShowMoreText/ShowMoreText.d.ts +3 -1
- package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
- package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
- package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
- package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/DeploymentStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/StatusComponent.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/constants.d.ts +7 -0
- package/dist/Shared/Components/StatusComponent/index.d.ts +5 -0
- package/dist/Shared/Components/StatusComponent/types.d.ts +49 -0
- package/dist/Shared/Components/StatusComponent/utils.d.ts +5 -0
- package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
- package/dist/Shared/Components/Switch/constants.d.ts +14 -0
- package/dist/Shared/Components/Switch/index.d.ts +2 -0
- package/dist/Shared/Components/Switch/types.d.ts +111 -0
- package/dist/Shared/Components/Switch/utils.d.ts +12 -0
- package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
- package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
- package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
- package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +6 -6
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +46 -11
- package/dist/Shared/Components/TabGroup/TabGroup.utils.d.ts +3 -1
- package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +3 -0
- package/dist/Shared/Components/Table/InternalTable.d.ts +3 -0
- package/dist/Shared/Components/Table/Table.component.d.ts +3 -0
- package/dist/Shared/Components/Table/TableContent.d.ts +3 -0
- package/dist/Shared/Components/Table/constants.d.ts +9 -0
- package/dist/Shared/Components/Table/index.d.ts +3 -0
- package/dist/Shared/Components/Table/types.d.ts +240 -0
- package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +11 -0
- package/dist/Shared/Components/Table/utils.d.ts +11 -0
- package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +3 -0
- package/dist/Shared/Components/TagsKeyValueTable/constants.d.ts +4 -0
- package/dist/Shared/Components/TagsKeyValueTable/index.d.ts +4 -0
- package/dist/Shared/Components/TagsKeyValueTable/types.d.ts +12 -0
- package/dist/Shared/Components/TagsKeyValueTable/utils.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformBadgeList.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/index.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/types.d.ts +6 -0
- package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
- package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
- package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
- package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
- package/dist/Shared/Components/Textarea/index.d.ts +2 -0
- package/dist/Shared/Components/Textarea/types.d.ts +37 -0
- package/dist/Shared/Components/Textarea/utils.d.ts +5 -0
- package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +3 -0
- package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
- package/dist/Shared/Components/ThemeSwitcher/types.d.ts +3 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
- package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +3 -0
- package/dist/Shared/Components/TrailingItem/index.d.ts +2 -0
- package/dist/Shared/Components/TrailingItem/types.d.ts +43 -0
- package/dist/Shared/Components/TreeView/TreeView.component.d.ts +3 -0
- package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +3 -0
- package/dist/Shared/Components/TreeView/constants.d.ts +7 -0
- package/dist/Shared/Components/TreeView/index.d.ts +2 -0
- package/dist/Shared/Components/TreeView/types.d.ts +218 -0
- package/dist/Shared/Components/TreeView/utils.d.ts +22 -0
- package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -0
- package/dist/Shared/Components/Typewriter/index.d.ts +2 -0
- package/dist/Shared/Components/Typewriter/useTypewriter.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
- package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
- package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +4 -0
- package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/index.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/types.d.ts +16 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.component.d.ts +2 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.constants.d.ts +2 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.types.d.ts +36 -0
- package/dist/Shared/Components/VirtualizedList/index.d.ts +2 -0
- package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +88 -0
- package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +2 -0
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +27 -0
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +25 -0
- package/dist/Shared/Components/index.d.ts +92 -29
- package/dist/Shared/Helpers.d.ts +66 -10
- package/dist/Shared/Hooks/UseDownload/UseDownload.d.ts +2 -6
- package/dist/Shared/Hooks/UseDownload/index.d.ts +1 -1
- package/dist/Shared/Hooks/UseDownload/types.d.ts +13 -0
- package/dist/Shared/Hooks/UsePrompt/UsePrompt.d.ts +1 -2
- package/dist/Shared/Hooks/UsePrompt/types.d.ts +1 -0
- package/dist/Shared/Hooks/index.d.ts +6 -2
- package/dist/Shared/Hooks/useForm/useForm.d.ts +47 -27
- package/dist/Shared/Hooks/useForm/useForm.types.d.ts +15 -8
- package/dist/Shared/Hooks/useForm/useForm.utils.d.ts +1 -1
- package/dist/Shared/Hooks/useGetResourceKindsOptions/index.d.ts +2 -1
- package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -6
- package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +6 -16
- package/dist/Shared/Hooks/useIsSecureConnection/index.d.ts +1 -0
- package/dist/Shared/Hooks/useIsSecureConnection/useIsSecureConnection.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/constants.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/index.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/types.d.ts +3 -0
- package/dist/Shared/Hooks/useOneTimePrompt/useOneTimePrompt.d.ts +6 -0
- package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +4 -0
- package/dist/Shared/Hooks/useStickyEvent/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/types.d.ts +32 -0
- package/dist/Shared/Hooks/useStickyEvent/useStickyEvent.d.ts +8 -0
- package/dist/Shared/Hooks/useStickyEvent/utils.d.ts +2 -0
- package/dist/Shared/Hooks/useUserPreferences/constants.d.ts +3 -0
- package/dist/Shared/Hooks/useUserPreferences/index.d.ts +4 -0
- package/dist/Shared/Hooks/useUserPreferences/service.d.ts +20 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +127 -0
- package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +12 -0
- package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +3 -0
- package/dist/Shared/Providers/ImageSelectionUtility/ImageSelectionUtility.d.ts +1 -1
- package/dist/Shared/Providers/{MainContextProvider.d.ts → MainContextProvider/MainContextProvider.d.ts} +1 -1
- package/dist/Shared/Providers/MainContextProvider/index.d.ts +3 -0
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +185 -0
- package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +3 -0
- package/dist/Shared/Providers/ThemeProvider/constants.d.ts +2 -0
- package/dist/Shared/Providers/ThemeProvider/index.d.ts +4 -0
- package/dist/Shared/Providers/ThemeProvider/types.d.ts +41 -0
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +8 -0
- package/dist/Shared/Providers/UserEmailProvider/UserEmailProvider.d.ts +3 -3
- package/dist/Shared/Providers/UserEmailProvider/index.d.ts +1 -1
- package/dist/Shared/Providers/index.d.ts +2 -1
- package/dist/Shared/Services/ToastManager/ToastContent.d.ts +3 -2
- package/dist/Shared/Services/ToastManager/constants.d.ts +3 -3
- package/dist/Shared/Services/ToastManager/index.d.ts +1 -1
- package/dist/Shared/Services/ToastManager/types.d.ts +26 -6
- package/dist/Shared/Services/app.service.d.ts +11 -4
- package/dist/Shared/Services/app.types.d.ts +156 -34
- package/dist/Shared/Services/common.service.d.ts +7 -1
- package/dist/Shared/Services/index.d.ts +4 -2
- package/dist/Shared/Services/template.service.d.ts +2 -0
- package/dist/Shared/Services/types.d.ts +28 -1
- package/dist/Shared/Store/IndexStore.d.ts +2 -1
- package/dist/Shared/constants.d.ts +79 -68
- package/dist/Shared/index.d.ts +6 -5
- package/dist/Shared/types.d.ts +783 -32
- package/dist/Shared/validations.d.ts +22 -1
- package/dist/V4HPSUGU-BVMnhgRJ.js +2 -0
- package/dist/assets/@code-editor.css +1 -0
- package/dist/assets/@common-rjsf.css +1 -0
- package/dist/assets/@vendor.css +1 -0
- package/dist/assets/DeployAudio.566e45df.mp3 +0 -0
- package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
- package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
- package/dist/assets/empty-create.661d9355.png +0 -0
- package/dist/assets/ic-loading-failure.aa68693d.png +0 -0
- package/dist/assets/img-code.fa00ae8e.webp +0 -0
- package/dist/assets/img-devtron-freemium.d0657c61.webp +0 -0
- package/dist/assets/img-man-on-rocket.ab6bef97.webp +0 -0
- package/dist/assets/img-no-result.51284acb.webp +0 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/lifebuoy.7d8fdf27.png +0 -0
- package/dist/assets/login-screen-ui.a33a6496.webp +0 -0
- package/dist/assets/no-artifact.fd2d84d9.webp +0 -0
- package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
- package/dist/index.d.ts +141 -12
- package/dist/index.js +28882 -564
- package/dist/javascript-CP782ZPa.js +2 -0
- package/dist/rolldown-runtime-BETGA6I9.js +23 -0
- package/dist/vitesse-dark-XJRLdhTE.js +2 -0
- package/dist/vitesse-light-DS2ELujL.js +2 -0
- package/package.json +83 -48
- package/dist/Common/Api.d.ts +0 -15
- package/dist/Common/AppStatus/AppStatus.d.ts +0 -2
- package/dist/Common/AppStatus/constants.d.ts +0 -36
- package/dist/Common/AppStatus/index.d.ts +0 -2
- package/dist/Common/AppStatus/types.d.ts +0 -12
- package/dist/Common/AppStatus/utils.d.ts +0 -1
- package/dist/Common/Checkbox.d.ts +0 -5
- package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -35
- package/dist/Common/CodeEditor/index.d.ts +0 -2
- package/dist/Common/CodeEditor/types.d.ts +0 -98
- package/dist/Common/CustomInput/CustomInput.d.ts +0 -2
- package/dist/Common/CustomInput/Types.d.ts +0 -30
- package/dist/Common/CustomInput/index.d.ts +0 -2
- package/dist/Common/CustomTagSelector/TagLabelSelect.d.ts +0 -2
- package/dist/Common/CustomTagSelector/TagSelector.utils.d.ts +0 -12
- package/dist/Common/DeleteComponentModal/DeleteComponent.d.ts +0 -3
- package/dist/Common/DeleteComponentModal/types.d.ts +0 -18
- package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -8
- package/dist/Common/Dialogs/DeleteDialog.d.ts +0 -5
- package/dist/Common/Dialogs/ForceDeleteDialog.d.ts +0 -2
- package/dist/Common/Hooks/UseSuperAdmin/UseSuperAdmin.d.ts +0 -6
- package/dist/Common/Hooks/UseSuperAdmin/types.d.ts +0 -3
- package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -3
- package/dist/Common/Markdown/constant.d.ts +0 -28
- package/dist/Common/ResizableTextarea.d.ts +0 -3
- package/dist/Common/Toggle/Toggle.d.ts +0 -12
- package/dist/Common/utils.d.ts +0 -1
- package/dist/Pages/App/AppConfigurations/index.d.ts +0 -1
- package/dist/Pages/App/index.d.ts +0 -1
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +0 -6
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +0 -1
- package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryConfigList.component.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryDetailedView.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryDiffView.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryHeader.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistorySidebar.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/index.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/types.d.ts +0 -35
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +0 -2
- package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
- package/dist/Shared/Components/Header/HelpNav.d.ts +0 -3
- package/dist/Shared/Components/KeyValueList/KeyValueList.d.ts +0 -3
- package/dist/Shared/Components/KeyValueList/constants.d.ts +0 -5
- package/dist/Shared/Components/KeyValueList/index.d.ts +0 -2
- package/dist/Shared/Components/KeyValueList/types.d.ts +0 -52
- package/dist/Shared/Components/LogoutCard.d.ts +0 -9
- package/dist/Shared/Components/Security/SecuritySummaryCard/SecuritySummaryCard.d.ts +0 -3
- package/dist/Shared/Components/Security/SecuritySummaryCard/index.d.ts +0 -1
- package/dist/Shared/Components/Security/SecuritySummaryCard/types.d.ts +0 -12
- package/dist/Shared/Providers/types.d.ts +0 -29
- package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +0 -80
- package/dist/abap-DttVK1gE.js +0 -1314
- package/dist/apex-BjfHvyb2.js +0 -315
- package/dist/azcli-Ws-Trf8e.js +0 -74
- package/dist/bat-CeCHpU9_.js +0 -95
- package/dist/bicep-C7a7aEmi.js +0 -108
- package/dist/cameligo-CJeEIvX4.js +0 -168
- package/dist/clojure-CEKXhLdU.js +0 -754
- package/dist/coffee-CKu3e6V1.js +0 -228
- package/dist/cpp-CvUiT5Ec.js +0 -390
- package/dist/csharp-PmU9HJkB.js +0 -320
- package/dist/csp-DULvRLPF.js +0 -57
- package/dist/css-CNWXQPpt.js +0 -186
- package/dist/cssMode-DzZAlFXm.js +0 -1446
- package/dist/cypher-CYHOQS2R.js +0 -262
- package/dist/dart-BjGx-9Jk.js +0 -270
- package/dist/dockerfile-D0WaVIZ2.js +0 -132
- package/dist/ecl-CijaJu-p.js +0 -454
- package/dist/elixir-BI5Tc37S.js +0 -489
- package/dist/flow9-BApGtQOO.js +0 -141
- package/dist/freemarker2-DQO2yiWh.js +0 -643
- package/dist/fsharp-VeKgt2eG.js +0 -210
- package/dist/go-Cl8cKDlN.js +0 -208
- package/dist/graphql-PfgPBmj4.js +0 -141
- package/dist/handlebars-IrTn8N2Z.js +0 -391
- package/dist/hcl-CG4VZSkm.js +0 -177
- package/dist/html-DLBso2oN.js +0 -281
- package/dist/htmlMode-Dx8V65o4.js +0 -1456
- package/dist/index-Btf7nBuW.js +0 -155495
- package/dist/ini-EhiBNPZF.js +0 -68
- package/dist/java-DPbnXhoY.js +0 -221
- package/dist/javascript-Dvn-Mpn4.js +0 -75
- package/dist/jsonMode-DKuzVHCA.js +0 -1866
- package/dist/julia-Bw7EYexg.js +0 -496
- package/dist/kotlin-BNXLDoV0.js +0 -245
- package/dist/less-DtuF_id_.js +0 -168
- package/dist/lexon-DpB0-37O.js +0 -151
- package/dist/liquid-BVJW9xij.js +0 -238
- package/dist/lua-CzRNOk9S.js +0 -157
- package/dist/m3-pXPmDwal.js +0 -210
- package/dist/markdown-CeQ3rxjn.js +0 -202
- package/dist/mdx-CgFHm_Sz.js +0 -171
- package/dist/mips-DyE0VSNz.js +0 -194
- package/dist/msdax-CbdkoqRa.js +0 -377
- package/dist/mysql-B86-uHNu.js +0 -876
- package/dist/objective-c-1xvkKPId.js +0 -188
- package/dist/pascal-DcyFhj80.js +0 -245
- package/dist/pascaligo-QnM0hvMG.js +0 -158
- package/dist/perl-Bqp3FbU4.js +0 -599
- package/dist/pgsql-HdG7BG_Z.js +0 -847
- package/dist/php-zf7L2p7t.js +0 -471
- package/dist/pla-3Ykqsyzl.js +0 -131
- package/dist/postiats-D1v08O4B.js +0 -544
- package/dist/powerquery-CiQ9b1-b.js +0 -890
- package/dist/powershell-DFNK6VaX.js +0 -233
- package/dist/protobuf-D5P2Z6tc.js +0 -422
- package/dist/pug-BeyMX5am.js +0 -393
- package/dist/python-BFJ7kh5W.js +0 -259
- package/dist/qsharp-DcFOTjuP.js +0 -282
- package/dist/r-B3aJPcWp.js +0 -245
- package/dist/razor-CYjsrqGD.js +0 -512
- package/dist/redis-CyC__Tub.js +0 -298
- package/dist/redshift-NqbcQPcY.js +0 -806
- package/dist/restructuredtext-CZMxBkap.js +0 -162
- package/dist/ruby-C_jEtDv5.js +0 -444
- package/dist/rust-WAeitMCC.js +0 -337
- package/dist/sb-CSBm2pED.js +0 -110
- package/dist/scala-D76PhKmh.js +0 -353
- package/dist/scheme-CBSAjRuO.js +0 -114
- package/dist/scss-BHY8wFFg.js +0 -244
- package/dist/shell-Cwju9_l8.js +0 -224
- package/dist/solidity-BV1-nze3.js +0 -1351
- package/dist/sophia-DfoUlGAs.js +0 -190
- package/dist/sparql-4kfArTtK.js +0 -193
- package/dist/sql-DIpn0HSX.js +0 -818
- package/dist/st-BgJ_KDZh.js +0 -415
- package/dist/swift-D-ucEgIi.js +0 -315
- package/dist/systemverilog-DjkH5zuo.js +0 -556
- package/dist/tcl-gd8XLKJA.js +0 -232
- package/dist/tsMode-CMRuvqqP.js +0 -810
- package/dist/twig-D5XtTFGM.js +0 -323
- package/dist/typescript-CSXwlDVg.js +0 -328
- package/dist/vb-DYqqYAf3.js +0 -364
- package/dist/wgsl-CkZE0qf3.js +0 -420
- package/dist/xml-CCXFyBZo.js +0 -95
- package/dist/yaml-D8DXGT6k.js +0 -184
- package/dist/yaml.worker.d.ts +0 -0
- /package/dist/{Pages/CDPipeline → Pages-Devtron-2.0/DataProtectionManagement}/index.d.ts +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SwitchThemeDialogProps } from './types';
|
|
2
|
+
declare const SwitchThemeDialog: ({ initialThemePreference, handleClose, handleUpdateUserThemePreference, disableAPICalls, }: SwitchThemeDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SwitchThemeDialog;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { AppThemeType, useTheme } from '../../Providers';
|
|
2
|
+
type ThemePreferenceType = ReturnType<typeof useTheme>['themePreference'];
|
|
3
|
+
export type SwitchThemeDialogProps = {
|
|
4
|
+
/**
|
|
5
|
+
* @description The initial theme preference of the user fetched from api, in case of error would be null
|
|
6
|
+
*/
|
|
7
|
+
initialThemePreference: ThemePreferenceType;
|
|
8
|
+
handleUpdateUserThemePreference: (themePreference: ThemePreferenceType) => void;
|
|
9
|
+
handleClose: () => void;
|
|
10
|
+
} & ({
|
|
11
|
+
/**
|
|
12
|
+
* @default false
|
|
13
|
+
* @description Required for storybook
|
|
14
|
+
*/
|
|
15
|
+
disableAPICalls?: false;
|
|
16
|
+
} | {
|
|
17
|
+
currentUserPreferences?: never;
|
|
18
|
+
disableAPICalls: true;
|
|
19
|
+
});
|
|
20
|
+
export interface ThemePreferenceOptionProps {
|
|
21
|
+
selectedThemePreference: SwitchThemeDialogProps['initialThemePreference'];
|
|
22
|
+
value: SwitchThemeDialogProps['initialThemePreference'];
|
|
23
|
+
handleChangedThemePreference: (themePreference: SwitchThemeDialogProps['initialThemePreference']) => void;
|
|
24
|
+
}
|
|
25
|
+
export interface ThemePreferenceLabelFigureProps extends Pick<ThemePreferenceOptionProps, 'value'> {
|
|
26
|
+
isSelected: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface BaseLabelFigureProps extends Pick<ThemePreferenceLabelFigureProps, 'isSelected'> {
|
|
29
|
+
value: AppThemeType;
|
|
30
|
+
/**
|
|
31
|
+
* @default false
|
|
32
|
+
*/
|
|
33
|
+
noLeftRadius?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TabGroupProps } from './TabGroup.types';
|
|
2
|
-
export declare const TabGroup: ({ tabs, size, rightComponent,
|
|
2
|
+
export declare const TabGroup: ({ tabs, size, rightComponent, hideTopPadding, }: TabGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TabProps } from './TabGroup.types';
|
|
2
|
-
export declare const getTabIcon: ({ icon
|
|
1
|
+
import { TabGroupProps, TabProps } from './TabGroup.types';
|
|
2
|
+
export declare const getTabIcon: ({ icon, showError, showWarning, className, size, active, iconElement, }: Pick<TabProps, "showError" | "showWarning" | "icon" | "active" | "iconElement"> & Pick<TabGroupProps, "size"> & {
|
|
3
3
|
className: string;
|
|
4
|
-
}) => JSX.Element;
|
|
5
|
-
export declare const getTabBadge: (badge: TabProps["badge"], className: string) => JSX.Element;
|
|
6
|
-
export declare const getTabIndicator: (showIndicator: TabProps["showIndicator"]) => JSX.Element;
|
|
7
|
-
export declare const getTabDescription: (description: TabProps["description"]) => JSX.Element;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const getTabBadge: (badge: TabProps["badge"], className: string) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const getTabIndicator: (showIndicator: TabProps["showIndicator"]) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const getTabDescription: (description: TabProps["description"]) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
1
2
|
import { LinkProps, NavLinkProps } from 'react-router-dom';
|
|
3
|
+
import { TooltipProps } from '../../../Common/Tooltip';
|
|
2
4
|
import { ComponentSizeType } from '../../constants';
|
|
3
5
|
import { DataAttributes } from '../../types';
|
|
6
|
+
import { IconName } from '../Icon';
|
|
4
7
|
type TabComponentProps<TabTypeProps> = TabTypeProps & DataAttributes;
|
|
5
8
|
type ConditionalTabType = {
|
|
6
9
|
/**
|
|
@@ -56,6 +59,45 @@ type ConditionalTabType = {
|
|
|
56
59
|
*/
|
|
57
60
|
active?: never | false;
|
|
58
61
|
};
|
|
62
|
+
type TabTooltipProps = {
|
|
63
|
+
shouldWrapTooltip: boolean;
|
|
64
|
+
tooltipProps: TooltipProps;
|
|
65
|
+
} | {
|
|
66
|
+
shouldWrapTooltip?: never;
|
|
67
|
+
tooltipProps?: never;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Represents the properties for defining an icon in a tab group.
|
|
71
|
+
* This type allows for three configurations:
|
|
72
|
+
*
|
|
73
|
+
* 1. **Icon as a functional component or string**:
|
|
74
|
+
* - Use the `icon` property to specify either a functional component that renders an SVG or a string representing the name of the icon.
|
|
75
|
+
* - The `iconElement` property must not be provided in this case.
|
|
76
|
+
*
|
|
77
|
+
* 2. **Icon as a JSX element**:
|
|
78
|
+
* - Use the `iconElement` property to specify a JSX element representing the icon.
|
|
79
|
+
* - The `icon` property must not be provided in this case.
|
|
80
|
+
*
|
|
81
|
+
* 3. **No icon**:
|
|
82
|
+
* - Neither `icon` nor `iconElement` is provided, resulting in no icon being displayed.
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
type TabGroupIconProp = {
|
|
86
|
+
/**
|
|
87
|
+
* A functional component rendering an SVG or a string representing the icon name. Mutually exclusive with `iconElement`.
|
|
88
|
+
*/
|
|
89
|
+
icon: React.FunctionComponent<React.SVGProps<SVGSVGElement>> | IconName;
|
|
90
|
+
iconElement?: never;
|
|
91
|
+
} | {
|
|
92
|
+
icon?: never;
|
|
93
|
+
/**
|
|
94
|
+
* A JSX element representing the icon. Mutually exclusive with `icon`.
|
|
95
|
+
*/
|
|
96
|
+
iconElement: JSX.Element;
|
|
97
|
+
} | {
|
|
98
|
+
icon?: never;
|
|
99
|
+
iconElement?: never;
|
|
100
|
+
};
|
|
59
101
|
export type TabProps = {
|
|
60
102
|
/**
|
|
61
103
|
* Unique identifier for the tab.
|
|
@@ -70,11 +112,6 @@ export type TabProps = {
|
|
|
70
112
|
* @note - If passed as a `string[]`, it will be rendered with a bullet in-between strings.
|
|
71
113
|
*/
|
|
72
114
|
description?: string | string[];
|
|
73
|
-
/**
|
|
74
|
-
* Icon component to be displayed in the tab.
|
|
75
|
-
* This should be a functional component that renders an SVG.
|
|
76
|
-
*/
|
|
77
|
-
icon?: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
|
78
115
|
/**
|
|
79
116
|
* Badge number to be displayed on the tab, typically for notifications.
|
|
80
117
|
*/
|
|
@@ -97,7 +134,7 @@ export type TabProps = {
|
|
|
97
134
|
* Disables the tab, preventing interaction and indicating an inactive state.
|
|
98
135
|
*/
|
|
99
136
|
disabled?: boolean;
|
|
100
|
-
} & ConditionalTabType;
|
|
137
|
+
} & ConditionalTabType & TabTooltipProps & TabGroupIconProp;
|
|
101
138
|
export interface TabGroupProps {
|
|
102
139
|
/**
|
|
103
140
|
* Array of tabs to be rendered.
|
|
@@ -112,15 +149,13 @@ export interface TabGroupProps {
|
|
|
112
149
|
* Optional component to be rendered on the right side of the tab list.
|
|
113
150
|
*/
|
|
114
151
|
rightComponent?: React.ReactElement;
|
|
115
|
-
/**
|
|
116
|
-
* Set to `true` to align the active tab's border with the bottom border of the parent container.
|
|
117
|
-
* @default false
|
|
118
|
-
*/
|
|
119
|
-
alignActiveBorderWithContainer?: boolean;
|
|
120
152
|
/**
|
|
121
153
|
* Determines if the top padding of the tab group should be hidden.
|
|
122
154
|
* @default false
|
|
123
155
|
*/
|
|
124
156
|
hideTopPadding?: boolean;
|
|
125
157
|
}
|
|
158
|
+
export type AdditionalTabProps = {
|
|
159
|
+
uniqueGroupId: string;
|
|
160
|
+
};
|
|
126
161
|
export {};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { IconsProps } from '../Icon';
|
|
1
2
|
import { TabGroupProps } from './TabGroup.types';
|
|
2
|
-
export declare const getClassNameBySizeMap: ({ hideTopPadding,
|
|
3
|
+
export declare const getClassNameBySizeMap: ({ hideTopPadding, }: Pick<TabGroupProps, "hideTopPadding">) => Record<TabGroupProps["size"], {
|
|
3
4
|
tabClassName: string;
|
|
4
5
|
iconClassName: string;
|
|
5
6
|
badgeClassName: string;
|
|
6
7
|
}>;
|
|
8
|
+
export declare const TAB_ICON_SIZE_MAP: Record<TabGroupProps['size'], IconsProps['size']>;
|
|
7
9
|
export declare const tabGroupClassMap: Record<TabGroupProps['size'], string>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { BulkSelectionActionWidgetProps } from './types';
|
|
2
|
+
declare const BulkSelectionActionWidget: ({ count, handleClearBulkSelection, parentRef, BulkActionsComponent, bulkActionsData, setBulkActionState, }: BulkSelectionActionWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default BulkSelectionActionWidget;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FiltersTypeEnum, InternalTableProps } from './types';
|
|
2
|
+
declare const InternalTable: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ filtersVariant, filterData, rows, getRows, columns, ViewWrapper, resizableConfig, emptyStateConfig, additionalProps, areColumnsConfigurable, filter, setVisibleColumns, visibleColumns, stylesConfig, loading, bulkSelectionConfig, bulkSelectionReturnValue, id, handleClearBulkSelection, handleToggleBulkSelectionOnRow, paginationVariant, rowActionOnHoverConfig, pageSizeOptions, clearFilters: userGivenUrlClearFilters, rowStartIconConfig, onRowClick, areFiltersApplied: userProvidedAreFiltersApplied, }: InternalTableProps<RowData, FilterVariant, AdditionalProps>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default InternalTable;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FiltersTypeEnum, TableProps } from './types';
|
|
2
|
+
declare const TableWrapper: <RowData extends unknown = unknown, FilterVariant extends FiltersTypeEnum = FiltersTypeEnum.NONE, AdditionalProps extends Record<string, any> = {}>(tableProps: TableProps<RowData, FilterVariant, AdditionalProps>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TableWrapper;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FiltersTypeEnum, TableContentProps } from './types';
|
|
2
|
+
declare const TableContent: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ filterData, rows, resizableConfig, additionalProps, visibleColumns, stylesConfig, loading, bulkSelectionConfig, bulkSelectionReturnValue, handleClearBulkSelection, handleToggleBulkSelectionOnRow, paginationVariant, rowActionOnHoverConfig, pageSizeOptions, filteredRows, areFilteredRowsLoading, getRows, totalRows, rowStartIconConfig, onRowClick, }: TableContentProps<RowData, FilterVariant, AdditionalProps>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TableContent;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const SEARCH_SORT_CHANGE_DEBOUNCE_TIME = 350; /** in ms */
|
|
2
|
+
export declare const LOCAL_STORAGE_EXISTS: boolean;
|
|
3
|
+
export declare const LOCAL_STORAGE_KEY_FOR_VISIBLE_COLUMNS = "generic-table-configurable-columns";
|
|
4
|
+
export declare const BULK_ACTION_GUTTER_LABEL = "bulk-action-gutter";
|
|
5
|
+
export declare const EVENT_TARGET: EventTarget;
|
|
6
|
+
export declare const DRAG_SELECTOR_IDENTIFIER = "table-drag-selector";
|
|
7
|
+
export declare const SHIMMER_DUMMY_ARRAY: number[];
|
|
8
|
+
export declare const NO_ROWS_OR_GET_ROWS_ERROR: Error;
|
|
9
|
+
export declare const ACTION_GUTTER_SIZE = 24;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { default as Table } from './Table.component';
|
|
2
|
+
export type { BulkActionsComponentProps as TableBulkActionsComponentProps, BulkOperationModalProps as TableBulkOperationModalProps, CellComponentProps as TableCellComponentProps, Column as TableColumnType, TableProps, RowActionsOnHoverComponentProps as TableRowActionsOnHoverComponentProps, ViewWrapperProps as TableViewWrapperProps, } from './types';
|
|
3
|
+
export { FiltersTypeEnum, PaginationEnum, SignalEnum as TableSignalEnum } from './types';
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
import { Dispatch, FunctionComponent, MouseEvent, PropsWithChildren, SetStateAction } from 'react';
|
|
2
|
+
import { GenericFilterEmptyStateProps } from '../../../Common/EmptyState/types';
|
|
3
|
+
import { UseStateFiltersProps, UseStateFiltersReturnType, UseUrlFiltersProps, UseUrlFiltersReturnType } from '../../../Common/Hooks';
|
|
4
|
+
import { GenericEmptyStateType } from '../../../Common/index';
|
|
5
|
+
import { PageSizeOption } from '../../../Common/Pagination/types';
|
|
6
|
+
import { SortableTableHeaderCellProps, useResizableTableConfig } from '../../../Common/SortableTableHeaderCell';
|
|
7
|
+
import { IconsProps } from '../Icon';
|
|
8
|
+
import { useBulkSelection, UseBulkSelectionProps } from '../BulkSelection';
|
|
9
|
+
export interface UseFiltersReturnType extends UseStateFiltersReturnType<string> {
|
|
10
|
+
}
|
|
11
|
+
export declare enum SignalEnum {
|
|
12
|
+
COLLAPSE_ROW = "collapse-row",
|
|
13
|
+
EXPAND_ROW = "expand-row",
|
|
14
|
+
ENTER_PRESSED = "enter-pressed",
|
|
15
|
+
DELETE_PRESSED = "delete-pressed",
|
|
16
|
+
ESCAPE_PRESSED = "escape-pressed",
|
|
17
|
+
OPEN_CONTEXT_MENU = "open-context-menu",
|
|
18
|
+
ROW_CLICKED = "row-clicked"
|
|
19
|
+
}
|
|
20
|
+
export interface SignalsType<T extends string = SignalEnum> extends Pick<EventTarget, 'addEventListener' | 'removeEventListener'> {
|
|
21
|
+
addEventListener: (type: T, callback: (event: CustomEvent) => void, options?: Parameters<EventTarget['addEventListener']>[2]) => ReturnType<EventTarget['addEventListener']>;
|
|
22
|
+
removeEventListener: (type: T, callback: (event: CustomEvent) => void, options?: Parameters<EventTarget['removeEventListener']>[2]) => ReturnType<EventTarget['removeEventListener']>;
|
|
23
|
+
}
|
|
24
|
+
type SizeType = {
|
|
25
|
+
/** This signifies this column is resizable */
|
|
26
|
+
range: {
|
|
27
|
+
startWidth: number;
|
|
28
|
+
minWidth: number;
|
|
29
|
+
maxWidth: number | 'infinite';
|
|
30
|
+
};
|
|
31
|
+
/** If we want a fixed width */
|
|
32
|
+
fixed?: never;
|
|
33
|
+
} | {
|
|
34
|
+
range?: never;
|
|
35
|
+
fixed: number;
|
|
36
|
+
} | null;
|
|
37
|
+
type BaseColumnType = {
|
|
38
|
+
/** This is the key using which we will fetch the data of */
|
|
39
|
+
field: string;
|
|
40
|
+
/** This is the string that will be displayed to the user as header text */
|
|
41
|
+
label?: string;
|
|
42
|
+
/**
|
|
43
|
+
* If we want resizable columns, then every column has to have a fixed height
|
|
44
|
+
* If we specify size to be null then the size be will set to 1fr
|
|
45
|
+
*/
|
|
46
|
+
size: SizeType;
|
|
47
|
+
horizontallySticky?: boolean;
|
|
48
|
+
} & Pick<SortableTableHeaderCellProps, 'infoTooltipText'>;
|
|
49
|
+
type CommonRowType<Data extends unknown> = {
|
|
50
|
+
id: string;
|
|
51
|
+
data: Data;
|
|
52
|
+
};
|
|
53
|
+
export type ExpandedRowPrefixType = 'expanded-row-';
|
|
54
|
+
export type ExpandedRowType<Data extends unknown> = CommonRowType<Data> & {
|
|
55
|
+
id: `${ExpandedRowPrefixType}${string}`;
|
|
56
|
+
};
|
|
57
|
+
export type RowType<Data extends unknown> = CommonRowType<Data> & {
|
|
58
|
+
expandableRows?: Array<ExpandedRowType<Data>>;
|
|
59
|
+
};
|
|
60
|
+
export type RowsType<Data extends unknown> = RowType<Data>[];
|
|
61
|
+
export declare enum FiltersTypeEnum {
|
|
62
|
+
STATE = "state",
|
|
63
|
+
URL = "url",
|
|
64
|
+
NONE = "none"
|
|
65
|
+
}
|
|
66
|
+
export type CellComponentProps<RowData extends unknown = unknown, FilterVariant extends FiltersTypeEnum = FiltersTypeEnum.NONE, AdditionalProps extends Record<string, any> = {}> = Pick<BaseColumnType, 'field'> & AdditionalProps & {
|
|
67
|
+
signals: SignalsType;
|
|
68
|
+
value: unknown;
|
|
69
|
+
row: RowType<RowData>;
|
|
70
|
+
filterData: FilterVariant extends FiltersTypeEnum.NONE ? null : FilterVariant extends FiltersTypeEnum.STATE ? UseFiltersReturnType : UseUrlFiltersReturnType<string>;
|
|
71
|
+
isRowActive: boolean;
|
|
72
|
+
isExpandedRow: boolean;
|
|
73
|
+
isRowInExpandState: boolean;
|
|
74
|
+
expandRowCallback: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
75
|
+
};
|
|
76
|
+
export type RowActionsOnHoverComponentProps<RowData extends unknown = unknown, AdditionalProps extends Record<string, any> = {}> = {
|
|
77
|
+
row: RowType<RowData>;
|
|
78
|
+
} & AdditionalProps;
|
|
79
|
+
export type Column<RowData extends unknown = unknown, FilterVariant extends FiltersTypeEnum = FiltersTypeEnum.NONE, AdditionalProps extends Record<string, any> = {}> = Pick<SortableTableHeaderCellProps, 'showTippyOnTruncate'> & BaseColumnType & {
|
|
80
|
+
CellComponent?: FunctionComponent<CellComponentProps<RowData, FilterVariant, AdditionalProps>>;
|
|
81
|
+
} & ({
|
|
82
|
+
isSortable: true;
|
|
83
|
+
/**
|
|
84
|
+
* Compare two rows when sorting is triggered on this column
|
|
85
|
+
* Values fed are from the field key in the row's data object
|
|
86
|
+
* @returns -1 if a < b, 0 if a === b, 1 if a > b
|
|
87
|
+
*/
|
|
88
|
+
comparator?: (a: unknown, b: unknown) => number;
|
|
89
|
+
} | {
|
|
90
|
+
isSortable?: false;
|
|
91
|
+
comparator?: never;
|
|
92
|
+
});
|
|
93
|
+
export interface BulkActionsComponentProps {
|
|
94
|
+
onActionClick: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
95
|
+
bulkActionsData: unknown;
|
|
96
|
+
}
|
|
97
|
+
type BulkSelectionReturnValueType = ReturnType<typeof useBulkSelection>;
|
|
98
|
+
export interface BulkOperationModalProps<T extends string = string, RowData extends Record<string, any> = Record<string, any>> extends Pick<BulkSelectionReturnValueType, 'isBulkSelectionApplied'> {
|
|
99
|
+
action: T;
|
|
100
|
+
onClose: () => void;
|
|
101
|
+
selections: RowsType<RowData> | null;
|
|
102
|
+
bulkOperationModalData: unknown;
|
|
103
|
+
}
|
|
104
|
+
type BulkSelectionConfigType = Pick<UseBulkSelectionProps<unknown>, 'getSelectAllDialogStatus'> & {
|
|
105
|
+
BulkActionsComponent: FunctionComponent<BulkActionsComponentProps>;
|
|
106
|
+
BulkOperationModal: FunctionComponent<BulkOperationModalProps>;
|
|
107
|
+
disableSelectAllAcrossEvenIfPaginated?: boolean;
|
|
108
|
+
} & Pick<BulkActionsComponentProps, 'bulkActionsData'> & Pick<BulkOperationModalProps, 'bulkOperationModalData'>;
|
|
109
|
+
export declare enum PaginationEnum {
|
|
110
|
+
PAGINATED = "paginated",
|
|
111
|
+
INFINITE = "infinite",
|
|
112
|
+
NOT_PAGINATED = "not-paginated"
|
|
113
|
+
}
|
|
114
|
+
export interface ConfigurableColumnsType<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> {
|
|
115
|
+
allColumns: Column<RowData, FilterVariant, AdditionalProps>[];
|
|
116
|
+
visibleColumns: Column<RowData, FilterVariant, AdditionalProps>[];
|
|
117
|
+
setVisibleColumns: Dispatch<SetStateAction<Column<RowData, FilterVariant, AdditionalProps>[]>>;
|
|
118
|
+
}
|
|
119
|
+
interface GetRowsProps extends Pick<UseFiltersReturnType, 'offset' | 'pageSize' | 'searchKey' | 'sortBy' | 'sortOrder'> {
|
|
120
|
+
}
|
|
121
|
+
type AdditionalFilterPropsType<T extends FiltersTypeEnum> = T extends FiltersTypeEnum.URL ? Pick<UseUrlFiltersProps<string, unknown>, 'parseSearchParams' | 'localStorageKey' | 'redirectionMethod' | 'initialSortKey' | 'defaultPageSize'> : T extends FiltersTypeEnum.STATE ? Pick<UseStateFiltersProps<string>, 'initialSortKey' | 'defaultPageSize'> : never;
|
|
122
|
+
export type ViewWrapperProps<RowData extends unknown = unknown, FilterVariant extends FiltersTypeEnum = FiltersTypeEnum.NONE, AdditionalProps extends Record<string, any> = {}> = PropsWithChildren<(FilterVariant extends FiltersTypeEnum.NONE ? {} : Pick<UseFiltersReturnType, 'offset' | 'handleSearch' | 'searchKey' | 'sortBy' | 'sortOrder' | 'clearFilters' | 'areFiltersApplied'>) & AdditionalProps & Partial<ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>> & {
|
|
123
|
+
areRowsLoading: boolean;
|
|
124
|
+
filteredRows: RowsType<RowData> | null;
|
|
125
|
+
rows: RowsType<RowData> | null;
|
|
126
|
+
} & (FilterVariant extends FiltersTypeEnum.URL ? Pick<UseUrlFiltersReturnType<string>, 'updateSearchParams'> : {})>;
|
|
127
|
+
type FilterConfig<FilterVariant extends FiltersTypeEnum, RowData extends unknown, AdditionalProps extends Record<string, any>> = {
|
|
128
|
+
filtersVariant: FilterVariant;
|
|
129
|
+
/**
|
|
130
|
+
* Props for useUrlFilters/useStateFilters hooks
|
|
131
|
+
*/
|
|
132
|
+
additionalFilterProps?: AdditionalFilterPropsType<FilterVariant>;
|
|
133
|
+
/**
|
|
134
|
+
* This func is used to filter the rows based on filter data.
|
|
135
|
+
* Only applicable if filtersVariant is NOT set to NONE
|
|
136
|
+
*
|
|
137
|
+
* If filter is only being used for sorting, then send `noop` in this prop
|
|
138
|
+
*/
|
|
139
|
+
filter: FilterVariant extends FiltersTypeEnum.NONE ? null : (row: RowType<RowData>, filterData: UseFiltersReturnType, additionalProps: AdditionalProps) => boolean;
|
|
140
|
+
clearFilters?: FilterVariant extends FiltersTypeEnum.URL ? () => void : FilterVariant extends FiltersTypeEnum.STATE ? never : never;
|
|
141
|
+
areFiltersApplied?: FilterVariant extends FiltersTypeEnum.NONE ? never : boolean;
|
|
142
|
+
};
|
|
143
|
+
export type InternalTableProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Required<Pick<ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>, 'visibleColumns' | 'setVisibleColumns'>> & {
|
|
144
|
+
id: `table__${string}`;
|
|
145
|
+
loading?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* Memoize columns before passing as props.
|
|
148
|
+
*
|
|
149
|
+
* For columns from backend: initialize as empty array and set loading
|
|
150
|
+
* to true until API call completes.
|
|
151
|
+
*/
|
|
152
|
+
columns: Column<RowData, FilterVariant, AdditionalProps>[];
|
|
153
|
+
/** If bulk selections are not a concern omit this prop */
|
|
154
|
+
bulkSelectionConfig?: BulkSelectionConfigType;
|
|
155
|
+
emptyStateConfig: {
|
|
156
|
+
noRowsConfig: Omit<GenericEmptyStateType, 'children'>;
|
|
157
|
+
noRowsForFilterConfig?: Pick<GenericFilterEmptyStateProps, 'title' | 'subTitle' | 'handleClearFilters'> & {
|
|
158
|
+
clearFilters?: () => void;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
filterData: UseFiltersReturnType | null;
|
|
162
|
+
resizableConfig: ReturnType<typeof useResizableTableConfig> | null;
|
|
163
|
+
/**
|
|
164
|
+
* Enable this to let users choose which columns to display.
|
|
165
|
+
* Example: Resource Browser > Node Listing
|
|
166
|
+
*
|
|
167
|
+
* Using the provided id for this table, we will store the user's preference in localStorage
|
|
168
|
+
*/
|
|
169
|
+
areColumnsConfigurable?: boolean;
|
|
170
|
+
additionalProps?: AdditionalProps;
|
|
171
|
+
/** Control the look of the table using this prop */
|
|
172
|
+
stylesConfig?: {
|
|
173
|
+
showSeparatorBetweenRows: boolean;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Use this component to display additional content at the end of a row when it is hovered over.
|
|
177
|
+
*/
|
|
178
|
+
rowActionOnHoverConfig?: {
|
|
179
|
+
Component: FunctionComponent<RowActionsOnHoverComponentProps<RowData, AdditionalProps>>;
|
|
180
|
+
width: string | number;
|
|
181
|
+
};
|
|
182
|
+
bulkSelectionReturnValue: BulkSelectionReturnValueType | null;
|
|
183
|
+
handleClearBulkSelection: () => void;
|
|
184
|
+
handleToggleBulkSelectionOnRow: (row: RowType<RowData>) => void;
|
|
185
|
+
ViewWrapper?: FunctionComponent<ViewWrapperProps<RowData, FilterVariant, AdditionalProps>>;
|
|
186
|
+
/**
|
|
187
|
+
* An icon as the first element of the row, that hides actions like expand or bulk select icons
|
|
188
|
+
* until user hovers over the row or the row has focus from keyboard navigation
|
|
189
|
+
*/
|
|
190
|
+
rowStartIconConfig?: Omit<IconsProps, 'dataTestId'>;
|
|
191
|
+
onRowClick?: (row: RowType<RowData>, isExpandedRow: boolean) => void;
|
|
192
|
+
} & ({
|
|
193
|
+
/**
|
|
194
|
+
* Direct rows data for frontend-only datasets like resource browser.
|
|
195
|
+
*/
|
|
196
|
+
rows: RowsType<RowData>;
|
|
197
|
+
/**
|
|
198
|
+
* Use `getRows` function instead for data that needs to be fetched from backend with pagination/sorting/filtering.
|
|
199
|
+
*/
|
|
200
|
+
getRows?: never;
|
|
201
|
+
} | {
|
|
202
|
+
rows?: never;
|
|
203
|
+
/** NOTE: Sorting on frontend is only handled if rows is provided instead of getRows */
|
|
204
|
+
getRows: (props: GetRowsProps, signal: AbortSignal) => Promise<{
|
|
205
|
+
rows: RowsType<RowData>;
|
|
206
|
+
totalRows: number;
|
|
207
|
+
}>;
|
|
208
|
+
}) & ({
|
|
209
|
+
paginationVariant: PaginationEnum.PAGINATED;
|
|
210
|
+
pageSizeOptions?: PageSizeOption[];
|
|
211
|
+
} | {
|
|
212
|
+
paginationVariant: Omit<PaginationEnum, 'PAGINATED'>;
|
|
213
|
+
pageSizeOptions?: never;
|
|
214
|
+
}) & FilterConfig<FilterVariant, RowData, AdditionalProps>;
|
|
215
|
+
export type UseResizableTableConfigWrapperProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Omit<InternalTableProps<RowData, FilterVariant, AdditionalProps>, 'resizableConfig'>;
|
|
216
|
+
export type TableWithBulkSelectionProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Omit<UseResizableTableConfigWrapperProps<RowData, FilterVariant, AdditionalProps>, 'bulkSelectionReturnValue' | 'handleClearBulkSelection' | 'handleToggleBulkSelectionOnRow'>;
|
|
217
|
+
export type VisibleColumnsWrapperProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Omit<TableWithBulkSelectionProps<RowData, FilterVariant, AdditionalProps>, 'visibleColumns' | 'setVisibleColumns'>;
|
|
218
|
+
export type FilterWrapperProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Omit<VisibleColumnsWrapperProps<RowData, FilterVariant, AdditionalProps>, 'filterData'>;
|
|
219
|
+
export type TableProps<RowData extends unknown = unknown, FilterVariant extends FiltersTypeEnum = FiltersTypeEnum.NONE, AdditionalProps extends Record<string, any> = {}> = Pick<FilterWrapperProps<RowData, FilterVariant, AdditionalProps>, 'additionalFilterProps' | 'bulkSelectionConfig' | 'areColumnsConfigurable' | 'emptyStateConfig' | 'filtersVariant' | 'filter' | 'additionalProps' | 'columns' | 'getRows' | 'rows' | 'paginationVariant' | 'stylesConfig' | 'id' | 'rowActionOnHoverConfig' | 'loading' | 'ViewWrapper' | 'pageSizeOptions' | 'clearFilters' | 'rowStartIconConfig' | 'onRowClick' | 'areFiltersApplied'>;
|
|
220
|
+
export type BulkActionStateType = string | null;
|
|
221
|
+
export interface BulkSelectionActionWidgetProps extends Pick<BulkSelectionConfigType, 'BulkActionsComponent' | 'bulkActionsData'> {
|
|
222
|
+
count: number;
|
|
223
|
+
handleClearBulkSelection: () => void;
|
|
224
|
+
parentRef: React.RefObject<HTMLDivElement>;
|
|
225
|
+
/** If it is null, we can say no bulk action has been selected yet */
|
|
226
|
+
setBulkActionState: Dispatch<SetStateAction<BulkActionStateType>>;
|
|
227
|
+
}
|
|
228
|
+
export type ConfigurableColumnsConfigType<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Record<string, ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>['visibleColumns']>;
|
|
229
|
+
export interface GetFilteringPromiseProps<RowData extends unknown> {
|
|
230
|
+
searchSortTimeoutRef: React.MutableRefObject<ReturnType<typeof setTimeout> | number>;
|
|
231
|
+
callback: () => Promise<RowsType<RowData>> | RowsType<RowData>;
|
|
232
|
+
}
|
|
233
|
+
export interface RowsResultType<RowData extends unknown> {
|
|
234
|
+
filteredRows: RowsType<RowData>;
|
|
235
|
+
totalRows: number;
|
|
236
|
+
}
|
|
237
|
+
export interface TableContentProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> extends Pick<InternalTableProps<RowData, FilterVariant, AdditionalProps>, 'filterData' | 'rows' | 'resizableConfig' | 'additionalProps' | 'visibleColumns' | 'stylesConfig' | 'loading' | 'bulkSelectionConfig' | 'bulkSelectionReturnValue' | 'handleClearBulkSelection' | 'handleToggleBulkSelectionOnRow' | 'paginationVariant' | 'rowActionOnHoverConfig' | 'pageSizeOptions' | 'getRows' | 'rowStartIconConfig' | 'onRowClick'>, RowsResultType<RowData> {
|
|
238
|
+
areFilteredRowsLoading: boolean;
|
|
239
|
+
}
|
|
240
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FiltersTypeEnum, InternalTableProps, RowsType } from './types';
|
|
2
|
+
declare const useTableWithKeyboardShortcuts: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ bulkSelectionConfig, handleToggleBulkSelectionOnRow, bulkSelectionReturnValue, }: Pick<InternalTableProps<RowData, FilterVariant, AdditionalProps>, "bulkSelectionConfig" | "bulkSelectionReturnValue" | "handleToggleBulkSelectionOnRow">, visibleRows: RowsType<RowData>, showPagination: boolean, bulkSelectionButtonRef: React.RefObject<HTMLLabelElement>) => {
|
|
3
|
+
activeRowIndex: number;
|
|
4
|
+
setActiveRowIndex: import('react').Dispatch<import('react').SetStateAction<number>>;
|
|
5
|
+
shortcutContainerProps: {
|
|
6
|
+
onKeyDown: (event: import('react').KeyboardEvent<HTMLElement>) => void;
|
|
7
|
+
onKeyUp: (event: import('react').KeyboardEvent<HTMLElement>) => void;
|
|
8
|
+
onBlur: (event: import('react').FocusEvent<HTMLElement>) => void;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default useTableWithKeyboardShortcuts;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Column, ConfigurableColumnsType, FiltersTypeEnum, GetFilteringPromiseProps, RowsType, TableProps, UseFiltersReturnType } from './types';
|
|
2
|
+
export declare const searchAndSortRows: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>(rows: TableProps<RowData, FilterVariant, AdditionalProps>["rows"], filter: TableProps<RowData, FilterVariant, AdditionalProps>["filter"], filterData: UseFiltersReturnType, additionalProps: AdditionalProps, comparator?: Column<RowData, FilterVariant, AdditionalProps>["comparator"]) => Awaited<ReturnType<TableProps<RowData>["getRows"]>>;
|
|
3
|
+
export declare const getVisibleColumnsFromLocalStorage: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ allColumns, id, }: Pick<ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>, "allColumns"> & Pick<TableProps<RowData, FilterVariant, AdditionalProps>, "id">) => Column<RowData, FilterVariant, AdditionalProps>[];
|
|
4
|
+
export declare const setVisibleColumnsToLocalStorage: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ id, visibleColumns, }: Pick<ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>, "visibleColumns"> & Pick<TableProps<RowData, FilterVariant, AdditionalProps>, "id">) => void;
|
|
5
|
+
export declare const getVisibleColumns: <RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>>({ areColumnsConfigurable, columns, id, }: Pick<TableProps<RowData, FilterVariant, AdditionalProps>, "areColumnsConfigurable" | "columns" | "id">) => Column<RowData, FilterVariant, AdditionalProps>[];
|
|
6
|
+
export declare const getFilteringPromise: <RowData extends unknown>({ searchSortTimeoutRef, callback, }: GetFilteringPromiseProps<RowData>) => Promise<RowsType<RowData>>;
|
|
7
|
+
export declare const getStickyColumnConfig: (gridTemplateColumns: string, columnIndex: number) => {
|
|
8
|
+
className: string;
|
|
9
|
+
left: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const scrollToShowActiveElementIfNeeded: (activeElement: HTMLDivElement, parent: HTMLDivElement, topMargin: number) => void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DynamicDataTableCellErrorType, DynamicDataTableProps, DynamicDataTableRowType } from '../DynamicDataTable';
|
|
2
|
+
export type TagsTableColumnsType = 'tagKey' | 'tagValue';
|
|
3
|
+
export interface TagsContainerProps extends Partial<Pick<DynamicDataTableProps<TagsTableColumnsType>, 'onRowEdit'>> {
|
|
4
|
+
appType: string;
|
|
5
|
+
isCreateApp?: boolean;
|
|
6
|
+
rows: DynamicDataTableRowType<TagsTableColumnsType>[];
|
|
7
|
+
setRows: (updatedRows: DynamicDataTableRowType<TagsTableColumnsType>[]) => void;
|
|
8
|
+
hidePropagateTags?: boolean;
|
|
9
|
+
getEmptyRow?: (keyChoices?: string[]) => DynamicDataTableRowType<TagsTableColumnsType>;
|
|
10
|
+
tagsError: DynamicDataTableCellErrorType<TagsTableColumnsType>;
|
|
11
|
+
setTagErrors: (updatedTagsError: DynamicDataTableCellErrorType<TagsTableColumnsType>) => void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TooltipProps } from '../../../Common/Tooltip';
|
|
2
|
+
import { TargetPlatformsDTO } from '../../types';
|
|
3
|
+
export interface TargetPlatformBadgeListProps extends Required<Pick<TargetPlatformsDTO, 'targetPlatforms'>> {
|
|
4
|
+
}
|
|
5
|
+
export interface TargetPlatformListTooltipProps extends Pick<TargetPlatformsDTO, 'targetPlatforms'>, Pick<TooltipProps, 'children' | 'appendTo'> {
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TempAppWindow: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TempAppWindow';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { TextareaProps } from './types';
|
|
2
|
+
declare const Textarea: ({ name, label, textareaRef: textareaRefProp, fullWidth, error, helperText, warningText, layout, required, onBlur, shouldTrim, size, ariaLabel, borderRadiusConfig, labelTooltipConfig, labelTippyCustomizedConfig, hideFormFieldInfo, value, borderConfig, disableResize, newlineOnShiftEnter, ...props }: TextareaProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Textarea;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { TextareaHTMLAttributes } from 'react';
|
|
2
|
+
import { ComponentSizeType } from '../../constants';
|
|
3
|
+
import { FormFieldWrapperProps } from '../FormFieldWrapper';
|
|
4
|
+
export interface TextareaProps extends Omit<FormFieldWrapperProps, 'children' | 'inputId'>, Pick<TextareaHTMLAttributes<HTMLTextAreaElement>, 'onBlur' | 'disabled' | 'autoFocus' | 'onFocus'>, Required<Pick<TextareaHTMLAttributes<HTMLTextAreaElement>, 'placeholder' | 'onChange' | 'name'>> {
|
|
5
|
+
/**
|
|
6
|
+
* If false, the input is not trimmed on blur
|
|
7
|
+
*
|
|
8
|
+
* @default true
|
|
9
|
+
*/
|
|
10
|
+
shouldTrim?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Size of the textarea
|
|
13
|
+
*
|
|
14
|
+
* @default ComponentSizeType.large
|
|
15
|
+
*/
|
|
16
|
+
size?: Extract<ComponentSizeType, ComponentSizeType.small | ComponentSizeType.medium | ComponentSizeType.large>;
|
|
17
|
+
/**
|
|
18
|
+
* Value of the textarea
|
|
19
|
+
*/
|
|
20
|
+
value: string;
|
|
21
|
+
/**
|
|
22
|
+
* If true, the textarea resize is disabled
|
|
23
|
+
*
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
disableResize?: true;
|
|
27
|
+
/**
|
|
28
|
+
* Allows inserting a newline with Shift + Enter instead of Enter alone.
|
|
29
|
+
*
|
|
30
|
+
* When enabled, pressing Enter submits the form, while Shift + Enter inserts a newline.
|
|
31
|
+
* Useful for forms where Enter should trigger submission, but multiline input is still needed.
|
|
32
|
+
*
|
|
33
|
+
* @default false
|
|
34
|
+
*/
|
|
35
|
+
newlineOnShiftEnter?: boolean;
|
|
36
|
+
textareaRef?: React.MutableRefObject<HTMLTextAreaElement> | React.RefCallback<HTMLTextAreaElement>;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ThemeSwitcher } from './ThemeSwitcher.component';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ToggleResolveScopedVariablesProps } from './types';
|
|
2
|
+
declare const ToggleResolveScopedVariables: ({ name, resolveScopedVariables, handleToggleScopedVariablesView, isDisabled, showTooltip, }: ToggleResolveScopedVariablesProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ToggleResolveScopedVariables;
|