@metrevals/inspect-scout-viewer 0.2.3-beta.1763386330 → 0.2.3-beta.1763762930
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/lib/App.d.ts +0 -1
- package/lib/AppErrorBoundary.d.ts +0 -1
- package/lib/AppRouter.d.ts +0 -1
- package/lib/api/api-scout-server.d.ts +0 -1
- package/lib/api/api-vscode.d.ts +0 -1
- package/lib/api/api.d.ts +0 -1
- package/lib/api/jsonrpc.d.ts +0 -1
- package/lib/api/request.d.ts +0 -1
- package/lib/app/appearance/fonts.d.ts +0 -1
- package/lib/app/appearance/icons.d.ts +1 -1
- package/lib/app/appearance/styles.d.ts +0 -1
- package/lib/app/components/Footer.d.ts +1 -1
- package/lib/app/components/MarkdownDivWithReferences.d.ts +0 -1
- package/lib/app/components/Pager.d.ts +1 -2
- package/lib/app/hooks.d.ts +6 -7
- package/lib/app/navbar/Navbar.d.ts +0 -1
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts +0 -1
- package/lib/app/result/ScanResultHeader.d.ts +0 -1
- package/lib/app/result/ScanResultNav.d.ts +0 -1
- package/lib/app/result/ScanResultPanel.d.ts +0 -1
- package/lib/app/result/error/ErrorPanel.d.ts +7 -0
- package/lib/app/result/info/InfoPanel.d.ts +0 -1
- package/lib/app/result/input/InputPanel.d.ts +0 -1
- package/lib/app/result/result/ResultPanel.d.ts +0 -1
- package/lib/app/result/transcript/TranscriptPanel.d.ts +0 -1
- package/lib/app/scanJobs/ScanJobGrid.d.ts +0 -1
- package/lib/app/scanJobs/ScanJobsPanel.d.ts +0 -1
- package/lib/app/scanner/ScannerPanel.d.ts +0 -1
- package/lib/app/scanner/ScannerPanelBody.d.ts +0 -1
- package/lib/app/scanner/ScannerPanelTitle.d.ts +0 -1
- package/lib/app/scanner/info/ScanInfo.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsBody.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsFilter.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsGroup.d.ts +6 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsPanel.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsSearch.d.ts +2 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts +0 -1
- package/lib/app/scanner/results/list/ScanResultsGroup.d.ts +6 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts +1 -2
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts +0 -1
- package/lib/app/types.d.ts +4 -2
- package/lib/app/utils/arrow.d.ts +0 -1
- package/lib/app/utils/refs.d.ts +0 -1
- package/lib/app/utils/results.d.ts +4 -2
- package/lib/app/values/Error.d.ts +7 -0
- package/lib/app/values/Explanation.d.ts +0 -1
- package/lib/app/values/Identifier.d.ts +0 -1
- package/lib/app/values/Value.d.ts +0 -1
- package/lib/chat/ChatMessage.d.ts +0 -1
- package/lib/chat/ChatMessageRenderer.d.ts +0 -1
- package/lib/chat/ChatMessageRow.d.ts +0 -1
- package/lib/chat/ChatView.d.ts +0 -1
- package/lib/chat/ChatViewVirtualList.d.ts +0 -1
- package/lib/chat/JsonMessageContent.d.ts +0 -1
- package/lib/chat/MessageCitations.d.ts +0 -1
- package/lib/chat/MessageContent.d.ts +0 -1
- package/lib/chat/MessageContents.d.ts +1 -2
- package/lib/chat/content-data/ContentDataView.d.ts +0 -1
- package/lib/chat/content-data/WebSearch.d.ts +0 -1
- package/lib/chat/content-data/WebSearchResults.d.ts +0 -1
- package/lib/chat/documents/ContentDocumentView.d.ts +0 -1
- package/lib/chat/messages.d.ts +0 -1
- package/lib/chat/server-tools/ServerToolCall.d.ts +0 -1
- package/lib/chat/tools/ToolCallView.d.ts +0 -1
- package/lib/chat/tools/ToolInput.d.ts +0 -1
- package/lib/chat/tools/ToolOutput.d.ts +0 -1
- package/lib/chat/tools/ToolTitle.d.ts +0 -1
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +0 -1
- package/lib/chat/tools/tool.d.ts +0 -1
- package/lib/chat/types.d.ts +0 -1
- package/lib/components/ActivityBar.d.ts +0 -1
- package/lib/components/AnsiDisplay.d.ts +0 -1
- package/lib/components/AsciinemaPlayer.d.ts +0 -1
- package/lib/components/Card.d.ts +0 -1
- package/lib/components/CopyButton.d.ts +0 -1
- package/lib/components/DataframeView.d.ts +1 -2
- package/lib/components/EmptyPanel.d.ts +0 -1
- package/lib/components/ErrorPanel.d.ts +0 -1
- package/lib/components/ExpandablePanel.d.ts +0 -1
- package/lib/components/ExtendedFindContext.d.ts +1 -2
- package/lib/components/ExtendedFindProvider.d.ts +0 -1
- package/lib/components/HumanBaselineView.d.ts +0 -1
- package/lib/components/JsonPanel.d.ts +0 -1
- package/lib/components/LabeledValue.d.ts +0 -1
- package/lib/components/LightboxCarousel.d.ts +0 -1
- package/lib/components/LiveVirtualList.d.ts +0 -1
- package/lib/components/MarkdownDiv.d.ts +0 -1
- package/lib/components/NavPills.d.ts +0 -1
- package/lib/components/NoContentsPanel.d.ts +0 -1
- package/lib/components/PopOver.d.ts +0 -1
- package/lib/components/Preformatted.d.ts +0 -1
- package/lib/components/ProgressBar.d.ts +0 -1
- package/lib/components/PulsingDots.d.ts +0 -1
- package/lib/components/SegmentedControl.d.ts +0 -1
- package/lib/components/StickyScroll.d.ts +0 -1
- package/lib/components/TabSet.d.ts +0 -1
- package/lib/components/TextInput.d.ts +10 -0
- package/lib/components/prism.d.ts +0 -1
- package/lib/content/MetaDataGrid.d.ts +0 -1
- package/lib/content/RecordTree.d.ts +0 -1
- package/lib/content/RenderedContent.d.ts +0 -1
- package/lib/content/RenderedText.d.ts +0 -1
- package/lib/content/record_processors/store.d.ts +0 -1
- package/lib/content/record_processors/types.d.ts +0 -1
- package/lib/content/types.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +43015 -37862
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +0 -1
- package/lib/router/url.d.ts +1 -2
- package/lib/state/hooks.d.ts +0 -1
- package/lib/state/scrolling.d.ts +2 -3
- package/lib/state/store.d.ts +33 -29
- package/lib/styles/index.css +163 -66
- package/lib/transcript/ApprovalEventView.d.ts +0 -1
- package/lib/transcript/ErrorEventView.d.ts +0 -1
- package/lib/transcript/InfoEventView.d.ts +0 -1
- package/lib/transcript/InputEventView.d.ts +0 -1
- package/lib/transcript/LoggerEventView.d.ts +0 -1
- package/lib/transcript/ModelEventView.d.ts +0 -1
- package/lib/transcript/SampleInitEventView.d.ts +0 -1
- package/lib/transcript/SampleLimitEventView.d.ts +0 -1
- package/lib/transcript/SandboxEventView.d.ts +0 -1
- package/lib/transcript/ScoreEditEventView.d.ts +0 -1
- package/lib/transcript/ScoreEventView.d.ts +0 -1
- package/lib/transcript/SpanEventView.d.ts +0 -1
- package/lib/transcript/StepEventView.d.ts +0 -1
- package/lib/transcript/SubtaskEventView.d.ts +0 -1
- package/lib/transcript/ToolEventView.d.ts +0 -1
- package/lib/transcript/TranscriptView.d.ts +0 -1
- package/lib/transcript/TranscriptVirtualList.d.ts +1 -2
- package/lib/transcript/TranscriptVirtualListComponent.d.ts +0 -1
- package/lib/transcript/event/EventNav.d.ts +0 -1
- package/lib/transcript/event/EventNavs.d.ts +0 -1
- package/lib/transcript/event/EventPanel.d.ts +0 -1
- package/lib/transcript/event/EventProgressPanel.d.ts +0 -1
- package/lib/transcript/event/EventRow.d.ts +0 -1
- package/lib/transcript/event/EventSection.d.ts +0 -1
- package/lib/transcript/event/EventTimingPanel.d.ts +0 -1
- package/lib/transcript/event/utils.d.ts +0 -1
- package/lib/transcript/hooks.d.ts +0 -1
- package/lib/transcript/outline/OutlineRow.d.ts +0 -1
- package/lib/transcript/outline/TranscriptOutline.d.ts +0 -1
- package/lib/transcript/outline/tree-visitors.d.ts +0 -1
- package/lib/transcript/state/StateDiffView.d.ts +0 -1
- package/lib/transcript/state/StateEventRenderers.d.ts +0 -1
- package/lib/transcript/state/StateEventView.d.ts +0 -1
- package/lib/transcript/transform/fixups.d.ts +0 -1
- package/lib/transcript/transform/flatten.d.ts +0 -1
- package/lib/transcript/transform/hooks.d.ts +0 -1
- package/lib/transcript/transform/transform.d.ts +0 -1
- package/lib/transcript/transform/treeify.d.ts +0 -1
- package/lib/transcript/transform/utils.d.ts +0 -1
- package/lib/transcript/types.d.ts +0 -1
- package/lib/types/index.d.ts +0 -1
- package/lib/usage/ModelTokenTable.d.ts +0 -1
- package/lib/usage/ModelUsagePanel.d.ts +0 -1
- package/lib/usage/TokenTable.d.ts +0 -1
- package/lib/usage/UsageCard.d.ts +0 -1
- package/lib/utils/array.d.ts +0 -1
- package/lib/utils/arrow.d.ts +3 -3
- package/lib/utils/base64.d.ts +0 -1
- package/lib/utils/chatMessage.d.ts +0 -1
- package/lib/utils/dom.d.ts +1 -2
- package/lib/utils/embeddedState.d.ts +0 -1
- package/lib/utils/format.d.ts +0 -1
- package/lib/utils/html.d.ts +0 -1
- package/lib/utils/json-worker.d.ts +1 -1
- package/lib/utils/json.d.ts +0 -1
- package/lib/utils/logger.d.ts +0 -1
- package/lib/utils/mime.d.ts +0 -1
- package/lib/utils/object.d.ts +0 -1
- package/lib/utils/path.d.ts +0 -1
- package/lib/utils/python.d.ts +0 -1
- package/lib/utils/react.d.ts +0 -1
- package/lib/utils/sync.d.ts +0 -1
- package/lib/utils/type.d.ts +0 -1
- package/lib/utils/uri.d.ts +0 -1
- package/lib/utils/vscode.d.ts +0 -1
- package/package.json +13 -5
- package/lib/App.d.ts.map +0 -1
- package/lib/AppErrorBoundary.d.ts.map +0 -1
- package/lib/AppRouter.d.ts.map +0 -1
- package/lib/api/api-scout-server.d.ts.map +0 -1
- package/lib/api/api-vscode.d.ts.map +0 -1
- package/lib/api/api.d.ts.map +0 -1
- package/lib/api/jsonrpc.d.ts.map +0 -1
- package/lib/api/request.d.ts.map +0 -1
- package/lib/app/appearance/fonts.d.ts.map +0 -1
- package/lib/app/appearance/icons.d.ts.map +0 -1
- package/lib/app/appearance/styles.d.ts.map +0 -1
- package/lib/app/components/Footer.d.ts.map +0 -1
- package/lib/app/components/MarkdownDivWithReferences.d.ts.map +0 -1
- package/lib/app/components/Pager.d.ts.map +0 -1
- package/lib/app/hooks.d.ts.map +0 -1
- package/lib/app/navbar/Navbar.d.ts.map +0 -1
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +0 -1
- package/lib/app/result/ScanResultHeader.d.ts.map +0 -1
- package/lib/app/result/ScanResultNav.d.ts.map +0 -1
- package/lib/app/result/ScanResultPanel.d.ts.map +0 -1
- package/lib/app/result/info/InfoPanel.d.ts.map +0 -1
- package/lib/app/result/input/InputPanel.d.ts.map +0 -1
- package/lib/app/result/result/ResultPanel.d.ts.map +0 -1
- package/lib/app/result/transcript/TranscriptPanel.d.ts.map +0 -1
- package/lib/app/scanJobs/ScanJobGrid.d.ts.map +0 -1
- package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanel.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanelBody.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanelTitle.d.ts.map +0 -1
- package/lib/app/scanner/info/ScanInfo.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsBody.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanHeader.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +0 -1
- package/lib/app/types.d.ts.map +0 -1
- package/lib/app/utils/arrow.d.ts.map +0 -1
- package/lib/app/utils/refs.d.ts.map +0 -1
- package/lib/app/utils/results.d.ts.map +0 -1
- package/lib/app/values/Explanation.d.ts.map +0 -1
- package/lib/app/values/Identifier.d.ts.map +0 -1
- package/lib/app/values/Value.d.ts.map +0 -1
- package/lib/chat/ChatMessage.d.ts.map +0 -1
- package/lib/chat/ChatMessageRenderer.d.ts.map +0 -1
- package/lib/chat/ChatMessageRow.d.ts.map +0 -1
- package/lib/chat/ChatView.d.ts.map +0 -1
- package/lib/chat/ChatViewVirtualList.d.ts.map +0 -1
- package/lib/chat/JsonMessageContent.d.ts.map +0 -1
- package/lib/chat/MessageCitations.d.ts.map +0 -1
- package/lib/chat/MessageContent.d.ts.map +0 -1
- package/lib/chat/MessageContents.d.ts.map +0 -1
- package/lib/chat/content-data/ContentDataView.d.ts.map +0 -1
- package/lib/chat/content-data/WebSearch.d.ts.map +0 -1
- package/lib/chat/content-data/WebSearchResults.d.ts.map +0 -1
- package/lib/chat/documents/ContentDocumentView.d.ts.map +0 -1
- package/lib/chat/messages.d.ts.map +0 -1
- package/lib/chat/server-tools/ServerToolCall.d.ts.map +0 -1
- package/lib/chat/tools/ToolCallView.d.ts.map +0 -1
- package/lib/chat/tools/ToolInput.d.ts.map +0 -1
- package/lib/chat/tools/ToolOutput.d.ts.map +0 -1
- package/lib/chat/tools/ToolTitle.d.ts.map +0 -1
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +0 -1
- package/lib/chat/tools/tool.d.ts.map +0 -1
- package/lib/chat/types.d.ts.map +0 -1
- package/lib/components/ActivityBar.d.ts.map +0 -1
- package/lib/components/AnsiDisplay.d.ts.map +0 -1
- package/lib/components/AsciinemaPlayer.d.ts.map +0 -1
- package/lib/components/Card.d.ts.map +0 -1
- package/lib/components/CopyButton.d.ts.map +0 -1
- package/lib/components/DataframeView.d.ts.map +0 -1
- package/lib/components/EmptyPanel.d.ts.map +0 -1
- package/lib/components/ErrorPanel.d.ts.map +0 -1
- package/lib/components/ExpandablePanel.d.ts.map +0 -1
- package/lib/components/ExtendedFindContext.d.ts.map +0 -1
- package/lib/components/ExtendedFindProvider.d.ts.map +0 -1
- package/lib/components/HumanBaselineView.d.ts.map +0 -1
- package/lib/components/JsonPanel.d.ts.map +0 -1
- package/lib/components/LabeledValue.d.ts.map +0 -1
- package/lib/components/LightboxCarousel.d.ts.map +0 -1
- package/lib/components/LiveVirtualList.d.ts.map +0 -1
- package/lib/components/MarkdownDiv.d.ts.map +0 -1
- package/lib/components/NavPills.d.ts.map +0 -1
- package/lib/components/NoContentsPanel.d.ts.map +0 -1
- package/lib/components/PopOver.d.ts.map +0 -1
- package/lib/components/Preformatted.d.ts.map +0 -1
- package/lib/components/ProgressBar.d.ts.map +0 -1
- package/lib/components/PulsingDots.d.ts.map +0 -1
- package/lib/components/SegmentedControl.d.ts.map +0 -1
- package/lib/components/StickyScroll.d.ts.map +0 -1
- package/lib/components/TabSet.d.ts.map +0 -1
- package/lib/components/prism.d.ts.map +0 -1
- package/lib/content/MetaDataGrid.d.ts.map +0 -1
- package/lib/content/RecordTree.d.ts.map +0 -1
- package/lib/content/RenderedContent.d.ts.map +0 -1
- package/lib/content/RenderedText.d.ts.map +0 -1
- package/lib/content/record_processors/store.d.ts.map +0 -1
- package/lib/content/record_processors/types.d.ts.map +0 -1
- package/lib/content/types.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/main.d.ts.map +0 -1
- package/lib/router/url.d.ts.map +0 -1
- package/lib/state/hooks.d.ts.map +0 -1
- package/lib/state/scrolling.d.ts.map +0 -1
- package/lib/state/store.d.ts.map +0 -1
- package/lib/transcript/ApprovalEventView.d.ts.map +0 -1
- package/lib/transcript/ErrorEventView.d.ts.map +0 -1
- package/lib/transcript/InfoEventView.d.ts.map +0 -1
- package/lib/transcript/InputEventView.d.ts.map +0 -1
- package/lib/transcript/LoggerEventView.d.ts.map +0 -1
- package/lib/transcript/ModelEventView.d.ts.map +0 -1
- package/lib/transcript/SampleInitEventView.d.ts.map +0 -1
- package/lib/transcript/SampleLimitEventView.d.ts.map +0 -1
- package/lib/transcript/SandboxEventView.d.ts.map +0 -1
- package/lib/transcript/ScoreEditEventView.d.ts.map +0 -1
- package/lib/transcript/ScoreEventView.d.ts.map +0 -1
- package/lib/transcript/SpanEventView.d.ts.map +0 -1
- package/lib/transcript/StepEventView.d.ts.map +0 -1
- package/lib/transcript/SubtaskEventView.d.ts.map +0 -1
- package/lib/transcript/ToolEventView.d.ts.map +0 -1
- package/lib/transcript/TranscriptView.d.ts.map +0 -1
- package/lib/transcript/TranscriptVirtualList.d.ts.map +0 -1
- package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +0 -1
- package/lib/transcript/event/EventNav.d.ts.map +0 -1
- package/lib/transcript/event/EventNavs.d.ts.map +0 -1
- package/lib/transcript/event/EventPanel.d.ts.map +0 -1
- package/lib/transcript/event/EventProgressPanel.d.ts.map +0 -1
- package/lib/transcript/event/EventRow.d.ts.map +0 -1
- package/lib/transcript/event/EventSection.d.ts.map +0 -1
- package/lib/transcript/event/EventTimingPanel.d.ts.map +0 -1
- package/lib/transcript/event/utils.d.ts.map +0 -1
- package/lib/transcript/hooks.d.ts.map +0 -1
- package/lib/transcript/outline/OutlineRow.d.ts.map +0 -1
- package/lib/transcript/outline/TranscriptOutline.d.ts.map +0 -1
- package/lib/transcript/outline/tree-visitors.d.ts.map +0 -1
- package/lib/transcript/state/StateDiffView.d.ts.map +0 -1
- package/lib/transcript/state/StateEventRenderers.d.ts.map +0 -1
- package/lib/transcript/state/StateEventView.d.ts.map +0 -1
- package/lib/transcript/transform/fixups.d.ts.map +0 -1
- package/lib/transcript/transform/flatten.d.ts.map +0 -1
- package/lib/transcript/transform/hooks.d.ts.map +0 -1
- package/lib/transcript/transform/transform.d.ts.map +0 -1
- package/lib/transcript/transform/treeify.d.ts.map +0 -1
- package/lib/transcript/transform/utils.d.ts.map +0 -1
- package/lib/transcript/types.d.ts.map +0 -1
- package/lib/types/index.d.ts.map +0 -1
- package/lib/usage/ModelTokenTable.d.ts.map +0 -1
- package/lib/usage/ModelUsagePanel.d.ts.map +0 -1
- package/lib/usage/TokenTable.d.ts.map +0 -1
- package/lib/usage/UsageCard.d.ts.map +0 -1
- package/lib/utils/array.d.ts.map +0 -1
- package/lib/utils/arrow.d.ts.map +0 -1
- package/lib/utils/base64.d.ts.map +0 -1
- package/lib/utils/chatMessage.d.ts.map +0 -1
- package/lib/utils/dom.d.ts.map +0 -1
- package/lib/utils/embeddedState.d.ts.map +0 -1
- package/lib/utils/format.d.ts.map +0 -1
- package/lib/utils/html.d.ts.map +0 -1
- package/lib/utils/json-worker.d.ts.map +0 -1
- package/lib/utils/json.d.ts.map +0 -1
- package/lib/utils/logger.d.ts.map +0 -1
- package/lib/utils/mime.d.ts.map +0 -1
- package/lib/utils/object.d.ts.map +0 -1
- package/lib/utils/path.d.ts.map +0 -1
- package/lib/utils/python.d.ts.map +0 -1
- package/lib/utils/react.d.ts.map +0 -1
- package/lib/utils/sync.d.ts.map +0 -1
- package/lib/utils/type.d.ts.map +0 -1
- package/lib/utils/uri.d.ts.map +0 -1
- package/lib/utils/vscode.d.ts.map +0 -1
package/lib/main.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=main.d.ts.map
|
package/lib/router/url.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const kScanIdPattern: RegExp;
|
|
|
6
6
|
export declare const kScannerQueryParam = "scanner";
|
|
7
7
|
export declare const scanRoute: (relativePath: string, searchParams?: URLSearchParams) => string;
|
|
8
8
|
export declare const scansRoute: (relativePath?: string, searchParams?: URLSearchParams) => string;
|
|
9
|
-
export declare const scanResultRoute: (scanRelativePath: string, scanResultId
|
|
9
|
+
export declare const scanResultRoute: (scanRelativePath: string, scanResultId?: string, searchParams?: URLSearchParams) => string;
|
|
10
10
|
/**
|
|
11
11
|
* Validates if a path matches the scan_id pattern.
|
|
12
12
|
* The path must end with scan_id=[22 characters of alphanumeric, underscore, dot, or dash]
|
|
@@ -32,4 +32,3 @@ export declare const parseScanResultPath: (fullPath: string) => {
|
|
|
32
32
|
};
|
|
33
33
|
export declare const updateScannerParam: (searchParams: URLSearchParams, scanner: string) => URLSearchParams;
|
|
34
34
|
export declare const getScannerParam: (searchParams: URLSearchParams) => string | undefined;
|
|
35
|
-
//# sourceMappingURL=url.d.ts.map
|
package/lib/state/hooks.d.ts
CHANGED
|
@@ -5,4 +5,3 @@ export declare function useProperty<T>(id: string, propertyName: string, options
|
|
|
5
5
|
export declare const usePrevious: <T>(value: T) => T | undefined;
|
|
6
6
|
export declare const useCollapsibleIds: (key: string) => [Record<string, boolean>, (id: string, value: boolean) => void, () => void];
|
|
7
7
|
export declare const useCollapsedState: (id: string, defaultValue?: boolean, scope?: string) => [boolean, (value: boolean) => void];
|
|
8
|
-
//# sourceMappingURL=hooks.d.ts.map
|
package/lib/state/scrolling.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { VirtuosoHandle } from 'react-virtuoso';
|
|
3
3
|
export declare function useStatefulScrollPosition<T extends HTMLElement = HTMLDivElement>(elementRef: RefObject<T | null>, elementKey: string, delay?: number, scrollable?: boolean): {
|
|
4
4
|
restoreScrollPosition: () => void;
|
|
5
5
|
};
|
|
6
6
|
export declare const useVirtuosoState: (virtuosoRef: RefObject<VirtuosoHandle | null>, elementKey: string, delay?: number) => {
|
|
7
|
-
getRestoreState: () =>
|
|
7
|
+
getRestoreState: () => any;
|
|
8
8
|
isScrolling: (scrolling: boolean) => void;
|
|
9
9
|
visibleRange: {
|
|
10
10
|
startIndex: number;
|
|
@@ -20,4 +20,3 @@ export declare function useScrollTrack(elementIds: string[], onElementVisible: (
|
|
|
20
20
|
topOffset?: number;
|
|
21
21
|
checkInterval?: number;
|
|
22
22
|
}): void;
|
|
23
|
-
//# sourceMappingURL=scrolling.d.ts.map
|
package/lib/state/store.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ interface StoreState {
|
|
|
10
10
|
hasInitializedRouting?: boolean;
|
|
11
11
|
loading: number;
|
|
12
12
|
loadingData: number;
|
|
13
|
-
scopedErrors: Record<ErrorScope, string>;
|
|
13
|
+
scopedErrors: Record<ErrorScope, string | undefined>;
|
|
14
14
|
resultsDir?: string;
|
|
15
15
|
scans: Status[];
|
|
16
16
|
visibleScanJobCount?: number;
|
|
@@ -33,6 +33,8 @@ interface StoreState {
|
|
|
33
33
|
selectedResultsView?: string;
|
|
34
34
|
selectedFilter?: string;
|
|
35
35
|
showingRefPopover?: string;
|
|
36
|
+
groupResultsBy?: "source" | "label" | "none";
|
|
37
|
+
scansSearchText?: string;
|
|
36
38
|
transcriptCollapsedEvents: Record<string, Record<string, boolean>>;
|
|
37
39
|
transcriptOutlineId?: string;
|
|
38
40
|
setSingleFileMode: (enabled: boolean) => void;
|
|
@@ -47,7 +49,7 @@ interface StoreState {
|
|
|
47
49
|
setVisibleScanJobCount: (count: number) => void;
|
|
48
50
|
setSelectedScanLocation: (location: string) => void;
|
|
49
51
|
setSelectedScanStatus: (status: Status) => void;
|
|
50
|
-
|
|
52
|
+
clearSelectedScanStatus: () => void;
|
|
51
53
|
setSelectedScanner: (scanner: string) => void;
|
|
52
54
|
setSelectedScanResult: (result: string) => void;
|
|
53
55
|
setSelectedScanResultData: (scanner: string, data: ColumnTable) => void;
|
|
@@ -87,36 +89,39 @@ interface StoreState {
|
|
|
87
89
|
setSelectedResultsView: (view: string) => void;
|
|
88
90
|
setSelectedFilter: (filter: string) => void;
|
|
89
91
|
setShowingRefPopover: (popoverKey: string) => void;
|
|
92
|
+
clearShowingRefPopover: () => void;
|
|
93
|
+
setGroupResultsBy: (groupBy: "source" | "label" | "none") => void;
|
|
94
|
+
setScansSearchText: (text: string) => void;
|
|
90
95
|
}
|
|
91
96
|
export declare const createStore: (api: ScanApi) => import('zustand').UseBoundStore<Omit<Omit<Omit<import('zustand').StoreApi<StoreState>, "setState" | "devtools"> & {
|
|
92
|
-
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false, action?: string | {
|
|
97
|
+
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false | undefined, action?: (string | {
|
|
93
98
|
[x: string]: unknown;
|
|
94
99
|
[x: number]: unknown;
|
|
95
100
|
[x: symbol]: unknown;
|
|
96
101
|
type: string;
|
|
97
|
-
}): void;
|
|
98
|
-
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: string | {
|
|
102
|
+
}) | undefined): void;
|
|
103
|
+
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: (string | {
|
|
99
104
|
[x: string]: unknown;
|
|
100
105
|
[x: number]: unknown;
|
|
101
106
|
[x: symbol]: unknown;
|
|
102
107
|
type: string;
|
|
103
|
-
}): void;
|
|
108
|
+
}) | undefined): void;
|
|
104
109
|
devtools: {
|
|
105
110
|
cleanup: () => void;
|
|
106
111
|
};
|
|
107
112
|
}, "setState" | "persist"> & {
|
|
108
|
-
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false, action?: string | {
|
|
113
|
+
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false | undefined, action?: (string | {
|
|
109
114
|
[x: string]: unknown;
|
|
110
115
|
[x: number]: unknown;
|
|
111
116
|
[x: symbol]: unknown;
|
|
112
117
|
type: string;
|
|
113
|
-
}): unknown;
|
|
114
|
-
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: string | {
|
|
118
|
+
}) | undefined): unknown;
|
|
119
|
+
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: (string | {
|
|
115
120
|
[x: string]: unknown;
|
|
116
121
|
[x: number]: unknown;
|
|
117
122
|
[x: symbol]: unknown;
|
|
118
123
|
type: string;
|
|
119
|
-
}): unknown;
|
|
124
|
+
}) | undefined): unknown;
|
|
120
125
|
persist: {
|
|
121
126
|
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<StoreState, unknown, unknown>>) => void;
|
|
122
127
|
clearStorage: () => void;
|
|
@@ -127,48 +132,48 @@ export declare const createStore: (api: ScanApi) => import('zustand').UseBoundSt
|
|
|
127
132
|
getOptions: () => Partial<import('zustand/middleware').PersistOptions<StoreState, unknown, unknown>>;
|
|
128
133
|
};
|
|
129
134
|
}, "setState"> & {
|
|
130
|
-
setState(nextStateOrUpdater: StoreState | Partial<StoreState> | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace?: false, action?: string | {
|
|
135
|
+
setState(nextStateOrUpdater: StoreState | Partial<StoreState> | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace?: false, action?: (string | {
|
|
131
136
|
[x: string]: unknown;
|
|
132
137
|
[x: number]: unknown;
|
|
133
138
|
[x: symbol]: unknown;
|
|
134
139
|
type: string;
|
|
135
|
-
}): unknown;
|
|
136
|
-
setState(nextStateOrUpdater: StoreState | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace: true, action?: string | {
|
|
140
|
+
}) | undefined): unknown;
|
|
141
|
+
setState(nextStateOrUpdater: StoreState | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace: true, action?: (string | {
|
|
137
142
|
[x: string]: unknown;
|
|
138
143
|
[x: number]: unknown;
|
|
139
144
|
[x: symbol]: unknown;
|
|
140
145
|
type: string;
|
|
141
|
-
}): unknown;
|
|
146
|
+
}) | undefined): unknown;
|
|
142
147
|
}>;
|
|
143
148
|
export declare const StoreProvider: import('react').Provider<import('zustand').UseBoundStore<Omit<Omit<Omit<import('zustand').StoreApi<StoreState>, "setState" | "devtools"> & {
|
|
144
|
-
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false, action?: string | {
|
|
149
|
+
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false | undefined, action?: (string | {
|
|
145
150
|
[x: string]: unknown;
|
|
146
151
|
[x: number]: unknown;
|
|
147
152
|
[x: symbol]: unknown;
|
|
148
153
|
type: string;
|
|
149
|
-
}): void;
|
|
150
|
-
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: string | {
|
|
154
|
+
}) | undefined): void;
|
|
155
|
+
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: (string | {
|
|
151
156
|
[x: string]: unknown;
|
|
152
157
|
[x: number]: unknown;
|
|
153
158
|
[x: symbol]: unknown;
|
|
154
159
|
type: string;
|
|
155
|
-
}): void;
|
|
160
|
+
}) | undefined): void;
|
|
156
161
|
devtools: {
|
|
157
162
|
cleanup: () => void;
|
|
158
163
|
};
|
|
159
164
|
}, "setState" | "persist"> & {
|
|
160
|
-
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false, action?: string | {
|
|
165
|
+
setState(partial: StoreState | Partial<StoreState> | ((state: StoreState) => StoreState | Partial<StoreState>), replace?: false | undefined, action?: (string | {
|
|
161
166
|
[x: string]: unknown;
|
|
162
167
|
[x: number]: unknown;
|
|
163
168
|
[x: symbol]: unknown;
|
|
164
169
|
type: string;
|
|
165
|
-
}): unknown;
|
|
166
|
-
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: string | {
|
|
170
|
+
}) | undefined): unknown;
|
|
171
|
+
setState(state: StoreState | ((state: StoreState) => StoreState), replace: true, action?: (string | {
|
|
167
172
|
[x: string]: unknown;
|
|
168
173
|
[x: number]: unknown;
|
|
169
174
|
[x: symbol]: unknown;
|
|
170
175
|
type: string;
|
|
171
|
-
}): unknown;
|
|
176
|
+
}) | undefined): unknown;
|
|
172
177
|
persist: {
|
|
173
178
|
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<StoreState, unknown, unknown>>) => void;
|
|
174
179
|
clearStorage: () => void;
|
|
@@ -179,21 +184,20 @@ export declare const StoreProvider: import('react').Provider<import('zustand').U
|
|
|
179
184
|
getOptions: () => Partial<import('zustand/middleware').PersistOptions<StoreState, unknown, unknown>>;
|
|
180
185
|
};
|
|
181
186
|
}, "setState"> & {
|
|
182
|
-
setState(nextStateOrUpdater: StoreState | Partial<StoreState> | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace?: false, action?: string | {
|
|
187
|
+
setState(nextStateOrUpdater: StoreState | Partial<StoreState> | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace?: false, action?: (string | {
|
|
183
188
|
[x: string]: unknown;
|
|
184
189
|
[x: number]: unknown;
|
|
185
190
|
[x: symbol]: unknown;
|
|
186
191
|
type: string;
|
|
187
|
-
}): unknown;
|
|
188
|
-
setState(nextStateOrUpdater: StoreState | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace: true, action?: string | {
|
|
192
|
+
}) | undefined): unknown;
|
|
193
|
+
setState(nextStateOrUpdater: StoreState | ((state: import('immer').WritableDraft<StoreState>) => void), shouldReplace: true, action?: (string | {
|
|
189
194
|
[x: string]: unknown;
|
|
190
195
|
[x: number]: unknown;
|
|
191
196
|
[x: symbol]: unknown;
|
|
192
197
|
type: string;
|
|
193
|
-
}): unknown;
|
|
194
|
-
}
|
|
195
|
-
export declare const ApiProvider: import('react').Provider<ScanApi>;
|
|
198
|
+
}) | undefined): unknown;
|
|
199
|
+
}> | null>;
|
|
200
|
+
export declare const ApiProvider: import('react').Provider<ScanApi | null>;
|
|
196
201
|
export declare const useStore: <T>(selector?: (state: StoreState) => T) => T;
|
|
197
202
|
export declare const useApi: () => ScanApi;
|
|
198
203
|
export {};
|
|
199
|
-
//# sourceMappingURL=store.d.ts.map
|
package/lib/styles/index.css
CHANGED
|
@@ -168,6 +168,51 @@
|
|
|
168
168
|
padding-left: 0.5rem;
|
|
169
169
|
margin-left: 0.5rem;
|
|
170
170
|
}
|
|
171
|
+
.ansi-display {
|
|
172
|
+
font-family: monospace;
|
|
173
|
+
white-space: pre-wrap;
|
|
174
|
+
--ansiBlack: #000000;
|
|
175
|
+
--ansiRed: #cd3131;
|
|
176
|
+
--ansiGreen: #00bc00;
|
|
177
|
+
--ansiYellow: #949800;
|
|
178
|
+
--ansiBlue: #0451a5;
|
|
179
|
+
--ansiMagenta: #bc05bc;
|
|
180
|
+
--ansiCyan: #0598bc;
|
|
181
|
+
--ansiWhite: #555555;
|
|
182
|
+
--ansiBrightBlack: #666666;
|
|
183
|
+
--ansiBrightRed: #cd3131;
|
|
184
|
+
--ansiBrightGreen: #14ce14;
|
|
185
|
+
--ansiBrightYellow: #b5ba00;
|
|
186
|
+
--ansiBrightBlue: #0451a5;
|
|
187
|
+
--ansiBrightMagenta: #bc05bc;
|
|
188
|
+
--ansiBrightCyan: #0598bc;
|
|
189
|
+
--ansiBrightWhite: #a5a5a5;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.dark-mode .ansi-display {
|
|
193
|
+
--ansiBlack: #000000;
|
|
194
|
+
--ansiRed: #cd3131;
|
|
195
|
+
--ansiGreen: #0dbc79;
|
|
196
|
+
--ansiYellow: #e5e510;
|
|
197
|
+
--ansiBlue: #2472c8;
|
|
198
|
+
--ansiMagenta: #bc3fbc;
|
|
199
|
+
--ansiCyan: #11a8cd;
|
|
200
|
+
--ansiWhite: #e5e5e5;
|
|
201
|
+
--ansiBrightBlack: #666666;
|
|
202
|
+
--ansiBrightRed: #f14c4c;
|
|
203
|
+
--ansiBrightGreen: #23d18b;
|
|
204
|
+
--ansiBrightYellow: #f5f543;
|
|
205
|
+
--ansiBrightBlue: #3b8eea;
|
|
206
|
+
--ansiBrightMagenta: #d670d6;
|
|
207
|
+
--ansiBrightCyan: #29b8db;
|
|
208
|
+
--ansiBrightWhite: #e5e5e5;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
@keyframes ansi-displaly-run-blink {
|
|
212
|
+
50% {
|
|
213
|
+
opacity: 0;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
171
216
|
.card-header-container:not(.card-header-modern) {
|
|
172
217
|
display: grid;
|
|
173
218
|
grid-template-columns: max-content auto;
|
|
@@ -239,6 +284,13 @@
|
|
|
239
284
|
.card-body.card-no-padding {
|
|
240
285
|
padding: 0;
|
|
241
286
|
}
|
|
287
|
+
._container_1cz5u_1 {
|
|
288
|
+
margin: 0.5rem;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
._traceback_1cz5u_5 {
|
|
292
|
+
margin-top: 1rem;
|
|
293
|
+
}
|
|
242
294
|
._labeledValue_6obbb_1 {
|
|
243
295
|
display: flex;
|
|
244
296
|
justify-content: flex-start;
|
|
@@ -663,51 +715,6 @@ a._citationLink_1ggvf_9:hover {
|
|
|
663
715
|
._container_rmdrx_16 {
|
|
664
716
|
padding: 0.4em 0.4em 0.4em 0.4em;
|
|
665
717
|
}
|
|
666
|
-
.ansi-display {
|
|
667
|
-
font-family: monospace;
|
|
668
|
-
white-space: pre-wrap;
|
|
669
|
-
--ansiBlack: #000000;
|
|
670
|
-
--ansiRed: #cd3131;
|
|
671
|
-
--ansiGreen: #00bc00;
|
|
672
|
-
--ansiYellow: #949800;
|
|
673
|
-
--ansiBlue: #0451a5;
|
|
674
|
-
--ansiMagenta: #bc05bc;
|
|
675
|
-
--ansiCyan: #0598bc;
|
|
676
|
-
--ansiWhite: #555555;
|
|
677
|
-
--ansiBrightBlack: #666666;
|
|
678
|
-
--ansiBrightRed: #cd3131;
|
|
679
|
-
--ansiBrightGreen: #14ce14;
|
|
680
|
-
--ansiBrightYellow: #b5ba00;
|
|
681
|
-
--ansiBrightBlue: #0451a5;
|
|
682
|
-
--ansiBrightMagenta: #bc05bc;
|
|
683
|
-
--ansiBrightCyan: #0598bc;
|
|
684
|
-
--ansiBrightWhite: #a5a5a5;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.dark-mode .ansi-display {
|
|
688
|
-
--ansiBlack: #000000;
|
|
689
|
-
--ansiRed: #cd3131;
|
|
690
|
-
--ansiGreen: #0dbc79;
|
|
691
|
-
--ansiYellow: #e5e510;
|
|
692
|
-
--ansiBlue: #2472c8;
|
|
693
|
-
--ansiMagenta: #bc3fbc;
|
|
694
|
-
--ansiCyan: #11a8cd;
|
|
695
|
-
--ansiWhite: #e5e5e5;
|
|
696
|
-
--ansiBrightBlack: #666666;
|
|
697
|
-
--ansiBrightRed: #f14c4c;
|
|
698
|
-
--ansiBrightGreen: #23d18b;
|
|
699
|
-
--ansiBrightYellow: #f5f543;
|
|
700
|
-
--ansiBrightBlue: #3b8eea;
|
|
701
|
-
--ansiBrightMagenta: #d670d6;
|
|
702
|
-
--ansiBrightCyan: #29b8db;
|
|
703
|
-
--ansiBrightWhite: #e5e5e5;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
@keyframes ansi-displaly-run-blink {
|
|
707
|
-
50% {
|
|
708
|
-
opacity: 0;
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
718
|
._grid_14885_1 {
|
|
712
719
|
display: grid;
|
|
713
720
|
grid-template-columns: max-content auto;
|
|
@@ -4139,19 +4146,35 @@ pre._value_xgip4_24 {
|
|
|
4139
4146
|
margin-top: -2px;
|
|
4140
4147
|
font-size: 0.8em;
|
|
4141
4148
|
}
|
|
4142
|
-
.
|
|
4149
|
+
._gridWrapper_1jp8e_1 {
|
|
4143
4150
|
height: 100%;
|
|
4144
4151
|
border-top: solid 1px var(--bs-border-color);
|
|
4145
4152
|
}
|
|
4146
4153
|
|
|
4147
4154
|
/* Hide sort index numbers in multi-column sort */
|
|
4148
|
-
.
|
|
4155
|
+
._gridWrapper_1jp8e_1 .ag-header-cell .ag-sort-order {
|
|
4149
4156
|
display: none;
|
|
4150
4157
|
}
|
|
4151
4158
|
|
|
4152
|
-
.
|
|
4159
|
+
._row_1jp8e_11 {
|
|
4153
4160
|
cursor: pointer;
|
|
4154
4161
|
}
|
|
4162
|
+
|
|
4163
|
+
._green_1jp8e_15 {
|
|
4164
|
+
color: var(--bs-success);
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4167
|
+
._red_1jp8e_19 {
|
|
4168
|
+
color: var(--bs-danger);
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4171
|
+
._yellow_1jp8e_23 {
|
|
4172
|
+
color: var(--bs-warning);
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
._blue_1jp8e_27 {
|
|
4176
|
+
color: var(--bs-info);
|
|
4177
|
+
}
|
|
4155
4178
|
._container_18ufx_1 {
|
|
4156
4179
|
display: grid;
|
|
4157
4180
|
grid-template-rows: max-content max-content 1fr max-content;
|
|
@@ -4199,6 +4222,15 @@ button._segment_19z32_10 {
|
|
|
4199
4222
|
display: flex;
|
|
4200
4223
|
}
|
|
4201
4224
|
|
|
4225
|
+
._label_1kye9_5 {
|
|
4226
|
+
align-self: center;
|
|
4227
|
+
margin-right: 0.3em;
|
|
4228
|
+
margin-left: 0.2em;
|
|
4229
|
+
}
|
|
4230
|
+
._flex_1kye9_1 {
|
|
4231
|
+
display: flex;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4202
4234
|
._label_1kye9_5 {
|
|
4203
4235
|
align-self: center;
|
|
4204
4236
|
margin-right: 0.3em;
|
|
@@ -4234,55 +4266,75 @@ button._segment_19z32_10 {
|
|
|
4234
4266
|
overflow: hidden;
|
|
4235
4267
|
text-overflow: ellipsis;
|
|
4236
4268
|
}
|
|
4269
|
+
._row_q8zt3_1 {
|
|
4270
|
+
border-bottom: solid 1px var(--bs-border-color);
|
|
4271
|
+
padding: 0.25rem 1rem;
|
|
4272
|
+
background-color: rgba(var(--bs-secondary-rgb), 0.03);
|
|
4273
|
+
}
|
|
4237
4274
|
._container_1quph_1 {
|
|
4238
4275
|
height: 100%;
|
|
4239
4276
|
width: 100%;
|
|
4240
4277
|
}
|
|
4278
|
+
._error_1rpqv_1 i.bi:before {
|
|
4279
|
+
color: var(--bs-danger) !important;
|
|
4280
|
+
margin-right: 0.3rem;
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
._refusal_1rpqv_6 i.bi:before {
|
|
4284
|
+
color: var(--bs-primary) !important;
|
|
4285
|
+
margin-right: 0.3rem;
|
|
4286
|
+
}
|
|
4241
4287
|
._id_1a3zo_1 {
|
|
4242
4288
|
display: grid;
|
|
4243
4289
|
grid-template-rows: auto auto;
|
|
4244
4290
|
row-gap: 0;
|
|
4245
4291
|
}
|
|
4246
|
-
.
|
|
4292
|
+
._row_diloz_1 {
|
|
4247
4293
|
border-bottom: solid 1px var(--bs-border-color);
|
|
4248
4294
|
padding: 0.5rem 1rem;
|
|
4249
4295
|
height: 150px;
|
|
4250
4296
|
}
|
|
4251
4297
|
|
|
4252
|
-
.
|
|
4253
|
-
height:
|
|
4298
|
+
._row_diloz_1._noExplanation_diloz_7 {
|
|
4299
|
+
height: 50px;
|
|
4254
4300
|
}
|
|
4255
4301
|
|
|
4256
|
-
.
|
|
4302
|
+
._row_diloz_1:hover {
|
|
4257
4303
|
cursor: pointer;
|
|
4258
4304
|
}
|
|
4259
4305
|
|
|
4260
|
-
.
|
|
4306
|
+
._row_diloz_1._disabled_diloz_15 {
|
|
4261
4307
|
opacity: 0.7;
|
|
4262
4308
|
}
|
|
4263
4309
|
|
|
4264
|
-
.
|
|
4310
|
+
._row_diloz_1._disabled_diloz_15:hover {
|
|
4265
4311
|
cursor: default;
|
|
4266
4312
|
}
|
|
4267
4313
|
|
|
4268
|
-
.
|
|
4314
|
+
._explanation_diloz_23 {
|
|
4269
4315
|
overflow: hidden;
|
|
4270
4316
|
text-overflow: ellipsis;
|
|
4271
4317
|
height: calc(150px - 3em);
|
|
4272
4318
|
}
|
|
4273
4319
|
|
|
4274
|
-
.
|
|
4275
|
-
background-color: var(--bs-secondary-
|
|
4320
|
+
._row_diloz_1._selected_diloz_29 {
|
|
4321
|
+
background-color: rgba(var(--bs-secondary-rgb), 0.07);
|
|
4276
4322
|
}
|
|
4277
4323
|
|
|
4278
|
-
.
|
|
4324
|
+
._link_diloz_33 {
|
|
4279
4325
|
color: var(--bs-body-color);
|
|
4280
4326
|
text-decoration: none;
|
|
4281
4327
|
}
|
|
4282
4328
|
|
|
4283
|
-
.
|
|
4329
|
+
._link_diloz_33:hover {
|
|
4284
4330
|
color: var(--bs-body-color);
|
|
4285
4331
|
}
|
|
4332
|
+
|
|
4333
|
+
._error_diloz_42 {
|
|
4334
|
+
overflow: hidden;
|
|
4335
|
+
text-overflow: ellipsis;
|
|
4336
|
+
height: calc(150px - 3em);
|
|
4337
|
+
}
|
|
4286
4338
|
._scannerHeaderRow_94id2_1 {
|
|
4287
4339
|
display: grid;
|
|
4288
4340
|
grid-template-columns: auto auto;
|
|
@@ -4344,6 +4396,51 @@ button._segment_19z32_10 {
|
|
|
4344
4396
|
._footer_1db6h_8 {
|
|
4345
4397
|
grid-column: 1 / -1;
|
|
4346
4398
|
}
|
|
4399
|
+
._container_e1pcq_1 {
|
|
4400
|
+
display: grid;
|
|
4401
|
+
grid-template-columns: max-content max-content;
|
|
4402
|
+
column-gap: 0.3em;
|
|
4403
|
+
border: solid var(--bs-border-color) 1px;
|
|
4404
|
+
border-radius: var(--bs-border-radius);
|
|
4405
|
+
background-color: var(--inspect-input-background);
|
|
4406
|
+
align-items: center;
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
._container_e1pcq_1:focus-within {
|
|
4410
|
+
outline: 2px solid var(--bs-primary);
|
|
4411
|
+
outline-offset: 2px;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
._input_e1pcq_16 {
|
|
4415
|
+
border: none;
|
|
4416
|
+
outline: none;
|
|
4417
|
+
background: transparent;
|
|
4418
|
+
color: var(--bs-body-color);
|
|
4419
|
+
}
|
|
4420
|
+
|
|
4421
|
+
._withIcon_e1pcq_23 {
|
|
4422
|
+
grid-template-columns: max-content max-content max-content;
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4425
|
+
._icon_e1pcq_27 {
|
|
4426
|
+
margin-left: 0.3em;
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
._clearText_e1pcq_31 {
|
|
4430
|
+
opacity: 0.6;
|
|
4431
|
+
margin-right: 0.3em;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
._clearText_e1pcq_31:hover {
|
|
4435
|
+
cursor: pointer;
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4438
|
+
._clearText_e1pcq_31._hidden_e1pcq_40:hover {
|
|
4439
|
+
cursor: default !important;
|
|
4440
|
+
}
|
|
4441
|
+
._hidden_e1pcq_40 {
|
|
4442
|
+
opacity: 0 !important;
|
|
4443
|
+
}
|
|
4347
4444
|
._tabSet_10t9t_1 {
|
|
4348
4445
|
overflow-y: hidden;
|
|
4349
4446
|
}
|
|
@@ -4884,20 +4981,20 @@ body[class^="vscode-"] .card {
|
|
|
4884
4981
|
}
|
|
4885
4982
|
|
|
4886
4983
|
body[class^="vscode-"] .nav-pills {
|
|
4887
|
-
--bs-nav-pills-link-active-bg: var(--vscode-
|
|
4888
|
-
--bs-nav-pills-link-active-color: var(--vscode-
|
|
4984
|
+
--bs-nav-pills-link-active-bg: var(--vscode-notifications-background);
|
|
4985
|
+
--bs-nav-pills-link-active-color: var(--vscode-notifications-foreground);
|
|
4889
4986
|
}
|
|
4890
4987
|
|
|
4891
4988
|
body[class^="vscode-"] .nav-link {
|
|
4892
|
-
--bs-nav-link-color: var(--vscode-
|
|
4893
|
-
--bs-link-hover-color: var(--vscode-
|
|
4989
|
+
--bs-nav-link-color: var(--vscode-notificationLink-foreground);
|
|
4990
|
+
--bs-link-hover-color: var(--vscode-notificationLink-foreground);
|
|
4894
4991
|
}
|
|
4895
4992
|
|
|
4896
4993
|
body[class^="vscode-"] .nav-link:hover {
|
|
4897
|
-
--bs-nav-link-color: var(--vscode-
|
|
4898
|
-
--bs-nav-link-hover-color: var(--vscode-
|
|
4994
|
+
--bs-nav-link-color: var(--vscode-notificationLink-foreground);
|
|
4995
|
+
--bs-nav-link-hover-color: var(--vscode-notificationLink-foreground);
|
|
4899
4996
|
--bs-nav-tabs-link-hover-border-color: var(
|
|
4900
|
-
--vscode-
|
|
4997
|
+
--vscode-notificationLink-foreground
|
|
4901
4998
|
);
|
|
4902
4999
|
}
|
|
4903
5000
|
|
|
@@ -11,4 +11,3 @@ interface ScoreEventViewProps {
|
|
|
11
11
|
export declare const ScoreEventView: FC<ScoreEventViewProps>;
|
|
12
12
|
export declare const renderScore: (value: Value1) => string | number | boolean | import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export {};
|
|
14
|
-
//# sourceMappingURL=ScoreEventView.d.ts.map
|
|
@@ -5,7 +5,7 @@ interface TranscriptVirtualListProps {
|
|
|
5
5
|
id: string;
|
|
6
6
|
eventNodes: EventNode[];
|
|
7
7
|
listHandle: RefObject<VirtuosoHandle | null>;
|
|
8
|
-
initialEventId
|
|
8
|
+
initialEventId?: string | null;
|
|
9
9
|
offsetTop?: number;
|
|
10
10
|
scrollRef?: RefObject<HTMLDivElement | null>;
|
|
11
11
|
running?: boolean;
|
|
@@ -29,4 +29,3 @@ interface RenderedEventNodeProps {
|
|
|
29
29
|
*/
|
|
30
30
|
export declare const RenderedEventNode: FC<RenderedEventNodeProps>;
|
|
31
31
|
export {};
|
|
32
|
-
//# sourceMappingURL=TranscriptVirtualList.d.ts.map
|