@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
package/README.md ADDED
@@ -0,0 +1,97 @@
1
+ # Inspect Scout Viewer
2
+
3
+ A React-based web viewer for Inspect AI evaluation logs.
4
+
5
+ ## Prerequisites
6
+
7
+ This project uses [pnpm](https://pnpm.io/) as its package manager, managed through [corepack](https://nodejs.org/api/corepack.html).
8
+
9
+ ### Setup
10
+
11
+ **Enable corepack** (required once):
12
+ ```bash
13
+ corepack enable
14
+ ```
15
+
16
+ That's it! Corepack is built into Node.js 16.9+ and will automatically install the correct pnpm version (specified in `package.json`) when you run pnpm commands.
17
+
18
+ **Alternative:** If you prefer to install pnpm manually, see the [official pnpm installation guide](https://pnpm.io/installation).
19
+
20
+ ### Install Dependencies
21
+
22
+ ```bash
23
+ pnpm install
24
+ ```
25
+
26
+ ## Development
27
+
28
+ Start the development server:
29
+
30
+ ```bash
31
+ pnpm dev
32
+ ```
33
+
34
+ Build for production:
35
+
36
+ ```bash
37
+ pnpm build
38
+ ```
39
+
40
+ Watch mode for development:
41
+
42
+ ```bash
43
+ pnpm watch
44
+ ```
45
+
46
+ Preview production build:
47
+
48
+ ```bash
49
+ pnpm preview
50
+ ```
51
+
52
+ ## Code Quality
53
+
54
+ Run linting:
55
+
56
+ ```bash
57
+ pnpm lint
58
+ ```
59
+
60
+ Auto-fix linting issues:
61
+
62
+ ```bash
63
+ pnpm lint:fix
64
+ ```
65
+
66
+ Format code:
67
+
68
+ ```bash
69
+ pnpm format
70
+ ```
71
+
72
+ Check formatting:
73
+
74
+ ```bash
75
+ pnpm format:check
76
+ ```
77
+
78
+ Type check:
79
+
80
+ ```bash
81
+ pnpm typecheck
82
+ ```
83
+
84
+ Run all checks (lint, format, typecheck):
85
+
86
+ ```bash
87
+ pnpm check
88
+ ```
89
+
90
+ ## Tech Stack
91
+
92
+ - React 19
93
+ - TypeScript
94
+ - Vite
95
+ - Bootstrap 5
96
+ - AG Grid
97
+ - React Router
package/lib/App.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const App: FC;
3
+ //# sourceMappingURL=App.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,SAAS,CAAC;AACjB,OAAO,+BAA+B,CAAC;AACvC,OAAO,gCAAgC,CAAC;AACxC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,+BAA+B,CAAC;AACvC,OAAO,iCAAiC,CAAC;AACzC,OAAO,0BAA0B,CAAC;AAClC,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,GAAG,EAAE,EAEjB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { Component, ErrorInfo, ReactNode } from 'react';
2
+ interface Props {
3
+ children: ReactNode;
4
+ }
5
+ interface State {
6
+ hasError: boolean;
7
+ error?: Error;
8
+ }
9
+ export declare class AppErrorBoundary extends Component<Props, State> {
10
+ constructor(props: Props);
11
+ static getDerivedStateFromError(error: Error): State;
12
+ componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
13
+ render(): ReactNode;
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=AppErrorBoundary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppErrorBoundary.d.ts","sourceRoot":"","sources":["../src/AppErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxD,UAAU,KAAK;IACb,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,UAAU,KAAK;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,qBAAa,gBAAiB,SAAQ,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;gBAC/C,KAAK,EAAE,KAAK;IAKxB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK;IAKpD,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,GAAG,IAAI;IAK3D,MAAM,IAAI,SAAS;CAkBpB"}
@@ -0,0 +1,2 @@
1
+ export declare const AppRouter: import('react-router-dom').DataRouter;
2
+ //# sourceMappingURL=AppRouter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../src/AppRouter.tsx"],"names":[],"mappings":"AAoJA,eAAO,MAAM,SAAS,uCA8BrB,CAAC"}
@@ -0,0 +1,9 @@
1
+ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
2
+ function getDefaultExportFromCjs(x) {
3
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4
+ }
5
+ export {
6
+ commonjsGlobal as c,
7
+ getDefaultExportFromCjs as g
8
+ };
9
+ //# sourceMappingURL=_commonjsHelpers-DWwsNxpa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commonjsHelpers-DWwsNxpa.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,3 @@
1
+ import { ScanApi } from './api';
2
+ export declare const apiScoutServer: () => ScanApi;
3
+ //# sourceMappingURL=api-scout-server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-scout-server.d.ts","sourceRoot":"","sources":["../../src/api/api-scout-server.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,OAAO,EAAE,MAAM,OAAO,CAAC;AAE/C,eAAO,MAAM,cAAc,QAAO,OA0CjC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { VSCodeApi } from '../utils/vscode';
2
+ import { ScanApi } from './api';
3
+ export declare const apiVscode: (vscodeApi: VSCodeApi, rpcClient: (method: string, params?: unknown) => Promise<unknown>) => ScanApi;
4
+ //# sourceMappingURL=api-vscode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-vscode.d.ts","sourceRoot":"","sources":["../../src/api/api-vscode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAiB,OAAO,EAAE,MAAM,OAAO,CAAC;AAO/C,eAAO,MAAM,SAAS,GACpB,WAAW,SAAS,EACpB,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,KAChE,OAyCF,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { StateStorage } from 'zustand/middleware';
2
+ import { Scans, Status } from '../types';
3
+ export type ClientStorage = StateStorage;
4
+ export interface ScanApi {
5
+ getScans(): Promise<Scans>;
6
+ getScan(scanLocation: string): Promise<Status>;
7
+ getScannerDataframe(scanLocation: string, scanner: string): Promise<ArrayBuffer | Uint8Array>;
8
+ storage: ClientStorage;
9
+ }
10
+ export declare const NoPersistence: ClientStorage;
11
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api/api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEzC,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC;AAEzC,MAAM,WAAW,OAAO;IACtB,QAAQ,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;IAC3B,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/C,mBAAmB,CACjB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IACrC,OAAO,EAAE,aAAa,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,EAAE,aAM3B,CAAC"}
@@ -0,0 +1,44 @@
1
+ import { VSCodeApi } from '../utils/vscode';
2
+ interface JsonRpcError {
3
+ code: number;
4
+ message: string;
5
+ data?: {
6
+ description?: string;
7
+ [key: string]: unknown;
8
+ };
9
+ }
10
+ interface PostMessageTarget {
11
+ postMessage: (data: unknown) => void;
12
+ onMessage: (handler: (data: unknown) => void) => () => void;
13
+ }
14
+ export declare const kMethodEvalLogDir = "eval_log_dir";
15
+ export declare const kMethodEvalLogs = "eval_logs";
16
+ export declare const kMethodEvalLogFiles = "eval_log_files";
17
+ export declare const kMethodEvalLog = "eval_log";
18
+ export declare const kMethodEvalLogSize = "eval_log_size";
19
+ export declare const kMethodEvalLogBytes = "eval_log_bytes";
20
+ export declare const kMethodEvalLogHeaders = "eval_log_headers";
21
+ export declare const kMethodPendingSamples = "eval_log_pending_samples";
22
+ export declare const kMethodSampleData = "eval_log_sample_data";
23
+ export declare const kMethodLogMessage = "log_message";
24
+ export declare const kMethodGetScan = "get_scan";
25
+ export declare const kMethodGetScans = "get_scans";
26
+ export declare const kMethodGetScannerDataframe = "get_scanner_dataframe";
27
+ export declare const kJsonRpcParseError = -32700;
28
+ export declare const kJsonRpcInvalidRequest = -32600;
29
+ export declare const kJsonRpcMethodNotFound = -32601;
30
+ export declare const kJsonRpcInvalidParams = -32602;
31
+ export declare const kJsonRpcInternalError = -32603;
32
+ export declare const kJsonRpcVersion = "2.0";
33
+ export declare function webViewJsonRpcClient(vscode: VSCodeApi): (method: string, params?: unknown) => Promise<unknown>;
34
+ export declare function jsonRpcError(message: string, data?: unknown, code?: number): JsonRpcError;
35
+ export declare function asJsonRpcError(error: unknown): JsonRpcError;
36
+ export declare function jsonRpcPostMessageRequestTransport(target: PostMessageTarget): {
37
+ request: (method: string, params?: unknown) => Promise<unknown>;
38
+ disconnect: () => void;
39
+ };
40
+ export declare function jsonRpcPostMessageServer(target: PostMessageTarget, methods: {
41
+ [key: string]: (params: unknown) => Promise<unknown>;
42
+ } | ((name: string) => ((params: unknown) => Promise<unknown>) | undefined)): () => void;
43
+ export {};
44
+ //# sourceMappingURL=jsonrpc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsonrpc.d.ts","sourceRoot":"","sources":["../../src/api/jsonrpc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAkB5C,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;CACH;AAOD,UAAU,iBAAiB;IACzB,WAAW,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,SAAS,EAAE,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,KAAK,MAAM,IAAI,CAAC;CAC7D;AAGD,eAAO,MAAM,iBAAiB,iBAAiB,CAAC;AAChD,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,mBAAmB,mBAAmB,CAAC;AACpD,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAClD,eAAO,MAAM,mBAAmB,mBAAmB,CAAC;AACpD,eAAO,MAAM,qBAAqB,qBAAqB,CAAC;AACxD,eAAO,MAAM,qBAAqB,6BAA6B,CAAC;AAChE,eAAO,MAAM,iBAAiB,yBAAyB,CAAC;AACxD,eAAO,MAAM,iBAAiB,gBAAgB,CAAC;AAG/C,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,0BAA0B,0BAA0B,CAAC;AAElE,eAAO,MAAM,kBAAkB,SAAS,CAAC;AACzC,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAC7C,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAC7C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,eAAe,QAAQ,CAAC;AAErC,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,SAAS,GAChB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAgBxD;AAED,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,OAAO,EACd,IAAI,CAAC,EAAE,MAAM,GACZ,YAAY,CAoBd;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,YAAY,CAQ3D;AAED,wBAAgB,kCAAkC,CAAC,MAAM,EAAE,iBAAiB;sBAkBtD,MAAM,WAAW,OAAO,KAAG,OAAO,CAAC,OAAO,CAAC;sBArGR,IAAI;EAoH5D;AAED,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,iBAAiB,EACzB,OAAO,EACH;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAA;CAAE,GACxD,CAAC,CAAC,IAAI,EAAE,MAAM,KAAK,CAAC,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,GAC1E,MAAM,IAAI,CA0BZ"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * An object representing font sizes for different text elements.
3
+ */
4
+ export declare const FontSize: {
5
+ title: string;
6
+ "title-secondary": string;
7
+ larger: string;
8
+ large: string;
9
+ base: string;
10
+ small: string;
11
+ smaller: string;
12
+ };
13
+ /**
14
+ * An object representing text styles for different elements.
15
+ */
16
+ export declare const TextStyle: {
17
+ label: {
18
+ textTransform: string;
19
+ };
20
+ secondary: {
21
+ color: string;
22
+ };
23
+ tertiary: {
24
+ color: string;
25
+ };
26
+ };
27
+ //# sourceMappingURL=fonts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../src/app/appearance/fonts.ts"],"names":[],"mappings":"AAYA;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;;CAQpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC"}
@@ -0,0 +1,130 @@
1
+ export declare const iconForMimeType: (mimeType: string) => string;
2
+ export declare const ApplicationIcons: {
3
+ agent: string;
4
+ approve: string;
5
+ approvals: {
6
+ approve: string;
7
+ reject: string;
8
+ terminate: string;
9
+ escalate: string;
10
+ modify: string;
11
+ };
12
+ arrows: {
13
+ right: string;
14
+ down: string;
15
+ up: string;
16
+ };
17
+ cancelled: string;
18
+ caret: {
19
+ right: string;
20
+ down: string;
21
+ };
22
+ changes: {
23
+ add: string;
24
+ remove: string;
25
+ replace: string;
26
+ };
27
+ checkbox: {
28
+ checked: string;
29
+ unchecked: string;
30
+ };
31
+ chevron: {
32
+ right: string;
33
+ down: string;
34
+ };
35
+ "clear-text": string;
36
+ close: string;
37
+ collapse: {
38
+ all: string;
39
+ up: string;
40
+ };
41
+ config: string;
42
+ confirm: string;
43
+ copy: string;
44
+ display: string;
45
+ epoch: (epoch: string) => string;
46
+ edit: string;
47
+ error: string;
48
+ eval: string;
49
+ "eval-set": string;
50
+ expand: {
51
+ all: string;
52
+ down: string;
53
+ };
54
+ file: string;
55
+ filter: string;
56
+ folder: string;
57
+ fork: string;
58
+ home: string;
59
+ info: string;
60
+ input: string;
61
+ inspect: string;
62
+ inspectFile: string;
63
+ json: string;
64
+ limits: {
65
+ messages: string;
66
+ custom: string;
67
+ operator: string;
68
+ tokens: string;
69
+ time: string;
70
+ execution: string;
71
+ };
72
+ link: string;
73
+ logging: Record<string, string>;
74
+ menu: string;
75
+ messages: string;
76
+ metadata: string;
77
+ metrics: string;
78
+ model: string;
79
+ "toggle-right": string;
80
+ more: string;
81
+ "multiple-choice": string;
82
+ navbar: {
83
+ home: string;
84
+ back: string;
85
+ forward: string;
86
+ inspectLogo: string;
87
+ tasks: string;
88
+ };
89
+ next: string;
90
+ noSamples: string;
91
+ options: string;
92
+ pendingTask: string;
93
+ play: string;
94
+ previous: string;
95
+ refresh: string;
96
+ retry: string;
97
+ role: {
98
+ user: string;
99
+ system: string;
100
+ assistant: string;
101
+ tool: string;
102
+ unknown: string;
103
+ };
104
+ running: string;
105
+ sample: string;
106
+ samples: string;
107
+ sandbox: string;
108
+ scorer: string;
109
+ search: string;
110
+ sidebar: string;
111
+ solvers: {
112
+ default: string;
113
+ generate: string;
114
+ chain_of_thought: string;
115
+ self_critique: string;
116
+ system_message: string;
117
+ use_tools: string;
118
+ };
119
+ step: string;
120
+ subtask: string;
121
+ success: string;
122
+ transcript: string;
123
+ tree: {
124
+ open: string;
125
+ closed: string;
126
+ };
127
+ turns: string;
128
+ usage: string;
129
+ };
130
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/app/appearance/icons.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,KAAG,MAQlD,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA2CZ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuFtB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { CSSProperties } from 'react';
2
+ export declare const ApplicationStyles: {
3
+ moreButton: {
4
+ color: string;
5
+ maxHeight: string;
6
+ fontSize: string;
7
+ padding: string;
8
+ };
9
+ threeLineClamp: {
10
+ display: string;
11
+ WebkitLineClamp: string;
12
+ WebkitBoxOrient: string;
13
+ overflow: string;
14
+ };
15
+ lineClamp: (len: number) => CSSProperties;
16
+ wrapText: () => {
17
+ whiteSpace: string;
18
+ textOverflow: string;
19
+ overflow: string;
20
+ };
21
+ scoreFills: {
22
+ green: {
23
+ backgroundColor: string;
24
+ borderColor: string;
25
+ color: string;
26
+ };
27
+ red: {
28
+ backgroundColor: string;
29
+ borderColor: string;
30
+ color: string;
31
+ };
32
+ orange: {
33
+ backgroundColor: string;
34
+ borderColor: string;
35
+ color: string;
36
+ };
37
+ };
38
+ };
39
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/app/appearance/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAItC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;qBAaX,MAAM,KAAG,aAAa;;;;;;;;;;;;;;;;;;;;;;;CAgCxC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface FooterProps {
3
+ id: string;
4
+ className?: string | string[];
5
+ itemCount: number;
6
+ filteredCount?: number;
7
+ progressText?: string;
8
+ progressBar?: ReactNode;
9
+ paginated: boolean;
10
+ pagesize?: number;
11
+ page?: number;
12
+ itemsPerPage?: number;
13
+ labels?: {
14
+ singular: string;
15
+ plural: string;
16
+ };
17
+ }
18
+ export declare const Footer: FC<FooterProps>;
19
+ export {};
20
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/app/components/Footer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKtC,UAAU,WAAW;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG9B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAqElC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { FC } from 'react';
2
+ export interface MarkdownReference {
3
+ id: string;
4
+ cite: string;
5
+ renderCitePreview: () => React.ReactNode;
6
+ url?: string;
7
+ }
8
+ interface MarkdownDivWithReferencesProps {
9
+ markdown: string;
10
+ references: MarkdownReference[];
11
+ className?: string | string[];
12
+ }
13
+ export declare const MarkdownDivWithReferences: FC<MarkdownDivWithReferencesProps>;
14
+ export {};
15
+ //# sourceMappingURL=MarkdownDivWithReferences.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarkdownDivWithReferences.d.ts","sourceRoot":"","sources":["../../../src/app/components/MarkdownDivWithReferences.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAS9E,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,UAAU,8BAA8B;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,iBAAiB,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,yBAAyB,EAAE,EAAE,CAAC,8BAA8B,CAqIxE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ interface PagerProps {
3
+ itemCount: number;
4
+ page?: number;
5
+ setPage?: (page: number) => void;
6
+ itemsPerPage?: number;
7
+ }
8
+ export declare const LogPager: FC<PagerProps>;
9
+ export {};
10
+ //# sourceMappingURL=Pager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pager.d.ts","sourceRoot":"","sources":["../../../src/app/components/Pager.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,UAAU,UAAU;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,UAAU,CA0HnC,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { ColumnTable } from 'arquero';
2
+ import { ScannerData, ScannerCore } from './types';
3
+ export declare const useSelectedScanner: () => string;
4
+ export declare const useServerScans: () => void;
5
+ export declare const useServerScannerDataframe: () => void;
6
+ export declare const useServerScanner: () => void;
7
+ export declare const useScannerData: (columnTable: ColumnTable, scanResultUuid?: string) => {
8
+ data: ScannerData;
9
+ isLoading: boolean;
10
+ };
11
+ export declare const useSelectedResultsRow: (scanResultUuid: string) => {
12
+ data: ScannerData;
13
+ isLoading: boolean;
14
+ };
15
+ export declare const useScannerPreviews: (columnTable: ColumnTable) => {
16
+ data: ScannerCore[];
17
+ isLoading: boolean;
18
+ };
19
+ //# sourceMappingURL=hooks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/app/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAatC,OAAO,EAEL,WAAW,EACX,WAAW,EAEZ,MAAM,SAAS,CAAC;AAGjB,eAAO,MAAM,kBAAkB,cAW9B,CAAC;AAEF,eAAO,MAAM,cAAc,YA0C1B,CAAC;AAEF,eAAO,MAAM,yBAAyB,YA4ErC,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAgE5B,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,aAAa,WAAW,EACxB,iBAAiB,MAAM;;;CAsOxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,gBAAgB,MAAM;;;CAc3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,aAAa,WAAW;;;CA2L1D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface NavbarProps {
3
+ children?: ReactNode;
4
+ bordered?: boolean;
5
+ }
6
+ export declare const Navbar: FC<NavbarProps>;
7
+ export {};
8
+ //# sourceMappingURL=Navbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../src/app/navbar/Navbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,SAAS,EAAmB,MAAM,OAAO,CAAC;AAkBjE,UAAU,WAAW;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA+HlC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { RefObject } from 'react';
2
+ interface BreadcrumbSegment {
3
+ text: string;
4
+ url?: string;
5
+ }
6
+ interface TruncatedBreadcrumbs {
7
+ visibleSegments: BreadcrumbSegment[];
8
+ hiddenCount: number;
9
+ showEllipsis: boolean;
10
+ }
11
+ export declare const useBreadcrumbTruncation: (segments: BreadcrumbSegment[], containerRef: RefObject<HTMLElement | null>) => TruncatedBreadcrumbs;
12
+ export {};
13
+ //# sourceMappingURL=useBreadcrumbTruncation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBreadcrumbTruncation.d.ts","sourceRoot":"","sources":["../../../src/app/navbar/useBreadcrumbTruncation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,UAAU,oBAAoB;IAC5B,eAAe,EAAE,iBAAiB,EAAE,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,uBAAuB,GAClC,UAAU,iBAAiB,EAAE,EAC7B,cAAc,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,KAC1C,oBAoHF,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ScannerData } from '../types';
3
+ interface ScanResultHeaderProps {
4
+ result?: ScannerData;
5
+ }
6
+ export declare const ScanResultHeader: FC<ScanResultHeaderProps>;
7
+ export {};
8
+ //# sourceMappingURL=ScanResultHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultHeader.d.ts","sourceRoot":"","sources":["../../../src/app/result/ScanResultHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAGtC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAQD,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAiCtD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanResultNav: FC;
3
+ //# sourceMappingURL=ScanResultNav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultNav.d.ts","sourceRoot":"","sources":["../../../src/app/result/ScanResultNav.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAc/C,eAAO,MAAM,aAAa,EAAE,EAsH3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanResultPanel: FC;
3
+ //# sourceMappingURL=ScanResultPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultPanel.d.ts","sourceRoot":"","sources":["../../../src/app/result/ScanResultPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAoC/C,eAAO,MAAM,eAAe,EAAE,EAoJ7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ScannerData } from '../../types';
3
+ interface InfoPanelProps {
4
+ result?: ScannerData;
5
+ }
6
+ export declare const InfoPanel: FC<InfoPanelProps>;
7
+ export declare const ScannerInfoPanel: FC<InfoPanelProps>;
8
+ export {};
9
+ //# sourceMappingURL=InfoPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/result/info/InfoPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQ3B,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI1C,UAAU,cAAc;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAwCxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,cAAc,CA0B/C,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { ScannerData } from '../../types';
3
+ export interface InputPanelProps {
4
+ result?: ScannerData;
5
+ }
6
+ export declare const InputPanel: FC<InputPanelProps>;
7
+ //# sourceMappingURL=InputPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/result/input/InputPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAU,MAAM,OAAO,CAAC;AAKnC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI1C,MAAM,WAAW,eAAe;IAC9B,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAkB1C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ScannerData } from '../../types';
3
+ interface ResultPanelProps {
4
+ result?: ScannerData;
5
+ }
6
+ export declare const ResultPanel: FC<ResultPanelProps>;
7
+ export {};
8
+ //# sourceMappingURL=ResultPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResultPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/result/result/ResultPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAQpC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAM1C,UAAU,gBAAgB;IACxB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAsF5C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ import { EventNode, EventType } from '../../../transcript/types';
3
+ import { ScannerData } from '../../types';
4
+ interface TranscriptPanelProps {
5
+ id: string;
6
+ result?: ScannerData;
7
+ nodeFilter?: (node: EventNode<EventType>[]) => EventNode<EventType>[];
8
+ }
9
+ export declare const TranscriptPanel: FC<TranscriptPanelProps>;
10
+ export {};
11
+ //# sourceMappingURL=TranscriptPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranscriptPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/result/transcript/TranscriptPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAU,MAAM,OAAO,CAAC;AAGnC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI1C,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,KAAK,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;CACvE;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAiBpD,CAAC"}