@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,1845 @@
|
|
|
1
|
+
import e from "../../../../d3-selection/src/select.js";
|
|
2
|
+
import t from "../../../../d3-selection/src/pointer.js";
|
|
3
|
+
import n from "../../../../d3-drag/src/drag.js";
|
|
4
|
+
import r from "../../../../d3-interpolate/src/value.js";
|
|
5
|
+
import i from "../../../../d3-interpolate/src/zoom.js";
|
|
6
|
+
import a, { identity as o } from "../../../../d3-zoom/src/transform.js";
|
|
7
|
+
import s from "../../../../d3-zoom/src/zoom.js";
|
|
8
|
+
import "../../../../d3-zoom/src/index.js";
|
|
9
|
+
//#region node_modules/@xyflow/system/dist/esm/index.js
|
|
10
|
+
var c = {
|
|
11
|
+
error001: () => "[React Flow]: Seems like you have not used zustand provider as an ancestor. Help: https://reactflow.dev/error#001",
|
|
12
|
+
error002: () => "It looks like you've created a new nodeTypes or edgeTypes object. If this wasn't on purpose please define the nodeTypes/edgeTypes outside of the component or memoize them.",
|
|
13
|
+
error003: (e) => `Node type "${e}" not found. Using fallback type "default".`,
|
|
14
|
+
error004: () => "The React Flow parent container needs a width and a height to render the graph.",
|
|
15
|
+
error005: () => "Only child nodes can use a parent extent.",
|
|
16
|
+
error006: () => "Can't create edge. An edge needs a source and a target.",
|
|
17
|
+
error007: (e) => `The old edge with id=${e} does not exist.`,
|
|
18
|
+
error009: (e) => `Marker type "${e}" doesn't exist.`,
|
|
19
|
+
error008: (e, { id: t, sourceHandle: n, targetHandle: r }) => `Couldn't create edge for ${e} handle id: "${e === "source" ? n : r}", edge id: ${t}.`,
|
|
20
|
+
error010: () => "Handle: No node id found. Make sure to only use a Handle inside a custom Node.",
|
|
21
|
+
error011: (e) => `Edge type "${e}" not found. Using fallback type "default".`,
|
|
22
|
+
error012: (e) => `Node with id "${e}" does not exist, it may have been removed. This can happen when a node is deleted before the "onNodeClick" handler is called.`,
|
|
23
|
+
error013: (e = "react") => `It seems that you haven't loaded the styles. Please import '@xyflow/${e}/dist/style.css' or base.css to make sure everything is working properly.`,
|
|
24
|
+
error014: () => "useNodeConnections: No node ID found. Call useNodeConnections inside a custom Node or provide a node ID.",
|
|
25
|
+
error015: () => "It seems that you are trying to drag a node that is not initialized. Please use onNodesChange as explained in the docs."
|
|
26
|
+
}, l = [[-Infinity, -Infinity], [Infinity, Infinity]], u = [
|
|
27
|
+
"Enter",
|
|
28
|
+
" ",
|
|
29
|
+
"Escape"
|
|
30
|
+
], d = {
|
|
31
|
+
"node.a11yDescription.default": "Press enter or space to select a node. Press delete to remove it and escape to cancel.",
|
|
32
|
+
"node.a11yDescription.keyboardDisabled": "Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.",
|
|
33
|
+
"node.a11yDescription.ariaLiveMessage": ({ direction: e, x: t, y: n }) => `Moved selected node ${e}. New position, x: ${t}, y: ${n}`,
|
|
34
|
+
"edge.a11yDescription.default": "Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.",
|
|
35
|
+
"controls.ariaLabel": "Control Panel",
|
|
36
|
+
"controls.zoomIn.ariaLabel": "Zoom In",
|
|
37
|
+
"controls.zoomOut.ariaLabel": "Zoom Out",
|
|
38
|
+
"controls.fitView.ariaLabel": "Fit View",
|
|
39
|
+
"controls.interactive.ariaLabel": "Toggle Interactivity",
|
|
40
|
+
"minimap.ariaLabel": "Mini Map",
|
|
41
|
+
"handle.ariaLabel": "Handle"
|
|
42
|
+
}, f;
|
|
43
|
+
(function(e) {
|
|
44
|
+
e.Strict = "strict", e.Loose = "loose";
|
|
45
|
+
})(f ||= {});
|
|
46
|
+
var p;
|
|
47
|
+
(function(e) {
|
|
48
|
+
e.Free = "free", e.Vertical = "vertical", e.Horizontal = "horizontal";
|
|
49
|
+
})(p ||= {});
|
|
50
|
+
var m;
|
|
51
|
+
(function(e) {
|
|
52
|
+
e.Partial = "partial", e.Full = "full";
|
|
53
|
+
})(m ||= {});
|
|
54
|
+
var h = {
|
|
55
|
+
inProgress: !1,
|
|
56
|
+
isValid: null,
|
|
57
|
+
from: null,
|
|
58
|
+
fromHandle: null,
|
|
59
|
+
fromPosition: null,
|
|
60
|
+
fromNode: null,
|
|
61
|
+
to: null,
|
|
62
|
+
toHandle: null,
|
|
63
|
+
toPosition: null,
|
|
64
|
+
toNode: null,
|
|
65
|
+
pointer: null
|
|
66
|
+
}, g;
|
|
67
|
+
(function(e) {
|
|
68
|
+
e.Bezier = "default", e.Straight = "straight", e.Step = "step", e.SmoothStep = "smoothstep", e.SimpleBezier = "simplebezier";
|
|
69
|
+
})(g ||= {});
|
|
70
|
+
var _;
|
|
71
|
+
(function(e) {
|
|
72
|
+
e.Arrow = "arrow", e.ArrowClosed = "arrowclosed";
|
|
73
|
+
})(_ ||= {});
|
|
74
|
+
var v;
|
|
75
|
+
(function(e) {
|
|
76
|
+
e.Left = "left", e.Top = "top", e.Right = "right", e.Bottom = "bottom";
|
|
77
|
+
})(v ||= {});
|
|
78
|
+
var y = {
|
|
79
|
+
[v.Left]: v.Right,
|
|
80
|
+
[v.Right]: v.Left,
|
|
81
|
+
[v.Top]: v.Bottom,
|
|
82
|
+
[v.Bottom]: v.Top
|
|
83
|
+
};
|
|
84
|
+
function b(e) {
|
|
85
|
+
return e === null ? null : e ? "valid" : "invalid";
|
|
86
|
+
}
|
|
87
|
+
var x = (e) => "id" in e && "source" in e && "target" in e, S = (e) => "id" in e && "position" in e && !("source" in e) && !("target" in e), C = (e) => "id" in e && "internals" in e && !("source" in e) && !("target" in e), w = (e, t = [0, 0]) => {
|
|
88
|
+
let { width: n, height: r } = J(e), i = e.origin ?? t, a = n * i[0], o = r * i[1];
|
|
89
|
+
return {
|
|
90
|
+
x: e.position.x - a,
|
|
91
|
+
y: e.position.y - o
|
|
92
|
+
};
|
|
93
|
+
}, T = (e, t = { nodeOrigin: [0, 0] }) => (process.env.NODE_ENV === "development" && !t.nodeLookup && console.warn("Please use `getNodesBounds` from `useReactFlow`/`useSvelteFlow` hook to ensure correct values for sub flows. If not possible, you have to provide a nodeLookup to support sub flows."), e.length === 0 ? {
|
|
94
|
+
x: 0,
|
|
95
|
+
y: 0,
|
|
96
|
+
width: 0,
|
|
97
|
+
height: 0
|
|
98
|
+
} : R(e.reduce((e, n) => {
|
|
99
|
+
let r = typeof n == "string", i = !t.nodeLookup && !r ? n : void 0;
|
|
100
|
+
return t.nodeLookup && (i = r ? t.nodeLookup.get(n) : C(n) ? n : t.nodeLookup.get(n.id)), te(e, i ? ne(i, t.nodeOrigin) : {
|
|
101
|
+
x: 0,
|
|
102
|
+
y: 0,
|
|
103
|
+
x2: 0,
|
|
104
|
+
y2: 0
|
|
105
|
+
});
|
|
106
|
+
}, {
|
|
107
|
+
x: Infinity,
|
|
108
|
+
y: Infinity,
|
|
109
|
+
x2: -Infinity,
|
|
110
|
+
y2: -Infinity
|
|
111
|
+
}))), E = (e, t = {}) => {
|
|
112
|
+
let n = {
|
|
113
|
+
x: Infinity,
|
|
114
|
+
y: Infinity,
|
|
115
|
+
x2: -Infinity,
|
|
116
|
+
y2: -Infinity
|
|
117
|
+
}, r = !1;
|
|
118
|
+
return e.forEach((e) => {
|
|
119
|
+
(t.filter === void 0 || t.filter(e)) && (n = te(n, ne(e)), r = !0);
|
|
120
|
+
}), r ? R(n) : {
|
|
121
|
+
x: 0,
|
|
122
|
+
y: 0,
|
|
123
|
+
width: 0,
|
|
124
|
+
height: 0
|
|
125
|
+
};
|
|
126
|
+
}, D = (e, t, [n, r, i] = [
|
|
127
|
+
0,
|
|
128
|
+
0,
|
|
129
|
+
1
|
|
130
|
+
], a = !1, o = !1) => {
|
|
131
|
+
let s = {
|
|
132
|
+
...re(t, [
|
|
133
|
+
n,
|
|
134
|
+
r,
|
|
135
|
+
i
|
|
136
|
+
]),
|
|
137
|
+
width: t.width / i,
|
|
138
|
+
height: t.height / i
|
|
139
|
+
}, c = [];
|
|
140
|
+
for (let t of e.values()) {
|
|
141
|
+
let { measured: e, selectable: n = !0, hidden: r = !1 } = t;
|
|
142
|
+
if (o && !n || r) continue;
|
|
143
|
+
let i = e.width ?? t.width ?? t.initialWidth ?? null, l = e.height ?? t.height ?? t.initialHeight ?? null, u = V(s, z(t)), d = (i ?? 0) * (l ?? 0), f = a && u > 0;
|
|
144
|
+
(!t.internals.handleBounds || f || u >= d || t.dragging) && c.push(t);
|
|
145
|
+
}
|
|
146
|
+
return c;
|
|
147
|
+
}, O = (e, t) => {
|
|
148
|
+
let n = /* @__PURE__ */ new Set();
|
|
149
|
+
return e.forEach((e) => {
|
|
150
|
+
n.add(e.id);
|
|
151
|
+
}), t.filter((e) => n.has(e.source) || n.has(e.target));
|
|
152
|
+
};
|
|
153
|
+
function k(e, t) {
|
|
154
|
+
let n = /* @__PURE__ */ new Map(), r = t?.nodes ? new Set(t.nodes.map((e) => e.id)) : null;
|
|
155
|
+
return e.forEach((e) => {
|
|
156
|
+
e.measured.width && e.measured.height && (t?.includeHiddenNodes || !e.hidden) && (!r || r.has(e.id)) && n.set(e.id, e);
|
|
157
|
+
}), n;
|
|
158
|
+
}
|
|
159
|
+
async function A({ nodes: e, width: t, height: n, panZoom: r, minZoom: i, maxZoom: a }, o) {
|
|
160
|
+
if (e.size === 0) return Promise.resolve(!0);
|
|
161
|
+
let s = se(E(k(e, o)), t, n, o?.minZoom ?? i, o?.maxZoom ?? a, o?.padding ?? .1);
|
|
162
|
+
return await r.setViewport(s, {
|
|
163
|
+
duration: o?.duration,
|
|
164
|
+
ease: o?.ease,
|
|
165
|
+
interpolate: o?.interpolate
|
|
166
|
+
}), Promise.resolve(!0);
|
|
167
|
+
}
|
|
168
|
+
function j({ nodeId: e, nextPosition: t, nodeLookup: n, nodeOrigin: r = [0, 0], nodeExtent: i, onError: a }) {
|
|
169
|
+
let o = n.get(e), s = o.parentId ? n.get(o.parentId) : void 0, { x: l, y: u } = s ? s.internals.positionAbsolute : {
|
|
170
|
+
x: 0,
|
|
171
|
+
y: 0
|
|
172
|
+
}, d = o.origin ?? r, f = o.extent || i;
|
|
173
|
+
if (o.extent === "parent" && !o.expandParent) if (!s) a?.("005", c.error005());
|
|
174
|
+
else {
|
|
175
|
+
let e = s.measured.width, t = s.measured.height;
|
|
176
|
+
e && t && (f = [[l, u], [l + e, u + t]]);
|
|
177
|
+
}
|
|
178
|
+
else s && q(o.extent) && (f = [[o.extent[0][0] + l, o.extent[0][1] + u], [o.extent[1][0] + l, o.extent[1][1] + u]]);
|
|
179
|
+
let p = q(f) ? P(t, f, o.measured) : t;
|
|
180
|
+
return (o.measured.width === void 0 || o.measured.height === void 0) && a?.("015", c.error015()), {
|
|
181
|
+
position: {
|
|
182
|
+
x: p.x - l + (o.measured.width ?? 0) * d[0],
|
|
183
|
+
y: p.y - u + (o.measured.height ?? 0) * d[1]
|
|
184
|
+
},
|
|
185
|
+
positionAbsolute: p
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
async function M({ nodesToRemove: e = [], edgesToRemove: t = [], nodes: n, edges: r, onBeforeDelete: i }) {
|
|
189
|
+
let a = new Set(e.map((e) => e.id)), o = [];
|
|
190
|
+
for (let e of n) {
|
|
191
|
+
if (e.deletable === !1) continue;
|
|
192
|
+
let t = a.has(e.id), n = !t && e.parentId && o.find((t) => t.id === e.parentId);
|
|
193
|
+
(t || n) && o.push(e);
|
|
194
|
+
}
|
|
195
|
+
let s = new Set(t.map((e) => e.id)), c = r.filter((e) => e.deletable !== !1), l = O(o, c);
|
|
196
|
+
for (let e of c) s.has(e.id) && !l.find((t) => t.id === e.id) && l.push(e);
|
|
197
|
+
if (!i) return {
|
|
198
|
+
edges: l,
|
|
199
|
+
nodes: o
|
|
200
|
+
};
|
|
201
|
+
let u = await i({
|
|
202
|
+
nodes: o,
|
|
203
|
+
edges: l
|
|
204
|
+
});
|
|
205
|
+
return typeof u == "boolean" ? u ? {
|
|
206
|
+
edges: l,
|
|
207
|
+
nodes: o
|
|
208
|
+
} : {
|
|
209
|
+
edges: [],
|
|
210
|
+
nodes: []
|
|
211
|
+
} : u;
|
|
212
|
+
}
|
|
213
|
+
var N = (e, t = 0, n = 1) => Math.min(Math.max(e, t), n), P = (e = {
|
|
214
|
+
x: 0,
|
|
215
|
+
y: 0
|
|
216
|
+
}, t, n) => ({
|
|
217
|
+
x: N(e.x, t[0][0], t[1][0] - (n?.width ?? 0)),
|
|
218
|
+
y: N(e.y, t[0][1], t[1][1] - (n?.height ?? 0))
|
|
219
|
+
});
|
|
220
|
+
function F(e, t, n) {
|
|
221
|
+
let { width: r, height: i } = J(n), { x: a, y: o } = n.internals.positionAbsolute;
|
|
222
|
+
return P(e, [[a, o], [a + r, o + i]], t);
|
|
223
|
+
}
|
|
224
|
+
var I = (e, t, n) => e < t ? N(Math.abs(e - t), 1, t) / t : e > n ? -N(Math.abs(e - n), 1, t) / t : 0, ee = (e, t, n = 15, r = 40) => [I(e.x, r, t.width - r) * n, I(e.y, r, t.height - r) * n], te = (e, t) => ({
|
|
225
|
+
x: Math.min(e.x, t.x),
|
|
226
|
+
y: Math.min(e.y, t.y),
|
|
227
|
+
x2: Math.max(e.x2, t.x2),
|
|
228
|
+
y2: Math.max(e.y2, t.y2)
|
|
229
|
+
}), L = ({ x: e, y: t, width: n, height: r }) => ({
|
|
230
|
+
x: e,
|
|
231
|
+
y: t,
|
|
232
|
+
x2: e + n,
|
|
233
|
+
y2: t + r
|
|
234
|
+
}), R = ({ x: e, y: t, x2: n, y2: r }) => ({
|
|
235
|
+
x: e,
|
|
236
|
+
y: t,
|
|
237
|
+
width: n - e,
|
|
238
|
+
height: r - t
|
|
239
|
+
}), z = (e, t = [0, 0]) => {
|
|
240
|
+
let { x: n, y: r } = C(e) ? e.internals.positionAbsolute : w(e, t);
|
|
241
|
+
return {
|
|
242
|
+
x: n,
|
|
243
|
+
y: r,
|
|
244
|
+
width: e.measured?.width ?? e.width ?? e.initialWidth ?? 0,
|
|
245
|
+
height: e.measured?.height ?? e.height ?? e.initialHeight ?? 0
|
|
246
|
+
};
|
|
247
|
+
}, ne = (e, t = [0, 0]) => {
|
|
248
|
+
let { x: n, y: r } = C(e) ? e.internals.positionAbsolute : w(e, t);
|
|
249
|
+
return {
|
|
250
|
+
x: n,
|
|
251
|
+
y: r,
|
|
252
|
+
x2: n + (e.measured?.width ?? e.width ?? e.initialWidth ?? 0),
|
|
253
|
+
y2: r + (e.measured?.height ?? e.height ?? e.initialHeight ?? 0)
|
|
254
|
+
};
|
|
255
|
+
}, B = (e, t) => R(te(L(e), L(t))), V = (e, t) => {
|
|
256
|
+
let n = Math.max(0, Math.min(e.x + e.width, t.x + t.width) - Math.max(e.x, t.x)), r = Math.max(0, Math.min(e.y + e.height, t.y + t.height) - Math.max(e.y, t.y));
|
|
257
|
+
return Math.ceil(n * r);
|
|
258
|
+
}, H = (e) => U(e.width) && U(e.height) && U(e.x) && U(e.y), U = (e) => !isNaN(e) && isFinite(e), W = (e, t) => {
|
|
259
|
+
process.env.NODE_ENV === "development" && console.warn(`[React Flow]: ${t} Help: https://reactflow.dev/error#${e}`);
|
|
260
|
+
}, G = (e, t = [1, 1]) => ({
|
|
261
|
+
x: t[0] * Math.round(e.x / t[0]),
|
|
262
|
+
y: t[1] * Math.round(e.y / t[1])
|
|
263
|
+
}), re = ({ x: e, y: t }, [n, r, i], a = !1, o = [1, 1]) => {
|
|
264
|
+
let s = {
|
|
265
|
+
x: (e - n) / i,
|
|
266
|
+
y: (t - r) / i
|
|
267
|
+
};
|
|
268
|
+
return a ? G(s, o) : s;
|
|
269
|
+
}, ie = ({ x: e, y: t }, [n, r, i]) => ({
|
|
270
|
+
x: e * i + n,
|
|
271
|
+
y: t * i + r
|
|
272
|
+
});
|
|
273
|
+
function K(e, t) {
|
|
274
|
+
if (typeof e == "number") return Math.floor((t - t / (1 + e)) * .5);
|
|
275
|
+
if (typeof e == "string" && e.endsWith("px")) {
|
|
276
|
+
let t = parseFloat(e);
|
|
277
|
+
if (!Number.isNaN(t)) return Math.floor(t);
|
|
278
|
+
}
|
|
279
|
+
if (typeof e == "string" && e.endsWith("%")) {
|
|
280
|
+
let n = parseFloat(e);
|
|
281
|
+
if (!Number.isNaN(n)) return Math.floor(t * n * .01);
|
|
282
|
+
}
|
|
283
|
+
return console.error(`[React Flow] The padding value "${e}" is invalid. Please provide a number or a string with a valid unit (px or %).`), 0;
|
|
284
|
+
}
|
|
285
|
+
function ae(e, t, n) {
|
|
286
|
+
if (typeof e == "string" || typeof e == "number") {
|
|
287
|
+
let r = K(e, n), i = K(e, t);
|
|
288
|
+
return {
|
|
289
|
+
top: r,
|
|
290
|
+
right: i,
|
|
291
|
+
bottom: r,
|
|
292
|
+
left: i,
|
|
293
|
+
x: i * 2,
|
|
294
|
+
y: r * 2
|
|
295
|
+
};
|
|
296
|
+
}
|
|
297
|
+
if (typeof e == "object") {
|
|
298
|
+
let r = K(e.top ?? e.y ?? 0, n), i = K(e.bottom ?? e.y ?? 0, n), a = K(e.left ?? e.x ?? 0, t), o = K(e.right ?? e.x ?? 0, t);
|
|
299
|
+
return {
|
|
300
|
+
top: r,
|
|
301
|
+
right: o,
|
|
302
|
+
bottom: i,
|
|
303
|
+
left: a,
|
|
304
|
+
x: a + o,
|
|
305
|
+
y: r + i
|
|
306
|
+
};
|
|
307
|
+
}
|
|
308
|
+
return {
|
|
309
|
+
top: 0,
|
|
310
|
+
right: 0,
|
|
311
|
+
bottom: 0,
|
|
312
|
+
left: 0,
|
|
313
|
+
x: 0,
|
|
314
|
+
y: 0
|
|
315
|
+
};
|
|
316
|
+
}
|
|
317
|
+
function oe(e, t, n, r, i, a) {
|
|
318
|
+
let { x: o, y: s } = ie(e, [
|
|
319
|
+
t,
|
|
320
|
+
n,
|
|
321
|
+
r
|
|
322
|
+
]), { x: c, y: l } = ie({
|
|
323
|
+
x: e.x + e.width,
|
|
324
|
+
y: e.y + e.height
|
|
325
|
+
}, [
|
|
326
|
+
t,
|
|
327
|
+
n,
|
|
328
|
+
r
|
|
329
|
+
]), u = i - c, d = a - l;
|
|
330
|
+
return {
|
|
331
|
+
left: Math.floor(o),
|
|
332
|
+
top: Math.floor(s),
|
|
333
|
+
right: Math.floor(u),
|
|
334
|
+
bottom: Math.floor(d)
|
|
335
|
+
};
|
|
336
|
+
}
|
|
337
|
+
var se = (e, t, n, r, i, a) => {
|
|
338
|
+
let o = ae(a, t, n), s = (t - o.x) / e.width, c = (n - o.y) / e.height, l = N(Math.min(s, c), r, i), u = e.x + e.width / 2, d = e.y + e.height / 2, f = t / 2 - u * l, p = n / 2 - d * l, m = oe(e, f, p, l, t, n), h = {
|
|
339
|
+
left: Math.min(m.left - o.left, 0),
|
|
340
|
+
top: Math.min(m.top - o.top, 0),
|
|
341
|
+
right: Math.min(m.right - o.right, 0),
|
|
342
|
+
bottom: Math.min(m.bottom - o.bottom, 0)
|
|
343
|
+
};
|
|
344
|
+
return {
|
|
345
|
+
x: f - h.left + h.right,
|
|
346
|
+
y: p - h.top + h.bottom,
|
|
347
|
+
zoom: l
|
|
348
|
+
};
|
|
349
|
+
}, ce = () => typeof navigator < "u" && navigator?.userAgent?.indexOf("Mac") >= 0;
|
|
350
|
+
function q(e) {
|
|
351
|
+
return e != null && e !== "parent";
|
|
352
|
+
}
|
|
353
|
+
function J(e) {
|
|
354
|
+
return {
|
|
355
|
+
width: e.measured?.width ?? e.width ?? e.initialWidth ?? 0,
|
|
356
|
+
height: e.measured?.height ?? e.height ?? e.initialHeight ?? 0
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
function le(e) {
|
|
360
|
+
return (e.measured?.width ?? e.width ?? e.initialWidth) !== void 0 && (e.measured?.height ?? e.height ?? e.initialHeight) !== void 0;
|
|
361
|
+
}
|
|
362
|
+
function ue(e, t = {
|
|
363
|
+
width: 0,
|
|
364
|
+
height: 0
|
|
365
|
+
}, n, r, i) {
|
|
366
|
+
let a = { ...e }, o = r.get(n);
|
|
367
|
+
if (o) {
|
|
368
|
+
let e = o.origin || i;
|
|
369
|
+
a.x += o.internals.positionAbsolute.x - (t.width ?? 0) * e[0], a.y += o.internals.positionAbsolute.y - (t.height ?? 0) * e[1];
|
|
370
|
+
}
|
|
371
|
+
return a;
|
|
372
|
+
}
|
|
373
|
+
function de(e, t) {
|
|
374
|
+
if (e.size !== t.size) return !1;
|
|
375
|
+
for (let n of e) if (!t.has(n)) return !1;
|
|
376
|
+
return !0;
|
|
377
|
+
}
|
|
378
|
+
function fe() {
|
|
379
|
+
let e, t;
|
|
380
|
+
return {
|
|
381
|
+
promise: new Promise((n, r) => {
|
|
382
|
+
e = n, t = r;
|
|
383
|
+
}),
|
|
384
|
+
resolve: e,
|
|
385
|
+
reject: t
|
|
386
|
+
};
|
|
387
|
+
}
|
|
388
|
+
function pe(e) {
|
|
389
|
+
return {
|
|
390
|
+
...d,
|
|
391
|
+
...e || {}
|
|
392
|
+
};
|
|
393
|
+
}
|
|
394
|
+
function me(e, { snapGrid: t = [0, 0], snapToGrid: n = !1, transform: r, containerBounds: i }) {
|
|
395
|
+
let { x: a, y: o } = Y(e), s = re({
|
|
396
|
+
x: a - (i?.left ?? 0),
|
|
397
|
+
y: o - (i?.top ?? 0)
|
|
398
|
+
}, r), { x: c, y: l } = n ? G(s, t) : s;
|
|
399
|
+
return {
|
|
400
|
+
xSnapped: c,
|
|
401
|
+
ySnapped: l,
|
|
402
|
+
...s
|
|
403
|
+
};
|
|
404
|
+
}
|
|
405
|
+
var he = (e) => ({
|
|
406
|
+
width: e.offsetWidth,
|
|
407
|
+
height: e.offsetHeight
|
|
408
|
+
}), ge = (e) => e?.getRootNode?.() || window?.document, _e = [
|
|
409
|
+
"INPUT",
|
|
410
|
+
"SELECT",
|
|
411
|
+
"TEXTAREA"
|
|
412
|
+
];
|
|
413
|
+
function ve(e) {
|
|
414
|
+
let t = e.composedPath?.()?.[0] || e.target;
|
|
415
|
+
return t?.nodeType === 1 ? _e.includes(t.nodeName) || t.hasAttribute("contenteditable") || !!t.closest(".nokey") : !1;
|
|
416
|
+
}
|
|
417
|
+
var ye = (e) => "clientX" in e, Y = (e, t) => {
|
|
418
|
+
let n = ye(e), r = n ? e.clientX : e.touches?.[0].clientX, i = n ? e.clientY : e.touches?.[0].clientY;
|
|
419
|
+
return {
|
|
420
|
+
x: r - (t?.left ?? 0),
|
|
421
|
+
y: i - (t?.top ?? 0)
|
|
422
|
+
};
|
|
423
|
+
}, be = (e, t, n, r, i) => {
|
|
424
|
+
let a = t.querySelectorAll(`.${e}`);
|
|
425
|
+
return !a || !a.length ? null : Array.from(a).map((t) => {
|
|
426
|
+
let a = t.getBoundingClientRect();
|
|
427
|
+
return {
|
|
428
|
+
id: t.getAttribute("data-handleid"),
|
|
429
|
+
type: e,
|
|
430
|
+
nodeId: i,
|
|
431
|
+
position: t.getAttribute("data-handlepos"),
|
|
432
|
+
x: (a.left - n.left) / r,
|
|
433
|
+
y: (a.top - n.top) / r,
|
|
434
|
+
...he(t)
|
|
435
|
+
};
|
|
436
|
+
});
|
|
437
|
+
};
|
|
438
|
+
function xe({ sourceX: e, sourceY: t, targetX: n, targetY: r, sourceControlX: i, sourceControlY: a, targetControlX: o, targetControlY: s }) {
|
|
439
|
+
let c = e * .125 + i * .375 + o * .375 + n * .125, l = t * .125 + a * .375 + s * .375 + r * .125;
|
|
440
|
+
return [
|
|
441
|
+
c,
|
|
442
|
+
l,
|
|
443
|
+
Math.abs(c - e),
|
|
444
|
+
Math.abs(l - t)
|
|
445
|
+
];
|
|
446
|
+
}
|
|
447
|
+
function Se(e, t) {
|
|
448
|
+
return e >= 0 ? .5 * e : t * 25 * Math.sqrt(-e);
|
|
449
|
+
}
|
|
450
|
+
function Ce({ pos: e, x1: t, y1: n, x2: r, y2: i, c: a }) {
|
|
451
|
+
switch (e) {
|
|
452
|
+
case v.Left: return [t - Se(t - r, a), n];
|
|
453
|
+
case v.Right: return [t + Se(r - t, a), n];
|
|
454
|
+
case v.Top: return [t, n - Se(n - i, a)];
|
|
455
|
+
case v.Bottom: return [t, n + Se(i - n, a)];
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
function we({ sourceX: e, sourceY: t, sourcePosition: n = v.Bottom, targetX: r, targetY: i, targetPosition: a = v.Top, curvature: o = .25 }) {
|
|
459
|
+
let [s, c] = Ce({
|
|
460
|
+
pos: n,
|
|
461
|
+
x1: e,
|
|
462
|
+
y1: t,
|
|
463
|
+
x2: r,
|
|
464
|
+
y2: i,
|
|
465
|
+
c: o
|
|
466
|
+
}), [l, u] = Ce({
|
|
467
|
+
pos: a,
|
|
468
|
+
x1: r,
|
|
469
|
+
y1: i,
|
|
470
|
+
x2: e,
|
|
471
|
+
y2: t,
|
|
472
|
+
c: o
|
|
473
|
+
}), [d, f, p, m] = xe({
|
|
474
|
+
sourceX: e,
|
|
475
|
+
sourceY: t,
|
|
476
|
+
targetX: r,
|
|
477
|
+
targetY: i,
|
|
478
|
+
sourceControlX: s,
|
|
479
|
+
sourceControlY: c,
|
|
480
|
+
targetControlX: l,
|
|
481
|
+
targetControlY: u
|
|
482
|
+
});
|
|
483
|
+
return [
|
|
484
|
+
`M${e},${t} C${s},${c} ${l},${u} ${r},${i}`,
|
|
485
|
+
d,
|
|
486
|
+
f,
|
|
487
|
+
p,
|
|
488
|
+
m
|
|
489
|
+
];
|
|
490
|
+
}
|
|
491
|
+
function Te({ sourceX: e, sourceY: t, targetX: n, targetY: r }) {
|
|
492
|
+
let i = Math.abs(n - e) / 2, a = n < e ? n + i : n - i, o = Math.abs(r - t) / 2;
|
|
493
|
+
return [
|
|
494
|
+
a,
|
|
495
|
+
r < t ? r + o : r - o,
|
|
496
|
+
i,
|
|
497
|
+
o
|
|
498
|
+
];
|
|
499
|
+
}
|
|
500
|
+
function Ee({ sourceNode: e, targetNode: t, selected: n = !1, zIndex: r = 0, elevateOnSelect: i = !1, zIndexMode: a = "basic" }) {
|
|
501
|
+
return a === "manual" ? r : (i && n ? r + 1e3 : r) + Math.max(e.parentId || i && e.selected ? e.internals.z : 0, t.parentId || i && t.selected ? t.internals.z : 0);
|
|
502
|
+
}
|
|
503
|
+
function De({ sourceNode: e, targetNode: t, width: n, height: r, transform: i }) {
|
|
504
|
+
let a = te(ne(e), ne(t));
|
|
505
|
+
return a.x === a.x2 && (a.x2 += 1), a.y === a.y2 && (a.y2 += 1), V({
|
|
506
|
+
x: -i[0] / i[2],
|
|
507
|
+
y: -i[1] / i[2],
|
|
508
|
+
width: n / i[2],
|
|
509
|
+
height: r / i[2]
|
|
510
|
+
}, R(a)) > 0;
|
|
511
|
+
}
|
|
512
|
+
var Oe = ({ source: e, sourceHandle: t, target: n, targetHandle: r }) => `xy-edge__${e}${t || ""}-${n}${r || ""}`, ke = (e, t) => t.some((t) => t.source === e.source && t.target === e.target && (t.sourceHandle === e.sourceHandle || !t.sourceHandle && !e.sourceHandle) && (t.targetHandle === e.targetHandle || !t.targetHandle && !e.targetHandle)), Ae = (e, t, n = {}) => {
|
|
513
|
+
if (!e.source || !e.target) return W("006", c.error006()), t;
|
|
514
|
+
let r = n.getEdgeId || Oe, i;
|
|
515
|
+
return i = x(e) ? { ...e } : {
|
|
516
|
+
...e,
|
|
517
|
+
id: r(e)
|
|
518
|
+
}, ke(i, t) ? t : (i.sourceHandle === null && delete i.sourceHandle, i.targetHandle === null && delete i.targetHandle, t.concat(i));
|
|
519
|
+
};
|
|
520
|
+
function je({ sourceX: e, sourceY: t, targetX: n, targetY: r }) {
|
|
521
|
+
let [i, a, o, s] = Te({
|
|
522
|
+
sourceX: e,
|
|
523
|
+
sourceY: t,
|
|
524
|
+
targetX: n,
|
|
525
|
+
targetY: r
|
|
526
|
+
});
|
|
527
|
+
return [
|
|
528
|
+
`M ${e},${t}L ${n},${r}`,
|
|
529
|
+
i,
|
|
530
|
+
a,
|
|
531
|
+
o,
|
|
532
|
+
s
|
|
533
|
+
];
|
|
534
|
+
}
|
|
535
|
+
var Me = {
|
|
536
|
+
[v.Left]: {
|
|
537
|
+
x: -1,
|
|
538
|
+
y: 0
|
|
539
|
+
},
|
|
540
|
+
[v.Right]: {
|
|
541
|
+
x: 1,
|
|
542
|
+
y: 0
|
|
543
|
+
},
|
|
544
|
+
[v.Top]: {
|
|
545
|
+
x: 0,
|
|
546
|
+
y: -1
|
|
547
|
+
},
|
|
548
|
+
[v.Bottom]: {
|
|
549
|
+
x: 0,
|
|
550
|
+
y: 1
|
|
551
|
+
}
|
|
552
|
+
}, Ne = ({ source: e, sourcePosition: t = v.Bottom, target: n }) => t === v.Left || t === v.Right ? e.x < n.x ? {
|
|
553
|
+
x: 1,
|
|
554
|
+
y: 0
|
|
555
|
+
} : {
|
|
556
|
+
x: -1,
|
|
557
|
+
y: 0
|
|
558
|
+
} : e.y < n.y ? {
|
|
559
|
+
x: 0,
|
|
560
|
+
y: 1
|
|
561
|
+
} : {
|
|
562
|
+
x: 0,
|
|
563
|
+
y: -1
|
|
564
|
+
}, Pe = (e, t) => Math.sqrt((t.x - e.x) ** 2 + (t.y - e.y) ** 2);
|
|
565
|
+
function Fe({ source: e, sourcePosition: t = v.Bottom, target: n, targetPosition: r = v.Top, center: i, offset: a, stepPosition: o }) {
|
|
566
|
+
let s = Me[t], c = Me[r], l = {
|
|
567
|
+
x: e.x + s.x * a,
|
|
568
|
+
y: e.y + s.y * a
|
|
569
|
+
}, u = {
|
|
570
|
+
x: n.x + c.x * a,
|
|
571
|
+
y: n.y + c.y * a
|
|
572
|
+
}, d = Ne({
|
|
573
|
+
source: l,
|
|
574
|
+
sourcePosition: t,
|
|
575
|
+
target: u
|
|
576
|
+
}), f = d.x === 0 ? "y" : "x", p = d[f], m = [], h, g, _ = {
|
|
577
|
+
x: 0,
|
|
578
|
+
y: 0
|
|
579
|
+
}, y = {
|
|
580
|
+
x: 0,
|
|
581
|
+
y: 0
|
|
582
|
+
}, [, , b, x] = Te({
|
|
583
|
+
sourceX: e.x,
|
|
584
|
+
sourceY: e.y,
|
|
585
|
+
targetX: n.x,
|
|
586
|
+
targetY: n.y
|
|
587
|
+
});
|
|
588
|
+
if (s[f] * c[f] === -1) {
|
|
589
|
+
f === "x" ? (h = i.x ?? l.x + (u.x - l.x) * o, g = i.y ?? (l.y + u.y) / 2) : (h = i.x ?? (l.x + u.x) / 2, g = i.y ?? l.y + (u.y - l.y) * o);
|
|
590
|
+
let e = [{
|
|
591
|
+
x: h,
|
|
592
|
+
y: l.y
|
|
593
|
+
}, {
|
|
594
|
+
x: h,
|
|
595
|
+
y: u.y
|
|
596
|
+
}], t = [{
|
|
597
|
+
x: l.x,
|
|
598
|
+
y: g
|
|
599
|
+
}, {
|
|
600
|
+
x: u.x,
|
|
601
|
+
y: g
|
|
602
|
+
}];
|
|
603
|
+
m = s[f] === p ? f === "x" ? e : t : f === "x" ? t : e;
|
|
604
|
+
} else {
|
|
605
|
+
let i = [{
|
|
606
|
+
x: l.x,
|
|
607
|
+
y: u.y
|
|
608
|
+
}], o = [{
|
|
609
|
+
x: u.x,
|
|
610
|
+
y: l.y
|
|
611
|
+
}];
|
|
612
|
+
if (m = f === "x" ? s.x === p ? o : i : s.y === p ? i : o, t === r) {
|
|
613
|
+
let t = Math.abs(e[f] - n[f]);
|
|
614
|
+
if (t <= a) {
|
|
615
|
+
let r = Math.min(a - 1, a - t);
|
|
616
|
+
s[f] === p ? _[f] = (l[f] > e[f] ? -1 : 1) * r : y[f] = (u[f] > n[f] ? -1 : 1) * r;
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
if (t !== r) {
|
|
620
|
+
let e = f === "x" ? "y" : "x", t = s[f] === c[e], n = l[e] > u[e], r = l[e] < u[e];
|
|
621
|
+
(s[f] === 1 && (!t && n || t && r) || s[f] !== 1 && (!t && r || t && n)) && (m = f === "x" ? i : o);
|
|
622
|
+
}
|
|
623
|
+
let d = {
|
|
624
|
+
x: l.x + _.x,
|
|
625
|
+
y: l.y + _.y
|
|
626
|
+
}, v = {
|
|
627
|
+
x: u.x + y.x,
|
|
628
|
+
y: u.y + y.y
|
|
629
|
+
};
|
|
630
|
+
Math.max(Math.abs(d.x - m[0].x), Math.abs(v.x - m[0].x)) >= Math.max(Math.abs(d.y - m[0].y), Math.abs(v.y - m[0].y)) ? (h = (d.x + v.x) / 2, g = m[0].y) : (h = m[0].x, g = (d.y + v.y) / 2);
|
|
631
|
+
}
|
|
632
|
+
let S = {
|
|
633
|
+
x: l.x + _.x,
|
|
634
|
+
y: l.y + _.y
|
|
635
|
+
}, C = {
|
|
636
|
+
x: u.x + y.x,
|
|
637
|
+
y: u.y + y.y
|
|
638
|
+
};
|
|
639
|
+
return [
|
|
640
|
+
[
|
|
641
|
+
e,
|
|
642
|
+
...S.x !== m[0].x || S.y !== m[0].y ? [S] : [],
|
|
643
|
+
...m,
|
|
644
|
+
...C.x !== m[m.length - 1].x || C.y !== m[m.length - 1].y ? [C] : [],
|
|
645
|
+
n
|
|
646
|
+
],
|
|
647
|
+
h,
|
|
648
|
+
g,
|
|
649
|
+
b,
|
|
650
|
+
x
|
|
651
|
+
];
|
|
652
|
+
}
|
|
653
|
+
function Ie(e, t, n, r) {
|
|
654
|
+
let i = Math.min(Pe(e, t) / 2, Pe(t, n) / 2, r), { x: a, y: o } = t;
|
|
655
|
+
if (e.x === a && a === n.x || e.y === o && o === n.y) return `L${a} ${o}`;
|
|
656
|
+
if (e.y === o) {
|
|
657
|
+
let t = e.x < n.x ? -1 : 1, r = e.y < n.y ? 1 : -1;
|
|
658
|
+
return `L ${a + i * t},${o}Q ${a},${o} ${a},${o + i * r}`;
|
|
659
|
+
}
|
|
660
|
+
let s = e.x < n.x ? 1 : -1;
|
|
661
|
+
return `L ${a},${o + i * (e.y < n.y ? -1 : 1)}Q ${a},${o} ${a + i * s},${o}`;
|
|
662
|
+
}
|
|
663
|
+
function Le({ sourceX: e, sourceY: t, sourcePosition: n = v.Bottom, targetX: r, targetY: i, targetPosition: a = v.Top, borderRadius: o = 5, centerX: s, centerY: c, offset: l = 20, stepPosition: u = .5 }) {
|
|
664
|
+
let [d, f, p, m, h] = Fe({
|
|
665
|
+
source: {
|
|
666
|
+
x: e,
|
|
667
|
+
y: t
|
|
668
|
+
},
|
|
669
|
+
sourcePosition: n,
|
|
670
|
+
target: {
|
|
671
|
+
x: r,
|
|
672
|
+
y: i
|
|
673
|
+
},
|
|
674
|
+
targetPosition: a,
|
|
675
|
+
center: {
|
|
676
|
+
x: s,
|
|
677
|
+
y: c
|
|
678
|
+
},
|
|
679
|
+
offset: l,
|
|
680
|
+
stepPosition: u
|
|
681
|
+
}), g = `M${d[0].x} ${d[0].y}`;
|
|
682
|
+
for (let e = 1; e < d.length - 1; e++) g += Ie(d[e - 1], d[e], d[e + 1], o);
|
|
683
|
+
return g += `L${d[d.length - 1].x} ${d[d.length - 1].y}`, [
|
|
684
|
+
g,
|
|
685
|
+
f,
|
|
686
|
+
p,
|
|
687
|
+
m,
|
|
688
|
+
h
|
|
689
|
+
];
|
|
690
|
+
}
|
|
691
|
+
function Re(e) {
|
|
692
|
+
return e && !!(e.internals.handleBounds || e.handles?.length) && !!(e.measured.width || e.width || e.initialWidth);
|
|
693
|
+
}
|
|
694
|
+
function ze(e) {
|
|
695
|
+
let { sourceNode: t, targetNode: n } = e;
|
|
696
|
+
if (!Re(t) || !Re(n)) return null;
|
|
697
|
+
let r = t.internals.handleBounds || Be(t.handles), i = n.internals.handleBounds || Be(n.handles), a = Ve(r?.source ?? [], e.sourceHandle), o = Ve(e.connectionMode === f.Strict ? i?.target ?? [] : (i?.target ?? []).concat(i?.source ?? []), e.targetHandle);
|
|
698
|
+
if (!a || !o) return e.onError?.("008", c.error008(a ? "target" : "source", {
|
|
699
|
+
id: e.id,
|
|
700
|
+
sourceHandle: e.sourceHandle,
|
|
701
|
+
targetHandle: e.targetHandle
|
|
702
|
+
})), null;
|
|
703
|
+
let s = a?.position || v.Bottom, l = o?.position || v.Top, u = X(t, a, s), d = X(n, o, l);
|
|
704
|
+
return {
|
|
705
|
+
sourceX: u.x,
|
|
706
|
+
sourceY: u.y,
|
|
707
|
+
targetX: d.x,
|
|
708
|
+
targetY: d.y,
|
|
709
|
+
sourcePosition: s,
|
|
710
|
+
targetPosition: l
|
|
711
|
+
};
|
|
712
|
+
}
|
|
713
|
+
function Be(e) {
|
|
714
|
+
if (!e) return null;
|
|
715
|
+
let t = [], n = [];
|
|
716
|
+
for (let r of e) r.width = r.width ?? 1, r.height = r.height ?? 1, r.type === "source" ? t.push(r) : r.type === "target" && n.push(r);
|
|
717
|
+
return {
|
|
718
|
+
source: t,
|
|
719
|
+
target: n
|
|
720
|
+
};
|
|
721
|
+
}
|
|
722
|
+
function X(e, t, n = v.Left, r = !1) {
|
|
723
|
+
let i = (t?.x ?? 0) + e.internals.positionAbsolute.x, a = (t?.y ?? 0) + e.internals.positionAbsolute.y, { width: o, height: s } = t ?? J(e);
|
|
724
|
+
if (r) return {
|
|
725
|
+
x: i + o / 2,
|
|
726
|
+
y: a + s / 2
|
|
727
|
+
};
|
|
728
|
+
switch (t?.position ?? n) {
|
|
729
|
+
case v.Top: return {
|
|
730
|
+
x: i + o / 2,
|
|
731
|
+
y: a
|
|
732
|
+
};
|
|
733
|
+
case v.Right: return {
|
|
734
|
+
x: i + o,
|
|
735
|
+
y: a + s / 2
|
|
736
|
+
};
|
|
737
|
+
case v.Bottom: return {
|
|
738
|
+
x: i + o / 2,
|
|
739
|
+
y: a + s
|
|
740
|
+
};
|
|
741
|
+
case v.Left: return {
|
|
742
|
+
x: i,
|
|
743
|
+
y: a + s / 2
|
|
744
|
+
};
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
function Ve(e, t) {
|
|
748
|
+
return e && (t ? e.find((e) => e.id === t) : e[0]) || null;
|
|
749
|
+
}
|
|
750
|
+
function He(e, t) {
|
|
751
|
+
return e ? typeof e == "string" ? e : `${t ? `${t}__` : ""}${Object.keys(e).sort().map((t) => `${t}=${e[t]}`).join("&")}` : "";
|
|
752
|
+
}
|
|
753
|
+
function Ue(e, { id: t, defaultColor: n, defaultMarkerStart: r, defaultMarkerEnd: i }) {
|
|
754
|
+
let a = /* @__PURE__ */ new Set();
|
|
755
|
+
return e.reduce((e, o) => ([o.markerStart || r, o.markerEnd || i].forEach((r) => {
|
|
756
|
+
if (r && typeof r == "object") {
|
|
757
|
+
let i = He(r, t);
|
|
758
|
+
a.has(i) || (e.push({
|
|
759
|
+
id: i,
|
|
760
|
+
color: r.color || n,
|
|
761
|
+
...r
|
|
762
|
+
}), a.add(i));
|
|
763
|
+
}
|
|
764
|
+
}), e), []).sort((e, t) => e.id.localeCompare(t.id));
|
|
765
|
+
}
|
|
766
|
+
var We = 1e3, Ge = 10, Ke = {
|
|
767
|
+
nodeOrigin: [0, 0],
|
|
768
|
+
nodeExtent: l,
|
|
769
|
+
elevateNodesOnSelect: !0,
|
|
770
|
+
zIndexMode: "basic",
|
|
771
|
+
defaults: {}
|
|
772
|
+
}, qe = {
|
|
773
|
+
...Ke,
|
|
774
|
+
checkEquality: !0
|
|
775
|
+
};
|
|
776
|
+
function Je(e, t) {
|
|
777
|
+
let n = { ...e };
|
|
778
|
+
for (let e in t) t[e] !== void 0 && (n[e] = t[e]);
|
|
779
|
+
return n;
|
|
780
|
+
}
|
|
781
|
+
function Ye(e, t, n) {
|
|
782
|
+
let r = Je(Ke, n);
|
|
783
|
+
for (let n of e.values()) if (n.parentId) et(n, e, t, r);
|
|
784
|
+
else {
|
|
785
|
+
let e = P(w(n, r.nodeOrigin), q(n.extent) ? n.extent : r.nodeExtent, J(n));
|
|
786
|
+
n.internals.positionAbsolute = e;
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
function Xe(e, t) {
|
|
790
|
+
if (!e.handles) return e.measured ? t?.internals.handleBounds : void 0;
|
|
791
|
+
let n = [], r = [];
|
|
792
|
+
for (let t of e.handles) {
|
|
793
|
+
let i = {
|
|
794
|
+
id: t.id,
|
|
795
|
+
width: t.width ?? 1,
|
|
796
|
+
height: t.height ?? 1,
|
|
797
|
+
nodeId: e.id,
|
|
798
|
+
x: t.x,
|
|
799
|
+
y: t.y,
|
|
800
|
+
position: t.position,
|
|
801
|
+
type: t.type
|
|
802
|
+
};
|
|
803
|
+
t.type === "source" ? n.push(i) : t.type === "target" && r.push(i);
|
|
804
|
+
}
|
|
805
|
+
return {
|
|
806
|
+
source: n,
|
|
807
|
+
target: r
|
|
808
|
+
};
|
|
809
|
+
}
|
|
810
|
+
function Ze(e) {
|
|
811
|
+
return e === "manual";
|
|
812
|
+
}
|
|
813
|
+
function Qe(e, t, n, r = {}) {
|
|
814
|
+
let i = Je(qe, r), a = { i: 0 }, o = new Map(t), s = i?.elevateNodesOnSelect && !Ze(i.zIndexMode) ? We : 0, c = e.length > 0, l = !1;
|
|
815
|
+
t.clear(), n.clear();
|
|
816
|
+
for (let u of e) {
|
|
817
|
+
let e = o.get(u.id);
|
|
818
|
+
if (i.checkEquality && u === e?.internals.userNode) t.set(u.id, e);
|
|
819
|
+
else {
|
|
820
|
+
let n = P(w(u, i.nodeOrigin), q(u.extent) ? u.extent : i.nodeExtent, J(u));
|
|
821
|
+
e = {
|
|
822
|
+
...i.defaults,
|
|
823
|
+
...u,
|
|
824
|
+
measured: {
|
|
825
|
+
width: u.measured?.width,
|
|
826
|
+
height: u.measured?.height
|
|
827
|
+
},
|
|
828
|
+
internals: {
|
|
829
|
+
positionAbsolute: n,
|
|
830
|
+
handleBounds: Xe(u, e),
|
|
831
|
+
z: tt(u, s, i.zIndexMode),
|
|
832
|
+
userNode: u
|
|
833
|
+
}
|
|
834
|
+
}, t.set(u.id, e);
|
|
835
|
+
}
|
|
836
|
+
(e.measured === void 0 || e.measured.width === void 0 || e.measured.height === void 0) && !e.hidden && (c = !1), u.parentId && et(e, t, n, r, a), l ||= u.selected ?? !1;
|
|
837
|
+
}
|
|
838
|
+
return {
|
|
839
|
+
nodesInitialized: c,
|
|
840
|
+
hasSelectedNodes: l
|
|
841
|
+
};
|
|
842
|
+
}
|
|
843
|
+
function $e(e, t) {
|
|
844
|
+
if (!e.parentId) return;
|
|
845
|
+
let n = t.get(e.parentId);
|
|
846
|
+
n ? n.set(e.id, e) : t.set(e.parentId, new Map([[e.id, e]]));
|
|
847
|
+
}
|
|
848
|
+
function et(e, t, n, r, i) {
|
|
849
|
+
let { elevateNodesOnSelect: a, nodeOrigin: o, nodeExtent: s, zIndexMode: c } = Je(Ke, r), l = e.parentId, u = t.get(l);
|
|
850
|
+
if (!u) {
|
|
851
|
+
console.warn(`Parent node ${l} not found. Please make sure that parent nodes are in front of their child nodes in the nodes array.`);
|
|
852
|
+
return;
|
|
853
|
+
}
|
|
854
|
+
$e(e, n), i && !u.parentId && u.internals.rootParentIndex === void 0 && c === "auto" && (u.internals.rootParentIndex = ++i.i, u.internals.z = u.internals.z + i.i * Ge), i && u.internals.rootParentIndex !== void 0 && (i.i = u.internals.rootParentIndex);
|
|
855
|
+
let { x: d, y: f, z: p } = nt(e, u, o, s, a && !Ze(c) ? We : 0, c), { positionAbsolute: m } = e.internals, h = d !== m.x || f !== m.y;
|
|
856
|
+
(h || p !== e.internals.z) && t.set(e.id, {
|
|
857
|
+
...e,
|
|
858
|
+
internals: {
|
|
859
|
+
...e.internals,
|
|
860
|
+
positionAbsolute: h ? {
|
|
861
|
+
x: d,
|
|
862
|
+
y: f
|
|
863
|
+
} : m,
|
|
864
|
+
z: p
|
|
865
|
+
}
|
|
866
|
+
});
|
|
867
|
+
}
|
|
868
|
+
function tt(e, t, n) {
|
|
869
|
+
let r = U(e.zIndex) ? e.zIndex : 0;
|
|
870
|
+
return Ze(n) ? r : r + (e.selected ? t : 0);
|
|
871
|
+
}
|
|
872
|
+
function nt(e, t, n, r, i, a) {
|
|
873
|
+
let { x: o, y: s } = t.internals.positionAbsolute, c = J(e), l = w(e, n), u = q(e.extent) ? P(l, e.extent, c) : l, d = P({
|
|
874
|
+
x: o + u.x,
|
|
875
|
+
y: s + u.y
|
|
876
|
+
}, r, c);
|
|
877
|
+
e.extent === "parent" && (d = F(d, c, t));
|
|
878
|
+
let f = tt(e, i, a), p = t.internals.z ?? 0;
|
|
879
|
+
return {
|
|
880
|
+
x: d.x,
|
|
881
|
+
y: d.y,
|
|
882
|
+
z: p >= f ? p + 1 : f
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
function rt(e, t, n, r = [0, 0]) {
|
|
886
|
+
let i = [], a = /* @__PURE__ */ new Map();
|
|
887
|
+
for (let n of e) {
|
|
888
|
+
let e = t.get(n.parentId);
|
|
889
|
+
if (!e) continue;
|
|
890
|
+
let r = B(a.get(n.parentId)?.expandedRect ?? z(e), n.rect);
|
|
891
|
+
a.set(n.parentId, {
|
|
892
|
+
expandedRect: r,
|
|
893
|
+
parent: e
|
|
894
|
+
});
|
|
895
|
+
}
|
|
896
|
+
return a.size > 0 && a.forEach(({ expandedRect: t, parent: a }, o) => {
|
|
897
|
+
let s = a.internals.positionAbsolute, c = J(a), l = a.origin ?? r, u = t.x < s.x ? Math.round(Math.abs(s.x - t.x)) : 0, d = t.y < s.y ? Math.round(Math.abs(s.y - t.y)) : 0, f = Math.max(c.width, Math.round(t.width)), p = Math.max(c.height, Math.round(t.height)), m = (f - c.width) * l[0], h = (p - c.height) * l[1];
|
|
898
|
+
(u > 0 || d > 0 || m || h) && (i.push({
|
|
899
|
+
id: o,
|
|
900
|
+
type: "position",
|
|
901
|
+
position: {
|
|
902
|
+
x: a.position.x - u + m,
|
|
903
|
+
y: a.position.y - d + h
|
|
904
|
+
}
|
|
905
|
+
}), n.get(o)?.forEach((t) => {
|
|
906
|
+
e.some((e) => e.id === t.id) || i.push({
|
|
907
|
+
id: t.id,
|
|
908
|
+
type: "position",
|
|
909
|
+
position: {
|
|
910
|
+
x: t.position.x + u,
|
|
911
|
+
y: t.position.y + d
|
|
912
|
+
}
|
|
913
|
+
});
|
|
914
|
+
})), (c.width < t.width || c.height < t.height || u || d) && i.push({
|
|
915
|
+
id: o,
|
|
916
|
+
type: "dimensions",
|
|
917
|
+
setAttributes: !0,
|
|
918
|
+
dimensions: {
|
|
919
|
+
width: f + (u ? l[0] * u - m : 0),
|
|
920
|
+
height: p + (d ? l[1] * d - h : 0)
|
|
921
|
+
}
|
|
922
|
+
});
|
|
923
|
+
}), i;
|
|
924
|
+
}
|
|
925
|
+
function it(e, t, n, r, i, a, o) {
|
|
926
|
+
let s = r?.querySelector(".xyflow__viewport"), c = !1;
|
|
927
|
+
if (!s) return {
|
|
928
|
+
changes: [],
|
|
929
|
+
updatedInternals: c
|
|
930
|
+
};
|
|
931
|
+
let l = [], u = window.getComputedStyle(s), { m22: d } = new window.DOMMatrixReadOnly(u.transform), f = [];
|
|
932
|
+
for (let r of e.values()) {
|
|
933
|
+
let e = t.get(r.id);
|
|
934
|
+
if (!e) continue;
|
|
935
|
+
if (e.hidden) {
|
|
936
|
+
t.set(e.id, {
|
|
937
|
+
...e,
|
|
938
|
+
internals: {
|
|
939
|
+
...e.internals,
|
|
940
|
+
handleBounds: void 0
|
|
941
|
+
}
|
|
942
|
+
}), c = !0;
|
|
943
|
+
continue;
|
|
944
|
+
}
|
|
945
|
+
let s = he(r.nodeElement), u = e.measured.width !== s.width || e.measured.height !== s.height;
|
|
946
|
+
if (s.width && s.height && (u || !e.internals.handleBounds || r.force)) {
|
|
947
|
+
let p = r.nodeElement.getBoundingClientRect(), m = q(e.extent) ? e.extent : a, { positionAbsolute: h } = e.internals;
|
|
948
|
+
e.parentId && e.extent === "parent" ? h = F(h, s, t.get(e.parentId)) : m && (h = P(h, m, s));
|
|
949
|
+
let g = {
|
|
950
|
+
...e,
|
|
951
|
+
measured: s,
|
|
952
|
+
internals: {
|
|
953
|
+
...e.internals,
|
|
954
|
+
positionAbsolute: h,
|
|
955
|
+
handleBounds: {
|
|
956
|
+
source: be("source", r.nodeElement, p, d, e.id),
|
|
957
|
+
target: be("target", r.nodeElement, p, d, e.id)
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
};
|
|
961
|
+
t.set(e.id, g), e.parentId && et(g, t, n, {
|
|
962
|
+
nodeOrigin: i,
|
|
963
|
+
zIndexMode: o
|
|
964
|
+
}), c = !0, u && (l.push({
|
|
965
|
+
id: e.id,
|
|
966
|
+
type: "dimensions",
|
|
967
|
+
dimensions: s
|
|
968
|
+
}), e.expandParent && e.parentId && f.push({
|
|
969
|
+
id: e.id,
|
|
970
|
+
parentId: e.parentId,
|
|
971
|
+
rect: z(g, i)
|
|
972
|
+
}));
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
if (f.length > 0) {
|
|
976
|
+
let e = rt(f, t, n, i);
|
|
977
|
+
l.push(...e);
|
|
978
|
+
}
|
|
979
|
+
return {
|
|
980
|
+
changes: l,
|
|
981
|
+
updatedInternals: c
|
|
982
|
+
};
|
|
983
|
+
}
|
|
984
|
+
async function at({ delta: e, panZoom: t, transform: n, translateExtent: r, width: i, height: a }) {
|
|
985
|
+
if (!t || !e.x && !e.y) return Promise.resolve(!1);
|
|
986
|
+
let o = await t.setViewportConstrained({
|
|
987
|
+
x: n[0] + e.x,
|
|
988
|
+
y: n[1] + e.y,
|
|
989
|
+
zoom: n[2]
|
|
990
|
+
}, [[0, 0], [i, a]], r), s = !!o && (o.x !== n[0] || o.y !== n[1] || o.k !== n[2]);
|
|
991
|
+
return Promise.resolve(s);
|
|
992
|
+
}
|
|
993
|
+
function ot(e, t, n, r, i, a) {
|
|
994
|
+
let o = i, s = r.get(o) || /* @__PURE__ */ new Map();
|
|
995
|
+
r.set(o, s.set(n, t)), o = `${i}-${e}`;
|
|
996
|
+
let c = r.get(o) || /* @__PURE__ */ new Map();
|
|
997
|
+
if (r.set(o, c.set(n, t)), a) {
|
|
998
|
+
o = `${i}-${e}-${a}`;
|
|
999
|
+
let s = r.get(o) || /* @__PURE__ */ new Map();
|
|
1000
|
+
r.set(o, s.set(n, t));
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
function st(e, t, n) {
|
|
1004
|
+
e.clear(), t.clear();
|
|
1005
|
+
for (let r of n) {
|
|
1006
|
+
let { source: n, target: i, sourceHandle: a = null, targetHandle: o = null } = r, s = {
|
|
1007
|
+
edgeId: r.id,
|
|
1008
|
+
source: n,
|
|
1009
|
+
target: i,
|
|
1010
|
+
sourceHandle: a,
|
|
1011
|
+
targetHandle: o
|
|
1012
|
+
}, c = `${n}-${a}--${i}-${o}`;
|
|
1013
|
+
ot("source", s, `${i}-${o}--${n}-${a}`, e, n, a), ot("target", s, c, e, i, o), t.set(r.id, r);
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
function ct(e, t) {
|
|
1017
|
+
if (!e.parentId) return !1;
|
|
1018
|
+
let n = t.get(e.parentId);
|
|
1019
|
+
return n ? n.selected ? !0 : ct(n, t) : !1;
|
|
1020
|
+
}
|
|
1021
|
+
function lt(e, t, n) {
|
|
1022
|
+
let r = e;
|
|
1023
|
+
do {
|
|
1024
|
+
if (r?.matches?.(t)) return !0;
|
|
1025
|
+
if (r === n) return !1;
|
|
1026
|
+
r = r?.parentElement;
|
|
1027
|
+
} while (r);
|
|
1028
|
+
return !1;
|
|
1029
|
+
}
|
|
1030
|
+
function ut(e, t, n, r) {
|
|
1031
|
+
let i = /* @__PURE__ */ new Map();
|
|
1032
|
+
for (let [a, o] of e) if ((o.selected || o.id === r) && (!o.parentId || !ct(o, e)) && (o.draggable || t && o.draggable === void 0)) {
|
|
1033
|
+
let t = e.get(a);
|
|
1034
|
+
t && i.set(a, {
|
|
1035
|
+
id: a,
|
|
1036
|
+
position: t.position || {
|
|
1037
|
+
x: 0,
|
|
1038
|
+
y: 0
|
|
1039
|
+
},
|
|
1040
|
+
distance: {
|
|
1041
|
+
x: n.x - t.internals.positionAbsolute.x,
|
|
1042
|
+
y: n.y - t.internals.positionAbsolute.y
|
|
1043
|
+
},
|
|
1044
|
+
extent: t.extent,
|
|
1045
|
+
parentId: t.parentId,
|
|
1046
|
+
origin: t.origin,
|
|
1047
|
+
expandParent: t.expandParent,
|
|
1048
|
+
internals: { positionAbsolute: t.internals.positionAbsolute || {
|
|
1049
|
+
x: 0,
|
|
1050
|
+
y: 0
|
|
1051
|
+
} },
|
|
1052
|
+
measured: {
|
|
1053
|
+
width: t.measured.width ?? 0,
|
|
1054
|
+
height: t.measured.height ?? 0
|
|
1055
|
+
}
|
|
1056
|
+
});
|
|
1057
|
+
}
|
|
1058
|
+
return i;
|
|
1059
|
+
}
|
|
1060
|
+
function dt({ nodeId: e, dragItems: t, nodeLookup: n, dragging: r = !0 }) {
|
|
1061
|
+
let i = [];
|
|
1062
|
+
for (let [e, a] of t) {
|
|
1063
|
+
let t = n.get(e)?.internals.userNode;
|
|
1064
|
+
t && i.push({
|
|
1065
|
+
...t,
|
|
1066
|
+
position: a.position,
|
|
1067
|
+
dragging: r
|
|
1068
|
+
});
|
|
1069
|
+
}
|
|
1070
|
+
if (!e) return [i[0], i];
|
|
1071
|
+
let a = n.get(e)?.internals.userNode;
|
|
1072
|
+
return [a ? {
|
|
1073
|
+
...a,
|
|
1074
|
+
position: t.get(e)?.position || a.position,
|
|
1075
|
+
dragging: r
|
|
1076
|
+
} : i[0], i];
|
|
1077
|
+
}
|
|
1078
|
+
function ft({ dragItems: e, snapGrid: t, x: n, y: r }) {
|
|
1079
|
+
let i = e.values().next().value;
|
|
1080
|
+
if (!i) return null;
|
|
1081
|
+
let a = {
|
|
1082
|
+
x: n - i.distance.x,
|
|
1083
|
+
y: r - i.distance.y
|
|
1084
|
+
}, o = G(a, t);
|
|
1085
|
+
return {
|
|
1086
|
+
x: o.x - a.x,
|
|
1087
|
+
y: o.y - a.y
|
|
1088
|
+
};
|
|
1089
|
+
}
|
|
1090
|
+
function pt({ onNodeMouseDown: t, getStoreItems: r, onDragStart: i, onDrag: a, onDragStop: o }) {
|
|
1091
|
+
let s = {
|
|
1092
|
+
x: null,
|
|
1093
|
+
y: null
|
|
1094
|
+
}, c = 0, l = /* @__PURE__ */ new Map(), u = !1, d = {
|
|
1095
|
+
x: 0,
|
|
1096
|
+
y: 0
|
|
1097
|
+
}, f = null, p = !1, m = null, h = !1, g = !1, _ = null;
|
|
1098
|
+
function v({ noDragClassName: v, handleSelector: y, domNode: b, isSelectable: x, nodeId: S, nodeClickDistance: C = 0 }) {
|
|
1099
|
+
m = e(b);
|
|
1100
|
+
function w({ x: e, y: t }) {
|
|
1101
|
+
let { nodeLookup: n, nodeExtent: i, snapGrid: o, snapToGrid: c, nodeOrigin: u, onNodeDrag: d, onSelectionDrag: f, onError: p, updateNodePositions: m } = r();
|
|
1102
|
+
s = {
|
|
1103
|
+
x: e,
|
|
1104
|
+
y: t
|
|
1105
|
+
};
|
|
1106
|
+
let h = !1, v = l.size > 1, y = v && i ? L(E(l)) : null, b = v && c ? ft({
|
|
1107
|
+
dragItems: l,
|
|
1108
|
+
snapGrid: o,
|
|
1109
|
+
x: e,
|
|
1110
|
+
y: t
|
|
1111
|
+
}) : null;
|
|
1112
|
+
for (let [r, a] of l) {
|
|
1113
|
+
if (!n.has(r)) continue;
|
|
1114
|
+
let s = {
|
|
1115
|
+
x: e - a.distance.x,
|
|
1116
|
+
y: t - a.distance.y
|
|
1117
|
+
};
|
|
1118
|
+
c && (s = b ? {
|
|
1119
|
+
x: Math.round(s.x + b.x),
|
|
1120
|
+
y: Math.round(s.y + b.y)
|
|
1121
|
+
} : G(s, o));
|
|
1122
|
+
let l = null;
|
|
1123
|
+
if (v && i && !a.extent && y) {
|
|
1124
|
+
let { positionAbsolute: e } = a.internals, t = e.x - y.x + i[0][0], n = e.x + a.measured.width - y.x2 + i[1][0], r = e.y - y.y + i[0][1], o = e.y + a.measured.height - y.y2 + i[1][1];
|
|
1125
|
+
l = [[t, r], [n, o]];
|
|
1126
|
+
}
|
|
1127
|
+
let { position: d, positionAbsolute: f } = j({
|
|
1128
|
+
nodeId: r,
|
|
1129
|
+
nextPosition: s,
|
|
1130
|
+
nodeLookup: n,
|
|
1131
|
+
nodeExtent: l || i,
|
|
1132
|
+
nodeOrigin: u,
|
|
1133
|
+
onError: p
|
|
1134
|
+
});
|
|
1135
|
+
h = h || a.position.x !== d.x || a.position.y !== d.y, a.position = d, a.internals.positionAbsolute = f;
|
|
1136
|
+
}
|
|
1137
|
+
if (g ||= h, h && (m(l, !0), _ && (a || d || !S && f))) {
|
|
1138
|
+
let [e, t] = dt({
|
|
1139
|
+
nodeId: S,
|
|
1140
|
+
dragItems: l,
|
|
1141
|
+
nodeLookup: n
|
|
1142
|
+
});
|
|
1143
|
+
a?.(_, l, e, t), d?.(_, e, t), S || f?.(_, t);
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
async function T() {
|
|
1147
|
+
if (!f) return;
|
|
1148
|
+
let { transform: e, panBy: t, autoPanSpeed: n, autoPanOnNodeDrag: i } = r();
|
|
1149
|
+
if (!i) {
|
|
1150
|
+
u = !1, cancelAnimationFrame(c);
|
|
1151
|
+
return;
|
|
1152
|
+
}
|
|
1153
|
+
let [a, o] = ee(d, f, n);
|
|
1154
|
+
(a !== 0 || o !== 0) && (s.x = (s.x ?? 0) - a / e[2], s.y = (s.y ?? 0) - o / e[2], await t({
|
|
1155
|
+
x: a,
|
|
1156
|
+
y: o
|
|
1157
|
+
}) && w(s)), c = requestAnimationFrame(T);
|
|
1158
|
+
}
|
|
1159
|
+
function D(e) {
|
|
1160
|
+
let { nodeLookup: n, multiSelectionActive: a, nodesDraggable: o, transform: c, snapGrid: u, snapToGrid: d, selectNodesOnDrag: m, onNodeDragStart: h, onSelectionDragStart: g, unselectNodesAndEdges: _ } = r();
|
|
1161
|
+
p = !0, (!m || !x) && !a && S && (n.get(S)?.selected || _()), x && m && S && t?.(S);
|
|
1162
|
+
let v = me(e.sourceEvent, {
|
|
1163
|
+
transform: c,
|
|
1164
|
+
snapGrid: u,
|
|
1165
|
+
snapToGrid: d,
|
|
1166
|
+
containerBounds: f
|
|
1167
|
+
});
|
|
1168
|
+
if (s = v, l = ut(n, o, v, S), l.size > 0 && (i || h || !S && g)) {
|
|
1169
|
+
let [t, r] = dt({
|
|
1170
|
+
nodeId: S,
|
|
1171
|
+
dragItems: l,
|
|
1172
|
+
nodeLookup: n
|
|
1173
|
+
});
|
|
1174
|
+
i?.(e.sourceEvent, l, t, r), h?.(e.sourceEvent, t, r), S || g?.(e.sourceEvent, r);
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
let O = n().clickDistance(C).on("start", (e) => {
|
|
1178
|
+
let { domNode: t, nodeDragThreshold: n, transform: i, snapGrid: a, snapToGrid: o } = r();
|
|
1179
|
+
f = t?.getBoundingClientRect() || null, h = !1, g = !1, _ = e.sourceEvent, n === 0 && D(e), s = me(e.sourceEvent, {
|
|
1180
|
+
transform: i,
|
|
1181
|
+
snapGrid: a,
|
|
1182
|
+
snapToGrid: o,
|
|
1183
|
+
containerBounds: f
|
|
1184
|
+
}), d = Y(e.sourceEvent, f);
|
|
1185
|
+
}).on("drag", (e) => {
|
|
1186
|
+
let { autoPanOnNodeDrag: t, transform: n, snapGrid: i, snapToGrid: a, nodeDragThreshold: o, nodeLookup: c } = r(), m = me(e.sourceEvent, {
|
|
1187
|
+
transform: n,
|
|
1188
|
+
snapGrid: i,
|
|
1189
|
+
snapToGrid: a,
|
|
1190
|
+
containerBounds: f
|
|
1191
|
+
});
|
|
1192
|
+
if (_ = e.sourceEvent, (e.sourceEvent.type === "touchmove" && e.sourceEvent.touches.length > 1 || S && !c.has(S)) && (h = !0), !h) {
|
|
1193
|
+
if (!u && t && p && (u = !0, T()), !p) {
|
|
1194
|
+
let t = Y(e.sourceEvent, f), n = t.x - d.x, r = t.y - d.y;
|
|
1195
|
+
Math.sqrt(n * n + r * r) > o && D(e);
|
|
1196
|
+
}
|
|
1197
|
+
(s.x !== m.xSnapped || s.y !== m.ySnapped) && l && p && (d = Y(e.sourceEvent, f), w(m));
|
|
1198
|
+
}
|
|
1199
|
+
}).on("end", (e) => {
|
|
1200
|
+
if (!(!p || h) && (u = !1, p = !1, cancelAnimationFrame(c), l.size > 0)) {
|
|
1201
|
+
let { nodeLookup: t, updateNodePositions: n, onNodeDragStop: i, onSelectionDragStop: a } = r();
|
|
1202
|
+
if (g &&= (n(l, !1), !1), o || i || !S && a) {
|
|
1203
|
+
let [n, r] = dt({
|
|
1204
|
+
nodeId: S,
|
|
1205
|
+
dragItems: l,
|
|
1206
|
+
nodeLookup: t,
|
|
1207
|
+
dragging: !1
|
|
1208
|
+
});
|
|
1209
|
+
o?.(e.sourceEvent, l, n, r), i?.(e.sourceEvent, n, r), S || a?.(e.sourceEvent, r);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
}).filter((e) => {
|
|
1213
|
+
let t = e.target;
|
|
1214
|
+
return !e.button && (!v || !lt(t, `.${v}`, b)) && (!y || lt(t, y, b));
|
|
1215
|
+
});
|
|
1216
|
+
m.call(O);
|
|
1217
|
+
}
|
|
1218
|
+
function y() {
|
|
1219
|
+
m?.on(".drag", null);
|
|
1220
|
+
}
|
|
1221
|
+
return {
|
|
1222
|
+
update: v,
|
|
1223
|
+
destroy: y
|
|
1224
|
+
};
|
|
1225
|
+
}
|
|
1226
|
+
function mt(e, t, n) {
|
|
1227
|
+
let r = [], i = {
|
|
1228
|
+
x: e.x - n,
|
|
1229
|
+
y: e.y - n,
|
|
1230
|
+
width: n * 2,
|
|
1231
|
+
height: n * 2
|
|
1232
|
+
};
|
|
1233
|
+
for (let e of t.values()) V(i, z(e)) > 0 && r.push(e);
|
|
1234
|
+
return r;
|
|
1235
|
+
}
|
|
1236
|
+
var ht = 250;
|
|
1237
|
+
function gt(e, t, n, r) {
|
|
1238
|
+
let i = [], a = Infinity, o = mt(e, n, t + ht);
|
|
1239
|
+
for (let n of o) {
|
|
1240
|
+
let o = [...n.internals.handleBounds?.source ?? [], ...n.internals.handleBounds?.target ?? []];
|
|
1241
|
+
for (let s of o) {
|
|
1242
|
+
if (r.nodeId === s.nodeId && r.type === s.type && r.id === s.id) continue;
|
|
1243
|
+
let { x: o, y: c } = X(n, s, s.position, !0), l = Math.sqrt((o - e.x) ** 2 + (c - e.y) ** 2);
|
|
1244
|
+
l > t || (l < a ? (i = [{
|
|
1245
|
+
...s,
|
|
1246
|
+
x: o,
|
|
1247
|
+
y: c
|
|
1248
|
+
}], a = l) : l === a && i.push({
|
|
1249
|
+
...s,
|
|
1250
|
+
x: o,
|
|
1251
|
+
y: c
|
|
1252
|
+
}));
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
if (!i.length) return null;
|
|
1256
|
+
if (i.length > 1) {
|
|
1257
|
+
let e = r.type === "source" ? "target" : "source";
|
|
1258
|
+
return i.find((t) => t.type === e) ?? i[0];
|
|
1259
|
+
}
|
|
1260
|
+
return i[0];
|
|
1261
|
+
}
|
|
1262
|
+
function _t(e, t, n, r, i, a = !1) {
|
|
1263
|
+
let o = r.get(e);
|
|
1264
|
+
if (!o) return null;
|
|
1265
|
+
let s = i === "strict" ? o.internals.handleBounds?.[t] : [...o.internals.handleBounds?.source ?? [], ...o.internals.handleBounds?.target ?? []], c = (n ? s?.find((e) => e.id === n) : s?.[0]) ?? null;
|
|
1266
|
+
return c && a ? {
|
|
1267
|
+
...c,
|
|
1268
|
+
...X(o, c, c.position, !0)
|
|
1269
|
+
} : c;
|
|
1270
|
+
}
|
|
1271
|
+
function vt(e, t) {
|
|
1272
|
+
return e || (t?.classList.contains("target") ? "target" : t?.classList.contains("source") ? "source" : null);
|
|
1273
|
+
}
|
|
1274
|
+
function yt(e, t) {
|
|
1275
|
+
let n = null;
|
|
1276
|
+
return t ? n = !0 : e && !t && (n = !1), n;
|
|
1277
|
+
}
|
|
1278
|
+
var bt = () => !0;
|
|
1279
|
+
function xt(e, { connectionMode: t, connectionRadius: n, handleId: r, nodeId: i, edgeUpdaterType: a, isTarget: o, domNode: s, nodeLookup: c, lib: l, autoPanOnConnect: u, flowId: d, panBy: f, cancelConnection: p, onConnectStart: m, onConnect: h, onConnectEnd: g, isValidConnection: _ = bt, onReconnectEnd: b, updateConnection: x, getTransform: S, getFromHandle: C, autoPanSpeed: w, dragThreshold: T = 1, handleDomNode: E }) {
|
|
1280
|
+
let D = ge(e.target), O = 0, k, { x: A, y: j } = Y(e), M = vt(a, E), N = s?.getBoundingClientRect(), P = !1;
|
|
1281
|
+
if (!N || !M) return;
|
|
1282
|
+
let F = _t(i, M, r, c, t);
|
|
1283
|
+
if (!F) return;
|
|
1284
|
+
let I = Y(e, N), te = !1, L = null, R = !1, z = null;
|
|
1285
|
+
function ne() {
|
|
1286
|
+
if (!u || !N) return;
|
|
1287
|
+
let [e, t] = ee(I, N, w);
|
|
1288
|
+
f({
|
|
1289
|
+
x: e,
|
|
1290
|
+
y: t
|
|
1291
|
+
}), O = requestAnimationFrame(ne);
|
|
1292
|
+
}
|
|
1293
|
+
let B = {
|
|
1294
|
+
...F,
|
|
1295
|
+
nodeId: i,
|
|
1296
|
+
type: M,
|
|
1297
|
+
position: F.position
|
|
1298
|
+
}, V = c.get(i), H = {
|
|
1299
|
+
inProgress: !0,
|
|
1300
|
+
isValid: null,
|
|
1301
|
+
from: X(V, B, v.Left, !0),
|
|
1302
|
+
fromHandle: B,
|
|
1303
|
+
fromPosition: B.position,
|
|
1304
|
+
fromNode: V,
|
|
1305
|
+
to: I,
|
|
1306
|
+
toHandle: null,
|
|
1307
|
+
toPosition: y[B.position],
|
|
1308
|
+
toNode: null,
|
|
1309
|
+
pointer: I
|
|
1310
|
+
};
|
|
1311
|
+
function U() {
|
|
1312
|
+
P = !0, x(H), m?.(e, {
|
|
1313
|
+
nodeId: i,
|
|
1314
|
+
handleId: r,
|
|
1315
|
+
handleType: M
|
|
1316
|
+
});
|
|
1317
|
+
}
|
|
1318
|
+
T === 0 && U();
|
|
1319
|
+
function W(e) {
|
|
1320
|
+
if (!P) {
|
|
1321
|
+
let { x: t, y: n } = Y(e), r = t - A, i = n - j;
|
|
1322
|
+
if (!(r * r + i * i > T * T)) return;
|
|
1323
|
+
U();
|
|
1324
|
+
}
|
|
1325
|
+
if (!C() || !B) {
|
|
1326
|
+
G(e);
|
|
1327
|
+
return;
|
|
1328
|
+
}
|
|
1329
|
+
let a = S();
|
|
1330
|
+
I = Y(e, N), k = gt(re(I, a, !1, [1, 1]), n, c, B), te ||= (ne(), !0);
|
|
1331
|
+
let s = St(e, {
|
|
1332
|
+
handle: k,
|
|
1333
|
+
connectionMode: t,
|
|
1334
|
+
fromNodeId: i,
|
|
1335
|
+
fromHandleId: r,
|
|
1336
|
+
fromType: o ? "target" : "source",
|
|
1337
|
+
isValidConnection: _,
|
|
1338
|
+
doc: D,
|
|
1339
|
+
lib: l,
|
|
1340
|
+
flowId: d,
|
|
1341
|
+
nodeLookup: c
|
|
1342
|
+
});
|
|
1343
|
+
z = s.handleDomNode, L = s.connection, R = yt(!!k, s.isValid);
|
|
1344
|
+
let u = c.get(i), f = u ? X(u, B, v.Left, !0) : H.from, p = {
|
|
1345
|
+
...H,
|
|
1346
|
+
from: f,
|
|
1347
|
+
isValid: R,
|
|
1348
|
+
to: s.toHandle && R ? ie({
|
|
1349
|
+
x: s.toHandle.x,
|
|
1350
|
+
y: s.toHandle.y
|
|
1351
|
+
}, a) : I,
|
|
1352
|
+
toHandle: s.toHandle,
|
|
1353
|
+
toPosition: R && s.toHandle ? s.toHandle.position : y[B.position],
|
|
1354
|
+
toNode: s.toHandle ? c.get(s.toHandle.nodeId) : null,
|
|
1355
|
+
pointer: I
|
|
1356
|
+
};
|
|
1357
|
+
x(p), H = p;
|
|
1358
|
+
}
|
|
1359
|
+
function G(e) {
|
|
1360
|
+
if (!("touches" in e && e.touches.length > 0)) {
|
|
1361
|
+
if (P) {
|
|
1362
|
+
(k || z) && L && R && h?.(L);
|
|
1363
|
+
let { inProgress: t, ...n } = H, r = {
|
|
1364
|
+
...n,
|
|
1365
|
+
toPosition: H.toHandle ? H.toPosition : null
|
|
1366
|
+
};
|
|
1367
|
+
g?.(e, r), a && b?.(e, r);
|
|
1368
|
+
}
|
|
1369
|
+
p(), cancelAnimationFrame(O), te = !1, R = !1, L = null, z = null, D.removeEventListener("mousemove", W), D.removeEventListener("mouseup", G), D.removeEventListener("touchmove", W), D.removeEventListener("touchend", G);
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
D.addEventListener("mousemove", W), D.addEventListener("mouseup", G), D.addEventListener("touchmove", W), D.addEventListener("touchend", G);
|
|
1373
|
+
}
|
|
1374
|
+
function St(e, { handle: t, connectionMode: n, fromNodeId: r, fromHandleId: i, fromType: a, doc: o, lib: s, flowId: c, isValidConnection: l = bt, nodeLookup: u }) {
|
|
1375
|
+
let d = a === "target", p = t ? o.querySelector(`.${s}-flow__handle[data-id="${c}-${t?.nodeId}-${t?.id}-${t?.type}"]`) : null, { x: m, y: h } = Y(e), g = o.elementFromPoint(m, h), _ = g?.classList.contains(`${s}-flow__handle`) ? g : p, v = {
|
|
1376
|
+
handleDomNode: _,
|
|
1377
|
+
isValid: !1,
|
|
1378
|
+
connection: null,
|
|
1379
|
+
toHandle: null
|
|
1380
|
+
};
|
|
1381
|
+
if (_) {
|
|
1382
|
+
let e = vt(void 0, _), t = _.getAttribute("data-nodeid"), a = _.getAttribute("data-handleid"), o = _.classList.contains("connectable"), s = _.classList.contains("connectableend");
|
|
1383
|
+
if (!t || !e) return v;
|
|
1384
|
+
let c = {
|
|
1385
|
+
source: d ? t : r,
|
|
1386
|
+
sourceHandle: d ? a : i,
|
|
1387
|
+
target: d ? r : t,
|
|
1388
|
+
targetHandle: d ? i : a
|
|
1389
|
+
};
|
|
1390
|
+
v.connection = c, v.isValid = o && s && (n === f.Strict ? d && e === "source" || !d && e === "target" : t !== r || a !== i) && l(c), v.toHandle = _t(t, e, a, u, n, !0);
|
|
1391
|
+
}
|
|
1392
|
+
return v;
|
|
1393
|
+
}
|
|
1394
|
+
var Ct = {
|
|
1395
|
+
onPointerDown: xt,
|
|
1396
|
+
isValid: St
|
|
1397
|
+
};
|
|
1398
|
+
function wt({ domNode: n, panZoom: r, getTransform: i, getViewScale: a }) {
|
|
1399
|
+
let o = e(n);
|
|
1400
|
+
function c({ translateExtent: e, width: t, height: n, zoomStep: c = 1, pannable: l = !0, zoomable: u = !0, inversePan: d = !1 }) {
|
|
1401
|
+
let f = (e) => {
|
|
1402
|
+
if (e.sourceEvent.type !== "wheel" || !r) return;
|
|
1403
|
+
let t = i(), n = e.sourceEvent.ctrlKey && ce() ? 10 : 1, a = -e.sourceEvent.deltaY * (e.sourceEvent.deltaMode === 1 ? .05 : e.sourceEvent.deltaMode ? 1 : .002) * c, o = t[2] * 2 ** (a * n);
|
|
1404
|
+
r.scaleTo(o);
|
|
1405
|
+
}, p = [0, 0], m = s().on("start", (e) => {
|
|
1406
|
+
(e.sourceEvent.type === "mousedown" || e.sourceEvent.type === "touchstart") && (p = [e.sourceEvent.clientX ?? e.sourceEvent.touches[0].clientX, e.sourceEvent.clientY ?? e.sourceEvent.touches[0].clientY]);
|
|
1407
|
+
}).on("zoom", l ? (o) => {
|
|
1408
|
+
let s = i();
|
|
1409
|
+
if (o.sourceEvent.type !== "mousemove" && o.sourceEvent.type !== "touchmove" || !r) return;
|
|
1410
|
+
let c = [o.sourceEvent.clientX ?? o.sourceEvent.touches[0].clientX, o.sourceEvent.clientY ?? o.sourceEvent.touches[0].clientY], l = [c[0] - p[0], c[1] - p[1]];
|
|
1411
|
+
p = c;
|
|
1412
|
+
let u = a() * Math.max(s[2], Math.log(s[2])) * (d ? -1 : 1), f = {
|
|
1413
|
+
x: s[0] - l[0] * u,
|
|
1414
|
+
y: s[1] - l[1] * u
|
|
1415
|
+
}, m = [[0, 0], [t, n]];
|
|
1416
|
+
r.setViewportConstrained({
|
|
1417
|
+
x: f.x,
|
|
1418
|
+
y: f.y,
|
|
1419
|
+
zoom: s[2]
|
|
1420
|
+
}, m, e);
|
|
1421
|
+
} : null).on("zoom.wheel", u ? f : null);
|
|
1422
|
+
o.call(m, {});
|
|
1423
|
+
}
|
|
1424
|
+
function l() {
|
|
1425
|
+
o.on("zoom", null);
|
|
1426
|
+
}
|
|
1427
|
+
return {
|
|
1428
|
+
update: c,
|
|
1429
|
+
destroy: l,
|
|
1430
|
+
pointer: t
|
|
1431
|
+
};
|
|
1432
|
+
}
|
|
1433
|
+
var Tt = (e) => ({
|
|
1434
|
+
x: e.x,
|
|
1435
|
+
y: e.y,
|
|
1436
|
+
zoom: e.k
|
|
1437
|
+
}), Et = ({ x: e, y: t, zoom: n }) => o.translate(e, t).scale(n), Z = (e, t) => e.target.closest(`.${t}`), Dt = (e, t) => t === 2 && Array.isArray(e) && e.includes(2), Ot = (e) => ((e *= 2) <= 1 ? e * e * e : (e -= 2) * e * e + 2) / 2, kt = (e, t = 0, n = Ot, r = () => {}) => {
|
|
1438
|
+
let i = typeof t == "number" && t > 0;
|
|
1439
|
+
return i || r(), i ? e.transition().duration(t).ease(n).on("end", r) : e;
|
|
1440
|
+
}, At = (e) => {
|
|
1441
|
+
let t = e.ctrlKey && ce() ? 10 : 1;
|
|
1442
|
+
return -e.deltaY * (e.deltaMode === 1 ? .05 : e.deltaMode ? 1 : .002) * t;
|
|
1443
|
+
};
|
|
1444
|
+
function jt({ zoomPanValues: e, noWheelClassName: n, d3Selection: r, d3Zoom: i, panOnScrollMode: a, panOnScrollSpeed: o, zoomOnPinch: s, onPanZoomStart: c, onPanZoom: l, onPanZoomEnd: u }) {
|
|
1445
|
+
return (d) => {
|
|
1446
|
+
if (Z(d, n)) return d.ctrlKey && d.preventDefault(), !1;
|
|
1447
|
+
d.preventDefault(), d.stopImmediatePropagation();
|
|
1448
|
+
let f = r.property("__zoom").k || 1;
|
|
1449
|
+
if (d.ctrlKey && s) {
|
|
1450
|
+
let e = t(d), n = f * 2 ** At(d);
|
|
1451
|
+
i.scaleTo(r, n, e, d);
|
|
1452
|
+
return;
|
|
1453
|
+
}
|
|
1454
|
+
let m = d.deltaMode === 1 ? 20 : 1, h = a === p.Vertical ? 0 : d.deltaX * m, g = a === p.Horizontal ? 0 : d.deltaY * m;
|
|
1455
|
+
!ce() && d.shiftKey && a !== p.Vertical && (h = d.deltaY * m, g = 0), i.translateBy(r, -(h / f) * o, -(g / f) * o, { internal: !0 });
|
|
1456
|
+
let _ = Tt(r.property("__zoom"));
|
|
1457
|
+
clearTimeout(e.panScrollTimeout), e.isPanScrolling ? (l?.(d, _), e.panScrollTimeout = setTimeout(() => {
|
|
1458
|
+
u?.(d, _), e.isPanScrolling = !1;
|
|
1459
|
+
}, 150)) : (e.isPanScrolling = !0, c?.(d, _));
|
|
1460
|
+
};
|
|
1461
|
+
}
|
|
1462
|
+
function Mt({ noWheelClassName: e, preventScrolling: t, d3ZoomHandler: n }) {
|
|
1463
|
+
return function(r, i) {
|
|
1464
|
+
let a = r.type === "wheel", o = !t && a && !r.ctrlKey, s = Z(r, e);
|
|
1465
|
+
if (r.ctrlKey && a && s && r.preventDefault(), o || s) return null;
|
|
1466
|
+
r.preventDefault(), n.call(this, r, i);
|
|
1467
|
+
};
|
|
1468
|
+
}
|
|
1469
|
+
function Nt({ zoomPanValues: e, onDraggingChange: t, onPanZoomStart: n }) {
|
|
1470
|
+
return (r) => {
|
|
1471
|
+
if (r.sourceEvent?.internal) return;
|
|
1472
|
+
let i = Tt(r.transform);
|
|
1473
|
+
e.mouseButton = r.sourceEvent?.button || 0, e.isZoomingOrPanning = !0, e.prevViewport = i, r.sourceEvent?.type === "mousedown" && t(!0), n && n?.(r.sourceEvent, i);
|
|
1474
|
+
};
|
|
1475
|
+
}
|
|
1476
|
+
function Pt({ zoomPanValues: e, panOnDrag: t, onPaneContextMenu: n, onTransformChange: r, onPanZoom: i }) {
|
|
1477
|
+
return (a) => {
|
|
1478
|
+
e.usedRightMouseButton = !!(n && Dt(t, e.mouseButton ?? 0)), a.sourceEvent?.sync || r([
|
|
1479
|
+
a.transform.x,
|
|
1480
|
+
a.transform.y,
|
|
1481
|
+
a.transform.k
|
|
1482
|
+
]), i && !a.sourceEvent?.internal && i?.(a.sourceEvent, Tt(a.transform));
|
|
1483
|
+
};
|
|
1484
|
+
}
|
|
1485
|
+
function Ft({ zoomPanValues: e, panOnDrag: t, panOnScroll: n, onDraggingChange: r, onPanZoomEnd: i, onPaneContextMenu: a }) {
|
|
1486
|
+
return (o) => {
|
|
1487
|
+
if (!o.sourceEvent?.internal && (e.isZoomingOrPanning = !1, a && Dt(t, e.mouseButton ?? 0) && !e.usedRightMouseButton && o.sourceEvent && a(o.sourceEvent), e.usedRightMouseButton = !1, r(!1), i)) {
|
|
1488
|
+
let t = Tt(o.transform);
|
|
1489
|
+
e.prevViewport = t, clearTimeout(e.timerId), e.timerId = setTimeout(() => {
|
|
1490
|
+
i?.(o.sourceEvent, t);
|
|
1491
|
+
}, n ? 150 : 0);
|
|
1492
|
+
}
|
|
1493
|
+
};
|
|
1494
|
+
}
|
|
1495
|
+
function It({ zoomActivationKeyPressed: e, zoomOnScroll: t, zoomOnPinch: n, panOnDrag: r, panOnScroll: i, zoomOnDoubleClick: a, userSelectionActive: o, noWheelClassName: s, noPanClassName: c, lib: l, connectionInProgress: u }) {
|
|
1496
|
+
return (d) => {
|
|
1497
|
+
let f = e || t, p = n && d.ctrlKey, m = d.type === "wheel";
|
|
1498
|
+
if (d.button === 1 && d.type === "mousedown" && (Z(d, `${l}-flow__node`) || Z(d, `${l}-flow__edge`))) return !0;
|
|
1499
|
+
if (!r && !f && !i && !a && !n || o || u && !m || Z(d, s) && m || Z(d, c) && (!m || i && m && !e) || !n && d.ctrlKey && m) return !1;
|
|
1500
|
+
if (!n && d.type === "touchstart" && d.touches?.length > 1) return d.preventDefault(), !1;
|
|
1501
|
+
if (!f && !i && !p && m || !r && (d.type === "mousedown" || d.type === "touchstart") || Array.isArray(r) && !r.includes(d.button) && d.type === "mousedown") return !1;
|
|
1502
|
+
let h = Array.isArray(r) && r.includes(d.button) || !d.button || d.button <= 1;
|
|
1503
|
+
return (!d.ctrlKey || m) && h;
|
|
1504
|
+
};
|
|
1505
|
+
}
|
|
1506
|
+
function Lt({ domNode: t, minZoom: n, maxZoom: o, translateExtent: c, viewport: l, onPanZoom: u, onPanZoomStart: d, onPanZoomEnd: f, onDraggingChange: p }) {
|
|
1507
|
+
let m = {
|
|
1508
|
+
isZoomingOrPanning: !1,
|
|
1509
|
+
usedRightMouseButton: !1,
|
|
1510
|
+
prevViewport: {
|
|
1511
|
+
x: 0,
|
|
1512
|
+
y: 0,
|
|
1513
|
+
zoom: 0
|
|
1514
|
+
},
|
|
1515
|
+
mouseButton: 0,
|
|
1516
|
+
timerId: void 0,
|
|
1517
|
+
panScrollTimeout: void 0,
|
|
1518
|
+
isPanScrolling: !1
|
|
1519
|
+
}, h = t.getBoundingClientRect(), g = s().scaleExtent([n, o]).translateExtent(c), _ = e(t).call(g);
|
|
1520
|
+
C({
|
|
1521
|
+
x: l.x,
|
|
1522
|
+
y: l.y,
|
|
1523
|
+
zoom: N(l.zoom, n, o)
|
|
1524
|
+
}, [[0, 0], [h.width, h.height]], c);
|
|
1525
|
+
let v = _.on("wheel.zoom"), y = _.on("dblclick.zoom");
|
|
1526
|
+
g.wheelDelta(At);
|
|
1527
|
+
function b(e, t) {
|
|
1528
|
+
return _ ? new Promise((n) => {
|
|
1529
|
+
g?.interpolate(t?.interpolate === "linear" ? r : i).transform(kt(_, t?.duration, t?.ease, () => n(!0)), e);
|
|
1530
|
+
}) : Promise.resolve(!1);
|
|
1531
|
+
}
|
|
1532
|
+
function x({ noWheelClassName: e, noPanClassName: t, onPaneContextMenu: n, userSelectionActive: r, panOnScroll: i, panOnDrag: a, panOnScrollMode: o, panOnScrollSpeed: s, preventScrolling: c, zoomOnPinch: l, zoomOnScroll: h, zoomOnDoubleClick: b, zoomActivationKeyPressed: x, lib: C, onTransformChange: w, connectionInProgress: T, paneClickDistance: E, selectionOnDrag: D }) {
|
|
1533
|
+
r && !m.isZoomingOrPanning && S();
|
|
1534
|
+
let O = i && !x && !r;
|
|
1535
|
+
g.clickDistance(D ? Infinity : !U(E) || E < 0 ? 0 : E);
|
|
1536
|
+
let k = O ? jt({
|
|
1537
|
+
zoomPanValues: m,
|
|
1538
|
+
noWheelClassName: e,
|
|
1539
|
+
d3Selection: _,
|
|
1540
|
+
d3Zoom: g,
|
|
1541
|
+
panOnScrollMode: o,
|
|
1542
|
+
panOnScrollSpeed: s,
|
|
1543
|
+
zoomOnPinch: l,
|
|
1544
|
+
onPanZoomStart: d,
|
|
1545
|
+
onPanZoom: u,
|
|
1546
|
+
onPanZoomEnd: f
|
|
1547
|
+
}) : Mt({
|
|
1548
|
+
noWheelClassName: e,
|
|
1549
|
+
preventScrolling: c,
|
|
1550
|
+
d3ZoomHandler: v
|
|
1551
|
+
});
|
|
1552
|
+
if (_.on("wheel.zoom", k, { passive: !1 }), !r) {
|
|
1553
|
+
let e = Nt({
|
|
1554
|
+
zoomPanValues: m,
|
|
1555
|
+
onDraggingChange: p,
|
|
1556
|
+
onPanZoomStart: d
|
|
1557
|
+
});
|
|
1558
|
+
g.on("start", e);
|
|
1559
|
+
let t = Pt({
|
|
1560
|
+
zoomPanValues: m,
|
|
1561
|
+
panOnDrag: a,
|
|
1562
|
+
onPaneContextMenu: !!n,
|
|
1563
|
+
onPanZoom: u,
|
|
1564
|
+
onTransformChange: w
|
|
1565
|
+
});
|
|
1566
|
+
g.on("zoom", t);
|
|
1567
|
+
let r = Ft({
|
|
1568
|
+
zoomPanValues: m,
|
|
1569
|
+
panOnDrag: a,
|
|
1570
|
+
panOnScroll: i,
|
|
1571
|
+
onPaneContextMenu: n,
|
|
1572
|
+
onPanZoomEnd: f,
|
|
1573
|
+
onDraggingChange: p
|
|
1574
|
+
});
|
|
1575
|
+
g.on("end", r);
|
|
1576
|
+
}
|
|
1577
|
+
let A = It({
|
|
1578
|
+
zoomActivationKeyPressed: x,
|
|
1579
|
+
panOnDrag: a,
|
|
1580
|
+
zoomOnScroll: h,
|
|
1581
|
+
panOnScroll: i,
|
|
1582
|
+
zoomOnDoubleClick: b,
|
|
1583
|
+
zoomOnPinch: l,
|
|
1584
|
+
userSelectionActive: r,
|
|
1585
|
+
noPanClassName: t,
|
|
1586
|
+
noWheelClassName: e,
|
|
1587
|
+
lib: C,
|
|
1588
|
+
connectionInProgress: T
|
|
1589
|
+
});
|
|
1590
|
+
g.filter(A), b ? _.on("dblclick.zoom", y) : _.on("dblclick.zoom", null);
|
|
1591
|
+
}
|
|
1592
|
+
function S() {
|
|
1593
|
+
g.on("zoom", null);
|
|
1594
|
+
}
|
|
1595
|
+
async function C(e, t, n) {
|
|
1596
|
+
let r = Et(e), i = g?.constrain()(r, t, n);
|
|
1597
|
+
return i && await b(i), new Promise((e) => e(i));
|
|
1598
|
+
}
|
|
1599
|
+
async function w(e, t) {
|
|
1600
|
+
let n = Et(e);
|
|
1601
|
+
return await b(n, t), new Promise((e) => e(n));
|
|
1602
|
+
}
|
|
1603
|
+
function T(e) {
|
|
1604
|
+
if (_) {
|
|
1605
|
+
let t = Et(e), n = _.property("__zoom");
|
|
1606
|
+
(n.k !== e.zoom || n.x !== e.x || n.y !== e.y) && g?.transform(_, t, null, { sync: !0 });
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
function E() {
|
|
1610
|
+
let e = _ ? a(_.node()) : {
|
|
1611
|
+
x: 0,
|
|
1612
|
+
y: 0,
|
|
1613
|
+
k: 1
|
|
1614
|
+
};
|
|
1615
|
+
return {
|
|
1616
|
+
x: e.x,
|
|
1617
|
+
y: e.y,
|
|
1618
|
+
zoom: e.k
|
|
1619
|
+
};
|
|
1620
|
+
}
|
|
1621
|
+
function D(e, t) {
|
|
1622
|
+
return _ ? new Promise((n) => {
|
|
1623
|
+
g?.interpolate(t?.interpolate === "linear" ? r : i).scaleTo(kt(_, t?.duration, t?.ease, () => n(!0)), e);
|
|
1624
|
+
}) : Promise.resolve(!1);
|
|
1625
|
+
}
|
|
1626
|
+
function O(e, t) {
|
|
1627
|
+
return _ ? new Promise((n) => {
|
|
1628
|
+
g?.interpolate(t?.interpolate === "linear" ? r : i).scaleBy(kt(_, t?.duration, t?.ease, () => n(!0)), e);
|
|
1629
|
+
}) : Promise.resolve(!1);
|
|
1630
|
+
}
|
|
1631
|
+
function k(e) {
|
|
1632
|
+
g?.scaleExtent(e);
|
|
1633
|
+
}
|
|
1634
|
+
function A(e) {
|
|
1635
|
+
g?.translateExtent(e);
|
|
1636
|
+
}
|
|
1637
|
+
function j(e) {
|
|
1638
|
+
let t = !U(e) || e < 0 ? 0 : e;
|
|
1639
|
+
g?.clickDistance(t);
|
|
1640
|
+
}
|
|
1641
|
+
return {
|
|
1642
|
+
update: x,
|
|
1643
|
+
destroy: S,
|
|
1644
|
+
setViewport: w,
|
|
1645
|
+
setViewportConstrained: C,
|
|
1646
|
+
getViewport: E,
|
|
1647
|
+
scaleTo: D,
|
|
1648
|
+
scaleBy: O,
|
|
1649
|
+
setScaleExtent: k,
|
|
1650
|
+
setTranslateExtent: A,
|
|
1651
|
+
syncViewport: T,
|
|
1652
|
+
setClickDistance: j
|
|
1653
|
+
};
|
|
1654
|
+
}
|
|
1655
|
+
var Rt;
|
|
1656
|
+
(function(e) {
|
|
1657
|
+
e.Line = "line", e.Handle = "handle";
|
|
1658
|
+
})(Rt ||= {});
|
|
1659
|
+
function zt({ width: e, prevWidth: t, height: n, prevHeight: r, affectsX: i, affectsY: a }) {
|
|
1660
|
+
let o = e - t, s = n - r, c = [o > 0 ? 1 : o < 0 ? -1 : 0, s > 0 ? 1 : s < 0 ? -1 : 0];
|
|
1661
|
+
return o && i && (c[0] *= -1), s && a && (c[1] *= -1), c;
|
|
1662
|
+
}
|
|
1663
|
+
function Bt(e) {
|
|
1664
|
+
return {
|
|
1665
|
+
isHorizontal: e.includes("right") || e.includes("left"),
|
|
1666
|
+
isVertical: e.includes("bottom") || e.includes("top"),
|
|
1667
|
+
affectsX: e.includes("left"),
|
|
1668
|
+
affectsY: e.includes("top")
|
|
1669
|
+
};
|
|
1670
|
+
}
|
|
1671
|
+
function Q(e, t) {
|
|
1672
|
+
return Math.max(0, t - e);
|
|
1673
|
+
}
|
|
1674
|
+
function $(e, t) {
|
|
1675
|
+
return Math.max(0, e - t);
|
|
1676
|
+
}
|
|
1677
|
+
function Vt(e, t, n) {
|
|
1678
|
+
return Math.max(0, t - e, e - n);
|
|
1679
|
+
}
|
|
1680
|
+
function Ht(e, t) {
|
|
1681
|
+
return e ? !t : t;
|
|
1682
|
+
}
|
|
1683
|
+
function Ut(e, t, n, r, i, a, o, s) {
|
|
1684
|
+
let { affectsX: c, affectsY: l } = t, { isHorizontal: u, isVertical: d } = t, f = u && d, { xSnapped: p, ySnapped: m } = n, { minWidth: h, maxWidth: g, minHeight: _, maxHeight: v } = r, { x: y, y: b, width: x, height: S, aspectRatio: C } = e, w = Math.floor(u ? p - e.pointerX : 0), T = Math.floor(d ? m - e.pointerY : 0), E = x + (c ? -w : w), D = S + (l ? -T : T), O = -a[0] * x, k = -a[1] * S, A = Vt(E, h, g), j = Vt(D, _, v);
|
|
1685
|
+
if (o) {
|
|
1686
|
+
let e = 0, t = 0;
|
|
1687
|
+
c && w < 0 ? e = Q(y + w + O, o[0][0]) : !c && w > 0 && (e = $(y + E + O, o[1][0])), l && T < 0 ? t = Q(b + T + k, o[0][1]) : !l && T > 0 && (t = $(b + D + k, o[1][1])), A = Math.max(A, e), j = Math.max(j, t);
|
|
1688
|
+
}
|
|
1689
|
+
if (s) {
|
|
1690
|
+
let e = 0, t = 0;
|
|
1691
|
+
c && w > 0 ? e = $(y + w, s[0][0]) : !c && w < 0 && (e = Q(y + E, s[1][0])), l && T > 0 ? t = $(b + T, s[0][1]) : !l && T < 0 && (t = Q(b + D, s[1][1])), A = Math.max(A, e), j = Math.max(j, t);
|
|
1692
|
+
}
|
|
1693
|
+
if (i) {
|
|
1694
|
+
if (u) {
|
|
1695
|
+
let e = Vt(E / C, _, v) * C;
|
|
1696
|
+
if (A = Math.max(A, e), o) {
|
|
1697
|
+
let e = 0;
|
|
1698
|
+
e = !c && !l || c && !l && f ? $(b + k + E / C, o[1][1]) * C : Q(b + k + (c ? w : -w) / C, o[0][1]) * C, A = Math.max(A, e);
|
|
1699
|
+
}
|
|
1700
|
+
if (s) {
|
|
1701
|
+
let e = 0;
|
|
1702
|
+
e = !c && !l || c && !l && f ? Q(b + E / C, s[1][1]) * C : $(b + (c ? w : -w) / C, s[0][1]) * C, A = Math.max(A, e);
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
if (d) {
|
|
1706
|
+
let e = Vt(D * C, h, g) / C;
|
|
1707
|
+
if (j = Math.max(j, e), o) {
|
|
1708
|
+
let e = 0;
|
|
1709
|
+
e = !c && !l || l && !c && f ? $(y + D * C + O, o[1][0]) / C : Q(y + (l ? T : -T) * C + O, o[0][0]) / C, j = Math.max(j, e);
|
|
1710
|
+
}
|
|
1711
|
+
if (s) {
|
|
1712
|
+
let e = 0;
|
|
1713
|
+
e = !c && !l || l && !c && f ? Q(y + D * C, s[1][0]) / C : $(y + (l ? T : -T) * C, s[0][0]) / C, j = Math.max(j, e);
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
T += T < 0 ? j : -j, w += w < 0 ? A : -A, i && (f ? E > D * C ? T = (Ht(c, l) ? -w : w) / C : w = (Ht(c, l) ? -T : T) * C : u ? (T = w / C, l = c) : (w = T * C, c = l));
|
|
1718
|
+
let M = c ? y + w : y, N = l ? b + T : b;
|
|
1719
|
+
return {
|
|
1720
|
+
width: x + (c ? -w : w),
|
|
1721
|
+
height: S + (l ? -T : T),
|
|
1722
|
+
x: a[0] * w * (c ? -1 : 1) + M,
|
|
1723
|
+
y: a[1] * T * (l ? -1 : 1) + N
|
|
1724
|
+
};
|
|
1725
|
+
}
|
|
1726
|
+
var Wt = {
|
|
1727
|
+
width: 0,
|
|
1728
|
+
height: 0,
|
|
1729
|
+
x: 0,
|
|
1730
|
+
y: 0
|
|
1731
|
+
}, Gt = {
|
|
1732
|
+
...Wt,
|
|
1733
|
+
pointerX: 0,
|
|
1734
|
+
pointerY: 0,
|
|
1735
|
+
aspectRatio: 1
|
|
1736
|
+
};
|
|
1737
|
+
function Kt(e) {
|
|
1738
|
+
return [[0, 0], [e.measured.width, e.measured.height]];
|
|
1739
|
+
}
|
|
1740
|
+
function qt(e, t, n) {
|
|
1741
|
+
let r = t.position.x + e.position.x, i = t.position.y + e.position.y, a = e.measured.width ?? 0, o = e.measured.height ?? 0, s = n[0] * a, c = n[1] * o;
|
|
1742
|
+
return [[r - s, i - c], [r + a - s, i + o - c]];
|
|
1743
|
+
}
|
|
1744
|
+
function Jt({ domNode: t, nodeId: r, getStoreItems: i, onChange: a, onEnd: o }) {
|
|
1745
|
+
let s = e(t), c = {
|
|
1746
|
+
controlDirection: Bt("bottom-right"),
|
|
1747
|
+
boundaries: {
|
|
1748
|
+
minWidth: 0,
|
|
1749
|
+
minHeight: 0,
|
|
1750
|
+
maxWidth: Number.MAX_VALUE,
|
|
1751
|
+
maxHeight: Number.MAX_VALUE
|
|
1752
|
+
},
|
|
1753
|
+
resizeDirection: void 0,
|
|
1754
|
+
keepAspectRatio: !1
|
|
1755
|
+
};
|
|
1756
|
+
function l({ controlPosition: e, boundaries: t, keepAspectRatio: l, resizeDirection: u, onResizeStart: d, onResize: f, onResizeEnd: p, shouldResize: m }) {
|
|
1757
|
+
let h = { ...Wt }, g = { ...Gt };
|
|
1758
|
+
c = {
|
|
1759
|
+
boundaries: t,
|
|
1760
|
+
resizeDirection: u,
|
|
1761
|
+
keepAspectRatio: l,
|
|
1762
|
+
controlDirection: Bt(e)
|
|
1763
|
+
};
|
|
1764
|
+
let _, v = null, y = [], b, x, S, C = !1, w = n().on("start", (e) => {
|
|
1765
|
+
let { nodeLookup: t, transform: n, snapGrid: a, snapToGrid: o, nodeOrigin: s, paneDomNode: c } = i();
|
|
1766
|
+
if (_ = t.get(r), !_) return;
|
|
1767
|
+
v = c?.getBoundingClientRect() ?? null;
|
|
1768
|
+
let { xSnapped: l, ySnapped: u } = me(e.sourceEvent, {
|
|
1769
|
+
transform: n,
|
|
1770
|
+
snapGrid: a,
|
|
1771
|
+
snapToGrid: o,
|
|
1772
|
+
containerBounds: v
|
|
1773
|
+
});
|
|
1774
|
+
h = {
|
|
1775
|
+
width: _.measured.width ?? 0,
|
|
1776
|
+
height: _.measured.height ?? 0,
|
|
1777
|
+
x: _.position.x ?? 0,
|
|
1778
|
+
y: _.position.y ?? 0
|
|
1779
|
+
}, g = {
|
|
1780
|
+
...h,
|
|
1781
|
+
pointerX: l,
|
|
1782
|
+
pointerY: u,
|
|
1783
|
+
aspectRatio: h.width / h.height
|
|
1784
|
+
}, b = void 0, _.parentId && (_.extent === "parent" || _.expandParent) && (b = t.get(_.parentId), x = b && _.extent === "parent" ? Kt(b) : void 0), y = [], S = void 0;
|
|
1785
|
+
for (let [e, n] of t) if (n.parentId === r && (y.push({
|
|
1786
|
+
id: e,
|
|
1787
|
+
position: { ...n.position },
|
|
1788
|
+
extent: n.extent
|
|
1789
|
+
}), n.extent === "parent" || n.expandParent)) {
|
|
1790
|
+
let e = qt(n, _, n.origin ?? s);
|
|
1791
|
+
S = S ? [[Math.min(e[0][0], S[0][0]), Math.min(e[0][1], S[0][1])], [Math.max(e[1][0], S[1][0]), Math.max(e[1][1], S[1][1])]] : e;
|
|
1792
|
+
}
|
|
1793
|
+
d?.(e, { ...h });
|
|
1794
|
+
}).on("drag", (e) => {
|
|
1795
|
+
let { transform: t, snapGrid: n, snapToGrid: r, nodeOrigin: o } = i(), s = me(e.sourceEvent, {
|
|
1796
|
+
transform: t,
|
|
1797
|
+
snapGrid: n,
|
|
1798
|
+
snapToGrid: r,
|
|
1799
|
+
containerBounds: v
|
|
1800
|
+
}), l = [];
|
|
1801
|
+
if (!_) return;
|
|
1802
|
+
let { x: u, y: d, width: p, height: w } = h, T = {}, E = _.origin ?? o, { width: D, height: O, x: k, y: A } = Ut(g, c.controlDirection, s, c.boundaries, c.keepAspectRatio, E, x, S), j = D !== p, M = O !== w, N = k !== u && j, P = A !== d && M;
|
|
1803
|
+
if (!N && !P && !j && !M) return;
|
|
1804
|
+
if ((N || P || E[0] === 1 || E[1] === 1) && (T.x = N ? k : h.x, T.y = P ? A : h.y, h.x = T.x, h.y = T.y, y.length > 0)) {
|
|
1805
|
+
let e = k - u, t = A - d;
|
|
1806
|
+
for (let n of y) n.position = {
|
|
1807
|
+
x: n.position.x - e + E[0] * (D - p),
|
|
1808
|
+
y: n.position.y - t + E[1] * (O - w)
|
|
1809
|
+
}, l.push(n);
|
|
1810
|
+
}
|
|
1811
|
+
if ((j || M) && (T.width = j && (!c.resizeDirection || c.resizeDirection === "horizontal") ? D : h.width, T.height = M && (!c.resizeDirection || c.resizeDirection === "vertical") ? O : h.height, h.width = T.width, h.height = T.height), b && _.expandParent) {
|
|
1812
|
+
let e = E[0] * (T.width ?? 0);
|
|
1813
|
+
T.x && T.x < e && (h.x = e, g.x -= T.x - e);
|
|
1814
|
+
let t = E[1] * (T.height ?? 0);
|
|
1815
|
+
T.y && T.y < t && (h.y = t, g.y -= T.y - t);
|
|
1816
|
+
}
|
|
1817
|
+
let F = zt({
|
|
1818
|
+
width: h.width,
|
|
1819
|
+
prevWidth: p,
|
|
1820
|
+
height: h.height,
|
|
1821
|
+
prevHeight: w,
|
|
1822
|
+
affectsX: c.controlDirection.affectsX,
|
|
1823
|
+
affectsY: c.controlDirection.affectsY
|
|
1824
|
+
}), I = {
|
|
1825
|
+
...h,
|
|
1826
|
+
direction: F
|
|
1827
|
+
};
|
|
1828
|
+
m?.(e, I) !== !1 && (C = !0, f?.(e, I), a(T, l));
|
|
1829
|
+
}).on("end", (e) => {
|
|
1830
|
+
C &&= (p?.(e, { ...h }), o?.({ ...h }), !1);
|
|
1831
|
+
});
|
|
1832
|
+
s.call(w);
|
|
1833
|
+
}
|
|
1834
|
+
function u() {
|
|
1835
|
+
s.on(".drag", null);
|
|
1836
|
+
}
|
|
1837
|
+
return {
|
|
1838
|
+
update: l,
|
|
1839
|
+
destroy: u
|
|
1840
|
+
};
|
|
1841
|
+
}
|
|
1842
|
+
//#endregion
|
|
1843
|
+
export { g as ConnectionLineType, f as ConnectionMode, _ as MarkerType, p as PanOnScrollMode, v as Position, Rt as ResizeControlVariant, m as SelectionMode, pt as XYDrag, Ct as XYHandle, wt as XYMinimap, Lt as XYPanZoom, Jt as XYResizer, Ae as addEdge, Qe as adoptUserNodes, de as areSetsEqual, j as calculateNodePosition, Ue as createMarkerIds, d as defaultAriaLabelConfig, W as devWarn, u as elementSelectionKeys, c as errorMessages, ue as evaluateAbsolutePosition, A as fitViewport, xe as getBezierEdgeCenter, we as getBezierPath, B as getBoundsOfRects, O as getConnectedEdges, b as getConnectionStatus, he as getDimensions, Te as getEdgeCenter, ze as getEdgePosition, M as getElementsToRemove, Ee as getElevatedEdgeZIndex, Y as getEventPosition, X as getHandlePosition, ge as getHostForElement, E as getInternalNodesBounds, He as getMarkerId, J as getNodeDimensions, T as getNodesBounds, D as getNodesInside, V as getOverlappingArea, Le as getSmoothStepPath, je as getStraightPath, se as getViewportForBounds, rt as handleExpandParent, l as infiniteExtent, h as initialConnection, x as isEdgeBase, De as isEdgeVisible, ve as isInputDOMNode, ce as isMacOs, ye as isMouseEvent, S as isNodeBase, U as isNumeric, H as isRectObject, pe as mergeAriaLabelConfig, le as nodeHasDimensions, z as nodeToRect, at as panBy, re as pointToRendererPoint, ie as rendererPointToPoint, G as snapPosition, Ye as updateAbsolutePositions, st as updateConnectionLookup, it as updateNodeInternals, fe as withResolvers };
|
|
1844
|
+
|
|
1845
|
+
//# sourceMappingURL=index.js.map
|