@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,9 @@
|
|
|
1
|
+
import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser, Events, Messages } from '../types/log';
|
|
2
|
+
export interface ResolvedMessage {
|
|
3
|
+
message: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool;
|
|
4
|
+
toolMessages: ChatMessageTool[];
|
|
5
|
+
}
|
|
6
|
+
export declare const resolveMessages: (messages: Messages) => ResolvedMessage[];
|
|
7
|
+
export declare const iconForMsg: (msg: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool) => string;
|
|
8
|
+
export declare const messagesFromEvents: (runningEvents: Events) => Messages;
|
|
9
|
+
//# sourceMappingURL=messages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/chat/messages.ts"],"names":[],"mappings":"AACA,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EASf,MAAM,EACN,QAAQ,EACT,MAAM,cAAc,CAAC;AAEtB,MAAM,WAAW,eAAe;IAC9B,OAAO,EACH,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;IACpB,YAAY,EAAE,eAAe,EAAE,CAAC;CACjC;AAED,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,sBAuEjD,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,KACI,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,WAapB,CAAC;AAsCF,eAAO,MAAM,kBAAkB,GAAI,eAAe,MAAM,KAAG,QA0B1D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentToolUse } from '../../types/log';
|
|
3
|
+
interface ServerToolCallProps {
|
|
4
|
+
id?: string;
|
|
5
|
+
content: ContentToolUse;
|
|
6
|
+
className?: string | string[];
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Renders the ToolOutput component.
|
|
10
|
+
*/
|
|
11
|
+
export declare const ServerToolCall: FC<ServerToolCallProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ServerToolCall.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServerToolCall.d.ts","sourceRoot":"","sources":["../../../src/chat/server-tools/ServerToolCall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAMtC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAKjD,UAAU,mBAAmB;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAMlD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentTool } from '../../types';
|
|
3
|
+
import { ContentAudio, ContentData, ContentImage, ContentReasoning, ContentText, ContentVideo, ToolCallContent } from '../../types/log';
|
|
4
|
+
interface ToolCallViewProps {
|
|
5
|
+
id: string;
|
|
6
|
+
functionCall: string;
|
|
7
|
+
input?: unknown;
|
|
8
|
+
description?: string;
|
|
9
|
+
contentType?: string;
|
|
10
|
+
view?: ToolCallContent;
|
|
11
|
+
output: string | number | boolean | ContentText | ContentAudio | ContentImage | ContentVideo | ContentTool | ContentReasoning | ContentData | (ContentText | ContentAudio | ContentImage | ContentVideo | ContentTool | ContentReasoning | ContentData)[];
|
|
12
|
+
mode?: "compact";
|
|
13
|
+
collapsible?: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Renders the ToolCallView component.
|
|
17
|
+
*/
|
|
18
|
+
export declare const ToolCallView: FC<ToolCallViewProps>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=ToolCallView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolCallView.d.ts","sourceRoot":"","sources":["../../../src/chat/tools/ToolCallView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAGpC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACL,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,YAAY,EACZ,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAQzB,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,MAAM,EACF,MAAM,GACN,MAAM,GACN,OAAO,GACP,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,gBAAgB,GAChB,WAAW,GACX,CACI,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,gBAAgB,GAChB,WAAW,CACd,EAAE,CAAC;IACR,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAgG9C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface ToolInputProps {
|
|
3
|
+
contentType?: string;
|
|
4
|
+
contents?: unknown | object;
|
|
5
|
+
toolCallView?: {
|
|
6
|
+
content: string;
|
|
7
|
+
};
|
|
8
|
+
className?: string | string[];
|
|
9
|
+
}
|
|
10
|
+
export declare const ToolInput: FC<ToolInputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ToolInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolInput.d.ts","sourceRoot":"","sources":["../../../src/chat/tools/ToolInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AASxC,UAAU,cAAc;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AACD,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAkCxC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentImage, ContentText } from '../../types/log';
|
|
3
|
+
interface ToolOutputProps {
|
|
4
|
+
output: string | number | boolean | (ContentText | ContentImage)[];
|
|
5
|
+
className?: string | string[];
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders the ToolOutput component.
|
|
9
|
+
*/
|
|
10
|
+
export declare const ToolOutput: FC<ToolOutputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ToolOutput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolOutput.d.ts","sourceRoot":"","sources":["../../../src/chat/tools/ToolOutput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAM5D,UAAU,eAAe;IACvB,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,WAAW,GAAG,YAAY,CAAC,EAAE,CAAC;IACnE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA6B1C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface ToolTitleProps {
|
|
3
|
+
title: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Renders the ToolCallView component.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ToolTitle: FC<ToolTitleProps>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=ToolTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolTitle.d.ts","sourceRoot":"","sources":["../../../src/chat/tools/ToolTitle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAGrC,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAYxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TodoWriteInput.d.ts","sourceRoot":"","sources":["../../../../src/chat/tools/tool-input/TodoWriteInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAiChC,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAChC,CA6BA,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Arguments1 } from '../../types/log';
|
|
2
|
+
export declare const kToolTodoContentType = "agent/todo-list";
|
|
3
|
+
export interface ToolCallResult {
|
|
4
|
+
functionCall: string;
|
|
5
|
+
input?: unknown;
|
|
6
|
+
description?: string;
|
|
7
|
+
contentType?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Resolves the input and metadata for a given tool call.
|
|
11
|
+
*/
|
|
12
|
+
export declare const resolveToolInput: (fn: string, toolArgs: Arguments1) => ToolCallResult;
|
|
13
|
+
//# sourceMappingURL=tool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool.d.ts","sourceRoot":"","sources":["../../../src/chat/tools/tool.ts"],"names":[],"mappings":"AAAA,OAAO,+BAA+B,CAAC;AACvC,OAAO,+BAA+B,CAAC;AACvC,OAAO,iCAAiC,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,eAAO,MAAM,oBAAoB,oBAAoB,CAAC;AACtD,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC3B,IAAI,MAAM,EACV,UAAU,UAAU,KACnB,cAgBF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/chat/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;AAEpE,MAAM,MAAM,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e2, t2) => () => (t2 || e2((t2 = { exports: {} }).exports, t2), t2.exports), s = (e2, i2, o2, s2) => {
|
|
2
|
+
if (i2 && typeof i2 == `object` || typeof i2 == `function`) for (var c2 = r(i2), l2 = 0, u = c2.length, d; l2 < u; l2++) d = c2[l2], !a.call(e2, d) && d !== o2 && t(e2, d, { get: ((e3) => i2[e3]).bind(null, d), enumerable: !(s2 = n(i2, d)) || s2.enumerable });
|
|
3
|
+
return e2;
|
|
4
|
+
}, c = (n2, r2, a2) => (a2 = n2 == null ? {} : e(i(n2)), s(t(a2, `default`, { value: n2, enumerable: true }), n2)), l = (e2) => (t2) => c(t2.default);
|
|
5
|
+
export {
|
|
6
|
+
l,
|
|
7
|
+
o
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=chunk-DfAF0w94-Oj7OW_Zs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunk-DfAF0w94-Oj7OW_Zs.js","sources":["../node_modules/.pnpm/mathxyjax3@0.8.3/node_modules/mathxyjax3/dist/chunk-DfAF0w94.js"],"sourcesContent":["globalThis;var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),s=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},c=(n,r,a)=>(a=n==null?{}:e(i(n)),s(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n)),l=e=>t=>c(t.default,e);export{o as __commonJSMin,l as __toDynamicImportESM};"],"names":["e","t","i","o","s","c","l","n","r","a"],"mappings":"AAAc,IAAC,IAAE,OAAO,QAAO,IAAE,OAAO,gBAAe,IAAE,OAAO,0BAAyB,IAAE,OAAO,qBAAoB,IAAE,OAAO,gBAAe,IAAE,OAAO,UAAU,gBAAe,IAAE,CAACA,IAAEC,OAAI,OAAKA,MAAGD,IAAGC,KAAE,EAAC,SAAQ,CAAA,EAAE,GAAG,SAAQA,EAAC,GAAEA,GAAE,UAAS,IAAE,CAACD,IAAEE,IAAEC,IAAEC,OAAI;AAAC,MAAGF,MAAG,OAAOA,MAAG,YAAU,OAAOA,MAAG,WAAW,UAAQG,KAAE,EAAEH,EAAC,GAAEI,KAAE,GAAE,IAAED,GAAE,QAAO,GAAEC,KAAE,GAAEA,KAAI,KAAED,GAAEC,EAAC,GAAE,CAAC,EAAE,KAAKN,IAAE,CAAC,KAAG,MAAIG,MAAG,EAAEH,IAAE,GAAE,EAAC,MAAK,CAAAA,OAAGE,GAAEF,EAAC,GAAG,KAAK,MAAK,CAAC,GAAE,YAAW,EAAEI,KAAE,EAAEF,IAAE,CAAC,MAAIE,GAAE,WAAU,CAAC;AAAE,SAAOJ;AAAC,GAAE,IAAE,CAACO,IAAEC,IAAEC,QAAKA,KAAEF,MAAG,OAAK,CAAA,IAAG,EAAE,EAAEA,EAAC,CAAC,GAAE,EAAuB,EAAEE,IAAE,WAAU,EAAC,OAAMF,IAAE,YAAW,KAAE,CAAC,GAAIA,EAAC,IAAG,IAAE,CAAAP,OAAG,CAAAC,OAAG,EAAEA,GAAE,OAAS;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActivityBar.d.ts","sourceRoot":"","sources":["../../src/components/ActivityBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,UAAU,gBAAgB;IACxB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAe5C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CSSProperties, FC } from 'react';
|
|
2
|
+
interface ANSIDisplayProps {
|
|
3
|
+
output: string;
|
|
4
|
+
style?: CSSProperties;
|
|
5
|
+
className?: string[] | string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ANSIDisplay: FC<ANSIDisplayProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=AnsiDisplay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnsiDisplay.d.ts","sourceRoot":"","sources":["../../src/components/AnsiDisplay.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,mBAAmB,CAAC;AAE3B,UAAU,gBAAgB;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAgC5C,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CSSProperties, FC } from 'react';
|
|
2
|
+
interface AsciinemaPlayerProps {
|
|
3
|
+
id?: string;
|
|
4
|
+
inputUrl: string;
|
|
5
|
+
outputUrl: string;
|
|
6
|
+
timingUrl: string;
|
|
7
|
+
rows?: number;
|
|
8
|
+
cols?: number;
|
|
9
|
+
fit?: string;
|
|
10
|
+
style?: CSSProperties;
|
|
11
|
+
speed?: number;
|
|
12
|
+
autoPlay?: boolean;
|
|
13
|
+
loop?: boolean;
|
|
14
|
+
theme?: string;
|
|
15
|
+
idleTimeLimit?: number;
|
|
16
|
+
className?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const AsciinemaPlayer: FC<AsciinemaPlayerProps>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=AsciinemaPlayer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsciinemaPlayer.d.ts","sourceRoot":"","sources":["../../src/components/AsciinemaPlayer.tsx"],"names":[],"mappings":"AACA,OAAO,mDAAmD,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,EAAE,EAAqB,MAAM,OAAO,CAAC;AAE7D,UAAU,oBAAoB;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAgEpD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
interface CardHeaderProps {
|
|
3
|
+
id?: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
type?: "default" | "modern";
|
|
7
|
+
className?: string;
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
interface CardBodyProps {
|
|
11
|
+
id?: string;
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
className?: string | string[];
|
|
14
|
+
padded?: boolean;
|
|
15
|
+
}
|
|
16
|
+
interface CardProps {
|
|
17
|
+
id?: string;
|
|
18
|
+
children?: ReactNode;
|
|
19
|
+
className?: string | string[];
|
|
20
|
+
}
|
|
21
|
+
interface CardCollapsingHeaderProps {
|
|
22
|
+
id: string;
|
|
23
|
+
icon: string;
|
|
24
|
+
label: string;
|
|
25
|
+
cardBodyId: string;
|
|
26
|
+
children?: ReactNode;
|
|
27
|
+
}
|
|
28
|
+
export declare const CardHeader: FC<CardHeaderProps>;
|
|
29
|
+
export declare const CardBody: FC<CardBodyProps>;
|
|
30
|
+
export declare const Card: FC<CardProps>;
|
|
31
|
+
export declare const CardCollapsingHeader: FC<CardCollapsingHeaderProps>;
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../src/components/Card.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,OAAO,YAAY,CAAC;AAEpB,UAAU,eAAe;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,UAAU,aAAa;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,SAAS;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,UAAU,yBAAyB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA4B1C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAkBtC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAM9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAwC9D,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
interface CopyButtonProps {
|
|
3
|
+
icon?: string;
|
|
4
|
+
value: string;
|
|
5
|
+
onCopySuccess?: () => void;
|
|
6
|
+
onCopyError?: (error: Error) => void;
|
|
7
|
+
className?: string;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const CopyButton: ({ icon, value, onCopySuccess, onCopyError, className, ariaLabel, }: CopyButtonProps) => JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=CopyButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../src/components/CopyButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAY,MAAM,OAAO,CAAC;AAMtC,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,GAAI,oEAOxB,eAAe,KAAG,GAAG,CAAC,OAoCxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataframeView.d.ts","sourceRoot":"","sources":["../../src/components/DataframeView.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACtC,OAAO,EAAE,EAAE,EAAmB,MAAM,OAAO,CAAC;AAY5C,UAAU,kBAAkB;IAC1B,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA4DhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyPanel.d.ts","sourceRoot":"","sources":["../../src/components/EmptyPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,eAAe;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAQ1C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export interface DisplayError {
|
|
3
|
+
message: string;
|
|
4
|
+
stack?: string;
|
|
5
|
+
displayStack?: boolean;
|
|
6
|
+
}
|
|
7
|
+
interface ErrorPanelProps {
|
|
8
|
+
title: string;
|
|
9
|
+
error: DisplayError;
|
|
10
|
+
}
|
|
11
|
+
export declare const ErrorPanel: FC<ErrorPanelProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ErrorPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorPanel.d.ts","sourceRoot":"","sources":["../../src/components/ErrorPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,kBAAkB,CAAC;AAG1B,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAwB1C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
interface ExpandablePanelProps {
|
|
3
|
+
id: string;
|
|
4
|
+
collapse: boolean;
|
|
5
|
+
border?: boolean;
|
|
6
|
+
lines?: number;
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
className?: string | string[];
|
|
9
|
+
togglePosition?: "inline-right" | "block-left";
|
|
10
|
+
}
|
|
11
|
+
export declare const ExpandablePanel: FC<ExpandablePanelProps>;
|
|
12
|
+
export default ExpandablePanel;
|
|
13
|
+
//# sourceMappingURL=ExpandablePanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandablePanel.d.ts","sourceRoot":"","sources":["../../src/components/ExpandablePanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,EAAE,EAEF,SAAS,EAIV,MAAM,OAAO,CAAC;AAOf,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,cAAc,GAAG,YAAY,CAAC;CAChD;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAmFpD,CAAC;AA2CF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type ExtendedFindFn = (term: string, direction: "forward" | "backward", onContentReady: () => void) => Promise<boolean>;
|
|
2
|
+
export interface ExtendedFindContextType {
|
|
3
|
+
extendedFindTerm: (term: string, direction: "forward" | "backward") => Promise<boolean>;
|
|
4
|
+
registerVirtualList: (id: string, searchFn: ExtendedFindFn) => () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ExtendedFindContext: import('react').Context<ExtendedFindContextType>;
|
|
7
|
+
export declare const useExtendedFind: () => ExtendedFindContextType;
|
|
8
|
+
//# sourceMappingURL=ExtendedFindContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtendedFindContext.d.ts","sourceRoot":"","sources":["../../src/components/ExtendedFindContext.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,cAAc,GAAG,CAC3B,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,SAAS,GAAG,UAAU,EACjC,cAAc,EAAE,MAAM,IAAI,KACvB,OAAO,CAAC,OAAO,CAAC,CAAC;AAItB,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,EAAE,CAChB,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,SAAS,GAAG,UAAU,KAC9B,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,mBAAmB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,KAAK,MAAM,IAAI,CAAC;CAC3E;AAED,eAAO,MAAM,mBAAmB,kDACqB,CAAC;AAEtD,eAAO,MAAM,eAAe,QAAO,uBAMlC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface ExtendedFindProviderProps {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare const ExtendedFindProvider: ({ children, }: ExtendedFindProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=ExtendedFindProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtendedFindProvider.d.ts","sourceRoot":"","sources":["../../src/components/ExtendedFindProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAQvD,UAAU,yBAAyB;IACjC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,GAAI,eAElC,yBAAyB,4CAoE3B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export interface SessionLog {
|
|
3
|
+
name: string;
|
|
4
|
+
user: string;
|
|
5
|
+
input: string;
|
|
6
|
+
output: string;
|
|
7
|
+
timing: string;
|
|
8
|
+
}
|
|
9
|
+
interface HumanBaselineViewProps {
|
|
10
|
+
started?: Date;
|
|
11
|
+
running: boolean;
|
|
12
|
+
completed?: boolean;
|
|
13
|
+
runtime?: number;
|
|
14
|
+
answer?: string;
|
|
15
|
+
sessionLogs: SessionLog[];
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Renders the HumanBaselineView component.
|
|
19
|
+
*/
|
|
20
|
+
export declare const HumanBaselineView: FC<HumanBaselineViewProps>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=HumanBaselineView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HumanBaselineView.d.ts","sourceRoot":"","sources":["../../src/components/HumanBaselineView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAKtC,OAAO,yBAAyB,CAAC;AAGjC,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAkHxD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CSSProperties, FC } from 'react';
|
|
2
|
+
interface JSONPanelProps {
|
|
3
|
+
id?: string;
|
|
4
|
+
data?: unknown;
|
|
5
|
+
json?: string;
|
|
6
|
+
simple?: boolean;
|
|
7
|
+
style?: CSSProperties;
|
|
8
|
+
className?: string | string[];
|
|
9
|
+
}
|
|
10
|
+
export declare const JSONPanel: FC<JSONPanelProps>;
|
|
11
|
+
export default JSONPanel;
|
|
12
|
+
//# sourceMappingURL=JsonPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JsonPanel.d.ts","sourceRoot":"","sources":["../../src/components/JsonPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,EAAE,EAAmB,MAAM,OAAO,CAAC;AAE3D,OAAO,iBAAiB,CAAC;AAKzB,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAID,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CA6BxC,CAAC;AAqCF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CSSProperties, FC, ReactNode } from 'react';
|
|
2
|
+
interface LabeledValueProps {
|
|
3
|
+
label: string;
|
|
4
|
+
style?: CSSProperties;
|
|
5
|
+
valueStyle?: CSSProperties;
|
|
6
|
+
layout?: "column" | "row";
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
className?: string | string[];
|
|
9
|
+
}
|
|
10
|
+
export declare const LabeledValue: FC<LabeledValueProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=LabeledValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabeledValue.d.ts","sourceRoot":"","sources":["../../src/components/LabeledValue.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIrD,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,MAAM,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAiC9C,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
interface Slide {
|
|
3
|
+
label: string;
|
|
4
|
+
render: () => ReactNode;
|
|
5
|
+
}
|
|
6
|
+
interface LightboxCarouselProps {
|
|
7
|
+
id: string;
|
|
8
|
+
slides: Slide[];
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* LightboxCarousel component provides a carousel with lightbox functionality.
|
|
12
|
+
*/
|
|
13
|
+
export declare const LightboxCarousel: FC<LightboxCarouselProps>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=LightboxCarousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LightboxCarousel.d.ts","sourceRoot":"","sources":["../../src/components/LightboxCarousel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAc,SAAS,EAA0B,MAAM,OAAO,CAAC;AAO1E,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,SAAS,CAAC;CACzB;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAyItD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ReactNode, RefObject } from 'react';
|
|
2
|
+
import { Components, VirtuosoHandle } from 'react-virtuoso';
|
|
3
|
+
interface LiveVirtualListProps<T> {
|
|
4
|
+
id: string;
|
|
5
|
+
listHandle: RefObject<VirtuosoHandle | null>;
|
|
6
|
+
className?: string | string[];
|
|
7
|
+
scrollRef?: RefObject<HTMLDivElement | null>;
|
|
8
|
+
data: T[];
|
|
9
|
+
renderRow: (index: number, item: T) => ReactNode;
|
|
10
|
+
live?: boolean;
|
|
11
|
+
showProgress?: boolean;
|
|
12
|
+
initialTopMostItemIndex?: number;
|
|
13
|
+
offsetTop?: number;
|
|
14
|
+
components?: Components<T>;
|
|
15
|
+
searchInItem?: (item: T, searchTerm: string) => boolean;
|
|
16
|
+
animation?: boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Renders the Transcript component.
|
|
20
|
+
*/
|
|
21
|
+
export declare const LiveVirtualList: <T>({ id, listHandle, className, data, renderRow, scrollRef, live, showProgress, initialTopMostItemIndex, offsetTop, components, searchInItem, animation, }: LiveVirtualListProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=LiveVirtualList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LiveVirtualList.d.ts","sourceRoot":"","sources":["../../src/components/LiveVirtualList.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,SAAS,EAKV,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,UAAU,EAAY,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAStE,UAAU,oBAAoB,CAAC,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAE7C,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG9B,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAG7C,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,KAAK,SAAS,CAAC;IAIjD,IAAI,CAAC,EAAE,OAAO,CAAC;IAIf,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAGjC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,UAAU,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IAI3B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAExD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,CAAC,EAAG,yJAcjC,oBAAoB,CAAC,CAAC,CAAC,4CAmQzB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
interface MarkdownDivProps {
|
|
3
|
+
markdown: string;
|
|
4
|
+
omitMedia?: boolean;
|
|
5
|
+
style?: CSSProperties;
|
|
6
|
+
className?: string | string[];
|
|
7
|
+
postProcess?: (html: string) => string;
|
|
8
|
+
}
|
|
9
|
+
export declare const MarkdownDiv: import('react').ForwardRefExoticComponent<MarkdownDivProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=MarkdownDiv.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownDiv.d.ts","sourceRoot":"","sources":["../../src/components/MarkdownDiv.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAc,MAAM,OAAO,CAAC;AAClD,OAAO,mBAAmB,CAAC;AAE3B,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;CACxC;AAED,eAAO,MAAM,WAAW,6GA4DvB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC, ReactElement } from 'react';
|
|
2
|
+
interface NavPillChildProps {
|
|
3
|
+
title: string;
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}
|
|
6
|
+
interface NavPillsProps {
|
|
7
|
+
id: string;
|
|
8
|
+
children?: ReactElement<NavPillChildProps>[];
|
|
9
|
+
}
|
|
10
|
+
export declare const NavPills: FC<NavPillsProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=NavPills.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavPills.d.ts","sourceRoot":"","sources":["../../src/components/NavPills.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAc,YAAY,EAA0B,MAAM,OAAO,CAAC;AAM7E,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAAE,CAAC;CAC9C;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoDtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoContentsPanel.d.ts","sourceRoot":"","sources":["../../src/components/NoContentsPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CASpD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Placement } from '@popperjs/core';
|
|
2
|
+
import { default as React, CSSProperties, ReactNode } from 'react';
|
|
3
|
+
interface PopOverProps {
|
|
4
|
+
id: string;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
7
|
+
positionEl: HTMLElement | null;
|
|
8
|
+
placement?: Placement;
|
|
9
|
+
showArrow?: boolean;
|
|
10
|
+
offset?: [number, number];
|
|
11
|
+
usePortal?: boolean;
|
|
12
|
+
hoverDelay?: number;
|
|
13
|
+
className?: string | string[];
|
|
14
|
+
arrowClassName?: string | string[];
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
styles?: CSSProperties;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A controlled Popper component for displaying content relative to a reference element
|
|
20
|
+
*/
|
|
21
|
+
export declare const PopOver: React.FC<PopOverProps>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=PopOver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopOver.d.ts","sourceRoot":"","sources":["../../src/components/PopOver.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EAAE,EACZ,aAAa,EACb,SAAS,EAIV,MAAM,OAAO,CAAC;AAIf,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,UAAU,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAEnC,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,aAAa,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAqf1C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
export interface PreformattedProps {
|
|
3
|
+
text: string;
|
|
4
|
+
style?: CSSProperties;
|
|
5
|
+
className?: string | string[];
|
|
6
|
+
}
|
|
7
|
+
export declare const Preformatted: import('react').ForwardRefExoticComponent<PreformattedProps & import('react').RefAttributes<HTMLPreElement>>;
|
|
8
|
+
//# sourceMappingURL=Preformatted.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Preformatted.d.ts","sourceRoot":"","sources":["../../src/components/Preformatted.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAc,MAAM,OAAO,CAAC;AAIlD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,YAAY,8GAYxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../src/components/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,UAAU,gBAAgB;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAmB5C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface PulsingDotsProps {
|
|
3
|
+
text?: string;
|
|
4
|
+
dotsCount?: number;
|
|
5
|
+
subtle?: boolean;
|
|
6
|
+
size?: "small" | "medium" | "large";
|
|
7
|
+
className?: string | string[];
|
|
8
|
+
}
|
|
9
|
+
export declare const PulsingDots: FC<PulsingDotsProps>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=PulsingDots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PulsingDots.d.ts","sourceRoot":"","sources":["../../src/components/PulsingDots.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAmC5C,CAAC"}
|