@burdenoff/microfe-vibecontrols 2026.511.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -0
- package/dist/VibeControlsRoot.d.ts +36 -0
- package/dist/VibeControlsRoot.d.ts.map +1 -0
- package/dist/VibeControlsRoot.js +195 -0
- package/dist/VibeControlsRoot.js.map +1 -0
- package/dist/VibeControlsRoutes.d.ts +2 -0
- package/dist/VibeControlsRoutes.d.ts.map +1 -0
- package/dist/VibeControlsRoutes.js +285 -0
- package/dist/VibeControlsRoutes.js.map +1 -0
- package/dist/_virtual/_rolldown/runtime.js +23 -0
- package/dist/components/actions/ActionCard.d.ts +32 -0
- package/dist/components/actions/ActionCard.d.ts.map +1 -0
- package/dist/components/actions/ActionCard.js +140 -0
- package/dist/components/actions/ActionCard.js.map +1 -0
- package/dist/components/actions/ActionForm.d.ts +39 -0
- package/dist/components/actions/ActionForm.d.ts.map +1 -0
- package/dist/components/actions/ActionForm.js +488 -0
- package/dist/components/actions/ActionForm.js.map +1 -0
- package/dist/components/actions/ActionTypeBadge.d.ts +9 -0
- package/dist/components/actions/ActionTypeBadge.d.ts.map +1 -0
- package/dist/components/actions/ActionTypeBadge.js +77 -0
- package/dist/components/actions/ActionTypeBadge.js.map +1 -0
- package/dist/components/actions/ExecutionHistory.d.ts +23 -0
- package/dist/components/actions/ExecutionHistory.d.ts.map +1 -0
- package/dist/components/actions/ExecutionHistory.js +103 -0
- package/dist/components/actions/ExecutionHistory.js.map +1 -0
- package/dist/components/actions/index.d.ts +6 -0
- package/dist/components/actions/index.d.ts.map +1 -0
- package/dist/components/actions/index.js +4 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.js +146 -0
- package/dist/components/agent-manager/AgentManagerAdminBar.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.js +74 -0
- package/dist/components/agent-manager/AgentManagerBulkActions.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerCenter.d.ts +8 -0
- package/dist/components/agent-manager/AgentManagerCenter.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerCenter.js +129 -0
- package/dist/components/agent-manager/AgentManagerCenter.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerChatPane.d.ts +9 -0
- package/dist/components/agent-manager/AgentManagerChatPane.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerChatPane.js +121 -0
- package/dist/components/agent-manager/AgentManagerChatPane.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts +13 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.js +73 -0
- package/dist/components/agent-manager/AgentManagerDetailPanel.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerInputArea.d.ts +14 -0
- package/dist/components/agent-manager/AgentManagerInputArea.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerInputArea.js +397 -0
- package/dist/components/agent-manager/AgentManagerInputArea.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerLayout.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerLayout.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerLayout.js +137 -0
- package/dist/components/agent-manager/AgentManagerLayout.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.js +65 -0
- package/dist/components/agent-manager/AgentManagerMessageItem.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageList.d.ts +12 -0
- package/dist/components/agent-manager/AgentManagerMessageList.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerMessageList.js +58 -0
- package/dist/components/agent-manager/AgentManagerMessageList.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.d.ts +12 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.js +141 -0
- package/dist/components/agent-manager/AgentManagerSessionItem.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionList.d.ts +16 -0
- package/dist/components/agent-manager/AgentManagerSessionList.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSessionList.js +180 -0
- package/dist/components/agent-manager/AgentManagerSessionList.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerSidebar.d.ts +14 -0
- package/dist/components/agent-manager/AgentManagerSidebar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerSidebar.js +204 -0
- package/dist/components/agent-manager/AgentManagerSidebar.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts +8 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.js +53 -0
- package/dist/components/agent-manager/AgentManagerStreamingIndicator.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerTab.d.ts +15 -0
- package/dist/components/agent-manager/AgentManagerTab.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerTab.js +49 -0
- package/dist/components/agent-manager/AgentManagerTab.js.map +1 -0
- package/dist/components/agent-manager/AgentManagerTabBar.d.ts +10 -0
- package/dist/components/agent-manager/AgentManagerTabBar.d.ts.map +1 -0
- package/dist/components/agent-manager/AgentManagerTabBar.js +152 -0
- package/dist/components/agent-manager/AgentManagerTabBar.js.map +1 -0
- package/dist/components/agent-manager/BridleConfigPanel.d.ts +13 -0
- package/dist/components/agent-manager/BridleConfigPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/BridleConfigPanel.js +356 -0
- package/dist/components/agent-manager/BridleConfigPanel.js.map +1 -0
- package/dist/components/agent-manager/PluginInstallModal.d.ts +9 -0
- package/dist/components/agent-manager/PluginInstallModal.d.ts.map +1 -0
- package/dist/components/agent-manager/PluginInstallModal.js +98 -0
- package/dist/components/agent-manager/PluginInstallModal.js.map +1 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts +23 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.js +101 -0
- package/dist/components/agent-manager/controls/ContextLevelToggle.js.map +1 -0
- package/dist/components/agent-manager/controls/FileAttachButton.d.ts +13 -0
- package/dist/components/agent-manager/controls/FileAttachButton.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/FileAttachButton.js +44 -0
- package/dist/components/agent-manager/controls/FileAttachButton.js.map +1 -0
- package/dist/components/agent-manager/controls/McpServerSelector.d.ts +10 -0
- package/dist/components/agent-manager/controls/McpServerSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/McpServerSelector.js +98 -0
- package/dist/components/agent-manager/controls/McpServerSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/ModelSelector.d.ts +10 -0
- package/dist/components/agent-manager/controls/ModelSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/ModelSelector.js +158 -0
- package/dist/components/agent-manager/controls/ModelSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/SdkSelector.d.ts +13 -0
- package/dist/components/agent-manager/controls/SdkSelector.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/SdkSelector.js +210 -0
- package/dist/components/agent-manager/controls/SdkSelector.js.map +1 -0
- package/dist/components/agent-manager/controls/VoiceToggle.d.ts +13 -0
- package/dist/components/agent-manager/controls/VoiceToggle.d.ts.map +1 -0
- package/dist/components/agent-manager/controls/VoiceToggle.js +18 -0
- package/dist/components/agent-manager/controls/VoiceToggle.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts +14 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.js +250 -0
- package/dist/components/agent-manager/detail/SessionConfigPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts +13 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.js +107 -0
- package/dist/components/agent-manager/detail/SessionLogsPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts +12 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.js +68 -0
- package/dist/components/agent-manager/detail/SessionStatsPanel.js.map +1 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts +12 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts.map +1 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.js +64 -0
- package/dist/components/agent-manager/detail/SessionToolsPanel.js.map +1 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.js +141 -0
- package/dist/components/agent-manager/dialogs/ExportSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts +14 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.js +209 -0
- package/dist/components/agent-manager/dialogs/NewSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.js +105 -0
- package/dist/components/agent-manager/dialogs/RenameSessionDialog.js.map +1 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts +15 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts.map +1 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.js +162 -0
- package/dist/components/agent-manager/dialogs/SessionSearchDialog.js.map +1 -0
- package/dist/components/agent-manager/index.d.ts +16 -0
- package/dist/components/agent-manager/index.d.ts.map +1 -0
- package/dist/components/agents/AgentCard.d.ts +30 -0
- package/dist/components/agents/AgentCard.d.ts.map +1 -0
- package/dist/components/agents/AgentCard.js +209 -0
- package/dist/components/agents/AgentCard.js.map +1 -0
- package/dist/components/agents/AgentForm.d.ts +29 -0
- package/dist/components/agents/AgentForm.d.ts.map +1 -0
- package/dist/components/agents/AgentForm.js +593 -0
- package/dist/components/agents/AgentForm.js.map +1 -0
- package/dist/components/agents/AgentList.d.ts +19 -0
- package/dist/components/agents/AgentList.d.ts.map +1 -0
- package/dist/components/agents/AgentList.js +333 -0
- package/dist/components/agents/AgentList.js.map +1 -0
- package/dist/components/agents/AgentStatusBadge.d.ts +12 -0
- package/dist/components/agents/AgentStatusBadge.d.ts.map +1 -0
- package/dist/components/agents/AgentStatusBadge.js +43 -0
- package/dist/components/agents/AgentStatusBadge.js.map +1 -0
- package/dist/components/agents/OpenInBrowserEditorButton.d.ts +16 -0
- package/dist/components/agents/OpenInBrowserEditorButton.d.ts.map +1 -0
- package/dist/components/agents/OpenInBrowserEditorButton.js +115 -0
- package/dist/components/agents/OpenInBrowserEditorButton.js.map +1 -0
- package/dist/components/agents/PluginUIPanel.d.ts +38 -0
- package/dist/components/agents/PluginUIPanel.d.ts.map +1 -0
- package/dist/components/agents/PluginUIPanel.js +308 -0
- package/dist/components/agents/PluginUIPanel.js.map +1 -0
- package/dist/components/agents/backup/AgentBackupTab.d.ts +11 -0
- package/dist/components/agents/backup/AgentBackupTab.d.ts.map +1 -0
- package/dist/components/agents/backup/AgentBackupTab.js +407 -0
- package/dist/components/agents/backup/AgentBackupTab.js.map +1 -0
- package/dist/components/agents/index.d.ts +8 -0
- package/dist/components/agents/index.d.ts.map +1 -0
- package/dist/components/agents/index.js +6 -0
- package/dist/components/agents/types.d.ts +72 -0
- package/dist/components/agents/types.d.ts.map +1 -0
- package/dist/components/ai/AIAssistantPanel.d.ts +8 -0
- package/dist/components/ai/AIAssistantPanel.d.ts.map +1 -0
- package/dist/components/ai/AIContextsTab.d.ts +6 -0
- package/dist/components/ai/AIContextsTab.d.ts.map +1 -0
- package/dist/components/ai/AIContextsTab.js +378 -0
- package/dist/components/ai/AIContextsTab.js.map +1 -0
- package/dist/components/ai/AIOverviewTab.d.ts +7 -0
- package/dist/components/ai/AIOverviewTab.d.ts.map +1 -0
- package/dist/components/ai/AIOverviewTab.js +143 -0
- package/dist/components/ai/AIOverviewTab.js.map +1 -0
- package/dist/components/ai/AIPlaygroundTab.d.ts +6 -0
- package/dist/components/ai/AIPlaygroundTab.d.ts.map +1 -0
- package/dist/components/ai/AIPlaygroundTab.js +222 -0
- package/dist/components/ai/AIPlaygroundTab.js.map +1 -0
- package/dist/components/ai/AIPromptsTab.d.ts +6 -0
- package/dist/components/ai/AIPromptsTab.d.ts.map +1 -0
- package/dist/components/ai/AIPromptsTab.js +251 -0
- package/dist/components/ai/AIPromptsTab.js.map +1 -0
- package/dist/components/ai/AISessionsTab.d.ts +7 -0
- package/dist/components/ai/AISessionsTab.d.ts.map +1 -0
- package/dist/components/ai/AISessionsTab.js +245 -0
- package/dist/components/ai/AISessionsTab.js.map +1 -0
- package/dist/components/ai/AIStatsTab.d.ts +6 -0
- package/dist/components/ai/AIStatsTab.d.ts.map +1 -0
- package/dist/components/ai/AIStatsTab.js +182 -0
- package/dist/components/ai/AIStatsTab.js.map +1 -0
- package/dist/components/ai/AITasksTab.d.ts +5 -0
- package/dist/components/ai/AITasksTab.d.ts.map +1 -0
- package/dist/components/ai/AITasksTab.js +549 -0
- package/dist/components/ai/AITasksTab.js.map +1 -0
- package/dist/components/ai/AITemplatesTab.d.ts +6 -0
- package/dist/components/ai/AITemplatesTab.d.ts.map +1 -0
- package/dist/components/ai/AITemplatesTab.js +472 -0
- package/dist/components/ai/AITemplatesTab.js.map +1 -0
- package/dist/components/ai/ClaudeCredentialsCard.d.ts +6 -0
- package/dist/components/ai/ClaudeCredentialsCard.d.ts.map +1 -0
- package/dist/components/ai/ClaudeCredentialsCard.js +133 -0
- package/dist/components/ai/ClaudeCredentialsCard.js.map +1 -0
- package/dist/components/ai/PluginHarnessPicker.d.ts +31 -0
- package/dist/components/ai/PluginHarnessPicker.d.ts.map +1 -0
- package/dist/components/ai/PluginHarnessPicker.js +136 -0
- package/dist/components/ai/PluginHarnessPicker.js.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.d.ts +12 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.js +73 -0
- package/dist/components/analytics/AnalyticsBreakdownChart.js.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.d.ts +13 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.js +100 -0
- package/dist/components/analytics/AnalyticsBreakdownTable.js.map +1 -0
- package/dist/components/analytics/AnalyticsEntityTabs.d.ts +9 -0
- package/dist/components/analytics/AnalyticsEntityTabs.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsEntityTabs.js +52 -0
- package/dist/components/analytics/AnalyticsEntityTabs.js.map +1 -0
- package/dist/components/analytics/AnalyticsFilterBar.d.ts +15 -0
- package/dist/components/analytics/AnalyticsFilterBar.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsFilterBar.js +51 -0
- package/dist/components/analytics/AnalyticsFilterBar.js.map +1 -0
- package/dist/components/analytics/AnalyticsKpiGrid.d.ts +10 -0
- package/dist/components/analytics/AnalyticsKpiGrid.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsKpiGrid.js +112 -0
- package/dist/components/analytics/AnalyticsKpiGrid.js.map +1 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts +16 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.js +115 -0
- package/dist/components/analytics/AnalyticsTimeSeriesChart.js.map +1 -0
- package/dist/components/analytics/SandboxAnalyticsSection.d.ts +9 -0
- package/dist/components/analytics/SandboxAnalyticsSection.d.ts.map +1 -0
- package/dist/components/analytics/SandboxAnalyticsSection.js +185 -0
- package/dist/components/analytics/SandboxAnalyticsSection.js.map +1 -0
- package/dist/components/analytics/index.d.ts +9 -0
- package/dist/components/analytics/index.d.ts.map +1 -0
- package/dist/components/analytics/index.js +8 -0
- package/dist/components/analytics/types.d.ts +28 -0
- package/dist/components/analytics/types.d.ts.map +1 -0
- package/dist/components/analytics/types.js +140 -0
- package/dist/components/analytics/types.js.map +1 -0
- package/dist/components/assistant/AIAssistantPanel.d.ts +5 -0
- package/dist/components/assistant/AIAssistantPanel.d.ts.map +1 -0
- package/dist/components/assistant/AIAssistantPanel.js +68 -0
- package/dist/components/assistant/AIAssistantPanel.js.map +1 -0
- package/dist/components/assistant/AssistantChatArea.d.ts +4 -0
- package/dist/components/assistant/AssistantChatArea.d.ts.map +1 -0
- package/dist/components/assistant/AssistantChatArea.js +346 -0
- package/dist/components/assistant/AssistantChatArea.js.map +1 -0
- package/dist/components/assistant/AssistantChatInput.d.ts +10 -0
- package/dist/components/assistant/AssistantChatInput.d.ts.map +1 -0
- package/dist/components/assistant/AssistantChatInput.js +43 -0
- package/dist/components/assistant/AssistantChatInput.js.map +1 -0
- package/dist/components/assistant/AssistantConversationList.d.ts +4 -0
- package/dist/components/assistant/AssistantConversationList.d.ts.map +1 -0
- package/dist/components/assistant/AssistantConversationList.js +144 -0
- package/dist/components/assistant/AssistantConversationList.js.map +1 -0
- package/dist/components/assistant/AssistantExportMenu.d.ts +4 -0
- package/dist/components/assistant/AssistantExportMenu.d.ts.map +1 -0
- package/dist/components/assistant/AssistantExportMenu.js +49 -0
- package/dist/components/assistant/AssistantExportMenu.js.map +1 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.d.ts +8 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.js +204 -0
- package/dist/components/assistant/AssistantMarkdownRenderer.js.map +1 -0
- package/dist/components/assistant/AssistantMessageItem.d.ts +10 -0
- package/dist/components/assistant/AssistantMessageItem.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMessageItem.js +91 -0
- package/dist/components/assistant/AssistantMessageItem.js.map +1 -0
- package/dist/components/assistant/AssistantMessageList.d.ts +10 -0
- package/dist/components/assistant/AssistantMessageList.d.ts.map +1 -0
- package/dist/components/assistant/AssistantMessageList.js +28 -0
- package/dist/components/assistant/AssistantMessageList.js.map +1 -0
- package/dist/components/assistant/AssistantModeSelector.d.ts +10 -0
- package/dist/components/assistant/AssistantModeSelector.d.ts.map +1 -0
- package/dist/components/assistant/AssistantModeSelector.js +57 -0
- package/dist/components/assistant/AssistantModeSelector.js.map +1 -0
- package/dist/components/assistant/AssistantWelcome.d.ts +10 -0
- package/dist/components/assistant/AssistantWelcome.d.ts.map +1 -0
- package/dist/components/assistant/AssistantWelcome.js +41 -0
- package/dist/components/assistant/AssistantWelcome.js.map +1 -0
- package/dist/components/assistant/index.d.ts +11 -0
- package/dist/components/assistant/index.d.ts.map +1 -0
- package/dist/components/assistant/index.js +10 -0
- package/dist/components/audit/AuditDeleteDialog.d.ts +12 -0
- package/dist/components/audit/AuditDeleteDialog.d.ts.map +1 -0
- package/dist/components/audit/AuditDeleteDialog.js +74 -0
- package/dist/components/audit/AuditDeleteDialog.js.map +1 -0
- package/dist/components/audit/AuditExportButton.d.ts +8 -0
- package/dist/components/audit/AuditExportButton.d.ts.map +1 -0
- package/dist/components/audit/AuditExportButton.js +70 -0
- package/dist/components/audit/AuditExportButton.js.map +1 -0
- package/dist/components/audit/AuditLogDetail.d.ts +9 -0
- package/dist/components/audit/AuditLogDetail.d.ts.map +1 -0
- package/dist/components/audit/AuditLogDetail.js +266 -0
- package/dist/components/audit/AuditLogDetail.js.map +1 -0
- package/dist/components/audit/AuditLogFilters.d.ts +15 -0
- package/dist/components/audit/AuditLogFilters.d.ts.map +1 -0
- package/dist/components/audit/AuditLogFilters.js +185 -0
- package/dist/components/audit/AuditLogFilters.js.map +1 -0
- package/dist/components/audit/AuditLogStats.d.ts +9 -0
- package/dist/components/audit/AuditLogStats.d.ts.map +1 -0
- package/dist/components/audit/AuditLogStats.js +54 -0
- package/dist/components/audit/AuditLogStats.js.map +1 -0
- package/dist/components/audit/AuditLogTable.d.ts +21 -0
- package/dist/components/audit/AuditLogTable.d.ts.map +1 -0
- package/dist/components/audit/AuditLogTable.js +270 -0
- package/dist/components/audit/AuditLogTable.js.map +1 -0
- package/dist/components/audit/index.d.ts +7 -0
- package/dist/components/audit/index.d.ts.map +1 -0
- package/dist/components/audit/index.js +6 -0
- package/dist/components/catalog/CatalogCard.d.ts +22 -0
- package/dist/components/catalog/CatalogCard.d.ts.map +1 -0
- package/dist/components/catalog/CatalogCard.js +149 -0
- package/dist/components/catalog/CatalogCard.js.map +1 -0
- package/dist/components/catalog/CatalogForm.d.ts +18 -0
- package/dist/components/catalog/CatalogForm.d.ts.map +1 -0
- package/dist/components/catalog/CatalogForm.js +152 -0
- package/dist/components/catalog/CatalogForm.js.map +1 -0
- package/dist/components/catalog/index.d.ts +5 -0
- package/dist/components/catalog/index.d.ts.map +1 -0
- package/dist/components/catalog/index.js +2 -0
- package/dist/components/docs/DocsCompileStatus.d.ts +9 -0
- package/dist/components/docs/DocsCompileStatus.d.ts.map +1 -0
- package/dist/components/docs/DocsCompileStatus.js +106 -0
- package/dist/components/docs/DocsCompileStatus.js.map +1 -0
- package/dist/components/docs/DocsEditPanel.d.ts +26 -0
- package/dist/components/docs/DocsEditPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsEditPanel.js +97 -0
- package/dist/components/docs/DocsEditPanel.js.map +1 -0
- package/dist/components/docs/DocsEmptyState.d.ts +7 -0
- package/dist/components/docs/DocsEmptyState.d.ts.map +1 -0
- package/dist/components/docs/DocsEmptyState.js +24 -0
- package/dist/components/docs/DocsEmptyState.js.map +1 -0
- package/dist/components/docs/DocsPageEditor.d.ts +13 -0
- package/dist/components/docs/DocsPageEditor.d.ts.map +1 -0
- package/dist/components/docs/DocsPageEditor.js +83 -0
- package/dist/components/docs/DocsPageEditor.js.map +1 -0
- package/dist/components/docs/DocsPageTree.d.ts +12 -0
- package/dist/components/docs/DocsPageTree.d.ts.map +1 -0
- package/dist/components/docs/DocsPageTree.js +103 -0
- package/dist/components/docs/DocsPageTree.js.map +1 -0
- package/dist/components/docs/DocsPreviewPanel.d.ts +17 -0
- package/dist/components/docs/DocsPreviewPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsPreviewPanel.js +106 -0
- package/dist/components/docs/DocsPreviewPanel.js.map +1 -0
- package/dist/components/docs/DocsSettingsPanel.d.ts +15 -0
- package/dist/components/docs/DocsSettingsPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsSettingsPanel.js +411 -0
- package/dist/components/docs/DocsSettingsPanel.js.map +1 -0
- package/dist/components/docs/DocsTabPanel.d.ts +8 -0
- package/dist/components/docs/DocsTabPanel.d.ts.map +1 -0
- package/dist/components/docs/DocsTabPanel.js +155 -0
- package/dist/components/docs/DocsTabPanel.js.map +1 -0
- package/dist/components/docs/index.d.ts +10 -0
- package/dist/components/docs/index.d.ts.map +1 -0
- package/dist/components/docs/index.js +8 -0
- package/dist/components/docs/previewHtml.d.ts +2 -0
- package/dist/components/docs/previewHtml.d.ts.map +1 -0
- package/dist/components/docs/previewHtml.js +17 -0
- package/dist/components/docs/previewHtml.js.map +1 -0
- package/dist/components/docs/types.d.ts +59 -0
- package/dist/components/docs/types.d.ts.map +1 -0
- package/dist/components/gitops/CIDurationChart.d.ts +12 -0
- package/dist/components/gitops/CIDurationChart.d.ts.map +1 -0
- package/dist/components/gitops/CIDurationChart.js +102 -0
- package/dist/components/gitops/CIDurationChart.js.map +1 -0
- package/dist/components/gitops/CIFailedRuns.d.ts +13 -0
- package/dist/components/gitops/CIFailedRuns.d.ts.map +1 -0
- package/dist/components/gitops/CIFailedRuns.js +153 -0
- package/dist/components/gitops/CIFailedRuns.js.map +1 -0
- package/dist/components/gitops/CIPipelineRunsTable.d.ts +13 -0
- package/dist/components/gitops/CIPipelineRunsTable.d.ts.map +1 -0
- package/dist/components/gitops/CIPipelineRunsTable.js +144 -0
- package/dist/components/gitops/CIPipelineRunsTable.js.map +1 -0
- package/dist/components/gitops/CISuccessRateChart.d.ts +13 -0
- package/dist/components/gitops/CISuccessRateChart.d.ts.map +1 -0
- package/dist/components/gitops/CISuccessRateChart.js +101 -0
- package/dist/components/gitops/CISuccessRateChart.js.map +1 -0
- package/dist/components/gitops/CITab.d.ts +15 -0
- package/dist/components/gitops/CITab.d.ts.map +1 -0
- package/dist/components/gitops/CITab.js +55 -0
- package/dist/components/gitops/CITab.js.map +1 -0
- package/dist/components/gitops/CIWorkflowList.d.ts +13 -0
- package/dist/components/gitops/CIWorkflowList.d.ts.map +1 -0
- package/dist/components/gitops/CIWorkflowList.js +24 -0
- package/dist/components/gitops/CIWorkflowList.js.map +1 -0
- package/dist/components/gitops/GitOpsProviderCard.d.ts +14 -0
- package/dist/components/gitops/GitOpsProviderCard.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSetup.d.ts +16 -0
- package/dist/components/gitops/GitOpsSetup.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSetup.js +155 -0
- package/dist/components/gitops/GitOpsSetup.js.map +1 -0
- package/dist/components/gitops/GitOpsSkeleton.d.ts +12 -0
- package/dist/components/gitops/GitOpsSkeleton.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsSkeleton.js +26 -0
- package/dist/components/gitops/GitOpsSkeleton.js.map +1 -0
- package/dist/components/gitops/GitOpsStatusBadge.d.ts +14 -0
- package/dist/components/gitops/GitOpsStatusBadge.d.ts.map +1 -0
- package/dist/components/gitops/GitOpsStatusBadge.js +28 -0
- package/dist/components/gitops/GitOpsStatusBadge.js.map +1 -0
- package/dist/components/gitops/ProviderIcon.d.ts +14 -0
- package/dist/components/gitops/ProviderIcon.d.ts.map +1 -0
- package/dist/components/gitops/ProviderIcon.js +35 -0
- package/dist/components/gitops/ProviderIcon.js.map +1 -0
- package/dist/components/gitops/RepoActivityCard.d.ts +12 -0
- package/dist/components/gitops/RepoActivityCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoActivityCard.js +64 -0
- package/dist/components/gitops/RepoActivityCard.js.map +1 -0
- package/dist/components/gitops/RepoIssuesCard.d.ts +12 -0
- package/dist/components/gitops/RepoIssuesCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoIssuesCard.js +38 -0
- package/dist/components/gitops/RepoIssuesCard.js.map +1 -0
- package/dist/components/gitops/RepoLanguagesCard.d.ts +13 -0
- package/dist/components/gitops/RepoLanguagesCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoLanguagesCard.js +86 -0
- package/dist/components/gitops/RepoLanguagesCard.js.map +1 -0
- package/dist/components/gitops/RepoOverviewCard.d.ts +13 -0
- package/dist/components/gitops/RepoOverviewCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoOverviewCard.js +117 -0
- package/dist/components/gitops/RepoOverviewCard.js.map +1 -0
- package/dist/components/gitops/RepoPullRequestsCard.d.ts +12 -0
- package/dist/components/gitops/RepoPullRequestsCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoPullRequestsCard.js +80 -0
- package/dist/components/gitops/RepoPullRequestsCard.js.map +1 -0
- package/dist/components/gitops/RepoSecurityCard.d.ts +12 -0
- package/dist/components/gitops/RepoSecurityCard.d.ts.map +1 -0
- package/dist/components/gitops/RepoSecurityCard.js +38 -0
- package/dist/components/gitops/RepoSecurityCard.js.map +1 -0
- package/dist/components/gitops/RepoStatsTab.d.ts +15 -0
- package/dist/components/gitops/RepoStatsTab.d.ts.map +1 -0
- package/dist/components/gitops/RepoStatsTab.js +43 -0
- package/dist/components/gitops/RepoStatsTab.js.map +1 -0
- package/dist/components/gitops/VibeGitOpsTab.d.ts +12 -0
- package/dist/components/gitops/VibeGitOpsTab.d.ts.map +1 -0
- package/dist/components/gitops/VibeGitOpsTab.js +253 -0
- package/dist/components/gitops/VibeGitOpsTab.js.map +1 -0
- package/dist/components/gitops/index.d.ts +21 -0
- package/dist/components/gitops/index.d.ts.map +1 -0
- package/dist/components/gitops/types.d.ts +90 -0
- package/dist/components/gitops/types.d.ts.map +1 -0
- package/dist/components/graph/AgentGraphView.d.ts +44 -0
- package/dist/components/graph/AgentGraphView.d.ts.map +1 -0
- package/dist/components/graph/AgentGraphView.js +238 -0
- package/dist/components/graph/AgentGraphView.js.map +1 -0
- package/dist/components/graph/AgentNode.d.ts +6 -0
- package/dist/components/graph/AgentNode.d.ts.map +1 -0
- package/dist/components/graph/AgentNode.js +55 -0
- package/dist/components/graph/AgentNode.js.map +1 -0
- package/dist/components/graph/ConnectionPermissionsDialog.d.ts +26 -0
- package/dist/components/graph/ConnectionPermissionsDialog.d.ts.map +1 -0
- package/dist/components/graph/ConnectionPermissionsDialog.js +111 -0
- package/dist/components/graph/ConnectionPermissionsDialog.js.map +1 -0
- package/dist/components/graph/TargetNode.d.ts +6 -0
- package/dist/components/graph/TargetNode.d.ts.map +1 -0
- package/dist/components/graph/TargetNode.js +77 -0
- package/dist/components/graph/TargetNode.js.map +1 -0
- package/dist/components/health/AgentHealthCard.d.ts +9 -0
- package/dist/components/health/AgentHealthCard.d.ts.map +1 -0
- package/dist/components/health/HealthDashboard.d.ts +10 -0
- package/dist/components/health/HealthDashboard.d.ts.map +1 -0
- package/dist/components/health/SystemStatus.d.ts +11 -0
- package/dist/components/health/SystemStatus.d.ts.map +1 -0
- package/dist/components/health/index.d.ts +5 -0
- package/dist/components/health/index.d.ts.map +1 -0
- package/dist/components/health/types.d.ts +50 -0
- package/dist/components/health/types.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentCard.d.ts +24 -0
- package/dist/components/idp-components/ComponentCard.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentCard.js +143 -0
- package/dist/components/idp-components/ComponentCard.js.map +1 -0
- package/dist/components/idp-components/ComponentForm.d.ts +22 -0
- package/dist/components/idp-components/ComponentForm.d.ts.map +1 -0
- package/dist/components/idp-components/ComponentForm.js +234 -0
- package/dist/components/idp-components/ComponentForm.js.map +1 -0
- package/dist/components/idp-components/index.d.ts +5 -0
- package/dist/components/idp-components/index.d.ts.map +1 -0
- package/dist/components/idp-components/index.js +2 -0
- package/dist/components/logs/LogViewer.d.ts +13 -0
- package/dist/components/logs/LogViewer.d.ts.map +1 -0
- package/dist/components/logs/LogViewer.js +265 -0
- package/dist/components/logs/LogViewer.js.map +1 -0
- package/dist/components/notes/NoteCard.d.ts +13 -0
- package/dist/components/notes/NoteCard.d.ts.map +1 -0
- package/dist/components/notes/NoteCard.js +146 -0
- package/dist/components/notes/NoteCard.js.map +1 -0
- package/dist/components/notes/NoteEditor.d.ts +31 -0
- package/dist/components/notes/NoteEditor.d.ts.map +1 -0
- package/dist/components/notes/NoteEditor.js +433 -0
- package/dist/components/notes/NoteEditor.js.map +1 -0
- package/dist/components/notes/NoteList.d.ts +15 -0
- package/dist/components/notes/NoteList.d.ts.map +1 -0
- package/dist/components/notes/NoteList.js +188 -0
- package/dist/components/notes/NoteList.js.map +1 -0
- package/dist/components/notes/NotesTabPanel.d.ts +18 -0
- package/dist/components/notes/NotesTabPanel.d.ts.map +1 -0
- package/dist/components/notes/NotesTabPanel.js +356 -0
- package/dist/components/notes/NotesTabPanel.js.map +1 -0
- package/dist/components/notes/index.d.ts +7 -0
- package/dist/components/notes/index.d.ts.map +1 -0
- package/dist/components/notes/index.js +4 -0
- package/dist/components/notes/types.d.ts +58 -0
- package/dist/components/notes/types.d.ts.map +1 -0
- package/dist/components/scorecard/ScorecardPanel.d.ts +9 -0
- package/dist/components/scorecard/ScorecardPanel.d.ts.map +1 -0
- package/dist/components/scorecard/ScorecardPanel.js +490 -0
- package/dist/components/scorecard/ScorecardPanel.js.map +1 -0
- package/dist/components/scorecard/index.d.ts +3 -0
- package/dist/components/scorecard/index.d.ts.map +1 -0
- package/dist/components/scorecard/index.js +1 -0
- package/dist/components/sessions/CollaboratorsList.d.ts +18 -0
- package/dist/components/sessions/CollaboratorsList.d.ts.map +1 -0
- package/dist/components/sessions/CollaboratorsList.js +162 -0
- package/dist/components/sessions/CollaboratorsList.js.map +1 -0
- package/dist/components/sessions/ControlStatusBar.d.ts +31 -0
- package/dist/components/sessions/ControlStatusBar.d.ts.map +1 -0
- package/dist/components/sessions/ControlStatusBar.js +79 -0
- package/dist/components/sessions/ControlStatusBar.js.map +1 -0
- package/dist/components/sessions/SessionCard.d.ts +24 -0
- package/dist/components/sessions/SessionCard.d.ts.map +1 -0
- package/dist/components/sessions/SessionCard.js +196 -0
- package/dist/components/sessions/SessionCard.js.map +1 -0
- package/dist/components/sessions/SessionForm.d.ts +20 -0
- package/dist/components/sessions/SessionForm.d.ts.map +1 -0
- package/dist/components/sessions/SessionForm.js +4 -0
- package/dist/components/sessions/SessionList.d.ts +25 -0
- package/dist/components/sessions/SessionList.d.ts.map +1 -0
- package/dist/components/sessions/SessionList.js +241 -0
- package/dist/components/sessions/SessionList.js.map +1 -0
- package/dist/components/sessions/SessionShareDialog.d.ts +15 -0
- package/dist/components/sessions/SessionShareDialog.d.ts.map +1 -0
- package/dist/components/sessions/SessionShareDialog.js +457 -0
- package/dist/components/sessions/SessionShareDialog.js.map +1 -0
- package/dist/components/sessions/SessionStatusBadge.d.ts +9 -0
- package/dist/components/sessions/SessionStatusBadge.d.ts.map +1 -0
- package/dist/components/sessions/SessionStatusBadge.js +43 -0
- package/dist/components/sessions/SessionStatusBadge.js.map +1 -0
- package/dist/components/sessions/SharedTerminalPanel.d.ts +72 -0
- package/dist/components/sessions/SharedTerminalPanel.d.ts.map +1 -0
- package/dist/components/sessions/SharedTerminalPanel.js +94 -0
- package/dist/components/sessions/SharedTerminalPanel.js.map +1 -0
- package/dist/components/sessions/TerminalPanel.d.ts +69 -0
- package/dist/components/sessions/TerminalPanel.d.ts.map +1 -0
- package/dist/components/sessions/TerminalPanel.js +1008 -0
- package/dist/components/sessions/TerminalPanel.js.map +1 -0
- package/dist/components/sessions/index.d.ts +11 -0
- package/dist/components/sessions/index.d.ts.map +1 -0
- package/dist/components/sessions/index.js +9 -0
- package/dist/components/sessions/types.d.ts +67 -0
- package/dist/components/sessions/types.d.ts.map +1 -0
- package/dist/components/settings/AdvancedSection.d.ts +22 -0
- package/dist/components/settings/AdvancedSection.d.ts.map +1 -0
- package/dist/components/settings/AdvancedSection.js +177 -0
- package/dist/components/settings/AdvancedSection.js.map +1 -0
- package/dist/components/settings/ConfigEditor.d.ts +14 -0
- package/dist/components/settings/ConfigEditor.d.ts.map +1 -0
- package/dist/components/settings/ConfigSection.d.ts +12 -0
- package/dist/components/settings/ConfigSection.d.ts.map +1 -0
- package/dist/components/settings/NotificationsSection.d.ts +14 -0
- package/dist/components/settings/NotificationsSection.d.ts.map +1 -0
- package/dist/components/settings/NotificationsSection.js +83 -0
- package/dist/components/settings/NotificationsSection.js.map +1 -0
- package/dist/components/settings/PreferencesSection.d.ts +14 -0
- package/dist/components/settings/PreferencesSection.d.ts.map +1 -0
- package/dist/components/settings/ProfileSection.d.ts +14 -0
- package/dist/components/settings/ProfileSection.d.ts.map +1 -0
- package/dist/components/settings/SecuritySection.d.ts +11 -0
- package/dist/components/settings/SecuritySection.d.ts.map +1 -0
- package/dist/components/settings/SettingsForm.d.ts +58 -0
- package/dist/components/settings/SettingsForm.d.ts.map +1 -0
- package/dist/components/settings/SettingsForm.js +101 -0
- package/dist/components/settings/SettingsForm.js.map +1 -0
- package/dist/components/settings/WorkspaceDefaultsSection.d.ts +27 -0
- package/dist/components/settings/WorkspaceDefaultsSection.d.ts.map +1 -0
- package/dist/components/settings/WorkspaceDefaultsSection.js +177 -0
- package/dist/components/settings/WorkspaceDefaultsSection.js.map +1 -0
- package/dist/components/settings/index.d.ts +4 -0
- package/dist/components/settings/index.d.ts.map +1 -0
- package/dist/components/settings/types.d.ts +55 -0
- package/dist/components/settings/types.d.ts.map +1 -0
- package/dist/components/shared/AgentEventsConnector.d.ts +6 -0
- package/dist/components/shared/AgentEventsConnector.d.ts.map +1 -0
- package/dist/components/shared/AgentEventsConnector.js +26 -0
- package/dist/components/shared/AgentEventsConnector.js.map +1 -0
- package/dist/components/shared/AgentSelector.d.ts +25 -0
- package/dist/components/shared/AgentSelector.d.ts.map +1 -0
- package/dist/components/shared/AgentSelector.js +98 -0
- package/dist/components/shared/AgentSelector.js.map +1 -0
- package/dist/components/shared/AgentSetupBanner.d.ts +21 -0
- package/dist/components/shared/AgentSetupBanner.d.ts.map +1 -0
- package/dist/components/shared/AgentSetupBanner.js +158 -0
- package/dist/components/shared/AgentSetupBanner.js.map +1 -0
- package/dist/components/shared/Card.d.ts +29 -0
- package/dist/components/shared/Card.d.ts.map +1 -0
- package/dist/components/shared/Card.js +30 -0
- package/dist/components/shared/Card.js.map +1 -0
- package/dist/components/shared/ConfirmDialog.d.ts +14 -0
- package/dist/components/shared/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/shared/ConfirmDialog.js +117 -0
- package/dist/components/shared/ConfirmDialog.js.map +1 -0
- package/dist/components/shared/EmptyState.d.ts +11 -0
- package/dist/components/shared/EmptyState.d.ts.map +1 -0
- package/dist/components/shared/EmptyState.js +108 -0
- package/dist/components/shared/EmptyState.js.map +1 -0
- package/dist/components/shared/EntityTagPicker.d.ts +8 -0
- package/dist/components/shared/EntityTagPicker.d.ts.map +1 -0
- package/dist/components/shared/EntityTagPicker.js +195 -0
- package/dist/components/shared/EntityTagPicker.js.map +1 -0
- package/dist/components/shared/ErrorState.d.ts +11 -0
- package/dist/components/shared/ErrorState.d.ts.map +1 -0
- package/dist/components/shared/ErrorState.js +116 -0
- package/dist/components/shared/ErrorState.js.map +1 -0
- package/dist/components/shared/FilterDropdown.d.ts +20 -0
- package/dist/components/shared/FilterDropdown.d.ts.map +1 -0
- package/dist/components/shared/FilterDropdown.js +81 -0
- package/dist/components/shared/FilterDropdown.js.map +1 -0
- package/dist/components/shared/GetHelpButton.d.ts +27 -0
- package/dist/components/shared/GetHelpButton.d.ts.map +1 -0
- package/dist/components/shared/GetHelpButton.js +19 -0
- package/dist/components/shared/GetHelpButton.js.map +1 -0
- package/dist/components/shared/InstallTabs.d.ts +18 -0
- package/dist/components/shared/InstallTabs.d.ts.map +1 -0
- package/dist/components/shared/InstallTabs.js +110 -0
- package/dist/components/shared/InstallTabs.js.map +1 -0
- package/dist/components/shared/LoadingState.d.ts +7 -0
- package/dist/components/shared/LoadingState.d.ts.map +1 -0
- package/dist/components/shared/LoadingState.js +54 -0
- package/dist/components/shared/LoadingState.js.map +1 -0
- package/dist/components/shared/NotificationToast.d.ts +40 -0
- package/dist/components/shared/NotificationToast.d.ts.map +1 -0
- package/dist/components/shared/NotificationToast.js +152 -0
- package/dist/components/shared/NotificationToast.js.map +1 -0
- package/dist/components/shared/PageHeader.d.ts +14 -0
- package/dist/components/shared/PageHeader.d.ts.map +1 -0
- package/dist/components/shared/PageHeader.js +55 -0
- package/dist/components/shared/PageHeader.js.map +1 -0
- package/dist/components/shared/PluginGate.d.ts +35 -0
- package/dist/components/shared/PluginGate.d.ts.map +1 -0
- package/dist/components/shared/PluginGate.js +182 -0
- package/dist/components/shared/PluginGate.js.map +1 -0
- package/dist/components/shared/QuotaExhaustedDialog.d.ts +12 -0
- package/dist/components/shared/QuotaExhaustedDialog.d.ts.map +1 -0
- package/dist/components/shared/QuotaExhaustedDialog.js +21 -0
- package/dist/components/shared/QuotaExhaustedDialog.js.map +1 -0
- package/dist/components/shared/RequireAgentReachable.d.ts +14 -0
- package/dist/components/shared/RequireAgentReachable.d.ts.map +1 -0
- package/dist/components/shared/RequireAgentReachable.js +69 -0
- package/dist/components/shared/RequireAgentReachable.js.map +1 -0
- package/dist/components/shared/SearchInput.d.ts +9 -0
- package/dist/components/shared/SearchInput.d.ts.map +1 -0
- package/dist/components/shared/SearchInput.js +47 -0
- package/dist/components/shared/SearchInput.js.map +1 -0
- package/dist/components/shared/SearchableSelect.d.ts +48 -0
- package/dist/components/shared/SearchableSelect.d.ts.map +1 -0
- package/dist/components/shared/SearchableSelect.js +214 -0
- package/dist/components/shared/SearchableSelect.js.map +1 -0
- package/dist/components/shared/SelectionCheckbox.d.ts +11 -0
- package/dist/components/shared/SelectionCheckbox.d.ts.map +1 -0
- package/dist/components/shared/SelectionCheckbox.js +25 -0
- package/dist/components/shared/SelectionCheckbox.js.map +1 -0
- package/dist/components/shared/SessionNotificationBanner.d.ts +47 -0
- package/dist/components/shared/SessionNotificationBanner.d.ts.map +1 -0
- package/dist/components/shared/SessionNotificationBanner.js +231 -0
- package/dist/components/shared/SessionNotificationBanner.js.map +1 -0
- package/dist/components/shared/StatCard.d.ts +17 -0
- package/dist/components/shared/StatCard.d.ts.map +1 -0
- package/dist/components/shared/StatCard.js +65 -0
- package/dist/components/shared/StatCard.js.map +1 -0
- package/dist/components/shared/StatusBadge.d.ts +11 -0
- package/dist/components/shared/StatusBadge.d.ts.map +1 -0
- package/dist/components/shared/StatusBadge.js +63 -0
- package/dist/components/shared/StatusBadge.js.map +1 -0
- package/dist/components/shared/TagFilter.d.ts +11 -0
- package/dist/components/shared/TagFilter.d.ts.map +1 -0
- package/dist/components/shared/TagFilter.js +28 -0
- package/dist/components/shared/TagFilter.js.map +1 -0
- package/dist/components/shared/index.d.ts +32 -0
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/index.js +24 -0
- package/dist/components/targets/TargetCard.d.ts +45 -0
- package/dist/components/targets/TargetCard.d.ts.map +1 -0
- package/dist/components/targets/TargetCard.js +211 -0
- package/dist/components/targets/TargetCard.js.map +1 -0
- package/dist/components/targets/index.d.ts +3 -0
- package/dist/components/targets/index.d.ts.map +1 -0
- package/dist/components/targets/index.js +1 -0
- package/dist/components/templates/TemplateCard.d.ts +19 -0
- package/dist/components/templates/TemplateCard.d.ts.map +1 -0
- package/dist/components/templates/TemplateCard.js +81 -0
- package/dist/components/templates/TemplateCard.js.map +1 -0
- package/dist/components/templates/index.d.ts +3 -0
- package/dist/components/templates/index.d.ts.map +1 -0
- package/dist/components/templates/index.js +1 -0
- package/dist/components/tunnels/DomainVerificationBadge.d.ts +6 -0
- package/dist/components/tunnels/DomainVerificationBadge.d.ts.map +1 -0
- package/dist/components/tunnels/DomainVerificationBadge.js +19 -0
- package/dist/components/tunnels/DomainVerificationBadge.js.map +1 -0
- package/dist/components/tunnels/ProviderBadge.d.ts +6 -0
- package/dist/components/tunnels/ProviderBadge.d.ts.map +1 -0
- package/dist/components/tunnels/ProviderBadge.js +16 -0
- package/dist/components/tunnels/ProviderBadge.js.map +1 -0
- package/dist/components/tunnels/TunnelCard.d.ts +13 -0
- package/dist/components/tunnels/TunnelCard.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelCard.js +98 -0
- package/dist/components/tunnels/TunnelCard.js.map +1 -0
- package/dist/components/tunnels/TunnelCreateWizard.d.ts +2 -0
- package/dist/components/tunnels/TunnelCreateWizard.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelCreateWizard.js +512 -0
- package/dist/components/tunnels/TunnelCreateWizard.js.map +1 -0
- package/dist/components/tunnels/TunnelStatusBadge.d.ts +6 -0
- package/dist/components/tunnels/TunnelStatusBadge.d.ts.map +1 -0
- package/dist/components/tunnels/TunnelStatusBadge.js +21 -0
- package/dist/components/tunnels/TunnelStatusBadge.js.map +1 -0
- package/dist/components/vibe/VibeAgentEmptyState.d.ts +8 -0
- package/dist/components/vibe/VibeAgentEmptyState.d.ts.map +1 -0
- package/dist/components/vibe/VibeAgentEmptyState.js +29 -0
- package/dist/components/vibe/VibeAgentEmptyState.js.map +1 -0
- package/dist/components/vibecalendar/LogsDrawer.d.ts +12 -0
- package/dist/components/vibecalendar/LogsDrawer.d.ts.map +1 -0
- package/dist/components/vibecalendar/LogsDrawer.js +97 -0
- package/dist/components/vibecalendar/LogsDrawer.js.map +1 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.d.ts +33 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.d.ts.map +1 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.js +311 -0
- package/dist/components/vibecalendar/ScheduleTaskModal.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.d.ts +11 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.js +96 -0
- package/dist/components/vibecalendar/VibeCalAgendaView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalDayView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalDayView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalDayView.js +131 -0
- package/dist/components/vibecalendar/VibeCalDayView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalMonthView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalMonthView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalMonthView.js +66 -0
- package/dist/components/vibecalendar/VibeCalMonthView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalWeekView.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalWeekView.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalWeekView.js +100 -0
- package/dist/components/vibecalendar/VibeCalWeekView.js.map +1 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.d.ts +12 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.js +129 -0
- package/dist/components/vibecalendar/VibeCalendarHeader.js.map +1 -0
- package/dist/components/vibecalendar/VibeTaskBlock.d.ts +12 -0
- package/dist/components/vibecalendar/VibeTaskBlock.d.ts.map +1 -0
- package/dist/components/vibecalendar/VibeTaskBlock.js +59 -0
- package/dist/components/vibecalendar/VibeTaskBlock.js.map +1 -0
- package/dist/components/vibecalendar/expandOccurrences.d.ts +37 -0
- package/dist/components/vibecalendar/expandOccurrences.d.ts.map +1 -0
- package/dist/components/vibecalendar/expandOccurrences.js +103 -0
- package/dist/components/vibecalendar/expandOccurrences.js.map +1 -0
- package/dist/components/vibecalendar/index.d.ts +11 -0
- package/dist/components/vibecalendar/index.d.ts.map +1 -0
- package/dist/components/vibecalendar/index.js +8 -0
- package/dist/components/vibecalendar/types.d.ts +53 -0
- package/dist/components/vibecalendar/types.d.ts.map +1 -0
- package/dist/components/vibecalendar/types.js +17 -0
- package/dist/components/vibecalendar/types.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.d.ts +54 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.js +400 -0
- package/dist/components/vibedeck/VibeDeckButtonForm.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.d.ts +48 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.js +196 -0
- package/dist/components/vibedeck/VibeDeckButtonTile.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts +25 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.js +212 -0
- package/dist/components/vibedeck/VibeDeckExecutionLog.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckForm.d.ts +21 -0
- package/dist/components/vibedeck/VibeDeckForm.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckForm.js +233 -0
- package/dist/components/vibedeck/VibeDeckForm.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckGrid.d.ts +51 -0
- package/dist/components/vibedeck/VibeDeckGrid.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckGrid.js +127 -0
- package/dist/components/vibedeck/VibeDeckGrid.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.d.ts +10 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.js +312 -0
- package/dist/components/vibedeck/VibeDeckShareDialog.js.map +1 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.d.ts +28 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.d.ts.map +1 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.js +118 -0
- package/dist/components/vibedeck/VibeDeckSwitcher.js.map +1 -0
- package/dist/components/vibedeck/index.d.ts +9 -0
- package/dist/components/vibedeck/index.d.ts.map +1 -0
- package/dist/components/vibedeck/index.js +7 -0
- package/dist/components/vibes/VibeCard.d.ts +19 -0
- package/dist/components/vibes/VibeCard.d.ts.map +1 -0
- package/dist/components/vibes/VibeCard.js +162 -0
- package/dist/components/vibes/VibeCard.js.map +1 -0
- package/dist/components/vibes/VibeForm.d.ts +15 -0
- package/dist/components/vibes/VibeForm.d.ts.map +1 -0
- package/dist/components/vibes/VibeForm.js +4 -0
- package/dist/components/vibes/VibeList.d.ts +20 -0
- package/dist/components/vibes/VibeList.d.ts.map +1 -0
- package/dist/components/vibes/VibeList.js +321 -0
- package/dist/components/vibes/VibeList.js.map +1 -0
- package/dist/components/vibes/icons.d.ts +6 -0
- package/dist/components/vibes/icons.d.ts.map +1 -0
- package/dist/components/vibes/icons.js +14 -0
- package/dist/components/vibes/icons.js.map +1 -0
- package/dist/components/vibes/index.d.ts +5 -0
- package/dist/components/vibes/index.d.ts.map +1 -0
- package/dist/components/vibes/index.js +3 -0
- package/dist/components/vibes/types.d.ts +71 -0
- package/dist/components/vibes/types.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookCard.d.ts +12 -0
- package/dist/components/webhooks/WebhookCard.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookForm.d.ts +11 -0
- package/dist/components/webhooks/WebhookForm.d.ts.map +1 -0
- package/dist/components/webhooks/WebhookList.d.ts +14 -0
- package/dist/components/webhooks/WebhookList.d.ts.map +1 -0
- package/dist/components/webhooks/index.d.ts +5 -0
- package/dist/components/webhooks/index.d.ts.map +1 -0
- package/dist/components/webhooks/types.d.ts +58 -0
- package/dist/components/webhooks/types.d.ts.map +1 -0
- package/dist/config/assistantUsecases.d.ts +18 -0
- package/dist/config/assistantUsecases.d.ts.map +1 -0
- package/dist/config/assistantUsecases.js +40 -0
- package/dist/config/assistantUsecases.js.map +1 -0
- package/dist/config/index.d.ts +24 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +27 -0
- package/dist/config/index.js.map +1 -0
- package/dist/constants/permissions.d.ts +112 -0
- package/dist/constants/permissions.d.ts.map +1 -0
- package/dist/constants/permissions.js +92 -0
- package/dist/constants/permissions.js.map +1 -0
- package/dist/constants/pluginCatalog.d.ts +36 -0
- package/dist/constants/pluginCatalog.d.ts.map +1 -0
- package/dist/constants/pluginCatalog.js +140 -0
- package/dist/constants/pluginCatalog.js.map +1 -0
- package/dist/dev/main.d.ts +2 -0
- package/dist/dev/main.d.ts.map +1 -0
- package/dist/generated/global-operations.d.ts +2 -0
- package/dist/generated/global-operations.d.ts.map +1 -0
- package/dist/generated/global-types.d.ts +21253 -0
- package/dist/generated/global-types.d.ts.map +1 -0
- package/dist/generated/wspace-operations.d.ts +15218 -0
- package/dist/generated/wspace-operations.d.ts.map +1 -0
- package/dist/generated/wspace-operations.js +7326 -0
- package/dist/generated/wspace-operations.js.map +1 -0
- package/dist/generated/wspace-types.d.ts +55252 -0
- package/dist/generated/wspace-types.d.ts.map +1 -0
- package/dist/generated/wspace-types.js +30 -0
- package/dist/generated/wspace-types.js.map +1 -0
- package/dist/hooks/index.d.ts +7 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useAgentConnectivity.d.ts +47 -0
- package/dist/hooks/useAgentConnectivity.d.ts.map +1 -0
- package/dist/hooks/useAgentConnectivity.js +56 -0
- package/dist/hooks/useAgentConnectivity.js.map +1 -0
- package/dist/hooks/useAgentEvents.d.ts +36 -0
- package/dist/hooks/useAgentEvents.d.ts.map +1 -0
- package/dist/hooks/useAgentEvents.js +101 -0
- package/dist/hooks/useAgentEvents.js.map +1 -0
- package/dist/hooks/useAgentManagerKeyboard.d.ts +17 -0
- package/dist/hooks/useAgentManagerKeyboard.d.ts.map +1 -0
- package/dist/hooks/useAgentManagerKeyboard.js +49 -0
- package/dist/hooks/useAgentManagerKeyboard.js.map +1 -0
- package/dist/hooks/useAgentManagerStreaming.d.ts +19 -0
- package/dist/hooks/useAgentManagerStreaming.d.ts.map +1 -0
- package/dist/hooks/useAgentManagerStreaming.js +86 -0
- package/dist/hooks/useAgentManagerStreaming.js.map +1 -0
- package/dist/hooks/useAssistantHeartbeat.d.ts +4 -0
- package/dist/hooks/useAssistantHeartbeat.d.ts.map +1 -0
- package/dist/hooks/useAssistantHeartbeat.js +40 -0
- package/dist/hooks/useAssistantHeartbeat.js.map +1 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.d.ts +18 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.d.ts.map +1 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.js +37 -0
- package/dist/hooks/useAssistantKeyboardShortcuts.js.map +1 -0
- package/dist/hooks/useCachedInitialData.d.ts +120 -0
- package/dist/hooks/useCachedInitialData.d.ts.map +1 -0
- package/dist/hooks/useCachedInitialData.js +107 -0
- package/dist/hooks/useCachedInitialData.js.map +1 -0
- package/dist/hooks/useEntityTags.d.ts +24 -0
- package/dist/hooks/useEntityTags.d.ts.map +1 -0
- package/dist/hooks/useEntityTags.js +31 -0
- package/dist/hooks/useEntityTags.js.map +1 -0
- package/dist/hooks/useFileUpload.d.ts +15 -0
- package/dist/hooks/useFileUpload.d.ts.map +1 -0
- package/dist/hooks/useInitialDataLoader.d.ts +48 -0
- package/dist/hooks/useInitialDataLoader.d.ts.map +1 -0
- package/dist/hooks/useInitialDataLoader.js +25 -0
- package/dist/hooks/useInitialDataLoader.js.map +1 -0
- package/dist/hooks/useMcpServers.d.ts +14 -0
- package/dist/hooks/useMcpServers.d.ts.map +1 -0
- package/dist/hooks/useOpenAssistantHelp.d.ts +2 -0
- package/dist/hooks/useOpenAssistantHelp.d.ts.map +1 -0
- package/dist/hooks/useOpenAssistantHelp.js +14 -0
- package/dist/hooks/useOpenAssistantHelp.js.map +1 -0
- package/dist/hooks/usePluginAvailability.d.ts +35 -0
- package/dist/hooks/usePluginAvailability.d.ts.map +1 -0
- package/dist/hooks/usePluginAvailability.js +112 -0
- package/dist/hooks/usePluginAvailability.js.map +1 -0
- package/dist/hooks/useQueryBackedTab.d.ts +2 -0
- package/dist/hooks/useQueryBackedTab.d.ts.map +1 -0
- package/dist/hooks/useQueryBackedTab.js +19 -0
- package/dist/hooks/useQueryBackedTab.js.map +1 -0
- package/dist/hooks/useSessionSearch.d.ts +24 -0
- package/dist/hooks/useSessionSearch.d.ts.map +1 -0
- package/dist/hooks/useVoiceMode.d.ts +17 -0
- package/dist/hooks/useVoiceMode.d.ts.map +1 -0
- package/dist/hooks/useVoiceMode.js +46 -0
- package/dist/hooks/useVoiceMode.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/lib/vibeFeatures.d.ts +29 -0
- package/dist/lib/vibeFeatures.d.ts.map +1 -0
- package/dist/lib/vibeFeatures.js +80 -0
- package/dist/lib/vibeFeatures.js.map +1 -0
- package/dist/microfe-vibecontrols.css +2 -0
- package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js +24 -0
- package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js.map +1 -0
- package/dist/node_modules/@apollo/client/errors/utils.js +16 -0
- package/dist/node_modules/@apollo/client/errors/utils.js.map +1 -0
- package/dist/node_modules/@xyflow/react/dist/esm/index.js +3281 -0
- package/dist/node_modules/@xyflow/react/dist/esm/index.js.map +1 -0
- package/dist/node_modules/@xyflow/system/dist/esm/index.js +1845 -0
- package/dist/node_modules/@xyflow/system/dist/esm/index.js.map +1 -0
- package/dist/node_modules/classcat/index.js +12 -0
- package/dist/node_modules/classcat/index.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/d3-array/src/ascending.js +8 -0
- package/dist/node_modules/d3-array/src/ascending.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisect.js +10 -0
- package/dist/node_modules/d3-array/src/bisect.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisector.js +43 -0
- package/dist/node_modules/d3-array/src/bisector.js.map +1 -0
- package/dist/node_modules/d3-array/src/descending.js +8 -0
- package/dist/node_modules/d3-array/src/descending.js.map +1 -0
- package/dist/node_modules/d3-array/src/max.js +14 -0
- package/dist/node_modules/d3-array/src/max.js.map +1 -0
- package/dist/node_modules/d3-array/src/min.js +14 -0
- package/dist/node_modules/d3-array/src/min.js.map +1 -0
- package/dist/node_modules/d3-array/src/number.js +15 -0
- package/dist/node_modules/d3-array/src/number.js.map +1 -0
- package/dist/node_modules/d3-array/src/quantile.js +25 -0
- package/dist/node_modules/d3-array/src/quantile.js.map +1 -0
- package/dist/node_modules/d3-array/src/quickselect.js +26 -0
- package/dist/node_modules/d3-array/src/quickselect.js.map +1 -0
- package/dist/node_modules/d3-array/src/range.js +10 -0
- package/dist/node_modules/d3-array/src/range.js.map +1 -0
- package/dist/node_modules/d3-array/src/sort.js +17 -0
- package/dist/node_modules/d3-array/src/sort.js.map +1 -0
- package/dist/node_modules/d3-array/src/ticks.js +34 -0
- package/dist/node_modules/d3-array/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-color/src/color.js +291 -0
- package/dist/node_modules/d3-color/src/color.js.map +1 -0
- package/dist/node_modules/d3-color/src/define.js +13 -0
- package/dist/node_modules/d3-color/src/define.js.map +1 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js +67 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
- package/dist/node_modules/d3-drag/src/constant.js +6 -0
- package/dist/node_modules/d3-drag/src/constant.js.map +1 -0
- package/dist/node_modules/d3-drag/src/drag.js +116 -0
- package/dist/node_modules/d3-drag/src/drag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/event.js +64 -0
- package/dist/node_modules/d3-drag/src/event.js.map +1 -0
- package/dist/node_modules/d3-drag/src/nodrag.js +17 -0
- package/dist/node_modules/d3-drag/src/nodrag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/noevent.js +15 -0
- package/dist/node_modules/d3-drag/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-ease/src/cubic.js +8 -0
- package/dist/node_modules/d3-ease/src/cubic.js.map +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +15 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-format/src/exponent.js +9 -0
- package/dist/node_modules/d3-format/src/exponent.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js +13 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
- package/dist/node_modules/d3-format/src/formatGroup.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js +12 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatRounded.js +12 -0
- package/dist/node_modules/d3-format/src/formatRounded.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
- package/dist/node_modules/d3-format/src/formatTrim.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTypes.js +23 -0
- package/dist/node_modules/d3-format/src/formatTypes.js.map +1 -0
- package/dist/node_modules/d3-format/src/identity.js +8 -0
- package/dist/node_modules/d3-format/src/identity.js.map +1 -0
- package/dist/node_modules/d3-format/src/locale.js +86 -0
- package/dist/node_modules/d3-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js +9 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js +9 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionRound.js +9 -0
- package/dist/node_modules/d3-format/src/precisionRound.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/array.js +15 -0
- package/dist/node_modules/d3-interpolate/src/array.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/basis.js +16 -0
- package/dist/node_modules/d3-interpolate/src/basis.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/basisClosed.js +13 -0
- package/dist/node_modules/d3-interpolate/src/basisClosed.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/color.js +25 -0
- package/dist/node_modules/d3-interpolate/src/color.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/constant.js +6 -0
- package/dist/node_modules/d3-interpolate/src/constant.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/date.js +11 -0
- package/dist/node_modules/d3-interpolate/src/date.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/number.js +10 -0
- package/dist/node_modules/d3-interpolate/src/number.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/object.js +14 -0
- package/dist/node_modules/d3-interpolate/src/object.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.js +14 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js +19 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/round.js +10 -0
- package/dist/node_modules/d3-interpolate/src/round.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/string.js +28 -0
- package/dist/node_modules/d3-interpolate/src/string.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js +24 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js +56 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js +14 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/value.js +18 -0
- package/dist/node_modules/d3-interpolate/src/value.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js +43 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js.map +1 -0
- package/dist/node_modules/d3-path/src/path.js +65 -0
- package/dist/node_modules/d3-path/src/path.js.map +1 -0
- package/dist/node_modules/d3-scale/src/band.js +52 -0
- package/dist/node_modules/d3-scale/src/band.js.map +1 -0
- package/dist/node_modules/d3-scale/src/constant.js +10 -0
- package/dist/node_modules/d3-scale/src/constant.js.map +1 -0
- package/dist/node_modules/d3-scale/src/continuous.js +73 -0
- package/dist/node_modules/d3-scale/src/continuous.js.map +1 -0
- package/dist/node_modules/d3-scale/src/diverging.js +82 -0
- package/dist/node_modules/d3-scale/src/diverging.js.map +1 -0
- package/dist/node_modules/d3-scale/src/identity.js +20 -0
- package/dist/node_modules/d3-scale/src/identity.js.map +1 -0
- package/dist/node_modules/d3-scale/src/init.js +29 -0
- package/dist/node_modules/d3-scale/src/init.js.map +1 -0
- package/dist/node_modules/d3-scale/src/linear.js +36 -0
- package/dist/node_modules/d3-scale/src/linear.js.map +1 -0
- package/dist/node_modules/d3-scale/src/log.js +77 -0
- package/dist/node_modules/d3-scale/src/log.js.map +1 -0
- package/dist/node_modules/d3-scale/src/nice.js +10 -0
- package/dist/node_modules/d3-scale/src/nice.js.map +1 -0
- package/dist/node_modules/d3-scale/src/number.js +8 -0
- package/dist/node_modules/d3-scale/src/number.js.map +1 -0
- package/dist/node_modules/d3-scale/src/ordinal.js +31 -0
- package/dist/node_modules/d3-scale/src/ordinal.js.map +1 -0
- package/dist/node_modules/d3-scale/src/pow.js +37 -0
- package/dist/node_modules/d3-scale/src/pow.js.map +1 -0
- package/dist/node_modules/d3-scale/src/quantile.js +37 -0
- package/dist/node_modules/d3-scale/src/quantile.js.map +1 -0
- package/dist/node_modules/d3-scale/src/quantize.js +33 -0
- package/dist/node_modules/d3-scale/src/quantize.js.map +1 -0
- package/dist/node_modules/d3-scale/src/radial.js +39 -0
- package/dist/node_modules/d3-scale/src/radial.js.map +1 -0
- package/dist/node_modules/d3-scale/src/sequential.js +67 -0
- package/dist/node_modules/d3-scale/src/sequential.js.map +1 -0
- package/dist/node_modules/d3-scale/src/sequentialQuantile.js +30 -0
- package/dist/node_modules/d3-scale/src/sequentialQuantile.js.map +1 -0
- package/dist/node_modules/d3-scale/src/symlog.js +30 -0
- package/dist/node_modules/d3-scale/src/symlog.js.map +1 -0
- package/dist/node_modules/d3-scale/src/threshold.js +25 -0
- package/dist/node_modules/d3-scale/src/threshold.js.map +1 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js +31 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js.map +1 -0
- package/dist/node_modules/d3-scale/src/time.js +47 -0
- package/dist/node_modules/d3-scale/src/time.js.map +1 -0
- package/dist/node_modules/d3-scale/src/utcTime.js +19 -0
- package/dist/node_modules/d3-scale/src/utcTime.js.map +1 -0
- package/dist/node_modules/d3-selection/src/array.js +8 -0
- package/dist/node_modules/d3-selection/src/array.js.map +1 -0
- package/dist/node_modules/d3-selection/src/constant.js +10 -0
- package/dist/node_modules/d3-selection/src/constant.js.map +1 -0
- package/dist/node_modules/d3-selection/src/creator.js +22 -0
- package/dist/node_modules/d3-selection/src/creator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/matcher.js +15 -0
- package/dist/node_modules/d3-selection/src/matcher.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespace.js +13 -0
- package/dist/node_modules/d3-selection/src/namespace.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespaces.js +12 -0
- package/dist/node_modules/d3-selection/src/namespaces.js.map +1 -0
- package/dist/node_modules/d3-selection/src/pointer.js +20 -0
- package/dist/node_modules/d3-selection/src/pointer.js.map +1 -0
- package/dist/node_modules/d3-selection/src/select.js +9 -0
- package/dist/node_modules/d3-selection/src/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/append.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/append.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js +46 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/call.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/call.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js +55 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/data.js +38 -0
- package/dist/node_modules/d3-selection/src/selection/data.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js +23 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/each.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/each.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/html.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/html.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/index.js +87 -0
- package/dist/node_modules/d3-selection/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/join.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/join.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/node.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/node.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/on.js +58 -0
- package/dist/node_modules/d3-selection/src/selection/on.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/order.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/order.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/property.js +24 -0
- package/dist/node_modules/d3-selection/src/selection/property.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/select.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/size.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/size.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js +20 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/style.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/style.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/text.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/text.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/d3-selection/src/selector.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js +13 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js +10 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
- package/dist/node_modules/d3-selection/src/window.js +8 -0
- package/dist/node_modules/d3-selection/src/window.js.map +1 -0
- package/dist/node_modules/d3-shape/src/area.js +55 -0
- package/dist/node_modules/d3-shape/src/area.js.map +1 -0
- package/dist/node_modules/d3-shape/src/array.js +8 -0
- package/dist/node_modules/d3-shape/src/array.js.map +1 -0
- package/dist/node_modules/d3-shape/src/constant.js +10 -0
- package/dist/node_modules/d3-shape/src/constant.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js +49 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js +50 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js +46 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js +40 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js +25 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.js +94 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/natural.js +39 -0
- package/dist/node_modules/d3-shape/src/curve/natural.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/step.js +47 -0
- package/dist/node_modules/d3-shape/src/curve/step.js.map +1 -0
- package/dist/node_modules/d3-shape/src/line.js +30 -0
- package/dist/node_modules/d3-shape/src/line.js.map +1 -0
- package/dist/node_modules/d3-shape/src/math.js +8 -0
- package/dist/node_modules/d3-shape/src/math.js.map +1 -0
- package/dist/node_modules/d3-shape/src/noop.js +6 -0
- package/dist/node_modules/d3-shape/src/noop.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/expand.js +15 -0
- package/dist/node_modules/d3-shape/src/offset/expand.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/none.js +8 -0
- package/dist/node_modules/d3-shape/src/offset/none.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/silhouette.js +15 -0
- package/dist/node_modules/d3-shape/src/offset/silhouette.js.map +1 -0
- package/dist/node_modules/d3-shape/src/offset/wiggle.js +21 -0
- package/dist/node_modules/d3-shape/src/offset/wiggle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/order/none.js +9 -0
- package/dist/node_modules/d3-shape/src/order/none.js.map +1 -0
- package/dist/node_modules/d3-shape/src/path.js +19 -0
- package/dist/node_modules/d3-shape/src/path.js.map +1 -0
- package/dist/node_modules/d3-shape/src/point.js +11 -0
- package/dist/node_modules/d3-shape/src/point.js.map +1 -0
- package/dist/node_modules/d3-shape/src/stack.js +34 -0
- package/dist/node_modules/d3-shape/src/stack.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js +15 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol.js +23 -0
- package/dist/node_modules/d3-shape/src/symbol.js.map +1 -0
- package/dist/node_modules/d3-time/src/day.js +21 -0
- package/dist/node_modules/d3-time/src/day.js.map +1 -0
- package/dist/node_modules/d3-time/src/duration.js +6 -0
- package/dist/node_modules/d3-time/src/duration.js.map +1 -0
- package/dist/node_modules/d3-time/src/hour.js +19 -0
- package/dist/node_modules/d3-time/src/hour.js.map +1 -0
- package/dist/node_modules/d3-time/src/interval.js +28 -0
- package/dist/node_modules/d3-time/src/interval.js.map +1 -0
- package/dist/node_modules/d3-time/src/millisecond.js +14 -0
- package/dist/node_modules/d3-time/src/millisecond.js.map +1 -0
- package/dist/node_modules/d3-time/src/minute.js +19 -0
- package/dist/node_modules/d3-time/src/minute.js.map +1 -0
- package/dist/node_modules/d3-time/src/month.js +18 -0
- package/dist/node_modules/d3-time/src/month.js.map +1 -0
- package/dist/node_modules/d3-time/src/second.js +13 -0
- package/dist/node_modules/d3-time/src/second.js.map +1 -0
- package/dist/node_modules/d3-time/src/ticks.js +125 -0
- package/dist/node_modules/d3-time/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-time/src/week.js +25 -0
- package/dist/node_modules/d3-time/src/week.js.map +1 -0
- package/dist/node_modules/d3-time/src/year.js +26 -0
- package/dist/node_modules/d3-time/src/year.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +62 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/locale.js +490 -0
- package/dist/node_modules/d3-time-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timeout.js +12 -0
- package/dist/node_modules/d3-timer/src/timeout.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timer.js +55 -0
- package/dist/node_modules/d3-timer/src/timer.js.map +1 -0
- package/dist/node_modules/d3-transition/src/index.js +3 -0
- package/dist/node_modules/d3-transition/src/interrupt.js +18 -0
- package/dist/node_modules/d3-transition/src/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/index.js +7 -0
- package/dist/node_modules/d3-transition/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js +11 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js +25 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js +51 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js +40 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js +20 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js +20 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js +16 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js +17 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/end.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/end.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/index.js +69 -0
- package/dist/node_modules/d3-transition/src/transition/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js +13 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/on.js +23 -0
- package/dist/node_modules/d3-transition/src/transition/on.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js +15 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js +71 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/select.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/select.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js +17 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js +10 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/style.js +47 -0
- package/dist/node_modules/d3-transition/src/transition/style.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js +25 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/text.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/text.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js +25 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js +56 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/constant.js +6 -0
- package/dist/node_modules/d3-zoom/src/constant.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/event.js +30 -0
- package/dist/node_modules/d3-zoom/src/event.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/index.js +2 -0
- package/dist/node_modules/d3-zoom/src/noevent.js +11 -0
- package/dist/node_modules/d3-zoom/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/transform.js +50 -0
- package/dist/node_modules/d3-zoom/src/transform.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/zoom.js +219 -0
- package/dist/node_modules/d3-zoom/src/zoom.js.map +1 -0
- package/dist/node_modules/decimal.js-light/decimal.js +378 -0
- package/dist/node_modules/decimal.js-light/decimal.js.map +1 -0
- package/dist/node_modules/eventemitter3/index.js +95 -0
- package/dist/node_modules/eventemitter3/index.js.map +1 -0
- package/dist/node_modules/fast-equals/dist/es/index.js +267 -0
- package/dist/node_modules/fast-equals/dist/es/index.js.map +1 -0
- package/dist/node_modules/internmap/src/index.js +40 -0
- package/dist/node_modules/internmap/src/index.js.map +1 -0
- package/dist/node_modules/lodash/_DataView.js +12 -0
- package/dist/node_modules/lodash/_DataView.js.map +1 -0
- package/dist/node_modules/lodash/_Hash.js +23 -0
- package/dist/node_modules/lodash/_Hash.js.map +1 -0
- package/dist/node_modules/lodash/_ListCache.js +23 -0
- package/dist/node_modules/lodash/_ListCache.js.map +1 -0
- package/dist/node_modules/lodash/_Map.js +12 -0
- package/dist/node_modules/lodash/_Map.js.map +1 -0
- package/dist/node_modules/lodash/_MapCache.js +23 -0
- package/dist/node_modules/lodash/_MapCache.js.map +1 -0
- package/dist/node_modules/lodash/_Promise.js +12 -0
- package/dist/node_modules/lodash/_Promise.js.map +1 -0
- package/dist/node_modules/lodash/_Set.js +12 -0
- package/dist/node_modules/lodash/_Set.js.map +1 -0
- package/dist/node_modules/lodash/_SetCache.js +18 -0
- package/dist/node_modules/lodash/_SetCache.js.map +1 -0
- package/dist/node_modules/lodash/_Stack.js +20 -0
- package/dist/node_modules/lodash/_Stack.js.map +1 -0
- package/dist/node_modules/lodash/_Symbol.js +11 -0
- package/dist/node_modules/lodash/_Symbol.js.map +1 -0
- package/dist/node_modules/lodash/_Uint8Array.js +11 -0
- package/dist/node_modules/lodash/_Uint8Array.js.map +1 -0
- package/dist/node_modules/lodash/_WeakMap.js +12 -0
- package/dist/node_modules/lodash/_WeakMap.js.map +1 -0
- package/dist/node_modules/lodash/_apply.js +19 -0
- package/dist/node_modules/lodash/_apply.js.map +1 -0
- package/dist/node_modules/lodash/_arrayEvery.js +14 -0
- package/dist/node_modules/lodash/_arrayEvery.js.map +1 -0
- package/dist/node_modules/lodash/_arrayFilter.js +17 -0
- package/dist/node_modules/lodash/_arrayFilter.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludes.js +15 -0
- package/dist/node_modules/lodash/_arrayIncludes.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js +14 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js +22 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_arrayMap.js +14 -0
- package/dist/node_modules/lodash/_arrayMap.js.map +1 -0
- package/dist/node_modules/lodash/_arrayPush.js +14 -0
- package/dist/node_modules/lodash/_arrayPush.js.map +1 -0
- package/dist/node_modules/lodash/_arraySome.js +14 -0
- package/dist/node_modules/lodash/_arraySome.js.map +1 -0
- package/dist/node_modules/lodash/_asciiToArray.js +13 -0
- package/dist/node_modules/lodash/_asciiToArray.js.map +1 -0
- package/dist/node_modules/lodash/_assocIndexOf.js +16 -0
- package/dist/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseAssignValue.js +20 -0
- package/dist/node_modules/lodash/_baseAssignValue.js.map +1 -0
- package/dist/node_modules/lodash/_baseEach.js +13 -0
- package/dist/node_modules/lodash/_baseEach.js.map +1 -0
- package/dist/node_modules/lodash/_baseEvery.js +18 -0
- package/dist/node_modules/lodash/_baseEvery.js.map +1 -0
- package/dist/node_modules/lodash/_baseExtremum.js +19 -0
- package/dist/node_modules/lodash/_baseExtremum.js.map +1 -0
- package/dist/node_modules/lodash/_baseFindIndex.js +14 -0
- package/dist/node_modules/lodash/_baseFindIndex.js.map +1 -0
- package/dist/node_modules/lodash/_baseFlatten.js +21 -0
- package/dist/node_modules/lodash/_baseFlatten.js.map +1 -0
- package/dist/node_modules/lodash/_baseFor.js +11 -0
- package/dist/node_modules/lodash/_baseFor.js.map +1 -0
- package/dist/node_modules/lodash/_baseForOwn.js +16 -0
- package/dist/node_modules/lodash/_baseForOwn.js.map +1 -0
- package/dist/node_modules/lodash/_baseGet.js +18 -0
- package/dist/node_modules/lodash/_baseGet.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js +17 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetTag.js +17 -0
- package/dist/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/dist/node_modules/lodash/_baseGt.js +13 -0
- package/dist/node_modules/lodash/_baseGt.js.map +1 -0
- package/dist/node_modules/lodash/_baseHasIn.js +13 -0
- package/dist/node_modules/lodash/_baseHasIn.js.map +1 -0
- package/dist/node_modules/lodash/_baseIndexOf.js +17 -0
- package/dist/node_modules/lodash/_baseIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsArguments.js +16 -0
- package/dist/node_modules/lodash/_baseIsArguments.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqual.js +16 -0
- package/dist/node_modules/lodash/_baseIsEqual.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js +37 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsMatch.js +33 -0
- package/dist/node_modules/lodash/_baseIsMatch.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNaN.js +13 -0
- package/dist/node_modules/lodash/_baseIsNaN.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNative.js +18 -0
- package/dist/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js +18 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/_baseIteratee.js +19 -0
- package/dist/node_modules/lodash/_baseIteratee.js.map +1 -0
- package/dist/node_modules/lodash/_baseKeys.js +19 -0
- package/dist/node_modules/lodash/_baseKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseLt.js +13 -0
- package/dist/node_modules/lodash/_baseLt.js.map +1 -0
- package/dist/node_modules/lodash/_baseMap.js +19 -0
- package/dist/node_modules/lodash/_baseMap.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatches.js +20 -0
- package/dist/node_modules/lodash/_baseMatches.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js +24 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
- package/dist/node_modules/lodash/_baseOrderBy.js +39 -0
- package/dist/node_modules/lodash/_baseOrderBy.js.map +1 -0
- package/dist/node_modules/lodash/_baseProperty.js +15 -0
- package/dist/node_modules/lodash/_baseProperty.js.map +1 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js +17 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseRange.js +15 -0
- package/dist/node_modules/lodash/_baseRange.js.map +1 -0
- package/dist/node_modules/lodash/_baseRest.js +17 -0
- package/dist/node_modules/lodash/_baseRest.js.map +1 -0
- package/dist/node_modules/lodash/_baseSetToString.js +21 -0
- package/dist/node_modules/lodash/_baseSetToString.js.map +1 -0
- package/dist/node_modules/lodash/_baseSlice.js +16 -0
- package/dist/node_modules/lodash/_baseSlice.js.map +1 -0
- package/dist/node_modules/lodash/_baseSome.js +18 -0
- package/dist/node_modules/lodash/_baseSome.js.map +1 -0
- package/dist/node_modules/lodash/_baseSortBy.js +15 -0
- package/dist/node_modules/lodash/_baseSortBy.js.map +1 -0
- package/dist/node_modules/lodash/_baseTimes.js +14 -0
- package/dist/node_modules/lodash/_baseTimes.js.map +1 -0
- package/dist/node_modules/lodash/_baseToString.js +22 -0
- package/dist/node_modules/lodash/_baseToString.js.map +1 -0
- package/dist/node_modules/lodash/_baseTrim.js +15 -0
- package/dist/node_modules/lodash/_baseTrim.js.map +1 -0
- package/dist/node_modules/lodash/_baseUnary.js +15 -0
- package/dist/node_modules/lodash/_baseUnary.js.map +1 -0
- package/dist/node_modules/lodash/_baseUniq.js +34 -0
- package/dist/node_modules/lodash/_baseUniq.js.map +1 -0
- package/dist/node_modules/lodash/_cacheHas.js +13 -0
- package/dist/node_modules/lodash/_cacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_castPath.js +18 -0
- package/dist/node_modules/lodash/_castPath.js.map +1 -0
- package/dist/node_modules/lodash/_castSlice.js +16 -0
- package/dist/node_modules/lodash/_castSlice.js.map +1 -0
- package/dist/node_modules/lodash/_compareAscending.js +20 -0
- package/dist/node_modules/lodash/_compareAscending.js.map +1 -0
- package/dist/node_modules/lodash/_compareMultiple.js +19 -0
- package/dist/node_modules/lodash/_compareMultiple.js.map +1 -0
- package/dist/node_modules/lodash/_coreJsData.js +11 -0
- package/dist/node_modules/lodash/_coreJsData.js.map +1 -0
- package/dist/node_modules/lodash/_createBaseEach.js +20 -0
- package/dist/node_modules/lodash/_createBaseEach.js.map +1 -0
- package/dist/node_modules/lodash/_createBaseFor.js +19 -0
- package/dist/node_modules/lodash/_createBaseFor.js.map +1 -0
- package/dist/node_modules/lodash/_createCaseFirst.js +22 -0
- package/dist/node_modules/lodash/_createCaseFirst.js.map +1 -0
- package/dist/node_modules/lodash/_createFind.js +27 -0
- package/dist/node_modules/lodash/_createFind.js.map +1 -0
- package/dist/node_modules/lodash/_createRange.js +19 -0
- package/dist/node_modules/lodash/_createRange.js.map +1 -0
- package/dist/node_modules/lodash/_createSet.js +16 -0
- package/dist/node_modules/lodash/_createSet.js.map +1 -0
- package/dist/node_modules/lodash/_defineProperty.js +17 -0
- package/dist/node_modules/lodash/_defineProperty.js.map +1 -0
- package/dist/node_modules/lodash/_equalArrays.js +42 -0
- package/dist/node_modules/lodash/_equalArrays.js.map +1 -0
- package/dist/node_modules/lodash/_equalByTag.js +42 -0
- package/dist/node_modules/lodash/_equalByTag.js.map +1 -0
- package/dist/node_modules/lodash/_equalObjects.js +39 -0
- package/dist/node_modules/lodash/_equalObjects.js.map +1 -0
- package/dist/node_modules/lodash/_freeGlobal.js +10 -0
- package/dist/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/dist/node_modules/lodash/_getAllKeys.js +17 -0
- package/dist/node_modules/lodash/_getAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_getMapData.js +16 -0
- package/dist/node_modules/lodash/_getMapData.js.map +1 -0
- package/dist/node_modules/lodash/_getMatchData.js +24 -0
- package/dist/node_modules/lodash/_getMatchData.js.map +1 -0
- package/dist/node_modules/lodash/_getNative.js +17 -0
- package/dist/node_modules/lodash/_getNative.js.map +1 -0
- package/dist/node_modules/lodash/_getPrototype.js +11 -0
- package/dist/node_modules/lodash/_getPrototype.js.map +1 -0
- package/dist/node_modules/lodash/_getRawTag.js +21 -0
- package/dist/node_modules/lodash/_getRawTag.js.map +1 -0
- package/dist/node_modules/lodash/_getSymbols.js +17 -0
- package/dist/node_modules/lodash/_getSymbols.js.map +1 -0
- package/dist/node_modules/lodash/_getTag.js +28 -0
- package/dist/node_modules/lodash/_getTag.js.map +1 -0
- package/dist/node_modules/lodash/_getValue.js +13 -0
- package/dist/node_modules/lodash/_getValue.js.map +1 -0
- package/dist/node_modules/lodash/_hasPath.js +26 -0
- package/dist/node_modules/lodash/_hasPath.js.map +1 -0
- package/dist/node_modules/lodash/_hasUnicode.js +14 -0
- package/dist/node_modules/lodash/_hasUnicode.js.map +1 -0
- package/dist/node_modules/lodash/_hashClear.js +15 -0
- package/dist/node_modules/lodash/_hashClear.js.map +1 -0
- package/dist/node_modules/lodash/_hashDelete.js +14 -0
- package/dist/node_modules/lodash/_hashDelete.js.map +1 -0
- package/dist/node_modules/lodash/_hashGet.js +20 -0
- package/dist/node_modules/lodash/_hashGet.js.map +1 -0
- package/dist/node_modules/lodash/_hashHas.js +16 -0
- package/dist/node_modules/lodash/_hashHas.js.map +1 -0
- package/dist/node_modules/lodash/_hashSet.js +16 -0
- package/dist/node_modules/lodash/_hashSet.js.map +1 -0
- package/dist/node_modules/lodash/_isFlattenable.js +17 -0
- package/dist/node_modules/lodash/_isFlattenable.js.map +1 -0
- package/dist/node_modules/lodash/_isIndex.js +15 -0
- package/dist/node_modules/lodash/_isIndex.js.map +1 -0
- package/dist/node_modules/lodash/_isIterateeCall.js +20 -0
- package/dist/node_modules/lodash/_isIterateeCall.js.map +1 -0
- package/dist/node_modules/lodash/_isKey.js +18 -0
- package/dist/node_modules/lodash/_isKey.js.map +1 -0
- package/dist/node_modules/lodash/_isKeyable.js +14 -0
- package/dist/node_modules/lodash/_isKeyable.js.map +1 -0
- package/dist/node_modules/lodash/_isMasked.js +18 -0
- package/dist/node_modules/lodash/_isMasked.js.map +1 -0
- package/dist/node_modules/lodash/_isPrototype.js +15 -0
- package/dist/node_modules/lodash/_isPrototype.js.map +1 -0
- package/dist/node_modules/lodash/_isStrictComparable.js +15 -0
- package/dist/node_modules/lodash/_isStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheClear.js +13 -0
- package/dist/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheDelete.js +16 -0
- package/dist/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheGet.js +16 -0
- package/dist/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheHas.js +15 -0
- package/dist/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheSet.js +16 -0
- package/dist/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheClear.js +21 -0
- package/dist/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js +16 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheGet.js +15 -0
- package/dist/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheHas.js +15 -0
- package/dist/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheSet.js +16 -0
- package/dist/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapToArray.js +16 -0
- package/dist/node_modules/lodash/_mapToArray.js.map +1 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js +15 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_memoizeCapped.js +18 -0
- package/dist/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/dist/node_modules/lodash/_nativeCreate.js +11 -0
- package/dist/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/dist/node_modules/lodash/_nativeKeys.js +11 -0
- package/dist/node_modules/lodash/_nativeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_nodeUtil.js +16 -0
- package/dist/node_modules/lodash/_nodeUtil.js.map +1 -0
- package/dist/node_modules/lodash/_objectToString.js +14 -0
- package/dist/node_modules/lodash/_objectToString.js.map +1 -0
- package/dist/node_modules/lodash/_overArg.js +15 -0
- package/dist/node_modules/lodash/_overArg.js.map +1 -0
- package/dist/node_modules/lodash/_overRest.js +20 -0
- package/dist/node_modules/lodash/_overRest.js.map +1 -0
- package/dist/node_modules/lodash/_root.js +12 -0
- package/dist/node_modules/lodash/_root.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheAdd.js +14 -0
- package/dist/node_modules/lodash/_setCacheAdd.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheHas.js +13 -0
- package/dist/node_modules/lodash/_setCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_setToArray.js +16 -0
- package/dist/node_modules/lodash/_setToArray.js.map +1 -0
- package/dist/node_modules/lodash/_setToString.js +13 -0
- package/dist/node_modules/lodash/_setToString.js.map +1 -0
- package/dist/node_modules/lodash/_shortOut.js +21 -0
- package/dist/node_modules/lodash/_shortOut.js.map +1 -0
- package/dist/node_modules/lodash/_stackClear.js +15 -0
- package/dist/node_modules/lodash/_stackClear.js.map +1 -0
- package/dist/node_modules/lodash/_stackDelete.js +14 -0
- package/dist/node_modules/lodash/_stackDelete.js.map +1 -0
- package/dist/node_modules/lodash/_stackGet.js +13 -0
- package/dist/node_modules/lodash/_stackGet.js.map +1 -0
- package/dist/node_modules/lodash/_stackHas.js +13 -0
- package/dist/node_modules/lodash/_stackHas.js.map +1 -0
- package/dist/node_modules/lodash/_stackSet.js +23 -0
- package/dist/node_modules/lodash/_stackSet.js.map +1 -0
- package/dist/node_modules/lodash/_strictIndexOf.js +14 -0
- package/dist/node_modules/lodash/_strictIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_stringToArray.js +17 -0
- package/dist/node_modules/lodash/_stringToArray.js.map +1 -0
- package/dist/node_modules/lodash/_stringToPath.js +17 -0
- package/dist/node_modules/lodash/_stringToPath.js.map +1 -0
- package/dist/node_modules/lodash/_toKey.js +17 -0
- package/dist/node_modules/lodash/_toKey.js.map +1 -0
- package/dist/node_modules/lodash/_toSource.js +22 -0
- package/dist/node_modules/lodash/_toSource.js.map +1 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js +15 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/dist/node_modules/lodash/_unicodeToArray.js +24 -0
- package/dist/node_modules/lodash/_unicodeToArray.js.map +1 -0
- package/dist/node_modules/lodash/constant.js +15 -0
- package/dist/node_modules/lodash/constant.js.map +1 -0
- package/dist/node_modules/lodash/debounce.js +57 -0
- package/dist/node_modules/lodash/debounce.js.map +1 -0
- package/dist/node_modules/lodash/eq.js +13 -0
- package/dist/node_modules/lodash/eq.js.map +1 -0
- package/dist/node_modules/lodash/every.js +20 -0
- package/dist/node_modules/lodash/every.js.map +1 -0
- package/dist/node_modules/lodash/find.js +12 -0
- package/dist/node_modules/lodash/find.js.map +1 -0
- package/dist/node_modules/lodash/findIndex.js +20 -0
- package/dist/node_modules/lodash/findIndex.js.map +1 -0
- package/dist/node_modules/lodash/flatMap.js +16 -0
- package/dist/node_modules/lodash/flatMap.js.map +1 -0
- package/dist/node_modules/lodash/get.js +16 -0
- package/dist/node_modules/lodash/get.js.map +1 -0
- package/dist/node_modules/lodash/hasIn.js +16 -0
- package/dist/node_modules/lodash/hasIn.js.map +1 -0
- package/dist/node_modules/lodash/identity.js +13 -0
- package/dist/node_modules/lodash/identity.js.map +1 -0
- package/dist/node_modules/lodash/isArguments.js +17 -0
- package/dist/node_modules/lodash/isArguments.js.map +1 -0
- package/dist/node_modules/lodash/isArray.js +10 -0
- package/dist/node_modules/lodash/isArray.js.map +1 -0
- package/dist/node_modules/lodash/isArrayLike.js +16 -0
- package/dist/node_modules/lodash/isArrayLike.js.map +1 -0
- package/dist/node_modules/lodash/isBoolean.js +16 -0
- package/dist/node_modules/lodash/isBoolean.js.map +1 -0
- package/dist/node_modules/lodash/isBuffer.js +13 -0
- package/dist/node_modules/lodash/isBuffer.js.map +1 -0
- package/dist/node_modules/lodash/isEqual.js +15 -0
- package/dist/node_modules/lodash/isEqual.js.map +1 -0
- package/dist/node_modules/lodash/isFunction.js +18 -0
- package/dist/node_modules/lodash/isFunction.js.map +1 -0
- package/dist/node_modules/lodash/isLength.js +14 -0
- package/dist/node_modules/lodash/isLength.js.map +1 -0
- package/dist/node_modules/lodash/isNaN.js +15 -0
- package/dist/node_modules/lodash/isNaN.js.map +1 -0
- package/dist/node_modules/lodash/isNil.js +13 -0
- package/dist/node_modules/lodash/isNil.js.map +1 -0
- package/dist/node_modules/lodash/isNumber.js +16 -0
- package/dist/node_modules/lodash/isNumber.js.map +1 -0
- package/dist/node_modules/lodash/isObject.js +14 -0
- package/dist/node_modules/lodash/isObject.js.map +1 -0
- package/dist/node_modules/lodash/isObjectLike.js +13 -0
- package/dist/node_modules/lodash/isObjectLike.js.map +1 -0
- package/dist/node_modules/lodash/isPlainObject.js +21 -0
- package/dist/node_modules/lodash/isPlainObject.js.map +1 -0
- package/dist/node_modules/lodash/isString.js +17 -0
- package/dist/node_modules/lodash/isString.js.map +1 -0
- package/dist/node_modules/lodash/isSymbol.js +16 -0
- package/dist/node_modules/lodash/isSymbol.js.map +1 -0
- package/dist/node_modules/lodash/isTypedArray.js +14 -0
- package/dist/node_modules/lodash/isTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/keys.js +17 -0
- package/dist/node_modules/lodash/keys.js.map +1 -0
- package/dist/node_modules/lodash/last.js +14 -0
- package/dist/node_modules/lodash/last.js.map +1 -0
- package/dist/node_modules/lodash/map.js +18 -0
- package/dist/node_modules/lodash/map.js.map +1 -0
- package/dist/node_modules/lodash/mapValues.js +20 -0
- package/dist/node_modules/lodash/mapValues.js.map +1 -0
- package/dist/node_modules/lodash/max.js +17 -0
- package/dist/node_modules/lodash/max.js.map +1 -0
- package/dist/node_modules/lodash/maxBy.js +17 -0
- package/dist/node_modules/lodash/maxBy.js.map +1 -0
- package/dist/node_modules/lodash/memoize.js +22 -0
- package/dist/node_modules/lodash/memoize.js.map +1 -0
- package/dist/node_modules/lodash/min.js +17 -0
- package/dist/node_modules/lodash/min.js.map +1 -0
- package/dist/node_modules/lodash/minBy.js +17 -0
- package/dist/node_modules/lodash/minBy.js.map +1 -0
- package/dist/node_modules/lodash/noop.js +11 -0
- package/dist/node_modules/lodash/noop.js.map +1 -0
- package/dist/node_modules/lodash/now.js +14 -0
- package/dist/node_modules/lodash/now.js.map +1 -0
- package/dist/node_modules/lodash/property.js +18 -0
- package/dist/node_modules/lodash/property.js.map +1 -0
- package/dist/node_modules/lodash/range.js +11 -0
- package/dist/node_modules/lodash/range.js.map +1 -0
- package/dist/node_modules/lodash/some.js +20 -0
- package/dist/node_modules/lodash/some.js.map +1 -0
- package/dist/node_modules/lodash/sortBy.js +19 -0
- package/dist/node_modules/lodash/sortBy.js.map +1 -0
- package/dist/node_modules/lodash/stubArray.js +13 -0
- package/dist/node_modules/lodash/stubArray.js.map +1 -0
- package/dist/node_modules/lodash/stubFalse.js +13 -0
- package/dist/node_modules/lodash/stubFalse.js.map +1 -0
- package/dist/node_modules/lodash/throttle.js +22 -0
- package/dist/node_modules/lodash/throttle.js.map +1 -0
- package/dist/node_modules/lodash/toFinite.js +15 -0
- package/dist/node_modules/lodash/toFinite.js.map +1 -0
- package/dist/node_modules/lodash/toInteger.js +16 -0
- package/dist/node_modules/lodash/toInteger.js.map +1 -0
- package/dist/node_modules/lodash/toNumber.js +26 -0
- package/dist/node_modules/lodash/toNumber.js.map +1 -0
- package/dist/node_modules/lodash/toString.js +15 -0
- package/dist/node_modules/lodash/toString.js.map +1 -0
- package/dist/node_modules/lodash/uniqBy.js +16 -0
- package/dist/node_modules/lodash/uniqBy.js.map +1 -0
- package/dist/node_modules/lodash/upperFirst.js +11 -0
- package/dist/node_modules/lodash/upperFirst.js.map +1 -0
- package/dist/node_modules/object-assign/index.js +41 -0
- package/dist/node_modules/object-assign/index.js.map +1 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +46 -0
- package/dist/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +49 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +272 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/dist/node_modules/prop-types/index.js +16 -0
- package/dist/node_modules/prop-types/index.js.map +1 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/dist/node_modules/prop-types/lib/has.js +10 -0
- package/dist/node_modules/prop-types/lib/has.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +84 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +64 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +87 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +65 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/Animate.js +374 -0
- package/dist/node_modules/react-smooth/es6/Animate.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/AnimateManager.js +73 -0
- package/dist/node_modules/react-smooth/es6/AnimateManager.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/configUpdate.js +173 -0
- package/dist/node_modules/react-smooth/es6/configUpdate.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/easing.js +152 -0
- package/dist/node_modules/react-smooth/es6/easing.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/index.js +9 -0
- package/dist/node_modules/react-smooth/es6/index.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/setRafTimeout.js +14 -0
- package/dist/node_modules/react-smooth/es6/setRafTimeout.js.map +1 -0
- package/dist/node_modules/react-smooth/es6/util.js +92 -0
- package/dist/node_modules/react-smooth/es6/util.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Area.js +435 -0
- package/dist/node_modules/recharts/es6/cartesian/Area.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Bar.js +387 -0
- package/dist/node_modules/recharts/es6/cartesian/Bar.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/Brush.js +499 -0
- package/dist/node_modules/recharts/es6/cartesian/Brush.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js +338 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js +305 -0
- package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js +243 -0
- package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js +173 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js +178 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js +254 -0
- package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/XAxis.js +144 -0
- package/dist/node_modules/recharts/es6/cartesian/XAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/YAxis.js +143 -0
- package/dist/node_modules/recharts/es6/cartesian/YAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js +18 -0
- package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js.map +1 -0
- package/dist/node_modules/recharts/es6/cartesian/getTicks.js +121 -0
- package/dist/node_modules/recharts/es6/cartesian/getTicks.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js +101 -0
- package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/AreaChart.js +22 -0
- package/dist/node_modules/recharts/es6/chart/AreaChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/PieChart.js +34 -0
- package/dist/node_modules/recharts/es6/chart/PieChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js +1245 -0
- package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Cell.js +9 -0
- package/dist/node_modules/recharts/es6/component/Cell.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Cursor.js +93 -0
- package/dist/node_modules/recharts/es6/component/Cursor.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +237 -0
- package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js +171 -0
- package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Label.js +353 -0
- package/dist/node_modules/recharts/es6/component/Label.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/LabelList.js +166 -0
- package/dist/node_modules/recharts/es6/component/LabelList.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Legend.js +234 -0
- package/dist/node_modules/recharts/es6/component/Legend.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +187 -0
- package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Text.js +225 -0
- package/dist/node_modules/recharts/es6/component/Text.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/Tooltip.js +182 -0
- package/dist/node_modules/recharts/es6/component/Tooltip.js.map +1 -0
- package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js +198 -0
- package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js.map +1 -0
- package/dist/node_modules/recharts/es6/container/Layer.js +40 -0
- package/dist/node_modules/recharts/es6/container/Layer.js.map +1 -0
- package/dist/node_modules/recharts/es6/container/Surface.js +60 -0
- package/dist/node_modules/recharts/es6/container/Surface.js.map +1 -0
- package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +57 -0
- package/dist/node_modules/recharts/es6/context/chartLayoutContext.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/Pie.js +435 -0
- package/dist/node_modules/recharts/es6/polar/Pie.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js +215 -0
- package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js +268 -0
- package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Cross.js +112 -0
- package/dist/node_modules/recharts/es6/shape/Cross.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Curve.js +136 -0
- package/dist/node_modules/recharts/es6/shape/Curve.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Dot.js +27 -0
- package/dist/node_modules/recharts/es6/shape/Dot.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Polygon.js +112 -0
- package/dist/node_modules/recharts/es6/shape/Polygon.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Rectangle.js +205 -0
- package/dist/node_modules/recharts/es6/shape/Rectangle.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Sector.js +192 -0
- package/dist/node_modules/recharts/es6/shape/Sector.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Symbols.js +143 -0
- package/dist/node_modules/recharts/es6/shape/Symbols.js.map +1 -0
- package/dist/node_modules/recharts/es6/shape/Trapezoid.js +175 -0
- package/dist/node_modules/recharts/es6/shape/Trapezoid.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js +181 -0
- package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/BarUtils.js +112 -0
- package/dist/node_modules/recharts/es6/util/BarUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/CartesianUtils.js +234 -0
- package/dist/node_modules/recharts/es6/util/CartesianUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ChartUtils.js +562 -0
- package/dist/node_modules/recharts/es6/util/ChartUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js +70 -0
- package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DOMUtils.js +108 -0
- package/dist/node_modules/recharts/es6/util/DOMUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DataUtils.js +57 -0
- package/dist/node_modules/recharts/es6/util/DataUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js +58 -0
- package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/Events.js +7 -0
- package/dist/node_modules/recharts/es6/util/Events.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/Global.js +21 -0
- package/dist/node_modules/recharts/es6/util/Global.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js +9 -0
- package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/LogUtils.js +15 -0
- package/dist/node_modules/recharts/es6/util/LogUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/PolarUtils.js +198 -0
- package/dist/node_modules/recharts/es6/util/PolarUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ReactUtils.js +137 -0
- package/dist/node_modules/recharts/es6/util/ReactUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js +181 -0
- package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/ShallowEqual.js +10 -0
- package/dist/node_modules/recharts/es6/util/ShallowEqual.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/TickUtils.js +31 -0
- package/dist/node_modules/recharts/es6/util/TickUtils.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/calculateViewBox.js +25 -0
- package/dist/node_modules/recharts/es6/util/calculateViewBox.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js +23 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js +16 -0
- package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js +17 -0
- package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js +12 -0
- package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/getLegendProps.js +88 -0
- package/dist/node_modules/recharts/es6/util/getLegendProps.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js +13 -0
- package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js +12 -0
- package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/tooltip/translate.js +87 -0
- package/dist/node_modules/recharts/es6/util/tooltip/translate.js.map +1 -0
- package/dist/node_modules/recharts/es6/util/types.js +43 -0
- package/dist/node_modules/recharts/es6/util/types.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +132 -0
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/index.js +1 -0
- package/dist/node_modules/recharts-scale/es6/util/arithmetic.js +32 -0
- package/dist/node_modules/recharts-scale/es6/util/arithmetic.js.map +1 -0
- package/dist/node_modules/recharts-scale/es6/util/utils.js +79 -0
- package/dist/node_modules/recharts-scale/es6/util/utils.js.map +1 -0
- package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +13 -0
- package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +56 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +54 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +46 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js +12 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +12 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -0
- package/dist/node_modules/victory-vendor/es/d3-scale.js +53 -0
- package/dist/node_modules/victory-vendor/es/d3-scale.js.map +1 -0
- package/dist/node_modules/zustand/esm/traditional.js +17 -0
- package/dist/node_modules/zustand/esm/traditional.js.map +1 -0
- package/dist/node_modules/zustand/esm/vanilla/shallow.js +21 -0
- package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +1 -0
- package/dist/node_modules/zustand/esm/vanilla.js +20 -0
- package/dist/node_modules/zustand/esm/vanilla.js.map +1 -0
- package/dist/pages/ActionsPage.d.ts +2 -0
- package/dist/pages/ActionsPage.d.ts.map +1 -0
- package/dist/pages/ActionsPage.js +594 -0
- package/dist/pages/ActionsPage.js.map +1 -0
- package/dist/pages/AgentDetailsPage.d.ts +5 -0
- package/dist/pages/AgentDetailsPage.d.ts.map +1 -0
- package/dist/pages/AgentDetailsPage.js +1714 -0
- package/dist/pages/AgentDetailsPage.js.map +1 -0
- package/dist/pages/AgentGraphPage.d.ts +9 -0
- package/dist/pages/AgentGraphPage.d.ts.map +1 -0
- package/dist/pages/AgentGraphPage.js +179 -0
- package/dist/pages/AgentGraphPage.js.map +1 -0
- package/dist/pages/AgentsLandingPage.d.ts +12 -0
- package/dist/pages/AgentsLandingPage.d.ts.map +1 -0
- package/dist/pages/AgentsLandingPage.js +84 -0
- package/dist/pages/AgentsLandingPage.js.map +1 -0
- package/dist/pages/AgentsPage.d.ts +5 -0
- package/dist/pages/AgentsPage.d.ts.map +1 -0
- package/dist/pages/AgentsPage.js +701 -0
- package/dist/pages/AgentsPage.js.map +1 -0
- package/dist/pages/AnalyticsPage.d.ts +2 -0
- package/dist/pages/AnalyticsPage.d.ts.map +1 -0
- package/dist/pages/AnalyticsPage.js +507 -0
- package/dist/pages/AnalyticsPage.js.map +1 -0
- package/dist/pages/CatalogDetailPage.d.ts +2 -0
- package/dist/pages/CatalogDetailPage.d.ts.map +1 -0
- package/dist/pages/CatalogDetailPage.js +842 -0
- package/dist/pages/CatalogDetailPage.js.map +1 -0
- package/dist/pages/CatalogDocsPage.d.ts +2 -0
- package/dist/pages/CatalogDocsPage.d.ts.map +1 -0
- package/dist/pages/CatalogDocsPage.js +154 -0
- package/dist/pages/CatalogDocsPage.js.map +1 -0
- package/dist/pages/CatalogPage.d.ts +2 -0
- package/dist/pages/CatalogPage.d.ts.map +1 -0
- package/dist/pages/CatalogPage.js +189 -0
- package/dist/pages/CatalogPage.js.map +1 -0
- package/dist/pages/ComponentDetailPage.d.ts +2 -0
- package/dist/pages/ComponentDetailPage.d.ts.map +1 -0
- package/dist/pages/ComponentDetailPage.js +557 -0
- package/dist/pages/ComponentDetailPage.js.map +1 -0
- package/dist/pages/ComponentDocsPage.d.ts +2 -0
- package/dist/pages/ComponentDocsPage.d.ts.map +1 -0
- package/dist/pages/ComponentDocsPage.js +154 -0
- package/dist/pages/ComponentDocsPage.js.map +1 -0
- package/dist/pages/ComponentsPage.d.ts +2 -0
- package/dist/pages/ComponentsPage.d.ts.map +1 -0
- package/dist/pages/ComponentsPage.js +250 -0
- package/dist/pages/ComponentsPage.js.map +1 -0
- package/dist/pages/GettingStartedPage.d.ts +16 -0
- package/dist/pages/GettingStartedPage.d.ts.map +1 -0
- package/dist/pages/GettingStartedPage.js +261 -0
- package/dist/pages/GettingStartedPage.js.map +1 -0
- package/dist/pages/HealthPage.d.ts +2 -0
- package/dist/pages/HealthPage.d.ts.map +1 -0
- package/dist/pages/HealthPage.js +383 -0
- package/dist/pages/HealthPage.js.map +1 -0
- package/dist/pages/LogsPage.d.ts +2 -0
- package/dist/pages/LogsPage.d.ts.map +1 -0
- package/dist/pages/NoteDetailsPage.d.ts +2 -0
- package/dist/pages/NoteDetailsPage.d.ts.map +1 -0
- package/dist/pages/NoteDetailsPage.js +163 -0
- package/dist/pages/NoteDetailsPage.js.map +1 -0
- package/dist/pages/OverviewPage.d.ts +9 -0
- package/dist/pages/OverviewPage.d.ts.map +1 -0
- package/dist/pages/OverviewPage.js +419 -0
- package/dist/pages/OverviewPage.js.map +1 -0
- package/dist/pages/SessionDetailsPage.d.ts +6 -0
- package/dist/pages/SessionDetailsPage.d.ts.map +1 -0
- package/dist/pages/SessionDetailsPage.js +707 -0
- package/dist/pages/SessionDetailsPage.js.map +1 -0
- package/dist/pages/SessionsPage.d.ts +6 -0
- package/dist/pages/SessionsPage.d.ts.map +1 -0
- package/dist/pages/SessionsPage.js +1382 -0
- package/dist/pages/SessionsPage.js.map +1 -0
- package/dist/pages/SettingsPage.d.ts +2 -0
- package/dist/pages/SettingsPage.d.ts.map +1 -0
- package/dist/pages/SettingsPage.js +238 -0
- package/dist/pages/SettingsPage.js.map +1 -0
- package/dist/pages/SharedSessionPage.d.ts +13 -0
- package/dist/pages/SharedSessionPage.d.ts.map +1 -0
- package/dist/pages/SharedSessionPage.js +471 -0
- package/dist/pages/SharedSessionPage.js.map +1 -0
- package/dist/pages/SharedVibeDeckPage.d.ts +8 -0
- package/dist/pages/SharedVibeDeckPage.d.ts.map +1 -0
- package/dist/pages/SharedVibeDeckPage.js +262 -0
- package/dist/pages/SharedVibeDeckPage.js.map +1 -0
- package/dist/pages/TargetDetailsPage.d.ts +13 -0
- package/dist/pages/TargetDetailsPage.d.ts.map +1 -0
- package/dist/pages/TargetDetailsPage.js +266 -0
- package/dist/pages/TargetDetailsPage.js.map +1 -0
- package/dist/pages/TargetsPage.d.ts +8 -0
- package/dist/pages/TargetsPage.d.ts.map +1 -0
- package/dist/pages/TargetsPage.js +1113 -0
- package/dist/pages/TargetsPage.js.map +1 -0
- package/dist/pages/TemplateDetailPage.d.ts +2 -0
- package/dist/pages/TemplateDetailPage.d.ts.map +1 -0
- package/dist/pages/TemplateDetailPage.js +302 -0
- package/dist/pages/TemplateDetailPage.js.map +1 -0
- package/dist/pages/TemplatesPage.d.ts +2 -0
- package/dist/pages/TemplatesPage.d.ts.map +1 -0
- package/dist/pages/TemplatesPage.js +173 -0
- package/dist/pages/TemplatesPage.js.map +1 -0
- package/dist/pages/TunnelsLandingPage.d.ts +8 -0
- package/dist/pages/TunnelsLandingPage.d.ts.map +1 -0
- package/dist/pages/TunnelsLandingPage.js +69 -0
- package/dist/pages/TunnelsLandingPage.js.map +1 -0
- package/dist/pages/VibeAuditPage.d.ts +2 -0
- package/dist/pages/VibeAuditPage.d.ts.map +1 -0
- package/dist/pages/VibeAuditPage.js +233 -0
- package/dist/pages/VibeAuditPage.js.map +1 -0
- package/dist/pages/VibeCalendarPage.d.ts +9 -0
- package/dist/pages/VibeCalendarPage.d.ts.map +1 -0
- package/dist/pages/VibeCalendarPage.js +221 -0
- package/dist/pages/VibeCalendarPage.js.map +1 -0
- package/dist/pages/VibeDeckPage.d.ts +2 -0
- package/dist/pages/VibeDeckPage.d.ts.map +1 -0
- package/dist/pages/VibeDeckPage.js +884 -0
- package/dist/pages/VibeDeckPage.js.map +1 -0
- package/dist/pages/VibeDetailsPage.d.ts +5 -0
- package/dist/pages/VibeDetailsPage.d.ts.map +1 -0
- package/dist/pages/VibeDetailsPage.js +1321 -0
- package/dist/pages/VibeDetailsPage.js.map +1 -0
- package/dist/pages/VibeDocsPage.d.ts +2 -0
- package/dist/pages/VibeDocsPage.d.ts.map +1 -0
- package/dist/pages/VibeDocsPage.js +154 -0
- package/dist/pages/VibeDocsPage.js.map +1 -0
- package/dist/pages/VibeTaskDetailPage.d.ts +9 -0
- package/dist/pages/VibeTaskDetailPage.d.ts.map +1 -0
- package/dist/pages/VibeTaskDetailPage.js +264 -0
- package/dist/pages/VibeTaskDetailPage.js.map +1 -0
- package/dist/pages/VibesPage.d.ts +5 -0
- package/dist/pages/VibesPage.d.ts.map +1 -0
- package/dist/pages/VibesPage.js +600 -0
- package/dist/pages/VibesPage.js.map +1 -0
- package/dist/pages/WebhooksPage.d.ts +5 -0
- package/dist/pages/WebhooksPage.d.ts.map +1 -0
- package/dist/pages/ai/AIPage.d.ts +6 -0
- package/dist/pages/ai/AIPage.d.ts.map +1 -0
- package/dist/pages/ai/AIPage.js +187 -0
- package/dist/pages/ai/AIPage.js.map +1 -0
- package/dist/pages/ai/AISessionDetailPage.d.ts +5 -0
- package/dist/pages/ai/AISessionDetailPage.d.ts.map +1 -0
- package/dist/pages/ai/AISessionDetailPage.js +441 -0
- package/dist/pages/ai/AISessionDetailPage.js.map +1 -0
- package/dist/pages/ai/AgentManagerPage.d.ts +9 -0
- package/dist/pages/ai/AgentManagerPage.d.ts.map +1 -0
- package/dist/pages/ai/AgentManagerPage.js +159 -0
- package/dist/pages/ai/AgentManagerPage.js.map +1 -0
- package/dist/pages/index.d.ts +17 -0
- package/dist/pages/index.d.ts.map +1 -0
- package/dist/pages/tunnels/AuditTab.d.ts +8 -0
- package/dist/pages/tunnels/AuditTab.d.ts.map +1 -0
- package/dist/pages/tunnels/AuditTab.js +22 -0
- package/dist/pages/tunnels/AuditTab.js.map +1 -0
- package/dist/pages/tunnels/DomainsTab.d.ts +2 -0
- package/dist/pages/tunnels/DomainsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/DomainsTab.js +110 -0
- package/dist/pages/tunnels/DomainsTab.js.map +1 -0
- package/dist/pages/tunnels/ProvidersTab.d.ts +2 -0
- package/dist/pages/tunnels/ProvidersTab.d.ts.map +1 -0
- package/dist/pages/tunnels/ProvidersTab.js +111 -0
- package/dist/pages/tunnels/ProvidersTab.js.map +1 -0
- package/dist/pages/tunnels/SessionsTab.d.ts +8 -0
- package/dist/pages/tunnels/SessionsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/SessionsTab.js +63 -0
- package/dist/pages/tunnels/SessionsTab.js.map +1 -0
- package/dist/pages/tunnels/TunnelDetailsPage.d.ts +2 -0
- package/dist/pages/tunnels/TunnelDetailsPage.d.ts.map +1 -0
- package/dist/pages/tunnels/TunnelDetailsPage.js +121 -0
- package/dist/pages/tunnels/TunnelDetailsPage.js.map +1 -0
- package/dist/pages/tunnels/TunnelsTab.d.ts +2 -0
- package/dist/pages/tunnels/TunnelsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/TunnelsTab.js +174 -0
- package/dist/pages/tunnels/TunnelsTab.js.map +1 -0
- package/dist/pages/tunnels/UsageTab.d.ts +8 -0
- package/dist/pages/tunnels/UsageTab.d.ts.map +1 -0
- package/dist/pages/tunnels/UsageTab.js +22 -0
- package/dist/pages/tunnels/UsageTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.js +68 -0
- package/dist/pages/tunnels/tabs/TunnelAuditTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.js +63 -0
- package/dist/pages/tunnels/tabs/TunnelCliTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.js +120 -0
- package/dist/pages/tunnels/tabs/TunnelDomainsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js +56 -0
- package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts +8 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.js +137 -0
- package/dist/pages/tunnels/tabs/TunnelOverviewTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.js +104 -0
- package/dist/pages/tunnels/tabs/TunnelSessionsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts +9 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.js +67 -0
- package/dist/pages/tunnels/tabs/TunnelSettingsTab.js.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts +4 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts.map +1 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.js +127 -0
- package/dist/pages/tunnels/tabs/TunnelUsageTab.js.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +84 -0
- package/dist/plugin.js.map +1 -0
- package/dist/providers/AgentEventsProvider.d.ts +79 -0
- package/dist/providers/AgentEventsProvider.d.ts.map +1 -0
- package/dist/providers/AgentEventsProvider.js +42 -0
- package/dist/providers/AgentEventsProvider.js.map +1 -0
- package/dist/providers/VibeControlsProvider.d.ts +29 -0
- package/dist/providers/VibeControlsProvider.d.ts.map +1 -0
- package/dist/providers/VibeControlsProvider.js +126 -0
- package/dist/providers/VibeControlsProvider.js.map +1 -0
- package/dist/services/aiApi.d.ts +310 -0
- package/dist/services/aiApi.d.ts.map +1 -0
- package/dist/services/aiApi.js +336 -0
- package/dist/services/aiApi.js.map +1 -0
- package/dist/services/assistantApi.d.ts +71 -0
- package/dist/services/assistantApi.d.ts.map +1 -0
- package/dist/services/assistantApi.js +235 -0
- package/dist/services/assistantApi.js.map +1 -0
- package/dist/services/assistantExportService.d.ts +9 -0
- package/dist/services/assistantExportService.d.ts.map +1 -0
- package/dist/services/assistantExportService.js +44 -0
- package/dist/services/assistantExportService.js.map +1 -0
- package/dist/services/schedulerApi.d.ts +18 -0
- package/dist/services/schedulerApi.d.ts.map +1 -0
- package/dist/services/schedulerApi.js +39 -0
- package/dist/services/schedulerApi.js.map +1 -0
- package/dist/shared/hooks/useTr.d.ts +17 -0
- package/dist/shared/hooks/useTr.d.ts.map +1 -0
- package/dist/shared/hooks/useTr.js +14 -0
- package/dist/shared/hooks/useTr.js.map +1 -0
- package/dist/store/agentManagerStore.d.ts +65 -0
- package/dist/store/agentManagerStore.d.ts.map +1 -0
- package/dist/store/agentManagerStore.js +244 -0
- package/dist/store/agentManagerStore.js.map +1 -0
- package/dist/store/assistantStore.d.ts +56 -0
- package/dist/store/assistantStore.d.ts.map +1 -0
- package/dist/store/assistantStore.js +165 -0
- package/dist/store/assistantStore.js.map +1 -0
- package/dist/store/vibeControlsStore.d.ts +68 -0
- package/dist/store/vibeControlsStore.d.ts.map +1 -0
- package/dist/store/vibeControlsStore.js +123 -0
- package/dist/store/vibeControlsStore.js.map +1 -0
- package/dist/translations/en.d.ts +2174 -0
- package/dist/translations/en.d.ts.map +1 -0
- package/dist/translations/en.js +2130 -0
- package/dist/translations/en.js.map +1 -0
- package/dist/types/agentManager.d.ts +72 -0
- package/dist/types/agentManager.d.ts.map +1 -0
- package/dist/types/assistant.d.ts +58 -0
- package/dist/types/assistant.d.ts.map +1 -0
- package/dist/types/assistant.js +7 -0
- package/dist/types/assistant.js.map +1 -0
- package/dist/types/index.d.ts +134 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/agentStatus.d.ts +42 -0
- package/dist/utils/agentStatus.d.ts.map +1 -0
- package/dist/utils/agentStatus.js +9 -0
- package/dist/utils/agentStatus.js.map +1 -0
- package/dist/utils/aiSessionNotFound.d.ts +2 -0
- package/dist/utils/aiSessionNotFound.d.ts.map +1 -0
- package/dist/utils/aiSessionNotFound.js +18 -0
- package/dist/utils/aiSessionNotFound.js.map +1 -0
- package/dist/utils/nativeBridge.d.ts +3 -0
- package/dist/utils/nativeBridge.d.ts.map +1 -0
- package/dist/utils/nativeBridge.js +2 -0
- package/dist/utils/pageContext.d.ts +23 -0
- package/dist/utils/pageContext.d.ts.map +1 -0
- package/dist/utils/pageContext.js +16 -0
- package/dist/utils/pageContext.js.map +1 -0
- package/dist/utils/quotaUtils.d.ts +8 -0
- package/dist/utils/quotaUtils.d.ts.map +1 -0
- package/dist/utils/quotaUtils.js +88 -0
- package/dist/utils/quotaUtils.js.map +1 -0
- package/dist/utils/relativeTime.d.ts +3 -0
- package/dist/utils/relativeTime.d.ts.map +1 -0
- package/dist/utils/relativeTime.js +24 -0
- package/dist/utils/relativeTime.js.map +1 -0
- package/package.json +127 -0
|
@@ -0,0 +1,1714 @@
|
|
|
1
|
+
import { useAgentHeartbeatMutation as e, useAgentPluginsLazyQuery as t, useCheckSessionHealthMutation as n, useDeleteAgentMutation as r, useGetAgentQuery as i, useInstallAgentPluginMutation as a, useRemoveAgentPluginMutation as ee, useSetupAgentGatewayAuthMutation as te, useUpdateAgentMutation as ne } from "../generated/wspace-operations.js";
|
|
2
|
+
import { useVibeControls as o, useVibeNavigate as s } from "../providers/VibeControlsProvider.js";
|
|
3
|
+
import { useVibeControlsStore as c } from "../store/vibeControlsStore.js";
|
|
4
|
+
import { PageHeader as re } from "../components/shared/PageHeader.js";
|
|
5
|
+
import { LoadingState as l } from "../components/shared/LoadingState.js";
|
|
6
|
+
import { ErrorState as ie } from "../components/shared/ErrorState.js";
|
|
7
|
+
import { QuotaExhaustedDialog as ae } from "../components/shared/QuotaExhaustedDialog.js";
|
|
8
|
+
import { isQuotaExhaustedError as oe } from "../utils/quotaUtils.js";
|
|
9
|
+
import { isNative as se, nativeCopyText as ce, nativeToast as le } from "../utils/nativeBridge.js";
|
|
10
|
+
import { EmptyState as ue } from "../components/shared/EmptyState.js";
|
|
11
|
+
import { StatusBadge as u } from "../components/shared/StatusBadge.js";
|
|
12
|
+
import { Card as d } from "../components/shared/Card.js";
|
|
13
|
+
import { EntityTagPicker as f } from "../components/shared/EntityTagPicker.js";
|
|
14
|
+
import "../components/shared/index.js";
|
|
15
|
+
import { VIBE_PERMISSIONS as de } from "../constants/permissions.js";
|
|
16
|
+
import { AgentBackupTab as fe } from "../components/agents/backup/AgentBackupTab.js";
|
|
17
|
+
import { PluginUIPanel as p } from "../components/agents/PluginUIPanel.js";
|
|
18
|
+
import { OpenInBrowserEditorButton as pe } from "../components/agents/OpenInBrowserEditorButton.js";
|
|
19
|
+
import "../components/agents/index.js";
|
|
20
|
+
import { LogViewer as me } from "../components/logs/LogViewer.js";
|
|
21
|
+
import { NotesTabPanel as he } from "../components/notes/NotesTabPanel.js";
|
|
22
|
+
import "../components/notes/index.js";
|
|
23
|
+
import { useQueryBackedTab as ge } from "../hooks/useQueryBackedTab.js";
|
|
24
|
+
import { useCallback as m, useEffect as h, useRef as g, useState as _ } from "react";
|
|
25
|
+
import { useI18n as _e } from "@burdenoff/fe-libs/shared/providers/shell/I18nProvider";
|
|
26
|
+
import { ArrowLeft as v, Check as ve, CheckCircle2 as ye, Clock as be, Copy as xe, Cpu as Se, Database as Ce, Download as we, Eye as Te, EyeOff as Ee, FileText as De, HardDrive as Oe, Info as ke, Key as Ae, Link2 as y, Loader2 as b, Monitor as je, Play as Me, Puzzle as x, RefreshCw as Ne, ScrollText as Pe, Search as Fe, Server as S, Settings as Ie, Shield as Le, Square as Re, Tag as ze, Terminal as C, Trash2 as Be, Unlink as Ve, X as w, Zap as T } from "lucide-react";
|
|
27
|
+
import { useParams as He } from "react-router-dom";
|
|
28
|
+
import { usePermissions as Ue } from "@burdenoff/fe-libs/shared/providers/shell";
|
|
29
|
+
import { AnimatePresence as We, motion as E } from "framer-motion";
|
|
30
|
+
import { Fragment as D, jsx as O, jsxs as k } from "react/jsx-runtime";
|
|
31
|
+
import { MotionPage as A } from "@burdenoff/fe-libs/shared/motion";
|
|
32
|
+
//#region src/pages/AgentDetailsPage.tsx
|
|
33
|
+
function Ge({ agent: e, onUpdate: t }) {
|
|
34
|
+
let { t: n } = _e(), [r] = ne(), [i] = te(), [a, ee] = _(!1), [o, s] = _(null), [c, re] = _(!1), [l, ie] = _(null), [ae, oe] = _(!1), [ue, u] = _(!1), [f, de] = _(!1), fe = !!(e.appId && e.appClientId), p = (e, t, r) => {
|
|
35
|
+
let i = n(e, r), a = i === e ? t : i;
|
|
36
|
+
return r ? Object.entries(r).reduce((e, [t, n]) => e.replace(`{{${t}}}`, String(n)), a) : a;
|
|
37
|
+
}, pe = e.metadata?.devportalApplicationId;
|
|
38
|
+
return /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
39
|
+
className: "p-4 border-b border-border-default",
|
|
40
|
+
children: /* @__PURE__ */ k("h3", {
|
|
41
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
42
|
+
children: [/* @__PURE__ */ O(Le, { className: "w-5 h-5" }), p("agentDetails.gatewayAuthTitle", "Gateway Auth (OAuth2)")]
|
|
43
|
+
})
|
|
44
|
+
}), /* @__PURE__ */ k("div", {
|
|
45
|
+
className: "p-4 space-y-3",
|
|
46
|
+
children: [o && /* @__PURE__ */ k("div", {
|
|
47
|
+
className: "flex items-center gap-2 p-3 bg-status-error-bg text-status-error-text rounded-md text-sm",
|
|
48
|
+
children: [
|
|
49
|
+
/* @__PURE__ */ O(w, { className: "w-4 h-4 flex-shrink-0" }),
|
|
50
|
+
/* @__PURE__ */ O("span", {
|
|
51
|
+
className: "flex-1",
|
|
52
|
+
children: o
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ O("button", {
|
|
55
|
+
onClick: () => s(null),
|
|
56
|
+
className: "flex-shrink-0 p-0.5 hover:bg-status-error-text/10 rounded",
|
|
57
|
+
children: /* @__PURE__ */ O(w, { className: "w-3.5 h-3.5" })
|
|
58
|
+
})
|
|
59
|
+
]
|
|
60
|
+
}), fe ? /* @__PURE__ */ k(D, { children: [
|
|
61
|
+
/* @__PURE__ */ k("div", {
|
|
62
|
+
className: "flex items-start gap-3",
|
|
63
|
+
children: [/* @__PURE__ */ O("div", {
|
|
64
|
+
className: "w-8 h-8 rounded-lg bg-status-success-bg flex items-center justify-center flex-shrink-0 mt-0.5",
|
|
65
|
+
children: /* @__PURE__ */ O(y, { className: "w-4 h-4 text-status-success-text" })
|
|
66
|
+
}), /* @__PURE__ */ k("div", {
|
|
67
|
+
className: "flex-1 min-w-0 space-y-2",
|
|
68
|
+
children: [/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
69
|
+
className: "text-sm font-medium text-text-primary",
|
|
70
|
+
children: p("agentDetails.linkedToOauthApp", "Linked to OAuth App")
|
|
71
|
+
}), /* @__PURE__ */ O("p", {
|
|
72
|
+
className: "text-xs text-text-muted",
|
|
73
|
+
children: p("agentDetails.gatewayAuthLinkedDescription", "This agent can authenticate with the API gateway using Client Credentials.")
|
|
74
|
+
})] }), /* @__PURE__ */ k("div", {
|
|
75
|
+
className: "grid grid-cols-1 sm:grid-cols-2 gap-3",
|
|
76
|
+
children: [/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
77
|
+
className: "text-xs text-text-secondary mb-1",
|
|
78
|
+
children: p("agentDetails.clientId", "Client ID")
|
|
79
|
+
}), /* @__PURE__ */ k("div", {
|
|
80
|
+
className: "flex items-center gap-2",
|
|
81
|
+
children: [/* @__PURE__ */ O("code", {
|
|
82
|
+
className: "text-xs font-mono text-text-primary bg-bg-sunken px-2 py-1 rounded truncate block flex-1",
|
|
83
|
+
children: e.appClientId
|
|
84
|
+
}), /* @__PURE__ */ O("button", {
|
|
85
|
+
onClick: async () => {
|
|
86
|
+
if (e.appClientId) try {
|
|
87
|
+
await ce(e.appClientId), se() && le("Copied"), u(!0), setTimeout(() => u(!1), 2e3);
|
|
88
|
+
} catch {}
|
|
89
|
+
},
|
|
90
|
+
className: "p-1 rounded hover:bg-bg-sunken transition-colors flex-shrink-0",
|
|
91
|
+
title: p("agentDetails.copyClientId", "Copy Client ID"),
|
|
92
|
+
children: ue ? /* @__PURE__ */ O(ve, { className: "w-3.5 h-3.5 text-status-success-text" }) : /* @__PURE__ */ O(xe, { className: "w-3.5 h-3.5 text-text-secondary" })
|
|
93
|
+
})]
|
|
94
|
+
})] }), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
95
|
+
className: "text-xs text-text-secondary mb-1",
|
|
96
|
+
children: p("agentDetails.appId", "App ID")
|
|
97
|
+
}), /* @__PURE__ */ O("code", {
|
|
98
|
+
className: "text-xs font-mono text-text-muted bg-bg-sunken px-2 py-1 rounded truncate block",
|
|
99
|
+
children: e.appId
|
|
100
|
+
})] })]
|
|
101
|
+
})]
|
|
102
|
+
})]
|
|
103
|
+
}),
|
|
104
|
+
l && /* @__PURE__ */ k("div", {
|
|
105
|
+
className: "p-3 bg-status-warning-bg/20 border border-status-warning-text/20 rounded-lg space-y-2",
|
|
106
|
+
children: [
|
|
107
|
+
/* @__PURE__ */ O("p", {
|
|
108
|
+
className: "text-sm font-medium text-status-warning-text",
|
|
109
|
+
children: p("agentDetails.clientSecretOneTimeTitle", "Client Secret (one-time display)")
|
|
110
|
+
}),
|
|
111
|
+
/* @__PURE__ */ O("p", {
|
|
112
|
+
className: "text-xs text-text-secondary",
|
|
113
|
+
children: p("agentDetails.clientSecretOneTimeDescription", "This secret has been automatically sent to the agent. Save it now if you need it — it won't be shown again.")
|
|
114
|
+
}),
|
|
115
|
+
/* @__PURE__ */ k("div", {
|
|
116
|
+
className: "flex items-center gap-2",
|
|
117
|
+
children: [
|
|
118
|
+
/* @__PURE__ */ O("code", {
|
|
119
|
+
className: "text-xs font-mono text-text-primary bg-bg-sunken px-2 py-1 rounded flex-1 truncate",
|
|
120
|
+
children: c ? l : "•".repeat(32)
|
|
121
|
+
}),
|
|
122
|
+
/* @__PURE__ */ O("button", {
|
|
123
|
+
onClick: () => re(!c),
|
|
124
|
+
className: "p-1 rounded hover:bg-bg-sunken transition-colors flex-shrink-0",
|
|
125
|
+
children: O(c ? Ee : Te, { className: "w-3.5 h-3.5 text-text-secondary" })
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ O("button", {
|
|
128
|
+
onClick: async () => {
|
|
129
|
+
if (l) try {
|
|
130
|
+
await ce(l), se() && le("Secret copied"), oe(!0), setTimeout(() => oe(!1), 2e3);
|
|
131
|
+
} catch {}
|
|
132
|
+
},
|
|
133
|
+
className: "p-1 rounded hover:bg-bg-sunken transition-colors flex-shrink-0",
|
|
134
|
+
children: ae ? /* @__PURE__ */ O(ve, { className: "w-3.5 h-3.5 text-status-success-text" }) : /* @__PURE__ */ O(xe, { className: "w-3.5 h-3.5 text-text-secondary" })
|
|
135
|
+
})
|
|
136
|
+
]
|
|
137
|
+
})
|
|
138
|
+
]
|
|
139
|
+
}),
|
|
140
|
+
/* @__PURE__ */ k("div", {
|
|
141
|
+
className: "flex items-center gap-2",
|
|
142
|
+
children: [pe && /* @__PURE__ */ k("a", {
|
|
143
|
+
href: `/devportal/apps/${pe}`,
|
|
144
|
+
className: "flex items-center gap-2 px-3 py-1.5 text-xs text-action-primary-bg bg-action-primary-bg/10 hover:bg-action-primary-bg/20 rounded-md transition-colors",
|
|
145
|
+
children: [/* @__PURE__ */ O(je, { className: "w-3 h-3" }), p("agentDetails.viewInDeveloperPortal", "View in Developer Portal")]
|
|
146
|
+
}), /* @__PURE__ */ k("button", {
|
|
147
|
+
onClick: async () => {
|
|
148
|
+
if (window.confirm(p("agentDetails.confirmUnlinkOauthApp", "Remove the linked OAuth app from this agent? The app will still exist in auth-svc."))) {
|
|
149
|
+
de(!0), s(null);
|
|
150
|
+
try {
|
|
151
|
+
await r({ variables: {
|
|
152
|
+
id: e.id,
|
|
153
|
+
input: {
|
|
154
|
+
appId: null,
|
|
155
|
+
appClientId: null
|
|
156
|
+
}
|
|
157
|
+
} }), ie(null), t();
|
|
158
|
+
} catch (e) {
|
|
159
|
+
s(e instanceof Error ? e.message : p("agentDetails.failedUnlinkApp", "Failed to unlink app"));
|
|
160
|
+
} finally {
|
|
161
|
+
de(!1);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
disabled: f,
|
|
166
|
+
className: "flex items-center gap-2 px-3 py-1.5 text-xs text-status-error-text hover:bg-status-error-bg rounded-md transition-colors disabled:opacity-50",
|
|
167
|
+
children: [f ? /* @__PURE__ */ O(b, { className: "w-3 h-3 animate-spin" }) : /* @__PURE__ */ O(Ve, { className: "w-3 h-3" }), p("agentDetails.unlinkApp", "Unlink App")]
|
|
168
|
+
})]
|
|
169
|
+
})
|
|
170
|
+
] }) : /* @__PURE__ */ k(D, { children: [/* @__PURE__ */ k("div", {
|
|
171
|
+
className: "flex items-start gap-3",
|
|
172
|
+
children: [/* @__PURE__ */ O("div", {
|
|
173
|
+
className: "w-8 h-8 rounded-lg bg-bg-sunken flex items-center justify-center flex-shrink-0 mt-0.5",
|
|
174
|
+
children: /* @__PURE__ */ O(Le, { className: "w-4 h-4 text-text-muted" })
|
|
175
|
+
}), /* @__PURE__ */ k("div", {
|
|
176
|
+
className: "flex-1",
|
|
177
|
+
children: [/* @__PURE__ */ O("p", {
|
|
178
|
+
className: "text-sm font-medium text-text-primary",
|
|
179
|
+
children: p("agentDetails.noOauthAppLinked", "No OAuth App Linked")
|
|
180
|
+
}), /* @__PURE__ */ O("p", {
|
|
181
|
+
className: "text-xs text-text-muted mt-0.5",
|
|
182
|
+
children: p("agentDetails.gatewayAuthSetupDescription", "Set up gateway auth to allow this agent to communicate with the API gateways using OAuth2 Client Credentials. This creates an OAuth app, registers it in the Developer Portal, and pushes the credentials to the agent.")
|
|
183
|
+
})]
|
|
184
|
+
})]
|
|
185
|
+
}), /* @__PURE__ */ O("button", {
|
|
186
|
+
onClick: async () => {
|
|
187
|
+
ee(!0), s(null);
|
|
188
|
+
try {
|
|
189
|
+
let { data: n } = await i({ variables: { input: { agentId: e.id } } }), r = n?.setupAgentGatewayAuth;
|
|
190
|
+
if (!r) throw Error(p("agentDetails.gatewayAuthNoResultError", "No result returned from setupAgentGatewayAuth"));
|
|
191
|
+
ie(r.clientSecret), r.error && s(r.error), t();
|
|
192
|
+
} catch (e) {
|
|
193
|
+
s(e instanceof Error ? e.message : p("agentDetails.failedSetupGatewayAuth", "Failed to set up gateway auth"));
|
|
194
|
+
} finally {
|
|
195
|
+
ee(!1);
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
disabled: a,
|
|
199
|
+
className: "flex items-center gap-2 px-4 py-2 text-sm font-medium text-action-primary-text bg-action-primary-bg rounded-md hover:bg-action-primary-bg-hover transition-colors disabled:opacity-50",
|
|
200
|
+
children: a ? /* @__PURE__ */ k(D, { children: [/* @__PURE__ */ O(b, { className: "w-4 h-4 animate-spin" }), p("agentDetails.settingUp", "Setting up...")] }) : /* @__PURE__ */ k(D, { children: [/* @__PURE__ */ O(y, { className: "w-4 h-4" }), p("agentDetails.setupGatewayAuth", "Setup Gateway Auth")] })
|
|
201
|
+
})] })]
|
|
202
|
+
})] });
|
|
203
|
+
}
|
|
204
|
+
function j() {
|
|
205
|
+
let { t: te } = _e(), { id: y } = He(), { basePath: Ve } = o(), j = Ve || "", M = s(), { hasPermission: Ke, isLoading: qe } = Ue(), N = m((e, t, n) => {
|
|
206
|
+
let r = te(e, n), i = r === e ? t : r;
|
|
207
|
+
return n ? Object.entries(n).reduce((e, [t, n]) => e.replace(`{{${t}}}`, String(n)), i) : i;
|
|
208
|
+
}, [te]), [Je] = e({ refetchQueries: ["GetAgent"] }), [Ye] = ne({ refetchQueries: ["GetAgent"] }), [Xe] = r(), [Ze] = n({ refetchQueries: ["GetAgent"] }), Qe = c((e) => e.setActiveAgentId);
|
|
209
|
+
h(() => {
|
|
210
|
+
y && Qe(y);
|
|
211
|
+
}, [y, Qe]);
|
|
212
|
+
let [P, $e] = ge([
|
|
213
|
+
"overview",
|
|
214
|
+
"security",
|
|
215
|
+
"plugins",
|
|
216
|
+
"sessions",
|
|
217
|
+
"logs",
|
|
218
|
+
"vibes",
|
|
219
|
+
"notes",
|
|
220
|
+
"backup"
|
|
221
|
+
], "overview"), [et, F] = _(!1), [tt, I] = _(null), [L, nt] = _(!1), [rt, it] = _(null), [at, ot] = _(!1), st = g(null), ct = g(null), lt = g(null), ut = g(null), dt = g(null), [R, ft] = _(!1), [pt, mt] = _(!1), { data: ht, loading: z, error: gt, refetch: _t } = i({
|
|
222
|
+
variables: { id: y || "" },
|
|
223
|
+
skip: !y,
|
|
224
|
+
fetchPolicy: "cache-and-network"
|
|
225
|
+
}), B = ht?.vibecontrolsAgent, vt = g(!1);
|
|
226
|
+
h(() => {
|
|
227
|
+
B && !vt.current && (vt.current = !0, Ze().catch(() => {}));
|
|
228
|
+
}, [B, Ze]);
|
|
229
|
+
let [V, yt] = _([]), [bt, xt] = _([]), [St, Ct] = _(!0), [H, U] = _(null), [wt, W] = _(null), [Tt, Et] = _(!1), Dt = g(!1), [G, K] = _("installed"), [q, Ot] = _(""), [J, kt] = _([]), [At, jt] = _(!1), [Mt, Nt] = _(null), [Y, Pt] = _(null), [Ft] = t(), [It] = a(), [Lt] = ee(), X = m(async () => {
|
|
230
|
+
if (B?.id) {
|
|
231
|
+
Ct(!0), W(null);
|
|
232
|
+
try {
|
|
233
|
+
let { data: e } = await Ft({ variables: { agentId: B.id } }), t = e?.agentPlugins;
|
|
234
|
+
if (t) {
|
|
235
|
+
let e = (t.installed || []).map((e) => ({
|
|
236
|
+
packageName: e.packageName,
|
|
237
|
+
pluginName: e.pluginName,
|
|
238
|
+
version: e.version,
|
|
239
|
+
installedAt: e.installedAt || "",
|
|
240
|
+
loaded: e.loaded,
|
|
241
|
+
description: e.description ?? void 0,
|
|
242
|
+
tags: e.tags?.filter(Boolean) ?? void 0,
|
|
243
|
+
isCore: e.isCore,
|
|
244
|
+
cliCommand: e.cliCommand ?? void 0,
|
|
245
|
+
apiPrefix: e.apiPrefix ?? void 0,
|
|
246
|
+
hasUI: e.hasUI,
|
|
247
|
+
hasCliSetup: e.hasCliSetup,
|
|
248
|
+
hasServerStart: e.hasServerStart,
|
|
249
|
+
hasServerStop: e.hasServerStop,
|
|
250
|
+
hasServerReady: e.hasServerReady,
|
|
251
|
+
hasProviders: e.hasProviders
|
|
252
|
+
})), n = (t.available || []).map((e) => ({
|
|
253
|
+
packageName: e.packageName,
|
|
254
|
+
name: e.name,
|
|
255
|
+
description: e.description,
|
|
256
|
+
version: e.version,
|
|
257
|
+
tags: [...e.tags],
|
|
258
|
+
installed: e.installed
|
|
259
|
+
}));
|
|
260
|
+
yt(e), xt(n), t.error && W(t.error);
|
|
261
|
+
}
|
|
262
|
+
} catch {
|
|
263
|
+
W("Agent unreachable — unable to fetch plugin list");
|
|
264
|
+
} finally {
|
|
265
|
+
Ct(!1);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}, [B?.id, Ft]);
|
|
269
|
+
h(() => {
|
|
270
|
+
B?.id && !Dt.current && (Dt.current = !0, X());
|
|
271
|
+
}, [B?.id, X]);
|
|
272
|
+
let Rt = m(async (e) => {
|
|
273
|
+
if (B?.id) {
|
|
274
|
+
U(e);
|
|
275
|
+
try {
|
|
276
|
+
let { data: t } = await It({ variables: {
|
|
277
|
+
agentId: B.id,
|
|
278
|
+
packageName: e
|
|
279
|
+
} });
|
|
280
|
+
if (t?.installAgentPlugin?.success) await X();
|
|
281
|
+
else throw Error(t?.installAgentPlugin?.error || N("agentDetails.installFailed", "Install failed"));
|
|
282
|
+
} catch (e) {
|
|
283
|
+
if (oe(e)) {
|
|
284
|
+
Et(!0);
|
|
285
|
+
return;
|
|
286
|
+
}
|
|
287
|
+
W(e instanceof Error ? e.message : N("agentDetails.pluginInstallFailed", "Failed to install plugin")), setTimeout(() => W(null), 5e3);
|
|
288
|
+
} finally {
|
|
289
|
+
U(null);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}, [
|
|
293
|
+
B?.id,
|
|
294
|
+
It,
|
|
295
|
+
X,
|
|
296
|
+
N
|
|
297
|
+
]), zt = m(async (e) => {
|
|
298
|
+
if (B?.id && window.confirm(N("agentDetails.removePluginConfirm", "Remove plugin {{packageName}}?", { packageName: e }))) {
|
|
299
|
+
U(e);
|
|
300
|
+
try {
|
|
301
|
+
let { data: t } = await Lt({ variables: {
|
|
302
|
+
agentId: B.id,
|
|
303
|
+
packageName: e
|
|
304
|
+
} });
|
|
305
|
+
if (t?.removeAgentPlugin?.success) await X();
|
|
306
|
+
else throw Error(t?.removeAgentPlugin?.error || N("agentDetails.removeFailed", "Remove failed"));
|
|
307
|
+
} catch (e) {
|
|
308
|
+
W(e instanceof Error ? e.message : N("agentDetails.pluginRemoveFailed", "Failed to remove plugin")), setTimeout(() => W(null), 5e3);
|
|
309
|
+
} finally {
|
|
310
|
+
U(null);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}, [
|
|
314
|
+
B?.id,
|
|
315
|
+
Lt,
|
|
316
|
+
X,
|
|
317
|
+
N
|
|
318
|
+
]), Z = B?.sessions || [], Q = B?.vibes || [], Bt = m(async () => {
|
|
319
|
+
jt(!0), Nt(null);
|
|
320
|
+
try {
|
|
321
|
+
let e = await (await fetch(typeof window < "u" && window.__BURDENOFF_GLOBAL_GATEWAY__ || "/global/graphql", {
|
|
322
|
+
method: "POST",
|
|
323
|
+
headers: { "Content-Type": "application/json" },
|
|
324
|
+
credentials: "include",
|
|
325
|
+
body: JSON.stringify({ query: "query MyStorePlugins {\n myEntitlements {\n id\n productId\n licenseKey\n product {\n id\n name\n slug\n icon\n description\n manifest\n }\n }\n }" })
|
|
326
|
+
})).json();
|
|
327
|
+
if (e.errors?.length) throw Error(e.errors[0]?.message ?? "Failed to load store plugins");
|
|
328
|
+
kt((e.data?.myEntitlements ?? []).filter((e) => {
|
|
329
|
+
let t = e.product?.manifest;
|
|
330
|
+
if (!t) return !1;
|
|
331
|
+
let n = t.itemType?.toLowerCase();
|
|
332
|
+
return n === "vibemodule" || n === "plugin";
|
|
333
|
+
}));
|
|
334
|
+
} catch (e) {
|
|
335
|
+
Nt(e instanceof Error ? e.message : "Failed to load store plugins");
|
|
336
|
+
} finally {
|
|
337
|
+
jt(!1);
|
|
338
|
+
}
|
|
339
|
+
}, []);
|
|
340
|
+
h(() => {
|
|
341
|
+
G === "store" && J.length === 0 && !At && Bt();
|
|
342
|
+
}, [
|
|
343
|
+
G,
|
|
344
|
+
J.length,
|
|
345
|
+
At,
|
|
346
|
+
Bt
|
|
347
|
+
]);
|
|
348
|
+
let Vt = m(async (e, t) => {
|
|
349
|
+
if (B?.id) {
|
|
350
|
+
Pt(e);
|
|
351
|
+
try {
|
|
352
|
+
let n = await (await fetch(typeof window < "u" && window.__BURDENOFF_WSPACE_GATEWAY__ || "/workspaces/graphql", {
|
|
353
|
+
method: "POST",
|
|
354
|
+
headers: { "Content-Type": "application/json" },
|
|
355
|
+
credentials: "include",
|
|
356
|
+
body: JSON.stringify({
|
|
357
|
+
query: "mutation InstallStorePlugin($agentId: ID!, $productId: ID!, $licenseKey: String) {\n installStorePluginOnAgent(agentId: $agentId, productId: $productId, licenseKey: $licenseKey) {\n success\n error\n }\n }",
|
|
358
|
+
variables: {
|
|
359
|
+
agentId: B.id,
|
|
360
|
+
productId: e,
|
|
361
|
+
licenseKey: t
|
|
362
|
+
}
|
|
363
|
+
})
|
|
364
|
+
})).json();
|
|
365
|
+
if (n.errors?.length) throw Error(n.errors[0]?.message ?? "Install failed");
|
|
366
|
+
let r = n.data?.installStorePluginOnAgent;
|
|
367
|
+
if (!r?.success) throw Error(r?.error ?? "Install failed");
|
|
368
|
+
await X(), K("installed");
|
|
369
|
+
} catch (e) {
|
|
370
|
+
Nt(e instanceof Error ? e.message : "Install failed");
|
|
371
|
+
} finally {
|
|
372
|
+
Pt(null);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}, [B?.id, X]);
|
|
376
|
+
if (h(() => {
|
|
377
|
+
if (typeof window > "u" || !B?.id) return;
|
|
378
|
+
let e = new URLSearchParams(window.location.search), t = e.get("install"), n = e.get("licenseKey");
|
|
379
|
+
if (t && t !== Y) {
|
|
380
|
+
K("store"), Vt(t, n);
|
|
381
|
+
let e = new URL(window.location.href);
|
|
382
|
+
e.searchParams.delete("install"), e.searchParams.delete("licenseKey"), window.history.replaceState({}, "", e.toString());
|
|
383
|
+
}
|
|
384
|
+
}, [
|
|
385
|
+
B?.id,
|
|
386
|
+
Vt,
|
|
387
|
+
Y
|
|
388
|
+
]), qe) return /* @__PURE__ */ O("div", {
|
|
389
|
+
className: "flex items-center justify-center min-h-[400px]",
|
|
390
|
+
children: /* @__PURE__ */ O("p", {
|
|
391
|
+
className: "text-text-secondary",
|
|
392
|
+
children: "Loading permissions..."
|
|
393
|
+
})
|
|
394
|
+
});
|
|
395
|
+
if (!Ke(de.AGENT_READ)) return /* @__PURE__ */ O("div", {
|
|
396
|
+
className: "flex items-center justify-center min-h-[400px]",
|
|
397
|
+
children: /* @__PURE__ */ k("div", {
|
|
398
|
+
className: "text-center space-y-2",
|
|
399
|
+
children: [/* @__PURE__ */ O("h2", {
|
|
400
|
+
className: "text-lg font-semibold text-foreground",
|
|
401
|
+
children: "Access Denied"
|
|
402
|
+
}), /* @__PURE__ */ O("p", {
|
|
403
|
+
className: "text-sm text-text-secondary",
|
|
404
|
+
children: "You don't have permission to access this page."
|
|
405
|
+
})]
|
|
406
|
+
})
|
|
407
|
+
});
|
|
408
|
+
let $ = () => {
|
|
409
|
+
M("/agents");
|
|
410
|
+
}, Ht = async () => {
|
|
411
|
+
if (B?.id) try {
|
|
412
|
+
await Je({ variables: { id: B.id } });
|
|
413
|
+
} catch (e) {
|
|
414
|
+
console.error("Failed to start agent:", e);
|
|
415
|
+
}
|
|
416
|
+
}, Ut = async () => {
|
|
417
|
+
if (B?.id) try {
|
|
418
|
+
await Ye({ variables: {
|
|
419
|
+
id: B.id,
|
|
420
|
+
input: { metadata: { status: "inactive" } }
|
|
421
|
+
} });
|
|
422
|
+
} catch (e) {
|
|
423
|
+
console.error("Failed to stop agent:", e);
|
|
424
|
+
}
|
|
425
|
+
}, Wt = () => {
|
|
426
|
+
I(null), F(!0);
|
|
427
|
+
}, Gt = async () => {
|
|
428
|
+
if (!B?.id) return;
|
|
429
|
+
let e = st.current?.value?.trim(), t = ct.current?.value?.trim(), n = lt.current?.value?.trim(), r = ut.current?.value?.trim(), i = dt.current?.value?.trim();
|
|
430
|
+
if (!e) {
|
|
431
|
+
I(N("agentDetails.agentNameRequired", "Agent name is required"));
|
|
432
|
+
return;
|
|
433
|
+
}
|
|
434
|
+
let a;
|
|
435
|
+
if (i) try {
|
|
436
|
+
a = JSON.parse(i);
|
|
437
|
+
} catch {
|
|
438
|
+
I(N("agentDetails.metadataJsonRequired", "Metadata must be valid JSON"));
|
|
439
|
+
return;
|
|
440
|
+
}
|
|
441
|
+
nt(!0), I(null);
|
|
442
|
+
try {
|
|
443
|
+
await Ye({ variables: {
|
|
444
|
+
id: B.id,
|
|
445
|
+
input: {
|
|
446
|
+
name: e,
|
|
447
|
+
...t === void 0 ? {} : { tunnelUrl: t || null },
|
|
448
|
+
...n === void 0 ? {} : { agentApiKey: n || null },
|
|
449
|
+
aiContext: r || null,
|
|
450
|
+
metadata: a
|
|
451
|
+
}
|
|
452
|
+
} }), F(!1), it(N("agentDetails.configurationUpdated", "Agent configuration updated successfully")), setTimeout(() => it(null), 3e3);
|
|
453
|
+
} catch (e) {
|
|
454
|
+
I(e instanceof Error ? e.message : N("agentDetails.configurationUpdateFailed", "Failed to update agent configuration"));
|
|
455
|
+
} finally {
|
|
456
|
+
nt(!1);
|
|
457
|
+
}
|
|
458
|
+
}, Kt = async () => {
|
|
459
|
+
if (B?.agentApiKey) try {
|
|
460
|
+
await ce(B.agentApiKey), se() && le("API key copied"), mt(!0), setTimeout(() => mt(!1), 2e3);
|
|
461
|
+
} catch {
|
|
462
|
+
console.error("Failed to copy API key");
|
|
463
|
+
}
|
|
464
|
+
}, qt = async () => {
|
|
465
|
+
if (B?.id && window.confirm(N("agentDetails.removeAgentConfirm", "Are you sure you want to remove agent \"{{name}}\"?", { name: B.name }))) try {
|
|
466
|
+
await Xe({ variables: { id: B.id } }), $();
|
|
467
|
+
} catch (e) {
|
|
468
|
+
console.error("Failed to remove agent:", e);
|
|
469
|
+
}
|
|
470
|
+
}, Jt = (e) => {
|
|
471
|
+
M(`/sessions/${e}`);
|
|
472
|
+
}, Yt = (e) => {
|
|
473
|
+
M(`/vibes/${e}`);
|
|
474
|
+
}, Xt = (e) => {
|
|
475
|
+
if (!e) return N("health.never", "Never");
|
|
476
|
+
let t = Date.now() - new Date(e).getTime();
|
|
477
|
+
return t < 6e4 ? N("health.justNow", "Just now") : t < 36e5 ? N("agentDetails.minutesAgo", "{{count}}m ago", { count: Math.floor(t / 6e4) }) : t < 864e5 ? N("agentDetails.hoursAgo", "{{count}}h ago", { count: Math.floor(t / 36e5) }) : new Date(e).toLocaleDateString();
|
|
478
|
+
};
|
|
479
|
+
if (z && !B) return /* @__PURE__ */ k(A, {
|
|
480
|
+
className: "space-y-6 p-4 sm:p-6 bg-bg-surface min-h-screen",
|
|
481
|
+
children: [/* @__PURE__ */ k("button", {
|
|
482
|
+
onClick: $,
|
|
483
|
+
className: "flex items-center gap-2 text-text-secondary hover:text-text-primary transition-colors",
|
|
484
|
+
children: [/* @__PURE__ */ O(v, { className: "w-4 h-4" }), N("agentDetails.backToAgents", "Back to Agents")]
|
|
485
|
+
}), /* @__PURE__ */ O(l, { message: N("agentDetails.loadingDetails", "Loading agent details...") })]
|
|
486
|
+
});
|
|
487
|
+
if (gt && !B) return /* @__PURE__ */ k(A, {
|
|
488
|
+
className: "space-y-6 p-4 sm:p-6 bg-bg-surface min-h-screen",
|
|
489
|
+
children: [/* @__PURE__ */ k("button", {
|
|
490
|
+
onClick: $,
|
|
491
|
+
className: "flex items-center gap-2 text-text-secondary hover:text-text-primary transition-colors",
|
|
492
|
+
children: [/* @__PURE__ */ O(v, { className: "w-4 h-4" }), N("agentDetails.backToAgents", "Back to Agents")]
|
|
493
|
+
}), /* @__PURE__ */ O(ie, {
|
|
494
|
+
title: N("agentDetails.failedLoad", "Failed to load agent"),
|
|
495
|
+
message: gt.message,
|
|
496
|
+
onRetry: () => _t()
|
|
497
|
+
})]
|
|
498
|
+
});
|
|
499
|
+
if (!B) return /* @__PURE__ */ k(A, {
|
|
500
|
+
className: "space-y-6 p-4 sm:p-6 bg-bg-surface min-h-screen",
|
|
501
|
+
children: [/* @__PURE__ */ k("button", {
|
|
502
|
+
onClick: $,
|
|
503
|
+
className: "flex items-center gap-2 text-text-secondary hover:text-text-primary transition-colors",
|
|
504
|
+
children: [/* @__PURE__ */ O(v, { className: "w-4 h-4" }), N("agentDetails.backToAgents", "Back to Agents")]
|
|
505
|
+
}), /* @__PURE__ */ O(ue, {
|
|
506
|
+
icon: /* @__PURE__ */ O(S, { className: "w-8 h-8 text-text-secondary" }),
|
|
507
|
+
title: N("agentDetails.notFound", "Agent not found"),
|
|
508
|
+
description: `${N("agentDetails.notFoundDescriptionPrefix", "No agent with ID")} "${y}" ${N("agentDetails.notFoundDescriptionSuffix", "exists")}`,
|
|
509
|
+
action: /* @__PURE__ */ O("button", {
|
|
510
|
+
onClick: $,
|
|
511
|
+
className: "px-4 py-2 bg-action-primary-bg text-action-primary-text rounded-md hover:bg-action-primary-bg-hover transition-colors",
|
|
512
|
+
children: N("agentDetails.backToAgents", "Back to Agents")
|
|
513
|
+
})
|
|
514
|
+
})]
|
|
515
|
+
});
|
|
516
|
+
let Zt = [
|
|
517
|
+
{
|
|
518
|
+
id: "overview",
|
|
519
|
+
label: N("nav.overview", "Overview"),
|
|
520
|
+
icon: S
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
id: "security",
|
|
524
|
+
label: N("agentDetails.security", "Security"),
|
|
525
|
+
icon: Le
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
id: "plugins",
|
|
529
|
+
label: N("agentDetails.plugins", "Plugins"),
|
|
530
|
+
icon: x,
|
|
531
|
+
badge: `${V.length}`
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
id: "sessions",
|
|
535
|
+
label: N("nav.sessions", "Sessions"),
|
|
536
|
+
icon: C,
|
|
537
|
+
badge: `${Z.length}`
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
id: "logs",
|
|
541
|
+
label: N("nav.logs", "Logs"),
|
|
542
|
+
icon: Pe
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
id: "vibes",
|
|
546
|
+
label: N("nav.vibes", "Vibes"),
|
|
547
|
+
icon: T,
|
|
548
|
+
badge: `${Q.length}`
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
id: "notes",
|
|
552
|
+
label: N("vibeDetails.notes", "Notes"),
|
|
553
|
+
icon: De
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
id: "backup",
|
|
557
|
+
label: N("agentDetails.backup", "Backup"),
|
|
558
|
+
icon: Ce
|
|
559
|
+
}
|
|
560
|
+
], Qt = Z.filter((e) => e.status === "RUNNING").length;
|
|
561
|
+
return B?.tunnelUrl, /* @__PURE__ */ k(A, {
|
|
562
|
+
className: "space-y-6 p-4 sm:p-6 bg-bg-surface min-h-screen",
|
|
563
|
+
children: [
|
|
564
|
+
rt && /* @__PURE__ */ O("div", {
|
|
565
|
+
className: "fixed top-4 left-4 right-4 sm:left-auto z-50 bg-status-success-bg text-status-success-text px-4 py-3 rounded-md shadow-lg",
|
|
566
|
+
children: rt
|
|
567
|
+
}),
|
|
568
|
+
/* @__PURE__ */ k("button", {
|
|
569
|
+
onClick: $,
|
|
570
|
+
className: "flex items-center gap-2 text-text-secondary hover:text-text-primary transition-colors",
|
|
571
|
+
children: [/* @__PURE__ */ O(v, { className: "w-4 h-4" }), N("agentDetails.backToAgents", "Back to Agents")]
|
|
572
|
+
}),
|
|
573
|
+
/* @__PURE__ */ O(re, {
|
|
574
|
+
title: B.name,
|
|
575
|
+
description: B.hostname || N("agentDetails.noHostnameConfigured", "No hostname configured"),
|
|
576
|
+
breadcrumb: [{
|
|
577
|
+
label: N("nav.agents", "Agents"),
|
|
578
|
+
path: j ? `${j}/agents` : "/agents"
|
|
579
|
+
}, { label: B.name }],
|
|
580
|
+
actions: /* @__PURE__ */ k("div", {
|
|
581
|
+
className: "flex flex-wrap items-center gap-2",
|
|
582
|
+
children: [
|
|
583
|
+
/* @__PURE__ */ O("button", {
|
|
584
|
+
onClick: () => _t(),
|
|
585
|
+
disabled: z,
|
|
586
|
+
className: "flex items-center gap-2 px-3 py-2 bg-bg-sunken text-text-primary rounded-md hover:bg-bg-sunken/80 transition-colors disabled:opacity-50",
|
|
587
|
+
title: N("common.refresh", "Refresh"),
|
|
588
|
+
children: /* @__PURE__ */ O(Ne, { className: `w-4 h-4 ${z ? "animate-spin" : ""}` })
|
|
589
|
+
}),
|
|
590
|
+
B.isActive ? /* @__PURE__ */ k("button", {
|
|
591
|
+
onClick: Ut,
|
|
592
|
+
className: "flex items-center gap-2 px-3 py-2 bg-bg-sunken text-text-primary rounded-md hover:bg-bg-sunken/80 transition-colors",
|
|
593
|
+
children: [/* @__PURE__ */ O(Re, { className: "w-4 h-4" }), N("sessions.stop", "Stop")]
|
|
594
|
+
}) : /* @__PURE__ */ k("button", {
|
|
595
|
+
onClick: Ht,
|
|
596
|
+
className: "flex items-center gap-2 px-3 py-2 bg-status-success-bg text-status-success-text rounded-md hover:opacity-80 transition-colors",
|
|
597
|
+
children: [/* @__PURE__ */ O(Me, { className: "w-4 h-4" }), N("agentDetails.start", "Start")]
|
|
598
|
+
}),
|
|
599
|
+
/* @__PURE__ */ O(pe, {
|
|
600
|
+
tunnelUrl: B.tunnelUrl || null,
|
|
601
|
+
agentApiKey: B.agentApiKey || null
|
|
602
|
+
}),
|
|
603
|
+
/* @__PURE__ */ k("button", {
|
|
604
|
+
onClick: Wt,
|
|
605
|
+
className: "flex items-center gap-2 px-3 py-2 bg-bg-sunken text-text-primary rounded-md hover:bg-bg-sunken/80 transition-colors",
|
|
606
|
+
children: [/* @__PURE__ */ O(Ie, { className: "w-4 h-4" }), N("agentDetails.configure", "Configure")]
|
|
607
|
+
}),
|
|
608
|
+
/* @__PURE__ */ k("button", {
|
|
609
|
+
onClick: qt,
|
|
610
|
+
className: "flex items-center gap-2 px-3 py-2 bg-status-error-bg text-status-error-text rounded-md hover:opacity-80 transition-colors",
|
|
611
|
+
children: [/* @__PURE__ */ O(Be, { className: "w-4 h-4" }), N("sessions.remove", "Remove")]
|
|
612
|
+
})
|
|
613
|
+
]
|
|
614
|
+
})
|
|
615
|
+
}),
|
|
616
|
+
/* @__PURE__ */ k("div", {
|
|
617
|
+
className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4",
|
|
618
|
+
children: [
|
|
619
|
+
/* @__PURE__ */ O(d, {
|
|
620
|
+
className: "p-4",
|
|
621
|
+
children: /* @__PURE__ */ k("div", {
|
|
622
|
+
className: "flex items-center gap-3",
|
|
623
|
+
children: [/* @__PURE__ */ O("div", {
|
|
624
|
+
className: "w-10 h-10 rounded-lg bg-bg-sunken flex items-center justify-center",
|
|
625
|
+
children: /* @__PURE__ */ O(S, { className: "w-5 h-5 text-text-secondary" })
|
|
626
|
+
}), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
627
|
+
className: "text-sm text-text-secondary",
|
|
628
|
+
children: N("sessions.filterStatus", "Status")
|
|
629
|
+
}), /* @__PURE__ */ O(u, {
|
|
630
|
+
status: B.isActive ? "ACTIVE" : "OFFLINE",
|
|
631
|
+
size: "md"
|
|
632
|
+
})] })]
|
|
633
|
+
})
|
|
634
|
+
}),
|
|
635
|
+
/* @__PURE__ */ O(d, {
|
|
636
|
+
className: "p-4",
|
|
637
|
+
children: /* @__PURE__ */ k("div", {
|
|
638
|
+
className: "flex items-center gap-3",
|
|
639
|
+
children: [/* @__PURE__ */ O("div", {
|
|
640
|
+
className: "w-10 h-10 rounded-lg bg-bg-sunken flex items-center justify-center",
|
|
641
|
+
children: /* @__PURE__ */ O(Se, { className: "w-5 h-5 text-text-secondary" })
|
|
642
|
+
}), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
643
|
+
className: "text-sm text-text-secondary",
|
|
644
|
+
children: N("analytics.platform", "Platform")
|
|
645
|
+
}), /* @__PURE__ */ k("p", {
|
|
646
|
+
className: "font-semibold text-text-primary",
|
|
647
|
+
children: [
|
|
648
|
+
B.platform,
|
|
649
|
+
"/",
|
|
650
|
+
B.architecture
|
|
651
|
+
]
|
|
652
|
+
})] })]
|
|
653
|
+
})
|
|
654
|
+
}),
|
|
655
|
+
/* @__PURE__ */ O(d, {
|
|
656
|
+
className: "p-4",
|
|
657
|
+
children: /* @__PURE__ */ k("div", {
|
|
658
|
+
className: "flex items-center gap-3",
|
|
659
|
+
children: [/* @__PURE__ */ O("div", {
|
|
660
|
+
className: "w-10 h-10 rounded-lg bg-bg-sunken flex items-center justify-center",
|
|
661
|
+
children: /* @__PURE__ */ O(Oe, { className: "w-5 h-5 text-text-secondary" })
|
|
662
|
+
}), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
663
|
+
className: "text-sm text-text-secondary",
|
|
664
|
+
children: N("agentDetails.version", "Version")
|
|
665
|
+
}), /* @__PURE__ */ k("p", {
|
|
666
|
+
className: "font-semibold text-text-primary",
|
|
667
|
+
children: ["v", B.version]
|
|
668
|
+
})] })]
|
|
669
|
+
})
|
|
670
|
+
}),
|
|
671
|
+
/* @__PURE__ */ O(d, {
|
|
672
|
+
className: "p-4",
|
|
673
|
+
children: /* @__PURE__ */ k("div", {
|
|
674
|
+
className: "flex items-center gap-3",
|
|
675
|
+
children: [/* @__PURE__ */ O("div", {
|
|
676
|
+
className: "w-10 h-10 rounded-lg bg-bg-sunken flex items-center justify-center",
|
|
677
|
+
children: /* @__PURE__ */ O(C, { className: "w-5 h-5 text-text-secondary" })
|
|
678
|
+
}), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
679
|
+
className: "text-sm text-text-secondary",
|
|
680
|
+
children: N("nav.sessions", "Sessions")
|
|
681
|
+
}), /* @__PURE__ */ k("p", {
|
|
682
|
+
className: "font-semibold text-text-primary",
|
|
683
|
+
children: [
|
|
684
|
+
Qt,
|
|
685
|
+
" ",
|
|
686
|
+
N("health.active", "active")
|
|
687
|
+
]
|
|
688
|
+
})] })]
|
|
689
|
+
})
|
|
690
|
+
})
|
|
691
|
+
]
|
|
692
|
+
}),
|
|
693
|
+
/* @__PURE__ */ O("div", {
|
|
694
|
+
className: "border-b border-border-default",
|
|
695
|
+
children: /* @__PURE__ */ O("nav", {
|
|
696
|
+
className: "flex gap-1 -mb-px overflow-x-auto pb-1",
|
|
697
|
+
"aria-label": N("agentDetails.tabsAriaLabel", "Agent tabs"),
|
|
698
|
+
children: Zt.map((e) => {
|
|
699
|
+
let t = e.icon, n = P === e.id;
|
|
700
|
+
return /* @__PURE__ */ k("button", {
|
|
701
|
+
onClick: () => $e(e.id),
|
|
702
|
+
className: `flex shrink-0 items-center gap-1.5 px-3 py-2.5 text-xs sm:gap-2 sm:px-4 sm:text-sm font-medium border-b-2 transition-colors whitespace-nowrap ${n ? "border-action-primary-bg text-action-primary-bg" : "border-transparent text-text-secondary hover:text-text-primary hover:border-border-default"}`,
|
|
703
|
+
"aria-selected": n,
|
|
704
|
+
role: "tab",
|
|
705
|
+
children: [
|
|
706
|
+
/* @__PURE__ */ O(t, { className: "w-4 h-4" }),
|
|
707
|
+
e.label,
|
|
708
|
+
e.badge && /* @__PURE__ */ O("span", {
|
|
709
|
+
className: `hidden rounded-full px-1.5 py-0.5 text-[10px] sm:inline-flex sm:text-xs ${n ? "bg-action-primary-bg/10 text-action-primary-bg" : "bg-bg-sunken text-text-muted"}`,
|
|
710
|
+
children: e.badge
|
|
711
|
+
})
|
|
712
|
+
]
|
|
713
|
+
}, e.id);
|
|
714
|
+
})
|
|
715
|
+
})
|
|
716
|
+
}),
|
|
717
|
+
/* @__PURE__ */ k(We, {
|
|
718
|
+
mode: "wait",
|
|
719
|
+
children: [
|
|
720
|
+
P === "overview" && /* @__PURE__ */ k(E.div, {
|
|
721
|
+
initial: {
|
|
722
|
+
opacity: 0,
|
|
723
|
+
y: 8
|
|
724
|
+
},
|
|
725
|
+
animate: {
|
|
726
|
+
opacity: 1,
|
|
727
|
+
y: 0
|
|
728
|
+
},
|
|
729
|
+
exit: {
|
|
730
|
+
opacity: 0,
|
|
731
|
+
y: -8
|
|
732
|
+
},
|
|
733
|
+
transition: { duration: .2 },
|
|
734
|
+
className: "space-y-6",
|
|
735
|
+
children: [
|
|
736
|
+
/* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
737
|
+
className: "p-4 border-b border-border-default",
|
|
738
|
+
children: /* @__PURE__ */ k("h3", {
|
|
739
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
740
|
+
children: [/* @__PURE__ */ O(ye, { className: "w-5 h-5" }), N("agentDetails.capabilities", "Capabilities")]
|
|
741
|
+
})
|
|
742
|
+
}), /* @__PURE__ */ O("div", {
|
|
743
|
+
className: "p-4",
|
|
744
|
+
children: /* @__PURE__ */ O("div", {
|
|
745
|
+
className: "flex flex-wrap gap-2",
|
|
746
|
+
children: B.capabilities && typeof B.capabilities == "object" && (Array.isArray(B.capabilities) ? B.capabilities.length > 0 : Object.keys(B.capabilities).length > 0) ? (Array.isArray(B.capabilities) ? B.capabilities : (() => {
|
|
747
|
+
let e = B.capabilities, t = Object.keys(e);
|
|
748
|
+
return t.length > 0 && t.every((e) => /^\d+$/.test(e)) ? Object.values(e) : t;
|
|
749
|
+
})()).map((e) => /* @__PURE__ */ O("span", {
|
|
750
|
+
className: "px-3 py-1 bg-bg-sunken text-text-primary text-sm rounded-full",
|
|
751
|
+
children: e
|
|
752
|
+
}, e)) : /* @__PURE__ */ O("p", {
|
|
753
|
+
className: "text-text-secondary",
|
|
754
|
+
children: N("agentDetails.noCapabilitiesConfigured", "No capabilities configured")
|
|
755
|
+
})
|
|
756
|
+
})
|
|
757
|
+
})] }),
|
|
758
|
+
/* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
759
|
+
className: "p-4 border-b border-border-default",
|
|
760
|
+
children: /* @__PURE__ */ k("h3", {
|
|
761
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
762
|
+
children: [/* @__PURE__ */ O(ze, { className: "w-5 h-5" }), "Tags"]
|
|
763
|
+
})
|
|
764
|
+
}), /* @__PURE__ */ O("div", {
|
|
765
|
+
className: "p-4",
|
|
766
|
+
children: /* @__PURE__ */ O(f, {
|
|
767
|
+
entityType: "VIBECONTROLS_AGENT",
|
|
768
|
+
entityId: B.id
|
|
769
|
+
})
|
|
770
|
+
})] }),
|
|
771
|
+
B.tunnelUrl && /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
772
|
+
className: "p-4 border-b border-border-default",
|
|
773
|
+
children: /* @__PURE__ */ k("h3", {
|
|
774
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
775
|
+
children: [/* @__PURE__ */ O(T, { className: "w-5 h-5" }), N("health.tunnel", "Tunnel")]
|
|
776
|
+
})
|
|
777
|
+
}), /* @__PURE__ */ O("div", {
|
|
778
|
+
className: "p-4",
|
|
779
|
+
children: /* @__PURE__ */ k("div", {
|
|
780
|
+
className: "flex flex-col sm:flex-row sm:items-center gap-4",
|
|
781
|
+
children: [/* @__PURE__ */ k("div", {
|
|
782
|
+
className: "flex-1 min-w-0",
|
|
783
|
+
children: [/* @__PURE__ */ O("p", {
|
|
784
|
+
className: "text-sm text-text-secondary mb-1",
|
|
785
|
+
children: N("agentDetails.tunnelUrl", "Tunnel URL")
|
|
786
|
+
}), /* @__PURE__ */ O("a", {
|
|
787
|
+
href: B.tunnelUrl,
|
|
788
|
+
target: "_blank",
|
|
789
|
+
rel: "noopener noreferrer",
|
|
790
|
+
className: "text-action-primary-text hover:underline break-all",
|
|
791
|
+
children: B.tunnelUrl
|
|
792
|
+
})]
|
|
793
|
+
}), B.tunnelStatus && /* @__PURE__ */ k("div", {
|
|
794
|
+
className: "flex-shrink-0",
|
|
795
|
+
children: [/* @__PURE__ */ O("p", {
|
|
796
|
+
className: "text-sm text-text-secondary mb-1",
|
|
797
|
+
children: N("sessions.filterStatus", "Status")
|
|
798
|
+
}), /* @__PURE__ */ O("span", {
|
|
799
|
+
className: `px-2 py-1 text-xs rounded-full ${B.tunnelStatus === "CONNECTED" || B.tunnelStatus === "ACTIVE" ? "bg-status-success-bg text-status-success-text" : "bg-bg-sunken text-text-secondary"}`,
|
|
800
|
+
children: B.tunnelStatus
|
|
801
|
+
})]
|
|
802
|
+
})]
|
|
803
|
+
})
|
|
804
|
+
})] }),
|
|
805
|
+
/* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
806
|
+
className: "p-4 border-b border-border-default",
|
|
807
|
+
children: /* @__PURE__ */ k("h3", {
|
|
808
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
809
|
+
children: [/* @__PURE__ */ O(Ie, { className: "w-5 h-5" }), N("agentDetails.configuration", "Configuration")]
|
|
810
|
+
})
|
|
811
|
+
}), /* @__PURE__ */ k("div", {
|
|
812
|
+
className: "p-4 space-y-4",
|
|
813
|
+
children: [/* @__PURE__ */ k("div", {
|
|
814
|
+
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",
|
|
815
|
+
children: [
|
|
816
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
817
|
+
className: "text-sm text-text-secondary",
|
|
818
|
+
children: N("analytics.platform", "Platform")
|
|
819
|
+
}), /* @__PURE__ */ O("p", {
|
|
820
|
+
className: "font-medium text-text-primary",
|
|
821
|
+
children: B.platform
|
|
822
|
+
})] }),
|
|
823
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
824
|
+
className: "text-sm text-text-secondary",
|
|
825
|
+
children: N("analytics.architecture", "Architecture")
|
|
826
|
+
}), /* @__PURE__ */ O("p", {
|
|
827
|
+
className: "font-medium text-text-primary",
|
|
828
|
+
children: B.architecture
|
|
829
|
+
})] }),
|
|
830
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
831
|
+
className: "text-sm text-text-secondary",
|
|
832
|
+
children: N("agentDetails.version", "Version")
|
|
833
|
+
}), /* @__PURE__ */ O("p", {
|
|
834
|
+
className: "font-medium text-text-primary",
|
|
835
|
+
children: B.version
|
|
836
|
+
})] })
|
|
837
|
+
]
|
|
838
|
+
}), B.aiContext && /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
839
|
+
className: "text-sm text-text-secondary mb-1",
|
|
840
|
+
children: "AI Context"
|
|
841
|
+
}), /* @__PURE__ */ O("pre", {
|
|
842
|
+
className: "text-sm text-text-primary bg-bg-sunken border border-border-default rounded-md p-3 whitespace-pre-wrap font-sans",
|
|
843
|
+
children: B.aiContext
|
|
844
|
+
})] })]
|
|
845
|
+
})] }),
|
|
846
|
+
/* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
847
|
+
className: "p-4 border-b border-border-default",
|
|
848
|
+
children: /* @__PURE__ */ k("h3", {
|
|
849
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
850
|
+
children: [/* @__PURE__ */ O(be, { className: "w-5 h-5" }), N("vibeDetails.timeline", "Timeline")]
|
|
851
|
+
})
|
|
852
|
+
}), /* @__PURE__ */ O("div", {
|
|
853
|
+
className: "p-4",
|
|
854
|
+
children: /* @__PURE__ */ k("div", {
|
|
855
|
+
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 text-sm",
|
|
856
|
+
children: [
|
|
857
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
858
|
+
className: "text-text-secondary",
|
|
859
|
+
children: N("health.lastHeartbeat", "Last Heartbeat")
|
|
860
|
+
}), /* @__PURE__ */ O("p", {
|
|
861
|
+
className: "font-medium text-text-primary",
|
|
862
|
+
children: Xt(B.lastHeartbeat)
|
|
863
|
+
})] }),
|
|
864
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
865
|
+
className: "text-text-secondary",
|
|
866
|
+
children: N("vibeDetails.created", "Created")
|
|
867
|
+
}), /* @__PURE__ */ O("p", {
|
|
868
|
+
className: "font-medium text-text-primary",
|
|
869
|
+
children: Xt(B.createdAt)
|
|
870
|
+
})] }),
|
|
871
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
872
|
+
className: "text-text-secondary",
|
|
873
|
+
children: N("vibeDetails.updated", "Updated")
|
|
874
|
+
}), /* @__PURE__ */ O("p", {
|
|
875
|
+
className: "font-medium text-text-primary",
|
|
876
|
+
children: Xt(B.updatedAt)
|
|
877
|
+
})] })
|
|
878
|
+
]
|
|
879
|
+
})
|
|
880
|
+
})] })
|
|
881
|
+
]
|
|
882
|
+
}, "overview"),
|
|
883
|
+
P === "security" && /* @__PURE__ */ k(E.div, {
|
|
884
|
+
initial: {
|
|
885
|
+
opacity: 0,
|
|
886
|
+
y: 8
|
|
887
|
+
},
|
|
888
|
+
animate: {
|
|
889
|
+
opacity: 1,
|
|
890
|
+
y: 0
|
|
891
|
+
},
|
|
892
|
+
exit: {
|
|
893
|
+
opacity: 0,
|
|
894
|
+
y: -8
|
|
895
|
+
},
|
|
896
|
+
transition: { duration: .2 },
|
|
897
|
+
className: "space-y-6",
|
|
898
|
+
children: [
|
|
899
|
+
B.tunnelUrl && B.agentApiKey && /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
900
|
+
className: "p-4 border-b border-border-default",
|
|
901
|
+
children: /* @__PURE__ */ k("h3", {
|
|
902
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
903
|
+
children: [/* @__PURE__ */ O(ke, { className: "w-5 h-5" }), N("agentDetails.apiAuthentication", "API Authentication")]
|
|
904
|
+
})
|
|
905
|
+
}), /* @__PURE__ */ k("div", {
|
|
906
|
+
className: "p-4 space-y-3",
|
|
907
|
+
children: [
|
|
908
|
+
/* @__PURE__ */ O("p", {
|
|
909
|
+
className: "text-sm text-text-secondary",
|
|
910
|
+
children: N("agentDetails.apiAuthenticationDescription", "All requests to the agent (except health checks) require authentication. You can pass the API key in two ways:")
|
|
911
|
+
}),
|
|
912
|
+
/* @__PURE__ */ k("div", {
|
|
913
|
+
className: "space-y-2",
|
|
914
|
+
children: [/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
915
|
+
className: "text-xs font-medium text-text-primary mb-1",
|
|
916
|
+
children: N("agentDetails.authHeaderRecommended", "Header (recommended)")
|
|
917
|
+
}), /* @__PURE__ */ k("code", {
|
|
918
|
+
className: "block text-xs font-mono bg-bg-sunken px-3 py-2 rounded-md text-text-primary overflow-x-auto",
|
|
919
|
+
children: [
|
|
920
|
+
"x-agent-api-key: ",
|
|
921
|
+
B.agentApiKey.slice(0, 12),
|
|
922
|
+
"..."
|
|
923
|
+
]
|
|
924
|
+
})] }), /* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("p", {
|
|
925
|
+
className: "text-xs font-medium text-text-primary mb-1",
|
|
926
|
+
children: N("agentDetails.authQueryParameter", "URL query parameter")
|
|
927
|
+
}), /* @__PURE__ */ k("code", {
|
|
928
|
+
className: "block text-xs font-mono bg-bg-sunken px-3 py-2 rounded-md text-text-primary overflow-x-auto break-all",
|
|
929
|
+
children: [
|
|
930
|
+
B.tunnelUrl,
|
|
931
|
+
"/api/health?apiKey=",
|
|
932
|
+
B.agentApiKey.slice(0, 12),
|
|
933
|
+
"..."
|
|
934
|
+
]
|
|
935
|
+
})] })]
|
|
936
|
+
}),
|
|
937
|
+
/* @__PURE__ */ k("p", {
|
|
938
|
+
className: "text-xs text-text-muted",
|
|
939
|
+
children: [
|
|
940
|
+
N("agentDetails.authExemptPrefix", "The"),
|
|
941
|
+
" ",
|
|
942
|
+
/* @__PURE__ */ O("code", {
|
|
943
|
+
className: "font-mono",
|
|
944
|
+
children: "/health"
|
|
945
|
+
}),
|
|
946
|
+
" ",
|
|
947
|
+
N("agentDetails.authExemptAnd", "and"),
|
|
948
|
+
" ",
|
|
949
|
+
/* @__PURE__ */ O("code", {
|
|
950
|
+
className: "font-mono",
|
|
951
|
+
children: "/api/agent/identity"
|
|
952
|
+
}),
|
|
953
|
+
" ",
|
|
954
|
+
N("agentDetails.authExemptSuffix", "endpoints are exempt from authentication. The key changes on each agent restart unless a static key is configured.")
|
|
955
|
+
]
|
|
956
|
+
})
|
|
957
|
+
]
|
|
958
|
+
})] }),
|
|
959
|
+
/* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
960
|
+
className: "p-4 border-b border-border-default",
|
|
961
|
+
children: /* @__PURE__ */ k("h3", {
|
|
962
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
963
|
+
children: [/* @__PURE__ */ O(Ae, { className: "w-5 h-5" }), N("agentDetails.agentApiKey", "Agent API Key")]
|
|
964
|
+
})
|
|
965
|
+
}), /* @__PURE__ */ k("div", {
|
|
966
|
+
className: "p-4",
|
|
967
|
+
children: [B.agentApiKey ? /* @__PURE__ */ k("div", {
|
|
968
|
+
className: "flex items-center gap-3",
|
|
969
|
+
children: [
|
|
970
|
+
/* @__PURE__ */ O("div", {
|
|
971
|
+
className: "flex-1 min-w-0",
|
|
972
|
+
children: /* @__PURE__ */ O("code", {
|
|
973
|
+
className: "text-sm font-mono text-text-primary bg-bg-sunken px-3 py-2 rounded-md block truncate",
|
|
974
|
+
children: R ? B.agentApiKey : "•".repeat(Math.min(B.agentApiKey.length, 32))
|
|
975
|
+
})
|
|
976
|
+
}),
|
|
977
|
+
/* @__PURE__ */ O("button", {
|
|
978
|
+
onClick: () => ft(!R),
|
|
979
|
+
className: "p-2 rounded hover:bg-bg-sunken transition-colors flex-shrink-0",
|
|
980
|
+
title: R ? N("agentDetails.hideApiKey", "Hide API key") : N("agentDetails.showApiKey", "Show API key"),
|
|
981
|
+
children: O(R ? Ee : Te, { className: "w-4 h-4 text-text-secondary" })
|
|
982
|
+
}),
|
|
983
|
+
/* @__PURE__ */ O("button", {
|
|
984
|
+
onClick: Kt,
|
|
985
|
+
className: "p-2 rounded hover:bg-bg-sunken transition-colors flex-shrink-0",
|
|
986
|
+
title: N("agentDetails.copyApiKey", "Copy API key"),
|
|
987
|
+
children: pt ? /* @__PURE__ */ O(ve, { className: "w-4 h-4 text-status-success-text" }) : /* @__PURE__ */ O(xe, { className: "w-4 h-4 text-text-secondary" })
|
|
988
|
+
})
|
|
989
|
+
]
|
|
990
|
+
}) : /* @__PURE__ */ O("p", {
|
|
991
|
+
className: "text-sm text-text-secondary",
|
|
992
|
+
children: "No API key configured. Set one via the Configure button or agent CLI."
|
|
993
|
+
}), /* @__PURE__ */ O("p", {
|
|
994
|
+
className: "mt-2 text-xs text-text-muted",
|
|
995
|
+
children: "This key authenticates requests sent to the agent. It typically changes on each agent restart."
|
|
996
|
+
})]
|
|
997
|
+
})] }),
|
|
998
|
+
/* @__PURE__ */ O(Ge, {
|
|
999
|
+
agent: B,
|
|
1000
|
+
onUpdate: () => _t()
|
|
1001
|
+
})
|
|
1002
|
+
]
|
|
1003
|
+
}, "security"),
|
|
1004
|
+
P === "plugins" && (() => {
|
|
1005
|
+
let e = q.toLowerCase(), t = V.filter((t) => !e || t.pluginName.toLowerCase().includes(e) || t.packageName.toLowerCase().includes(e) || t.description?.toLowerCase().includes(e) || t.tags?.some((t) => t.toLowerCase().includes(e))), n = bt.filter((t) => !t.installed && (!e || t.name.toLowerCase().includes(e) || t.packageName.toLowerCase().includes(e) || t.description.toLowerCase().includes(e))), r = V.filter((e) => e.hasUI), i = r.filter((t) => !e || t.pluginName.toLowerCase().includes(e) || t.packageName.toLowerCase().includes(e)), a = [
|
|
1006
|
+
{
|
|
1007
|
+
id: "installed",
|
|
1008
|
+
label: "Installed",
|
|
1009
|
+
count: t.length,
|
|
1010
|
+
icon: x
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
id: "available",
|
|
1014
|
+
label: "Available",
|
|
1015
|
+
count: n.length,
|
|
1016
|
+
icon: we
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
id: "store",
|
|
1020
|
+
label: "Store",
|
|
1021
|
+
count: J.length,
|
|
1022
|
+
icon: we
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
id: "ui-plugins",
|
|
1026
|
+
label: "UI Plugins",
|
|
1027
|
+
count: i.length,
|
|
1028
|
+
icon: je
|
|
1029
|
+
}
|
|
1030
|
+
];
|
|
1031
|
+
return /* @__PURE__ */ O(E.div, {
|
|
1032
|
+
initial: {
|
|
1033
|
+
opacity: 0,
|
|
1034
|
+
y: 8
|
|
1035
|
+
},
|
|
1036
|
+
animate: {
|
|
1037
|
+
opacity: 1,
|
|
1038
|
+
y: 0
|
|
1039
|
+
},
|
|
1040
|
+
exit: {
|
|
1041
|
+
opacity: 0,
|
|
1042
|
+
y: -8
|
|
1043
|
+
},
|
|
1044
|
+
transition: { duration: .2 },
|
|
1045
|
+
className: "space-y-6",
|
|
1046
|
+
children: /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ k("div", {
|
|
1047
|
+
className: "p-4 border-b border-border-default space-y-3",
|
|
1048
|
+
children: [
|
|
1049
|
+
/* @__PURE__ */ k("div", {
|
|
1050
|
+
className: "flex items-center justify-between",
|
|
1051
|
+
children: [/* @__PURE__ */ k("h3", {
|
|
1052
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
1053
|
+
children: [
|
|
1054
|
+
/* @__PURE__ */ O(x, { className: "w-5 h-5" }),
|
|
1055
|
+
"Plugins",
|
|
1056
|
+
V.length > 0 && /* @__PURE__ */ k("span", {
|
|
1057
|
+
className: "text-sm font-normal text-text-secondary",
|
|
1058
|
+
children: [
|
|
1059
|
+
"(",
|
|
1060
|
+
V.filter((e) => e.isCore).length,
|
|
1061
|
+
" core,",
|
|
1062
|
+
" ",
|
|
1063
|
+
V.filter((e) => !e.isCore).length,
|
|
1064
|
+
" external)"
|
|
1065
|
+
]
|
|
1066
|
+
})
|
|
1067
|
+
]
|
|
1068
|
+
}), /* @__PURE__ */ O("button", {
|
|
1069
|
+
onClick: X,
|
|
1070
|
+
disabled: St,
|
|
1071
|
+
className: "p-1.5 text-text-secondary hover:bg-bg-sunken rounded transition-colors disabled:opacity-50",
|
|
1072
|
+
title: N("agentDetails.refreshPlugins", "Refresh plugins"),
|
|
1073
|
+
children: /* @__PURE__ */ O(Ne, { className: `w-4 h-4 ${St ? "animate-spin" : ""}` })
|
|
1074
|
+
})]
|
|
1075
|
+
}),
|
|
1076
|
+
/* @__PURE__ */ k("div", {
|
|
1077
|
+
className: "relative",
|
|
1078
|
+
children: [
|
|
1079
|
+
/* @__PURE__ */ O(Fe, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-text-muted" }),
|
|
1080
|
+
/* @__PURE__ */ O("input", {
|
|
1081
|
+
type: "text",
|
|
1082
|
+
value: q,
|
|
1083
|
+
onChange: (e) => Ot(e.target.value),
|
|
1084
|
+
placeholder: N("agentDetails.searchPluginsPlaceholder", "Search plugins by name, package, description, or tag..."),
|
|
1085
|
+
className: "w-full pl-9 pr-8 py-2 text-sm bg-bg-sunken border border-border-default rounded-md text-text-primary placeholder:text-text-muted focus:outline-none focus:ring-1 focus:ring-action-primary-bg focus:border-action-primary-bg"
|
|
1086
|
+
}),
|
|
1087
|
+
q && /* @__PURE__ */ O("button", {
|
|
1088
|
+
onClick: () => Ot(""),
|
|
1089
|
+
className: "absolute right-2 top-1/2 -translate-y-1/2 p-0.5 text-text-muted hover:text-text-secondary rounded",
|
|
1090
|
+
children: /* @__PURE__ */ O(w, { className: "w-3.5 h-3.5" })
|
|
1091
|
+
})
|
|
1092
|
+
]
|
|
1093
|
+
}),
|
|
1094
|
+
/* @__PURE__ */ O("div", {
|
|
1095
|
+
className: "flex gap-1 border-b border-border-default -mx-4 overflow-x-auto px-4 pb-1",
|
|
1096
|
+
children: a.map((e) => {
|
|
1097
|
+
let t = G === e.id, n = e.icon;
|
|
1098
|
+
return /* @__PURE__ */ k("button", {
|
|
1099
|
+
onClick: () => K(e.id),
|
|
1100
|
+
className: `flex shrink-0 items-center gap-1.5 px-3 py-2 text-xs sm:text-sm font-medium border-b-2 transition-colors whitespace-nowrap ${t ? "border-action-primary-bg text-action-primary-text" : "border-transparent text-text-secondary hover:text-text-primary hover:border-border-default"}`,
|
|
1101
|
+
children: [
|
|
1102
|
+
/* @__PURE__ */ O(n, { className: "w-3.5 h-3.5" }),
|
|
1103
|
+
e.label,
|
|
1104
|
+
/* @__PURE__ */ O("span", {
|
|
1105
|
+
className: `text-xs px-1.5 py-0.5 rounded-full ${t ? "bg-action-primary-bg/15 text-action-primary-bg" : "bg-bg-secondary text-text-muted"}`,
|
|
1106
|
+
children: e.count
|
|
1107
|
+
})
|
|
1108
|
+
]
|
|
1109
|
+
}, e.id);
|
|
1110
|
+
})
|
|
1111
|
+
})
|
|
1112
|
+
]
|
|
1113
|
+
}), /* @__PURE__ */ k("div", {
|
|
1114
|
+
className: "p-4 space-y-4",
|
|
1115
|
+
children: [
|
|
1116
|
+
wt && /* @__PURE__ */ k("div", {
|
|
1117
|
+
className: "flex items-center gap-2 p-3 bg-status-error-bg text-status-error-text rounded-md text-sm",
|
|
1118
|
+
children: [
|
|
1119
|
+
/* @__PURE__ */ O(w, { className: "w-4 h-4 flex-shrink-0" }),
|
|
1120
|
+
/* @__PURE__ */ O("span", {
|
|
1121
|
+
className: "flex-1",
|
|
1122
|
+
children: wt
|
|
1123
|
+
}),
|
|
1124
|
+
/* @__PURE__ */ O("button", {
|
|
1125
|
+
onClick: () => W(null),
|
|
1126
|
+
className: "flex-shrink-0 p-0.5 hover:bg-status-error-text/10 rounded",
|
|
1127
|
+
children: /* @__PURE__ */ O(w, { className: "w-3.5 h-3.5" })
|
|
1128
|
+
})
|
|
1129
|
+
]
|
|
1130
|
+
}),
|
|
1131
|
+
!B?.isActive && /* @__PURE__ */ k("p", {
|
|
1132
|
+
className: "text-sm text-text-muted flex items-center gap-1.5",
|
|
1133
|
+
children: [/* @__PURE__ */ O(ke, { className: "w-4 h-4 flex-shrink-0" }), "Agent is offline — showing known plugin catalog. Live data will load when the agent is reachable."]
|
|
1134
|
+
}),
|
|
1135
|
+
G === "installed" && /* @__PURE__ */ O(D, { children: t.length > 0 ? /* @__PURE__ */ O("div", {
|
|
1136
|
+
className: "space-y-2",
|
|
1137
|
+
children: t.map((e) => /* @__PURE__ */ k("div", {
|
|
1138
|
+
className: "flex flex-col sm:flex-row sm:items-center justify-between gap-2 p-3 bg-bg-sunken rounded-lg",
|
|
1139
|
+
children: [/* @__PURE__ */ k("div", {
|
|
1140
|
+
className: "min-w-0",
|
|
1141
|
+
children: [
|
|
1142
|
+
/* @__PURE__ */ k("p", {
|
|
1143
|
+
className: "text-sm font-medium text-text-primary flex items-center gap-1.5 flex-wrap",
|
|
1144
|
+
children: [
|
|
1145
|
+
e.pluginName,
|
|
1146
|
+
/* @__PURE__ */ O("span", {
|
|
1147
|
+
className: "text-xs text-text-muted font-normal",
|
|
1148
|
+
children: e.version === "latest" ? e.version : `v${e.version}`
|
|
1149
|
+
}),
|
|
1150
|
+
e.isCore && /* @__PURE__ */ O("span", {
|
|
1151
|
+
className: "inline-flex items-center px-1.5 py-0.5 text-xs bg-action-primary-bg/10 text-action-primary-bg rounded border border-action-primary-bg/20",
|
|
1152
|
+
children: "core"
|
|
1153
|
+
}),
|
|
1154
|
+
e.loaded && /* @__PURE__ */ O("span", {
|
|
1155
|
+
className: "inline-flex items-center px-1.5 py-0.5 text-xs bg-status-success-bg text-status-success-text rounded",
|
|
1156
|
+
children: "loaded"
|
|
1157
|
+
}),
|
|
1158
|
+
e.hasProviders && /* @__PURE__ */ O("span", {
|
|
1159
|
+
className: "inline-flex items-center px-1.5 py-0.5 text-xs bg-status-warning-bg-subtle text-status-warning-text rounded",
|
|
1160
|
+
children: "provider"
|
|
1161
|
+
}),
|
|
1162
|
+
e.hasUI && /* @__PURE__ */ O("span", {
|
|
1163
|
+
className: "inline-flex items-center px-1.5 py-0.5 text-xs bg-accent-purple-subtle text-accent-purple rounded",
|
|
1164
|
+
children: "ui"
|
|
1165
|
+
})
|
|
1166
|
+
]
|
|
1167
|
+
}),
|
|
1168
|
+
e.description && /* @__PURE__ */ O("p", {
|
|
1169
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
1170
|
+
children: e.description
|
|
1171
|
+
}),
|
|
1172
|
+
/* @__PURE__ */ k("div", {
|
|
1173
|
+
className: "flex items-center gap-2 mt-0.5 flex-wrap",
|
|
1174
|
+
children: [
|
|
1175
|
+
!e.isCore && /* @__PURE__ */ O("span", {
|
|
1176
|
+
className: "text-xs text-text-muted font-mono",
|
|
1177
|
+
children: e.packageName
|
|
1178
|
+
}),
|
|
1179
|
+
e.cliCommand && /* @__PURE__ */ k("span", {
|
|
1180
|
+
className: "text-xs text-text-muted",
|
|
1181
|
+
children: [
|
|
1182
|
+
"cli:",
|
|
1183
|
+
" ",
|
|
1184
|
+
/* @__PURE__ */ k("code", {
|
|
1185
|
+
className: "text-xs font-mono",
|
|
1186
|
+
children: ["vibe ", e.cliCommand]
|
|
1187
|
+
})
|
|
1188
|
+
]
|
|
1189
|
+
}),
|
|
1190
|
+
e.apiPrefix && /* @__PURE__ */ k("span", {
|
|
1191
|
+
className: "text-xs text-text-muted",
|
|
1192
|
+
children: [
|
|
1193
|
+
"api:",
|
|
1194
|
+
" ",
|
|
1195
|
+
/* @__PURE__ */ O("code", {
|
|
1196
|
+
className: "text-xs font-mono",
|
|
1197
|
+
children: e.apiPrefix
|
|
1198
|
+
})
|
|
1199
|
+
]
|
|
1200
|
+
})
|
|
1201
|
+
]
|
|
1202
|
+
}),
|
|
1203
|
+
e.tags && e.tags.length > 0 && /* @__PURE__ */ O("div", {
|
|
1204
|
+
className: "flex gap-1 mt-1 flex-wrap",
|
|
1205
|
+
children: e.tags.map((e) => /* @__PURE__ */ O("span", {
|
|
1206
|
+
className: "inline-flex px-1.5 py-0.5 text-[10px] bg-bg-secondary text-text-muted rounded",
|
|
1207
|
+
children: e
|
|
1208
|
+
}, e))
|
|
1209
|
+
})
|
|
1210
|
+
]
|
|
1211
|
+
}), /* @__PURE__ */ k("div", {
|
|
1212
|
+
className: "flex items-center gap-2 flex-shrink-0 sm:ml-3",
|
|
1213
|
+
children: [e.hasUI && /* @__PURE__ */ k("button", {
|
|
1214
|
+
onClick: () => K("ui-plugins"),
|
|
1215
|
+
className: "flex items-center gap-1.5 px-2.5 py-1.5 text-xs text-action-primary-bg bg-action-primary-bg/10 rounded-md hover:bg-action-primary-bg/20 transition-colors border border-action-primary-bg/20",
|
|
1216
|
+
title: `Open ${e.pluginName} UI`,
|
|
1217
|
+
children: [/* @__PURE__ */ O(je, { className: "w-3 h-3" }), "Open UI"]
|
|
1218
|
+
}), !e.isCore && /* @__PURE__ */ k("button", {
|
|
1219
|
+
onClick: () => zt(e.packageName),
|
|
1220
|
+
disabled: H === e.packageName,
|
|
1221
|
+
className: "flex items-center gap-1.5 px-2.5 py-1.5 text-xs text-status-error-text bg-status-error-bg rounded-md hover:bg-status-error-bg/80 transition-colors disabled:opacity-50",
|
|
1222
|
+
children: [H === e.packageName ? /* @__PURE__ */ O(b, { className: "w-3 h-3 animate-spin" }) : /* @__PURE__ */ O(Be, { className: "w-3 h-3" }), "Remove"]
|
|
1223
|
+
})]
|
|
1224
|
+
})]
|
|
1225
|
+
}, e.packageName))
|
|
1226
|
+
}) : /* @__PURE__ */ O("p", {
|
|
1227
|
+
className: "text-sm text-text-muted",
|
|
1228
|
+
children: q ? "No installed plugins match your search." : "No plugin data available. Check agent connectivity or refresh."
|
|
1229
|
+
}) }),
|
|
1230
|
+
G === "available" && /* @__PURE__ */ O(D, { children: n.length > 0 ? /* @__PURE__ */ O("div", {
|
|
1231
|
+
className: "space-y-2",
|
|
1232
|
+
children: n.map((e) => /* @__PURE__ */ k("div", {
|
|
1233
|
+
className: "flex flex-col sm:flex-row sm:items-center justify-between gap-2 p-3 bg-bg-sunken rounded-lg",
|
|
1234
|
+
children: [/* @__PURE__ */ k("div", {
|
|
1235
|
+
className: "min-w-0",
|
|
1236
|
+
children: [
|
|
1237
|
+
/* @__PURE__ */ O("p", {
|
|
1238
|
+
className: "text-sm font-medium text-text-primary",
|
|
1239
|
+
children: e.name
|
|
1240
|
+
}),
|
|
1241
|
+
/* @__PURE__ */ O("p", {
|
|
1242
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
1243
|
+
children: e.description
|
|
1244
|
+
}),
|
|
1245
|
+
/* @__PURE__ */ O("p", {
|
|
1246
|
+
className: "text-xs text-text-muted font-mono mt-0.5",
|
|
1247
|
+
children: e.packageName
|
|
1248
|
+
})
|
|
1249
|
+
]
|
|
1250
|
+
}), /* @__PURE__ */ k("button", {
|
|
1251
|
+
onClick: () => Rt(e.packageName),
|
|
1252
|
+
disabled: H === e.packageName,
|
|
1253
|
+
className: "flex items-center gap-1.5 px-2.5 py-1.5 text-xs text-action-primary-text bg-action-primary-bg rounded-md hover:bg-action-primary-bg-hover transition-colors disabled:opacity-50 flex-shrink-0 sm:ml-3",
|
|
1254
|
+
children: [H === e.packageName ? /* @__PURE__ */ O(b, { className: "w-3 h-3 animate-spin" }) : /* @__PURE__ */ O(we, { className: "w-3 h-3" }), "Install"]
|
|
1255
|
+
})]
|
|
1256
|
+
}, e.packageName))
|
|
1257
|
+
}) : /* @__PURE__ */ O("p", {
|
|
1258
|
+
className: "text-sm text-text-muted",
|
|
1259
|
+
children: q ? "No available plugins match your search." : bt.every((e) => e.installed) ? "All available plugins are already installed." : "No available plugins found."
|
|
1260
|
+
}) }),
|
|
1261
|
+
G === "store" && /* @__PURE__ */ k(D, { children: [Mt && /* @__PURE__ */ k("div", {
|
|
1262
|
+
className: "flex items-center gap-2 p-3 bg-status-error-bg text-status-error-text rounded-md text-sm",
|
|
1263
|
+
children: [/* @__PURE__ */ O(w, { className: "w-4 h-4 flex-shrink-0" }), /* @__PURE__ */ O("span", {
|
|
1264
|
+
className: "flex-1",
|
|
1265
|
+
children: Mt
|
|
1266
|
+
})]
|
|
1267
|
+
}), At ? /* @__PURE__ */ O("p", {
|
|
1268
|
+
className: "text-sm text-text-muted",
|
|
1269
|
+
children: "Loading purchased plugins…"
|
|
1270
|
+
}) : J.length === 0 ? /* @__PURE__ */ k("div", {
|
|
1271
|
+
className: "py-8 text-center",
|
|
1272
|
+
children: [/* @__PURE__ */ O("p", {
|
|
1273
|
+
className: "text-sm text-text-muted",
|
|
1274
|
+
children: "No plugins purchased from the Burdenoff store yet."
|
|
1275
|
+
}), /* @__PURE__ */ O("a", {
|
|
1276
|
+
href: "/store/marketplace",
|
|
1277
|
+
className: "mt-2 inline-flex items-center gap-1 text-xs font-semibold text-action-primary-text hover:underline",
|
|
1278
|
+
children: "Browse the store →"
|
|
1279
|
+
})]
|
|
1280
|
+
}) : /* @__PURE__ */ O("div", {
|
|
1281
|
+
className: "space-y-2",
|
|
1282
|
+
children: J.map((e) => {
|
|
1283
|
+
let t = (e.product?.manifest ?? {}).digital?.install, n = typeof t?.packageName == "string" ? t.packageName : null, r = V.some((e) => e.packageName === n);
|
|
1284
|
+
return /* @__PURE__ */ k("div", {
|
|
1285
|
+
className: "flex flex-col sm:flex-row sm:items-center justify-between gap-2 p-3 bg-bg-sunken rounded-lg",
|
|
1286
|
+
children: [/* @__PURE__ */ k("div", {
|
|
1287
|
+
className: "flex items-start gap-3 min-w-0 flex-1",
|
|
1288
|
+
children: [e.product?.icon ? /* @__PURE__ */ O("img", {
|
|
1289
|
+
src: e.product.icon,
|
|
1290
|
+
alt: "",
|
|
1291
|
+
className: "w-10 h-10 rounded-md object-cover flex-shrink-0"
|
|
1292
|
+
}) : /* @__PURE__ */ O("div", {
|
|
1293
|
+
className: "w-10 h-10 flex-shrink-0 rounded-md bg-bg-secondary flex items-center justify-center",
|
|
1294
|
+
children: /* @__PURE__ */ O(x, { className: "w-5 h-5 text-text-muted" })
|
|
1295
|
+
}), /* @__PURE__ */ k("div", {
|
|
1296
|
+
className: "min-w-0 flex-1",
|
|
1297
|
+
children: [
|
|
1298
|
+
/* @__PURE__ */ k("div", {
|
|
1299
|
+
className: "flex items-center gap-2",
|
|
1300
|
+
children: [/* @__PURE__ */ O("h4", {
|
|
1301
|
+
className: "text-sm font-semibold text-text-primary truncate",
|
|
1302
|
+
children: e.product?.name ?? "Unknown"
|
|
1303
|
+
}), e.licenseKey && /* @__PURE__ */ O("span", {
|
|
1304
|
+
className: "text-[10px] bg-status-success-bg text-status-success-text px-1.5 py-0.5 rounded-full",
|
|
1305
|
+
children: "Licensed"
|
|
1306
|
+
})]
|
|
1307
|
+
}),
|
|
1308
|
+
n && /* @__PURE__ */ O("p", {
|
|
1309
|
+
className: "text-xs text-text-muted font-mono truncate",
|
|
1310
|
+
children: n
|
|
1311
|
+
}),
|
|
1312
|
+
e.product?.description && /* @__PURE__ */ O("p", {
|
|
1313
|
+
className: "text-xs text-text-secondary line-clamp-2 mt-1",
|
|
1314
|
+
children: e.product.description
|
|
1315
|
+
})
|
|
1316
|
+
]
|
|
1317
|
+
})]
|
|
1318
|
+
}), /* @__PURE__ */ O("button", {
|
|
1319
|
+
onClick: () => void Vt(e.productId, e.licenseKey),
|
|
1320
|
+
disabled: r || Y === e.productId || !n,
|
|
1321
|
+
className: "inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-semibold rounded-md bg-action-primary-bg text-action-primary-text hover:opacity-90 disabled:opacity-60 flex-shrink-0",
|
|
1322
|
+
children: r ? "Installed" : Y === e.productId ? "Installing…" : "Install"
|
|
1323
|
+
})]
|
|
1324
|
+
}, e.id);
|
|
1325
|
+
})
|
|
1326
|
+
})] }),
|
|
1327
|
+
G === "ui-plugins" && /* @__PURE__ */ O(D, { children: r.length > 0 || B?.tunnelUrl ? /* @__PURE__ */ O(p, {
|
|
1328
|
+
availablePlugins: [...B?.tunnelUrl ? [{
|
|
1329
|
+
pluginName: "code-server",
|
|
1330
|
+
displayName: "Code Server (VS Code)",
|
|
1331
|
+
description: "Browser-based VS Code editor",
|
|
1332
|
+
version: "latest",
|
|
1333
|
+
customUrl: "/code-server/"
|
|
1334
|
+
}] : [], ...r.map((e) => ({
|
|
1335
|
+
pluginName: e.pluginName,
|
|
1336
|
+
displayName: e.pluginName.replace(/^ui-/, "").replace(/-/g, " ").replace(/\b\w/g, (e) => e.toUpperCase()),
|
|
1337
|
+
description: e.description,
|
|
1338
|
+
version: e.version
|
|
1339
|
+
}))],
|
|
1340
|
+
tunnelUrl: B?.tunnelUrl || null,
|
|
1341
|
+
agentApiKey: B?.agentApiKey
|
|
1342
|
+
}) : /* @__PURE__ */ O("p", {
|
|
1343
|
+
className: "text-sm text-text-muted",
|
|
1344
|
+
children: q ? "No UI plugins match your search." : "No plugins with UI are currently installed."
|
|
1345
|
+
}) }),
|
|
1346
|
+
St && V.length === 0 && /* @__PURE__ */ k("div", {
|
|
1347
|
+
className: "flex items-center gap-2 text-sm text-text-secondary",
|
|
1348
|
+
children: [/* @__PURE__ */ O(b, { className: "w-4 h-4 animate-spin" }), "Loading plugins..."]
|
|
1349
|
+
})
|
|
1350
|
+
]
|
|
1351
|
+
})] })
|
|
1352
|
+
}, "plugins");
|
|
1353
|
+
})(),
|
|
1354
|
+
P === "sessions" && /* @__PURE__ */ O(E.div, {
|
|
1355
|
+
initial: {
|
|
1356
|
+
opacity: 0,
|
|
1357
|
+
y: 8
|
|
1358
|
+
},
|
|
1359
|
+
animate: {
|
|
1360
|
+
opacity: 1,
|
|
1361
|
+
y: 0
|
|
1362
|
+
},
|
|
1363
|
+
exit: {
|
|
1364
|
+
opacity: 0,
|
|
1365
|
+
y: -8
|
|
1366
|
+
},
|
|
1367
|
+
transition: { duration: .2 },
|
|
1368
|
+
children: /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
1369
|
+
className: "p-4 border-b border-border-default flex items-center justify-between",
|
|
1370
|
+
children: /* @__PURE__ */ k("h3", {
|
|
1371
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
1372
|
+
children: [
|
|
1373
|
+
/* @__PURE__ */ O(C, { className: "w-5 h-5" }),
|
|
1374
|
+
N("nav.sessions", "Sessions"),
|
|
1375
|
+
" (",
|
|
1376
|
+
Z.length,
|
|
1377
|
+
")"
|
|
1378
|
+
]
|
|
1379
|
+
})
|
|
1380
|
+
}), Z.length > 0 ? /* @__PURE__ */ O("div", {
|
|
1381
|
+
className: "divide-y divide-border-primary",
|
|
1382
|
+
children: Z.map((e) => /* @__PURE__ */ k("div", {
|
|
1383
|
+
onClick: () => Jt(e.id),
|
|
1384
|
+
className: "p-4 flex flex-col sm:flex-row items-start sm:items-center justify-between gap-2 cursor-pointer hover:bg-bg-sunken/50 transition-colors",
|
|
1385
|
+
children: [/* @__PURE__ */ k("div", {
|
|
1386
|
+
className: "flex items-center gap-3 min-w-0",
|
|
1387
|
+
children: [/* @__PURE__ */ O(C, { className: "w-5 h-5 text-text-secondary flex-shrink-0" }), /* @__PURE__ */ k("div", {
|
|
1388
|
+
className: "min-w-0",
|
|
1389
|
+
children: [/* @__PURE__ */ O("p", {
|
|
1390
|
+
className: "font-medium text-text-primary truncate",
|
|
1391
|
+
children: e.name
|
|
1392
|
+
}), /* @__PURE__ */ O("p", {
|
|
1393
|
+
className: "text-sm text-text-secondary truncate",
|
|
1394
|
+
children: e.type
|
|
1395
|
+
})]
|
|
1396
|
+
})]
|
|
1397
|
+
}), /* @__PURE__ */ O(u, { status: e.status })]
|
|
1398
|
+
}, e.id))
|
|
1399
|
+
}) : /* @__PURE__ */ O("div", {
|
|
1400
|
+
className: "p-6 text-center text-text-secondary",
|
|
1401
|
+
children: N("agentDetails.noSessionsOnAgent", "No sessions on this agent")
|
|
1402
|
+
})] })
|
|
1403
|
+
}, "sessions"),
|
|
1404
|
+
P === "logs" && /* @__PURE__ */ O(E.div, {
|
|
1405
|
+
initial: {
|
|
1406
|
+
opacity: 0,
|
|
1407
|
+
y: 8
|
|
1408
|
+
},
|
|
1409
|
+
animate: {
|
|
1410
|
+
opacity: 1,
|
|
1411
|
+
y: 0
|
|
1412
|
+
},
|
|
1413
|
+
exit: {
|
|
1414
|
+
opacity: 0,
|
|
1415
|
+
y: -8
|
|
1416
|
+
},
|
|
1417
|
+
transition: { duration: .2 },
|
|
1418
|
+
children: /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
1419
|
+
className: "p-4 border-b border-border-default flex items-center justify-between",
|
|
1420
|
+
children: /* @__PURE__ */ k("h3", {
|
|
1421
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
1422
|
+
children: [/* @__PURE__ */ O(Pe, { className: "w-5 h-5" }), N("nav.logs", "Logs")]
|
|
1423
|
+
})
|
|
1424
|
+
}), /* @__PURE__ */ O("div", {
|
|
1425
|
+
className: "p-4",
|
|
1426
|
+
children: /* @__PURE__ */ O(me, {
|
|
1427
|
+
agentId: B.id,
|
|
1428
|
+
className: "min-h-[28rem]"
|
|
1429
|
+
})
|
|
1430
|
+
})] })
|
|
1431
|
+
}, "logs"),
|
|
1432
|
+
P === "vibes" && /* @__PURE__ */ O(E.div, {
|
|
1433
|
+
initial: {
|
|
1434
|
+
opacity: 0,
|
|
1435
|
+
y: 8
|
|
1436
|
+
},
|
|
1437
|
+
animate: {
|
|
1438
|
+
opacity: 1,
|
|
1439
|
+
y: 0
|
|
1440
|
+
},
|
|
1441
|
+
exit: {
|
|
1442
|
+
opacity: 0,
|
|
1443
|
+
y: -8
|
|
1444
|
+
},
|
|
1445
|
+
transition: { duration: .2 },
|
|
1446
|
+
children: /* @__PURE__ */ k(d, { children: [/* @__PURE__ */ O("div", {
|
|
1447
|
+
className: "p-4 border-b border-border-default flex items-center justify-between",
|
|
1448
|
+
children: /* @__PURE__ */ k("h3", {
|
|
1449
|
+
className: "font-semibold text-text-primary flex items-center gap-2",
|
|
1450
|
+
children: [
|
|
1451
|
+
/* @__PURE__ */ O(T, { className: "w-5 h-5" }),
|
|
1452
|
+
N("nav.vibes", "Vibes"),
|
|
1453
|
+
" (",
|
|
1454
|
+
Q.length,
|
|
1455
|
+
")"
|
|
1456
|
+
]
|
|
1457
|
+
})
|
|
1458
|
+
}), Q.length > 0 ? /* @__PURE__ */ O("div", {
|
|
1459
|
+
className: "divide-y divide-border-primary",
|
|
1460
|
+
children: Q.map((e) => /* @__PURE__ */ k("div", {
|
|
1461
|
+
onClick: () => Yt(e.id),
|
|
1462
|
+
className: "p-4 flex flex-col sm:flex-row items-start sm:items-center justify-between gap-2 cursor-pointer hover:bg-bg-sunken/50 transition-colors",
|
|
1463
|
+
children: [/* @__PURE__ */ k("div", {
|
|
1464
|
+
className: "flex items-center gap-3 min-w-0",
|
|
1465
|
+
children: [/* @__PURE__ */ O(T, { className: "w-5 h-5 text-text-secondary flex-shrink-0" }), /* @__PURE__ */ k("div", {
|
|
1466
|
+
className: "min-w-0",
|
|
1467
|
+
children: [/* @__PURE__ */ O("p", {
|
|
1468
|
+
className: "font-medium text-text-primary truncate",
|
|
1469
|
+
children: e.name
|
|
1470
|
+
}), /* @__PURE__ */ O("p", {
|
|
1471
|
+
className: "text-sm text-text-secondary truncate",
|
|
1472
|
+
children: e.type
|
|
1473
|
+
})]
|
|
1474
|
+
})]
|
|
1475
|
+
}), /* @__PURE__ */ O(u, { status: e.status })]
|
|
1476
|
+
}, e.id))
|
|
1477
|
+
}) : /* @__PURE__ */ O("div", {
|
|
1478
|
+
className: "p-6 text-center text-text-secondary",
|
|
1479
|
+
children: N("agentDetails.noVibesUsingAgent", "No vibes using this agent")
|
|
1480
|
+
})] })
|
|
1481
|
+
}, "vibes"),
|
|
1482
|
+
P === "notes" && /* @__PURE__ */ O(E.div, {
|
|
1483
|
+
initial: {
|
|
1484
|
+
opacity: 0,
|
|
1485
|
+
y: 8
|
|
1486
|
+
},
|
|
1487
|
+
animate: {
|
|
1488
|
+
opacity: 1,
|
|
1489
|
+
y: 0
|
|
1490
|
+
},
|
|
1491
|
+
exit: {
|
|
1492
|
+
opacity: 0,
|
|
1493
|
+
y: -8
|
|
1494
|
+
},
|
|
1495
|
+
transition: { duration: .2 },
|
|
1496
|
+
className: "space-y-6",
|
|
1497
|
+
children: /* @__PURE__ */ O(he, {
|
|
1498
|
+
context: "agent",
|
|
1499
|
+
agentVibes: Q.map((e) => ({
|
|
1500
|
+
id: e.id,
|
|
1501
|
+
name: e.name
|
|
1502
|
+
}))
|
|
1503
|
+
})
|
|
1504
|
+
}, "notes"),
|
|
1505
|
+
P === "backup" && B.tunnelUrl && B.agentApiKey && /* @__PURE__ */ O(E.div, {
|
|
1506
|
+
initial: {
|
|
1507
|
+
opacity: 0,
|
|
1508
|
+
y: 8
|
|
1509
|
+
},
|
|
1510
|
+
animate: {
|
|
1511
|
+
opacity: 1,
|
|
1512
|
+
y: 0
|
|
1513
|
+
},
|
|
1514
|
+
exit: {
|
|
1515
|
+
opacity: 0,
|
|
1516
|
+
y: -8
|
|
1517
|
+
},
|
|
1518
|
+
transition: { duration: .2 },
|
|
1519
|
+
children: /* @__PURE__ */ O(fe, {
|
|
1520
|
+
agentTunnelUrl: B.tunnelUrl,
|
|
1521
|
+
agentApiKey: B.agentApiKey
|
|
1522
|
+
})
|
|
1523
|
+
}, "backup"),
|
|
1524
|
+
P === "backup" && (!B.tunnelUrl || !B.agentApiKey) && /* @__PURE__ */ O(E.div, {
|
|
1525
|
+
initial: {
|
|
1526
|
+
opacity: 0,
|
|
1527
|
+
y: 8
|
|
1528
|
+
},
|
|
1529
|
+
animate: {
|
|
1530
|
+
opacity: 1,
|
|
1531
|
+
y: 0
|
|
1532
|
+
},
|
|
1533
|
+
exit: {
|
|
1534
|
+
opacity: 0,
|
|
1535
|
+
y: -8
|
|
1536
|
+
},
|
|
1537
|
+
transition: { duration: .2 },
|
|
1538
|
+
children: /* @__PURE__ */ k(d, {
|
|
1539
|
+
className: "p-6 text-center text-text-secondary",
|
|
1540
|
+
children: [
|
|
1541
|
+
/* @__PURE__ */ O(Ce, { className: "w-8 h-8 mx-auto mb-2 text-text-muted" }),
|
|
1542
|
+
/* @__PURE__ */ O("p", { children: N("agentDetails.backupRequiresTunnelAndApiKey", "Agent tunnel URL and API key are required for backup management.") }),
|
|
1543
|
+
/* @__PURE__ */ O("p", {
|
|
1544
|
+
className: "text-sm mt-1",
|
|
1545
|
+
children: N("agentDetails.configureConnectionInOverview", "Configure the agent connection in the Overview tab.")
|
|
1546
|
+
})
|
|
1547
|
+
]
|
|
1548
|
+
})
|
|
1549
|
+
}, "backup-no-tunnel")
|
|
1550
|
+
]
|
|
1551
|
+
}),
|
|
1552
|
+
et && /* @__PURE__ */ O("div", {
|
|
1553
|
+
className: "fixed inset-0 bg-bg-overlay flex items-center justify-center z-50 p-4",
|
|
1554
|
+
children: /* @__PURE__ */ k("div", {
|
|
1555
|
+
className: "bg-bg-surface rounded-lg p-6 w-full max-w-lg",
|
|
1556
|
+
children: [
|
|
1557
|
+
/* @__PURE__ */ k("h2", {
|
|
1558
|
+
className: "text-lg font-semibold text-text-primary mb-4",
|
|
1559
|
+
children: [
|
|
1560
|
+
N("agentDetails.configure", "Configure"),
|
|
1561
|
+
" ",
|
|
1562
|
+
B.name
|
|
1563
|
+
]
|
|
1564
|
+
}),
|
|
1565
|
+
tt && /* @__PURE__ */ O("div", {
|
|
1566
|
+
className: "mb-4 p-3 bg-status-error-bg text-status-error-text rounded-md text-sm",
|
|
1567
|
+
children: tt
|
|
1568
|
+
}),
|
|
1569
|
+
/* @__PURE__ */ k("div", {
|
|
1570
|
+
className: "space-y-4",
|
|
1571
|
+
children: [
|
|
1572
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("label", {
|
|
1573
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1574
|
+
children: N("webhooks.name", "Name")
|
|
1575
|
+
}), /* @__PURE__ */ O("input", {
|
|
1576
|
+
ref: st,
|
|
1577
|
+
type: "text",
|
|
1578
|
+
defaultValue: B.name,
|
|
1579
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-primary"
|
|
1580
|
+
})] }),
|
|
1581
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("label", {
|
|
1582
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1583
|
+
children: N("analytics.platform", "Platform")
|
|
1584
|
+
}), /* @__PURE__ */ O("input", {
|
|
1585
|
+
type: "text",
|
|
1586
|
+
value: `${B.platform} / ${B.architecture}`,
|
|
1587
|
+
disabled: !0,
|
|
1588
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-secondary"
|
|
1589
|
+
})] }),
|
|
1590
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("label", {
|
|
1591
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1592
|
+
children: N("agentDetails.version", "Version")
|
|
1593
|
+
}), /* @__PURE__ */ O("input", {
|
|
1594
|
+
type: "text",
|
|
1595
|
+
value: B.version,
|
|
1596
|
+
disabled: !0,
|
|
1597
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-secondary"
|
|
1598
|
+
})] }),
|
|
1599
|
+
/* @__PURE__ */ k("div", { children: [
|
|
1600
|
+
/* @__PURE__ */ O("label", {
|
|
1601
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1602
|
+
children: N("agentDetails.tunnelUrl", "Tunnel URL")
|
|
1603
|
+
}),
|
|
1604
|
+
/* @__PURE__ */ O("input", {
|
|
1605
|
+
ref: ct,
|
|
1606
|
+
type: "text",
|
|
1607
|
+
defaultValue: B.tunnelUrl ?? "",
|
|
1608
|
+
placeholder: N("agentDetails.tunnelUrlPlaceholder", "https://xxx.trycloudflare.com"),
|
|
1609
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-primary font-mono text-sm"
|
|
1610
|
+
}),
|
|
1611
|
+
/* @__PURE__ */ O("p", {
|
|
1612
|
+
className: "mt-1 text-xs text-text-muted",
|
|
1613
|
+
children: N("agentDetails.tunnelUrlHint", "The public URL for accessing this agent remotely. Auto-updates when gateway auth is configured.")
|
|
1614
|
+
})
|
|
1615
|
+
] }),
|
|
1616
|
+
/* @__PURE__ */ k("div", { children: [
|
|
1617
|
+
/* @__PURE__ */ O("label", {
|
|
1618
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1619
|
+
children: N("agentDetails.agentApiKey", "Agent API Key")
|
|
1620
|
+
}),
|
|
1621
|
+
/* @__PURE__ */ O("input", {
|
|
1622
|
+
ref: lt,
|
|
1623
|
+
type: "text",
|
|
1624
|
+
defaultValue: B.agentApiKey ?? "",
|
|
1625
|
+
placeholder: N("agentDetails.agentApiKeyPlaceholder", "sk-agent-..."),
|
|
1626
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-primary font-mono text-sm"
|
|
1627
|
+
}),
|
|
1628
|
+
/* @__PURE__ */ O("p", {
|
|
1629
|
+
className: "mt-1 text-xs text-text-muted",
|
|
1630
|
+
children: N("agentDetails.agentApiKeyHint", "Used to authenticate requests to the agent. Leave empty to clear.")
|
|
1631
|
+
})
|
|
1632
|
+
] }),
|
|
1633
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ k("div", {
|
|
1634
|
+
className: "flex items-center gap-1.5 mb-1",
|
|
1635
|
+
children: [/* @__PURE__ */ O("label", {
|
|
1636
|
+
className: "text-sm font-medium text-text-primary",
|
|
1637
|
+
children: "AI Context"
|
|
1638
|
+
}), /* @__PURE__ */ k("div", {
|
|
1639
|
+
className: "relative",
|
|
1640
|
+
children: [/* @__PURE__ */ O("button", {
|
|
1641
|
+
type: "button",
|
|
1642
|
+
onClick: () => ot((e) => !e),
|
|
1643
|
+
className: "p-0.5 rounded-full text-text-muted hover:text-text-secondary transition-colors",
|
|
1644
|
+
"aria-label": "What is AI Context?",
|
|
1645
|
+
children: /* @__PURE__ */ O(ke, { className: "w-3.5 h-3.5" })
|
|
1646
|
+
}), at && /* @__PURE__ */ k(D, { children: [/* @__PURE__ */ O("div", {
|
|
1647
|
+
className: "fixed inset-0 z-10",
|
|
1648
|
+
onClick: () => ot(!1)
|
|
1649
|
+
}), /* @__PURE__ */ k("div", {
|
|
1650
|
+
className: "absolute left-0 top-6 z-20 w-72 bg-bg-elevated border border-border-default rounded-lg shadow-xl p-3 text-xs text-text-secondary space-y-1.5",
|
|
1651
|
+
children: [
|
|
1652
|
+
/* @__PURE__ */ O("p", {
|
|
1653
|
+
className: "font-semibold text-text-primary",
|
|
1654
|
+
children: "What is AI Context?"
|
|
1655
|
+
}),
|
|
1656
|
+
/* @__PURE__ */ O("p", { children: "A short description (Markdown supported) that AI tools running on this agent will read to understand the environment — e.g. what the machine is for, what services it runs, or any constraints to follow." }),
|
|
1657
|
+
/* @__PURE__ */ O("p", {
|
|
1658
|
+
className: "text-text-muted",
|
|
1659
|
+
children: "Example: \"Production billing server. Do not modify files outside /src. Node 20, Docker installed.\""
|
|
1660
|
+
})
|
|
1661
|
+
]
|
|
1662
|
+
})] })]
|
|
1663
|
+
})]
|
|
1664
|
+
}), /* @__PURE__ */ O("textarea", {
|
|
1665
|
+
ref: ut,
|
|
1666
|
+
defaultValue: B.aiContext ?? "",
|
|
1667
|
+
rows: 4,
|
|
1668
|
+
placeholder: "e.g. This agent runs on the billing server. Node 20, Docker installed. Do not modify files outside /src.",
|
|
1669
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-primary text-sm"
|
|
1670
|
+
})] }),
|
|
1671
|
+
/* @__PURE__ */ k("div", { children: [/* @__PURE__ */ O("label", {
|
|
1672
|
+
className: "block text-sm font-medium text-text-primary mb-1",
|
|
1673
|
+
children: N("agentDetails.metadataLabel", "Metadata (JSON)")
|
|
1674
|
+
}), /* @__PURE__ */ O("textarea", {
|
|
1675
|
+
ref: dt,
|
|
1676
|
+
defaultValue: B.metadata ? JSON.stringify(B.metadata, null, 2) : "{}",
|
|
1677
|
+
rows: 4,
|
|
1678
|
+
className: "w-full px-3 py-2 bg-bg-sunken border border-border-default rounded-md text-text-primary font-mono text-sm"
|
|
1679
|
+
})] })
|
|
1680
|
+
]
|
|
1681
|
+
}),
|
|
1682
|
+
/* @__PURE__ */ k("div", {
|
|
1683
|
+
className: "flex flex-wrap justify-end gap-3 mt-6",
|
|
1684
|
+
children: [/* @__PURE__ */ O("button", {
|
|
1685
|
+
onClick: () => F(!1),
|
|
1686
|
+
disabled: L,
|
|
1687
|
+
className: "px-4 py-2 text-text-primary hover:bg-bg-sunken rounded-md transition-colors disabled:opacity-50",
|
|
1688
|
+
children: N("common.cancel", "Cancel")
|
|
1689
|
+
}), /* @__PURE__ */ O("button", {
|
|
1690
|
+
onClick: Gt,
|
|
1691
|
+
disabled: L,
|
|
1692
|
+
className: "px-4 py-2 bg-action-primary-bg text-action-primary-text rounded-md hover:bg-action-primary-bg-hover transition-colors disabled:opacity-50",
|
|
1693
|
+
children: L ? N("agentDetails.saving", "Saving...") : N("agentDetails.saveConfiguration", "Save Configuration")
|
|
1694
|
+
})]
|
|
1695
|
+
})
|
|
1696
|
+
]
|
|
1697
|
+
})
|
|
1698
|
+
}),
|
|
1699
|
+
/* @__PURE__ */ O(ae, {
|
|
1700
|
+
isOpen: Tt,
|
|
1701
|
+
onClose: () => Et(!1),
|
|
1702
|
+
onConfirm: () => {
|
|
1703
|
+
Et(!1), M("/billing");
|
|
1704
|
+
},
|
|
1705
|
+
title: "Plugin Install Quota Reached",
|
|
1706
|
+
message: "You have used the plugin installation quota for your current plan. Upgrade to install more plugins."
|
|
1707
|
+
})
|
|
1708
|
+
]
|
|
1709
|
+
});
|
|
1710
|
+
}
|
|
1711
|
+
//#endregion
|
|
1712
|
+
export { j as AgentDetailsPage };
|
|
1713
|
+
|
|
1714
|
+
//# sourceMappingURL=AgentDetailsPage.js.map
|