@elevasis/ui 1.18.0 → 1.20.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/api/index.js +2 -2
- package/dist/auth/guards/AdminGuard.d.ts +32 -0
- package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
- package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
- package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
- package/dist/auth/index.d.ts +14 -174
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.css +14 -0
- package/dist/charts/index.js +8 -6
- package/dist/chunk-4SY4EQSK.js +68 -0
- package/dist/{chunk-7ATCF6UL.js → chunk-ACD2QA6E.js} +11 -4
- package/dist/{chunk-2Z7LYTIX.js → chunk-AQ5MQDSS.js} +30 -17
- package/dist/chunk-AWMZCYKH.js +639 -0
- package/dist/chunk-BX565EOK.js +2921 -0
- package/dist/{chunk-WAPZN2U3.js → chunk-EMN755L5.js} +7 -41
- package/dist/{chunk-LBY7FVFD.js → chunk-ERVB3QJQ.js} +31 -715
- package/dist/chunk-GBMNCNHX.js +105 -0
- package/dist/{chunk-BVNAC4SQ.js → chunk-GH7ZO4VD.js} +38 -48
- package/dist/{chunk-OCF63OXD.js → chunk-I6EVLOP3.js} +4 -4
- package/dist/{chunk-MBZDE6UT.js → chunk-IOKL7BKE.js} +9 -1
- package/dist/{chunk-35UWYH2A.js → chunk-JFRG2JJE.js} +8 -2
- package/dist/{chunk-NUULWBAD.js → chunk-JHMJKDVU.js} +1 -1
- package/dist/chunk-JZEXFQ6N.js +671 -0
- package/dist/chunk-LGKLC5MG.js +44 -0
- package/dist/chunk-MG3NF7QL.js +63 -0
- package/dist/{chunk-KBLGVZBD.js → chunk-NNKKBSJN.js} +2 -22
- package/dist/{chunk-JNBHUCKW.js → chunk-NVOCKXUQ.js} +1 -1
- package/dist/chunk-PDHTXPSF.js +12 -0
- package/dist/chunk-QJ2S46NI.js +23 -0
- package/dist/{chunk-UANJP5P7.js → chunk-R7WLWGPO.js} +5 -5
- package/dist/{chunk-CC3SDRIF.js → chunk-RWQIFKMJ.js} +1 -1
- package/dist/chunk-U4CHEPIL.js +2622 -0
- package/dist/chunk-UMFPUM7Q.js +1281 -0
- package/dist/chunk-WWEMNIHW.js +37 -0
- package/dist/{chunk-UTWJZEOJ.js → chunk-XOTN3X3Z.js} +3 -3
- package/dist/{chunk-RYSPAQGW.js → chunk-Z2BXCFAG.js} +1 -1
- package/dist/components/charts/ActivityTrendChart.d.ts +13 -0
- package/dist/components/charts/ActivityTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CombinedTrendChart.d.ts +22 -0
- package/dist/components/charts/CombinedTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CostTrendChart.d.ts +13 -0
- package/dist/components/charts/CostTrendChart.d.ts.map +1 -0
- package/dist/components/charts/HeroStatsRow.d.ts +15 -0
- package/dist/components/charts/HeroStatsRow.d.ts.map +1 -0
- package/dist/components/charts/index.d.ts +9 -0
- package/dist/components/charts/index.d.ts.map +1 -0
- package/dist/components/command-queue/TaskCard.d.ts +18 -0
- package/dist/components/command-queue/TaskCard.d.ts.map +1 -0
- package/dist/components/command-queue/index.d.ts +5 -0
- package/dist/components/command-queue/index.d.ts.map +1 -0
- package/dist/components/display/PageNotFound.d.ts +2 -0
- package/dist/components/display/PageNotFound.d.ts.map +1 -0
- package/dist/components/display/index.d.ts +26 -0
- package/dist/components/display/index.d.ts.map +1 -0
- package/dist/components/execution/ExecutionStats.d.ts +16 -0
- package/dist/components/execution/ExecutionStats.d.ts.map +1 -0
- package/dist/components/execution/index.d.ts +18 -0
- package/dist/components/execution/index.d.ts.map +1 -0
- package/dist/components/index.css +14 -0
- package/dist/components/index.d.ts +22 -5674
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +564 -5023
- package/dist/components/layout/backgrounds/AuroraBackground.d.ts +16 -0
- package/dist/components/layout/backgrounds/AuroraBackground.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/AuroraBackground.js +169 -0
- package/dist/components/layout/backgrounds/EmberBackground.d.ts +16 -0
- package/dist/components/layout/backgrounds/EmberBackground.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/EmberBackground.js +169 -0
- package/dist/components/layout/backgrounds/RoseGoldBackground.d.ts +16 -0
- package/dist/components/layout/backgrounds/RoseGoldBackground.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/RoseGoldBackground.js +169 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts +12 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts.map +1 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts +8 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts.map +1 -0
- package/dist/components/monitoring/index.d.ts +16 -0
- package/dist/components/monitoring/index.d.ts.map +1 -0
- package/dist/components/navigation/index.js +2 -63
- package/dist/components/notifications/NotificationBell.d.ts +9 -0
- package/dist/components/notifications/NotificationBell.d.ts.map +1 -0
- package/dist/components/notifications/NotificationItem.d.ts +9 -0
- package/dist/components/notifications/NotificationItem.d.ts.map +1 -0
- package/dist/components/notifications/NotificationList.d.ts +10 -0
- package/dist/components/notifications/NotificationList.d.ts.map +1 -0
- package/dist/components/notifications/NotificationPanel.d.ts +10 -0
- package/dist/components/notifications/NotificationPanel.d.ts.map +1 -0
- package/dist/components/notifications/index.d.ts +5 -0
- package/dist/components/notifications/index.d.ts.map +1 -0
- package/dist/components/operations/calibration/CreateProjectModal.d.ts +9 -0
- package/dist/components/operations/calibration/CreateProjectModal.d.ts.map +1 -0
- package/dist/components/operations/calibration/ProjectCard.d.ts +9 -0
- package/dist/components/operations/calibration/ProjectCard.d.ts.map +1 -0
- package/dist/components/operations/command-queue/index.d.ts +3 -0
- package/dist/components/operations/command-queue/index.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts +5 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts +22 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts.map +1 -0
- package/dist/components/operations/command-view/index.d.ts +4 -0
- package/dist/components/operations/command-view/index.d.ts.map +1 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/index.d.ts +4 -0
- package/dist/components/operations/executions/index.d.ts.map +1 -0
- package/dist/components/operations/index.d.ts +8 -0
- package/dist/components/operations/index.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts +14 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts +16 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/index.d.ts +3 -0
- package/dist/components/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts +16 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts +7 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts.map +1 -0
- package/dist/components/operations/shared/index.d.ts +5 -0
- package/dist/components/operations/shared/index.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts +11 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts +8 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/index.d.ts +4 -0
- package/dist/components/operations/shared/layouts/index.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts +7 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts +2 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/index.d.ts +11 -0
- package/dist/components/operations/task-scheduler/index.d.ts.map +1 -0
- package/dist/components/sdk-barrel.d.ts +26 -0
- package/dist/components/sdk-barrel.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts +9 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts +8 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts +2 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts.map +1 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts +9 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts +8 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/index.d.ts +6 -0
- package/dist/components/settings/api-keys/index.d.ts.map +1 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts +9 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialList.d.ts +10 -0
- package/dist/components/settings/credentials/CredentialList.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts +7 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts.map +1 -0
- package/dist/components/settings/credentials/index.d.ts +5 -0
- package/dist/components/settings/credentials/index.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts +8 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts +2 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts.map +1 -0
- package/dist/components/settings/deployments/index.d.ts +5 -0
- package/dist/components/settings/deployments/index.d.ts.map +1 -0
- package/dist/components/settings/index.d.ts +6 -0
- package/dist/components/settings/index.d.ts.map +1 -0
- package/dist/components/table/SortableHeader.d.ts +12 -0
- package/dist/components/table/SortableHeader.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +4 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/features/auth/AdminGuard.d.ts +38 -0
- package/dist/features/auth/AdminGuard.d.ts.map +1 -0
- package/dist/features/auth/FeatureGuard.d.ts +45 -0
- package/dist/features/auth/FeatureGuard.d.ts.map +1 -0
- package/dist/features/auth/ProtectedRoute.d.ts +43 -0
- package/dist/features/auth/ProtectedRoute.d.ts.map +1 -0
- package/dist/features/auth/index.css +579 -0
- package/dist/features/auth/index.d.ts +9 -0
- package/dist/features/auth/index.d.ts.map +1 -0
- package/dist/features/auth/index.js +125 -0
- package/dist/features/auth/useUserProfile.d.ts +10 -0
- package/dist/features/auth/useUserProfile.d.ts.map +1 -0
- package/dist/features/dashboard/Dashboard.d.ts +57 -0
- package/dist/features/dashboard/Dashboard.d.ts.map +1 -0
- package/dist/features/dashboard/RecentExecutionsByResource.d.ts +11 -0
- package/dist/features/dashboard/RecentExecutionsByResource.d.ts.map +1 -0
- package/dist/features/dashboard/ResourceOverview.d.ts +21 -0
- package/dist/features/dashboard/ResourceOverview.d.ts.map +1 -0
- package/dist/features/dashboard/UnresolvedErrorsTeaser.d.ts +7 -0
- package/dist/features/dashboard/UnresolvedErrorsTeaser.d.ts.map +1 -0
- package/dist/features/dashboard/index.css +579 -0
- package/dist/features/dashboard/index.d.ts +9 -0
- package/dist/features/dashboard/index.d.ts.map +1 -0
- package/dist/features/dashboard/index.js +650 -0
- package/dist/features/monitoring/ActivityFeed.d.ts +37 -0
- package/dist/features/monitoring/ActivityFeed.d.ts.map +1 -0
- package/dist/features/monitoring/ActivityLog.d.ts +8 -0
- package/dist/features/monitoring/ActivityLog.d.ts.map +1 -0
- package/dist/features/monitoring/CostAnalytics.d.ts +13 -0
- package/dist/features/monitoring/CostAnalytics.d.ts.map +1 -0
- package/dist/features/monitoring/ErrorDetailsModal.d.ts +13 -0
- package/dist/features/monitoring/ErrorDetailsModal.d.ts.map +1 -0
- package/dist/features/monitoring/ExecutionHealth.d.ts +9 -0
- package/dist/features/monitoring/ExecutionHealth.d.ts.map +1 -0
- package/dist/features/monitoring/ExecutionLogsPage.d.ts +20 -0
- package/dist/features/monitoring/ExecutionLogsPage.d.ts.map +1 -0
- package/dist/features/monitoring/NotificationCenter.d.ts +5 -0
- package/dist/features/monitoring/NotificationCenter.d.ts.map +1 -0
- package/dist/features/monitoring/index.css +579 -0
- package/dist/features/monitoring/index.d.ts +15 -0
- package/dist/features/monitoring/index.d.ts.map +1 -0
- package/dist/features/monitoring/index.js +538 -0
- package/dist/features/operations/CalibrationPage.d.ts +9 -0
- package/dist/features/operations/CalibrationPage.d.ts.map +1 -0
- package/dist/features/operations/CalibrationProjectDetailPage.d.ts +43 -0
- package/dist/features/operations/CalibrationProjectDetailPage.d.ts.map +1 -0
- package/dist/features/operations/CalibrationProjectsPage.d.ts +10 -0
- package/dist/features/operations/CalibrationProjectsPage.d.ts.map +1 -0
- package/dist/features/operations/CalibrationRunDetailPage.d.ts +35 -0
- package/dist/features/operations/CalibrationRunDetailPage.d.ts.map +1 -0
- package/dist/features/operations/CommandQueueDetailPage.d.ts +16 -0
- package/dist/features/operations/CommandQueueDetailPage.d.ts.map +1 -0
- package/dist/features/operations/CommandQueuePage.d.ts +13 -0
- package/dist/features/operations/CommandQueuePage.d.ts.map +1 -0
- package/dist/features/operations/CommandViewPage.d.ts +6 -0
- package/dist/features/operations/CommandViewPage.d.ts.map +1 -0
- package/dist/features/operations/CommandViewSidebarContent.d.ts +19 -0
- package/dist/features/operations/CommandViewSidebarContent.d.ts.map +1 -0
- package/dist/features/operations/ResourceDetailPage.d.ts +25 -0
- package/dist/features/operations/ResourceDetailPage.d.ts.map +1 -0
- package/dist/features/operations/ResourcesPage.d.ts +15 -0
- package/dist/features/operations/ResourcesPage.d.ts.map +1 -0
- package/dist/features/operations/ResourcesSidebar.d.ts +9 -0
- package/dist/features/operations/ResourcesSidebar.d.ts.map +1 -0
- package/dist/features/operations/calibration-components/ComparisonTable.d.ts +9 -0
- package/dist/features/operations/calibration-components/ComparisonTable.d.ts.map +1 -0
- package/dist/features/operations/executions/AgentExecutionPanel.d.ts +12 -0
- package/dist/features/operations/executions/AgentExecutionPanel.d.ts.map +1 -0
- package/dist/features/operations/executions/ExecutionPanel.d.ts +13 -0
- package/dist/features/operations/executions/ExecutionPanel.d.ts.map +1 -0
- package/dist/features/operations/executions/WorkflowExecutionPanel.d.ts +12 -0
- package/dist/features/operations/executions/WorkflowExecutionPanel.d.ts.map +1 -0
- package/dist/features/operations/executions/index.d.ts +7 -0
- package/dist/features/operations/executions/index.d.ts.map +1 -0
- package/dist/features/operations/index.css +14 -0
- package/dist/features/operations/index.d.ts +29 -98
- package/dist/features/operations/index.d.ts.map +1 -0
- package/dist/features/operations/index.js +2148 -28
- package/dist/features/operations/layouts/components/ResourceHeader.d.ts +11 -0
- package/dist/features/operations/layouts/components/ResourceHeader.d.ts.map +1 -0
- package/dist/features/operations/layouts/components/ResourceNotFoundState.d.ts +8 -0
- package/dist/features/operations/layouts/components/ResourceNotFoundState.d.ts.map +1 -0
- package/dist/features/operations/layouts/components/index.d.ts +4 -0
- package/dist/features/operations/layouts/components/index.d.ts.map +1 -0
- package/dist/features/settings/AccountSettings.d.ts +20 -0
- package/dist/features/settings/AccountSettings.d.ts.map +1 -0
- package/dist/features/settings/AppearanceSettings.d.ts +23 -0
- package/dist/features/settings/AppearanceSettings.d.ts.map +1 -0
- package/dist/features/settings/CreateWebhookEndpointModal.d.ts +8 -0
- package/dist/features/settings/CreateWebhookEndpointModal.d.ts.map +1 -0
- package/dist/features/settings/EditCredentialModal.d.ts +9 -0
- package/dist/features/settings/EditCredentialModal.d.ts.map +1 -0
- package/dist/features/settings/EditWebhookEndpointModal.d.ts +8 -0
- package/dist/features/settings/EditWebhookEndpointModal.d.ts.map +1 -0
- package/dist/features/settings/MemberConfigModal.d.ts +14 -0
- package/dist/features/settings/MemberConfigModal.d.ts.map +1 -0
- package/dist/features/settings/OAuthIntegrationsCard.d.ts +6 -0
- package/dist/features/settings/OAuthIntegrationsCard.d.ts.map +1 -0
- package/dist/features/settings/OrgMembersList.d.ts +5 -0
- package/dist/features/settings/OrgMembersList.d.ts.map +1 -0
- package/dist/features/settings/OrganizationSettings.d.ts +30 -0
- package/dist/features/settings/OrganizationSettings.d.ts.map +1 -0
- package/dist/features/settings/WebhookEndpointList.d.ts +9 -0
- package/dist/features/settings/WebhookEndpointList.d.ts.map +1 -0
- package/dist/features/settings/WebhookEndpointSettings.d.ts +6 -0
- package/dist/features/settings/WebhookEndpointSettings.d.ts.map +1 -0
- package/dist/features/settings/index.css +579 -0
- package/dist/features/settings/index.d.ts +23 -0
- package/dist/features/settings/index.d.ts.map +1 -0
- package/dist/features/settings/index.js +1437 -0
- package/dist/hooks/command-queue/index.d.ts +7 -0
- package/dist/hooks/command-queue/index.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
- package/dist/hooks/executions/index.d.ts +17 -0
- package/dist/hooks/executions/index.d.ts.map +1 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts +14 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts.map +1 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
- package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
- package/dist/hooks/executions/useExecution.d.ts +10 -0
- package/dist/hooks/executions/useExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecutions.d.ts +16 -0
- package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
- package/dist/hooks/executions/useResources.d.ts +15 -0
- package/dist/hooks/executions/useResources.d.ts.map +1 -0
- package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
- package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +41 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
- package/dist/hooks/feature-access/index.d.ts +2 -0
- package/dist/hooks/feature-access/index.d.ts.map +1 -0
- package/dist/hooks/index.css +14 -0
- package/dist/hooks/index.d.ts +22 -6593
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +13 -13
- package/dist/hooks/monitoring/index.d.ts +11 -0
- package/dist/hooks/monitoring/index.d.ts.map +1 -0
- package/dist/hooks/monitoring/useActivities.d.ts +52 -0
- package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
- package/dist/hooks/monitoring/useNotificationCount.d.ts +26 -0
- package/dist/hooks/monitoring/useNotificationCount.d.ts.map +1 -0
- package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
- package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
- package/dist/hooks/notifications/index.d.ts +8 -0
- package/dist/hooks/notifications/index.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useTestNotification.d.ts +16 -0
- package/dist/hooks/notifications/useTestNotification.d.ts.map +1 -0
- package/dist/hooks/observability/index.d.ts +25 -0
- package/dist/hooks/observability/index.d.ts.map +1 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts +15 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
- package/dist/hooks/observability/useCostByModel.d.ts +3 -0
- package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
- package/dist/hooks/observability/useCostTrends.d.ts +3 -0
- package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
- package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
- package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts +18 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts.map +1 -0
- package/dist/hooks/observability/useResolveError.d.ts +17 -0
- package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts +13 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts +15 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts.map +1 -0
- package/dist/hooks/operations/calibration/useCalibrationProjects.d.ts +24 -0
- package/dist/hooks/operations/calibration/useCalibrationProjects.d.ts.map +1 -0
- package/dist/hooks/operations/calibration/useCalibrationRunFull.d.ts +3 -0
- package/dist/hooks/operations/calibration/useCalibrationRunFull.d.ts.map +1 -0
- package/dist/hooks/operations/calibration/useCalibrationRuns.d.ts +35 -0
- package/dist/hooks/operations/calibration/useCalibrationRuns.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/index.d.ts +8 -0
- package/dist/hooks/operations/command-view/index.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts +24 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts +11 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts +12 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts.map +1 -0
- package/dist/hooks/operations/index.d.ts +4 -0
- package/dist/hooks/operations/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts +3 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts +27 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts.map +1 -0
- package/dist/hooks/operations/settings/index.d.ts +4 -0
- package/dist/hooks/operations/settings/index.d.ts.map +1 -0
- package/dist/hooks/operations/settings/useOAuthFlow.d.ts +17 -0
- package/dist/hooks/operations/settings/useOAuthFlow.d.ts.map +1 -0
- package/dist/hooks/operations/settings/useUpdateThemePreference.d.ts +17 -0
- package/dist/hooks/operations/settings/useUpdateThemePreference.d.ts.map +1 -0
- package/dist/hooks/operations/shared/index.d.ts +6 -0
- package/dist/hooks/operations/shared/index.d.ts.map +1 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts +23 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts +11 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts +46 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts.map +1 -0
- package/dist/hooks/published.css +14 -0
- package/dist/hooks/published.d.ts +21 -6037
- package/dist/hooks/published.d.ts.map +1 -0
- package/dist/hooks/published.js +12 -12
- package/dist/hooks/scheduling/index.d.ts +7 -0
- package/dist/hooks/scheduling/index.d.ts.map +1 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts +19 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts.map +1 -0
- package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
- package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
- package/dist/hooks/sessions/index.d.ts +8 -0
- package/dist/hooks/sessions/index.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessions.d.ts +26 -0
- package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/index.d.ts +7 -0
- package/dist/hooks/settings/api-keys/index.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts +3 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts +5 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/index.d.ts +7 -0
- package/dist/hooks/settings/credentials/index.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts +3 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts +8 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts +2 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts +10 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/index.d.ts +5 -0
- package/dist/hooks/settings/deployments/index.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts +4 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts +2 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts.map +1 -0
- package/dist/hooks/settings/index.d.ts +6 -0
- package/dist/hooks/settings/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/index.d.ts +6 -0
- package/dist/hooks/settings/organization/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts +8 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts +3 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/index.d.ts +7 -0
- package/dist/hooks/settings/webhooks/index.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts +2 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts +14 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts +27 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts.map +1 -0
- package/dist/hooks/useOrganizationMembers.d.ts +18 -0
- package/dist/hooks/useOrganizationMembers.d.ts.map +1 -0
- package/dist/index.css +14 -0
- package/dist/index.d.ts +15 -8494
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15 -15
- package/dist/initialization/InitializationProvider.d.ts +48 -0
- package/dist/initialization/InitializationProvider.d.ts.map +1 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
- package/dist/initialization/index.d.ts +23 -2526
- package/dist/initialization/index.d.ts.map +1 -0
- package/dist/initialization/index.js +2 -2
- package/dist/layout/index.d.ts +8 -175
- package/dist/layout/index.js +7 -5
- package/dist/organization/context/OrganizationProvider.d.ts +24 -0
- package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
- package/dist/organization/index.d.ts +23 -274
- package/dist/organization/index.d.ts.map +1 -0
- package/dist/organization/index.js +2 -2
- package/dist/profile/context/ProfileProvider.d.ts +31 -0
- package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
- package/dist/profile/hooks/useUserProfile.d.ts +38 -0
- package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
- package/dist/profile/index.d.ts +15 -2477
- package/dist/profile/index.d.ts.map +1 -0
- package/dist/provider/CoreAuthKitInner.d.ts +12 -0
- package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
- package/dist/provider/ElevasisCoreProvider.d.ts +25 -0
- package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
- package/dist/provider/ElevasisServiceContext.d.ts +31 -0
- package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
- package/dist/provider/ElevasisUIProvider.d.ts +28 -0
- package/dist/provider/ElevasisUIProvider.d.ts.map +1 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
- package/dist/provider/index.css +14 -0
- package/dist/provider/index.d.ts +11 -334
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +11 -309
- package/dist/provider/published.d.ts.map +1 -0
- package/dist/provider/published.js +6 -6
- package/dist/provider/types.d.ts +151 -0
- package/dist/provider/types.d.ts.map +1 -0
- package/dist/sdk-barrel.d.ts +20 -0
- package/dist/sdk-barrel.d.ts.map +1 -0
- package/dist/theme/PresetsContext.d.ts +4 -0
- package/dist/theme/PresetsContext.d.ts.map +1 -0
- package/dist/theme/cssVariables.d.ts +12 -0
- package/dist/theme/cssVariables.d.ts.map +1 -0
- package/dist/theme/index.d.ts +10 -148
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
- package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
- package/dist/theme/presets/abyss.d.ts +3 -0
- package/dist/theme/presets/abyss.d.ts.map +1 -0
- package/dist/theme/presets/aurora.d.ts +12 -0
- package/dist/theme/presets/aurora.d.ts.map +1 -0
- package/dist/theme/presets/canopy.d.ts +12 -0
- package/dist/theme/presets/canopy.d.ts.map +1 -0
- package/dist/theme/presets/canyon.d.ts +11 -0
- package/dist/theme/presets/canyon.d.ts.map +1 -0
- package/dist/theme/presets/cortex.d.ts +3 -0
- package/dist/theme/presets/cortex.d.ts.map +1 -0
- package/dist/theme/presets/cyber-punk.d.ts +11 -0
- package/dist/theme/presets/cyber-punk.d.ts.map +1 -0
- package/dist/theme/presets/cyber-strike.d.ts +13 -0
- package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
- package/dist/theme/presets/cyber-void.d.ts +12 -0
- package/dist/theme/presets/cyber-void.d.ts.map +1 -0
- package/dist/theme/presets/cyber-volt.d.ts +12 -0
- package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
- package/dist/theme/presets/default.d.ts +4 -0
- package/dist/theme/presets/default.d.ts.map +1 -0
- package/dist/theme/presets/ember.d.ts +12 -0
- package/dist/theme/presets/ember.d.ts.map +1 -0
- package/dist/theme/presets/helios.d.ts +3 -0
- package/dist/theme/presets/helios.d.ts.map +1 -0
- package/dist/theme/presets/honey.d.ts +12 -0
- package/dist/theme/presets/honey.d.ts.map +1 -0
- package/dist/theme/presets/index.d.ts +8 -0
- package/dist/theme/presets/index.d.ts.map +1 -0
- package/dist/theme/presets/midnight.d.ts +12 -0
- package/dist/theme/presets/midnight.d.ts.map +1 -0
- package/dist/theme/presets/nirvana.d.ts +16 -0
- package/dist/theme/presets/nirvana.d.ts.map +1 -0
- package/dist/theme/presets/obsidian.d.ts +3 -0
- package/dist/theme/presets/obsidian.d.ts.map +1 -0
- package/dist/theme/presets/regal.d.ts +8 -0
- package/dist/theme/presets/regal.d.ts.map +1 -0
- package/dist/theme/presets/rose-gold.d.ts +12 -0
- package/dist/theme/presets/rose-gold.d.ts.map +1 -0
- package/dist/theme/presets/slate.d.ts +3 -0
- package/dist/theme/presets/slate.d.ts.map +1 -0
- package/dist/theme/presets/synapse.d.ts +10 -0
- package/dist/theme/presets/synapse.d.ts.map +1 -0
- package/dist/theme/presets/tactical.d.ts +8 -0
- package/dist/theme/presets/tactical.d.ts.map +1 -0
- package/dist/theme/presets/types.d.ts +43 -0
- package/dist/theme/presets/types.d.ts.map +1 -0
- package/dist/theme/presets/verdant.d.ts +3 -0
- package/dist/theme/presets/verdant.d.ts.map +1 -0
- package/dist/theme/presets/wave.d.ts +14 -0
- package/dist/theme/presets/wave.d.ts.map +1 -0
- package/dist/theme/useAvailablePresets.d.ts +16 -0
- package/dist/theme/useAvailablePresets.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.d.ts +12 -1
- package/dist/utils/index.js +1 -1
- package/dist/zustand/index.d.ts +80 -0
- package/dist/zustand/index.js +105 -0
- package/package.json +53 -2
- package/dist/chunk-UEYUPTAD.js +0 -1542
- package/dist/{chunk-DVKEEY5J.js → chunk-TUXTSEAF.js} +1 -1
- package/dist/{chunk-U2522LSW.js → chunk-V7XHGJQZ.js} +1 -1
|
@@ -1,63 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
var useBreadcrumbs = (options = {}) => {
|
|
5
|
-
const { currentPath } = useRouterContext();
|
|
6
|
-
const { navItems = [] } = options;
|
|
7
|
-
return useMemo(() => {
|
|
8
|
-
const segments = currentPath.split("/").filter(Boolean);
|
|
9
|
-
if (segments.length === 0) {
|
|
10
|
-
return [{ label: "Dashboard", isActive: true }];
|
|
11
|
-
}
|
|
12
|
-
const breadcrumbs = [{ label: "Dashboard", path: "/" }];
|
|
13
|
-
let currentSegmentPath = "";
|
|
14
|
-
for (let i = 0; i < segments.length; i++) {
|
|
15
|
-
currentSegmentPath += `/${segments[i]}`;
|
|
16
|
-
const isLast = i === segments.length - 1;
|
|
17
|
-
let label = formatSegmentLabel(segments[i]);
|
|
18
|
-
let matchedItem = null;
|
|
19
|
-
for (const navItem of navItems) {
|
|
20
|
-
if (navItem.link === currentSegmentPath) {
|
|
21
|
-
matchedItem = navItem;
|
|
22
|
-
break;
|
|
23
|
-
}
|
|
24
|
-
if (navItem.links) {
|
|
25
|
-
for (const subItem of navItem.links) {
|
|
26
|
-
if (subItem.link === currentSegmentPath) {
|
|
27
|
-
if (i === 0 && subItem.label === "Overview") {
|
|
28
|
-
matchedItem = { label: navItem.label };
|
|
29
|
-
} else {
|
|
30
|
-
matchedItem = subItem;
|
|
31
|
-
}
|
|
32
|
-
break;
|
|
33
|
-
}
|
|
34
|
-
if (subItem.links) {
|
|
35
|
-
for (const nestedLink of subItem.links) {
|
|
36
|
-
if (nestedLink.link === currentSegmentPath) {
|
|
37
|
-
matchedItem = nestedLink;
|
|
38
|
-
break;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
if (matchedItem) break;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
if (matchedItem) break;
|
|
46
|
-
}
|
|
47
|
-
if (matchedItem) {
|
|
48
|
-
label = matchedItem.label;
|
|
49
|
-
}
|
|
50
|
-
breadcrumbs.push({
|
|
51
|
-
label,
|
|
52
|
-
path: isLast ? void 0 : currentSegmentPath,
|
|
53
|
-
isActive: isLast
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
return breadcrumbs;
|
|
57
|
-
}, [currentPath, navItems]);
|
|
58
|
-
};
|
|
59
|
-
function formatSegmentLabel(segment) {
|
|
60
|
-
return segment.split("-").map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export { useBreadcrumbs };
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-MG3NF7QL.js';
|
|
2
|
+
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface NotificationBellProps {
|
|
2
|
+
/** Override unread count (e.g., from SSE-enhanced source) */
|
|
3
|
+
unreadCount?: number;
|
|
4
|
+
/** Callback for navigation when notification is clicked */
|
|
5
|
+
onNavigate?: (url: string) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function NotificationBell({ unreadCount, onNavigate }: NotificationBellProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=NotificationBell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationBell.d.ts","sourceRoot":"","sources":["../../../src/components/notifications/NotificationBell.tsx"],"names":[],"mappings":"AAQA,UAAU,qBAAqB;IAC7B,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAED,wBAAgB,gBAAgB,CAAC,EAAE,WAAW,EAAE,UAAU,EAAE,EAAE,qBAAqB,2CAuClF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { NotificationDTO } from '@repo/core';
|
|
2
|
+
interface NotificationItemProps {
|
|
3
|
+
notification: NotificationDTO;
|
|
4
|
+
onClose?: () => void;
|
|
5
|
+
onNavigate?: (url: string) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function NotificationItem({ notification, onClose, onNavigate }: NotificationItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=NotificationItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItem.d.ts","sourceRoot":"","sources":["../../../src/components/notifications/NotificationItem.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAGjD,UAAU,qBAAqB;IAC7B,YAAY,EAAE,eAAe,CAAA;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAUD,wBAAgB,gBAAgB,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,qBAAqB,2CA8D5F"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { NotificationDTO } from '@repo/core';
|
|
2
|
+
interface NotificationListProps {
|
|
3
|
+
notifications: NotificationDTO[];
|
|
4
|
+
isLoading?: boolean;
|
|
5
|
+
onClose?: () => void;
|
|
6
|
+
onNavigate?: (url: string) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function NotificationList({ notifications, isLoading, onClose, onNavigate }: NotificationListProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=NotificationList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationList.d.ts","sourceRoot":"","sources":["../../../src/components/notifications/NotificationList.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAEjD,UAAU,qBAAqB;IAC7B,aAAa,EAAE,eAAe,EAAE,CAAA;IAChC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAED,wBAAgB,gBAAgB,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,qBAAqB,2CA0BxG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { NotificationDTO } from '@repo/core';
|
|
2
|
+
interface NotificationPanelProps {
|
|
3
|
+
notifications: NotificationDTO[];
|
|
4
|
+
isLoading?: boolean;
|
|
5
|
+
onClose?: () => void;
|
|
6
|
+
onNavigate?: (url: string) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function NotificationPanel({ notifications, isLoading, onClose, onNavigate }: NotificationPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=NotificationPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationPanel.d.ts","sourceRoot":"","sources":["../../../src/components/notifications/NotificationPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAEjD,UAAU,sBAAsB;IAC9B,aAAa,EAAE,eAAe,EAAE,CAAA;IAChC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAED,wBAAgB,iBAAiB,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,sBAAsB,2CAoC1G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/notifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface CreateProjectModalProps {
|
|
2
|
+
opened: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
resourceId: string;
|
|
5
|
+
resourceType: 'agent' | 'workflow';
|
|
6
|
+
}
|
|
7
|
+
export declare function CreateProjectModal({ opened, onClose, resourceId, resourceType }: CreateProjectModalProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=CreateProjectModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateProjectModal.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/calibration/CreateProjectModal.tsx"],"names":[],"mappings":"AAIA,UAAU,uBAAuB;IAC/B,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,OAAO,GAAG,UAAU,CAAA;CACnC;AAED,wBAAgB,kBAAkB,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,uBAAuB,2CAoDxG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { CalibrationProject } from '@repo/core';
|
|
2
|
+
interface ProjectCardProps {
|
|
3
|
+
project: CalibrationProject;
|
|
4
|
+
/** Called when the user clicks the card. Caller handles navigation. */
|
|
5
|
+
onNavigate: (projectId: string) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function ProjectCard({ project, onNavigate }: ProjectCardProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ProjectCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProjectCard.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/calibration/ProjectCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAEpD,UAAU,gBAAgB;IACxB,OAAO,EAAE,kBAAkB,CAAA;IAC3B,uEAAuE;IACvE,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;CACxC;AAED,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,gBAAgB,2CAuDpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/command-queue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { TimeRange } from '@repo/core';
|
|
2
|
+
import { type TaskFilterStatus } from './CommandQueueSidebarTop.js';
|
|
3
|
+
interface CommandQueueSidebarProps {
|
|
4
|
+
selectedCheckpoint: string | undefined;
|
|
5
|
+
onSelectCheckpoint: (checkpoint: string | undefined) => void;
|
|
6
|
+
status: TaskFilterStatus;
|
|
7
|
+
onStatusChange: (status: TaskFilterStatus) => void;
|
|
8
|
+
priorityRange: [number, number];
|
|
9
|
+
onPriorityRangeChange: (range: [number, number]) => void;
|
|
10
|
+
timeRange: TimeRange;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* CommandQueueSidebar - Main sidebar component with donut charts and checkpoint groups
|
|
14
|
+
*/
|
|
15
|
+
export declare const CommandQueueSidebar: ({ selectedCheckpoint, onSelectCheckpoint, status, onStatusChange, priorityRange, onPriorityRangeChange, timeRange }: CommandQueueSidebarProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=CommandQueueSidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandQueueSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/command-queue/sidebar/CommandQueueSidebar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAI3C,OAAO,EAA0B,KAAK,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAO3F,UAAU,wBAAwB;IAChC,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAA;IACtC,kBAAkB,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IAC5D,MAAM,EAAE,gBAAgB,CAAA;IACxB,cAAc,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAClD,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,qBAAqB,EAAE,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,IAAI,CAAA;IACxD,SAAS,EAAE,SAAS,CAAA;CACrB;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,qHAQjC,wBAAwB,4CAoF1B,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { TimeRange } from '@repo/core';
|
|
2
|
+
interface CommandQueueSidebarMiddleProps {
|
|
3
|
+
selectedCheckpoint: string | undefined;
|
|
4
|
+
onSelectCheckpoint: (checkpoint: string | undefined) => void;
|
|
5
|
+
priorityRange: [number, number];
|
|
6
|
+
status: 'all' | 'pending' | 'completed' | 'expired';
|
|
7
|
+
timeRange: TimeRange;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* CommandQueueSidebarMiddle - Displays checkpoint filter groups
|
|
11
|
+
*
|
|
12
|
+
* Shows "All Tasks" option plus individual checkpoints with task counts.
|
|
13
|
+
* Uses useCommandQueueTotals hook to fetch checkpoint data.
|
|
14
|
+
*/
|
|
15
|
+
export declare function CommandQueueSidebarMiddle({ selectedCheckpoint, onSelectCheckpoint, priorityRange, status, timeRange }: CommandQueueSidebarMiddleProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=CommandQueueSidebarMiddle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandQueueSidebarMiddle.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAK3C,UAAU,8BAA8B;IACtC,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAA;IACtC,kBAAkB,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IAC5D,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,MAAM,EAAE,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,CAAA;IACnD,SAAS,EAAE,SAAS,CAAA;CACrB;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,EACxC,kBAAkB,EAClB,kBAAkB,EAClB,aAAa,EACb,MAAM,EACN,SAAS,EACV,EAAE,8BAA8B,2CA2ChC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { CheckpointGroup } from './CheckpointGroup.js';
|
|
2
|
+
export { CommandQueueSidebar } from './CommandQueueSidebar.js';
|
|
3
|
+
export { CommandQueueSidebarTop, type TaskFilterStatus } from './CommandQueueSidebarTop.js';
|
|
4
|
+
export { CommandQueueSidebarMiddle } from './CommandQueueSidebarMiddle.js';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/command-queue/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,sBAAsB,EAAE,KAAK,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAC3F,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CommandViewGraph - Main ReactFlow graph visualization for Command View
|
|
3
|
+
*/
|
|
4
|
+
import type { CommandViewGraph as CommandViewGraphType } from '../../../hooks/operations/command-view/types.js';
|
|
5
|
+
export interface CommandViewGraphRef {
|
|
6
|
+
fitView: () => void;
|
|
7
|
+
}
|
|
8
|
+
import '@xyflow/react/dist/style.css';
|
|
9
|
+
interface CommandViewGraphProps {
|
|
10
|
+
graph: CommandViewGraphType;
|
|
11
|
+
height?: number | string;
|
|
12
|
+
/** Currently selected node ID */
|
|
13
|
+
selectedNodeId?: string | null;
|
|
14
|
+
/** Callback when node selection changes */
|
|
15
|
+
onNodeSelect?: (id: string | null) => void;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Main export - wrapped with ReactFlowProvider
|
|
19
|
+
*/
|
|
20
|
+
export declare const CommandViewGraph: import("react").ForwardRefExoticComponent<CommandViewGraphProps & import("react").RefAttributes<CommandViewGraphRef>>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=CommandViewGraph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandViewGraph.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/command-view/CommandViewGraph.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAUH,OAAO,KAAK,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,iDAAiD,CAAA;AAE/G,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,OAAO,8BAA8B,CAAA;AAWrC,UAAU,qBAAqB;IAC7B,KAAK,EAAE,oBAAoB,CAAA;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,2CAA2C;IAC3C,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;CAC3C;AAwGD;;GAEG;AACH,eAAO,MAAM,gBAAgB,uHAQ5B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/command-view/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { APIExecutionDetail, AgentIterationData } from '@repo/core';
|
|
2
|
+
interface AgentExecutionLogsProps {
|
|
3
|
+
resourceId: string;
|
|
4
|
+
executionId?: string;
|
|
5
|
+
/** Pre-merged execution (includes streaming logs). Forwarded to BaseExecutionLogs. */
|
|
6
|
+
execution?: APIExecutionDetail;
|
|
7
|
+
selectedIterationId: number | 'initialization' | 'completion' | null;
|
|
8
|
+
iterationData: AgentIterationData | null;
|
|
9
|
+
onExecutionDeleted?: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function AgentExecutionLogs({ resourceId, executionId, execution: externalExecution, selectedIterationId, iterationData, onExecutionDeleted }: AgentExecutionLogsProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=AgentExecutionLogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentExecutionLogs.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/executions/AgentExecutionLogs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAuB,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAI7F,UAAU,uBAAuB;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,sFAAsF;IACtF,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAC9B,mBAAmB,EAAE,MAAM,GAAG,gBAAgB,GAAG,YAAY,GAAG,IAAI,CAAA;IACpE,aAAa,EAAE,kBAAkB,GAAG,IAAI,CAAA;IACxC,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAA;CAChC;AAED,wBAAgB,kBAAkB,CAAC,EACjC,UAAU,EACV,WAAW,EACX,SAAS,EAAE,iBAAiB,EAC5B,mBAAmB,EACnB,aAAa,EACb,kBAAkB,EACnB,EAAE,uBAAuB,2CA+NzB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { APIExecutionDetail, TimelineData } from '@repo/core';
|
|
2
|
+
interface WorkflowExecutionLogsProps {
|
|
3
|
+
resourceId: string;
|
|
4
|
+
executionId?: string;
|
|
5
|
+
/** Pre-merged execution (includes streaming logs). Skips internal fetch when provided. */
|
|
6
|
+
execution?: APIExecutionDetail;
|
|
7
|
+
selectedStepId?: string | null;
|
|
8
|
+
timelineData?: TimelineData;
|
|
9
|
+
onExecutionDeleted?: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function WorkflowExecutionLogs({ resourceId, executionId, execution: externalExecution, selectedStepId, timelineData, onExecutionDeleted }: WorkflowExecutionLogsProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=WorkflowExecutionLogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionLogs.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/executions/WorkflowExecutionLogs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAMlE,UAAU,0BAA0B;IAClC,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAA;CAChC;AAED,wBAAgB,qBAAqB,CAAC,EACpC,UAAU,EACV,WAAW,EACX,SAAS,EAAE,iBAAiB,EAC5B,cAAc,EACd,YAAY,EACZ,kBAAkB,EACnB,EAAE,0BAA0B,2CA8J5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/executions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAClE,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,KAAK,QAAQ,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './shared/index.js';
|
|
2
|
+
export * from './executions/index.js';
|
|
3
|
+
export * from './knowledge-base/index.js';
|
|
4
|
+
export * from './task-scheduler/index.js';
|
|
5
|
+
export * from './command-queue/index.js';
|
|
6
|
+
export * from './sessions/index.js';
|
|
7
|
+
export * from './command-view/index.js';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,0BAA0B,CAAA;AACxC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DocFile } from '../../../hooks/operations/knowledge-base/useDeploymentDocs.js';
|
|
2
|
+
interface DocTreeNavProps {
|
|
3
|
+
files: DocFile[];
|
|
4
|
+
selectedPath: string | null;
|
|
5
|
+
onSelect: (path: string) => void;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders a tree navigation for documentation files.
|
|
9
|
+
* Builds a tree from flat file paths, supports nested collapsible directories.
|
|
10
|
+
* index.mdx files represent their parent directory's page.
|
|
11
|
+
*/
|
|
12
|
+
export declare function DocTreeNav({ files, selectedPath, onSelect }: DocTreeNavProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=DocTreeNav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocTreeNav.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/knowledge-base/DocTreeNav.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+DAA+D,CAAA;AAE5F,UAAU,eAAe;IACvB,KAAK,EAAE,OAAO,EAAE,CAAA;IAChB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;CACjC;AAwLD;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAiD5E"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type ComponentType } from 'react';
|
|
2
|
+
interface KnowledgeBasePageProps {
|
|
3
|
+
/** MDX renderer component. Pass your app's MdxRenderer since it's app-specific. */
|
|
4
|
+
mdxRenderer?: ComponentType<{
|
|
5
|
+
compiledSource: string;
|
|
6
|
+
}>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Knowledge Base page -- sub-shell layout for viewing deployment documentation.
|
|
10
|
+
*
|
|
11
|
+
* Sidebar: deployment selector + doc tree navigation.
|
|
12
|
+
* Content: MdxRenderer for selected file.
|
|
13
|
+
*/
|
|
14
|
+
export declare function KnowledgeBasePage({ mdxRenderer: MdxRenderer }: KnowledgeBasePageProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=KnowledgeBasePage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KnowledgeBasePage.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/knowledge-base/KnowledgeBasePage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,aAAa,EAAE,MAAM,OAAO,CAAA;AAgB7F,UAAU,sBAAsB;IAC9B,mFAAmF;IACnF,WAAW,CAAC,EAAE,aAAa,CAAC;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CACxD;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,WAAW,EAAE,WAAW,EAAE,EAAE,sBAAsB,2CA6QrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/knowledge-base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { APIExecutionDetail, ResourceType } from '@repo/core';
|
|
2
|
+
export interface BaseExecutionLogsProps {
|
|
3
|
+
resourceId: string;
|
|
4
|
+
resourceType?: ResourceType;
|
|
5
|
+
executionId?: string;
|
|
6
|
+
/** Pre-merged execution (includes streaming logs). When provided, skips internal useExecution fetch for display. */
|
|
7
|
+
execution?: APIExecutionDetail;
|
|
8
|
+
onExecutionDeleted?: () => void;
|
|
9
|
+
renderLogsSection?: (execution: APIExecutionDetail) => React.ReactNode;
|
|
10
|
+
renderMetrics?: (execution: APIExecutionDetail) => React.ReactNode;
|
|
11
|
+
hideInput?: boolean;
|
|
12
|
+
hideResult?: boolean;
|
|
13
|
+
hideError?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare function BaseExecutionLogs({ resourceId, resourceType, executionId, execution: externalExecution, onExecutionDeleted, renderLogsSection, renderMetrics, hideInput, hideResult, hideError }: BaseExecutionLogsProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=BaseExecutionLogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseExecutionLogs.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAiBlE,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,oHAAoH;IACpH,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAC9B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAA;IAG/B,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,kBAAkB,KAAK,KAAK,CAAC,SAAS,CAAA;IACtE,aAAa,CAAC,EAAE,CAAC,SAAS,EAAE,kBAAkB,KAAK,KAAK,CAAC,SAAS,CAAA;IAClE,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,UAAU,EACV,YAAY,EACZ,WAAW,EACX,SAAS,EAAE,iBAAiB,EAC5B,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,EACb,SAAiB,EACjB,UAAkB,EAClB,SAAiB,EAClB,EAAE,sBAAsB,2CAkOxB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { APIExecutionDetail } from '@repo/core';
|
|
2
|
+
interface BaseExecutionLogsHeaderProps {
|
|
3
|
+
execution: APIExecutionDetail;
|
|
4
|
+
resourceId: string;
|
|
5
|
+
onDeleteClick: () => void;
|
|
6
|
+
onRetryClick?: () => void;
|
|
7
|
+
onCancelClick?: () => void;
|
|
8
|
+
renderMetrics?: (execution: APIExecutionDetail) => React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare function BaseExecutionLogsHeader({ execution, resourceId, onDeleteClick, onRetryClick, onCancelClick, renderMetrics }: BaseExecutionLogsHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=BaseExecutionLogsHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseExecutionLogsHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAMpD,UAAU,4BAA4B;IACpC,SAAS,EAAE,kBAAkB,CAAA;IAC7B,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,IAAI,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAA;IACzB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,aAAa,CAAC,EAAE,CAAC,SAAS,EAAE,kBAAkB,KAAK,KAAK,CAAC,SAAS,CAAA;CACnE;AAED,wBAAgB,uBAAuB,CAAC,EACtC,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,aAAa,EACb,aAAa,EACd,EAAE,4BAA4B,2CA0G9B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ExecutionErrorSection - Structured error display for execution logs.
|
|
3
|
+
* Fetches structured error data via useErrorDetail hook.
|
|
4
|
+
* Falls back to plain text display if structured data is unavailable.
|
|
5
|
+
*/
|
|
6
|
+
interface ExecutionErrorSectionProps {
|
|
7
|
+
executionId: string;
|
|
8
|
+
fallbackError: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function ExecutionErrorSection({ executionId, fallbackError }: ExecutionErrorSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ExecutionErrorSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExecutionErrorSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAQH,UAAU,0BAA0B;IAClC,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,wBAAgB,qBAAqB,CAAC,EAAE,WAAW,EAAE,aAAa,EAAE,EAAE,0BAA0B,2CAiK/F"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { BaseExecutionLogs } from './BaseExecutionLogs.js';
|
|
2
|
+
export type { BaseExecutionLogsProps } from './BaseExecutionLogs.js';
|
|
3
|
+
export { BaseExecutionLogsHeader } from './BaseExecutionLogsHeader.js';
|
|
4
|
+
export { BaseExecutionLogsStates } from './BaseExecutionLogsStates.js';
|
|
5
|
+
export { ExecutionErrorSection } from './ExecutionErrorSection.js';
|
|
6
|
+
export { LogGroup } from './LogGroup.js';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/BaseExecutionLogs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC1D,YAAY,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ResourceType, type ResourceDefinition } from '@repo/core';
|
|
2
|
+
interface ResourceHeaderProps {
|
|
3
|
+
resource: ResourceDefinition;
|
|
4
|
+
type: ResourceType;
|
|
5
|
+
connected?: boolean;
|
|
6
|
+
runningCount?: number;
|
|
7
|
+
sessionCapable?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function ResourceHeader({ resource, type, connected, runningCount, sessionCapable }: ResourceHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=ResourceHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResourceHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/layouts/ResourceHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,kBAAkB,EAAwB,MAAM,YAAY,CAAA;AAI7F,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,kBAAkB,CAAA;IAC5B,IAAI,EAAE,YAAY,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,cAAc,EAAE,EAAE,mBAAmB,2CAqF9G"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ResourceType } from '@repo/core';
|
|
2
|
+
interface ResourceNotFoundStateProps {
|
|
3
|
+
type: ResourceType;
|
|
4
|
+
resourceId: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function ResourceNotFoundState({ type, resourceId }: ResourceNotFoundStateProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ResourceNotFoundState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResourceNotFoundState.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/layouts/ResourceNotFoundState.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAG9C,UAAU,0BAA0B;IAClC,IAAI,EAAE,YAAY,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,qBAAqB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,0BAA0B,2CA8BrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/operations/shared/layouts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface CreateScheduleModalProps {
|
|
2
|
+
opened: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
}
|
|
5
|
+
export declare function CreateScheduleModal({ opened, onClose }: CreateScheduleModalProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=CreateScheduleModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateScheduleModal.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/task-scheduler/CreateScheduleModal.tsx"],"names":[],"mappings":"AAiBA,UAAU,wBAAwB;IAChC,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAoBD,wBAAgB,mBAAmB,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CA2PhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskScheduler.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/task-scheduler/TaskScheduler.tsx"],"names":[],"mappings":"AA+CA,eAAO,MAAM,aAAa,+CA6bzB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { TaskScheduler } from './TaskScheduler.js';
|
|
2
|
+
export { CreateScheduleModal } from './CreateScheduleModal.js';
|
|
3
|
+
export { DeleteScheduleModal } from './DeleteScheduleModal.js';
|
|
4
|
+
export { ScheduleDetailModal } from './ScheduleDetailModal.js';
|
|
5
|
+
export { ScheduleCard } from './ScheduleCard.js';
|
|
6
|
+
export { ScheduleTypeSelector } from './ScheduleTypeSelector.js';
|
|
7
|
+
export type { ScheduleType } from './ScheduleTypeSelector.js';
|
|
8
|
+
export { RecurringScheduleForm } from './RecurringScheduleForm.js';
|
|
9
|
+
export { RelativeScheduleForm } from './RelativeScheduleForm.js';
|
|
10
|
+
export { AbsoluteScheduleForm } from './AbsoluteScheduleForm.js';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/operations/task-scheduler/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,YAAY,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SDK-published components barrel.
|
|
3
|
+
*
|
|
4
|
+
* Used by tsup/rollup for the published @elevasis/ui/components entry.
|
|
5
|
+
* Re-exports visual components that require Mantine as a peer dependency.
|
|
6
|
+
*
|
|
7
|
+
* Layout, charts, typeform, and navigation have their own published subpaths.
|
|
8
|
+
*/
|
|
9
|
+
export * from './display';
|
|
10
|
+
export * from './modal';
|
|
11
|
+
export * from './table';
|
|
12
|
+
export * from './forms';
|
|
13
|
+
export * from './monitoring';
|
|
14
|
+
export * from './notifications';
|
|
15
|
+
export * from './execution';
|
|
16
|
+
export * from './graph';
|
|
17
|
+
export * from './command-queue';
|
|
18
|
+
export * from './resource-definition';
|
|
19
|
+
export * from './notify';
|
|
20
|
+
export * from './operations';
|
|
21
|
+
export * from './error';
|
|
22
|
+
export * from './settings';
|
|
23
|
+
export * from './rich-text-editor/index.js';
|
|
24
|
+
export * from './content/index.js';
|
|
25
|
+
export * from './breadcrumbs/index.js';
|
|
26
|
+
//# sourceMappingURL=sdk-barrel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk-barrel.d.ts","sourceRoot":"","sources":["../../src/components/sdk-barrel.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,cAAc,WAAW,CAAA;AAGzB,cAAc,SAAS,CAAA;AAGvB,cAAc,SAAS,CAAA;AAGvB,cAAc,SAAS,CAAA;AAGvB,cAAc,cAAc,CAAA;AAG5B,cAAc,iBAAiB,CAAA;AAG/B,cAAc,aAAa,CAAA;AAG3B,cAAc,SAAS,CAAA;AAGvB,cAAc,iBAAiB,CAAA;AAG/B,cAAc,uBAAuB,CAAA;AAGrC,cAAc,UAAU,CAAA;AAGxB,cAAc,cAAc,CAAA;AAG5B,cAAc,SAAS,CAAA;AAGvB,cAAc,YAAY,CAAA;AAG1B,cAAc,6BAA6B,CAAA;AAG3C,cAAc,oBAAoB,CAAA;AAGlC,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { CreateApiKeyResponse } from '../../../hooks/settings/api-keys/index.js';
|
|
2
|
+
interface ApiKeyDisplayModalProps {
|
|
3
|
+
opened: boolean;
|
|
4
|
+
apiKey: CreateApiKeyResponse;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function ApiKeyDisplayModal({ opened, apiKey, onClose }: ApiKeyDisplayModalProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ApiKeyDisplayModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiKeyDisplayModal.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/api-keys/ApiKeyDisplayModal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAErF,UAAU,uBAAuB;IAC/B,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,oBAAoB,CAAA;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,wBAAgB,kBAAkB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CA8EtF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ApiKeyListItem } from '@repo/core';
|
|
2
|
+
interface ApiKeyListProps {
|
|
3
|
+
keys: ApiKeyListItem[];
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function ApiKeyList({ keys, isLoading }: ApiKeyListProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ApiKeyList.d.ts.map
|