@metrevals/inspect-scout-viewer 0.2.3-beta.1763116516

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 (359) hide show
  1. package/README.md +97 -0
  2. package/lib/App.d.ts +3 -0
  3. package/lib/App.d.ts.map +1 -0
  4. package/lib/AppErrorBoundary.d.ts +16 -0
  5. package/lib/AppErrorBoundary.d.ts.map +1 -0
  6. package/lib/AppRouter.d.ts +2 -0
  7. package/lib/AppRouter.d.ts.map +1 -0
  8. package/lib/_commonjsHelpers-DWwsNxpa.js +9 -0
  9. package/lib/_commonjsHelpers-DWwsNxpa.js.map +1 -0
  10. package/lib/api/api-scout-server.d.ts +3 -0
  11. package/lib/api/api-scout-server.d.ts.map +1 -0
  12. package/lib/api/api-vscode.d.ts +4 -0
  13. package/lib/api/api-vscode.d.ts.map +1 -0
  14. package/lib/api/api.d.ts +11 -0
  15. package/lib/api/api.d.ts.map +1 -0
  16. package/lib/api/jsonrpc.d.ts +44 -0
  17. package/lib/api/jsonrpc.d.ts.map +1 -0
  18. package/lib/app/appearance/fonts.d.ts +27 -0
  19. package/lib/app/appearance/fonts.d.ts.map +1 -0
  20. package/lib/app/appearance/icons.d.ts +130 -0
  21. package/lib/app/appearance/icons.d.ts.map +1 -0
  22. package/lib/app/appearance/styles.d.ts +39 -0
  23. package/lib/app/appearance/styles.d.ts.map +1 -0
  24. package/lib/app/components/Footer.d.ts +20 -0
  25. package/lib/app/components/Footer.d.ts.map +1 -0
  26. package/lib/app/components/MarkdownDivWithReferences.d.ts +15 -0
  27. package/lib/app/components/MarkdownDivWithReferences.d.ts.map +1 -0
  28. package/lib/app/components/Pager.d.ts +10 -0
  29. package/lib/app/components/Pager.d.ts.map +1 -0
  30. package/lib/app/hooks.d.ts +19 -0
  31. package/lib/app/hooks.d.ts.map +1 -0
  32. package/lib/app/navbar/Navbar.d.ts +8 -0
  33. package/lib/app/navbar/Navbar.d.ts.map +1 -0
  34. package/lib/app/navbar/useBreadcrumbTruncation.d.ts +13 -0
  35. package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +1 -0
  36. package/lib/app/result/ScanResultHeader.d.ts +8 -0
  37. package/lib/app/result/ScanResultHeader.d.ts.map +1 -0
  38. package/lib/app/result/ScanResultNav.d.ts +3 -0
  39. package/lib/app/result/ScanResultNav.d.ts.map +1 -0
  40. package/lib/app/result/ScanResultPanel.d.ts +3 -0
  41. package/lib/app/result/ScanResultPanel.d.ts.map +1 -0
  42. package/lib/app/result/info/InfoPanel.d.ts +9 -0
  43. package/lib/app/result/info/InfoPanel.d.ts.map +1 -0
  44. package/lib/app/result/input/InputPanel.d.ts +7 -0
  45. package/lib/app/result/input/InputPanel.d.ts.map +1 -0
  46. package/lib/app/result/result/ResultPanel.d.ts +8 -0
  47. package/lib/app/result/result/ResultPanel.d.ts.map +1 -0
  48. package/lib/app/result/transcript/TranscriptPanel.d.ts +11 -0
  49. package/lib/app/result/transcript/TranscriptPanel.d.ts.map +1 -0
  50. package/lib/app/scanJobs/ScanJobGrid.d.ts +3 -0
  51. package/lib/app/scanJobs/ScanJobGrid.d.ts.map +1 -0
  52. package/lib/app/scanJobs/ScanJobsPanel.d.ts +3 -0
  53. package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +1 -0
  54. package/lib/app/scanner/ScannerPanel.d.ts +3 -0
  55. package/lib/app/scanner/ScannerPanel.d.ts.map +1 -0
  56. package/lib/app/scanner/ScannerPanelBody.d.ts +4 -0
  57. package/lib/app/scanner/ScannerPanelBody.d.ts.map +1 -0
  58. package/lib/app/scanner/ScannerPanelTitle.d.ts +3 -0
  59. package/lib/app/scanner/ScannerPanelTitle.d.ts.map +1 -0
  60. package/lib/app/scanner/info/ScanInfo.d.ts +3 -0
  61. package/lib/app/scanner/info/ScanInfo.d.ts.map +1 -0
  62. package/lib/app/scanner/results/ScanResultsBody.d.ts +3 -0
  63. package/lib/app/scanner/results/ScanResultsBody.d.ts.map +1 -0
  64. package/lib/app/scanner/results/ScanResultsFilter.d.ts +5 -0
  65. package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +1 -0
  66. package/lib/app/scanner/results/ScanResultsOutline.d.ts +3 -0
  67. package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +1 -0
  68. package/lib/app/scanner/results/ScanResultsPanel.d.ts +3 -0
  69. package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +1 -0
  70. package/lib/app/scanner/results/list/ScanHeader.d.ts +8 -0
  71. package/lib/app/scanner/results/list/ScanHeader.d.ts.map +1 -0
  72. package/lib/app/scanner/results/list/ScanResultsList.d.ts +13 -0
  73. package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +1 -0
  74. package/lib/app/scanner/results/list/ScanResultsRow.d.ts +10 -0
  75. package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +1 -0
  76. package/lib/app/types.d.ts +117 -0
  77. package/lib/app/types.d.ts.map +1 -0
  78. package/lib/app/utils/arrow.d.ts +3 -0
  79. package/lib/app/utils/arrow.d.ts.map +1 -0
  80. package/lib/app/utils/refs.d.ts +5 -0
  81. package/lib/app/utils/refs.d.ts.map +1 -0
  82. package/lib/app/utils/results.d.ts +7 -0
  83. package/lib/app/utils/results.d.ts.map +1 -0
  84. package/lib/app/values/Explanation.d.ts +8 -0
  85. package/lib/app/values/Explanation.d.ts.map +1 -0
  86. package/lib/app/values/Identifier.d.ts +8 -0
  87. package/lib/app/values/Identifier.d.ts.map +1 -0
  88. package/lib/app/values/Value.d.ts +9 -0
  89. package/lib/app/values/Value.d.ts.map +1 -0
  90. package/lib/chat/ChatMessage.d.ts +14 -0
  91. package/lib/chat/ChatMessage.d.ts.map +1 -0
  92. package/lib/chat/ChatMessageRenderer.d.ts +16 -0
  93. package/lib/chat/ChatMessageRenderer.d.ts.map +1 -0
  94. package/lib/chat/ChatMessageRow.d.ts +19 -0
  95. package/lib/chat/ChatMessageRow.d.ts.map +1 -0
  96. package/lib/chat/ChatView.d.ts +21 -0
  97. package/lib/chat/ChatView.d.ts.map +1 -0
  98. package/lib/chat/ChatViewVirtualList.d.ts +30 -0
  99. package/lib/chat/ChatViewVirtualList.d.ts.map +1 -0
  100. package/lib/chat/JsonMessageContent.d.ts +8 -0
  101. package/lib/chat/JsonMessageContent.d.ts.map +1 -0
  102. package/lib/chat/MessageCitations.d.ts +7 -0
  103. package/lib/chat/MessageCitations.d.ts.map +1 -0
  104. package/lib/chat/MessageContent.d.ts +19 -0
  105. package/lib/chat/MessageContent.d.ts.map +1 -0
  106. package/lib/chat/MessageContents.d.ts +19 -0
  107. package/lib/chat/MessageContents.d.ts.map +1 -0
  108. package/lib/chat/content-data/ContentDataView.d.ts +20 -0
  109. package/lib/chat/content-data/ContentDataView.d.ts.map +1 -0
  110. package/lib/chat/content-data/WebSearch.d.ts +5 -0
  111. package/lib/chat/content-data/WebSearch.d.ts.map +1 -0
  112. package/lib/chat/content-data/WebSearchResults.d.ts +10 -0
  113. package/lib/chat/content-data/WebSearchResults.d.ts.map +1 -0
  114. package/lib/chat/documents/ContentDocumentView.d.ts +9 -0
  115. package/lib/chat/documents/ContentDocumentView.d.ts.map +1 -0
  116. package/lib/chat/messages.d.ts +9 -0
  117. package/lib/chat/messages.d.ts.map +1 -0
  118. package/lib/chat/server-tools/ServerToolCall.d.ts +13 -0
  119. package/lib/chat/server-tools/ServerToolCall.d.ts.map +1 -0
  120. package/lib/chat/tools/ToolCallView.d.ts +20 -0
  121. package/lib/chat/tools/ToolCallView.d.ts.map +1 -0
  122. package/lib/chat/tools/ToolInput.d.ts +12 -0
  123. package/lib/chat/tools/ToolInput.d.ts.map +1 -0
  124. package/lib/chat/tools/ToolOutput.d.ts +12 -0
  125. package/lib/chat/tools/ToolOutput.d.ts.map +1 -0
  126. package/lib/chat/tools/ToolTitle.d.ts +11 -0
  127. package/lib/chat/tools/ToolTitle.d.ts.map +1 -0
  128. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +6 -0
  129. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +1 -0
  130. package/lib/chat/tools/tool.d.ts +13 -0
  131. package/lib/chat/tools/tool.d.ts.map +1 -0
  132. package/lib/chat/types.d.ts +4 -0
  133. package/lib/chat/types.d.ts.map +1 -0
  134. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js +9 -0
  135. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js.map +1 -0
  136. package/lib/components/ActivityBar.d.ts +7 -0
  137. package/lib/components/ActivityBar.d.ts.map +1 -0
  138. package/lib/components/AnsiDisplay.d.ts +9 -0
  139. package/lib/components/AnsiDisplay.d.ts.map +1 -0
  140. package/lib/components/AsciinemaPlayer.d.ts +20 -0
  141. package/lib/components/AsciinemaPlayer.d.ts.map +1 -0
  142. package/lib/components/Card.d.ts +33 -0
  143. package/lib/components/Card.d.ts.map +1 -0
  144. package/lib/components/CopyButton.d.ts +12 -0
  145. package/lib/components/CopyButton.d.ts.map +1 -0
  146. package/lib/components/DataframeView.d.ts +8 -0
  147. package/lib/components/DataframeView.d.ts.map +1 -0
  148. package/lib/components/EmptyPanel.d.ts +7 -0
  149. package/lib/components/EmptyPanel.d.ts.map +1 -0
  150. package/lib/components/ErrorPanel.d.ts +13 -0
  151. package/lib/components/ErrorPanel.d.ts.map +1 -0
  152. package/lib/components/ExpandablePanel.d.ts +13 -0
  153. package/lib/components/ExpandablePanel.d.ts.map +1 -0
  154. package/lib/components/ExtendedFindContext.d.ts +8 -0
  155. package/lib/components/ExtendedFindContext.d.ts.map +1 -0
  156. package/lib/components/ExtendedFindProvider.d.ts +7 -0
  157. package/lib/components/ExtendedFindProvider.d.ts.map +1 -0
  158. package/lib/components/HumanBaselineView.d.ts +22 -0
  159. package/lib/components/HumanBaselineView.d.ts.map +1 -0
  160. package/lib/components/JsonPanel.d.ts +12 -0
  161. package/lib/components/JsonPanel.d.ts.map +1 -0
  162. package/lib/components/LabeledValue.d.ts +12 -0
  163. package/lib/components/LabeledValue.d.ts.map +1 -0
  164. package/lib/components/LightboxCarousel.d.ts +15 -0
  165. package/lib/components/LightboxCarousel.d.ts.map +1 -0
  166. package/lib/components/LiveVirtualList.d.ts +23 -0
  167. package/lib/components/LiveVirtualList.d.ts.map +1 -0
  168. package/lib/components/MarkdownDiv.d.ts +11 -0
  169. package/lib/components/MarkdownDiv.d.ts.map +1 -0
  170. package/lib/components/NavPills.d.ts +12 -0
  171. package/lib/components/NavPills.d.ts.map +1 -0
  172. package/lib/components/NoContentsPanel.d.ts +7 -0
  173. package/lib/components/NoContentsPanel.d.ts.map +1 -0
  174. package/lib/components/PopOver.d.ts +23 -0
  175. package/lib/components/PopOver.d.ts.map +1 -0
  176. package/lib/components/Preformatted.d.ts +8 -0
  177. package/lib/components/Preformatted.d.ts.map +1 -0
  178. package/lib/components/ProgressBar.d.ts +10 -0
  179. package/lib/components/ProgressBar.d.ts.map +1 -0
  180. package/lib/components/PulsingDots.d.ts +11 -0
  181. package/lib/components/PulsingDots.d.ts.map +1 -0
  182. package/lib/components/SegmentedControl.d.ts +15 -0
  183. package/lib/components/SegmentedControl.d.ts.map +1 -0
  184. package/lib/components/StickyScroll.d.ts +13 -0
  185. package/lib/components/StickyScroll.d.ts.map +1 -0
  186. package/lib/components/TabSet.d.ts +28 -0
  187. package/lib/components/TabSet.d.ts.map +1 -0
  188. package/lib/components/prism.d.ts +3 -0
  189. package/lib/components/prism.d.ts.map +1 -0
  190. package/lib/content/MetaDataGrid.d.ts +15 -0
  191. package/lib/content/MetaDataGrid.d.ts.map +1 -0
  192. package/lib/content/RecordTree.d.ts +25 -0
  193. package/lib/content/RecordTree.d.ts.map +1 -0
  194. package/lib/content/RenderedContent.d.ts +17 -0
  195. package/lib/content/RenderedContent.d.ts.map +1 -0
  196. package/lib/content/RenderedText.d.ts +11 -0
  197. package/lib/content/RenderedText.d.ts.map +1 -0
  198. package/lib/content/record_processors/store.d.ts +3 -0
  199. package/lib/content/record_processors/store.d.ts.map +1 -0
  200. package/lib/content/record_processors/types.d.ts +2 -0
  201. package/lib/content/record_processors/types.d.ts.map +1 -0
  202. package/lib/content/types.d.ts +17 -0
  203. package/lib/content/types.d.ts.map +1 -0
  204. package/lib/index.d.ts +5 -0
  205. package/lib/index.d.ts.map +1 -0
  206. package/lib/index.js +113846 -0
  207. package/lib/index.js.map +1 -0
  208. package/lib/lib-CBtriEt5-CU1RYBHb.js +1070 -0
  209. package/lib/lib-CBtriEt5-CU1RYBHb.js.map +1 -0
  210. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js +644 -0
  211. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js.map +1 -0
  212. package/lib/main.d.ts +1 -0
  213. package/lib/main.d.ts.map +1 -0
  214. package/lib/router/url.d.ts +35 -0
  215. package/lib/router/url.d.ts.map +1 -0
  216. package/lib/state/hooks.d.ts +8 -0
  217. package/lib/state/hooks.d.ts.map +1 -0
  218. package/lib/state/scrolling.d.ts +23 -0
  219. package/lib/state/scrolling.d.ts.map +1 -0
  220. package/lib/state/store.d.ts +199 -0
  221. package/lib/state/store.d.ts.map +1 -0
  222. package/lib/styles/index.css +5827 -0
  223. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js +28011 -0
  224. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js.map +1 -0
  225. package/lib/transcript/ApprovalEventView.d.ts +13 -0
  226. package/lib/transcript/ApprovalEventView.d.ts.map +1 -0
  227. package/lib/transcript/ErrorEventView.d.ts +13 -0
  228. package/lib/transcript/ErrorEventView.d.ts.map +1 -0
  229. package/lib/transcript/InfoEventView.d.ts +13 -0
  230. package/lib/transcript/InfoEventView.d.ts.map +1 -0
  231. package/lib/transcript/InputEventView.d.ts +13 -0
  232. package/lib/transcript/InputEventView.d.ts.map +1 -0
  233. package/lib/transcript/LoggerEventView.d.ts +13 -0
  234. package/lib/transcript/LoggerEventView.d.ts.map +1 -0
  235. package/lib/transcript/ModelEventView.d.ts +26 -0
  236. package/lib/transcript/ModelEventView.d.ts.map +1 -0
  237. package/lib/transcript/SampleInitEventView.d.ts +13 -0
  238. package/lib/transcript/SampleInitEventView.d.ts.map +1 -0
  239. package/lib/transcript/SampleLimitEventView.d.ts +13 -0
  240. package/lib/transcript/SampleLimitEventView.d.ts.map +1 -0
  241. package/lib/transcript/SandboxEventView.d.ts +13 -0
  242. package/lib/transcript/SandboxEventView.d.ts.map +1 -0
  243. package/lib/transcript/ScoreEditEventView.d.ts +13 -0
  244. package/lib/transcript/ScoreEditEventView.d.ts.map +1 -0
  245. package/lib/transcript/ScoreEventView.d.ts +14 -0
  246. package/lib/transcript/ScoreEventView.d.ts.map +1 -0
  247. package/lib/transcript/SpanEventView.d.ts +14 -0
  248. package/lib/transcript/SpanEventView.d.ts.map +1 -0
  249. package/lib/transcript/StepEventView.d.ts +14 -0
  250. package/lib/transcript/StepEventView.d.ts.map +1 -0
  251. package/lib/transcript/SubtaskEventView.d.ts +14 -0
  252. package/lib/transcript/SubtaskEventView.d.ts.map +1 -0
  253. package/lib/transcript/ToolEventView.d.ts +14 -0
  254. package/lib/transcript/ToolEventView.d.ts.map +1 -0
  255. package/lib/transcript/TranscriptView.d.ts +13 -0
  256. package/lib/transcript/TranscriptView.d.ts.map +1 -0
  257. package/lib/transcript/TranscriptVirtualList.d.ts +32 -0
  258. package/lib/transcript/TranscriptVirtualList.d.ts.map +1 -0
  259. package/lib/transcript/TranscriptVirtualListComponent.d.ts +19 -0
  260. package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +1 -0
  261. package/lib/transcript/event/EventNav.d.ts +13 -0
  262. package/lib/transcript/event/EventNav.d.ts.map +1 -0
  263. package/lib/transcript/event/EventNavs.d.ts +16 -0
  264. package/lib/transcript/event/EventNavs.d.ts.map +1 -0
  265. package/lib/transcript/event/EventPanel.d.ts +20 -0
  266. package/lib/transcript/event/EventPanel.d.ts.map +1 -0
  267. package/lib/transcript/event/EventProgressPanel.d.ts +7 -0
  268. package/lib/transcript/event/EventProgressPanel.d.ts.map +1 -0
  269. package/lib/transcript/event/EventRow.d.ts +13 -0
  270. package/lib/transcript/event/EventRow.d.ts.map +1 -0
  271. package/lib/transcript/event/EventSection.d.ts +13 -0
  272. package/lib/transcript/event/EventSection.d.ts.map +1 -0
  273. package/lib/transcript/event/EventTimingPanel.d.ts +13 -0
  274. package/lib/transcript/event/EventTimingPanel.d.ts.map +1 -0
  275. package/lib/transcript/event/utils.d.ts +3 -0
  276. package/lib/transcript/event/utils.d.ts.map +1 -0
  277. package/lib/transcript/hooks.d.ts +2 -0
  278. package/lib/transcript/hooks.d.ts.map +1 -0
  279. package/lib/transcript/outline/OutlineRow.d.ts +11 -0
  280. package/lib/transcript/outline/OutlineRow.d.ts.map +1 -0
  281. package/lib/transcript/outline/TranscriptOutline.d.ts +13 -0
  282. package/lib/transcript/outline/TranscriptOutline.d.ts.map +1 -0
  283. package/lib/transcript/outline/tree-visitors.d.ts +14 -0
  284. package/lib/transcript/outline/tree-visitors.d.ts.map +1 -0
  285. package/lib/transcript/state/StateDiffView.d.ts +12 -0
  286. package/lib/transcript/state/StateDiffView.d.ts.map +1 -0
  287. package/lib/transcript/state/StateEventRenderers.d.ts +49 -0
  288. package/lib/transcript/state/StateEventRenderers.d.ts.map +1 -0
  289. package/lib/transcript/state/StateEventView.d.ts +14 -0
  290. package/lib/transcript/state/StateEventView.d.ts.map +1 -0
  291. package/lib/transcript/transform/fixups.d.ts +7 -0
  292. package/lib/transcript/transform/fixups.d.ts.map +1 -0
  293. package/lib/transcript/transform/flatten.d.ts +16 -0
  294. package/lib/transcript/transform/flatten.d.ts.map +1 -0
  295. package/lib/transcript/transform/hooks.d.ts +7 -0
  296. package/lib/transcript/transform/hooks.d.ts.map +1 -0
  297. package/lib/transcript/transform/transform.d.ts +3 -0
  298. package/lib/transcript/transform/transform.d.ts.map +1 -0
  299. package/lib/transcript/transform/treeify.d.ts +4 -0
  300. package/lib/transcript/transform/treeify.d.ts.map +1 -0
  301. package/lib/transcript/transform/utils.d.ts +19 -0
  302. package/lib/transcript/transform/utils.d.ts.map +1 -0
  303. package/lib/transcript/types.d.ts +24 -0
  304. package/lib/transcript/types.d.ts.map +1 -0
  305. package/lib/types/index.d.ts +103 -0
  306. package/lib/types/index.d.ts.map +1 -0
  307. package/lib/usage/ModelTokenTable.d.ts +9 -0
  308. package/lib/usage/ModelTokenTable.d.ts.map +1 -0
  309. package/lib/usage/ModelUsagePanel.d.ts +12 -0
  310. package/lib/usage/ModelUsagePanel.d.ts.map +1 -0
  311. package/lib/usage/TokenTable.d.ts +15 -0
  312. package/lib/usage/TokenTable.d.ts.map +1 -0
  313. package/lib/usage/UsageCard.d.ts +11 -0
  314. package/lib/usage/UsageCard.d.ts.map +1 -0
  315. package/lib/utils/array.d.ts +2 -0
  316. package/lib/utils/array.d.ts.map +1 -0
  317. package/lib/utils/arrow.d.ts +3 -0
  318. package/lib/utils/arrow.d.ts.map +1 -0
  319. package/lib/utils/base64.d.ts +5 -0
  320. package/lib/utils/base64.d.ts.map +1 -0
  321. package/lib/utils/chatMessage.d.ts +4 -0
  322. package/lib/utils/chatMessage.d.ts.map +1 -0
  323. package/lib/utils/dom.d.ts +2 -0
  324. package/lib/utils/dom.d.ts.map +1 -0
  325. package/lib/utils/embeddedState.d.ts +11 -0
  326. package/lib/utils/embeddedState.d.ts.map +1 -0
  327. package/lib/utils/format.d.ts +41 -0
  328. package/lib/utils/format.d.ts.map +1 -0
  329. package/lib/utils/html.d.ts +6 -0
  330. package/lib/utils/html.d.ts.map +1 -0
  331. package/lib/utils/json-worker.d.ts +2 -0
  332. package/lib/utils/json-worker.d.ts.map +1 -0
  333. package/lib/utils/json.d.ts +5 -0
  334. package/lib/utils/json.d.ts.map +1 -0
  335. package/lib/utils/logger.d.ts +8 -0
  336. package/lib/utils/logger.d.ts.map +1 -0
  337. package/lib/utils/mime.d.ts +2 -0
  338. package/lib/utils/mime.d.ts.map +1 -0
  339. package/lib/utils/object.d.ts +2 -0
  340. package/lib/utils/object.d.ts.map +1 -0
  341. package/lib/utils/path.d.ts +26 -0
  342. package/lib/utils/path.d.ts.map +1 -0
  343. package/lib/utils/python.d.ts +12 -0
  344. package/lib/utils/python.d.ts.map +1 -0
  345. package/lib/utils/react.d.ts +2 -0
  346. package/lib/utils/react.d.ts.map +1 -0
  347. package/lib/utils/sync.d.ts +22 -0
  348. package/lib/utils/sync.d.ts.map +1 -0
  349. package/lib/utils/type.d.ts +12 -0
  350. package/lib/utils/type.d.ts.map +1 -0
  351. package/lib/utils/uri.d.ts +20 -0
  352. package/lib/utils/uri.d.ts.map +1 -0
  353. package/lib/utils/vscode.d.ts +21 -0
  354. package/lib/utils/vscode.d.ts.map +1 -0
  355. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js +1081 -0
  356. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js.map +1 -0
  357. package/lib/xypic-DrMJn58R-DRoJoooA.js +9542 -0
  358. package/lib/xypic-DrMJn58R-DRoJoooA.js.map +1 -0
  359. package/package.json +100 -0
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { ApprovalEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface ApprovalEventViewProps {
5
+ eventNode: EventNode<ApprovalEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the ApprovalEventView component.
10
+ */
11
+ export declare const ApprovalEventView: FC<ApprovalEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=ApprovalEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApprovalEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ApprovalEventView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAG7C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,sBAAsB;IAC9B,SAAS,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAcxD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { ErrorEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface ErrorEventViewProps {
5
+ eventNode: EventNode<ErrorEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the ErrorEventView component.
10
+ */
11
+ export declare const ErrorEventView: FC<ErrorEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=ErrorEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ErrorEventView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,mBAAmB;IAC3B,SAAS,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAuBlD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { InfoEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface InfoEventViewProps {
5
+ eventNode: EventNode<InfoEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the InfoEventView component.
10
+ */
11
+ export declare const InfoEventView: FC<InfoEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=InfoEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/InfoEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAkB;IAC1B,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA6BhD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { InputEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface InputEventViewProps {
5
+ eventNode: EventNode<InputEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the ErrorEventView component.
10
+ */
11
+ export declare const InputEventView: FC<InputEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=InputEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/InputEventView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,mBAAmB;IAC3B,SAAS,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAoBlD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { LoggerEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface LoggerEventViewProps {
5
+ eventNode: EventNode<LoggerEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the LoggerEventView component.
10
+ */
11
+ export declare const LoggerEventView: FC<LoggerEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=LoggerEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoggerEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/LoggerEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAK3C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,oBAAoB;IAC5B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA6BpD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { FC } from 'react';
2
+ import { ModelCall, ModelEvent } from '../types/log';
3
+ import { EventNodeContext } from './TranscriptVirtualList';
4
+ import { EventNode } from './types';
5
+ interface ModelEventViewProps {
6
+ eventNode: EventNode<ModelEvent>;
7
+ className?: string | string[];
8
+ showToolCalls: boolean;
9
+ context?: EventNodeContext;
10
+ }
11
+ /**
12
+ * Renders the StateEventView component.
13
+ */
14
+ export declare const ModelEventView: FC<ModelEventViewProps>;
15
+ interface APIViewProps {
16
+ call: ModelCall;
17
+ className?: string | string[];
18
+ }
19
+ export declare const APIView: FC<APIViewProps>;
20
+ interface APICodeCellProps {
21
+ id?: string;
22
+ sourceCode: string;
23
+ }
24
+ export declare const APICodeCell: FC<APICodeCellProps>;
25
+ export {};
26
+ //# sourceMappingURL=ModelEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ModelEventView.tsx"],"names":[],"mappings":"AAAA,OAAO,+BAA+B,CAAC;AACvC,OAAO,+BAA+B,CAAC;AACvC,OAAO,iCAAiC,CAAC;AAGzC,OAAO,EAAE,EAAE,EAA6B,MAAM,OAAO,CAAC;AAOtD,OAAO,EAAE,SAAS,EAAE,UAAU,EAAsB,MAAM,cAAc,CAAC;AAQzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,mBAAmB;IAC3B,SAAS,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA0HlD,CAAC;AAEF,UAAU,YAAY;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAuBpC,CAAC;AAEF,UAAU,gBAAgB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAoB5C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { SampleInitEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface SampleInitEventViewProps {
5
+ eventNode: EventNode<SampleInitEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the SampleInitEventView component.
10
+ */
11
+ export declare const SampleInitEventView: FC<SampleInitEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=SampleInitEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SampleInitEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/SampleInitEventView.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,OAAO,EAAY,eAAe,EAAE,MAAM,cAAc,CAAC;AAOzD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,wBAAwB;IAChC,SAAS,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CAuF5D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { SampleLimitEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface SampleLimitEventViewProps {
5
+ eventNode: EventNode<SampleLimitEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the InfoEventView component.
10
+ */
11
+ export declare const SampleLimitEventView: FC<SampleLimitEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=SampleLimitEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SampleLimitEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/SampleLimitEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,gBAAgB,EAAU,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,yBAAyB;IACjC,SAAS,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAoD9D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { SandboxEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface SandboxEventViewProps {
5
+ eventNode: EventNode<SandboxEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the SandboxEventView component.
10
+ */
11
+ export declare const SandboxEventView: FC<SandboxEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=SandboxEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SandboxEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/SandboxEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAM5C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,qBAAqB;IAC7B,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAuBtD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { ScoreEditEvent } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface ScoreEditEventViewProps {
5
+ eventNode: EventNode<ScoreEditEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the ScoreEventView component.
10
+ */
11
+ export declare const ScoreEditEventView: FC<ScoreEditEventViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=ScoreEditEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScoreEditEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ScoreEditEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAKrC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAM9C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,uBAAuB;IAC/B,SAAS,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAGD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA+G1D,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { ScoreEvent, Value1 } from '../types/log';
3
+ import { EventNode } from './types';
4
+ interface ScoreEventViewProps {
5
+ eventNode: EventNode<ScoreEvent>;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the ScoreEventView component.
10
+ */
11
+ export declare const ScoreEventView: FC<ScoreEventViewProps>;
12
+ export declare const renderScore: (value: Value1) => string | number | boolean | import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=ScoreEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScoreEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ScoreEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAKlD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,mBAAmB;IAC3B,SAAS,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA4DlD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,wEAQxC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { SpanBeginEvent } from '../types/log';
3
+ import { EventNode, EventType } from './types';
4
+ interface SpanEventViewProps {
5
+ eventNode: EventNode<SpanBeginEvent>;
6
+ children: EventNode<EventType>[];
7
+ className?: string | string[];
8
+ }
9
+ /**
10
+ * Renders the SpanEventView component.
11
+ */
12
+ export declare const SpanEventView: FC<SpanEventViewProps>;
13
+ export {};
14
+ //# sourceMappingURL=SpanEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpanEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/SpanEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAK9C,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,UAAU,kBAAkB;IAC1B,SAAS,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IACrC,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA0BhD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { StepEvent } from '../types/log';
3
+ import { EventNode, EventType } from './types';
4
+ interface StepEventViewProps {
5
+ eventNode: EventNode<StepEvent>;
6
+ children: EventNode<EventType>[];
7
+ className?: string | string[];
8
+ }
9
+ /**
10
+ * Renders the StepEventView component.
11
+ */
12
+ export declare const StepEventView: FC<StepEventViewProps>;
13
+ export {};
14
+ //# sourceMappingURL=StepEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/StepEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,UAAU,kBAAkB;IAC1B,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAwBhD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { SubtaskEvent } from '../types/log';
3
+ import { EventNode, EventType } from './types';
4
+ interface SubtaskEventViewProps {
5
+ eventNode: EventNode<SubtaskEvent>;
6
+ children: EventNode<EventType>[];
7
+ className?: string | string[];
8
+ }
9
+ /**
10
+ * Renders the StateEventView component.
11
+ */
12
+ export declare const SubtaskEventView: FC<SubtaskEventViewProps>;
13
+ export {};
14
+ //# sourceMappingURL=SubtaskEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubtaskEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/SubtaskEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAItC,OAAO,EAA2B,YAAY,EAAE,MAAM,cAAc,CAAC;AAKrE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,UAAU,qBAAqB;IAC7B,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IACnC,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CA6CtD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { ToolEvent } from '../types/log';
3
+ import { EventNode, EventType } from './types';
4
+ interface ToolEventViewProps {
5
+ eventNode: EventNode<ToolEvent>;
6
+ children: EventNode<EventType>[];
7
+ className?: string | string[];
8
+ }
9
+ /**
10
+ * Renders the ToolEventView component.
11
+ */
12
+ export declare const ToolEventView: FC<ToolEventViewProps>;
13
+ export {};
14
+ //# sourceMappingURL=ToolEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolEventView.d.ts","sourceRoot":"","sources":["../../src/transcript/ToolEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAOpC,OAAO,EAA6B,SAAS,EAAE,MAAM,cAAc,CAAC;AAMpE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,UAAU,kBAAkB;IAC1B,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAgFhD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { Events } from '../types/log';
3
+ import { EventNode, EventType } from './types';
4
+ interface TranscriptViewProps {
5
+ id: string;
6
+ events?: Events;
7
+ nodeFilter?: (node: EventNode<EventType>[]) => EventNode<EventType>[];
8
+ scrollRef?: React.RefObject<HTMLDivElement | null>;
9
+ initialEventId?: string | null;
10
+ }
11
+ export declare const TranscriptView: FC<TranscriptViewProps>;
12
+ export {};
13
+ //# sourceMappingURL=TranscriptView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranscriptView.d.ts","sourceRoot":"","sources":["../../src/transcript/TranscriptView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmB,MAAM,OAAO,CAAC;AAI5C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAMtC,OAAO,EAAE,SAAS,EAAE,SAAS,EAA4B,MAAM,SAAS,CAAC;AAEzE,UAAU,mBAAmB;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,KAAK,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;IACtE,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAkClD,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { FC, RefObject } from 'react';
2
+ import { VirtuosoHandle } from 'react-virtuoso';
3
+ import { EventNode } from './types';
4
+ interface TranscriptVirtualListProps {
5
+ id: string;
6
+ eventNodes: EventNode[];
7
+ listHandle: RefObject<VirtuosoHandle | null>;
8
+ initialEventId: string | null;
9
+ offsetTop?: number;
10
+ scrollRef?: RefObject<HTMLDivElement | null>;
11
+ running?: boolean;
12
+ className?: string | string[];
13
+ }
14
+ /**
15
+ * Renders the Transcript Virtual List.
16
+ */
17
+ export declare const TranscriptVirtualList: FC<TranscriptVirtualListProps>;
18
+ export interface EventNodeContext {
19
+ hasToolEvents?: boolean;
20
+ }
21
+ interface RenderedEventNodeProps {
22
+ node: EventNode;
23
+ next?: EventNode;
24
+ className?: string | string[];
25
+ context?: EventNodeContext;
26
+ }
27
+ /**
28
+ * Renders the event based on its type.
29
+ */
30
+ export declare const RenderedEventNode: FC<RenderedEventNodeProps>;
31
+ export {};
32
+ //# sourceMappingURL=TranscriptVirtualList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranscriptVirtualList.d.ts","sourceRoot":"","sources":["../../src/transcript/TranscriptVirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAQ,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAuChD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,0BAA0B;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CA0BhE,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,sBAAsB;IAC9B,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;AACD;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAqJxD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { FC, RefObject } from 'react';
2
+ import { VirtuosoHandle } from 'react-virtuoso';
3
+ import { EventNode } from './types';
4
+ interface TranscriptVirtualListComponentProps {
5
+ id: string;
6
+ listHandle: RefObject<VirtuosoHandle | null>;
7
+ eventNodes: EventNode[];
8
+ initialEventId?: string | null;
9
+ offsetTop?: number;
10
+ scrollRef?: RefObject<HTMLDivElement | null>;
11
+ running?: boolean;
12
+ className?: string | string[];
13
+ }
14
+ /**
15
+ * Renders the Transcript component.
16
+ */
17
+ export declare const TranscriptVirtualListComponent: FC<TranscriptVirtualListComponentProps>;
18
+ export {};
19
+ //# sourceMappingURL=TranscriptVirtualListComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranscriptVirtualListComponent.d.ts","sourceRoot":"","sources":["../../src/transcript/TranscriptVirtualListComponent.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAwB,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAMhD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,UAAU,mCAAmC;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,EAAE,CAC7C,mCAAmC,CAsHpC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ interface EventNavProps {
3
+ target: string;
4
+ title: string;
5
+ selectedNav: string;
6
+ setSelectedNav: (nav: string) => void;
7
+ }
8
+ /**
9
+ * Component to render a single navigation item.
10
+ */
11
+ export declare const EventNav: FC<EventNavProps>;
12
+ export {};
13
+ //# sourceMappingURL=EventNav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventNav.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventNav.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AAIxC,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAgCtC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FC } from 'react';
2
+ interface EventNavsProps {
3
+ navs: Array<{
4
+ id: string;
5
+ title: string;
6
+ target: string;
7
+ }>;
8
+ selectedNav: string;
9
+ setSelectedNav: (target: string) => void;
10
+ }
11
+ /**
12
+ * Component to render navigation items.
13
+ */
14
+ export declare const EventNavs: FC<EventNavsProps>;
15
+ export {};
16
+ //# sourceMappingURL=EventNavs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventNavs.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventNavs.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,UAAU,cAAc;IACtB,IAAI,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAwBxC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface EventPanelProps {
3
+ eventNodeId: string;
4
+ depth: number;
5
+ className?: string | string[];
6
+ title?: string;
7
+ subTitle?: string;
8
+ text?: string;
9
+ icon?: string;
10
+ children?: ReactNode | ReactNode[];
11
+ childIds?: string[];
12
+ collapsibleContent?: boolean;
13
+ collapseControl?: "top" | "bottom";
14
+ }
15
+ /**
16
+ * Renders the StateEventView component.
17
+ */
18
+ export declare const EventPanel: FC<EventPanelProps>;
19
+ export {};
20
+ //# sourceMappingURL=EventPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventPanel.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,EAAE,EAGF,SAAS,EAGV,MAAM,OAAO,CAAC;AAWf,UAAU,eAAe;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,eAAe,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACpC;AAMD;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAyN1C,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ interface EventProgressPanelProps {
3
+ text: string;
4
+ }
5
+ export declare const EventProgressPanel: FC<EventProgressPanelProps>;
6
+ export {};
7
+ //# sourceMappingURL=EventProgressPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventProgressPanel.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventProgressPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,UAAU,uBAAuB;IAC/B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAS1D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface EventRowProps {
3
+ title: string;
4
+ icon: string;
5
+ className?: string | string[];
6
+ children?: ReactNode | ReactNode[];
7
+ }
8
+ /**
9
+ * Renders the EventRow component.
10
+ */
11
+ export declare const EventRow: FC<EventRowProps>;
12
+ export {};
13
+ //# sourceMappingURL=EventRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRow.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMtC,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;CACpC;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAkBtC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface EventSectionProps {
3
+ title: string;
4
+ children: ReactNode;
5
+ copyContent?: string;
6
+ className?: string | string[];
7
+ }
8
+ /**
9
+ * Renders the Event Section component.
10
+ */
11
+ export declare const EventSection: FC<EventSectionProps>;
12
+ export {};
13
+ //# sourceMappingURL=EventSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventSection.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventSection.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMtC,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAqB9C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ interface EventTimingPanelProps {
3
+ timestamp: string;
4
+ completed?: string | null;
5
+ working_start?: number | null;
6
+ working_time?: number | null;
7
+ }
8
+ /**
9
+ * Renders the ModelUsagePanel component.
10
+ */
11
+ export declare const EventTimingPanel: FC<EventTimingPanelProps>;
12
+ export {};
13
+ //# sourceMappingURL=EventTimingPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventTimingPanel.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/EventTimingPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAMrC,UAAU,qBAAqB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAUD;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CA2FtD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const formatTiming: (timestamp: string, working_start?: number) => string;
2
+ export declare const formatTitle: (title: string, total_tokens?: number, working_start?: number | null) => string;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/transcript/event/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,GAAI,WAAW,MAAM,EAAE,gBAAgB,MAAM,WAMrE,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,MAAM,EACb,eAAe,MAAM,EACrB,gBAAgB,MAAM,GAAG,IAAI,WAW9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const useCollapseTranscriptEvent: (scope: string, id: string) => [boolean, (collapsed: boolean) => void];
2
+ //# sourceMappingURL=hooks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/transcript/hooks.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,EACb,IAAI,MAAM,KACT,CAAC,OAAO,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAWxC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { EventNode } from '../types';
3
+ export interface OutlineRowProps {
4
+ node: EventNode;
5
+ collapseScope: string;
6
+ running?: boolean;
7
+ selected?: boolean;
8
+ }
9
+ export declare const OutlineRow: FC<OutlineRowProps>;
10
+ export declare const summarizeNode: (node: EventNode) => ReactNode;
11
+ //# sourceMappingURL=OutlineRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OutlineRow.d.ts","sourceRoot":"","sources":["../../../src/transcript/outline/OutlineRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAU,MAAM,OAAO,CAAC;AAU9C,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAIrC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,SAAS,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA6D1C,CAAC;AA2EF,eAAO,MAAM,aAAa,GAAI,MAAM,SAAS,KAAG,SAkD/C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { CSSProperties, FC, RefObject } from 'react';
2
+ import { EventNode } from '../types';
3
+ interface TranscriptOutlineProps {
4
+ eventNodes: EventNode[];
5
+ defaultCollapsedIds: Record<string, boolean>;
6
+ running?: boolean;
7
+ className?: string | string[];
8
+ scrollRef?: RefObject<HTMLDivElement | null>;
9
+ style?: CSSProperties;
10
+ }
11
+ export declare const TranscriptOutline: FC<TranscriptOutlineProps>;
12
+ export {};
13
+ //# sourceMappingURL=TranscriptOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranscriptOutline.d.ts","sourceRoot":"","sources":["../../../src/transcript/outline/TranscriptOutline.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,EAAE,EACF,SAAS,EAKV,MAAM,OAAO,CAAC;AAOf,OAAO,EAAE,SAAS,EAAmC,MAAM,UAAU,CAAC;AAetE,UAAU,sBAAsB;IAC9B,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAsBD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAqMxD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { EventNode } from '../types';
2
+ export declare const removeNodeVisitor: (event: string) => {
3
+ visit: (node: EventNode) => EventNode[];
4
+ };
5
+ export declare const removeStepSpanNameVisitor: (name: string) => {
6
+ visit: (node: EventNode) => EventNode[];
7
+ };
8
+ export declare const noScorerChildren: () => {
9
+ visit: (node: EventNode) => EventNode[];
10
+ };
11
+ export declare const makeTurns: (eventNodes: EventNode[]) => EventNode[];
12
+ export declare const collapseTurns: (eventNodes: EventNode[]) => EventNode[];
13
+ export declare const collapseScoring: (eventNodes: EventNode[]) => EventNode[];
14
+ //# sourceMappingURL=tree-visitors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree-visitors.d.ts","sourceRoot":"","sources":["../../../src/transcript/outline/tree-visitors.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAOrC,eAAO,MAAM,iBAAiB,GAAI,OAAO,MAAM;kBAE7B,SAAS,KAAG,SAAS,EAAE;CAOxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,MAAM,MAAM;kBAEpC,SAAS,KAAG,SAAS,EAAE;CAUxC,CAAC;AAEF,eAAO,MAAM,gBAAgB;kBAKX,SAAS,KAAG,SAAS,EAAE;CAyBxC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,YAAY,SAAS,EAAE,KAAG,SAAS,EAsD5D,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,YAAY,SAAS,EAAE,KAAG,SAAS,EAqChE,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,YAAY,SAAS,EAAE,KAAG,SAAS,EAgClE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ interface StateDiffViewProps {
3
+ before: object;
4
+ after: object;
5
+ className?: string | string[];
6
+ }
7
+ /**
8
+ * Renders a view displaying a list of state changes.
9
+ */
10
+ export declare const StateDiffView: FC<StateDiffViewProps>;
11
+ export {};
12
+ //# sourceMappingURL=StateDiffView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StateDiffView.d.ts","sourceRoot":"","sources":["../../../src/transcript/state/StateDiffView.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,UAAU,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAehD,CAAC"}