@devtron-labs/devtron-fe-common-lib 4.0.2 → 4.0.3-pre-0
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 +2 -2
- 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/index.d.ts +1 -0
- package/dist/Shared/Components/FeatureDescription/types.d.ts +48 -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 +122 -34
- 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 +784 -31
- 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-BKAw6Gjy.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-CaToeyV1.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-BcuRt7Wx.js +0 -391
- package/dist/hcl-CG4VZSkm.js +0 -177
- package/dist/html-BHs6br3H.js +0 -281
- package/dist/htmlMode-BHPPU3R8.js +0 -1456
- package/dist/index-ByQvKL1i.js +0 -155495
- package/dist/ini-EhiBNPZF.js +0 -68
- package/dist/java-DPbnXhoY.js +0 -221
- package/dist/javascript-CgB6Ukwh.js +0 -75
- package/dist/jsonMode-BQ72p6WC.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-BSnWNlwJ.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-CmG3JYo6.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-DsZUSBx9.js +0 -259
- package/dist/qsharp-DcFOTjuP.js +0 -282
- package/dist/r-B3aJPcWp.js +0 -245
- package/dist/razor-DMf-FT32.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-DpDNESk7.js +0 -810
- package/dist/twig-D5XtTFGM.js +0 -323
- package/dist/typescript-fK9cd2PO.js +0 -328
- package/dist/vb-DYqqYAf3.js +0 -364
- package/dist/wgsl-CkZE0qf3.js +0 -420
- package/dist/xml-DbdPKzSs.js +0 -95
- package/dist/yaml-Dn628uiu.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
|
@@ -1,806 +0,0 @@
|
|
|
1
|
-
/*!-----------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
|
-
* Released under the MIT license
|
|
5
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
|
-
*-----------------------------------------------------------------------------*/
|
|
7
|
-
var e = {
|
|
8
|
-
comments: {
|
|
9
|
-
lineComment: "--",
|
|
10
|
-
blockComment: ["/*", "*/"]
|
|
11
|
-
},
|
|
12
|
-
brackets: [
|
|
13
|
-
["{", "}"],
|
|
14
|
-
["[", "]"],
|
|
15
|
-
["(", ")"]
|
|
16
|
-
],
|
|
17
|
-
autoClosingPairs: [
|
|
18
|
-
{ open: "{", close: "}" },
|
|
19
|
-
{ open: "[", close: "]" },
|
|
20
|
-
{ open: "(", close: ")" },
|
|
21
|
-
{ open: '"', close: '"' },
|
|
22
|
-
{ open: "'", close: "'" }
|
|
23
|
-
],
|
|
24
|
-
surroundingPairs: [
|
|
25
|
-
{ open: "{", close: "}" },
|
|
26
|
-
{ open: "[", close: "]" },
|
|
27
|
-
{ open: "(", close: ")" },
|
|
28
|
-
{ open: '"', close: '"' },
|
|
29
|
-
{ open: "'", close: "'" }
|
|
30
|
-
]
|
|
31
|
-
}, _ = {
|
|
32
|
-
defaultToken: "",
|
|
33
|
-
tokenPostfix: ".sql",
|
|
34
|
-
ignoreCase: !0,
|
|
35
|
-
brackets: [
|
|
36
|
-
{ open: "[", close: "]", token: "delimiter.square" },
|
|
37
|
-
{ open: "(", close: ")", token: "delimiter.parenthesis" }
|
|
38
|
-
],
|
|
39
|
-
keywords: [
|
|
40
|
-
"AES128",
|
|
41
|
-
"AES256",
|
|
42
|
-
"ALL",
|
|
43
|
-
"ALLOWOVERWRITE",
|
|
44
|
-
"ANALYSE",
|
|
45
|
-
"ANALYZE",
|
|
46
|
-
"AND",
|
|
47
|
-
"ANY",
|
|
48
|
-
"ARRAY",
|
|
49
|
-
"AS",
|
|
50
|
-
"ASC",
|
|
51
|
-
"AUTHORIZATION",
|
|
52
|
-
"AZ64",
|
|
53
|
-
"BACKUP",
|
|
54
|
-
"BETWEEN",
|
|
55
|
-
"BINARY",
|
|
56
|
-
"BLANKSASNULL",
|
|
57
|
-
"BOTH",
|
|
58
|
-
"BYTEDICT",
|
|
59
|
-
"BZIP2",
|
|
60
|
-
"CASE",
|
|
61
|
-
"CAST",
|
|
62
|
-
"CHECK",
|
|
63
|
-
"COLLATE",
|
|
64
|
-
"COLUMN",
|
|
65
|
-
"CONSTRAINT",
|
|
66
|
-
"CREATE",
|
|
67
|
-
"CREDENTIALS",
|
|
68
|
-
"CROSS",
|
|
69
|
-
"CURRENT_DATE",
|
|
70
|
-
"CURRENT_TIME",
|
|
71
|
-
"CURRENT_TIMESTAMP",
|
|
72
|
-
"CURRENT_USER",
|
|
73
|
-
"CURRENT_USER_ID",
|
|
74
|
-
"DEFAULT",
|
|
75
|
-
"DEFERRABLE",
|
|
76
|
-
"DEFLATE",
|
|
77
|
-
"DEFRAG",
|
|
78
|
-
"DELTA",
|
|
79
|
-
"DELTA32K",
|
|
80
|
-
"DESC",
|
|
81
|
-
"DISABLE",
|
|
82
|
-
"DISTINCT",
|
|
83
|
-
"DO",
|
|
84
|
-
"ELSE",
|
|
85
|
-
"EMPTYASNULL",
|
|
86
|
-
"ENABLE",
|
|
87
|
-
"ENCODE",
|
|
88
|
-
"ENCRYPT",
|
|
89
|
-
"ENCRYPTION",
|
|
90
|
-
"END",
|
|
91
|
-
"EXCEPT",
|
|
92
|
-
"EXPLICIT",
|
|
93
|
-
"FALSE",
|
|
94
|
-
"FOR",
|
|
95
|
-
"FOREIGN",
|
|
96
|
-
"FREEZE",
|
|
97
|
-
"FROM",
|
|
98
|
-
"FULL",
|
|
99
|
-
"GLOBALDICT256",
|
|
100
|
-
"GLOBALDICT64K",
|
|
101
|
-
"GRANT",
|
|
102
|
-
"GROUP",
|
|
103
|
-
"GZIP",
|
|
104
|
-
"HAVING",
|
|
105
|
-
"IDENTITY",
|
|
106
|
-
"IGNORE",
|
|
107
|
-
"ILIKE",
|
|
108
|
-
"IN",
|
|
109
|
-
"INITIALLY",
|
|
110
|
-
"INNER",
|
|
111
|
-
"INTERSECT",
|
|
112
|
-
"INTO",
|
|
113
|
-
"IS",
|
|
114
|
-
"ISNULL",
|
|
115
|
-
"JOIN",
|
|
116
|
-
"LANGUAGE",
|
|
117
|
-
"LEADING",
|
|
118
|
-
"LEFT",
|
|
119
|
-
"LIKE",
|
|
120
|
-
"LIMIT",
|
|
121
|
-
"LOCALTIME",
|
|
122
|
-
"LOCALTIMESTAMP",
|
|
123
|
-
"LUN",
|
|
124
|
-
"LUNS",
|
|
125
|
-
"LZO",
|
|
126
|
-
"LZOP",
|
|
127
|
-
"MINUS",
|
|
128
|
-
"MOSTLY16",
|
|
129
|
-
"MOSTLY32",
|
|
130
|
-
"MOSTLY8",
|
|
131
|
-
"NATURAL",
|
|
132
|
-
"NEW",
|
|
133
|
-
"NOT",
|
|
134
|
-
"NOTNULL",
|
|
135
|
-
"NULL",
|
|
136
|
-
"NULLS",
|
|
137
|
-
"OFF",
|
|
138
|
-
"OFFLINE",
|
|
139
|
-
"OFFSET",
|
|
140
|
-
"OID",
|
|
141
|
-
"OLD",
|
|
142
|
-
"ON",
|
|
143
|
-
"ONLY",
|
|
144
|
-
"OPEN",
|
|
145
|
-
"OR",
|
|
146
|
-
"ORDER",
|
|
147
|
-
"OUTER",
|
|
148
|
-
"OVERLAPS",
|
|
149
|
-
"PARALLEL",
|
|
150
|
-
"PARTITION",
|
|
151
|
-
"PERCENT",
|
|
152
|
-
"PERMISSIONS",
|
|
153
|
-
"PLACING",
|
|
154
|
-
"PRIMARY",
|
|
155
|
-
"RAW",
|
|
156
|
-
"READRATIO",
|
|
157
|
-
"RECOVER",
|
|
158
|
-
"REFERENCES",
|
|
159
|
-
"RESPECT",
|
|
160
|
-
"REJECTLOG",
|
|
161
|
-
"RESORT",
|
|
162
|
-
"RESTORE",
|
|
163
|
-
"RIGHT",
|
|
164
|
-
"SELECT",
|
|
165
|
-
"SESSION_USER",
|
|
166
|
-
"SIMILAR",
|
|
167
|
-
"SNAPSHOT",
|
|
168
|
-
"SOME",
|
|
169
|
-
"SYSDATE",
|
|
170
|
-
"SYSTEM",
|
|
171
|
-
"TABLE",
|
|
172
|
-
"TAG",
|
|
173
|
-
"TDES",
|
|
174
|
-
"TEXT255",
|
|
175
|
-
"TEXT32K",
|
|
176
|
-
"THEN",
|
|
177
|
-
"TIMESTAMP",
|
|
178
|
-
"TO",
|
|
179
|
-
"TOP",
|
|
180
|
-
"TRAILING",
|
|
181
|
-
"TRUE",
|
|
182
|
-
"TRUNCATECOLUMNS",
|
|
183
|
-
"UNION",
|
|
184
|
-
"UNIQUE",
|
|
185
|
-
"USER",
|
|
186
|
-
"USING",
|
|
187
|
-
"VERBOSE",
|
|
188
|
-
"WALLET",
|
|
189
|
-
"WHEN",
|
|
190
|
-
"WHERE",
|
|
191
|
-
"WITH",
|
|
192
|
-
"WITHOUT"
|
|
193
|
-
],
|
|
194
|
-
operators: [
|
|
195
|
-
"AND",
|
|
196
|
-
"BETWEEN",
|
|
197
|
-
"IN",
|
|
198
|
-
"LIKE",
|
|
199
|
-
"NOT",
|
|
200
|
-
"OR",
|
|
201
|
-
"IS",
|
|
202
|
-
"NULL",
|
|
203
|
-
"INTERSECT",
|
|
204
|
-
"UNION",
|
|
205
|
-
"INNER",
|
|
206
|
-
"JOIN",
|
|
207
|
-
"LEFT",
|
|
208
|
-
"OUTER",
|
|
209
|
-
"RIGHT"
|
|
210
|
-
],
|
|
211
|
-
builtinFunctions: [
|
|
212
|
-
"current_schema",
|
|
213
|
-
"current_schemas",
|
|
214
|
-
"has_database_privilege",
|
|
215
|
-
"has_schema_privilege",
|
|
216
|
-
"has_table_privilege",
|
|
217
|
-
"age",
|
|
218
|
-
"current_time",
|
|
219
|
-
"current_timestamp",
|
|
220
|
-
"localtime",
|
|
221
|
-
"isfinite",
|
|
222
|
-
"now",
|
|
223
|
-
"ascii",
|
|
224
|
-
"get_bit",
|
|
225
|
-
"get_byte",
|
|
226
|
-
"set_bit",
|
|
227
|
-
"set_byte",
|
|
228
|
-
"to_ascii",
|
|
229
|
-
"approximate percentile_disc",
|
|
230
|
-
"avg",
|
|
231
|
-
"count",
|
|
232
|
-
"listagg",
|
|
233
|
-
"max",
|
|
234
|
-
"median",
|
|
235
|
-
"min",
|
|
236
|
-
"percentile_cont",
|
|
237
|
-
"stddev_samp",
|
|
238
|
-
"stddev_pop",
|
|
239
|
-
"sum",
|
|
240
|
-
"var_samp",
|
|
241
|
-
"var_pop",
|
|
242
|
-
"bit_and",
|
|
243
|
-
"bit_or",
|
|
244
|
-
"bool_and",
|
|
245
|
-
"bool_or",
|
|
246
|
-
"cume_dist",
|
|
247
|
-
"first_value",
|
|
248
|
-
"lag",
|
|
249
|
-
"last_value",
|
|
250
|
-
"lead",
|
|
251
|
-
"nth_value",
|
|
252
|
-
"ratio_to_report",
|
|
253
|
-
"dense_rank",
|
|
254
|
-
"ntile",
|
|
255
|
-
"percent_rank",
|
|
256
|
-
"rank",
|
|
257
|
-
"row_number",
|
|
258
|
-
"case",
|
|
259
|
-
"coalesce",
|
|
260
|
-
"decode",
|
|
261
|
-
"greatest",
|
|
262
|
-
"least",
|
|
263
|
-
"nvl",
|
|
264
|
-
"nvl2",
|
|
265
|
-
"nullif",
|
|
266
|
-
"add_months",
|
|
267
|
-
"at time zone",
|
|
268
|
-
"convert_timezone",
|
|
269
|
-
"current_date",
|
|
270
|
-
"date_cmp",
|
|
271
|
-
"date_cmp_timestamp",
|
|
272
|
-
"date_cmp_timestamptz",
|
|
273
|
-
"date_part_year",
|
|
274
|
-
"dateadd",
|
|
275
|
-
"datediff",
|
|
276
|
-
"date_part",
|
|
277
|
-
"date_trunc",
|
|
278
|
-
"extract",
|
|
279
|
-
"getdate",
|
|
280
|
-
"interval_cmp",
|
|
281
|
-
"last_day",
|
|
282
|
-
"months_between",
|
|
283
|
-
"next_day",
|
|
284
|
-
"sysdate",
|
|
285
|
-
"timeofday",
|
|
286
|
-
"timestamp_cmp",
|
|
287
|
-
"timestamp_cmp_date",
|
|
288
|
-
"timestamp_cmp_timestamptz",
|
|
289
|
-
"timestamptz_cmp",
|
|
290
|
-
"timestamptz_cmp_date",
|
|
291
|
-
"timestamptz_cmp_timestamp",
|
|
292
|
-
"timezone",
|
|
293
|
-
"to_timestamp",
|
|
294
|
-
"trunc",
|
|
295
|
-
"abs",
|
|
296
|
-
"acos",
|
|
297
|
-
"asin",
|
|
298
|
-
"atan",
|
|
299
|
-
"atan2",
|
|
300
|
-
"cbrt",
|
|
301
|
-
"ceil",
|
|
302
|
-
"ceiling",
|
|
303
|
-
"checksum",
|
|
304
|
-
"cos",
|
|
305
|
-
"cot",
|
|
306
|
-
"degrees",
|
|
307
|
-
"dexp",
|
|
308
|
-
"dlog1",
|
|
309
|
-
"dlog10",
|
|
310
|
-
"exp",
|
|
311
|
-
"floor",
|
|
312
|
-
"ln",
|
|
313
|
-
"log",
|
|
314
|
-
"mod",
|
|
315
|
-
"pi",
|
|
316
|
-
"power",
|
|
317
|
-
"radians",
|
|
318
|
-
"random",
|
|
319
|
-
"round",
|
|
320
|
-
"sin",
|
|
321
|
-
"sign",
|
|
322
|
-
"sqrt",
|
|
323
|
-
"tan",
|
|
324
|
-
"to_hex",
|
|
325
|
-
"bpcharcmp",
|
|
326
|
-
"btrim",
|
|
327
|
-
"bttext_pattern_cmp",
|
|
328
|
-
"char_length",
|
|
329
|
-
"character_length",
|
|
330
|
-
"charindex",
|
|
331
|
-
"chr",
|
|
332
|
-
"concat",
|
|
333
|
-
"crc32",
|
|
334
|
-
"func_sha1",
|
|
335
|
-
"initcap",
|
|
336
|
-
"left and rights",
|
|
337
|
-
"len",
|
|
338
|
-
"length",
|
|
339
|
-
"lower",
|
|
340
|
-
"lpad and rpads",
|
|
341
|
-
"ltrim",
|
|
342
|
-
"md5",
|
|
343
|
-
"octet_length",
|
|
344
|
-
"position",
|
|
345
|
-
"quote_ident",
|
|
346
|
-
"quote_literal",
|
|
347
|
-
"regexp_count",
|
|
348
|
-
"regexp_instr",
|
|
349
|
-
"regexp_replace",
|
|
350
|
-
"regexp_substr",
|
|
351
|
-
"repeat",
|
|
352
|
-
"replace",
|
|
353
|
-
"replicate",
|
|
354
|
-
"reverse",
|
|
355
|
-
"rtrim",
|
|
356
|
-
"split_part",
|
|
357
|
-
"strpos",
|
|
358
|
-
"strtol",
|
|
359
|
-
"substring",
|
|
360
|
-
"textlen",
|
|
361
|
-
"translate",
|
|
362
|
-
"trim",
|
|
363
|
-
"upper",
|
|
364
|
-
"cast",
|
|
365
|
-
"convert",
|
|
366
|
-
"to_char",
|
|
367
|
-
"to_date",
|
|
368
|
-
"to_number",
|
|
369
|
-
"json_array_length",
|
|
370
|
-
"json_extract_array_element_text",
|
|
371
|
-
"json_extract_path_text",
|
|
372
|
-
"current_setting",
|
|
373
|
-
"pg_cancel_backend",
|
|
374
|
-
"pg_terminate_backend",
|
|
375
|
-
"set_config",
|
|
376
|
-
"current_database",
|
|
377
|
-
"current_user",
|
|
378
|
-
"current_user_id",
|
|
379
|
-
"pg_backend_pid",
|
|
380
|
-
"pg_last_copy_count",
|
|
381
|
-
"pg_last_copy_id",
|
|
382
|
-
"pg_last_query_id",
|
|
383
|
-
"pg_last_unload_count",
|
|
384
|
-
"session_user",
|
|
385
|
-
"slice_num",
|
|
386
|
-
"user",
|
|
387
|
-
"version",
|
|
388
|
-
"abbrev",
|
|
389
|
-
"acosd",
|
|
390
|
-
"any",
|
|
391
|
-
"area",
|
|
392
|
-
"array_agg",
|
|
393
|
-
"array_append",
|
|
394
|
-
"array_cat",
|
|
395
|
-
"array_dims",
|
|
396
|
-
"array_fill",
|
|
397
|
-
"array_length",
|
|
398
|
-
"array_lower",
|
|
399
|
-
"array_ndims",
|
|
400
|
-
"array_position",
|
|
401
|
-
"array_positions",
|
|
402
|
-
"array_prepend",
|
|
403
|
-
"array_remove",
|
|
404
|
-
"array_replace",
|
|
405
|
-
"array_to_json",
|
|
406
|
-
"array_to_string",
|
|
407
|
-
"array_to_tsvector",
|
|
408
|
-
"array_upper",
|
|
409
|
-
"asind",
|
|
410
|
-
"atan2d",
|
|
411
|
-
"atand",
|
|
412
|
-
"bit",
|
|
413
|
-
"bit_length",
|
|
414
|
-
"bound_box",
|
|
415
|
-
"box",
|
|
416
|
-
"brin_summarize_new_values",
|
|
417
|
-
"broadcast",
|
|
418
|
-
"cardinality",
|
|
419
|
-
"center",
|
|
420
|
-
"circle",
|
|
421
|
-
"clock_timestamp",
|
|
422
|
-
"col_description",
|
|
423
|
-
"concat_ws",
|
|
424
|
-
"convert_from",
|
|
425
|
-
"convert_to",
|
|
426
|
-
"corr",
|
|
427
|
-
"cosd",
|
|
428
|
-
"cotd",
|
|
429
|
-
"covar_pop",
|
|
430
|
-
"covar_samp",
|
|
431
|
-
"current_catalog",
|
|
432
|
-
"current_query",
|
|
433
|
-
"current_role",
|
|
434
|
-
"currval",
|
|
435
|
-
"cursor_to_xml",
|
|
436
|
-
"diameter",
|
|
437
|
-
"div",
|
|
438
|
-
"encode",
|
|
439
|
-
"enum_first",
|
|
440
|
-
"enum_last",
|
|
441
|
-
"enum_range",
|
|
442
|
-
"every",
|
|
443
|
-
"family",
|
|
444
|
-
"format",
|
|
445
|
-
"format_type",
|
|
446
|
-
"generate_series",
|
|
447
|
-
"generate_subscripts",
|
|
448
|
-
"get_current_ts_config",
|
|
449
|
-
"gin_clean_pending_list",
|
|
450
|
-
"grouping",
|
|
451
|
-
"has_any_column_privilege",
|
|
452
|
-
"has_column_privilege",
|
|
453
|
-
"has_foreign_data_wrapper_privilege",
|
|
454
|
-
"has_function_privilege",
|
|
455
|
-
"has_language_privilege",
|
|
456
|
-
"has_sequence_privilege",
|
|
457
|
-
"has_server_privilege",
|
|
458
|
-
"has_tablespace_privilege",
|
|
459
|
-
"has_type_privilege",
|
|
460
|
-
"height",
|
|
461
|
-
"host",
|
|
462
|
-
"hostmask",
|
|
463
|
-
"inet_client_addr",
|
|
464
|
-
"inet_client_port",
|
|
465
|
-
"inet_merge",
|
|
466
|
-
"inet_same_family",
|
|
467
|
-
"inet_server_addr",
|
|
468
|
-
"inet_server_port",
|
|
469
|
-
"isclosed",
|
|
470
|
-
"isempty",
|
|
471
|
-
"isopen",
|
|
472
|
-
"json_agg",
|
|
473
|
-
"json_object",
|
|
474
|
-
"json_object_agg",
|
|
475
|
-
"json_populate_record",
|
|
476
|
-
"json_populate_recordset",
|
|
477
|
-
"json_to_record",
|
|
478
|
-
"json_to_recordset",
|
|
479
|
-
"jsonb_agg",
|
|
480
|
-
"jsonb_object_agg",
|
|
481
|
-
"justify_days",
|
|
482
|
-
"justify_hours",
|
|
483
|
-
"justify_interval",
|
|
484
|
-
"lastval",
|
|
485
|
-
"left",
|
|
486
|
-
"line",
|
|
487
|
-
"localtimestamp",
|
|
488
|
-
"lower_inc",
|
|
489
|
-
"lower_inf",
|
|
490
|
-
"lpad",
|
|
491
|
-
"lseg",
|
|
492
|
-
"make_date",
|
|
493
|
-
"make_interval",
|
|
494
|
-
"make_time",
|
|
495
|
-
"make_timestamp",
|
|
496
|
-
"make_timestamptz",
|
|
497
|
-
"masklen",
|
|
498
|
-
"mode",
|
|
499
|
-
"netmask",
|
|
500
|
-
"network",
|
|
501
|
-
"nextval",
|
|
502
|
-
"npoints",
|
|
503
|
-
"num_nonnulls",
|
|
504
|
-
"num_nulls",
|
|
505
|
-
"numnode",
|
|
506
|
-
"obj_description",
|
|
507
|
-
"overlay",
|
|
508
|
-
"parse_ident",
|
|
509
|
-
"path",
|
|
510
|
-
"pclose",
|
|
511
|
-
"percentile_disc",
|
|
512
|
-
"pg_advisory_lock",
|
|
513
|
-
"pg_advisory_lock_shared",
|
|
514
|
-
"pg_advisory_unlock",
|
|
515
|
-
"pg_advisory_unlock_all",
|
|
516
|
-
"pg_advisory_unlock_shared",
|
|
517
|
-
"pg_advisory_xact_lock",
|
|
518
|
-
"pg_advisory_xact_lock_shared",
|
|
519
|
-
"pg_backup_start_time",
|
|
520
|
-
"pg_blocking_pids",
|
|
521
|
-
"pg_client_encoding",
|
|
522
|
-
"pg_collation_is_visible",
|
|
523
|
-
"pg_column_size",
|
|
524
|
-
"pg_conf_load_time",
|
|
525
|
-
"pg_control_checkpoint",
|
|
526
|
-
"pg_control_init",
|
|
527
|
-
"pg_control_recovery",
|
|
528
|
-
"pg_control_system",
|
|
529
|
-
"pg_conversion_is_visible",
|
|
530
|
-
"pg_create_logical_replication_slot",
|
|
531
|
-
"pg_create_physical_replication_slot",
|
|
532
|
-
"pg_create_restore_point",
|
|
533
|
-
"pg_current_xlog_flush_location",
|
|
534
|
-
"pg_current_xlog_insert_location",
|
|
535
|
-
"pg_current_xlog_location",
|
|
536
|
-
"pg_database_size",
|
|
537
|
-
"pg_describe_object",
|
|
538
|
-
"pg_drop_replication_slot",
|
|
539
|
-
"pg_export_snapshot",
|
|
540
|
-
"pg_filenode_relation",
|
|
541
|
-
"pg_function_is_visible",
|
|
542
|
-
"pg_get_constraintdef",
|
|
543
|
-
"pg_get_expr",
|
|
544
|
-
"pg_get_function_arguments",
|
|
545
|
-
"pg_get_function_identity_arguments",
|
|
546
|
-
"pg_get_function_result",
|
|
547
|
-
"pg_get_functiondef",
|
|
548
|
-
"pg_get_indexdef",
|
|
549
|
-
"pg_get_keywords",
|
|
550
|
-
"pg_get_object_address",
|
|
551
|
-
"pg_get_owned_sequence",
|
|
552
|
-
"pg_get_ruledef",
|
|
553
|
-
"pg_get_serial_sequence",
|
|
554
|
-
"pg_get_triggerdef",
|
|
555
|
-
"pg_get_userbyid",
|
|
556
|
-
"pg_get_viewdef",
|
|
557
|
-
"pg_has_role",
|
|
558
|
-
"pg_identify_object",
|
|
559
|
-
"pg_identify_object_as_address",
|
|
560
|
-
"pg_index_column_has_property",
|
|
561
|
-
"pg_index_has_property",
|
|
562
|
-
"pg_indexam_has_property",
|
|
563
|
-
"pg_indexes_size",
|
|
564
|
-
"pg_is_in_backup",
|
|
565
|
-
"pg_is_in_recovery",
|
|
566
|
-
"pg_is_other_temp_schema",
|
|
567
|
-
"pg_is_xlog_replay_paused",
|
|
568
|
-
"pg_last_committed_xact",
|
|
569
|
-
"pg_last_xact_replay_timestamp",
|
|
570
|
-
"pg_last_xlog_receive_location",
|
|
571
|
-
"pg_last_xlog_replay_location",
|
|
572
|
-
"pg_listening_channels",
|
|
573
|
-
"pg_logical_emit_message",
|
|
574
|
-
"pg_logical_slot_get_binary_changes",
|
|
575
|
-
"pg_logical_slot_get_changes",
|
|
576
|
-
"pg_logical_slot_peek_binary_changes",
|
|
577
|
-
"pg_logical_slot_peek_changes",
|
|
578
|
-
"pg_ls_dir",
|
|
579
|
-
"pg_my_temp_schema",
|
|
580
|
-
"pg_notification_queue_usage",
|
|
581
|
-
"pg_opclass_is_visible",
|
|
582
|
-
"pg_operator_is_visible",
|
|
583
|
-
"pg_opfamily_is_visible",
|
|
584
|
-
"pg_options_to_table",
|
|
585
|
-
"pg_postmaster_start_time",
|
|
586
|
-
"pg_read_binary_file",
|
|
587
|
-
"pg_read_file",
|
|
588
|
-
"pg_relation_filenode",
|
|
589
|
-
"pg_relation_filepath",
|
|
590
|
-
"pg_relation_size",
|
|
591
|
-
"pg_reload_conf",
|
|
592
|
-
"pg_replication_origin_create",
|
|
593
|
-
"pg_replication_origin_drop",
|
|
594
|
-
"pg_replication_origin_oid",
|
|
595
|
-
"pg_replication_origin_progress",
|
|
596
|
-
"pg_replication_origin_session_is_setup",
|
|
597
|
-
"pg_replication_origin_session_progress",
|
|
598
|
-
"pg_replication_origin_session_reset",
|
|
599
|
-
"pg_replication_origin_session_setup",
|
|
600
|
-
"pg_replication_origin_xact_reset",
|
|
601
|
-
"pg_replication_origin_xact_setup",
|
|
602
|
-
"pg_rotate_logfile",
|
|
603
|
-
"pg_size_bytes",
|
|
604
|
-
"pg_size_pretty",
|
|
605
|
-
"pg_sleep",
|
|
606
|
-
"pg_sleep_for",
|
|
607
|
-
"pg_sleep_until",
|
|
608
|
-
"pg_start_backup",
|
|
609
|
-
"pg_stat_file",
|
|
610
|
-
"pg_stop_backup",
|
|
611
|
-
"pg_switch_xlog",
|
|
612
|
-
"pg_table_is_visible",
|
|
613
|
-
"pg_table_size",
|
|
614
|
-
"pg_tablespace_databases",
|
|
615
|
-
"pg_tablespace_location",
|
|
616
|
-
"pg_tablespace_size",
|
|
617
|
-
"pg_total_relation_size",
|
|
618
|
-
"pg_trigger_depth",
|
|
619
|
-
"pg_try_advisory_lock",
|
|
620
|
-
"pg_try_advisory_lock_shared",
|
|
621
|
-
"pg_try_advisory_xact_lock",
|
|
622
|
-
"pg_try_advisory_xact_lock_shared",
|
|
623
|
-
"pg_ts_config_is_visible",
|
|
624
|
-
"pg_ts_dict_is_visible",
|
|
625
|
-
"pg_ts_parser_is_visible",
|
|
626
|
-
"pg_ts_template_is_visible",
|
|
627
|
-
"pg_type_is_visible",
|
|
628
|
-
"pg_typeof",
|
|
629
|
-
"pg_xact_commit_timestamp",
|
|
630
|
-
"pg_xlog_location_diff",
|
|
631
|
-
"pg_xlog_replay_pause",
|
|
632
|
-
"pg_xlog_replay_resume",
|
|
633
|
-
"pg_xlogfile_name",
|
|
634
|
-
"pg_xlogfile_name_offset",
|
|
635
|
-
"phraseto_tsquery",
|
|
636
|
-
"plainto_tsquery",
|
|
637
|
-
"point",
|
|
638
|
-
"polygon",
|
|
639
|
-
"popen",
|
|
640
|
-
"pqserverversion",
|
|
641
|
-
"query_to_xml",
|
|
642
|
-
"querytree",
|
|
643
|
-
"quote_nullable",
|
|
644
|
-
"radius",
|
|
645
|
-
"range_merge",
|
|
646
|
-
"regexp_matches",
|
|
647
|
-
"regexp_split_to_array",
|
|
648
|
-
"regexp_split_to_table",
|
|
649
|
-
"regr_avgx",
|
|
650
|
-
"regr_avgy",
|
|
651
|
-
"regr_count",
|
|
652
|
-
"regr_intercept",
|
|
653
|
-
"regr_r2",
|
|
654
|
-
"regr_slope",
|
|
655
|
-
"regr_sxx",
|
|
656
|
-
"regr_sxy",
|
|
657
|
-
"regr_syy",
|
|
658
|
-
"right",
|
|
659
|
-
"row_security_active",
|
|
660
|
-
"row_to_json",
|
|
661
|
-
"rpad",
|
|
662
|
-
"scale",
|
|
663
|
-
"set_masklen",
|
|
664
|
-
"setseed",
|
|
665
|
-
"setval",
|
|
666
|
-
"setweight",
|
|
667
|
-
"shobj_description",
|
|
668
|
-
"sind",
|
|
669
|
-
"sprintf",
|
|
670
|
-
"statement_timestamp",
|
|
671
|
-
"stddev",
|
|
672
|
-
"string_agg",
|
|
673
|
-
"string_to_array",
|
|
674
|
-
"strip",
|
|
675
|
-
"substr",
|
|
676
|
-
"table_to_xml",
|
|
677
|
-
"table_to_xml_and_xmlschema",
|
|
678
|
-
"tand",
|
|
679
|
-
"text",
|
|
680
|
-
"to_json",
|
|
681
|
-
"to_regclass",
|
|
682
|
-
"to_regnamespace",
|
|
683
|
-
"to_regoper",
|
|
684
|
-
"to_regoperator",
|
|
685
|
-
"to_regproc",
|
|
686
|
-
"to_regprocedure",
|
|
687
|
-
"to_regrole",
|
|
688
|
-
"to_regtype",
|
|
689
|
-
"to_tsquery",
|
|
690
|
-
"to_tsvector",
|
|
691
|
-
"transaction_timestamp",
|
|
692
|
-
"ts_debug",
|
|
693
|
-
"ts_delete",
|
|
694
|
-
"ts_filter",
|
|
695
|
-
"ts_headline",
|
|
696
|
-
"ts_lexize",
|
|
697
|
-
"ts_parse",
|
|
698
|
-
"ts_rank",
|
|
699
|
-
"ts_rank_cd",
|
|
700
|
-
"ts_rewrite",
|
|
701
|
-
"ts_stat",
|
|
702
|
-
"ts_token_type",
|
|
703
|
-
"tsquery_phrase",
|
|
704
|
-
"tsvector_to_array",
|
|
705
|
-
"tsvector_update_trigger",
|
|
706
|
-
"tsvector_update_trigger_column",
|
|
707
|
-
"txid_current",
|
|
708
|
-
"txid_current_snapshot",
|
|
709
|
-
"txid_snapshot_xip",
|
|
710
|
-
"txid_snapshot_xmax",
|
|
711
|
-
"txid_snapshot_xmin",
|
|
712
|
-
"txid_visible_in_snapshot",
|
|
713
|
-
"unnest",
|
|
714
|
-
"upper_inc",
|
|
715
|
-
"upper_inf",
|
|
716
|
-
"variance",
|
|
717
|
-
"width",
|
|
718
|
-
"width_bucket",
|
|
719
|
-
"xml_is_well_formed",
|
|
720
|
-
"xml_is_well_formed_content",
|
|
721
|
-
"xml_is_well_formed_document",
|
|
722
|
-
"xmlagg",
|
|
723
|
-
"xmlcomment",
|
|
724
|
-
"xmlconcat",
|
|
725
|
-
"xmlelement",
|
|
726
|
-
"xmlexists",
|
|
727
|
-
"xmlforest",
|
|
728
|
-
"xmlparse",
|
|
729
|
-
"xmlpi",
|
|
730
|
-
"xmlroot",
|
|
731
|
-
"xmlserialize",
|
|
732
|
-
"xpath",
|
|
733
|
-
"xpath_exists"
|
|
734
|
-
],
|
|
735
|
-
builtinVariables: [],
|
|
736
|
-
pseudoColumns: [],
|
|
737
|
-
tokenizer: {
|
|
738
|
-
root: [
|
|
739
|
-
{ include: "@comments" },
|
|
740
|
-
{ include: "@whitespace" },
|
|
741
|
-
{ include: "@pseudoColumns" },
|
|
742
|
-
{ include: "@numbers" },
|
|
743
|
-
{ include: "@strings" },
|
|
744
|
-
{ include: "@complexIdentifiers" },
|
|
745
|
-
{ include: "@scopes" },
|
|
746
|
-
[/[;,.]/, "delimiter"],
|
|
747
|
-
[/[()]/, "@brackets"],
|
|
748
|
-
[
|
|
749
|
-
/[\w@#$]+/,
|
|
750
|
-
{
|
|
751
|
-
cases: {
|
|
752
|
-
"@keywords": "keyword",
|
|
753
|
-
"@operators": "operator",
|
|
754
|
-
"@builtinVariables": "predefined",
|
|
755
|
-
"@builtinFunctions": "predefined",
|
|
756
|
-
"@default": "identifier"
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
],
|
|
760
|
-
[/[<>=!%&+\-*/|~^]/, "operator"]
|
|
761
|
-
],
|
|
762
|
-
whitespace: [[/\s+/, "white"]],
|
|
763
|
-
comments: [
|
|
764
|
-
[/--+.*/, "comment"],
|
|
765
|
-
[/\/\*/, { token: "comment.quote", next: "@comment" }]
|
|
766
|
-
],
|
|
767
|
-
comment: [
|
|
768
|
-
[/[^*/]+/, "comment"],
|
|
769
|
-
[/\*\//, { token: "comment.quote", next: "@pop" }],
|
|
770
|
-
[/./, "comment"]
|
|
771
|
-
],
|
|
772
|
-
pseudoColumns: [
|
|
773
|
-
[
|
|
774
|
-
/[$][A-Za-z_][\w@#$]*/,
|
|
775
|
-
{
|
|
776
|
-
cases: {
|
|
777
|
-
"@pseudoColumns": "predefined",
|
|
778
|
-
"@default": "identifier"
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
]
|
|
782
|
-
],
|
|
783
|
-
numbers: [
|
|
784
|
-
[/0[xX][0-9a-fA-F]*/, "number"],
|
|
785
|
-
[/[$][+-]*\d*(\.\d*)?/, "number"],
|
|
786
|
-
[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/, "number"]
|
|
787
|
-
],
|
|
788
|
-
strings: [[/'/, { token: "string", next: "@string" }]],
|
|
789
|
-
string: [
|
|
790
|
-
[/[^']+/, "string"],
|
|
791
|
-
[/''/, "string"],
|
|
792
|
-
[/'/, { token: "string", next: "@pop" }]
|
|
793
|
-
],
|
|
794
|
-
complexIdentifiers: [[/"/, { token: "identifier.quote", next: "@quotedIdentifier" }]],
|
|
795
|
-
quotedIdentifier: [
|
|
796
|
-
[/[^"]+/, "identifier"],
|
|
797
|
-
[/""/, "identifier"],
|
|
798
|
-
[/"/, { token: "identifier.quote", next: "@pop" }]
|
|
799
|
-
],
|
|
800
|
-
scopes: []
|
|
801
|
-
}
|
|
802
|
-
};
|
|
803
|
-
export {
|
|
804
|
-
e as conf,
|
|
805
|
-
_ as language
|
|
806
|
-
};
|