@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.
- package/README.md +97 -0
- package/lib/App.d.ts +3 -0
- package/lib/App.d.ts.map +1 -0
- package/lib/AppErrorBoundary.d.ts +16 -0
- package/lib/AppErrorBoundary.d.ts.map +1 -0
- package/lib/AppRouter.d.ts +2 -0
- package/lib/AppRouter.d.ts.map +1 -0
- package/lib/_commonjsHelpers-DWwsNxpa.js +9 -0
- package/lib/_commonjsHelpers-DWwsNxpa.js.map +1 -0
- package/lib/api/api-scout-server.d.ts +3 -0
- package/lib/api/api-scout-server.d.ts.map +1 -0
- package/lib/api/api-vscode.d.ts +4 -0
- package/lib/api/api-vscode.d.ts.map +1 -0
- package/lib/api/api.d.ts +11 -0
- package/lib/api/api.d.ts.map +1 -0
- package/lib/api/jsonrpc.d.ts +44 -0
- package/lib/api/jsonrpc.d.ts.map +1 -0
- package/lib/app/appearance/fonts.d.ts +27 -0
- package/lib/app/appearance/fonts.d.ts.map +1 -0
- package/lib/app/appearance/icons.d.ts +130 -0
- package/lib/app/appearance/icons.d.ts.map +1 -0
- package/lib/app/appearance/styles.d.ts +39 -0
- package/lib/app/appearance/styles.d.ts.map +1 -0
- package/lib/app/components/Footer.d.ts +20 -0
- package/lib/app/components/Footer.d.ts.map +1 -0
- package/lib/app/components/MarkdownDivWithReferences.d.ts +15 -0
- package/lib/app/components/MarkdownDivWithReferences.d.ts.map +1 -0
- package/lib/app/components/Pager.d.ts +10 -0
- package/lib/app/components/Pager.d.ts.map +1 -0
- package/lib/app/hooks.d.ts +19 -0
- package/lib/app/hooks.d.ts.map +1 -0
- package/lib/app/navbar/Navbar.d.ts +8 -0
- package/lib/app/navbar/Navbar.d.ts.map +1 -0
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts +13 -0
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +1 -0
- package/lib/app/result/ScanResultHeader.d.ts +8 -0
- package/lib/app/result/ScanResultHeader.d.ts.map +1 -0
- package/lib/app/result/ScanResultNav.d.ts +3 -0
- package/lib/app/result/ScanResultNav.d.ts.map +1 -0
- package/lib/app/result/ScanResultPanel.d.ts +3 -0
- package/lib/app/result/ScanResultPanel.d.ts.map +1 -0
- package/lib/app/result/info/InfoPanel.d.ts +9 -0
- package/lib/app/result/info/InfoPanel.d.ts.map +1 -0
- package/lib/app/result/input/InputPanel.d.ts +7 -0
- package/lib/app/result/input/InputPanel.d.ts.map +1 -0
- package/lib/app/result/result/ResultPanel.d.ts +8 -0
- package/lib/app/result/result/ResultPanel.d.ts.map +1 -0
- package/lib/app/result/transcript/TranscriptPanel.d.ts +11 -0
- package/lib/app/result/transcript/TranscriptPanel.d.ts.map +1 -0
- package/lib/app/scanJobs/ScanJobGrid.d.ts +3 -0
- package/lib/app/scanJobs/ScanJobGrid.d.ts.map +1 -0
- package/lib/app/scanJobs/ScanJobsPanel.d.ts +3 -0
- package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanel.d.ts +3 -0
- package/lib/app/scanner/ScannerPanel.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanelBody.d.ts +4 -0
- package/lib/app/scanner/ScannerPanelBody.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanelTitle.d.ts +3 -0
- package/lib/app/scanner/ScannerPanelTitle.d.ts.map +1 -0
- package/lib/app/scanner/info/ScanInfo.d.ts +3 -0
- package/lib/app/scanner/info/ScanInfo.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsBody.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsBody.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsFilter.d.ts +5 -0
- package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsPanel.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts +8 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts +13 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts +10 -0
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +1 -0
- package/lib/app/types.d.ts +117 -0
- package/lib/app/types.d.ts.map +1 -0
- package/lib/app/utils/arrow.d.ts +3 -0
- package/lib/app/utils/arrow.d.ts.map +1 -0
- package/lib/app/utils/refs.d.ts +5 -0
- package/lib/app/utils/refs.d.ts.map +1 -0
- package/lib/app/utils/results.d.ts +7 -0
- package/lib/app/utils/results.d.ts.map +1 -0
- package/lib/app/values/Explanation.d.ts +8 -0
- package/lib/app/values/Explanation.d.ts.map +1 -0
- package/lib/app/values/Identifier.d.ts +8 -0
- package/lib/app/values/Identifier.d.ts.map +1 -0
- package/lib/app/values/Value.d.ts +9 -0
- package/lib/app/values/Value.d.ts.map +1 -0
- package/lib/chat/ChatMessage.d.ts +14 -0
- package/lib/chat/ChatMessage.d.ts.map +1 -0
- package/lib/chat/ChatMessageRenderer.d.ts +16 -0
- package/lib/chat/ChatMessageRenderer.d.ts.map +1 -0
- package/lib/chat/ChatMessageRow.d.ts +19 -0
- package/lib/chat/ChatMessageRow.d.ts.map +1 -0
- package/lib/chat/ChatView.d.ts +21 -0
- package/lib/chat/ChatView.d.ts.map +1 -0
- package/lib/chat/ChatViewVirtualList.d.ts +30 -0
- package/lib/chat/ChatViewVirtualList.d.ts.map +1 -0
- package/lib/chat/JsonMessageContent.d.ts +8 -0
- package/lib/chat/JsonMessageContent.d.ts.map +1 -0
- package/lib/chat/MessageCitations.d.ts +7 -0
- package/lib/chat/MessageCitations.d.ts.map +1 -0
- package/lib/chat/MessageContent.d.ts +19 -0
- package/lib/chat/MessageContent.d.ts.map +1 -0
- package/lib/chat/MessageContents.d.ts +19 -0
- package/lib/chat/MessageContents.d.ts.map +1 -0
- package/lib/chat/content-data/ContentDataView.d.ts +20 -0
- package/lib/chat/content-data/ContentDataView.d.ts.map +1 -0
- package/lib/chat/content-data/WebSearch.d.ts +5 -0
- package/lib/chat/content-data/WebSearch.d.ts.map +1 -0
- package/lib/chat/content-data/WebSearchResults.d.ts +10 -0
- package/lib/chat/content-data/WebSearchResults.d.ts.map +1 -0
- package/lib/chat/documents/ContentDocumentView.d.ts +9 -0
- package/lib/chat/documents/ContentDocumentView.d.ts.map +1 -0
- package/lib/chat/messages.d.ts +9 -0
- package/lib/chat/messages.d.ts.map +1 -0
- package/lib/chat/server-tools/ServerToolCall.d.ts +13 -0
- package/lib/chat/server-tools/ServerToolCall.d.ts.map +1 -0
- package/lib/chat/tools/ToolCallView.d.ts +20 -0
- package/lib/chat/tools/ToolCallView.d.ts.map +1 -0
- package/lib/chat/tools/ToolInput.d.ts +12 -0
- package/lib/chat/tools/ToolInput.d.ts.map +1 -0
- package/lib/chat/tools/ToolOutput.d.ts +12 -0
- package/lib/chat/tools/ToolOutput.d.ts.map +1 -0
- package/lib/chat/tools/ToolTitle.d.ts +11 -0
- package/lib/chat/tools/ToolTitle.d.ts.map +1 -0
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +6 -0
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +1 -0
- package/lib/chat/tools/tool.d.ts +13 -0
- package/lib/chat/tools/tool.d.ts.map +1 -0
- package/lib/chat/types.d.ts +4 -0
- package/lib/chat/types.d.ts.map +1 -0
- package/lib/chunk-DfAF0w94-Oj7OW_Zs.js +9 -0
- package/lib/chunk-DfAF0w94-Oj7OW_Zs.js.map +1 -0
- package/lib/components/ActivityBar.d.ts +7 -0
- package/lib/components/ActivityBar.d.ts.map +1 -0
- package/lib/components/AnsiDisplay.d.ts +9 -0
- package/lib/components/AnsiDisplay.d.ts.map +1 -0
- package/lib/components/AsciinemaPlayer.d.ts +20 -0
- package/lib/components/AsciinemaPlayer.d.ts.map +1 -0
- package/lib/components/Card.d.ts +33 -0
- package/lib/components/Card.d.ts.map +1 -0
- package/lib/components/CopyButton.d.ts +12 -0
- package/lib/components/CopyButton.d.ts.map +1 -0
- package/lib/components/DataframeView.d.ts +8 -0
- package/lib/components/DataframeView.d.ts.map +1 -0
- package/lib/components/EmptyPanel.d.ts +7 -0
- package/lib/components/EmptyPanel.d.ts.map +1 -0
- package/lib/components/ErrorPanel.d.ts +13 -0
- package/lib/components/ErrorPanel.d.ts.map +1 -0
- package/lib/components/ExpandablePanel.d.ts +13 -0
- package/lib/components/ExpandablePanel.d.ts.map +1 -0
- package/lib/components/ExtendedFindContext.d.ts +8 -0
- package/lib/components/ExtendedFindContext.d.ts.map +1 -0
- package/lib/components/ExtendedFindProvider.d.ts +7 -0
- package/lib/components/ExtendedFindProvider.d.ts.map +1 -0
- package/lib/components/HumanBaselineView.d.ts +22 -0
- package/lib/components/HumanBaselineView.d.ts.map +1 -0
- package/lib/components/JsonPanel.d.ts +12 -0
- package/lib/components/JsonPanel.d.ts.map +1 -0
- package/lib/components/LabeledValue.d.ts +12 -0
- package/lib/components/LabeledValue.d.ts.map +1 -0
- package/lib/components/LightboxCarousel.d.ts +15 -0
- package/lib/components/LightboxCarousel.d.ts.map +1 -0
- package/lib/components/LiveVirtualList.d.ts +23 -0
- package/lib/components/LiveVirtualList.d.ts.map +1 -0
- package/lib/components/MarkdownDiv.d.ts +11 -0
- package/lib/components/MarkdownDiv.d.ts.map +1 -0
- package/lib/components/NavPills.d.ts +12 -0
- package/lib/components/NavPills.d.ts.map +1 -0
- package/lib/components/NoContentsPanel.d.ts +7 -0
- package/lib/components/NoContentsPanel.d.ts.map +1 -0
- package/lib/components/PopOver.d.ts +23 -0
- package/lib/components/PopOver.d.ts.map +1 -0
- package/lib/components/Preformatted.d.ts +8 -0
- package/lib/components/Preformatted.d.ts.map +1 -0
- package/lib/components/ProgressBar.d.ts +10 -0
- package/lib/components/ProgressBar.d.ts.map +1 -0
- package/lib/components/PulsingDots.d.ts +11 -0
- package/lib/components/PulsingDots.d.ts.map +1 -0
- package/lib/components/SegmentedControl.d.ts +15 -0
- package/lib/components/SegmentedControl.d.ts.map +1 -0
- package/lib/components/StickyScroll.d.ts +13 -0
- package/lib/components/StickyScroll.d.ts.map +1 -0
- package/lib/components/TabSet.d.ts +28 -0
- package/lib/components/TabSet.d.ts.map +1 -0
- package/lib/components/prism.d.ts +3 -0
- package/lib/components/prism.d.ts.map +1 -0
- package/lib/content/MetaDataGrid.d.ts +15 -0
- package/lib/content/MetaDataGrid.d.ts.map +1 -0
- package/lib/content/RecordTree.d.ts +25 -0
- package/lib/content/RecordTree.d.ts.map +1 -0
- package/lib/content/RenderedContent.d.ts +17 -0
- package/lib/content/RenderedContent.d.ts.map +1 -0
- package/lib/content/RenderedText.d.ts +11 -0
- package/lib/content/RenderedText.d.ts.map +1 -0
- package/lib/content/record_processors/store.d.ts +3 -0
- package/lib/content/record_processors/store.d.ts.map +1 -0
- package/lib/content/record_processors/types.d.ts +2 -0
- package/lib/content/record_processors/types.d.ts.map +1 -0
- package/lib/content/types.d.ts +17 -0
- package/lib/content/types.d.ts.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +113846 -0
- package/lib/index.js.map +1 -0
- package/lib/lib-CBtriEt5-CU1RYBHb.js +1070 -0
- package/lib/lib-CBtriEt5-CU1RYBHb.js.map +1 -0
- package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js +644 -0
- package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js.map +1 -0
- package/lib/main.d.ts +1 -0
- package/lib/main.d.ts.map +1 -0
- package/lib/router/url.d.ts +35 -0
- package/lib/router/url.d.ts.map +1 -0
- package/lib/state/hooks.d.ts +8 -0
- package/lib/state/hooks.d.ts.map +1 -0
- package/lib/state/scrolling.d.ts +23 -0
- package/lib/state/scrolling.d.ts.map +1 -0
- package/lib/state/store.d.ts +199 -0
- package/lib/state/store.d.ts.map +1 -0
- package/lib/styles/index.css +5827 -0
- package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js +28011 -0
- package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js.map +1 -0
- package/lib/transcript/ApprovalEventView.d.ts +13 -0
- package/lib/transcript/ApprovalEventView.d.ts.map +1 -0
- package/lib/transcript/ErrorEventView.d.ts +13 -0
- package/lib/transcript/ErrorEventView.d.ts.map +1 -0
- package/lib/transcript/InfoEventView.d.ts +13 -0
- package/lib/transcript/InfoEventView.d.ts.map +1 -0
- package/lib/transcript/InputEventView.d.ts +13 -0
- package/lib/transcript/InputEventView.d.ts.map +1 -0
- package/lib/transcript/LoggerEventView.d.ts +13 -0
- package/lib/transcript/LoggerEventView.d.ts.map +1 -0
- package/lib/transcript/ModelEventView.d.ts +26 -0
- package/lib/transcript/ModelEventView.d.ts.map +1 -0
- package/lib/transcript/SampleInitEventView.d.ts +13 -0
- package/lib/transcript/SampleInitEventView.d.ts.map +1 -0
- package/lib/transcript/SampleLimitEventView.d.ts +13 -0
- package/lib/transcript/SampleLimitEventView.d.ts.map +1 -0
- package/lib/transcript/SandboxEventView.d.ts +13 -0
- package/lib/transcript/SandboxEventView.d.ts.map +1 -0
- package/lib/transcript/ScoreEditEventView.d.ts +13 -0
- package/lib/transcript/ScoreEditEventView.d.ts.map +1 -0
- package/lib/transcript/ScoreEventView.d.ts +14 -0
- package/lib/transcript/ScoreEventView.d.ts.map +1 -0
- package/lib/transcript/SpanEventView.d.ts +14 -0
- package/lib/transcript/SpanEventView.d.ts.map +1 -0
- package/lib/transcript/StepEventView.d.ts +14 -0
- package/lib/transcript/StepEventView.d.ts.map +1 -0
- package/lib/transcript/SubtaskEventView.d.ts +14 -0
- package/lib/transcript/SubtaskEventView.d.ts.map +1 -0
- package/lib/transcript/ToolEventView.d.ts +14 -0
- package/lib/transcript/ToolEventView.d.ts.map +1 -0
- package/lib/transcript/TranscriptView.d.ts +13 -0
- package/lib/transcript/TranscriptView.d.ts.map +1 -0
- package/lib/transcript/TranscriptVirtualList.d.ts +32 -0
- package/lib/transcript/TranscriptVirtualList.d.ts.map +1 -0
- package/lib/transcript/TranscriptVirtualListComponent.d.ts +19 -0
- package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +1 -0
- package/lib/transcript/event/EventNav.d.ts +13 -0
- package/lib/transcript/event/EventNav.d.ts.map +1 -0
- package/lib/transcript/event/EventNavs.d.ts +16 -0
- package/lib/transcript/event/EventNavs.d.ts.map +1 -0
- package/lib/transcript/event/EventPanel.d.ts +20 -0
- package/lib/transcript/event/EventPanel.d.ts.map +1 -0
- package/lib/transcript/event/EventProgressPanel.d.ts +7 -0
- package/lib/transcript/event/EventProgressPanel.d.ts.map +1 -0
- package/lib/transcript/event/EventRow.d.ts +13 -0
- package/lib/transcript/event/EventRow.d.ts.map +1 -0
- package/lib/transcript/event/EventSection.d.ts +13 -0
- package/lib/transcript/event/EventSection.d.ts.map +1 -0
- package/lib/transcript/event/EventTimingPanel.d.ts +13 -0
- package/lib/transcript/event/EventTimingPanel.d.ts.map +1 -0
- package/lib/transcript/event/utils.d.ts +3 -0
- package/lib/transcript/event/utils.d.ts.map +1 -0
- package/lib/transcript/hooks.d.ts +2 -0
- package/lib/transcript/hooks.d.ts.map +1 -0
- package/lib/transcript/outline/OutlineRow.d.ts +11 -0
- package/lib/transcript/outline/OutlineRow.d.ts.map +1 -0
- package/lib/transcript/outline/TranscriptOutline.d.ts +13 -0
- package/lib/transcript/outline/TranscriptOutline.d.ts.map +1 -0
- package/lib/transcript/outline/tree-visitors.d.ts +14 -0
- package/lib/transcript/outline/tree-visitors.d.ts.map +1 -0
- package/lib/transcript/state/StateDiffView.d.ts +12 -0
- package/lib/transcript/state/StateDiffView.d.ts.map +1 -0
- package/lib/transcript/state/StateEventRenderers.d.ts +49 -0
- package/lib/transcript/state/StateEventRenderers.d.ts.map +1 -0
- package/lib/transcript/state/StateEventView.d.ts +14 -0
- package/lib/transcript/state/StateEventView.d.ts.map +1 -0
- package/lib/transcript/transform/fixups.d.ts +7 -0
- package/lib/transcript/transform/fixups.d.ts.map +1 -0
- package/lib/transcript/transform/flatten.d.ts +16 -0
- package/lib/transcript/transform/flatten.d.ts.map +1 -0
- package/lib/transcript/transform/hooks.d.ts +7 -0
- package/lib/transcript/transform/hooks.d.ts.map +1 -0
- package/lib/transcript/transform/transform.d.ts +3 -0
- package/lib/transcript/transform/transform.d.ts.map +1 -0
- package/lib/transcript/transform/treeify.d.ts +4 -0
- package/lib/transcript/transform/treeify.d.ts.map +1 -0
- package/lib/transcript/transform/utils.d.ts +19 -0
- package/lib/transcript/transform/utils.d.ts.map +1 -0
- package/lib/transcript/types.d.ts +24 -0
- package/lib/transcript/types.d.ts.map +1 -0
- package/lib/types/index.d.ts +103 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/usage/ModelTokenTable.d.ts +9 -0
- package/lib/usage/ModelTokenTable.d.ts.map +1 -0
- package/lib/usage/ModelUsagePanel.d.ts +12 -0
- package/lib/usage/ModelUsagePanel.d.ts.map +1 -0
- package/lib/usage/TokenTable.d.ts +15 -0
- package/lib/usage/TokenTable.d.ts.map +1 -0
- package/lib/usage/UsageCard.d.ts +11 -0
- package/lib/usage/UsageCard.d.ts.map +1 -0
- package/lib/utils/array.d.ts +2 -0
- package/lib/utils/array.d.ts.map +1 -0
- package/lib/utils/arrow.d.ts +3 -0
- package/lib/utils/arrow.d.ts.map +1 -0
- package/lib/utils/base64.d.ts +5 -0
- package/lib/utils/base64.d.ts.map +1 -0
- package/lib/utils/chatMessage.d.ts +4 -0
- package/lib/utils/chatMessage.d.ts.map +1 -0
- package/lib/utils/dom.d.ts +2 -0
- package/lib/utils/dom.d.ts.map +1 -0
- package/lib/utils/embeddedState.d.ts +11 -0
- package/lib/utils/embeddedState.d.ts.map +1 -0
- package/lib/utils/format.d.ts +41 -0
- package/lib/utils/format.d.ts.map +1 -0
- package/lib/utils/html.d.ts +6 -0
- package/lib/utils/html.d.ts.map +1 -0
- package/lib/utils/json-worker.d.ts +2 -0
- package/lib/utils/json-worker.d.ts.map +1 -0
- package/lib/utils/json.d.ts +5 -0
- package/lib/utils/json.d.ts.map +1 -0
- package/lib/utils/logger.d.ts +8 -0
- package/lib/utils/logger.d.ts.map +1 -0
- package/lib/utils/mime.d.ts +2 -0
- package/lib/utils/mime.d.ts.map +1 -0
- package/lib/utils/object.d.ts +2 -0
- package/lib/utils/object.d.ts.map +1 -0
- package/lib/utils/path.d.ts +26 -0
- package/lib/utils/path.d.ts.map +1 -0
- package/lib/utils/python.d.ts +12 -0
- package/lib/utils/python.d.ts.map +1 -0
- package/lib/utils/react.d.ts +2 -0
- package/lib/utils/react.d.ts.map +1 -0
- package/lib/utils/sync.d.ts +22 -0
- package/lib/utils/sync.d.ts.map +1 -0
- package/lib/utils/type.d.ts +12 -0
- package/lib/utils/type.d.ts.map +1 -0
- package/lib/utils/uri.d.ts +20 -0
- package/lib/utils/uri.d.ts.map +1 -0
- package/lib/utils/vscode.d.ts +21 -0
- package/lib/utils/vscode.d.ts.map +1 -0
- package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js +1081 -0
- package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js.map +1 -0
- package/lib/xypic-DrMJn58R-DRoJoooA.js +9542 -0
- package/lib/xypic-DrMJn58R-DRoJoooA.js.map +1 -0
- 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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|