@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.
Files changed (2254) hide show
  1. package/README.md +91 -0
  2. package/dist/VibeControlsRoot.d.ts +36 -0
  3. package/dist/VibeControlsRoot.d.ts.map +1 -0
  4. package/dist/VibeControlsRoot.js +195 -0
  5. package/dist/VibeControlsRoot.js.map +1 -0
  6. package/dist/VibeControlsRoutes.d.ts +2 -0
  7. package/dist/VibeControlsRoutes.d.ts.map +1 -0
  8. package/dist/VibeControlsRoutes.js +285 -0
  9. package/dist/VibeControlsRoutes.js.map +1 -0
  10. package/dist/_virtual/_rolldown/runtime.js +23 -0
  11. package/dist/components/actions/ActionCard.d.ts +32 -0
  12. package/dist/components/actions/ActionCard.d.ts.map +1 -0
  13. package/dist/components/actions/ActionCard.js +140 -0
  14. package/dist/components/actions/ActionCard.js.map +1 -0
  15. package/dist/components/actions/ActionForm.d.ts +39 -0
  16. package/dist/components/actions/ActionForm.d.ts.map +1 -0
  17. package/dist/components/actions/ActionForm.js +488 -0
  18. package/dist/components/actions/ActionForm.js.map +1 -0
  19. package/dist/components/actions/ActionTypeBadge.d.ts +9 -0
  20. package/dist/components/actions/ActionTypeBadge.d.ts.map +1 -0
  21. package/dist/components/actions/ActionTypeBadge.js +77 -0
  22. package/dist/components/actions/ActionTypeBadge.js.map +1 -0
  23. package/dist/components/actions/ExecutionHistory.d.ts +23 -0
  24. package/dist/components/actions/ExecutionHistory.d.ts.map +1 -0
  25. package/dist/components/actions/ExecutionHistory.js +103 -0
  26. package/dist/components/actions/ExecutionHistory.js.map +1 -0
  27. package/dist/components/actions/index.d.ts +6 -0
  28. package/dist/components/actions/index.d.ts.map +1 -0
  29. package/dist/components/actions/index.js +4 -0
  30. package/dist/components/agent-manager/AgentManagerAdminBar.d.ts +13 -0
  31. package/dist/components/agent-manager/AgentManagerAdminBar.d.ts.map +1 -0
  32. package/dist/components/agent-manager/AgentManagerAdminBar.js +146 -0
  33. package/dist/components/agent-manager/AgentManagerAdminBar.js.map +1 -0
  34. package/dist/components/agent-manager/AgentManagerBulkActions.d.ts +13 -0
  35. package/dist/components/agent-manager/AgentManagerBulkActions.d.ts.map +1 -0
  36. package/dist/components/agent-manager/AgentManagerBulkActions.js +74 -0
  37. package/dist/components/agent-manager/AgentManagerBulkActions.js.map +1 -0
  38. package/dist/components/agent-manager/AgentManagerCenter.d.ts +8 -0
  39. package/dist/components/agent-manager/AgentManagerCenter.d.ts.map +1 -0
  40. package/dist/components/agent-manager/AgentManagerCenter.js +129 -0
  41. package/dist/components/agent-manager/AgentManagerCenter.js.map +1 -0
  42. package/dist/components/agent-manager/AgentManagerChatPane.d.ts +9 -0
  43. package/dist/components/agent-manager/AgentManagerChatPane.d.ts.map +1 -0
  44. package/dist/components/agent-manager/AgentManagerChatPane.js +121 -0
  45. package/dist/components/agent-manager/AgentManagerChatPane.js.map +1 -0
  46. package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts +13 -0
  47. package/dist/components/agent-manager/AgentManagerDetailPanel.d.ts.map +1 -0
  48. package/dist/components/agent-manager/AgentManagerDetailPanel.js +73 -0
  49. package/dist/components/agent-manager/AgentManagerDetailPanel.js.map +1 -0
  50. package/dist/components/agent-manager/AgentManagerInputArea.d.ts +14 -0
  51. package/dist/components/agent-manager/AgentManagerInputArea.d.ts.map +1 -0
  52. package/dist/components/agent-manager/AgentManagerInputArea.js +397 -0
  53. package/dist/components/agent-manager/AgentManagerInputArea.js.map +1 -0
  54. package/dist/components/agent-manager/AgentManagerLayout.d.ts +10 -0
  55. package/dist/components/agent-manager/AgentManagerLayout.d.ts.map +1 -0
  56. package/dist/components/agent-manager/AgentManagerLayout.js +137 -0
  57. package/dist/components/agent-manager/AgentManagerLayout.js.map +1 -0
  58. package/dist/components/agent-manager/AgentManagerMessageItem.d.ts +10 -0
  59. package/dist/components/agent-manager/AgentManagerMessageItem.d.ts.map +1 -0
  60. package/dist/components/agent-manager/AgentManagerMessageItem.js +65 -0
  61. package/dist/components/agent-manager/AgentManagerMessageItem.js.map +1 -0
  62. package/dist/components/agent-manager/AgentManagerMessageList.d.ts +12 -0
  63. package/dist/components/agent-manager/AgentManagerMessageList.d.ts.map +1 -0
  64. package/dist/components/agent-manager/AgentManagerMessageList.js +58 -0
  65. package/dist/components/agent-manager/AgentManagerMessageList.js.map +1 -0
  66. package/dist/components/agent-manager/AgentManagerSessionItem.d.ts +12 -0
  67. package/dist/components/agent-manager/AgentManagerSessionItem.d.ts.map +1 -0
  68. package/dist/components/agent-manager/AgentManagerSessionItem.js +141 -0
  69. package/dist/components/agent-manager/AgentManagerSessionItem.js.map +1 -0
  70. package/dist/components/agent-manager/AgentManagerSessionList.d.ts +16 -0
  71. package/dist/components/agent-manager/AgentManagerSessionList.d.ts.map +1 -0
  72. package/dist/components/agent-manager/AgentManagerSessionList.js +180 -0
  73. package/dist/components/agent-manager/AgentManagerSessionList.js.map +1 -0
  74. package/dist/components/agent-manager/AgentManagerSidebar.d.ts +14 -0
  75. package/dist/components/agent-manager/AgentManagerSidebar.d.ts.map +1 -0
  76. package/dist/components/agent-manager/AgentManagerSidebar.js +204 -0
  77. package/dist/components/agent-manager/AgentManagerSidebar.js.map +1 -0
  78. package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts +8 -0
  79. package/dist/components/agent-manager/AgentManagerStreamingIndicator.d.ts.map +1 -0
  80. package/dist/components/agent-manager/AgentManagerStreamingIndicator.js +53 -0
  81. package/dist/components/agent-manager/AgentManagerStreamingIndicator.js.map +1 -0
  82. package/dist/components/agent-manager/AgentManagerTab.d.ts +15 -0
  83. package/dist/components/agent-manager/AgentManagerTab.d.ts.map +1 -0
  84. package/dist/components/agent-manager/AgentManagerTab.js +49 -0
  85. package/dist/components/agent-manager/AgentManagerTab.js.map +1 -0
  86. package/dist/components/agent-manager/AgentManagerTabBar.d.ts +10 -0
  87. package/dist/components/agent-manager/AgentManagerTabBar.d.ts.map +1 -0
  88. package/dist/components/agent-manager/AgentManagerTabBar.js +152 -0
  89. package/dist/components/agent-manager/AgentManagerTabBar.js.map +1 -0
  90. package/dist/components/agent-manager/BridleConfigPanel.d.ts +13 -0
  91. package/dist/components/agent-manager/BridleConfigPanel.d.ts.map +1 -0
  92. package/dist/components/agent-manager/BridleConfigPanel.js +356 -0
  93. package/dist/components/agent-manager/BridleConfigPanel.js.map +1 -0
  94. package/dist/components/agent-manager/PluginInstallModal.d.ts +9 -0
  95. package/dist/components/agent-manager/PluginInstallModal.d.ts.map +1 -0
  96. package/dist/components/agent-manager/PluginInstallModal.js +98 -0
  97. package/dist/components/agent-manager/PluginInstallModal.js.map +1 -0
  98. package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts +23 -0
  99. package/dist/components/agent-manager/controls/ContextLevelToggle.d.ts.map +1 -0
  100. package/dist/components/agent-manager/controls/ContextLevelToggle.js +101 -0
  101. package/dist/components/agent-manager/controls/ContextLevelToggle.js.map +1 -0
  102. package/dist/components/agent-manager/controls/FileAttachButton.d.ts +13 -0
  103. package/dist/components/agent-manager/controls/FileAttachButton.d.ts.map +1 -0
  104. package/dist/components/agent-manager/controls/FileAttachButton.js +44 -0
  105. package/dist/components/agent-manager/controls/FileAttachButton.js.map +1 -0
  106. package/dist/components/agent-manager/controls/McpServerSelector.d.ts +10 -0
  107. package/dist/components/agent-manager/controls/McpServerSelector.d.ts.map +1 -0
  108. package/dist/components/agent-manager/controls/McpServerSelector.js +98 -0
  109. package/dist/components/agent-manager/controls/McpServerSelector.js.map +1 -0
  110. package/dist/components/agent-manager/controls/ModelSelector.d.ts +10 -0
  111. package/dist/components/agent-manager/controls/ModelSelector.d.ts.map +1 -0
  112. package/dist/components/agent-manager/controls/ModelSelector.js +158 -0
  113. package/dist/components/agent-manager/controls/ModelSelector.js.map +1 -0
  114. package/dist/components/agent-manager/controls/SdkSelector.d.ts +13 -0
  115. package/dist/components/agent-manager/controls/SdkSelector.d.ts.map +1 -0
  116. package/dist/components/agent-manager/controls/SdkSelector.js +210 -0
  117. package/dist/components/agent-manager/controls/SdkSelector.js.map +1 -0
  118. package/dist/components/agent-manager/controls/VoiceToggle.d.ts +13 -0
  119. package/dist/components/agent-manager/controls/VoiceToggle.d.ts.map +1 -0
  120. package/dist/components/agent-manager/controls/VoiceToggle.js +18 -0
  121. package/dist/components/agent-manager/controls/VoiceToggle.js.map +1 -0
  122. package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts +14 -0
  123. package/dist/components/agent-manager/detail/SessionConfigPanel.d.ts.map +1 -0
  124. package/dist/components/agent-manager/detail/SessionConfigPanel.js +250 -0
  125. package/dist/components/agent-manager/detail/SessionConfigPanel.js.map +1 -0
  126. package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts +13 -0
  127. package/dist/components/agent-manager/detail/SessionLogsPanel.d.ts.map +1 -0
  128. package/dist/components/agent-manager/detail/SessionLogsPanel.js +107 -0
  129. package/dist/components/agent-manager/detail/SessionLogsPanel.js.map +1 -0
  130. package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts +12 -0
  131. package/dist/components/agent-manager/detail/SessionStatsPanel.d.ts.map +1 -0
  132. package/dist/components/agent-manager/detail/SessionStatsPanel.js +68 -0
  133. package/dist/components/agent-manager/detail/SessionStatsPanel.js.map +1 -0
  134. package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts +12 -0
  135. package/dist/components/agent-manager/detail/SessionToolsPanel.d.ts.map +1 -0
  136. package/dist/components/agent-manager/detail/SessionToolsPanel.js +64 -0
  137. package/dist/components/agent-manager/detail/SessionToolsPanel.js.map +1 -0
  138. package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts +15 -0
  139. package/dist/components/agent-manager/dialogs/ExportSessionDialog.d.ts.map +1 -0
  140. package/dist/components/agent-manager/dialogs/ExportSessionDialog.js +141 -0
  141. package/dist/components/agent-manager/dialogs/ExportSessionDialog.js.map +1 -0
  142. package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts +14 -0
  143. package/dist/components/agent-manager/dialogs/NewSessionDialog.d.ts.map +1 -0
  144. package/dist/components/agent-manager/dialogs/NewSessionDialog.js +209 -0
  145. package/dist/components/agent-manager/dialogs/NewSessionDialog.js.map +1 -0
  146. package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts +15 -0
  147. package/dist/components/agent-manager/dialogs/RenameSessionDialog.d.ts.map +1 -0
  148. package/dist/components/agent-manager/dialogs/RenameSessionDialog.js +105 -0
  149. package/dist/components/agent-manager/dialogs/RenameSessionDialog.js.map +1 -0
  150. package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts +15 -0
  151. package/dist/components/agent-manager/dialogs/SessionSearchDialog.d.ts.map +1 -0
  152. package/dist/components/agent-manager/dialogs/SessionSearchDialog.js +162 -0
  153. package/dist/components/agent-manager/dialogs/SessionSearchDialog.js.map +1 -0
  154. package/dist/components/agent-manager/index.d.ts +16 -0
  155. package/dist/components/agent-manager/index.d.ts.map +1 -0
  156. package/dist/components/agents/AgentCard.d.ts +30 -0
  157. package/dist/components/agents/AgentCard.d.ts.map +1 -0
  158. package/dist/components/agents/AgentCard.js +209 -0
  159. package/dist/components/agents/AgentCard.js.map +1 -0
  160. package/dist/components/agents/AgentForm.d.ts +29 -0
  161. package/dist/components/agents/AgentForm.d.ts.map +1 -0
  162. package/dist/components/agents/AgentForm.js +593 -0
  163. package/dist/components/agents/AgentForm.js.map +1 -0
  164. package/dist/components/agents/AgentList.d.ts +19 -0
  165. package/dist/components/agents/AgentList.d.ts.map +1 -0
  166. package/dist/components/agents/AgentList.js +333 -0
  167. package/dist/components/agents/AgentList.js.map +1 -0
  168. package/dist/components/agents/AgentStatusBadge.d.ts +12 -0
  169. package/dist/components/agents/AgentStatusBadge.d.ts.map +1 -0
  170. package/dist/components/agents/AgentStatusBadge.js +43 -0
  171. package/dist/components/agents/AgentStatusBadge.js.map +1 -0
  172. package/dist/components/agents/OpenInBrowserEditorButton.d.ts +16 -0
  173. package/dist/components/agents/OpenInBrowserEditorButton.d.ts.map +1 -0
  174. package/dist/components/agents/OpenInBrowserEditorButton.js +115 -0
  175. package/dist/components/agents/OpenInBrowserEditorButton.js.map +1 -0
  176. package/dist/components/agents/PluginUIPanel.d.ts +38 -0
  177. package/dist/components/agents/PluginUIPanel.d.ts.map +1 -0
  178. package/dist/components/agents/PluginUIPanel.js +308 -0
  179. package/dist/components/agents/PluginUIPanel.js.map +1 -0
  180. package/dist/components/agents/backup/AgentBackupTab.d.ts +11 -0
  181. package/dist/components/agents/backup/AgentBackupTab.d.ts.map +1 -0
  182. package/dist/components/agents/backup/AgentBackupTab.js +407 -0
  183. package/dist/components/agents/backup/AgentBackupTab.js.map +1 -0
  184. package/dist/components/agents/index.d.ts +8 -0
  185. package/dist/components/agents/index.d.ts.map +1 -0
  186. package/dist/components/agents/index.js +6 -0
  187. package/dist/components/agents/types.d.ts +72 -0
  188. package/dist/components/agents/types.d.ts.map +1 -0
  189. package/dist/components/ai/AIAssistantPanel.d.ts +8 -0
  190. package/dist/components/ai/AIAssistantPanel.d.ts.map +1 -0
  191. package/dist/components/ai/AIContextsTab.d.ts +6 -0
  192. package/dist/components/ai/AIContextsTab.d.ts.map +1 -0
  193. package/dist/components/ai/AIContextsTab.js +378 -0
  194. package/dist/components/ai/AIContextsTab.js.map +1 -0
  195. package/dist/components/ai/AIOverviewTab.d.ts +7 -0
  196. package/dist/components/ai/AIOverviewTab.d.ts.map +1 -0
  197. package/dist/components/ai/AIOverviewTab.js +143 -0
  198. package/dist/components/ai/AIOverviewTab.js.map +1 -0
  199. package/dist/components/ai/AIPlaygroundTab.d.ts +6 -0
  200. package/dist/components/ai/AIPlaygroundTab.d.ts.map +1 -0
  201. package/dist/components/ai/AIPlaygroundTab.js +222 -0
  202. package/dist/components/ai/AIPlaygroundTab.js.map +1 -0
  203. package/dist/components/ai/AIPromptsTab.d.ts +6 -0
  204. package/dist/components/ai/AIPromptsTab.d.ts.map +1 -0
  205. package/dist/components/ai/AIPromptsTab.js +251 -0
  206. package/dist/components/ai/AIPromptsTab.js.map +1 -0
  207. package/dist/components/ai/AISessionsTab.d.ts +7 -0
  208. package/dist/components/ai/AISessionsTab.d.ts.map +1 -0
  209. package/dist/components/ai/AISessionsTab.js +245 -0
  210. package/dist/components/ai/AISessionsTab.js.map +1 -0
  211. package/dist/components/ai/AIStatsTab.d.ts +6 -0
  212. package/dist/components/ai/AIStatsTab.d.ts.map +1 -0
  213. package/dist/components/ai/AIStatsTab.js +182 -0
  214. package/dist/components/ai/AIStatsTab.js.map +1 -0
  215. package/dist/components/ai/AITasksTab.d.ts +5 -0
  216. package/dist/components/ai/AITasksTab.d.ts.map +1 -0
  217. package/dist/components/ai/AITasksTab.js +549 -0
  218. package/dist/components/ai/AITasksTab.js.map +1 -0
  219. package/dist/components/ai/AITemplatesTab.d.ts +6 -0
  220. package/dist/components/ai/AITemplatesTab.d.ts.map +1 -0
  221. package/dist/components/ai/AITemplatesTab.js +472 -0
  222. package/dist/components/ai/AITemplatesTab.js.map +1 -0
  223. package/dist/components/ai/ClaudeCredentialsCard.d.ts +6 -0
  224. package/dist/components/ai/ClaudeCredentialsCard.d.ts.map +1 -0
  225. package/dist/components/ai/ClaudeCredentialsCard.js +133 -0
  226. package/dist/components/ai/ClaudeCredentialsCard.js.map +1 -0
  227. package/dist/components/ai/PluginHarnessPicker.d.ts +31 -0
  228. package/dist/components/ai/PluginHarnessPicker.d.ts.map +1 -0
  229. package/dist/components/ai/PluginHarnessPicker.js +136 -0
  230. package/dist/components/ai/PluginHarnessPicker.js.map +1 -0
  231. package/dist/components/analytics/AnalyticsBreakdownChart.d.ts +12 -0
  232. package/dist/components/analytics/AnalyticsBreakdownChart.d.ts.map +1 -0
  233. package/dist/components/analytics/AnalyticsBreakdownChart.js +73 -0
  234. package/dist/components/analytics/AnalyticsBreakdownChart.js.map +1 -0
  235. package/dist/components/analytics/AnalyticsBreakdownTable.d.ts +13 -0
  236. package/dist/components/analytics/AnalyticsBreakdownTable.d.ts.map +1 -0
  237. package/dist/components/analytics/AnalyticsBreakdownTable.js +100 -0
  238. package/dist/components/analytics/AnalyticsBreakdownTable.js.map +1 -0
  239. package/dist/components/analytics/AnalyticsEntityTabs.d.ts +9 -0
  240. package/dist/components/analytics/AnalyticsEntityTabs.d.ts.map +1 -0
  241. package/dist/components/analytics/AnalyticsEntityTabs.js +52 -0
  242. package/dist/components/analytics/AnalyticsEntityTabs.js.map +1 -0
  243. package/dist/components/analytics/AnalyticsFilterBar.d.ts +15 -0
  244. package/dist/components/analytics/AnalyticsFilterBar.d.ts.map +1 -0
  245. package/dist/components/analytics/AnalyticsFilterBar.js +51 -0
  246. package/dist/components/analytics/AnalyticsFilterBar.js.map +1 -0
  247. package/dist/components/analytics/AnalyticsKpiGrid.d.ts +10 -0
  248. package/dist/components/analytics/AnalyticsKpiGrid.d.ts.map +1 -0
  249. package/dist/components/analytics/AnalyticsKpiGrid.js +112 -0
  250. package/dist/components/analytics/AnalyticsKpiGrid.js.map +1 -0
  251. package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts +16 -0
  252. package/dist/components/analytics/AnalyticsTimeSeriesChart.d.ts.map +1 -0
  253. package/dist/components/analytics/AnalyticsTimeSeriesChart.js +115 -0
  254. package/dist/components/analytics/AnalyticsTimeSeriesChart.js.map +1 -0
  255. package/dist/components/analytics/SandboxAnalyticsSection.d.ts +9 -0
  256. package/dist/components/analytics/SandboxAnalyticsSection.d.ts.map +1 -0
  257. package/dist/components/analytics/SandboxAnalyticsSection.js +185 -0
  258. package/dist/components/analytics/SandboxAnalyticsSection.js.map +1 -0
  259. package/dist/components/analytics/index.d.ts +9 -0
  260. package/dist/components/analytics/index.d.ts.map +1 -0
  261. package/dist/components/analytics/index.js +8 -0
  262. package/dist/components/analytics/types.d.ts +28 -0
  263. package/dist/components/analytics/types.d.ts.map +1 -0
  264. package/dist/components/analytics/types.js +140 -0
  265. package/dist/components/analytics/types.js.map +1 -0
  266. package/dist/components/assistant/AIAssistantPanel.d.ts +5 -0
  267. package/dist/components/assistant/AIAssistantPanel.d.ts.map +1 -0
  268. package/dist/components/assistant/AIAssistantPanel.js +68 -0
  269. package/dist/components/assistant/AIAssistantPanel.js.map +1 -0
  270. package/dist/components/assistant/AssistantChatArea.d.ts +4 -0
  271. package/dist/components/assistant/AssistantChatArea.d.ts.map +1 -0
  272. package/dist/components/assistant/AssistantChatArea.js +346 -0
  273. package/dist/components/assistant/AssistantChatArea.js.map +1 -0
  274. package/dist/components/assistant/AssistantChatInput.d.ts +10 -0
  275. package/dist/components/assistant/AssistantChatInput.d.ts.map +1 -0
  276. package/dist/components/assistant/AssistantChatInput.js +43 -0
  277. package/dist/components/assistant/AssistantChatInput.js.map +1 -0
  278. package/dist/components/assistant/AssistantConversationList.d.ts +4 -0
  279. package/dist/components/assistant/AssistantConversationList.d.ts.map +1 -0
  280. package/dist/components/assistant/AssistantConversationList.js +144 -0
  281. package/dist/components/assistant/AssistantConversationList.js.map +1 -0
  282. package/dist/components/assistant/AssistantExportMenu.d.ts +4 -0
  283. package/dist/components/assistant/AssistantExportMenu.d.ts.map +1 -0
  284. package/dist/components/assistant/AssistantExportMenu.js +49 -0
  285. package/dist/components/assistant/AssistantExportMenu.js.map +1 -0
  286. package/dist/components/assistant/AssistantMarkdownRenderer.d.ts +8 -0
  287. package/dist/components/assistant/AssistantMarkdownRenderer.d.ts.map +1 -0
  288. package/dist/components/assistant/AssistantMarkdownRenderer.js +204 -0
  289. package/dist/components/assistant/AssistantMarkdownRenderer.js.map +1 -0
  290. package/dist/components/assistant/AssistantMessageItem.d.ts +10 -0
  291. package/dist/components/assistant/AssistantMessageItem.d.ts.map +1 -0
  292. package/dist/components/assistant/AssistantMessageItem.js +91 -0
  293. package/dist/components/assistant/AssistantMessageItem.js.map +1 -0
  294. package/dist/components/assistant/AssistantMessageList.d.ts +10 -0
  295. package/dist/components/assistant/AssistantMessageList.d.ts.map +1 -0
  296. package/dist/components/assistant/AssistantMessageList.js +28 -0
  297. package/dist/components/assistant/AssistantMessageList.js.map +1 -0
  298. package/dist/components/assistant/AssistantModeSelector.d.ts +10 -0
  299. package/dist/components/assistant/AssistantModeSelector.d.ts.map +1 -0
  300. package/dist/components/assistant/AssistantModeSelector.js +57 -0
  301. package/dist/components/assistant/AssistantModeSelector.js.map +1 -0
  302. package/dist/components/assistant/AssistantWelcome.d.ts +10 -0
  303. package/dist/components/assistant/AssistantWelcome.d.ts.map +1 -0
  304. package/dist/components/assistant/AssistantWelcome.js +41 -0
  305. package/dist/components/assistant/AssistantWelcome.js.map +1 -0
  306. package/dist/components/assistant/index.d.ts +11 -0
  307. package/dist/components/assistant/index.d.ts.map +1 -0
  308. package/dist/components/assistant/index.js +10 -0
  309. package/dist/components/audit/AuditDeleteDialog.d.ts +12 -0
  310. package/dist/components/audit/AuditDeleteDialog.d.ts.map +1 -0
  311. package/dist/components/audit/AuditDeleteDialog.js +74 -0
  312. package/dist/components/audit/AuditDeleteDialog.js.map +1 -0
  313. package/dist/components/audit/AuditExportButton.d.ts +8 -0
  314. package/dist/components/audit/AuditExportButton.d.ts.map +1 -0
  315. package/dist/components/audit/AuditExportButton.js +70 -0
  316. package/dist/components/audit/AuditExportButton.js.map +1 -0
  317. package/dist/components/audit/AuditLogDetail.d.ts +9 -0
  318. package/dist/components/audit/AuditLogDetail.d.ts.map +1 -0
  319. package/dist/components/audit/AuditLogDetail.js +266 -0
  320. package/dist/components/audit/AuditLogDetail.js.map +1 -0
  321. package/dist/components/audit/AuditLogFilters.d.ts +15 -0
  322. package/dist/components/audit/AuditLogFilters.d.ts.map +1 -0
  323. package/dist/components/audit/AuditLogFilters.js +185 -0
  324. package/dist/components/audit/AuditLogFilters.js.map +1 -0
  325. package/dist/components/audit/AuditLogStats.d.ts +9 -0
  326. package/dist/components/audit/AuditLogStats.d.ts.map +1 -0
  327. package/dist/components/audit/AuditLogStats.js +54 -0
  328. package/dist/components/audit/AuditLogStats.js.map +1 -0
  329. package/dist/components/audit/AuditLogTable.d.ts +21 -0
  330. package/dist/components/audit/AuditLogTable.d.ts.map +1 -0
  331. package/dist/components/audit/AuditLogTable.js +270 -0
  332. package/dist/components/audit/AuditLogTable.js.map +1 -0
  333. package/dist/components/audit/index.d.ts +7 -0
  334. package/dist/components/audit/index.d.ts.map +1 -0
  335. package/dist/components/audit/index.js +6 -0
  336. package/dist/components/catalog/CatalogCard.d.ts +22 -0
  337. package/dist/components/catalog/CatalogCard.d.ts.map +1 -0
  338. package/dist/components/catalog/CatalogCard.js +149 -0
  339. package/dist/components/catalog/CatalogCard.js.map +1 -0
  340. package/dist/components/catalog/CatalogForm.d.ts +18 -0
  341. package/dist/components/catalog/CatalogForm.d.ts.map +1 -0
  342. package/dist/components/catalog/CatalogForm.js +152 -0
  343. package/dist/components/catalog/CatalogForm.js.map +1 -0
  344. package/dist/components/catalog/index.d.ts +5 -0
  345. package/dist/components/catalog/index.d.ts.map +1 -0
  346. package/dist/components/catalog/index.js +2 -0
  347. package/dist/components/docs/DocsCompileStatus.d.ts +9 -0
  348. package/dist/components/docs/DocsCompileStatus.d.ts.map +1 -0
  349. package/dist/components/docs/DocsCompileStatus.js +106 -0
  350. package/dist/components/docs/DocsCompileStatus.js.map +1 -0
  351. package/dist/components/docs/DocsEditPanel.d.ts +26 -0
  352. package/dist/components/docs/DocsEditPanel.d.ts.map +1 -0
  353. package/dist/components/docs/DocsEditPanel.js +97 -0
  354. package/dist/components/docs/DocsEditPanel.js.map +1 -0
  355. package/dist/components/docs/DocsEmptyState.d.ts +7 -0
  356. package/dist/components/docs/DocsEmptyState.d.ts.map +1 -0
  357. package/dist/components/docs/DocsEmptyState.js +24 -0
  358. package/dist/components/docs/DocsEmptyState.js.map +1 -0
  359. package/dist/components/docs/DocsPageEditor.d.ts +13 -0
  360. package/dist/components/docs/DocsPageEditor.d.ts.map +1 -0
  361. package/dist/components/docs/DocsPageEditor.js +83 -0
  362. package/dist/components/docs/DocsPageEditor.js.map +1 -0
  363. package/dist/components/docs/DocsPageTree.d.ts +12 -0
  364. package/dist/components/docs/DocsPageTree.d.ts.map +1 -0
  365. package/dist/components/docs/DocsPageTree.js +103 -0
  366. package/dist/components/docs/DocsPageTree.js.map +1 -0
  367. package/dist/components/docs/DocsPreviewPanel.d.ts +17 -0
  368. package/dist/components/docs/DocsPreviewPanel.d.ts.map +1 -0
  369. package/dist/components/docs/DocsPreviewPanel.js +106 -0
  370. package/dist/components/docs/DocsPreviewPanel.js.map +1 -0
  371. package/dist/components/docs/DocsSettingsPanel.d.ts +15 -0
  372. package/dist/components/docs/DocsSettingsPanel.d.ts.map +1 -0
  373. package/dist/components/docs/DocsSettingsPanel.js +411 -0
  374. package/dist/components/docs/DocsSettingsPanel.js.map +1 -0
  375. package/dist/components/docs/DocsTabPanel.d.ts +8 -0
  376. package/dist/components/docs/DocsTabPanel.d.ts.map +1 -0
  377. package/dist/components/docs/DocsTabPanel.js +155 -0
  378. package/dist/components/docs/DocsTabPanel.js.map +1 -0
  379. package/dist/components/docs/index.d.ts +10 -0
  380. package/dist/components/docs/index.d.ts.map +1 -0
  381. package/dist/components/docs/index.js +8 -0
  382. package/dist/components/docs/previewHtml.d.ts +2 -0
  383. package/dist/components/docs/previewHtml.d.ts.map +1 -0
  384. package/dist/components/docs/previewHtml.js +17 -0
  385. package/dist/components/docs/previewHtml.js.map +1 -0
  386. package/dist/components/docs/types.d.ts +59 -0
  387. package/dist/components/docs/types.d.ts.map +1 -0
  388. package/dist/components/gitops/CIDurationChart.d.ts +12 -0
  389. package/dist/components/gitops/CIDurationChart.d.ts.map +1 -0
  390. package/dist/components/gitops/CIDurationChart.js +102 -0
  391. package/dist/components/gitops/CIDurationChart.js.map +1 -0
  392. package/dist/components/gitops/CIFailedRuns.d.ts +13 -0
  393. package/dist/components/gitops/CIFailedRuns.d.ts.map +1 -0
  394. package/dist/components/gitops/CIFailedRuns.js +153 -0
  395. package/dist/components/gitops/CIFailedRuns.js.map +1 -0
  396. package/dist/components/gitops/CIPipelineRunsTable.d.ts +13 -0
  397. package/dist/components/gitops/CIPipelineRunsTable.d.ts.map +1 -0
  398. package/dist/components/gitops/CIPipelineRunsTable.js +144 -0
  399. package/dist/components/gitops/CIPipelineRunsTable.js.map +1 -0
  400. package/dist/components/gitops/CISuccessRateChart.d.ts +13 -0
  401. package/dist/components/gitops/CISuccessRateChart.d.ts.map +1 -0
  402. package/dist/components/gitops/CISuccessRateChart.js +101 -0
  403. package/dist/components/gitops/CISuccessRateChart.js.map +1 -0
  404. package/dist/components/gitops/CITab.d.ts +15 -0
  405. package/dist/components/gitops/CITab.d.ts.map +1 -0
  406. package/dist/components/gitops/CITab.js +55 -0
  407. package/dist/components/gitops/CITab.js.map +1 -0
  408. package/dist/components/gitops/CIWorkflowList.d.ts +13 -0
  409. package/dist/components/gitops/CIWorkflowList.d.ts.map +1 -0
  410. package/dist/components/gitops/CIWorkflowList.js +24 -0
  411. package/dist/components/gitops/CIWorkflowList.js.map +1 -0
  412. package/dist/components/gitops/GitOpsProviderCard.d.ts +14 -0
  413. package/dist/components/gitops/GitOpsProviderCard.d.ts.map +1 -0
  414. package/dist/components/gitops/GitOpsSetup.d.ts +16 -0
  415. package/dist/components/gitops/GitOpsSetup.d.ts.map +1 -0
  416. package/dist/components/gitops/GitOpsSetup.js +155 -0
  417. package/dist/components/gitops/GitOpsSetup.js.map +1 -0
  418. package/dist/components/gitops/GitOpsSkeleton.d.ts +12 -0
  419. package/dist/components/gitops/GitOpsSkeleton.d.ts.map +1 -0
  420. package/dist/components/gitops/GitOpsSkeleton.js +26 -0
  421. package/dist/components/gitops/GitOpsSkeleton.js.map +1 -0
  422. package/dist/components/gitops/GitOpsStatusBadge.d.ts +14 -0
  423. package/dist/components/gitops/GitOpsStatusBadge.d.ts.map +1 -0
  424. package/dist/components/gitops/GitOpsStatusBadge.js +28 -0
  425. package/dist/components/gitops/GitOpsStatusBadge.js.map +1 -0
  426. package/dist/components/gitops/ProviderIcon.d.ts +14 -0
  427. package/dist/components/gitops/ProviderIcon.d.ts.map +1 -0
  428. package/dist/components/gitops/ProviderIcon.js +35 -0
  429. package/dist/components/gitops/ProviderIcon.js.map +1 -0
  430. package/dist/components/gitops/RepoActivityCard.d.ts +12 -0
  431. package/dist/components/gitops/RepoActivityCard.d.ts.map +1 -0
  432. package/dist/components/gitops/RepoActivityCard.js +64 -0
  433. package/dist/components/gitops/RepoActivityCard.js.map +1 -0
  434. package/dist/components/gitops/RepoIssuesCard.d.ts +12 -0
  435. package/dist/components/gitops/RepoIssuesCard.d.ts.map +1 -0
  436. package/dist/components/gitops/RepoIssuesCard.js +38 -0
  437. package/dist/components/gitops/RepoIssuesCard.js.map +1 -0
  438. package/dist/components/gitops/RepoLanguagesCard.d.ts +13 -0
  439. package/dist/components/gitops/RepoLanguagesCard.d.ts.map +1 -0
  440. package/dist/components/gitops/RepoLanguagesCard.js +86 -0
  441. package/dist/components/gitops/RepoLanguagesCard.js.map +1 -0
  442. package/dist/components/gitops/RepoOverviewCard.d.ts +13 -0
  443. package/dist/components/gitops/RepoOverviewCard.d.ts.map +1 -0
  444. package/dist/components/gitops/RepoOverviewCard.js +117 -0
  445. package/dist/components/gitops/RepoOverviewCard.js.map +1 -0
  446. package/dist/components/gitops/RepoPullRequestsCard.d.ts +12 -0
  447. package/dist/components/gitops/RepoPullRequestsCard.d.ts.map +1 -0
  448. package/dist/components/gitops/RepoPullRequestsCard.js +80 -0
  449. package/dist/components/gitops/RepoPullRequestsCard.js.map +1 -0
  450. package/dist/components/gitops/RepoSecurityCard.d.ts +12 -0
  451. package/dist/components/gitops/RepoSecurityCard.d.ts.map +1 -0
  452. package/dist/components/gitops/RepoSecurityCard.js +38 -0
  453. package/dist/components/gitops/RepoSecurityCard.js.map +1 -0
  454. package/dist/components/gitops/RepoStatsTab.d.ts +15 -0
  455. package/dist/components/gitops/RepoStatsTab.d.ts.map +1 -0
  456. package/dist/components/gitops/RepoStatsTab.js +43 -0
  457. package/dist/components/gitops/RepoStatsTab.js.map +1 -0
  458. package/dist/components/gitops/VibeGitOpsTab.d.ts +12 -0
  459. package/dist/components/gitops/VibeGitOpsTab.d.ts.map +1 -0
  460. package/dist/components/gitops/VibeGitOpsTab.js +253 -0
  461. package/dist/components/gitops/VibeGitOpsTab.js.map +1 -0
  462. package/dist/components/gitops/index.d.ts +21 -0
  463. package/dist/components/gitops/index.d.ts.map +1 -0
  464. package/dist/components/gitops/types.d.ts +90 -0
  465. package/dist/components/gitops/types.d.ts.map +1 -0
  466. package/dist/components/graph/AgentGraphView.d.ts +44 -0
  467. package/dist/components/graph/AgentGraphView.d.ts.map +1 -0
  468. package/dist/components/graph/AgentGraphView.js +238 -0
  469. package/dist/components/graph/AgentGraphView.js.map +1 -0
  470. package/dist/components/graph/AgentNode.d.ts +6 -0
  471. package/dist/components/graph/AgentNode.d.ts.map +1 -0
  472. package/dist/components/graph/AgentNode.js +55 -0
  473. package/dist/components/graph/AgentNode.js.map +1 -0
  474. package/dist/components/graph/ConnectionPermissionsDialog.d.ts +26 -0
  475. package/dist/components/graph/ConnectionPermissionsDialog.d.ts.map +1 -0
  476. package/dist/components/graph/ConnectionPermissionsDialog.js +111 -0
  477. package/dist/components/graph/ConnectionPermissionsDialog.js.map +1 -0
  478. package/dist/components/graph/TargetNode.d.ts +6 -0
  479. package/dist/components/graph/TargetNode.d.ts.map +1 -0
  480. package/dist/components/graph/TargetNode.js +77 -0
  481. package/dist/components/graph/TargetNode.js.map +1 -0
  482. package/dist/components/health/AgentHealthCard.d.ts +9 -0
  483. package/dist/components/health/AgentHealthCard.d.ts.map +1 -0
  484. package/dist/components/health/HealthDashboard.d.ts +10 -0
  485. package/dist/components/health/HealthDashboard.d.ts.map +1 -0
  486. package/dist/components/health/SystemStatus.d.ts +11 -0
  487. package/dist/components/health/SystemStatus.d.ts.map +1 -0
  488. package/dist/components/health/index.d.ts +5 -0
  489. package/dist/components/health/index.d.ts.map +1 -0
  490. package/dist/components/health/types.d.ts +50 -0
  491. package/dist/components/health/types.d.ts.map +1 -0
  492. package/dist/components/idp-components/ComponentCard.d.ts +24 -0
  493. package/dist/components/idp-components/ComponentCard.d.ts.map +1 -0
  494. package/dist/components/idp-components/ComponentCard.js +143 -0
  495. package/dist/components/idp-components/ComponentCard.js.map +1 -0
  496. package/dist/components/idp-components/ComponentForm.d.ts +22 -0
  497. package/dist/components/idp-components/ComponentForm.d.ts.map +1 -0
  498. package/dist/components/idp-components/ComponentForm.js +234 -0
  499. package/dist/components/idp-components/ComponentForm.js.map +1 -0
  500. package/dist/components/idp-components/index.d.ts +5 -0
  501. package/dist/components/idp-components/index.d.ts.map +1 -0
  502. package/dist/components/idp-components/index.js +2 -0
  503. package/dist/components/logs/LogViewer.d.ts +13 -0
  504. package/dist/components/logs/LogViewer.d.ts.map +1 -0
  505. package/dist/components/logs/LogViewer.js +265 -0
  506. package/dist/components/logs/LogViewer.js.map +1 -0
  507. package/dist/components/notes/NoteCard.d.ts +13 -0
  508. package/dist/components/notes/NoteCard.d.ts.map +1 -0
  509. package/dist/components/notes/NoteCard.js +146 -0
  510. package/dist/components/notes/NoteCard.js.map +1 -0
  511. package/dist/components/notes/NoteEditor.d.ts +31 -0
  512. package/dist/components/notes/NoteEditor.d.ts.map +1 -0
  513. package/dist/components/notes/NoteEditor.js +433 -0
  514. package/dist/components/notes/NoteEditor.js.map +1 -0
  515. package/dist/components/notes/NoteList.d.ts +15 -0
  516. package/dist/components/notes/NoteList.d.ts.map +1 -0
  517. package/dist/components/notes/NoteList.js +188 -0
  518. package/dist/components/notes/NoteList.js.map +1 -0
  519. package/dist/components/notes/NotesTabPanel.d.ts +18 -0
  520. package/dist/components/notes/NotesTabPanel.d.ts.map +1 -0
  521. package/dist/components/notes/NotesTabPanel.js +356 -0
  522. package/dist/components/notes/NotesTabPanel.js.map +1 -0
  523. package/dist/components/notes/index.d.ts +7 -0
  524. package/dist/components/notes/index.d.ts.map +1 -0
  525. package/dist/components/notes/index.js +4 -0
  526. package/dist/components/notes/types.d.ts +58 -0
  527. package/dist/components/notes/types.d.ts.map +1 -0
  528. package/dist/components/scorecard/ScorecardPanel.d.ts +9 -0
  529. package/dist/components/scorecard/ScorecardPanel.d.ts.map +1 -0
  530. package/dist/components/scorecard/ScorecardPanel.js +490 -0
  531. package/dist/components/scorecard/ScorecardPanel.js.map +1 -0
  532. package/dist/components/scorecard/index.d.ts +3 -0
  533. package/dist/components/scorecard/index.d.ts.map +1 -0
  534. package/dist/components/scorecard/index.js +1 -0
  535. package/dist/components/sessions/CollaboratorsList.d.ts +18 -0
  536. package/dist/components/sessions/CollaboratorsList.d.ts.map +1 -0
  537. package/dist/components/sessions/CollaboratorsList.js +162 -0
  538. package/dist/components/sessions/CollaboratorsList.js.map +1 -0
  539. package/dist/components/sessions/ControlStatusBar.d.ts +31 -0
  540. package/dist/components/sessions/ControlStatusBar.d.ts.map +1 -0
  541. package/dist/components/sessions/ControlStatusBar.js +79 -0
  542. package/dist/components/sessions/ControlStatusBar.js.map +1 -0
  543. package/dist/components/sessions/SessionCard.d.ts +24 -0
  544. package/dist/components/sessions/SessionCard.d.ts.map +1 -0
  545. package/dist/components/sessions/SessionCard.js +196 -0
  546. package/dist/components/sessions/SessionCard.js.map +1 -0
  547. package/dist/components/sessions/SessionForm.d.ts +20 -0
  548. package/dist/components/sessions/SessionForm.d.ts.map +1 -0
  549. package/dist/components/sessions/SessionForm.js +4 -0
  550. package/dist/components/sessions/SessionList.d.ts +25 -0
  551. package/dist/components/sessions/SessionList.d.ts.map +1 -0
  552. package/dist/components/sessions/SessionList.js +241 -0
  553. package/dist/components/sessions/SessionList.js.map +1 -0
  554. package/dist/components/sessions/SessionShareDialog.d.ts +15 -0
  555. package/dist/components/sessions/SessionShareDialog.d.ts.map +1 -0
  556. package/dist/components/sessions/SessionShareDialog.js +457 -0
  557. package/dist/components/sessions/SessionShareDialog.js.map +1 -0
  558. package/dist/components/sessions/SessionStatusBadge.d.ts +9 -0
  559. package/dist/components/sessions/SessionStatusBadge.d.ts.map +1 -0
  560. package/dist/components/sessions/SessionStatusBadge.js +43 -0
  561. package/dist/components/sessions/SessionStatusBadge.js.map +1 -0
  562. package/dist/components/sessions/SharedTerminalPanel.d.ts +72 -0
  563. package/dist/components/sessions/SharedTerminalPanel.d.ts.map +1 -0
  564. package/dist/components/sessions/SharedTerminalPanel.js +94 -0
  565. package/dist/components/sessions/SharedTerminalPanel.js.map +1 -0
  566. package/dist/components/sessions/TerminalPanel.d.ts +69 -0
  567. package/dist/components/sessions/TerminalPanel.d.ts.map +1 -0
  568. package/dist/components/sessions/TerminalPanel.js +1008 -0
  569. package/dist/components/sessions/TerminalPanel.js.map +1 -0
  570. package/dist/components/sessions/index.d.ts +11 -0
  571. package/dist/components/sessions/index.d.ts.map +1 -0
  572. package/dist/components/sessions/index.js +9 -0
  573. package/dist/components/sessions/types.d.ts +67 -0
  574. package/dist/components/sessions/types.d.ts.map +1 -0
  575. package/dist/components/settings/AdvancedSection.d.ts +22 -0
  576. package/dist/components/settings/AdvancedSection.d.ts.map +1 -0
  577. package/dist/components/settings/AdvancedSection.js +177 -0
  578. package/dist/components/settings/AdvancedSection.js.map +1 -0
  579. package/dist/components/settings/ConfigEditor.d.ts +14 -0
  580. package/dist/components/settings/ConfigEditor.d.ts.map +1 -0
  581. package/dist/components/settings/ConfigSection.d.ts +12 -0
  582. package/dist/components/settings/ConfigSection.d.ts.map +1 -0
  583. package/dist/components/settings/NotificationsSection.d.ts +14 -0
  584. package/dist/components/settings/NotificationsSection.d.ts.map +1 -0
  585. package/dist/components/settings/NotificationsSection.js +83 -0
  586. package/dist/components/settings/NotificationsSection.js.map +1 -0
  587. package/dist/components/settings/PreferencesSection.d.ts +14 -0
  588. package/dist/components/settings/PreferencesSection.d.ts.map +1 -0
  589. package/dist/components/settings/ProfileSection.d.ts +14 -0
  590. package/dist/components/settings/ProfileSection.d.ts.map +1 -0
  591. package/dist/components/settings/SecuritySection.d.ts +11 -0
  592. package/dist/components/settings/SecuritySection.d.ts.map +1 -0
  593. package/dist/components/settings/SettingsForm.d.ts +58 -0
  594. package/dist/components/settings/SettingsForm.d.ts.map +1 -0
  595. package/dist/components/settings/SettingsForm.js +101 -0
  596. package/dist/components/settings/SettingsForm.js.map +1 -0
  597. package/dist/components/settings/WorkspaceDefaultsSection.d.ts +27 -0
  598. package/dist/components/settings/WorkspaceDefaultsSection.d.ts.map +1 -0
  599. package/dist/components/settings/WorkspaceDefaultsSection.js +177 -0
  600. package/dist/components/settings/WorkspaceDefaultsSection.js.map +1 -0
  601. package/dist/components/settings/index.d.ts +4 -0
  602. package/dist/components/settings/index.d.ts.map +1 -0
  603. package/dist/components/settings/types.d.ts +55 -0
  604. package/dist/components/settings/types.d.ts.map +1 -0
  605. package/dist/components/shared/AgentEventsConnector.d.ts +6 -0
  606. package/dist/components/shared/AgentEventsConnector.d.ts.map +1 -0
  607. package/dist/components/shared/AgentEventsConnector.js +26 -0
  608. package/dist/components/shared/AgentEventsConnector.js.map +1 -0
  609. package/dist/components/shared/AgentSelector.d.ts +25 -0
  610. package/dist/components/shared/AgentSelector.d.ts.map +1 -0
  611. package/dist/components/shared/AgentSelector.js +98 -0
  612. package/dist/components/shared/AgentSelector.js.map +1 -0
  613. package/dist/components/shared/AgentSetupBanner.d.ts +21 -0
  614. package/dist/components/shared/AgentSetupBanner.d.ts.map +1 -0
  615. package/dist/components/shared/AgentSetupBanner.js +158 -0
  616. package/dist/components/shared/AgentSetupBanner.js.map +1 -0
  617. package/dist/components/shared/Card.d.ts +29 -0
  618. package/dist/components/shared/Card.d.ts.map +1 -0
  619. package/dist/components/shared/Card.js +30 -0
  620. package/dist/components/shared/Card.js.map +1 -0
  621. package/dist/components/shared/ConfirmDialog.d.ts +14 -0
  622. package/dist/components/shared/ConfirmDialog.d.ts.map +1 -0
  623. package/dist/components/shared/ConfirmDialog.js +117 -0
  624. package/dist/components/shared/ConfirmDialog.js.map +1 -0
  625. package/dist/components/shared/EmptyState.d.ts +11 -0
  626. package/dist/components/shared/EmptyState.d.ts.map +1 -0
  627. package/dist/components/shared/EmptyState.js +108 -0
  628. package/dist/components/shared/EmptyState.js.map +1 -0
  629. package/dist/components/shared/EntityTagPicker.d.ts +8 -0
  630. package/dist/components/shared/EntityTagPicker.d.ts.map +1 -0
  631. package/dist/components/shared/EntityTagPicker.js +195 -0
  632. package/dist/components/shared/EntityTagPicker.js.map +1 -0
  633. package/dist/components/shared/ErrorState.d.ts +11 -0
  634. package/dist/components/shared/ErrorState.d.ts.map +1 -0
  635. package/dist/components/shared/ErrorState.js +116 -0
  636. package/dist/components/shared/ErrorState.js.map +1 -0
  637. package/dist/components/shared/FilterDropdown.d.ts +20 -0
  638. package/dist/components/shared/FilterDropdown.d.ts.map +1 -0
  639. package/dist/components/shared/FilterDropdown.js +81 -0
  640. package/dist/components/shared/FilterDropdown.js.map +1 -0
  641. package/dist/components/shared/GetHelpButton.d.ts +27 -0
  642. package/dist/components/shared/GetHelpButton.d.ts.map +1 -0
  643. package/dist/components/shared/GetHelpButton.js +19 -0
  644. package/dist/components/shared/GetHelpButton.js.map +1 -0
  645. package/dist/components/shared/InstallTabs.d.ts +18 -0
  646. package/dist/components/shared/InstallTabs.d.ts.map +1 -0
  647. package/dist/components/shared/InstallTabs.js +110 -0
  648. package/dist/components/shared/InstallTabs.js.map +1 -0
  649. package/dist/components/shared/LoadingState.d.ts +7 -0
  650. package/dist/components/shared/LoadingState.d.ts.map +1 -0
  651. package/dist/components/shared/LoadingState.js +54 -0
  652. package/dist/components/shared/LoadingState.js.map +1 -0
  653. package/dist/components/shared/NotificationToast.d.ts +40 -0
  654. package/dist/components/shared/NotificationToast.d.ts.map +1 -0
  655. package/dist/components/shared/NotificationToast.js +152 -0
  656. package/dist/components/shared/NotificationToast.js.map +1 -0
  657. package/dist/components/shared/PageHeader.d.ts +14 -0
  658. package/dist/components/shared/PageHeader.d.ts.map +1 -0
  659. package/dist/components/shared/PageHeader.js +55 -0
  660. package/dist/components/shared/PageHeader.js.map +1 -0
  661. package/dist/components/shared/PluginGate.d.ts +35 -0
  662. package/dist/components/shared/PluginGate.d.ts.map +1 -0
  663. package/dist/components/shared/PluginGate.js +182 -0
  664. package/dist/components/shared/PluginGate.js.map +1 -0
  665. package/dist/components/shared/QuotaExhaustedDialog.d.ts +12 -0
  666. package/dist/components/shared/QuotaExhaustedDialog.d.ts.map +1 -0
  667. package/dist/components/shared/QuotaExhaustedDialog.js +21 -0
  668. package/dist/components/shared/QuotaExhaustedDialog.js.map +1 -0
  669. package/dist/components/shared/RequireAgentReachable.d.ts +14 -0
  670. package/dist/components/shared/RequireAgentReachable.d.ts.map +1 -0
  671. package/dist/components/shared/RequireAgentReachable.js +69 -0
  672. package/dist/components/shared/RequireAgentReachable.js.map +1 -0
  673. package/dist/components/shared/SearchInput.d.ts +9 -0
  674. package/dist/components/shared/SearchInput.d.ts.map +1 -0
  675. package/dist/components/shared/SearchInput.js +47 -0
  676. package/dist/components/shared/SearchInput.js.map +1 -0
  677. package/dist/components/shared/SearchableSelect.d.ts +48 -0
  678. package/dist/components/shared/SearchableSelect.d.ts.map +1 -0
  679. package/dist/components/shared/SearchableSelect.js +214 -0
  680. package/dist/components/shared/SearchableSelect.js.map +1 -0
  681. package/dist/components/shared/SelectionCheckbox.d.ts +11 -0
  682. package/dist/components/shared/SelectionCheckbox.d.ts.map +1 -0
  683. package/dist/components/shared/SelectionCheckbox.js +25 -0
  684. package/dist/components/shared/SelectionCheckbox.js.map +1 -0
  685. package/dist/components/shared/SessionNotificationBanner.d.ts +47 -0
  686. package/dist/components/shared/SessionNotificationBanner.d.ts.map +1 -0
  687. package/dist/components/shared/SessionNotificationBanner.js +231 -0
  688. package/dist/components/shared/SessionNotificationBanner.js.map +1 -0
  689. package/dist/components/shared/StatCard.d.ts +17 -0
  690. package/dist/components/shared/StatCard.d.ts.map +1 -0
  691. package/dist/components/shared/StatCard.js +65 -0
  692. package/dist/components/shared/StatCard.js.map +1 -0
  693. package/dist/components/shared/StatusBadge.d.ts +11 -0
  694. package/dist/components/shared/StatusBadge.d.ts.map +1 -0
  695. package/dist/components/shared/StatusBadge.js +63 -0
  696. package/dist/components/shared/StatusBadge.js.map +1 -0
  697. package/dist/components/shared/TagFilter.d.ts +11 -0
  698. package/dist/components/shared/TagFilter.d.ts.map +1 -0
  699. package/dist/components/shared/TagFilter.js +28 -0
  700. package/dist/components/shared/TagFilter.js.map +1 -0
  701. package/dist/components/shared/index.d.ts +32 -0
  702. package/dist/components/shared/index.d.ts.map +1 -0
  703. package/dist/components/shared/index.js +24 -0
  704. package/dist/components/targets/TargetCard.d.ts +45 -0
  705. package/dist/components/targets/TargetCard.d.ts.map +1 -0
  706. package/dist/components/targets/TargetCard.js +211 -0
  707. package/dist/components/targets/TargetCard.js.map +1 -0
  708. package/dist/components/targets/index.d.ts +3 -0
  709. package/dist/components/targets/index.d.ts.map +1 -0
  710. package/dist/components/targets/index.js +1 -0
  711. package/dist/components/templates/TemplateCard.d.ts +19 -0
  712. package/dist/components/templates/TemplateCard.d.ts.map +1 -0
  713. package/dist/components/templates/TemplateCard.js +81 -0
  714. package/dist/components/templates/TemplateCard.js.map +1 -0
  715. package/dist/components/templates/index.d.ts +3 -0
  716. package/dist/components/templates/index.d.ts.map +1 -0
  717. package/dist/components/templates/index.js +1 -0
  718. package/dist/components/tunnels/DomainVerificationBadge.d.ts +6 -0
  719. package/dist/components/tunnels/DomainVerificationBadge.d.ts.map +1 -0
  720. package/dist/components/tunnels/DomainVerificationBadge.js +19 -0
  721. package/dist/components/tunnels/DomainVerificationBadge.js.map +1 -0
  722. package/dist/components/tunnels/ProviderBadge.d.ts +6 -0
  723. package/dist/components/tunnels/ProviderBadge.d.ts.map +1 -0
  724. package/dist/components/tunnels/ProviderBadge.js +16 -0
  725. package/dist/components/tunnels/ProviderBadge.js.map +1 -0
  726. package/dist/components/tunnels/TunnelCard.d.ts +13 -0
  727. package/dist/components/tunnels/TunnelCard.d.ts.map +1 -0
  728. package/dist/components/tunnels/TunnelCard.js +98 -0
  729. package/dist/components/tunnels/TunnelCard.js.map +1 -0
  730. package/dist/components/tunnels/TunnelCreateWizard.d.ts +2 -0
  731. package/dist/components/tunnels/TunnelCreateWizard.d.ts.map +1 -0
  732. package/dist/components/tunnels/TunnelCreateWizard.js +512 -0
  733. package/dist/components/tunnels/TunnelCreateWizard.js.map +1 -0
  734. package/dist/components/tunnels/TunnelStatusBadge.d.ts +6 -0
  735. package/dist/components/tunnels/TunnelStatusBadge.d.ts.map +1 -0
  736. package/dist/components/tunnels/TunnelStatusBadge.js +21 -0
  737. package/dist/components/tunnels/TunnelStatusBadge.js.map +1 -0
  738. package/dist/components/vibe/VibeAgentEmptyState.d.ts +8 -0
  739. package/dist/components/vibe/VibeAgentEmptyState.d.ts.map +1 -0
  740. package/dist/components/vibe/VibeAgentEmptyState.js +29 -0
  741. package/dist/components/vibe/VibeAgentEmptyState.js.map +1 -0
  742. package/dist/components/vibecalendar/LogsDrawer.d.ts +12 -0
  743. package/dist/components/vibecalendar/LogsDrawer.d.ts.map +1 -0
  744. package/dist/components/vibecalendar/LogsDrawer.js +97 -0
  745. package/dist/components/vibecalendar/LogsDrawer.js.map +1 -0
  746. package/dist/components/vibecalendar/ScheduleTaskModal.d.ts +33 -0
  747. package/dist/components/vibecalendar/ScheduleTaskModal.d.ts.map +1 -0
  748. package/dist/components/vibecalendar/ScheduleTaskModal.js +311 -0
  749. package/dist/components/vibecalendar/ScheduleTaskModal.js.map +1 -0
  750. package/dist/components/vibecalendar/VibeCalAgendaView.d.ts +11 -0
  751. package/dist/components/vibecalendar/VibeCalAgendaView.d.ts.map +1 -0
  752. package/dist/components/vibecalendar/VibeCalAgendaView.js +96 -0
  753. package/dist/components/vibecalendar/VibeCalAgendaView.js.map +1 -0
  754. package/dist/components/vibecalendar/VibeCalDayView.d.ts +12 -0
  755. package/dist/components/vibecalendar/VibeCalDayView.d.ts.map +1 -0
  756. package/dist/components/vibecalendar/VibeCalDayView.js +131 -0
  757. package/dist/components/vibecalendar/VibeCalDayView.js.map +1 -0
  758. package/dist/components/vibecalendar/VibeCalMonthView.d.ts +12 -0
  759. package/dist/components/vibecalendar/VibeCalMonthView.d.ts.map +1 -0
  760. package/dist/components/vibecalendar/VibeCalMonthView.js +66 -0
  761. package/dist/components/vibecalendar/VibeCalMonthView.js.map +1 -0
  762. package/dist/components/vibecalendar/VibeCalWeekView.d.ts +12 -0
  763. package/dist/components/vibecalendar/VibeCalWeekView.d.ts.map +1 -0
  764. package/dist/components/vibecalendar/VibeCalWeekView.js +100 -0
  765. package/dist/components/vibecalendar/VibeCalWeekView.js.map +1 -0
  766. package/dist/components/vibecalendar/VibeCalendarHeader.d.ts +12 -0
  767. package/dist/components/vibecalendar/VibeCalendarHeader.d.ts.map +1 -0
  768. package/dist/components/vibecalendar/VibeCalendarHeader.js +129 -0
  769. package/dist/components/vibecalendar/VibeCalendarHeader.js.map +1 -0
  770. package/dist/components/vibecalendar/VibeTaskBlock.d.ts +12 -0
  771. package/dist/components/vibecalendar/VibeTaskBlock.d.ts.map +1 -0
  772. package/dist/components/vibecalendar/VibeTaskBlock.js +59 -0
  773. package/dist/components/vibecalendar/VibeTaskBlock.js.map +1 -0
  774. package/dist/components/vibecalendar/expandOccurrences.d.ts +37 -0
  775. package/dist/components/vibecalendar/expandOccurrences.d.ts.map +1 -0
  776. package/dist/components/vibecalendar/expandOccurrences.js +103 -0
  777. package/dist/components/vibecalendar/expandOccurrences.js.map +1 -0
  778. package/dist/components/vibecalendar/index.d.ts +11 -0
  779. package/dist/components/vibecalendar/index.d.ts.map +1 -0
  780. package/dist/components/vibecalendar/index.js +8 -0
  781. package/dist/components/vibecalendar/types.d.ts +53 -0
  782. package/dist/components/vibecalendar/types.d.ts.map +1 -0
  783. package/dist/components/vibecalendar/types.js +17 -0
  784. package/dist/components/vibecalendar/types.js.map +1 -0
  785. package/dist/components/vibedeck/VibeDeckButtonForm.d.ts +54 -0
  786. package/dist/components/vibedeck/VibeDeckButtonForm.d.ts.map +1 -0
  787. package/dist/components/vibedeck/VibeDeckButtonForm.js +400 -0
  788. package/dist/components/vibedeck/VibeDeckButtonForm.js.map +1 -0
  789. package/dist/components/vibedeck/VibeDeckButtonTile.d.ts +48 -0
  790. package/dist/components/vibedeck/VibeDeckButtonTile.d.ts.map +1 -0
  791. package/dist/components/vibedeck/VibeDeckButtonTile.js +196 -0
  792. package/dist/components/vibedeck/VibeDeckButtonTile.js.map +1 -0
  793. package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts +25 -0
  794. package/dist/components/vibedeck/VibeDeckExecutionLog.d.ts.map +1 -0
  795. package/dist/components/vibedeck/VibeDeckExecutionLog.js +212 -0
  796. package/dist/components/vibedeck/VibeDeckExecutionLog.js.map +1 -0
  797. package/dist/components/vibedeck/VibeDeckForm.d.ts +21 -0
  798. package/dist/components/vibedeck/VibeDeckForm.d.ts.map +1 -0
  799. package/dist/components/vibedeck/VibeDeckForm.js +233 -0
  800. package/dist/components/vibedeck/VibeDeckForm.js.map +1 -0
  801. package/dist/components/vibedeck/VibeDeckGrid.d.ts +51 -0
  802. package/dist/components/vibedeck/VibeDeckGrid.d.ts.map +1 -0
  803. package/dist/components/vibedeck/VibeDeckGrid.js +127 -0
  804. package/dist/components/vibedeck/VibeDeckGrid.js.map +1 -0
  805. package/dist/components/vibedeck/VibeDeckShareDialog.d.ts +10 -0
  806. package/dist/components/vibedeck/VibeDeckShareDialog.d.ts.map +1 -0
  807. package/dist/components/vibedeck/VibeDeckShareDialog.js +312 -0
  808. package/dist/components/vibedeck/VibeDeckShareDialog.js.map +1 -0
  809. package/dist/components/vibedeck/VibeDeckSwitcher.d.ts +28 -0
  810. package/dist/components/vibedeck/VibeDeckSwitcher.d.ts.map +1 -0
  811. package/dist/components/vibedeck/VibeDeckSwitcher.js +118 -0
  812. package/dist/components/vibedeck/VibeDeckSwitcher.js.map +1 -0
  813. package/dist/components/vibedeck/index.d.ts +9 -0
  814. package/dist/components/vibedeck/index.d.ts.map +1 -0
  815. package/dist/components/vibedeck/index.js +7 -0
  816. package/dist/components/vibes/VibeCard.d.ts +19 -0
  817. package/dist/components/vibes/VibeCard.d.ts.map +1 -0
  818. package/dist/components/vibes/VibeCard.js +162 -0
  819. package/dist/components/vibes/VibeCard.js.map +1 -0
  820. package/dist/components/vibes/VibeForm.d.ts +15 -0
  821. package/dist/components/vibes/VibeForm.d.ts.map +1 -0
  822. package/dist/components/vibes/VibeForm.js +4 -0
  823. package/dist/components/vibes/VibeList.d.ts +20 -0
  824. package/dist/components/vibes/VibeList.d.ts.map +1 -0
  825. package/dist/components/vibes/VibeList.js +321 -0
  826. package/dist/components/vibes/VibeList.js.map +1 -0
  827. package/dist/components/vibes/icons.d.ts +6 -0
  828. package/dist/components/vibes/icons.d.ts.map +1 -0
  829. package/dist/components/vibes/icons.js +14 -0
  830. package/dist/components/vibes/icons.js.map +1 -0
  831. package/dist/components/vibes/index.d.ts +5 -0
  832. package/dist/components/vibes/index.d.ts.map +1 -0
  833. package/dist/components/vibes/index.js +3 -0
  834. package/dist/components/vibes/types.d.ts +71 -0
  835. package/dist/components/vibes/types.d.ts.map +1 -0
  836. package/dist/components/webhooks/WebhookCard.d.ts +12 -0
  837. package/dist/components/webhooks/WebhookCard.d.ts.map +1 -0
  838. package/dist/components/webhooks/WebhookForm.d.ts +11 -0
  839. package/dist/components/webhooks/WebhookForm.d.ts.map +1 -0
  840. package/dist/components/webhooks/WebhookList.d.ts +14 -0
  841. package/dist/components/webhooks/WebhookList.d.ts.map +1 -0
  842. package/dist/components/webhooks/index.d.ts +5 -0
  843. package/dist/components/webhooks/index.d.ts.map +1 -0
  844. package/dist/components/webhooks/types.d.ts +58 -0
  845. package/dist/components/webhooks/types.d.ts.map +1 -0
  846. package/dist/config/assistantUsecases.d.ts +18 -0
  847. package/dist/config/assistantUsecases.d.ts.map +1 -0
  848. package/dist/config/assistantUsecases.js +40 -0
  849. package/dist/config/assistantUsecases.js.map +1 -0
  850. package/dist/config/index.d.ts +24 -0
  851. package/dist/config/index.d.ts.map +1 -0
  852. package/dist/config/index.js +27 -0
  853. package/dist/config/index.js.map +1 -0
  854. package/dist/constants/permissions.d.ts +112 -0
  855. package/dist/constants/permissions.d.ts.map +1 -0
  856. package/dist/constants/permissions.js +92 -0
  857. package/dist/constants/permissions.js.map +1 -0
  858. package/dist/constants/pluginCatalog.d.ts +36 -0
  859. package/dist/constants/pluginCatalog.d.ts.map +1 -0
  860. package/dist/constants/pluginCatalog.js +140 -0
  861. package/dist/constants/pluginCatalog.js.map +1 -0
  862. package/dist/dev/main.d.ts +2 -0
  863. package/dist/dev/main.d.ts.map +1 -0
  864. package/dist/generated/global-operations.d.ts +2 -0
  865. package/dist/generated/global-operations.d.ts.map +1 -0
  866. package/dist/generated/global-types.d.ts +21253 -0
  867. package/dist/generated/global-types.d.ts.map +1 -0
  868. package/dist/generated/wspace-operations.d.ts +15218 -0
  869. package/dist/generated/wspace-operations.d.ts.map +1 -0
  870. package/dist/generated/wspace-operations.js +7326 -0
  871. package/dist/generated/wspace-operations.js.map +1 -0
  872. package/dist/generated/wspace-types.d.ts +55252 -0
  873. package/dist/generated/wspace-types.d.ts.map +1 -0
  874. package/dist/generated/wspace-types.js +30 -0
  875. package/dist/generated/wspace-types.js.map +1 -0
  876. package/dist/hooks/index.d.ts +7 -0
  877. package/dist/hooks/index.d.ts.map +1 -0
  878. package/dist/hooks/useAgentConnectivity.d.ts +47 -0
  879. package/dist/hooks/useAgentConnectivity.d.ts.map +1 -0
  880. package/dist/hooks/useAgentConnectivity.js +56 -0
  881. package/dist/hooks/useAgentConnectivity.js.map +1 -0
  882. package/dist/hooks/useAgentEvents.d.ts +36 -0
  883. package/dist/hooks/useAgentEvents.d.ts.map +1 -0
  884. package/dist/hooks/useAgentEvents.js +101 -0
  885. package/dist/hooks/useAgentEvents.js.map +1 -0
  886. package/dist/hooks/useAgentManagerKeyboard.d.ts +17 -0
  887. package/dist/hooks/useAgentManagerKeyboard.d.ts.map +1 -0
  888. package/dist/hooks/useAgentManagerKeyboard.js +49 -0
  889. package/dist/hooks/useAgentManagerKeyboard.js.map +1 -0
  890. package/dist/hooks/useAgentManagerStreaming.d.ts +19 -0
  891. package/dist/hooks/useAgentManagerStreaming.d.ts.map +1 -0
  892. package/dist/hooks/useAgentManagerStreaming.js +86 -0
  893. package/dist/hooks/useAgentManagerStreaming.js.map +1 -0
  894. package/dist/hooks/useAssistantHeartbeat.d.ts +4 -0
  895. package/dist/hooks/useAssistantHeartbeat.d.ts.map +1 -0
  896. package/dist/hooks/useAssistantHeartbeat.js +40 -0
  897. package/dist/hooks/useAssistantHeartbeat.js.map +1 -0
  898. package/dist/hooks/useAssistantKeyboardShortcuts.d.ts +18 -0
  899. package/dist/hooks/useAssistantKeyboardShortcuts.d.ts.map +1 -0
  900. package/dist/hooks/useAssistantKeyboardShortcuts.js +37 -0
  901. package/dist/hooks/useAssistantKeyboardShortcuts.js.map +1 -0
  902. package/dist/hooks/useCachedInitialData.d.ts +120 -0
  903. package/dist/hooks/useCachedInitialData.d.ts.map +1 -0
  904. package/dist/hooks/useCachedInitialData.js +107 -0
  905. package/dist/hooks/useCachedInitialData.js.map +1 -0
  906. package/dist/hooks/useEntityTags.d.ts +24 -0
  907. package/dist/hooks/useEntityTags.d.ts.map +1 -0
  908. package/dist/hooks/useEntityTags.js +31 -0
  909. package/dist/hooks/useEntityTags.js.map +1 -0
  910. package/dist/hooks/useFileUpload.d.ts +15 -0
  911. package/dist/hooks/useFileUpload.d.ts.map +1 -0
  912. package/dist/hooks/useInitialDataLoader.d.ts +48 -0
  913. package/dist/hooks/useInitialDataLoader.d.ts.map +1 -0
  914. package/dist/hooks/useInitialDataLoader.js +25 -0
  915. package/dist/hooks/useInitialDataLoader.js.map +1 -0
  916. package/dist/hooks/useMcpServers.d.ts +14 -0
  917. package/dist/hooks/useMcpServers.d.ts.map +1 -0
  918. package/dist/hooks/useOpenAssistantHelp.d.ts +2 -0
  919. package/dist/hooks/useOpenAssistantHelp.d.ts.map +1 -0
  920. package/dist/hooks/useOpenAssistantHelp.js +14 -0
  921. package/dist/hooks/useOpenAssistantHelp.js.map +1 -0
  922. package/dist/hooks/usePluginAvailability.d.ts +35 -0
  923. package/dist/hooks/usePluginAvailability.d.ts.map +1 -0
  924. package/dist/hooks/usePluginAvailability.js +112 -0
  925. package/dist/hooks/usePluginAvailability.js.map +1 -0
  926. package/dist/hooks/useQueryBackedTab.d.ts +2 -0
  927. package/dist/hooks/useQueryBackedTab.d.ts.map +1 -0
  928. package/dist/hooks/useQueryBackedTab.js +19 -0
  929. package/dist/hooks/useQueryBackedTab.js.map +1 -0
  930. package/dist/hooks/useSessionSearch.d.ts +24 -0
  931. package/dist/hooks/useSessionSearch.d.ts.map +1 -0
  932. package/dist/hooks/useVoiceMode.d.ts +17 -0
  933. package/dist/hooks/useVoiceMode.d.ts.map +1 -0
  934. package/dist/hooks/useVoiceMode.js +46 -0
  935. package/dist/hooks/useVoiceMode.js.map +1 -0
  936. package/dist/index.d.ts +17 -0
  937. package/dist/index.d.ts.map +1 -0
  938. package/dist/index.js +11 -0
  939. package/dist/lib/vibeFeatures.d.ts +29 -0
  940. package/dist/lib/vibeFeatures.d.ts.map +1 -0
  941. package/dist/lib/vibeFeatures.js +80 -0
  942. package/dist/lib/vibeFeatures.js.map +1 -0
  943. package/dist/microfe-vibecontrols.css +2 -0
  944. package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js +24 -0
  945. package/dist/node_modules/@apollo/client/errors/CombinedGraphQLErrors.js.map +1 -0
  946. package/dist/node_modules/@apollo/client/errors/utils.js +16 -0
  947. package/dist/node_modules/@apollo/client/errors/utils.js.map +1 -0
  948. package/dist/node_modules/@xyflow/react/dist/esm/index.js +3281 -0
  949. package/dist/node_modules/@xyflow/react/dist/esm/index.js.map +1 -0
  950. package/dist/node_modules/@xyflow/system/dist/esm/index.js +1845 -0
  951. package/dist/node_modules/@xyflow/system/dist/esm/index.js.map +1 -0
  952. package/dist/node_modules/classcat/index.js +12 -0
  953. package/dist/node_modules/classcat/index.js.map +1 -0
  954. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  955. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  956. package/dist/node_modules/d3-array/src/ascending.js +8 -0
  957. package/dist/node_modules/d3-array/src/ascending.js.map +1 -0
  958. package/dist/node_modules/d3-array/src/bisect.js +10 -0
  959. package/dist/node_modules/d3-array/src/bisect.js.map +1 -0
  960. package/dist/node_modules/d3-array/src/bisector.js +43 -0
  961. package/dist/node_modules/d3-array/src/bisector.js.map +1 -0
  962. package/dist/node_modules/d3-array/src/descending.js +8 -0
  963. package/dist/node_modules/d3-array/src/descending.js.map +1 -0
  964. package/dist/node_modules/d3-array/src/max.js +14 -0
  965. package/dist/node_modules/d3-array/src/max.js.map +1 -0
  966. package/dist/node_modules/d3-array/src/min.js +14 -0
  967. package/dist/node_modules/d3-array/src/min.js.map +1 -0
  968. package/dist/node_modules/d3-array/src/number.js +15 -0
  969. package/dist/node_modules/d3-array/src/number.js.map +1 -0
  970. package/dist/node_modules/d3-array/src/quantile.js +25 -0
  971. package/dist/node_modules/d3-array/src/quantile.js.map +1 -0
  972. package/dist/node_modules/d3-array/src/quickselect.js +26 -0
  973. package/dist/node_modules/d3-array/src/quickselect.js.map +1 -0
  974. package/dist/node_modules/d3-array/src/range.js +10 -0
  975. package/dist/node_modules/d3-array/src/range.js.map +1 -0
  976. package/dist/node_modules/d3-array/src/sort.js +17 -0
  977. package/dist/node_modules/d3-array/src/sort.js.map +1 -0
  978. package/dist/node_modules/d3-array/src/ticks.js +34 -0
  979. package/dist/node_modules/d3-array/src/ticks.js.map +1 -0
  980. package/dist/node_modules/d3-color/src/color.js +291 -0
  981. package/dist/node_modules/d3-color/src/color.js.map +1 -0
  982. package/dist/node_modules/d3-color/src/define.js +13 -0
  983. package/dist/node_modules/d3-color/src/define.js.map +1 -0
  984. package/dist/node_modules/d3-dispatch/src/dispatch.js +67 -0
  985. package/dist/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
  986. package/dist/node_modules/d3-drag/src/constant.js +6 -0
  987. package/dist/node_modules/d3-drag/src/constant.js.map +1 -0
  988. package/dist/node_modules/d3-drag/src/drag.js +116 -0
  989. package/dist/node_modules/d3-drag/src/drag.js.map +1 -0
  990. package/dist/node_modules/d3-drag/src/event.js +64 -0
  991. package/dist/node_modules/d3-drag/src/event.js.map +1 -0
  992. package/dist/node_modules/d3-drag/src/nodrag.js +17 -0
  993. package/dist/node_modules/d3-drag/src/nodrag.js.map +1 -0
  994. package/dist/node_modules/d3-drag/src/noevent.js +15 -0
  995. package/dist/node_modules/d3-drag/src/noevent.js.map +1 -0
  996. package/dist/node_modules/d3-ease/src/cubic.js +8 -0
  997. package/dist/node_modules/d3-ease/src/cubic.js.map +1 -0
  998. package/dist/node_modules/d3-format/src/defaultLocale.js +15 -0
  999. package/dist/node_modules/d3-format/src/defaultLocale.js.map +1 -0
  1000. package/dist/node_modules/d3-format/src/exponent.js +9 -0
  1001. package/dist/node_modules/d3-format/src/exponent.js.map +1 -0
  1002. package/dist/node_modules/d3-format/src/formatDecimal.js +13 -0
  1003. package/dist/node_modules/d3-format/src/formatDecimal.js.map +1 -0
  1004. package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
  1005. package/dist/node_modules/d3-format/src/formatGroup.js.map +1 -0
  1006. package/dist/node_modules/d3-format/src/formatNumerals.js +12 -0
  1007. package/dist/node_modules/d3-format/src/formatNumerals.js.map +1 -0
  1008. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
  1009. package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
  1010. package/dist/node_modules/d3-format/src/formatRounded.js +12 -0
  1011. package/dist/node_modules/d3-format/src/formatRounded.js.map +1 -0
  1012. package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
  1013. package/dist/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
  1014. package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
  1015. package/dist/node_modules/d3-format/src/formatTrim.js.map +1 -0
  1016. package/dist/node_modules/d3-format/src/formatTypes.js +23 -0
  1017. package/dist/node_modules/d3-format/src/formatTypes.js.map +1 -0
  1018. package/dist/node_modules/d3-format/src/identity.js +8 -0
  1019. package/dist/node_modules/d3-format/src/identity.js.map +1 -0
  1020. package/dist/node_modules/d3-format/src/locale.js +86 -0
  1021. package/dist/node_modules/d3-format/src/locale.js.map +1 -0
  1022. package/dist/node_modules/d3-format/src/precisionFixed.js +9 -0
  1023. package/dist/node_modules/d3-format/src/precisionFixed.js.map +1 -0
  1024. package/dist/node_modules/d3-format/src/precisionPrefix.js +9 -0
  1025. package/dist/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
  1026. package/dist/node_modules/d3-format/src/precisionRound.js +9 -0
  1027. package/dist/node_modules/d3-format/src/precisionRound.js.map +1 -0
  1028. package/dist/node_modules/d3-interpolate/src/array.js +15 -0
  1029. package/dist/node_modules/d3-interpolate/src/array.js.map +1 -0
  1030. package/dist/node_modules/d3-interpolate/src/basis.js +16 -0
  1031. package/dist/node_modules/d3-interpolate/src/basis.js.map +1 -0
  1032. package/dist/node_modules/d3-interpolate/src/basisClosed.js +13 -0
  1033. package/dist/node_modules/d3-interpolate/src/basisClosed.js.map +1 -0
  1034. package/dist/node_modules/d3-interpolate/src/color.js +25 -0
  1035. package/dist/node_modules/d3-interpolate/src/color.js.map +1 -0
  1036. package/dist/node_modules/d3-interpolate/src/constant.js +6 -0
  1037. package/dist/node_modules/d3-interpolate/src/constant.js.map +1 -0
  1038. package/dist/node_modules/d3-interpolate/src/date.js +11 -0
  1039. package/dist/node_modules/d3-interpolate/src/date.js.map +1 -0
  1040. package/dist/node_modules/d3-interpolate/src/number.js +10 -0
  1041. package/dist/node_modules/d3-interpolate/src/number.js.map +1 -0
  1042. package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
  1043. package/dist/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
  1044. package/dist/node_modules/d3-interpolate/src/object.js +14 -0
  1045. package/dist/node_modules/d3-interpolate/src/object.js.map +1 -0
  1046. package/dist/node_modules/d3-interpolate/src/piecewise.js +14 -0
  1047. package/dist/node_modules/d3-interpolate/src/piecewise.js.map +1 -0
  1048. package/dist/node_modules/d3-interpolate/src/rgb.js +19 -0
  1049. package/dist/node_modules/d3-interpolate/src/rgb.js.map +1 -0
  1050. package/dist/node_modules/d3-interpolate/src/round.js +10 -0
  1051. package/dist/node_modules/d3-interpolate/src/round.js.map +1 -0
  1052. package/dist/node_modules/d3-interpolate/src/string.js +28 -0
  1053. package/dist/node_modules/d3-interpolate/src/string.js.map +1 -0
  1054. package/dist/node_modules/d3-interpolate/src/transform/decompose.js +24 -0
  1055. package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
  1056. package/dist/node_modules/d3-interpolate/src/transform/index.js +56 -0
  1057. package/dist/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
  1058. package/dist/node_modules/d3-interpolate/src/transform/parse.js +14 -0
  1059. package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
  1060. package/dist/node_modules/d3-interpolate/src/value.js +18 -0
  1061. package/dist/node_modules/d3-interpolate/src/value.js.map +1 -0
  1062. package/dist/node_modules/d3-interpolate/src/zoom.js +43 -0
  1063. package/dist/node_modules/d3-interpolate/src/zoom.js.map +1 -0
  1064. package/dist/node_modules/d3-path/src/path.js +65 -0
  1065. package/dist/node_modules/d3-path/src/path.js.map +1 -0
  1066. package/dist/node_modules/d3-scale/src/band.js +52 -0
  1067. package/dist/node_modules/d3-scale/src/band.js.map +1 -0
  1068. package/dist/node_modules/d3-scale/src/constant.js +10 -0
  1069. package/dist/node_modules/d3-scale/src/constant.js.map +1 -0
  1070. package/dist/node_modules/d3-scale/src/continuous.js +73 -0
  1071. package/dist/node_modules/d3-scale/src/continuous.js.map +1 -0
  1072. package/dist/node_modules/d3-scale/src/diverging.js +82 -0
  1073. package/dist/node_modules/d3-scale/src/diverging.js.map +1 -0
  1074. package/dist/node_modules/d3-scale/src/identity.js +20 -0
  1075. package/dist/node_modules/d3-scale/src/identity.js.map +1 -0
  1076. package/dist/node_modules/d3-scale/src/init.js +29 -0
  1077. package/dist/node_modules/d3-scale/src/init.js.map +1 -0
  1078. package/dist/node_modules/d3-scale/src/linear.js +36 -0
  1079. package/dist/node_modules/d3-scale/src/linear.js.map +1 -0
  1080. package/dist/node_modules/d3-scale/src/log.js +77 -0
  1081. package/dist/node_modules/d3-scale/src/log.js.map +1 -0
  1082. package/dist/node_modules/d3-scale/src/nice.js +10 -0
  1083. package/dist/node_modules/d3-scale/src/nice.js.map +1 -0
  1084. package/dist/node_modules/d3-scale/src/number.js +8 -0
  1085. package/dist/node_modules/d3-scale/src/number.js.map +1 -0
  1086. package/dist/node_modules/d3-scale/src/ordinal.js +31 -0
  1087. package/dist/node_modules/d3-scale/src/ordinal.js.map +1 -0
  1088. package/dist/node_modules/d3-scale/src/pow.js +37 -0
  1089. package/dist/node_modules/d3-scale/src/pow.js.map +1 -0
  1090. package/dist/node_modules/d3-scale/src/quantile.js +37 -0
  1091. package/dist/node_modules/d3-scale/src/quantile.js.map +1 -0
  1092. package/dist/node_modules/d3-scale/src/quantize.js +33 -0
  1093. package/dist/node_modules/d3-scale/src/quantize.js.map +1 -0
  1094. package/dist/node_modules/d3-scale/src/radial.js +39 -0
  1095. package/dist/node_modules/d3-scale/src/radial.js.map +1 -0
  1096. package/dist/node_modules/d3-scale/src/sequential.js +67 -0
  1097. package/dist/node_modules/d3-scale/src/sequential.js.map +1 -0
  1098. package/dist/node_modules/d3-scale/src/sequentialQuantile.js +30 -0
  1099. package/dist/node_modules/d3-scale/src/sequentialQuantile.js.map +1 -0
  1100. package/dist/node_modules/d3-scale/src/symlog.js +30 -0
  1101. package/dist/node_modules/d3-scale/src/symlog.js.map +1 -0
  1102. package/dist/node_modules/d3-scale/src/threshold.js +25 -0
  1103. package/dist/node_modules/d3-scale/src/threshold.js.map +1 -0
  1104. package/dist/node_modules/d3-scale/src/tickFormat.js +31 -0
  1105. package/dist/node_modules/d3-scale/src/tickFormat.js.map +1 -0
  1106. package/dist/node_modules/d3-scale/src/time.js +47 -0
  1107. package/dist/node_modules/d3-scale/src/time.js.map +1 -0
  1108. package/dist/node_modules/d3-scale/src/utcTime.js +19 -0
  1109. package/dist/node_modules/d3-scale/src/utcTime.js.map +1 -0
  1110. package/dist/node_modules/d3-selection/src/array.js +8 -0
  1111. package/dist/node_modules/d3-selection/src/array.js.map +1 -0
  1112. package/dist/node_modules/d3-selection/src/constant.js +10 -0
  1113. package/dist/node_modules/d3-selection/src/constant.js.map +1 -0
  1114. package/dist/node_modules/d3-selection/src/creator.js +22 -0
  1115. package/dist/node_modules/d3-selection/src/creator.js.map +1 -0
  1116. package/dist/node_modules/d3-selection/src/matcher.js +15 -0
  1117. package/dist/node_modules/d3-selection/src/matcher.js.map +1 -0
  1118. package/dist/node_modules/d3-selection/src/namespace.js +13 -0
  1119. package/dist/node_modules/d3-selection/src/namespace.js.map +1 -0
  1120. package/dist/node_modules/d3-selection/src/namespaces.js +12 -0
  1121. package/dist/node_modules/d3-selection/src/namespaces.js.map +1 -0
  1122. package/dist/node_modules/d3-selection/src/pointer.js +20 -0
  1123. package/dist/node_modules/d3-selection/src/pointer.js.map +1 -0
  1124. package/dist/node_modules/d3-selection/src/select.js +9 -0
  1125. package/dist/node_modules/d3-selection/src/select.js.map +1 -0
  1126. package/dist/node_modules/d3-selection/src/selection/append.js +12 -0
  1127. package/dist/node_modules/d3-selection/src/selection/append.js.map +1 -0
  1128. package/dist/node_modules/d3-selection/src/selection/attr.js +46 -0
  1129. package/dist/node_modules/d3-selection/src/selection/attr.js.map +1 -0
  1130. package/dist/node_modules/d3-selection/src/selection/call.js +9 -0
  1131. package/dist/node_modules/d3-selection/src/selection/call.js.map +1 -0
  1132. package/dist/node_modules/d3-selection/src/selection/classed.js +55 -0
  1133. package/dist/node_modules/d3-selection/src/selection/classed.js.map +1 -0
  1134. package/dist/node_modules/d3-selection/src/selection/clone.js +16 -0
  1135. package/dist/node_modules/d3-selection/src/selection/clone.js.map +1 -0
  1136. package/dist/node_modules/d3-selection/src/selection/data.js +38 -0
  1137. package/dist/node_modules/d3-selection/src/selection/data.js.map +1 -0
  1138. package/dist/node_modules/d3-selection/src/selection/datum.js +8 -0
  1139. package/dist/node_modules/d3-selection/src/selection/datum.js.map +1 -0
  1140. package/dist/node_modules/d3-selection/src/selection/dispatch.js +23 -0
  1141. package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
  1142. package/dist/node_modules/d3-selection/src/selection/each.js +9 -0
  1143. package/dist/node_modules/d3-selection/src/selection/each.js.map +1 -0
  1144. package/dist/node_modules/d3-selection/src/selection/empty.js +8 -0
  1145. package/dist/node_modules/d3-selection/src/selection/empty.js.map +1 -0
  1146. package/dist/node_modules/d3-selection/src/selection/enter.js +28 -0
  1147. package/dist/node_modules/d3-selection/src/selection/enter.js.map +1 -0
  1148. package/dist/node_modules/d3-selection/src/selection/exit.js +10 -0
  1149. package/dist/node_modules/d3-selection/src/selection/exit.js.map +1 -0
  1150. package/dist/node_modules/d3-selection/src/selection/filter.js +12 -0
  1151. package/dist/node_modules/d3-selection/src/selection/filter.js.map +1 -0
  1152. package/dist/node_modules/d3-selection/src/selection/html.js +21 -0
  1153. package/dist/node_modules/d3-selection/src/selection/html.js.map +1 -0
  1154. package/dist/node_modules/d3-selection/src/selection/index.js +87 -0
  1155. package/dist/node_modules/d3-selection/src/selection/index.js.map +1 -0
  1156. package/dist/node_modules/d3-selection/src/selection/insert.js +16 -0
  1157. package/dist/node_modules/d3-selection/src/selection/insert.js.map +1 -0
  1158. package/dist/node_modules/d3-selection/src/selection/iterator.js +8 -0
  1159. package/dist/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
  1160. package/dist/node_modules/d3-selection/src/selection/join.js +9 -0
  1161. package/dist/node_modules/d3-selection/src/selection/join.js.map +1 -0
  1162. package/dist/node_modules/d3-selection/src/selection/lower.js +11 -0
  1163. package/dist/node_modules/d3-selection/src/selection/lower.js.map +1 -0
  1164. package/dist/node_modules/d3-selection/src/selection/merge.js +11 -0
  1165. package/dist/node_modules/d3-selection/src/selection/merge.js.map +1 -0
  1166. package/dist/node_modules/d3-selection/src/selection/node.js +12 -0
  1167. package/dist/node_modules/d3-selection/src/selection/node.js.map +1 -0
  1168. package/dist/node_modules/d3-selection/src/selection/nodes.js +8 -0
  1169. package/dist/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
  1170. package/dist/node_modules/d3-selection/src/selection/on.js +58 -0
  1171. package/dist/node_modules/d3-selection/src/selection/on.js.map +1 -0
  1172. package/dist/node_modules/d3-selection/src/selection/order.js +9 -0
  1173. package/dist/node_modules/d3-selection/src/selection/order.js.map +1 -0
  1174. package/dist/node_modules/d3-selection/src/selection/property.js +24 -0
  1175. package/dist/node_modules/d3-selection/src/selection/property.js.map +1 -0
  1176. package/dist/node_modules/d3-selection/src/selection/raise.js +11 -0
  1177. package/dist/node_modules/d3-selection/src/selection/raise.js.map +1 -0
  1178. package/dist/node_modules/d3-selection/src/selection/remove.js +12 -0
  1179. package/dist/node_modules/d3-selection/src/selection/remove.js.map +1 -0
  1180. package/dist/node_modules/d3-selection/src/selection/select.js +12 -0
  1181. package/dist/node_modules/d3-selection/src/selection/select.js.map +1 -0
  1182. package/dist/node_modules/d3-selection/src/selection/selectAll.js +18 -0
  1183. package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
  1184. package/dist/node_modules/d3-selection/src/selection/selectChild.js +18 -0
  1185. package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
  1186. package/dist/node_modules/d3-selection/src/selection/selectChildren.js +18 -0
  1187. package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
  1188. package/dist/node_modules/d3-selection/src/selection/size.js +10 -0
  1189. package/dist/node_modules/d3-selection/src/selection/size.js.map +1 -0
  1190. package/dist/node_modules/d3-selection/src/selection/sort.js +20 -0
  1191. package/dist/node_modules/d3-selection/src/selection/sort.js.map +1 -0
  1192. package/dist/node_modules/d3-selection/src/selection/sparse.js +8 -0
  1193. package/dist/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
  1194. package/dist/node_modules/d3-selection/src/selection/style.js +28 -0
  1195. package/dist/node_modules/d3-selection/src/selection/style.js.map +1 -0
  1196. package/dist/node_modules/d3-selection/src/selection/text.js +21 -0
  1197. package/dist/node_modules/d3-selection/src/selection/text.js.map +1 -0
  1198. package/dist/node_modules/d3-selection/src/selector.js +11 -0
  1199. package/dist/node_modules/d3-selection/src/selector.js.map +1 -0
  1200. package/dist/node_modules/d3-selection/src/selectorAll.js +13 -0
  1201. package/dist/node_modules/d3-selection/src/selectorAll.js.map +1 -0
  1202. package/dist/node_modules/d3-selection/src/sourceEvent.js +10 -0
  1203. package/dist/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
  1204. package/dist/node_modules/d3-selection/src/window.js +8 -0
  1205. package/dist/node_modules/d3-selection/src/window.js.map +1 -0
  1206. package/dist/node_modules/d3-shape/src/area.js +55 -0
  1207. package/dist/node_modules/d3-shape/src/area.js.map +1 -0
  1208. package/dist/node_modules/d3-shape/src/array.js +8 -0
  1209. package/dist/node_modules/d3-shape/src/array.js.map +1 -0
  1210. package/dist/node_modules/d3-shape/src/constant.js +10 -0
  1211. package/dist/node_modules/d3-shape/src/constant.js.map +1 -0
  1212. package/dist/node_modules/d3-shape/src/curve/basis.js +49 -0
  1213. package/dist/node_modules/d3-shape/src/curve/basis.js.map +1 -0
  1214. package/dist/node_modules/d3-shape/src/curve/basisClosed.js +50 -0
  1215. package/dist/node_modules/d3-shape/src/curve/basisClosed.js.map +1 -0
  1216. package/dist/node_modules/d3-shape/src/curve/basisOpen.js +46 -0
  1217. package/dist/node_modules/d3-shape/src/curve/basisOpen.js.map +1 -0
  1218. package/dist/node_modules/d3-shape/src/curve/bump.js +40 -0
  1219. package/dist/node_modules/d3-shape/src/curve/bump.js.map +1 -0
  1220. package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
  1221. package/dist/node_modules/d3-shape/src/curve/linear.js.map +1 -0
  1222. package/dist/node_modules/d3-shape/src/curve/linearClosed.js +25 -0
  1223. package/dist/node_modules/d3-shape/src/curve/linearClosed.js.map +1 -0
  1224. package/dist/node_modules/d3-shape/src/curve/monotone.js +94 -0
  1225. package/dist/node_modules/d3-shape/src/curve/monotone.js.map +1 -0
  1226. package/dist/node_modules/d3-shape/src/curve/natural.js +39 -0
  1227. package/dist/node_modules/d3-shape/src/curve/natural.js.map +1 -0
  1228. package/dist/node_modules/d3-shape/src/curve/step.js +47 -0
  1229. package/dist/node_modules/d3-shape/src/curve/step.js.map +1 -0
  1230. package/dist/node_modules/d3-shape/src/line.js +30 -0
  1231. package/dist/node_modules/d3-shape/src/line.js.map +1 -0
  1232. package/dist/node_modules/d3-shape/src/math.js +8 -0
  1233. package/dist/node_modules/d3-shape/src/math.js.map +1 -0
  1234. package/dist/node_modules/d3-shape/src/noop.js +6 -0
  1235. package/dist/node_modules/d3-shape/src/noop.js.map +1 -0
  1236. package/dist/node_modules/d3-shape/src/offset/expand.js +15 -0
  1237. package/dist/node_modules/d3-shape/src/offset/expand.js.map +1 -0
  1238. package/dist/node_modules/d3-shape/src/offset/none.js +8 -0
  1239. package/dist/node_modules/d3-shape/src/offset/none.js.map +1 -0
  1240. package/dist/node_modules/d3-shape/src/offset/silhouette.js +15 -0
  1241. package/dist/node_modules/d3-shape/src/offset/silhouette.js.map +1 -0
  1242. package/dist/node_modules/d3-shape/src/offset/wiggle.js +21 -0
  1243. package/dist/node_modules/d3-shape/src/offset/wiggle.js.map +1 -0
  1244. package/dist/node_modules/d3-shape/src/order/none.js +9 -0
  1245. package/dist/node_modules/d3-shape/src/order/none.js.map +1 -0
  1246. package/dist/node_modules/d3-shape/src/path.js +19 -0
  1247. package/dist/node_modules/d3-shape/src/path.js.map +1 -0
  1248. package/dist/node_modules/d3-shape/src/point.js +11 -0
  1249. package/dist/node_modules/d3-shape/src/point.js.map +1 -0
  1250. package/dist/node_modules/d3-shape/src/stack.js +34 -0
  1251. package/dist/node_modules/d3-shape/src/stack.js.map +1 -0
  1252. package/dist/node_modules/d3-shape/src/symbol/circle.js +10 -0
  1253. package/dist/node_modules/d3-shape/src/symbol/circle.js.map +1 -0
  1254. package/dist/node_modules/d3-shape/src/symbol/cross.js +10 -0
  1255. package/dist/node_modules/d3-shape/src/symbol/cross.js.map +1 -0
  1256. package/dist/node_modules/d3-shape/src/symbol/diamond.js +10 -0
  1257. package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +1 -0
  1258. package/dist/node_modules/d3-shape/src/symbol/square.js +10 -0
  1259. package/dist/node_modules/d3-shape/src/symbol/square.js.map +1 -0
  1260. package/dist/node_modules/d3-shape/src/symbol/star.js +15 -0
  1261. package/dist/node_modules/d3-shape/src/symbol/star.js.map +1 -0
  1262. package/dist/node_modules/d3-shape/src/symbol/triangle.js +10 -0
  1263. package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +1 -0
  1264. package/dist/node_modules/d3-shape/src/symbol/wye.js +10 -0
  1265. package/dist/node_modules/d3-shape/src/symbol/wye.js.map +1 -0
  1266. package/dist/node_modules/d3-shape/src/symbol.js +23 -0
  1267. package/dist/node_modules/d3-shape/src/symbol.js.map +1 -0
  1268. package/dist/node_modules/d3-time/src/day.js +21 -0
  1269. package/dist/node_modules/d3-time/src/day.js.map +1 -0
  1270. package/dist/node_modules/d3-time/src/duration.js +6 -0
  1271. package/dist/node_modules/d3-time/src/duration.js.map +1 -0
  1272. package/dist/node_modules/d3-time/src/hour.js +19 -0
  1273. package/dist/node_modules/d3-time/src/hour.js.map +1 -0
  1274. package/dist/node_modules/d3-time/src/interval.js +28 -0
  1275. package/dist/node_modules/d3-time/src/interval.js.map +1 -0
  1276. package/dist/node_modules/d3-time/src/millisecond.js +14 -0
  1277. package/dist/node_modules/d3-time/src/millisecond.js.map +1 -0
  1278. package/dist/node_modules/d3-time/src/minute.js +19 -0
  1279. package/dist/node_modules/d3-time/src/minute.js.map +1 -0
  1280. package/dist/node_modules/d3-time/src/month.js +18 -0
  1281. package/dist/node_modules/d3-time/src/month.js.map +1 -0
  1282. package/dist/node_modules/d3-time/src/second.js +13 -0
  1283. package/dist/node_modules/d3-time/src/second.js.map +1 -0
  1284. package/dist/node_modules/d3-time/src/ticks.js +125 -0
  1285. package/dist/node_modules/d3-time/src/ticks.js.map +1 -0
  1286. package/dist/node_modules/d3-time/src/week.js +25 -0
  1287. package/dist/node_modules/d3-time/src/week.js.map +1 -0
  1288. package/dist/node_modules/d3-time/src/year.js +26 -0
  1289. package/dist/node_modules/d3-time/src/year.js.map +1 -0
  1290. package/dist/node_modules/d3-time-format/src/defaultLocale.js +62 -0
  1291. package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
  1292. package/dist/node_modules/d3-time-format/src/locale.js +490 -0
  1293. package/dist/node_modules/d3-time-format/src/locale.js.map +1 -0
  1294. package/dist/node_modules/d3-timer/src/timeout.js +12 -0
  1295. package/dist/node_modules/d3-timer/src/timeout.js.map +1 -0
  1296. package/dist/node_modules/d3-timer/src/timer.js +55 -0
  1297. package/dist/node_modules/d3-timer/src/timer.js.map +1 -0
  1298. package/dist/node_modules/d3-transition/src/index.js +3 -0
  1299. package/dist/node_modules/d3-transition/src/interrupt.js +18 -0
  1300. package/dist/node_modules/d3-transition/src/interrupt.js.map +1 -0
  1301. package/dist/node_modules/d3-transition/src/selection/index.js +7 -0
  1302. package/dist/node_modules/d3-transition/src/selection/index.js.map +1 -0
  1303. package/dist/node_modules/d3-transition/src/selection/interrupt.js +11 -0
  1304. package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
  1305. package/dist/node_modules/d3-transition/src/selection/transition.js +25 -0
  1306. package/dist/node_modules/d3-transition/src/selection/transition.js.map +1 -0
  1307. package/dist/node_modules/d3-transition/src/transition/attr.js +51 -0
  1308. package/dist/node_modules/d3-transition/src/transition/attr.js.map +1 -0
  1309. package/dist/node_modules/d3-transition/src/transition/attrTween.js +40 -0
  1310. package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
  1311. package/dist/node_modules/d3-transition/src/transition/delay.js +20 -0
  1312. package/dist/node_modules/d3-transition/src/transition/delay.js.map +1 -0
  1313. package/dist/node_modules/d3-transition/src/transition/duration.js +20 -0
  1314. package/dist/node_modules/d3-transition/src/transition/duration.js.map +1 -0
  1315. package/dist/node_modules/d3-transition/src/transition/ease.js +16 -0
  1316. package/dist/node_modules/d3-transition/src/transition/ease.js.map +1 -0
  1317. package/dist/node_modules/d3-transition/src/transition/easeVarying.js +17 -0
  1318. package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
  1319. package/dist/node_modules/d3-transition/src/transition/end.js +18 -0
  1320. package/dist/node_modules/d3-transition/src/transition/end.js.map +1 -0
  1321. package/dist/node_modules/d3-transition/src/transition/filter.js +12 -0
  1322. package/dist/node_modules/d3-transition/src/transition/filter.js.map +1 -0
  1323. package/dist/node_modules/d3-transition/src/transition/index.js +69 -0
  1324. package/dist/node_modules/d3-transition/src/transition/index.js.map +1 -0
  1325. package/dist/node_modules/d3-transition/src/transition/interpolate.js +13 -0
  1326. package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
  1327. package/dist/node_modules/d3-transition/src/transition/merge.js +12 -0
  1328. package/dist/node_modules/d3-transition/src/transition/merge.js.map +1 -0
  1329. package/dist/node_modules/d3-transition/src/transition/on.js +23 -0
  1330. package/dist/node_modules/d3-transition/src/transition/on.js.map +1 -0
  1331. package/dist/node_modules/d3-transition/src/transition/remove.js +15 -0
  1332. package/dist/node_modules/d3-transition/src/transition/remove.js.map +1 -0
  1333. package/dist/node_modules/d3-transition/src/transition/schedule.js +71 -0
  1334. package/dist/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
  1335. package/dist/node_modules/d3-transition/src/transition/select.js +14 -0
  1336. package/dist/node_modules/d3-transition/src/transition/select.js.map +1 -0
  1337. package/dist/node_modules/d3-transition/src/transition/selectAll.js +17 -0
  1338. package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
  1339. package/dist/node_modules/d3-transition/src/transition/selection.js +10 -0
  1340. package/dist/node_modules/d3-transition/src/transition/selection.js.map +1 -0
  1341. package/dist/node_modules/d3-transition/src/transition/style.js +47 -0
  1342. package/dist/node_modules/d3-transition/src/transition/style.js.map +1 -0
  1343. package/dist/node_modules/d3-transition/src/transition/styleTween.js +25 -0
  1344. package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
  1345. package/dist/node_modules/d3-transition/src/transition/text.js +19 -0
  1346. package/dist/node_modules/d3-transition/src/transition/text.js.map +1 -0
  1347. package/dist/node_modules/d3-transition/src/transition/textTween.js +25 -0
  1348. package/dist/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
  1349. package/dist/node_modules/d3-transition/src/transition/transition.js +19 -0
  1350. package/dist/node_modules/d3-transition/src/transition/transition.js.map +1 -0
  1351. package/dist/node_modules/d3-transition/src/transition/tween.js +56 -0
  1352. package/dist/node_modules/d3-transition/src/transition/tween.js.map +1 -0
  1353. package/dist/node_modules/d3-zoom/src/constant.js +6 -0
  1354. package/dist/node_modules/d3-zoom/src/constant.js.map +1 -0
  1355. package/dist/node_modules/d3-zoom/src/event.js +30 -0
  1356. package/dist/node_modules/d3-zoom/src/event.js.map +1 -0
  1357. package/dist/node_modules/d3-zoom/src/index.js +2 -0
  1358. package/dist/node_modules/d3-zoom/src/noevent.js +11 -0
  1359. package/dist/node_modules/d3-zoom/src/noevent.js.map +1 -0
  1360. package/dist/node_modules/d3-zoom/src/transform.js +50 -0
  1361. package/dist/node_modules/d3-zoom/src/transform.js.map +1 -0
  1362. package/dist/node_modules/d3-zoom/src/zoom.js +219 -0
  1363. package/dist/node_modules/d3-zoom/src/zoom.js.map +1 -0
  1364. package/dist/node_modules/decimal.js-light/decimal.js +378 -0
  1365. package/dist/node_modules/decimal.js-light/decimal.js.map +1 -0
  1366. package/dist/node_modules/eventemitter3/index.js +95 -0
  1367. package/dist/node_modules/eventemitter3/index.js.map +1 -0
  1368. package/dist/node_modules/fast-equals/dist/es/index.js +267 -0
  1369. package/dist/node_modules/fast-equals/dist/es/index.js.map +1 -0
  1370. package/dist/node_modules/internmap/src/index.js +40 -0
  1371. package/dist/node_modules/internmap/src/index.js.map +1 -0
  1372. package/dist/node_modules/lodash/_DataView.js +12 -0
  1373. package/dist/node_modules/lodash/_DataView.js.map +1 -0
  1374. package/dist/node_modules/lodash/_Hash.js +23 -0
  1375. package/dist/node_modules/lodash/_Hash.js.map +1 -0
  1376. package/dist/node_modules/lodash/_ListCache.js +23 -0
  1377. package/dist/node_modules/lodash/_ListCache.js.map +1 -0
  1378. package/dist/node_modules/lodash/_Map.js +12 -0
  1379. package/dist/node_modules/lodash/_Map.js.map +1 -0
  1380. package/dist/node_modules/lodash/_MapCache.js +23 -0
  1381. package/dist/node_modules/lodash/_MapCache.js.map +1 -0
  1382. package/dist/node_modules/lodash/_Promise.js +12 -0
  1383. package/dist/node_modules/lodash/_Promise.js.map +1 -0
  1384. package/dist/node_modules/lodash/_Set.js +12 -0
  1385. package/dist/node_modules/lodash/_Set.js.map +1 -0
  1386. package/dist/node_modules/lodash/_SetCache.js +18 -0
  1387. package/dist/node_modules/lodash/_SetCache.js.map +1 -0
  1388. package/dist/node_modules/lodash/_Stack.js +20 -0
  1389. package/dist/node_modules/lodash/_Stack.js.map +1 -0
  1390. package/dist/node_modules/lodash/_Symbol.js +11 -0
  1391. package/dist/node_modules/lodash/_Symbol.js.map +1 -0
  1392. package/dist/node_modules/lodash/_Uint8Array.js +11 -0
  1393. package/dist/node_modules/lodash/_Uint8Array.js.map +1 -0
  1394. package/dist/node_modules/lodash/_WeakMap.js +12 -0
  1395. package/dist/node_modules/lodash/_WeakMap.js.map +1 -0
  1396. package/dist/node_modules/lodash/_apply.js +19 -0
  1397. package/dist/node_modules/lodash/_apply.js.map +1 -0
  1398. package/dist/node_modules/lodash/_arrayEvery.js +14 -0
  1399. package/dist/node_modules/lodash/_arrayEvery.js.map +1 -0
  1400. package/dist/node_modules/lodash/_arrayFilter.js +17 -0
  1401. package/dist/node_modules/lodash/_arrayFilter.js.map +1 -0
  1402. package/dist/node_modules/lodash/_arrayIncludes.js +15 -0
  1403. package/dist/node_modules/lodash/_arrayIncludes.js.map +1 -0
  1404. package/dist/node_modules/lodash/_arrayIncludesWith.js +14 -0
  1405. package/dist/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
  1406. package/dist/node_modules/lodash/_arrayLikeKeys.js +22 -0
  1407. package/dist/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
  1408. package/dist/node_modules/lodash/_arrayMap.js +14 -0
  1409. package/dist/node_modules/lodash/_arrayMap.js.map +1 -0
  1410. package/dist/node_modules/lodash/_arrayPush.js +14 -0
  1411. package/dist/node_modules/lodash/_arrayPush.js.map +1 -0
  1412. package/dist/node_modules/lodash/_arraySome.js +14 -0
  1413. package/dist/node_modules/lodash/_arraySome.js.map +1 -0
  1414. package/dist/node_modules/lodash/_asciiToArray.js +13 -0
  1415. package/dist/node_modules/lodash/_asciiToArray.js.map +1 -0
  1416. package/dist/node_modules/lodash/_assocIndexOf.js +16 -0
  1417. package/dist/node_modules/lodash/_assocIndexOf.js.map +1 -0
  1418. package/dist/node_modules/lodash/_baseAssignValue.js +20 -0
  1419. package/dist/node_modules/lodash/_baseAssignValue.js.map +1 -0
  1420. package/dist/node_modules/lodash/_baseEach.js +13 -0
  1421. package/dist/node_modules/lodash/_baseEach.js.map +1 -0
  1422. package/dist/node_modules/lodash/_baseEvery.js +18 -0
  1423. package/dist/node_modules/lodash/_baseEvery.js.map +1 -0
  1424. package/dist/node_modules/lodash/_baseExtremum.js +19 -0
  1425. package/dist/node_modules/lodash/_baseExtremum.js.map +1 -0
  1426. package/dist/node_modules/lodash/_baseFindIndex.js +14 -0
  1427. package/dist/node_modules/lodash/_baseFindIndex.js.map +1 -0
  1428. package/dist/node_modules/lodash/_baseFlatten.js +21 -0
  1429. package/dist/node_modules/lodash/_baseFlatten.js.map +1 -0
  1430. package/dist/node_modules/lodash/_baseFor.js +11 -0
  1431. package/dist/node_modules/lodash/_baseFor.js.map +1 -0
  1432. package/dist/node_modules/lodash/_baseForOwn.js +16 -0
  1433. package/dist/node_modules/lodash/_baseForOwn.js.map +1 -0
  1434. package/dist/node_modules/lodash/_baseGet.js +18 -0
  1435. package/dist/node_modules/lodash/_baseGet.js.map +1 -0
  1436. package/dist/node_modules/lodash/_baseGetAllKeys.js +17 -0
  1437. package/dist/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
  1438. package/dist/node_modules/lodash/_baseGetTag.js +17 -0
  1439. package/dist/node_modules/lodash/_baseGetTag.js.map +1 -0
  1440. package/dist/node_modules/lodash/_baseGt.js +13 -0
  1441. package/dist/node_modules/lodash/_baseGt.js.map +1 -0
  1442. package/dist/node_modules/lodash/_baseHasIn.js +13 -0
  1443. package/dist/node_modules/lodash/_baseHasIn.js.map +1 -0
  1444. package/dist/node_modules/lodash/_baseIndexOf.js +17 -0
  1445. package/dist/node_modules/lodash/_baseIndexOf.js.map +1 -0
  1446. package/dist/node_modules/lodash/_baseIsArguments.js +16 -0
  1447. package/dist/node_modules/lodash/_baseIsArguments.js.map +1 -0
  1448. package/dist/node_modules/lodash/_baseIsEqual.js +16 -0
  1449. package/dist/node_modules/lodash/_baseIsEqual.js.map +1 -0
  1450. package/dist/node_modules/lodash/_baseIsEqualDeep.js +37 -0
  1451. package/dist/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
  1452. package/dist/node_modules/lodash/_baseIsMatch.js +33 -0
  1453. package/dist/node_modules/lodash/_baseIsMatch.js.map +1 -0
  1454. package/dist/node_modules/lodash/_baseIsNaN.js +13 -0
  1455. package/dist/node_modules/lodash/_baseIsNaN.js.map +1 -0
  1456. package/dist/node_modules/lodash/_baseIsNative.js +18 -0
  1457. package/dist/node_modules/lodash/_baseIsNative.js.map +1 -0
  1458. package/dist/node_modules/lodash/_baseIsTypedArray.js +18 -0
  1459. package/dist/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
  1460. package/dist/node_modules/lodash/_baseIteratee.js +19 -0
  1461. package/dist/node_modules/lodash/_baseIteratee.js.map +1 -0
  1462. package/dist/node_modules/lodash/_baseKeys.js +19 -0
  1463. package/dist/node_modules/lodash/_baseKeys.js.map +1 -0
  1464. package/dist/node_modules/lodash/_baseLt.js +13 -0
  1465. package/dist/node_modules/lodash/_baseLt.js.map +1 -0
  1466. package/dist/node_modules/lodash/_baseMap.js +19 -0
  1467. package/dist/node_modules/lodash/_baseMap.js.map +1 -0
  1468. package/dist/node_modules/lodash/_baseMatches.js +20 -0
  1469. package/dist/node_modules/lodash/_baseMatches.js.map +1 -0
  1470. package/dist/node_modules/lodash/_baseMatchesProperty.js +24 -0
  1471. package/dist/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
  1472. package/dist/node_modules/lodash/_baseOrderBy.js +39 -0
  1473. package/dist/node_modules/lodash/_baseOrderBy.js.map +1 -0
  1474. package/dist/node_modules/lodash/_baseProperty.js +15 -0
  1475. package/dist/node_modules/lodash/_baseProperty.js.map +1 -0
  1476. package/dist/node_modules/lodash/_basePropertyDeep.js +17 -0
  1477. package/dist/node_modules/lodash/_basePropertyDeep.js.map +1 -0
  1478. package/dist/node_modules/lodash/_baseRange.js +15 -0
  1479. package/dist/node_modules/lodash/_baseRange.js.map +1 -0
  1480. package/dist/node_modules/lodash/_baseRest.js +17 -0
  1481. package/dist/node_modules/lodash/_baseRest.js.map +1 -0
  1482. package/dist/node_modules/lodash/_baseSetToString.js +21 -0
  1483. package/dist/node_modules/lodash/_baseSetToString.js.map +1 -0
  1484. package/dist/node_modules/lodash/_baseSlice.js +16 -0
  1485. package/dist/node_modules/lodash/_baseSlice.js.map +1 -0
  1486. package/dist/node_modules/lodash/_baseSome.js +18 -0
  1487. package/dist/node_modules/lodash/_baseSome.js.map +1 -0
  1488. package/dist/node_modules/lodash/_baseSortBy.js +15 -0
  1489. package/dist/node_modules/lodash/_baseSortBy.js.map +1 -0
  1490. package/dist/node_modules/lodash/_baseTimes.js +14 -0
  1491. package/dist/node_modules/lodash/_baseTimes.js.map +1 -0
  1492. package/dist/node_modules/lodash/_baseToString.js +22 -0
  1493. package/dist/node_modules/lodash/_baseToString.js.map +1 -0
  1494. package/dist/node_modules/lodash/_baseTrim.js +15 -0
  1495. package/dist/node_modules/lodash/_baseTrim.js.map +1 -0
  1496. package/dist/node_modules/lodash/_baseUnary.js +15 -0
  1497. package/dist/node_modules/lodash/_baseUnary.js.map +1 -0
  1498. package/dist/node_modules/lodash/_baseUniq.js +34 -0
  1499. package/dist/node_modules/lodash/_baseUniq.js.map +1 -0
  1500. package/dist/node_modules/lodash/_cacheHas.js +13 -0
  1501. package/dist/node_modules/lodash/_cacheHas.js.map +1 -0
  1502. package/dist/node_modules/lodash/_castPath.js +18 -0
  1503. package/dist/node_modules/lodash/_castPath.js.map +1 -0
  1504. package/dist/node_modules/lodash/_castSlice.js +16 -0
  1505. package/dist/node_modules/lodash/_castSlice.js.map +1 -0
  1506. package/dist/node_modules/lodash/_compareAscending.js +20 -0
  1507. package/dist/node_modules/lodash/_compareAscending.js.map +1 -0
  1508. package/dist/node_modules/lodash/_compareMultiple.js +19 -0
  1509. package/dist/node_modules/lodash/_compareMultiple.js.map +1 -0
  1510. package/dist/node_modules/lodash/_coreJsData.js +11 -0
  1511. package/dist/node_modules/lodash/_coreJsData.js.map +1 -0
  1512. package/dist/node_modules/lodash/_createBaseEach.js +20 -0
  1513. package/dist/node_modules/lodash/_createBaseEach.js.map +1 -0
  1514. package/dist/node_modules/lodash/_createBaseFor.js +19 -0
  1515. package/dist/node_modules/lodash/_createBaseFor.js.map +1 -0
  1516. package/dist/node_modules/lodash/_createCaseFirst.js +22 -0
  1517. package/dist/node_modules/lodash/_createCaseFirst.js.map +1 -0
  1518. package/dist/node_modules/lodash/_createFind.js +27 -0
  1519. package/dist/node_modules/lodash/_createFind.js.map +1 -0
  1520. package/dist/node_modules/lodash/_createRange.js +19 -0
  1521. package/dist/node_modules/lodash/_createRange.js.map +1 -0
  1522. package/dist/node_modules/lodash/_createSet.js +16 -0
  1523. package/dist/node_modules/lodash/_createSet.js.map +1 -0
  1524. package/dist/node_modules/lodash/_defineProperty.js +17 -0
  1525. package/dist/node_modules/lodash/_defineProperty.js.map +1 -0
  1526. package/dist/node_modules/lodash/_equalArrays.js +42 -0
  1527. package/dist/node_modules/lodash/_equalArrays.js.map +1 -0
  1528. package/dist/node_modules/lodash/_equalByTag.js +42 -0
  1529. package/dist/node_modules/lodash/_equalByTag.js.map +1 -0
  1530. package/dist/node_modules/lodash/_equalObjects.js +39 -0
  1531. package/dist/node_modules/lodash/_equalObjects.js.map +1 -0
  1532. package/dist/node_modules/lodash/_freeGlobal.js +10 -0
  1533. package/dist/node_modules/lodash/_freeGlobal.js.map +1 -0
  1534. package/dist/node_modules/lodash/_getAllKeys.js +17 -0
  1535. package/dist/node_modules/lodash/_getAllKeys.js.map +1 -0
  1536. package/dist/node_modules/lodash/_getMapData.js +16 -0
  1537. package/dist/node_modules/lodash/_getMapData.js.map +1 -0
  1538. package/dist/node_modules/lodash/_getMatchData.js +24 -0
  1539. package/dist/node_modules/lodash/_getMatchData.js.map +1 -0
  1540. package/dist/node_modules/lodash/_getNative.js +17 -0
  1541. package/dist/node_modules/lodash/_getNative.js.map +1 -0
  1542. package/dist/node_modules/lodash/_getPrototype.js +11 -0
  1543. package/dist/node_modules/lodash/_getPrototype.js.map +1 -0
  1544. package/dist/node_modules/lodash/_getRawTag.js +21 -0
  1545. package/dist/node_modules/lodash/_getRawTag.js.map +1 -0
  1546. package/dist/node_modules/lodash/_getSymbols.js +17 -0
  1547. package/dist/node_modules/lodash/_getSymbols.js.map +1 -0
  1548. package/dist/node_modules/lodash/_getTag.js +28 -0
  1549. package/dist/node_modules/lodash/_getTag.js.map +1 -0
  1550. package/dist/node_modules/lodash/_getValue.js +13 -0
  1551. package/dist/node_modules/lodash/_getValue.js.map +1 -0
  1552. package/dist/node_modules/lodash/_hasPath.js +26 -0
  1553. package/dist/node_modules/lodash/_hasPath.js.map +1 -0
  1554. package/dist/node_modules/lodash/_hasUnicode.js +14 -0
  1555. package/dist/node_modules/lodash/_hasUnicode.js.map +1 -0
  1556. package/dist/node_modules/lodash/_hashClear.js +15 -0
  1557. package/dist/node_modules/lodash/_hashClear.js.map +1 -0
  1558. package/dist/node_modules/lodash/_hashDelete.js +14 -0
  1559. package/dist/node_modules/lodash/_hashDelete.js.map +1 -0
  1560. package/dist/node_modules/lodash/_hashGet.js +20 -0
  1561. package/dist/node_modules/lodash/_hashGet.js.map +1 -0
  1562. package/dist/node_modules/lodash/_hashHas.js +16 -0
  1563. package/dist/node_modules/lodash/_hashHas.js.map +1 -0
  1564. package/dist/node_modules/lodash/_hashSet.js +16 -0
  1565. package/dist/node_modules/lodash/_hashSet.js.map +1 -0
  1566. package/dist/node_modules/lodash/_isFlattenable.js +17 -0
  1567. package/dist/node_modules/lodash/_isFlattenable.js.map +1 -0
  1568. package/dist/node_modules/lodash/_isIndex.js +15 -0
  1569. package/dist/node_modules/lodash/_isIndex.js.map +1 -0
  1570. package/dist/node_modules/lodash/_isIterateeCall.js +20 -0
  1571. package/dist/node_modules/lodash/_isIterateeCall.js.map +1 -0
  1572. package/dist/node_modules/lodash/_isKey.js +18 -0
  1573. package/dist/node_modules/lodash/_isKey.js.map +1 -0
  1574. package/dist/node_modules/lodash/_isKeyable.js +14 -0
  1575. package/dist/node_modules/lodash/_isKeyable.js.map +1 -0
  1576. package/dist/node_modules/lodash/_isMasked.js +18 -0
  1577. package/dist/node_modules/lodash/_isMasked.js.map +1 -0
  1578. package/dist/node_modules/lodash/_isPrototype.js +15 -0
  1579. package/dist/node_modules/lodash/_isPrototype.js.map +1 -0
  1580. package/dist/node_modules/lodash/_isStrictComparable.js +15 -0
  1581. package/dist/node_modules/lodash/_isStrictComparable.js.map +1 -0
  1582. package/dist/node_modules/lodash/_listCacheClear.js +13 -0
  1583. package/dist/node_modules/lodash/_listCacheClear.js.map +1 -0
  1584. package/dist/node_modules/lodash/_listCacheDelete.js +16 -0
  1585. package/dist/node_modules/lodash/_listCacheDelete.js.map +1 -0
  1586. package/dist/node_modules/lodash/_listCacheGet.js +16 -0
  1587. package/dist/node_modules/lodash/_listCacheGet.js.map +1 -0
  1588. package/dist/node_modules/lodash/_listCacheHas.js +15 -0
  1589. package/dist/node_modules/lodash/_listCacheHas.js.map +1 -0
  1590. package/dist/node_modules/lodash/_listCacheSet.js +16 -0
  1591. package/dist/node_modules/lodash/_listCacheSet.js.map +1 -0
  1592. package/dist/node_modules/lodash/_mapCacheClear.js +21 -0
  1593. package/dist/node_modules/lodash/_mapCacheClear.js.map +1 -0
  1594. package/dist/node_modules/lodash/_mapCacheDelete.js +16 -0
  1595. package/dist/node_modules/lodash/_mapCacheDelete.js.map +1 -0
  1596. package/dist/node_modules/lodash/_mapCacheGet.js +15 -0
  1597. package/dist/node_modules/lodash/_mapCacheGet.js.map +1 -0
  1598. package/dist/node_modules/lodash/_mapCacheHas.js +15 -0
  1599. package/dist/node_modules/lodash/_mapCacheHas.js.map +1 -0
  1600. package/dist/node_modules/lodash/_mapCacheSet.js +16 -0
  1601. package/dist/node_modules/lodash/_mapCacheSet.js.map +1 -0
  1602. package/dist/node_modules/lodash/_mapToArray.js +16 -0
  1603. package/dist/node_modules/lodash/_mapToArray.js.map +1 -0
  1604. package/dist/node_modules/lodash/_matchesStrictComparable.js +15 -0
  1605. package/dist/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
  1606. package/dist/node_modules/lodash/_memoizeCapped.js +18 -0
  1607. package/dist/node_modules/lodash/_memoizeCapped.js.map +1 -0
  1608. package/dist/node_modules/lodash/_nativeCreate.js +11 -0
  1609. package/dist/node_modules/lodash/_nativeCreate.js.map +1 -0
  1610. package/dist/node_modules/lodash/_nativeKeys.js +11 -0
  1611. package/dist/node_modules/lodash/_nativeKeys.js.map +1 -0
  1612. package/dist/node_modules/lodash/_nodeUtil.js +16 -0
  1613. package/dist/node_modules/lodash/_nodeUtil.js.map +1 -0
  1614. package/dist/node_modules/lodash/_objectToString.js +14 -0
  1615. package/dist/node_modules/lodash/_objectToString.js.map +1 -0
  1616. package/dist/node_modules/lodash/_overArg.js +15 -0
  1617. package/dist/node_modules/lodash/_overArg.js.map +1 -0
  1618. package/dist/node_modules/lodash/_overRest.js +20 -0
  1619. package/dist/node_modules/lodash/_overRest.js.map +1 -0
  1620. package/dist/node_modules/lodash/_root.js +12 -0
  1621. package/dist/node_modules/lodash/_root.js.map +1 -0
  1622. package/dist/node_modules/lodash/_setCacheAdd.js +14 -0
  1623. package/dist/node_modules/lodash/_setCacheAdd.js.map +1 -0
  1624. package/dist/node_modules/lodash/_setCacheHas.js +13 -0
  1625. package/dist/node_modules/lodash/_setCacheHas.js.map +1 -0
  1626. package/dist/node_modules/lodash/_setToArray.js +16 -0
  1627. package/dist/node_modules/lodash/_setToArray.js.map +1 -0
  1628. package/dist/node_modules/lodash/_setToString.js +13 -0
  1629. package/dist/node_modules/lodash/_setToString.js.map +1 -0
  1630. package/dist/node_modules/lodash/_shortOut.js +21 -0
  1631. package/dist/node_modules/lodash/_shortOut.js.map +1 -0
  1632. package/dist/node_modules/lodash/_stackClear.js +15 -0
  1633. package/dist/node_modules/lodash/_stackClear.js.map +1 -0
  1634. package/dist/node_modules/lodash/_stackDelete.js +14 -0
  1635. package/dist/node_modules/lodash/_stackDelete.js.map +1 -0
  1636. package/dist/node_modules/lodash/_stackGet.js +13 -0
  1637. package/dist/node_modules/lodash/_stackGet.js.map +1 -0
  1638. package/dist/node_modules/lodash/_stackHas.js +13 -0
  1639. package/dist/node_modules/lodash/_stackHas.js.map +1 -0
  1640. package/dist/node_modules/lodash/_stackSet.js +23 -0
  1641. package/dist/node_modules/lodash/_stackSet.js.map +1 -0
  1642. package/dist/node_modules/lodash/_strictIndexOf.js +14 -0
  1643. package/dist/node_modules/lodash/_strictIndexOf.js.map +1 -0
  1644. package/dist/node_modules/lodash/_stringToArray.js +17 -0
  1645. package/dist/node_modules/lodash/_stringToArray.js.map +1 -0
  1646. package/dist/node_modules/lodash/_stringToPath.js +17 -0
  1647. package/dist/node_modules/lodash/_stringToPath.js.map +1 -0
  1648. package/dist/node_modules/lodash/_toKey.js +17 -0
  1649. package/dist/node_modules/lodash/_toKey.js.map +1 -0
  1650. package/dist/node_modules/lodash/_toSource.js +22 -0
  1651. package/dist/node_modules/lodash/_toSource.js.map +1 -0
  1652. package/dist/node_modules/lodash/_trimmedEndIndex.js +15 -0
  1653. package/dist/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
  1654. package/dist/node_modules/lodash/_unicodeToArray.js +24 -0
  1655. package/dist/node_modules/lodash/_unicodeToArray.js.map +1 -0
  1656. package/dist/node_modules/lodash/constant.js +15 -0
  1657. package/dist/node_modules/lodash/constant.js.map +1 -0
  1658. package/dist/node_modules/lodash/debounce.js +57 -0
  1659. package/dist/node_modules/lodash/debounce.js.map +1 -0
  1660. package/dist/node_modules/lodash/eq.js +13 -0
  1661. package/dist/node_modules/lodash/eq.js.map +1 -0
  1662. package/dist/node_modules/lodash/every.js +20 -0
  1663. package/dist/node_modules/lodash/every.js.map +1 -0
  1664. package/dist/node_modules/lodash/find.js +12 -0
  1665. package/dist/node_modules/lodash/find.js.map +1 -0
  1666. package/dist/node_modules/lodash/findIndex.js +20 -0
  1667. package/dist/node_modules/lodash/findIndex.js.map +1 -0
  1668. package/dist/node_modules/lodash/flatMap.js +16 -0
  1669. package/dist/node_modules/lodash/flatMap.js.map +1 -0
  1670. package/dist/node_modules/lodash/get.js +16 -0
  1671. package/dist/node_modules/lodash/get.js.map +1 -0
  1672. package/dist/node_modules/lodash/hasIn.js +16 -0
  1673. package/dist/node_modules/lodash/hasIn.js.map +1 -0
  1674. package/dist/node_modules/lodash/identity.js +13 -0
  1675. package/dist/node_modules/lodash/identity.js.map +1 -0
  1676. package/dist/node_modules/lodash/isArguments.js +17 -0
  1677. package/dist/node_modules/lodash/isArguments.js.map +1 -0
  1678. package/dist/node_modules/lodash/isArray.js +10 -0
  1679. package/dist/node_modules/lodash/isArray.js.map +1 -0
  1680. package/dist/node_modules/lodash/isArrayLike.js +16 -0
  1681. package/dist/node_modules/lodash/isArrayLike.js.map +1 -0
  1682. package/dist/node_modules/lodash/isBoolean.js +16 -0
  1683. package/dist/node_modules/lodash/isBoolean.js.map +1 -0
  1684. package/dist/node_modules/lodash/isBuffer.js +13 -0
  1685. package/dist/node_modules/lodash/isBuffer.js.map +1 -0
  1686. package/dist/node_modules/lodash/isEqual.js +15 -0
  1687. package/dist/node_modules/lodash/isEqual.js.map +1 -0
  1688. package/dist/node_modules/lodash/isFunction.js +18 -0
  1689. package/dist/node_modules/lodash/isFunction.js.map +1 -0
  1690. package/dist/node_modules/lodash/isLength.js +14 -0
  1691. package/dist/node_modules/lodash/isLength.js.map +1 -0
  1692. package/dist/node_modules/lodash/isNaN.js +15 -0
  1693. package/dist/node_modules/lodash/isNaN.js.map +1 -0
  1694. package/dist/node_modules/lodash/isNil.js +13 -0
  1695. package/dist/node_modules/lodash/isNil.js.map +1 -0
  1696. package/dist/node_modules/lodash/isNumber.js +16 -0
  1697. package/dist/node_modules/lodash/isNumber.js.map +1 -0
  1698. package/dist/node_modules/lodash/isObject.js +14 -0
  1699. package/dist/node_modules/lodash/isObject.js.map +1 -0
  1700. package/dist/node_modules/lodash/isObjectLike.js +13 -0
  1701. package/dist/node_modules/lodash/isObjectLike.js.map +1 -0
  1702. package/dist/node_modules/lodash/isPlainObject.js +21 -0
  1703. package/dist/node_modules/lodash/isPlainObject.js.map +1 -0
  1704. package/dist/node_modules/lodash/isString.js +17 -0
  1705. package/dist/node_modules/lodash/isString.js.map +1 -0
  1706. package/dist/node_modules/lodash/isSymbol.js +16 -0
  1707. package/dist/node_modules/lodash/isSymbol.js.map +1 -0
  1708. package/dist/node_modules/lodash/isTypedArray.js +14 -0
  1709. package/dist/node_modules/lodash/isTypedArray.js.map +1 -0
  1710. package/dist/node_modules/lodash/keys.js +17 -0
  1711. package/dist/node_modules/lodash/keys.js.map +1 -0
  1712. package/dist/node_modules/lodash/last.js +14 -0
  1713. package/dist/node_modules/lodash/last.js.map +1 -0
  1714. package/dist/node_modules/lodash/map.js +18 -0
  1715. package/dist/node_modules/lodash/map.js.map +1 -0
  1716. package/dist/node_modules/lodash/mapValues.js +20 -0
  1717. package/dist/node_modules/lodash/mapValues.js.map +1 -0
  1718. package/dist/node_modules/lodash/max.js +17 -0
  1719. package/dist/node_modules/lodash/max.js.map +1 -0
  1720. package/dist/node_modules/lodash/maxBy.js +17 -0
  1721. package/dist/node_modules/lodash/maxBy.js.map +1 -0
  1722. package/dist/node_modules/lodash/memoize.js +22 -0
  1723. package/dist/node_modules/lodash/memoize.js.map +1 -0
  1724. package/dist/node_modules/lodash/min.js +17 -0
  1725. package/dist/node_modules/lodash/min.js.map +1 -0
  1726. package/dist/node_modules/lodash/minBy.js +17 -0
  1727. package/dist/node_modules/lodash/minBy.js.map +1 -0
  1728. package/dist/node_modules/lodash/noop.js +11 -0
  1729. package/dist/node_modules/lodash/noop.js.map +1 -0
  1730. package/dist/node_modules/lodash/now.js +14 -0
  1731. package/dist/node_modules/lodash/now.js.map +1 -0
  1732. package/dist/node_modules/lodash/property.js +18 -0
  1733. package/dist/node_modules/lodash/property.js.map +1 -0
  1734. package/dist/node_modules/lodash/range.js +11 -0
  1735. package/dist/node_modules/lodash/range.js.map +1 -0
  1736. package/dist/node_modules/lodash/some.js +20 -0
  1737. package/dist/node_modules/lodash/some.js.map +1 -0
  1738. package/dist/node_modules/lodash/sortBy.js +19 -0
  1739. package/dist/node_modules/lodash/sortBy.js.map +1 -0
  1740. package/dist/node_modules/lodash/stubArray.js +13 -0
  1741. package/dist/node_modules/lodash/stubArray.js.map +1 -0
  1742. package/dist/node_modules/lodash/stubFalse.js +13 -0
  1743. package/dist/node_modules/lodash/stubFalse.js.map +1 -0
  1744. package/dist/node_modules/lodash/throttle.js +22 -0
  1745. package/dist/node_modules/lodash/throttle.js.map +1 -0
  1746. package/dist/node_modules/lodash/toFinite.js +15 -0
  1747. package/dist/node_modules/lodash/toFinite.js.map +1 -0
  1748. package/dist/node_modules/lodash/toInteger.js +16 -0
  1749. package/dist/node_modules/lodash/toInteger.js.map +1 -0
  1750. package/dist/node_modules/lodash/toNumber.js +26 -0
  1751. package/dist/node_modules/lodash/toNumber.js.map +1 -0
  1752. package/dist/node_modules/lodash/toString.js +15 -0
  1753. package/dist/node_modules/lodash/toString.js.map +1 -0
  1754. package/dist/node_modules/lodash/uniqBy.js +16 -0
  1755. package/dist/node_modules/lodash/uniqBy.js.map +1 -0
  1756. package/dist/node_modules/lodash/upperFirst.js +11 -0
  1757. package/dist/node_modules/lodash/upperFirst.js.map +1 -0
  1758. package/dist/node_modules/object-assign/index.js +41 -0
  1759. package/dist/node_modules/object-assign/index.js.map +1 -0
  1760. package/dist/node_modules/prop-types/checkPropTypes.js +46 -0
  1761. package/dist/node_modules/prop-types/checkPropTypes.js.map +1 -0
  1762. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +49 -0
  1763. package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
  1764. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +272 -0
  1765. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
  1766. package/dist/node_modules/prop-types/index.js +16 -0
  1767. package/dist/node_modules/prop-types/index.js.map +1 -0
  1768. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
  1769. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
  1770. package/dist/node_modules/prop-types/lib/has.js +10 -0
  1771. package/dist/node_modules/prop-types/lib/has.js.map +1 -0
  1772. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +84 -0
  1773. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  1774. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +64 -0
  1775. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  1776. package/dist/node_modules/prop-types/node_modules/react-is/index.js +12 -0
  1777. package/dist/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
  1778. package/dist/node_modules/react-is/cjs/react-is.development.js +87 -0
  1779. package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  1780. package/dist/node_modules/react-is/cjs/react-is.production.min.js +65 -0
  1781. package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  1782. package/dist/node_modules/react-is/index.js +12 -0
  1783. package/dist/node_modules/react-is/index.js.map +1 -0
  1784. package/dist/node_modules/react-smooth/es6/Animate.js +374 -0
  1785. package/dist/node_modules/react-smooth/es6/Animate.js.map +1 -0
  1786. package/dist/node_modules/react-smooth/es6/AnimateManager.js +73 -0
  1787. package/dist/node_modules/react-smooth/es6/AnimateManager.js.map +1 -0
  1788. package/dist/node_modules/react-smooth/es6/configUpdate.js +173 -0
  1789. package/dist/node_modules/react-smooth/es6/configUpdate.js.map +1 -0
  1790. package/dist/node_modules/react-smooth/es6/easing.js +152 -0
  1791. package/dist/node_modules/react-smooth/es6/easing.js.map +1 -0
  1792. package/dist/node_modules/react-smooth/es6/index.js +9 -0
  1793. package/dist/node_modules/react-smooth/es6/index.js.map +1 -0
  1794. package/dist/node_modules/react-smooth/es6/setRafTimeout.js +14 -0
  1795. package/dist/node_modules/react-smooth/es6/setRafTimeout.js.map +1 -0
  1796. package/dist/node_modules/react-smooth/es6/util.js +92 -0
  1797. package/dist/node_modules/react-smooth/es6/util.js.map +1 -0
  1798. package/dist/node_modules/recharts/es6/cartesian/Area.js +435 -0
  1799. package/dist/node_modules/recharts/es6/cartesian/Area.js.map +1 -0
  1800. package/dist/node_modules/recharts/es6/cartesian/Bar.js +387 -0
  1801. package/dist/node_modules/recharts/es6/cartesian/Bar.js.map +1 -0
  1802. package/dist/node_modules/recharts/es6/cartesian/Brush.js +499 -0
  1803. package/dist/node_modules/recharts/es6/cartesian/Brush.js.map +1 -0
  1804. package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js +338 -0
  1805. package/dist/node_modules/recharts/es6/cartesian/CartesianAxis.js.map +1 -0
  1806. package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js +305 -0
  1807. package/dist/node_modules/recharts/es6/cartesian/CartesianGrid.js.map +1 -0
  1808. package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js +243 -0
  1809. package/dist/node_modules/recharts/es6/cartesian/ErrorBar.js.map +1 -0
  1810. package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js +173 -0
  1811. package/dist/node_modules/recharts/es6/cartesian/ReferenceArea.js.map +1 -0
  1812. package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js +178 -0
  1813. package/dist/node_modules/recharts/es6/cartesian/ReferenceDot.js.map +1 -0
  1814. package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js +254 -0
  1815. package/dist/node_modules/recharts/es6/cartesian/ReferenceLine.js.map +1 -0
  1816. package/dist/node_modules/recharts/es6/cartesian/XAxis.js +144 -0
  1817. package/dist/node_modules/recharts/es6/cartesian/XAxis.js.map +1 -0
  1818. package/dist/node_modules/recharts/es6/cartesian/YAxis.js +143 -0
  1819. package/dist/node_modules/recharts/es6/cartesian/YAxis.js.map +1 -0
  1820. package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js +18 -0
  1821. package/dist/node_modules/recharts/es6/cartesian/getEquidistantTicks.js.map +1 -0
  1822. package/dist/node_modules/recharts/es6/cartesian/getTicks.js +121 -0
  1823. package/dist/node_modules/recharts/es6/cartesian/getTicks.js.map +1 -0
  1824. package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js +101 -0
  1825. package/dist/node_modules/recharts/es6/chart/AccessibilityManager.js.map +1 -0
  1826. package/dist/node_modules/recharts/es6/chart/AreaChart.js +22 -0
  1827. package/dist/node_modules/recharts/es6/chart/AreaChart.js.map +1 -0
  1828. package/dist/node_modules/recharts/es6/chart/PieChart.js +34 -0
  1829. package/dist/node_modules/recharts/es6/chart/PieChart.js.map +1 -0
  1830. package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js +1245 -0
  1831. package/dist/node_modules/recharts/es6/chart/generateCategoricalChart.js.map +1 -0
  1832. package/dist/node_modules/recharts/es6/component/Cell.js +9 -0
  1833. package/dist/node_modules/recharts/es6/component/Cell.js.map +1 -0
  1834. package/dist/node_modules/recharts/es6/component/Cursor.js +93 -0
  1835. package/dist/node_modules/recharts/es6/component/Cursor.js.map +1 -0
  1836. package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +237 -0
  1837. package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js.map +1 -0
  1838. package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js +171 -0
  1839. package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js.map +1 -0
  1840. package/dist/node_modules/recharts/es6/component/Label.js +353 -0
  1841. package/dist/node_modules/recharts/es6/component/Label.js.map +1 -0
  1842. package/dist/node_modules/recharts/es6/component/LabelList.js +166 -0
  1843. package/dist/node_modules/recharts/es6/component/LabelList.js.map +1 -0
  1844. package/dist/node_modules/recharts/es6/component/Legend.js +234 -0
  1845. package/dist/node_modules/recharts/es6/component/Legend.js.map +1 -0
  1846. package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +187 -0
  1847. package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js.map +1 -0
  1848. package/dist/node_modules/recharts/es6/component/Text.js +225 -0
  1849. package/dist/node_modules/recharts/es6/component/Text.js.map +1 -0
  1850. package/dist/node_modules/recharts/es6/component/Tooltip.js +182 -0
  1851. package/dist/node_modules/recharts/es6/component/Tooltip.js.map +1 -0
  1852. package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js +198 -0
  1853. package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js.map +1 -0
  1854. package/dist/node_modules/recharts/es6/container/Layer.js +40 -0
  1855. package/dist/node_modules/recharts/es6/container/Layer.js.map +1 -0
  1856. package/dist/node_modules/recharts/es6/container/Surface.js +60 -0
  1857. package/dist/node_modules/recharts/es6/container/Surface.js.map +1 -0
  1858. package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +57 -0
  1859. package/dist/node_modules/recharts/es6/context/chartLayoutContext.js.map +1 -0
  1860. package/dist/node_modules/recharts/es6/polar/Pie.js +435 -0
  1861. package/dist/node_modules/recharts/es6/polar/Pie.js.map +1 -0
  1862. package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js +215 -0
  1863. package/dist/node_modules/recharts/es6/polar/PolarAngleAxis.js.map +1 -0
  1864. package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js +268 -0
  1865. package/dist/node_modules/recharts/es6/polar/PolarRadiusAxis.js.map +1 -0
  1866. package/dist/node_modules/recharts/es6/shape/Cross.js +112 -0
  1867. package/dist/node_modules/recharts/es6/shape/Cross.js.map +1 -0
  1868. package/dist/node_modules/recharts/es6/shape/Curve.js +136 -0
  1869. package/dist/node_modules/recharts/es6/shape/Curve.js.map +1 -0
  1870. package/dist/node_modules/recharts/es6/shape/Dot.js +27 -0
  1871. package/dist/node_modules/recharts/es6/shape/Dot.js.map +1 -0
  1872. package/dist/node_modules/recharts/es6/shape/Polygon.js +112 -0
  1873. package/dist/node_modules/recharts/es6/shape/Polygon.js.map +1 -0
  1874. package/dist/node_modules/recharts/es6/shape/Rectangle.js +205 -0
  1875. package/dist/node_modules/recharts/es6/shape/Rectangle.js.map +1 -0
  1876. package/dist/node_modules/recharts/es6/shape/Sector.js +192 -0
  1877. package/dist/node_modules/recharts/es6/shape/Sector.js.map +1 -0
  1878. package/dist/node_modules/recharts/es6/shape/Symbols.js +143 -0
  1879. package/dist/node_modules/recharts/es6/shape/Symbols.js.map +1 -0
  1880. package/dist/node_modules/recharts/es6/shape/Trapezoid.js +175 -0
  1881. package/dist/node_modules/recharts/es6/shape/Trapezoid.js.map +1 -0
  1882. package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js +181 -0
  1883. package/dist/node_modules/recharts/es6/util/ActiveShapeUtils.js.map +1 -0
  1884. package/dist/node_modules/recharts/es6/util/BarUtils.js +112 -0
  1885. package/dist/node_modules/recharts/es6/util/BarUtils.js.map +1 -0
  1886. package/dist/node_modules/recharts/es6/util/CartesianUtils.js +234 -0
  1887. package/dist/node_modules/recharts/es6/util/CartesianUtils.js.map +1 -0
  1888. package/dist/node_modules/recharts/es6/util/ChartUtils.js +562 -0
  1889. package/dist/node_modules/recharts/es6/util/ChartUtils.js.map +1 -0
  1890. package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js +70 -0
  1891. package/dist/node_modules/recharts/es6/util/CssPrefixUtils.js.map +1 -0
  1892. package/dist/node_modules/recharts/es6/util/DOMUtils.js +108 -0
  1893. package/dist/node_modules/recharts/es6/util/DOMUtils.js.map +1 -0
  1894. package/dist/node_modules/recharts/es6/util/DataUtils.js +57 -0
  1895. package/dist/node_modules/recharts/es6/util/DataUtils.js.map +1 -0
  1896. package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js +58 -0
  1897. package/dist/node_modules/recharts/es6/util/DetectReferenceElementsDomain.js.map +1 -0
  1898. package/dist/node_modules/recharts/es6/util/Events.js +7 -0
  1899. package/dist/node_modules/recharts/es6/util/Events.js.map +1 -0
  1900. package/dist/node_modules/recharts/es6/util/Global.js +21 -0
  1901. package/dist/node_modules/recharts/es6/util/Global.js.map +1 -0
  1902. package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js +9 -0
  1903. package/dist/node_modules/recharts/es6/util/IfOverflowMatches.js.map +1 -0
  1904. package/dist/node_modules/recharts/es6/util/LogUtils.js +15 -0
  1905. package/dist/node_modules/recharts/es6/util/LogUtils.js.map +1 -0
  1906. package/dist/node_modules/recharts/es6/util/PolarUtils.js +198 -0
  1907. package/dist/node_modules/recharts/es6/util/PolarUtils.js.map +1 -0
  1908. package/dist/node_modules/recharts/es6/util/ReactUtils.js +137 -0
  1909. package/dist/node_modules/recharts/es6/util/ReactUtils.js.map +1 -0
  1910. package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js +181 -0
  1911. package/dist/node_modules/recharts/es6/util/ReduceCSSCalc.js.map +1 -0
  1912. package/dist/node_modules/recharts/es6/util/ShallowEqual.js +10 -0
  1913. package/dist/node_modules/recharts/es6/util/ShallowEqual.js.map +1 -0
  1914. package/dist/node_modules/recharts/es6/util/TickUtils.js +31 -0
  1915. package/dist/node_modules/recharts/es6/util/TickUtils.js.map +1 -0
  1916. package/dist/node_modules/recharts/es6/util/calculateViewBox.js +25 -0
  1917. package/dist/node_modules/recharts/es6/util/calculateViewBox.js.map +1 -0
  1918. package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js +23 -0
  1919. package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js.map +1 -0
  1920. package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js +16 -0
  1921. package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js.map +1 -0
  1922. package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js +17 -0
  1923. package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js.map +1 -0
  1924. package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js +12 -0
  1925. package/dist/node_modules/recharts/es6/util/getEveryNthWithCondition.js.map +1 -0
  1926. package/dist/node_modules/recharts/es6/util/getLegendProps.js +88 -0
  1927. package/dist/node_modules/recharts/es6/util/getLegendProps.js.map +1 -0
  1928. package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js +13 -0
  1929. package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js.map +1 -0
  1930. package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js +12 -0
  1931. package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js.map +1 -0
  1932. package/dist/node_modules/recharts/es6/util/tooltip/translate.js +87 -0
  1933. package/dist/node_modules/recharts/es6/util/tooltip/translate.js.map +1 -0
  1934. package/dist/node_modules/recharts/es6/util/types.js +43 -0
  1935. package/dist/node_modules/recharts/es6/util/types.js.map +1 -0
  1936. package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +132 -0
  1937. package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js.map +1 -0
  1938. package/dist/node_modules/recharts-scale/es6/index.js +1 -0
  1939. package/dist/node_modules/recharts-scale/es6/util/arithmetic.js +32 -0
  1940. package/dist/node_modules/recharts-scale/es6/util/arithmetic.js.map +1 -0
  1941. package/dist/node_modules/recharts-scale/es6/util/utils.js +79 -0
  1942. package/dist/node_modules/recharts-scale/es6/util/utils.js.map +1 -0
  1943. package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +13 -0
  1944. package/dist/node_modules/tiny-invariant/dist/esm/tiny-invariant.js.map +1 -0
  1945. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +56 -0
  1946. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -0
  1947. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +54 -0
  1948. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
  1949. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -0
  1950. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
  1951. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +46 -0
  1952. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  1953. package/dist/node_modules/use-sync-external-store/shim/index.js +12 -0
  1954. package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
  1955. package/dist/node_modules/use-sync-external-store/shim/with-selector.js +12 -0
  1956. package/dist/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -0
  1957. package/dist/node_modules/victory-vendor/es/d3-scale.js +53 -0
  1958. package/dist/node_modules/victory-vendor/es/d3-scale.js.map +1 -0
  1959. package/dist/node_modules/zustand/esm/traditional.js +17 -0
  1960. package/dist/node_modules/zustand/esm/traditional.js.map +1 -0
  1961. package/dist/node_modules/zustand/esm/vanilla/shallow.js +21 -0
  1962. package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +1 -0
  1963. package/dist/node_modules/zustand/esm/vanilla.js +20 -0
  1964. package/dist/node_modules/zustand/esm/vanilla.js.map +1 -0
  1965. package/dist/pages/ActionsPage.d.ts +2 -0
  1966. package/dist/pages/ActionsPage.d.ts.map +1 -0
  1967. package/dist/pages/ActionsPage.js +594 -0
  1968. package/dist/pages/ActionsPage.js.map +1 -0
  1969. package/dist/pages/AgentDetailsPage.d.ts +5 -0
  1970. package/dist/pages/AgentDetailsPage.d.ts.map +1 -0
  1971. package/dist/pages/AgentDetailsPage.js +1714 -0
  1972. package/dist/pages/AgentDetailsPage.js.map +1 -0
  1973. package/dist/pages/AgentGraphPage.d.ts +9 -0
  1974. package/dist/pages/AgentGraphPage.d.ts.map +1 -0
  1975. package/dist/pages/AgentGraphPage.js +179 -0
  1976. package/dist/pages/AgentGraphPage.js.map +1 -0
  1977. package/dist/pages/AgentsLandingPage.d.ts +12 -0
  1978. package/dist/pages/AgentsLandingPage.d.ts.map +1 -0
  1979. package/dist/pages/AgentsLandingPage.js +84 -0
  1980. package/dist/pages/AgentsLandingPage.js.map +1 -0
  1981. package/dist/pages/AgentsPage.d.ts +5 -0
  1982. package/dist/pages/AgentsPage.d.ts.map +1 -0
  1983. package/dist/pages/AgentsPage.js +701 -0
  1984. package/dist/pages/AgentsPage.js.map +1 -0
  1985. package/dist/pages/AnalyticsPage.d.ts +2 -0
  1986. package/dist/pages/AnalyticsPage.d.ts.map +1 -0
  1987. package/dist/pages/AnalyticsPage.js +507 -0
  1988. package/dist/pages/AnalyticsPage.js.map +1 -0
  1989. package/dist/pages/CatalogDetailPage.d.ts +2 -0
  1990. package/dist/pages/CatalogDetailPage.d.ts.map +1 -0
  1991. package/dist/pages/CatalogDetailPage.js +842 -0
  1992. package/dist/pages/CatalogDetailPage.js.map +1 -0
  1993. package/dist/pages/CatalogDocsPage.d.ts +2 -0
  1994. package/dist/pages/CatalogDocsPage.d.ts.map +1 -0
  1995. package/dist/pages/CatalogDocsPage.js +154 -0
  1996. package/dist/pages/CatalogDocsPage.js.map +1 -0
  1997. package/dist/pages/CatalogPage.d.ts +2 -0
  1998. package/dist/pages/CatalogPage.d.ts.map +1 -0
  1999. package/dist/pages/CatalogPage.js +189 -0
  2000. package/dist/pages/CatalogPage.js.map +1 -0
  2001. package/dist/pages/ComponentDetailPage.d.ts +2 -0
  2002. package/dist/pages/ComponentDetailPage.d.ts.map +1 -0
  2003. package/dist/pages/ComponentDetailPage.js +557 -0
  2004. package/dist/pages/ComponentDetailPage.js.map +1 -0
  2005. package/dist/pages/ComponentDocsPage.d.ts +2 -0
  2006. package/dist/pages/ComponentDocsPage.d.ts.map +1 -0
  2007. package/dist/pages/ComponentDocsPage.js +154 -0
  2008. package/dist/pages/ComponentDocsPage.js.map +1 -0
  2009. package/dist/pages/ComponentsPage.d.ts +2 -0
  2010. package/dist/pages/ComponentsPage.d.ts.map +1 -0
  2011. package/dist/pages/ComponentsPage.js +250 -0
  2012. package/dist/pages/ComponentsPage.js.map +1 -0
  2013. package/dist/pages/GettingStartedPage.d.ts +16 -0
  2014. package/dist/pages/GettingStartedPage.d.ts.map +1 -0
  2015. package/dist/pages/GettingStartedPage.js +261 -0
  2016. package/dist/pages/GettingStartedPage.js.map +1 -0
  2017. package/dist/pages/HealthPage.d.ts +2 -0
  2018. package/dist/pages/HealthPage.d.ts.map +1 -0
  2019. package/dist/pages/HealthPage.js +383 -0
  2020. package/dist/pages/HealthPage.js.map +1 -0
  2021. package/dist/pages/LogsPage.d.ts +2 -0
  2022. package/dist/pages/LogsPage.d.ts.map +1 -0
  2023. package/dist/pages/NoteDetailsPage.d.ts +2 -0
  2024. package/dist/pages/NoteDetailsPage.d.ts.map +1 -0
  2025. package/dist/pages/NoteDetailsPage.js +163 -0
  2026. package/dist/pages/NoteDetailsPage.js.map +1 -0
  2027. package/dist/pages/OverviewPage.d.ts +9 -0
  2028. package/dist/pages/OverviewPage.d.ts.map +1 -0
  2029. package/dist/pages/OverviewPage.js +419 -0
  2030. package/dist/pages/OverviewPage.js.map +1 -0
  2031. package/dist/pages/SessionDetailsPage.d.ts +6 -0
  2032. package/dist/pages/SessionDetailsPage.d.ts.map +1 -0
  2033. package/dist/pages/SessionDetailsPage.js +707 -0
  2034. package/dist/pages/SessionDetailsPage.js.map +1 -0
  2035. package/dist/pages/SessionsPage.d.ts +6 -0
  2036. package/dist/pages/SessionsPage.d.ts.map +1 -0
  2037. package/dist/pages/SessionsPage.js +1382 -0
  2038. package/dist/pages/SessionsPage.js.map +1 -0
  2039. package/dist/pages/SettingsPage.d.ts +2 -0
  2040. package/dist/pages/SettingsPage.d.ts.map +1 -0
  2041. package/dist/pages/SettingsPage.js +238 -0
  2042. package/dist/pages/SettingsPage.js.map +1 -0
  2043. package/dist/pages/SharedSessionPage.d.ts +13 -0
  2044. package/dist/pages/SharedSessionPage.d.ts.map +1 -0
  2045. package/dist/pages/SharedSessionPage.js +471 -0
  2046. package/dist/pages/SharedSessionPage.js.map +1 -0
  2047. package/dist/pages/SharedVibeDeckPage.d.ts +8 -0
  2048. package/dist/pages/SharedVibeDeckPage.d.ts.map +1 -0
  2049. package/dist/pages/SharedVibeDeckPage.js +262 -0
  2050. package/dist/pages/SharedVibeDeckPage.js.map +1 -0
  2051. package/dist/pages/TargetDetailsPage.d.ts +13 -0
  2052. package/dist/pages/TargetDetailsPage.d.ts.map +1 -0
  2053. package/dist/pages/TargetDetailsPage.js +266 -0
  2054. package/dist/pages/TargetDetailsPage.js.map +1 -0
  2055. package/dist/pages/TargetsPage.d.ts +8 -0
  2056. package/dist/pages/TargetsPage.d.ts.map +1 -0
  2057. package/dist/pages/TargetsPage.js +1113 -0
  2058. package/dist/pages/TargetsPage.js.map +1 -0
  2059. package/dist/pages/TemplateDetailPage.d.ts +2 -0
  2060. package/dist/pages/TemplateDetailPage.d.ts.map +1 -0
  2061. package/dist/pages/TemplateDetailPage.js +302 -0
  2062. package/dist/pages/TemplateDetailPage.js.map +1 -0
  2063. package/dist/pages/TemplatesPage.d.ts +2 -0
  2064. package/dist/pages/TemplatesPage.d.ts.map +1 -0
  2065. package/dist/pages/TemplatesPage.js +173 -0
  2066. package/dist/pages/TemplatesPage.js.map +1 -0
  2067. package/dist/pages/TunnelsLandingPage.d.ts +8 -0
  2068. package/dist/pages/TunnelsLandingPage.d.ts.map +1 -0
  2069. package/dist/pages/TunnelsLandingPage.js +69 -0
  2070. package/dist/pages/TunnelsLandingPage.js.map +1 -0
  2071. package/dist/pages/VibeAuditPage.d.ts +2 -0
  2072. package/dist/pages/VibeAuditPage.d.ts.map +1 -0
  2073. package/dist/pages/VibeAuditPage.js +233 -0
  2074. package/dist/pages/VibeAuditPage.js.map +1 -0
  2075. package/dist/pages/VibeCalendarPage.d.ts +9 -0
  2076. package/dist/pages/VibeCalendarPage.d.ts.map +1 -0
  2077. package/dist/pages/VibeCalendarPage.js +221 -0
  2078. package/dist/pages/VibeCalendarPage.js.map +1 -0
  2079. package/dist/pages/VibeDeckPage.d.ts +2 -0
  2080. package/dist/pages/VibeDeckPage.d.ts.map +1 -0
  2081. package/dist/pages/VibeDeckPage.js +884 -0
  2082. package/dist/pages/VibeDeckPage.js.map +1 -0
  2083. package/dist/pages/VibeDetailsPage.d.ts +5 -0
  2084. package/dist/pages/VibeDetailsPage.d.ts.map +1 -0
  2085. package/dist/pages/VibeDetailsPage.js +1321 -0
  2086. package/dist/pages/VibeDetailsPage.js.map +1 -0
  2087. package/dist/pages/VibeDocsPage.d.ts +2 -0
  2088. package/dist/pages/VibeDocsPage.d.ts.map +1 -0
  2089. package/dist/pages/VibeDocsPage.js +154 -0
  2090. package/dist/pages/VibeDocsPage.js.map +1 -0
  2091. package/dist/pages/VibeTaskDetailPage.d.ts +9 -0
  2092. package/dist/pages/VibeTaskDetailPage.d.ts.map +1 -0
  2093. package/dist/pages/VibeTaskDetailPage.js +264 -0
  2094. package/dist/pages/VibeTaskDetailPage.js.map +1 -0
  2095. package/dist/pages/VibesPage.d.ts +5 -0
  2096. package/dist/pages/VibesPage.d.ts.map +1 -0
  2097. package/dist/pages/VibesPage.js +600 -0
  2098. package/dist/pages/VibesPage.js.map +1 -0
  2099. package/dist/pages/WebhooksPage.d.ts +5 -0
  2100. package/dist/pages/WebhooksPage.d.ts.map +1 -0
  2101. package/dist/pages/ai/AIPage.d.ts +6 -0
  2102. package/dist/pages/ai/AIPage.d.ts.map +1 -0
  2103. package/dist/pages/ai/AIPage.js +187 -0
  2104. package/dist/pages/ai/AIPage.js.map +1 -0
  2105. package/dist/pages/ai/AISessionDetailPage.d.ts +5 -0
  2106. package/dist/pages/ai/AISessionDetailPage.d.ts.map +1 -0
  2107. package/dist/pages/ai/AISessionDetailPage.js +441 -0
  2108. package/dist/pages/ai/AISessionDetailPage.js.map +1 -0
  2109. package/dist/pages/ai/AgentManagerPage.d.ts +9 -0
  2110. package/dist/pages/ai/AgentManagerPage.d.ts.map +1 -0
  2111. package/dist/pages/ai/AgentManagerPage.js +159 -0
  2112. package/dist/pages/ai/AgentManagerPage.js.map +1 -0
  2113. package/dist/pages/index.d.ts +17 -0
  2114. package/dist/pages/index.d.ts.map +1 -0
  2115. package/dist/pages/tunnels/AuditTab.d.ts +8 -0
  2116. package/dist/pages/tunnels/AuditTab.d.ts.map +1 -0
  2117. package/dist/pages/tunnels/AuditTab.js +22 -0
  2118. package/dist/pages/tunnels/AuditTab.js.map +1 -0
  2119. package/dist/pages/tunnels/DomainsTab.d.ts +2 -0
  2120. package/dist/pages/tunnels/DomainsTab.d.ts.map +1 -0
  2121. package/dist/pages/tunnels/DomainsTab.js +110 -0
  2122. package/dist/pages/tunnels/DomainsTab.js.map +1 -0
  2123. package/dist/pages/tunnels/ProvidersTab.d.ts +2 -0
  2124. package/dist/pages/tunnels/ProvidersTab.d.ts.map +1 -0
  2125. package/dist/pages/tunnels/ProvidersTab.js +111 -0
  2126. package/dist/pages/tunnels/ProvidersTab.js.map +1 -0
  2127. package/dist/pages/tunnels/SessionsTab.d.ts +8 -0
  2128. package/dist/pages/tunnels/SessionsTab.d.ts.map +1 -0
  2129. package/dist/pages/tunnels/SessionsTab.js +63 -0
  2130. package/dist/pages/tunnels/SessionsTab.js.map +1 -0
  2131. package/dist/pages/tunnels/TunnelDetailsPage.d.ts +2 -0
  2132. package/dist/pages/tunnels/TunnelDetailsPage.d.ts.map +1 -0
  2133. package/dist/pages/tunnels/TunnelDetailsPage.js +121 -0
  2134. package/dist/pages/tunnels/TunnelDetailsPage.js.map +1 -0
  2135. package/dist/pages/tunnels/TunnelsTab.d.ts +2 -0
  2136. package/dist/pages/tunnels/TunnelsTab.d.ts.map +1 -0
  2137. package/dist/pages/tunnels/TunnelsTab.js +174 -0
  2138. package/dist/pages/tunnels/TunnelsTab.js.map +1 -0
  2139. package/dist/pages/tunnels/UsageTab.d.ts +8 -0
  2140. package/dist/pages/tunnels/UsageTab.d.ts.map +1 -0
  2141. package/dist/pages/tunnels/UsageTab.js +22 -0
  2142. package/dist/pages/tunnels/UsageTab.js.map +1 -0
  2143. package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts +4 -0
  2144. package/dist/pages/tunnels/tabs/TunnelAuditTab.d.ts.map +1 -0
  2145. package/dist/pages/tunnels/tabs/TunnelAuditTab.js +68 -0
  2146. package/dist/pages/tunnels/tabs/TunnelAuditTab.js.map +1 -0
  2147. package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts +8 -0
  2148. package/dist/pages/tunnels/tabs/TunnelCliTab.d.ts.map +1 -0
  2149. package/dist/pages/tunnels/tabs/TunnelCliTab.js +63 -0
  2150. package/dist/pages/tunnels/tabs/TunnelCliTab.js.map +1 -0
  2151. package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts +8 -0
  2152. package/dist/pages/tunnels/tabs/TunnelDomainsTab.d.ts.map +1 -0
  2153. package/dist/pages/tunnels/tabs/TunnelDomainsTab.js +120 -0
  2154. package/dist/pages/tunnels/tabs/TunnelDomainsTab.js.map +1 -0
  2155. package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts +8 -0
  2156. package/dist/pages/tunnels/tabs/TunnelEndpointsTab.d.ts.map +1 -0
  2157. package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js +56 -0
  2158. package/dist/pages/tunnels/tabs/TunnelEndpointsTab.js.map +1 -0
  2159. package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts +8 -0
  2160. package/dist/pages/tunnels/tabs/TunnelOverviewTab.d.ts.map +1 -0
  2161. package/dist/pages/tunnels/tabs/TunnelOverviewTab.js +137 -0
  2162. package/dist/pages/tunnels/tabs/TunnelOverviewTab.js.map +1 -0
  2163. package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts +4 -0
  2164. package/dist/pages/tunnels/tabs/TunnelSessionsTab.d.ts.map +1 -0
  2165. package/dist/pages/tunnels/tabs/TunnelSessionsTab.js +104 -0
  2166. package/dist/pages/tunnels/tabs/TunnelSessionsTab.js.map +1 -0
  2167. package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts +9 -0
  2168. package/dist/pages/tunnels/tabs/TunnelSettingsTab.d.ts.map +1 -0
  2169. package/dist/pages/tunnels/tabs/TunnelSettingsTab.js +67 -0
  2170. package/dist/pages/tunnels/tabs/TunnelSettingsTab.js.map +1 -0
  2171. package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts +4 -0
  2172. package/dist/pages/tunnels/tabs/TunnelUsageTab.d.ts.map +1 -0
  2173. package/dist/pages/tunnels/tabs/TunnelUsageTab.js +127 -0
  2174. package/dist/pages/tunnels/tabs/TunnelUsageTab.js.map +1 -0
  2175. package/dist/plugin.d.ts +4 -0
  2176. package/dist/plugin.d.ts.map +1 -0
  2177. package/dist/plugin.js +84 -0
  2178. package/dist/plugin.js.map +1 -0
  2179. package/dist/providers/AgentEventsProvider.d.ts +79 -0
  2180. package/dist/providers/AgentEventsProvider.d.ts.map +1 -0
  2181. package/dist/providers/AgentEventsProvider.js +42 -0
  2182. package/dist/providers/AgentEventsProvider.js.map +1 -0
  2183. package/dist/providers/VibeControlsProvider.d.ts +29 -0
  2184. package/dist/providers/VibeControlsProvider.d.ts.map +1 -0
  2185. package/dist/providers/VibeControlsProvider.js +126 -0
  2186. package/dist/providers/VibeControlsProvider.js.map +1 -0
  2187. package/dist/services/aiApi.d.ts +310 -0
  2188. package/dist/services/aiApi.d.ts.map +1 -0
  2189. package/dist/services/aiApi.js +336 -0
  2190. package/dist/services/aiApi.js.map +1 -0
  2191. package/dist/services/assistantApi.d.ts +71 -0
  2192. package/dist/services/assistantApi.d.ts.map +1 -0
  2193. package/dist/services/assistantApi.js +235 -0
  2194. package/dist/services/assistantApi.js.map +1 -0
  2195. package/dist/services/assistantExportService.d.ts +9 -0
  2196. package/dist/services/assistantExportService.d.ts.map +1 -0
  2197. package/dist/services/assistantExportService.js +44 -0
  2198. package/dist/services/assistantExportService.js.map +1 -0
  2199. package/dist/services/schedulerApi.d.ts +18 -0
  2200. package/dist/services/schedulerApi.d.ts.map +1 -0
  2201. package/dist/services/schedulerApi.js +39 -0
  2202. package/dist/services/schedulerApi.js.map +1 -0
  2203. package/dist/shared/hooks/useTr.d.ts +17 -0
  2204. package/dist/shared/hooks/useTr.d.ts.map +1 -0
  2205. package/dist/shared/hooks/useTr.js +14 -0
  2206. package/dist/shared/hooks/useTr.js.map +1 -0
  2207. package/dist/store/agentManagerStore.d.ts +65 -0
  2208. package/dist/store/agentManagerStore.d.ts.map +1 -0
  2209. package/dist/store/agentManagerStore.js +244 -0
  2210. package/dist/store/agentManagerStore.js.map +1 -0
  2211. package/dist/store/assistantStore.d.ts +56 -0
  2212. package/dist/store/assistantStore.d.ts.map +1 -0
  2213. package/dist/store/assistantStore.js +165 -0
  2214. package/dist/store/assistantStore.js.map +1 -0
  2215. package/dist/store/vibeControlsStore.d.ts +68 -0
  2216. package/dist/store/vibeControlsStore.d.ts.map +1 -0
  2217. package/dist/store/vibeControlsStore.js +123 -0
  2218. package/dist/store/vibeControlsStore.js.map +1 -0
  2219. package/dist/translations/en.d.ts +2174 -0
  2220. package/dist/translations/en.d.ts.map +1 -0
  2221. package/dist/translations/en.js +2130 -0
  2222. package/dist/translations/en.js.map +1 -0
  2223. package/dist/types/agentManager.d.ts +72 -0
  2224. package/dist/types/agentManager.d.ts.map +1 -0
  2225. package/dist/types/assistant.d.ts +58 -0
  2226. package/dist/types/assistant.d.ts.map +1 -0
  2227. package/dist/types/assistant.js +7 -0
  2228. package/dist/types/assistant.js.map +1 -0
  2229. package/dist/types/index.d.ts +134 -0
  2230. package/dist/types/index.d.ts.map +1 -0
  2231. package/dist/utils/agentStatus.d.ts +42 -0
  2232. package/dist/utils/agentStatus.d.ts.map +1 -0
  2233. package/dist/utils/agentStatus.js +9 -0
  2234. package/dist/utils/agentStatus.js.map +1 -0
  2235. package/dist/utils/aiSessionNotFound.d.ts +2 -0
  2236. package/dist/utils/aiSessionNotFound.d.ts.map +1 -0
  2237. package/dist/utils/aiSessionNotFound.js +18 -0
  2238. package/dist/utils/aiSessionNotFound.js.map +1 -0
  2239. package/dist/utils/nativeBridge.d.ts +3 -0
  2240. package/dist/utils/nativeBridge.d.ts.map +1 -0
  2241. package/dist/utils/nativeBridge.js +2 -0
  2242. package/dist/utils/pageContext.d.ts +23 -0
  2243. package/dist/utils/pageContext.d.ts.map +1 -0
  2244. package/dist/utils/pageContext.js +16 -0
  2245. package/dist/utils/pageContext.js.map +1 -0
  2246. package/dist/utils/quotaUtils.d.ts +8 -0
  2247. package/dist/utils/quotaUtils.d.ts.map +1 -0
  2248. package/dist/utils/quotaUtils.js +88 -0
  2249. package/dist/utils/quotaUtils.js.map +1 -0
  2250. package/dist/utils/relativeTime.d.ts +3 -0
  2251. package/dist/utils/relativeTime.d.ts.map +1 -0
  2252. package/dist/utils/relativeTime.js +24 -0
  2253. package/dist/utils/relativeTime.js.map +1 -0
  2254. 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