@assistant-ui/react-devtools 1.2.20 → 1.2.21
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/dist/DevToolsModal.d.ts +8 -10
- package/dist/DevToolsModal.d.ts.map +1 -1
- package/dist/DevToolsModalImpl.d.ts +3 -5
- package/dist/DevToolsModalImpl.d.ts.map +1 -1
- package/dist/data/createInProcessClient.d.ts +1 -3
- package/dist/data/createInProcessClient.d.ts.map +1 -1
- package/dist/data/projectApi.d.ts +5 -6
- package/dist/data/projectApi.d.ts.map +1 -1
- package/dist/data/projectApi.js +2 -2
- package/dist/data/projectApi.js.map +1 -1
- package/dist/data/types.d.ts +28 -30
- package/dist/data/types.d.ts.map +1 -1
- package/dist/data/useDevToolsClient.d.ts +5 -7
- package/dist/data/useDevToolsClient.d.ts.map +1 -1
- package/dist/index.d.ts +10 -10
- package/dist/index.d.ts.map +1 -0
- package/dist/shell/DevToolsOverlay.d.ts +6 -8
- package/dist/shell/DevToolsOverlay.d.ts.map +1 -1
- package/dist/shell/DevToolsPanel.d.ts +11 -13
- package/dist/shell/DevToolsPanel.d.ts.map +1 -1
- package/dist/shell/ShadowRoot.d.ts +6 -8
- package/dist/shell/ShadowRoot.d.ts.map +1 -1
- package/dist/shell/SplitLayout.d.ts +11 -13
- package/dist/shell/SplitLayout.d.ts.map +1 -1
- package/dist/shell/registry.d.ts +30 -32
- package/dist/shell/registry.d.ts.map +1 -1
- package/dist/shell/tabs/ActivityTab.d.ts +2 -4
- package/dist/shell/tabs/ActivityTab.d.ts.map +1 -1
- package/dist/shell/tabs/ContextTab.d.ts +2 -4
- package/dist/shell/tabs/ContextTab.d.ts.map +1 -1
- package/dist/shell/tabs/RawTab.d.ts +2 -4
- package/dist/shell/tabs/RawTab.d.ts.map +1 -1
- package/dist/shell/tabs/ThreadTab.d.ts +2 -4
- package/dist/shell/tabs/ThreadTab.d.ts.map +1 -1
- package/dist/shell/tabs/navSelection.d.ts +0 -2
- package/dist/shell/tabs/navSelection.d.ts.map +1 -1
- package/dist/styles/panel.generated.d.ts +0 -2
- package/dist/styles/panel.generated.d.ts.map +1 -1
- package/dist/types.d.ts +5 -7
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/common.d.ts +0 -2
- package/dist/utils/common.d.ts.map +1 -1
- package/dist/utils/diff.d.ts +4 -6
- package/dist/utils/diff.d.ts.map +1 -1
- package/dist/utils/serialization.d.ts +2 -4
- package/dist/utils/serialization.d.ts.map +1 -1
- package/dist/utils/serialization.js +17 -0
- package/dist/utils/serialization.js.map +1 -1
- package/dist/utils/toolNormalization.d.ts +12 -14
- package/dist/utils/toolNormalization.d.ts.map +1 -1
- package/dist/utils/unserializable.d.ts +0 -2
- package/dist/utils/unserializable.d.ts.map +1 -1
- package/dist/views/activity/EventLogRow.d.ts +12 -14
- package/dist/views/activity/EventLogRow.d.ts.map +1 -1
- package/dist/views/activity/EventStreamPane.d.ts +3 -5
- package/dist/views/activity/EventStreamPane.d.ts.map +1 -1
- package/dist/views/activity/OrphansPane.d.ts +3 -5
- package/dist/views/activity/OrphansPane.d.ts.map +1 -1
- package/dist/views/activity/RunDetailPane.d.ts +2 -4
- package/dist/views/activity/RunDetailPane.d.ts.map +1 -1
- package/dist/views/activity/activityNodes.d.ts +24 -26
- package/dist/views/activity/activityNodes.d.ts.map +1 -1
- package/dist/views/activity/index.d.ts +7 -6
- package/dist/views/activity/index.d.ts.map +1 -0
- package/dist/views/attachments/AttachmentList.d.ts +5 -7
- package/dist/views/attachments/AttachmentList.d.ts.map +1 -1
- package/dist/views/attachments/MediaPartView.d.ts +10 -12
- package/dist/views/attachments/MediaPartView.d.ts.map +1 -1
- package/dist/views/attachments/formatBytes.d.ts +0 -2
- package/dist/views/attachments/formatBytes.d.ts.map +1 -1
- package/dist/views/attachments/index.d.ts +5 -5
- package/dist/views/attachments/index.d.ts.map +1 -0
- package/dist/views/attachments/parseAttachment.d.ts +1 -3
- package/dist/views/attachments/parseAttachment.d.ts.map +1 -1
- package/dist/views/attachments/types.d.ts +10 -12
- package/dist/views/attachments/types.d.ts.map +1 -1
- package/dist/views/context/ContextDetail.d.ts +5 -7
- package/dist/views/context/ContextDetail.d.ts.map +1 -1
- package/dist/views/context/ToolUIsView.d.ts +1 -3
- package/dist/views/context/ToolUIsView.d.ts.map +1 -1
- package/dist/views/context/contextNodes.d.ts +17 -19
- package/dist/views/context/contextNodes.d.ts.map +1 -1
- package/dist/views/context/index.d.ts +5 -4
- package/dist/views/context/index.d.ts.map +1 -0
- package/dist/views/mcp/McpView.d.ts +3 -5
- package/dist/views/mcp/McpView.d.ts.map +1 -1
- package/dist/views/mcp/index.d.ts +2 -2
- package/dist/views/mcp/index.d.ts.map +1 -0
- package/dist/views/mcp/parse.d.ts +1 -3
- package/dist/views/mcp/parse.d.ts.map +1 -1
- package/dist/views/mcp/types.d.ts +12 -14
- package/dist/views/mcp/types.d.ts.map +1 -1
- package/dist/views/message/ChainOfThought.d.ts +3 -5
- package/dist/views/message/ChainOfThought.d.ts.map +1 -1
- package/dist/views/message/MessageDetailPane.d.ts +2 -4
- package/dist/views/message/MessageDetailPane.d.ts.map +1 -1
- package/dist/views/message/MessageItem.d.ts +5 -7
- package/dist/views/message/MessageItem.d.ts.map +1 -1
- package/dist/views/message/MessageList.d.ts +4 -6
- package/dist/views/message/MessageList.d.ts.map +1 -1
- package/dist/views/message/MessageMetrics.d.ts +2 -4
- package/dist/views/message/MessageMetrics.d.ts.map +1 -1
- package/dist/views/message/MessageTimeline.d.ts +5 -7
- package/dist/views/message/MessageTimeline.d.ts.map +1 -1
- package/dist/views/message/PartDisclosure.d.ts +6 -8
- package/dist/views/message/PartDisclosure.d.ts.map +1 -1
- package/dist/views/message/PartView.d.ts +4 -6
- package/dist/views/message/PartView.d.ts.map +1 -1
- package/dist/views/message/RoleLabel.d.ts +3 -5
- package/dist/views/message/RoleLabel.d.ts.map +1 -1
- package/dist/views/message/StatusBadge.d.ts +7 -9
- package/dist/views/message/StatusBadge.d.ts.map +1 -1
- package/dist/views/message/ToolCallView.d.ts +4 -6
- package/dist/views/message/ToolCallView.d.ts.map +1 -1
- package/dist/views/message/TtftBar.d.ts +2 -4
- package/dist/views/message/TtftBar.d.ts.map +1 -1
- package/dist/views/message/index.d.ts +6 -6
- package/dist/views/message/index.d.ts.map +1 -0
- package/dist/views/message/messagePlainText.d.ts +1 -3
- package/dist/views/message/messagePlainText.d.ts.map +1 -1
- package/dist/views/message/parse.d.ts +1 -3
- package/dist/views/message/parse.d.ts.map +1 -1
- package/dist/views/message/types.d.ts +76 -77
- package/dist/views/message/types.d.ts.map +1 -1
- package/dist/views/model-context/ModelContextView.d.ts +6 -8
- package/dist/views/model-context/ModelContextView.d.ts.map +1 -1
- package/dist/views/nav.d.ts +6 -8
- package/dist/views/nav.d.ts.map +1 -1
- package/dist/views/raw/RawDetail.d.ts +5 -7
- package/dist/views/raw/RawDetail.d.ts.map +1 -1
- package/dist/views/raw/index.d.ts +4 -3
- package/dist/views/raw/index.d.ts.map +1 -0
- package/dist/views/raw/rawNodes.d.ts +9 -11
- package/dist/views/raw/rawNodes.d.ts.map +1 -1
- package/dist/views/raw/statePreview.d.ts +0 -2
- package/dist/views/raw/statePreview.d.ts.map +1 -1
- package/dist/views/runs/PayloadDiff.d.ts +3 -5
- package/dist/views/runs/PayloadDiff.d.ts.map +1 -1
- package/dist/views/runs/parse.d.ts +2 -4
- package/dist/views/runs/parse.d.ts.map +1 -1
- package/dist/views/runs/types.d.ts +15 -17
- package/dist/views/runs/types.d.ts.map +1 -1
- package/dist/views/scopes/ScopesView.d.ts +1 -3
- package/dist/views/scopes/ScopesView.d.ts.map +1 -1
- package/dist/views/scopes/index.d.ts +2 -2
- package/dist/views/scopes/index.d.ts.map +1 -0
- package/dist/views/scopes/parse.d.ts +1 -3
- package/dist/views/scopes/parse.d.ts.map +1 -1
- package/dist/views/scopes/types.d.ts +4 -6
- package/dist/views/scopes/types.d.ts.map +1 -1
- package/dist/views/thread/ComposerAttachments.d.ts +3 -5
- package/dist/views/thread/ComposerAttachments.d.ts.map +1 -1
- package/dist/views/thread/ComposerFlags.d.ts +2 -4
- package/dist/views/thread/ComposerFlags.d.ts.map +1 -1
- package/dist/views/thread/ComposerQueue.d.ts +3 -5
- package/dist/views/thread/ComposerQueue.d.ts.map +1 -1
- package/dist/views/thread/ConversationList.d.ts +6 -8
- package/dist/views/thread/ConversationList.d.ts.map +1 -1
- package/dist/views/thread/ConversationStatusDot.d.ts +11 -13
- package/dist/views/thread/ConversationStatusDot.d.ts.map +1 -1
- package/dist/views/thread/ThreadDetails.d.ts +4 -6
- package/dist/views/thread/ThreadDetails.d.ts.map +1 -1
- package/dist/views/thread/Transcript.d.ts +7 -9
- package/dist/views/thread/Transcript.d.ts.map +1 -1
- package/dist/views/thread/index.d.ts +10 -10
- package/dist/views/thread/index.d.ts.map +1 -0
- package/dist/views/thread/resolve.d.ts +1 -3
- package/dist/views/thread/resolve.d.ts.map +1 -1
- package/dist/views/thread/types.d.ts +34 -36
- package/dist/views/thread/types.d.ts.map +1 -1
- package/dist/views/thread/utils.d.ts +1 -3
- package/dist/views/thread/utils.d.ts.map +1 -1
- package/dist/views/ui/CenteredMessage.d.ts +2 -4
- package/dist/views/ui/CenteredMessage.d.ts.map +1 -1
- package/dist/views/ui/Chip.d.ts +4 -6
- package/dist/views/ui/Chip.d.ts.map +1 -1
- package/dist/views/ui/ControlButton.d.ts +1 -3
- package/dist/views/ui/ControlButton.d.ts.map +1 -1
- package/dist/views/ui/CopyButton.d.ts +7 -9
- package/dist/views/ui/CopyButton.d.ts.map +1 -1
- package/dist/views/ui/EmptyState.d.ts +2 -4
- package/dist/views/ui/EmptyState.d.ts.map +1 -1
- package/dist/views/ui/InfoCard.d.ts +6 -8
- package/dist/views/ui/InfoCard.d.ts.map +1 -1
- package/dist/views/ui/JSONTree.d.ts +4 -6
- package/dist/views/ui/JSONTree.d.ts.map +1 -1
- package/dist/views/ui/PaneHeader.d.ts +8 -10
- package/dist/views/ui/PaneHeader.d.ts.map +1 -1
- package/dist/views/ui/RailTime.d.ts +3 -5
- package/dist/views/ui/RailTime.d.ts.map +1 -1
- package/dist/views/ui/SectionLabel.d.ts +2 -4
- package/dist/views/ui/SectionLabel.d.ts.map +1 -1
- package/dist/views/ui/SelectableRow.d.ts +7 -9
- package/dist/views/ui/SelectableRow.d.ts.map +1 -1
- package/dist/views/ui/Sparkline.d.ts +3 -5
- package/dist/views/ui/Sparkline.d.ts.map +1 -1
- package/dist/views/ui/SummaryItem.d.ts +5 -7
- package/dist/views/ui/SummaryItem.d.ts.map +1 -1
- package/dist/views/ui/ToneBadge.d.ts +7 -9
- package/dist/views/ui/ToneBadge.d.ts.map +1 -1
- package/dist/views/ui/badgeTone.d.ts +6 -8
- package/dist/views/ui/badgeTone.d.ts.map +1 -1
- package/dist/views/ui/getInlineJson.d.ts +0 -2
- package/dist/views/ui/getInlineJson.d.ts.map +1 -1
- package/dist/views/ui/index.d.ts +17 -16
- package/dist/views/ui/index.d.ts.map +1 -0
- package/dist/views/ui/useCopyToClipboard.d.ts +4 -6
- package/dist/views/ui/useCopyToClipboard.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/data/projectApi.test.ts +41 -0
- package/src/data/projectApi.ts +2 -2
- package/src/utils/serialization.test.ts +81 -0
- package/src/utils/serialization.ts +36 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
export { AttachmentList } from "./AttachmentList.js";
|
|
2
|
+
export { formatBytes } from "./formatBytes.js";
|
|
3
|
+
export { parseAttachment, parseAttachments } from "./parseAttachment.js";
|
|
4
|
+
export type { AttachmentPreview, AttachmentStatusPreview } from "./types.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/attachments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,4BAAyB;AAClD,OAAO,EAAE,WAAW,EAAE,yBAAsB;AAC5C,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,6BAA0B;AACtE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,mBAAgB"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { AttachmentPreview } from "./types.js";
|
|
2
|
-
//#region src/views/attachments/parseAttachment.d.ts
|
|
1
|
+
import type { AttachmentPreview } from "./types.js";
|
|
3
2
|
export declare const parseAttachment: (value: unknown) => AttachmentPreview | null;
|
|
4
3
|
export declare const parseAttachments: (value: unknown) => AttachmentPreview[];
|
|
5
|
-
//#endregion
|
|
6
4
|
//# sourceMappingURL=parseAttachment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parseAttachment.d.ts","
|
|
1
|
+
{"version":3,"file":"parseAttachment.d.ts","sourceRoot":"","sources":["../../../src/views/attachments/parseAttachment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAA2B,mBAAgB;AA2C1E,eAAO,MAAM,eAAe,GAAI,OAAO,OAAO,KAAG,iBAAiB,GAAG,IAgCpE,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,OAAO,KAAG,iBAAiB,EAK3D,CAAC"}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
//#region src/views/attachments/types.d.ts
|
|
2
1
|
export interface AttachmentStatusPreview {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
type: string;
|
|
3
|
+
reason?: string;
|
|
4
|
+
progress?: number;
|
|
6
5
|
}
|
|
7
6
|
export interface AttachmentPreview {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
id?: string;
|
|
8
|
+
name: string;
|
|
9
|
+
kind?: string;
|
|
10
|
+
contentType?: string;
|
|
11
|
+
status?: AttachmentStatusPreview;
|
|
12
|
+
previewUrl?: string;
|
|
13
|
+
sizeBytes?: number;
|
|
15
14
|
}
|
|
16
|
-
//#endregion
|
|
17
15
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/views/attachments/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { ApiInfo } from "../../data/types.js";
|
|
2
|
-
import { ContextNode } from "./contextNodes.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
data: ApiInfo;
|
|
1
|
+
import type { ApiInfo } from "../../data/types.js";
|
|
2
|
+
import type { ContextNode } from "./contextNodes.js";
|
|
3
|
+
export declare const ContextDetail: ({ node, data, }: {
|
|
4
|
+
node: ContextNode;
|
|
5
|
+
data: ApiInfo;
|
|
7
6
|
}) => import("react").JSX.Element | null;
|
|
8
|
-
//#endregion
|
|
9
7
|
//# sourceMappingURL=ContextDetail.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextDetail.d.ts","
|
|
1
|
+
{"version":3,"file":"ContextDetail.d.ts","sourceRoot":"","sources":["../../../src/views/context/ContextDetail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,4BAAyB;AAShD,OAAO,KAAK,EAAE,WAAW,EAAE,0BAAuB;AAElD,eAAO,MAAM,aAAa,GAAI,iBAG3B;IACD,IAAI,EAAE,WAAW,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC;CACf,uCAmBA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolUIsView.d.ts","
|
|
1
|
+
{"version":3,"file":"ToolUIsView.d.ts","sourceRoot":"","sources":["../../../src/views/context/ToolUIsView.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,GAAI,WAAW;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,gCAwCxD,CAAC"}
|
|
@@ -1,30 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { NavGroup } from "../nav.js";
|
|
4
|
-
//#region src/views/context/contextNodes.d.ts
|
|
1
|
+
import type { ApiInfo } from "../../data/types.js";
|
|
2
|
+
import type { NormalizedTool } from "../../utils/toolNormalization.js";
|
|
3
|
+
import type { NavGroup } from "../nav.js";
|
|
5
4
|
export type ContextNode = {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
id: "ctx:system";
|
|
6
|
+
kind: "system";
|
|
7
|
+
preview: string;
|
|
9
8
|
} | {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
id: `ctx:tool:${string}`;
|
|
10
|
+
kind: "tool";
|
|
11
|
+
tool: NormalizedTool;
|
|
13
12
|
} | {
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
id: "ctx:callSettings";
|
|
14
|
+
kind: "callSettings";
|
|
16
15
|
} | {
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
id: "ctx:config";
|
|
17
|
+
kind: "config";
|
|
19
18
|
} | {
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
id: "ctx:mcp";
|
|
20
|
+
kind: "mcp";
|
|
22
21
|
} | {
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
id: "ctx:toolUIs";
|
|
23
|
+
kind: "toolUIs";
|
|
25
24
|
};
|
|
26
25
|
export type ContextNavGroup = NavGroup<ContextNode>;
|
|
27
26
|
export declare const buildContextNav: (data: ApiInfo) => ContextNavGroup[];
|
|
28
27
|
export declare const toolUiCount: (value: unknown) => number;
|
|
29
|
-
//#endregion
|
|
30
28
|
//# sourceMappingURL=contextNodes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contextNodes.d.ts","
|
|
1
|
+
{"version":3,"file":"contextNodes.d.ts","sourceRoot":"","sources":["../../../src/views/context/contextNodes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,4BAAyB;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,yCAAsC;AAEpE,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAe;AAEvC,MAAM,MAAM,WAAW,GACnB;IAAE,EAAE,EAAE,YAAY,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,GACrD;IAAE,EAAE,EAAE,YAAY,MAAM,EAAE,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,cAAc,CAAA;CAAE,GAChE;IAAE,EAAE,EAAE,kBAAkB,CAAC;IAAC,IAAI,EAAE,cAAc,CAAA;CAAE,GAChD;IAAE,EAAE,EAAE,YAAY,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GACpC;IAAE,EAAE,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,KAAK,CAAA;CAAE,GAC9B;IAAE,EAAE,EAAE,aAAa,CAAC;IAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,WAAW,CAAC,CAAC;AAKpD,eAAO,MAAM,eAAe,GAAI,MAAM,OAAO,KAAG,eAAe,EAsD9D,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,OAAO,WAGzC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export {
|
|
1
|
+
export { ContextDetail } from "./ContextDetail.js";
|
|
2
|
+
export { buildContextNav, toolUiCount } from "./contextNodes.js";
|
|
3
|
+
export type { ContextNavGroup, ContextNode } from "./contextNodes.js";
|
|
4
|
+
export { ToolUIsView } from "./ToolUIsView.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/context/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,2BAAwB;AAChD,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,0BAAuB;AAC9D,YAAY,EAAE,eAAe,EAAE,WAAW,EAAE,0BAAuB;AACnE,OAAO,EAAE,WAAW,EAAE,yBAAsB"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
compact?: boolean;
|
|
1
|
+
export declare const McpView: ({ value, compact, }: {
|
|
2
|
+
value: unknown;
|
|
3
|
+
compact?: boolean;
|
|
5
4
|
}) => import("react").JSX.Element;
|
|
6
|
-
//#endregion
|
|
7
5
|
//# sourceMappingURL=McpView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"McpView.d.ts","
|
|
1
|
+
{"version":3,"file":"McpView.d.ts","sourceRoot":"","sources":["../../../src/views/mcp/McpView.tsx"],"names":[],"mappings":"AA4FA,eAAO,MAAM,OAAO,GAAI,qBAGrB;IACD,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,gCA0BA,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export { McpView } from "./McpView.js";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/mcp/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,qBAAkB"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { McpManagerPreview } from "./types.js";
|
|
2
|
-
//#region src/views/mcp/parse.d.ts
|
|
1
|
+
import type { McpManagerPreview } from "./types.js";
|
|
3
2
|
export declare const parseMcpManager: (value: unknown) => McpManagerPreview | null;
|
|
4
|
-
//#endregion
|
|
5
3
|
//# sourceMappingURL=parse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parse.d.ts","
|
|
1
|
+
{"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../src/views/mcp/parse.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,iBAAiB,EAGlB,mBAAgB;AAuCjB,eAAO,MAAM,eAAe,GAAI,OAAO,OAAO,KAAG,iBAAiB,GAAG,IAoBpE,CAAC"}
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
//#region src/views/mcp/types.d.ts
|
|
2
1
|
export interface McpToolPreview {
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
readonly name: string;
|
|
3
|
+
readonly description?: string;
|
|
5
4
|
}
|
|
6
5
|
export interface McpServerPreview {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
readonly id: string;
|
|
7
|
+
readonly name: string;
|
|
8
|
+
readonly kind?: string;
|
|
9
|
+
readonly url?: string;
|
|
10
|
+
readonly connectionState: string;
|
|
11
|
+
readonly lastError?: string;
|
|
12
|
+
readonly authorizationUrl?: string;
|
|
13
|
+
readonly tools: readonly McpToolPreview[];
|
|
15
14
|
}
|
|
16
15
|
export interface McpManagerPreview {
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
readonly isHydrated?: boolean;
|
|
17
|
+
readonly servers: readonly McpServerPreview[];
|
|
19
18
|
}
|
|
20
|
-
//#endregion
|
|
21
19
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/views/mcp/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,KAAK,EAAE,SAAS,cAAc,EAAE,CAAC;CAC3C;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,OAAO,EAAE,SAAS,gBAAgB,EAAE,CAAC;CAC/C"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { PartPreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
parts: readonly PartPreview[];
|
|
1
|
+
import type { PartPreview } from "./types.js";
|
|
2
|
+
export declare const ChainOfThought: ({ parts, }: {
|
|
3
|
+
parts: readonly PartPreview[];
|
|
5
4
|
}) => import("react").JSX.Element;
|
|
6
|
-
//#endregion
|
|
7
5
|
//# sourceMappingURL=ChainOfThought.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainOfThought.d.ts","
|
|
1
|
+
{"version":3,"file":"ChainOfThought.d.ts","sourceRoot":"","sources":["../../../src/views/message/ChainOfThought.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAqB,mBAAgB;AA8B9D,eAAO,MAAM,cAAc,GAAI,YAE5B;IACD,KAAK,EAAE,SAAS,WAAW,EAAE,CAAC;CAC/B,gCAmCA,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { MessagePreview } from "./types.js";
|
|
2
|
-
//#region src/views/message/MessageDetailPane.d.ts
|
|
1
|
+
import type { MessagePreview } from "./types.js";
|
|
3
2
|
export declare const messageDetailHeader: (message: MessagePreview) => import("react").JSX.Element;
|
|
4
3
|
export declare const MessageDetailBody: ({ message }: {
|
|
5
|
-
|
|
4
|
+
message: MessagePreview;
|
|
6
5
|
}) => import("react").JSX.Element;
|
|
7
|
-
//#endregion
|
|
8
6
|
//# sourceMappingURL=MessageDetailPane.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageDetailPane.d.ts","
|
|
1
|
+
{"version":3,"file":"MessageDetailPane.d.ts","sourceRoot":"","sources":["../../../src/views/message/MessageDetailPane.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAgB;AAE9C,eAAO,MAAM,mBAAmB,GAAI,SAAS,cAAc,gCAgB1D,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,aAAa;IAAE,OAAO,EAAE,cAAc,CAAA;CAAE,gCAEzE,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { MessagePreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
showHeader?: boolean;
|
|
1
|
+
import type { MessagePreview } from "./types.js";
|
|
2
|
+
export declare const MessageItem: ({ message, showHeader, }: {
|
|
3
|
+
message: MessagePreview;
|
|
4
|
+
/** When false, skips the summary header (role, badges, timestamp). */
|
|
5
|
+
showHeader?: boolean;
|
|
7
6
|
}) => import("react").JSX.Element;
|
|
8
|
-
//#endregion
|
|
9
7
|
//# sourceMappingURL=MessageItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageItem.d.ts","
|
|
1
|
+
{"version":3,"file":"MessageItem.d.ts","sourceRoot":"","sources":["../../../src/views/message/MessageItem.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAgB;AAE9C,eAAO,MAAM,WAAW,GAAI,0BAGzB;IACD,OAAO,EAAE,cAAc,CAAC;IACxB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gCA4EA,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { MessagePreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
title?: string;
|
|
1
|
+
import type { MessagePreview } from "./types.js";
|
|
2
|
+
export declare const MessageList: ({ messages, title, }: {
|
|
3
|
+
messages: readonly MessagePreview[];
|
|
4
|
+
title?: string;
|
|
6
5
|
}) => import("react").JSX.Element;
|
|
7
|
-
//#endregion
|
|
8
6
|
//# sourceMappingURL=MessageList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageList.d.ts","
|
|
1
|
+
{"version":3,"file":"MessageList.d.ts","sourceRoot":"","sources":["../../../src/views/message/MessageList.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAgB;AAI9C,eAAO,MAAM,WAAW,GAAI,sBAGzB;IACD,QAAQ,EAAE,SAAS,cAAc,EAAE,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,gCAkCA,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { MessagePreview } from "./types.js";
|
|
2
|
-
//#region src/views/message/MessageMetrics.d.ts
|
|
1
|
+
import type { MessagePreview } from "./types.js";
|
|
3
2
|
export declare const MessageMetrics: ({ message }: {
|
|
4
|
-
|
|
3
|
+
message: MessagePreview;
|
|
5
4
|
}) => import("react").JSX.Element | null;
|
|
6
|
-
//#endregion
|
|
7
5
|
//# sourceMappingURL=MessageMetrics.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageMetrics.d.ts","
|
|
1
|
+
{"version":3,"file":"MessageMetrics.d.ts","sourceRoot":"","sources":["../../../src/views/message/MessageMetrics.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAgB;AAgD9C,eAAO,MAAM,cAAc,GAAI,aAAa;IAAE,OAAO,EAAE,cAAc,CAAA;CAAE,uCAiBtE,CAAC"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import { PartPreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
parts: readonly PartPreview[];
|
|
1
|
+
import type { PartPreview } from "./types.js";
|
|
2
|
+
export declare const MessageTimeline: ({ parts, }: {
|
|
3
|
+
parts: readonly PartPreview[];
|
|
5
4
|
}) => import("react").JSX.Element | null;
|
|
6
5
|
export declare const messageToolCount: (parts: readonly PartPreview[]) => number;
|
|
7
6
|
export declare const messageStepCount: (parts: readonly PartPreview[]) => {
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
tools: number;
|
|
8
|
+
texts: number;
|
|
10
9
|
};
|
|
11
|
-
//#endregion
|
|
12
10
|
//# sourceMappingURL=MessageTimeline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageTimeline.d.ts","
|
|
1
|
+
{"version":3,"file":"MessageTimeline.d.ts","sourceRoot":"","sources":["../../../src/views/message/MessageTimeline.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAgB;AAK3C,eAAO,MAAM,eAAe,GAAI,YAE7B;IACD,KAAK,EAAE,SAAS,WAAW,EAAE,CAAC;CAC/B,uCA4BA,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,SAAS,WAAW,EAAE,WACJ,CAAC;AAE3D,eAAO,MAAM,gBAAgB,GAAI,OAAO,SAAS,WAAW,EAAE;;;CAI7D,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
//#region src/views/message/PartDisclosure.d.ts
|
|
1
|
+
import type { ReactNode } from "react";
|
|
3
2
|
/** Label-only row; put payload in children. */
|
|
4
|
-
export declare const PartDisclosure: ({ label, defaultOpen, trailing, children }: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
export declare const PartDisclosure: ({ label, defaultOpen, trailing, children, }: {
|
|
4
|
+
label: string;
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
trailing?: ReactNode;
|
|
7
|
+
children: ReactNode;
|
|
9
8
|
}) => import("react").JSX.Element;
|
|
10
|
-
//#endregion
|
|
11
9
|
//# sourceMappingURL=PartDisclosure.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartDisclosure.d.ts","
|
|
1
|
+
{"version":3,"file":"PartDisclosure.d.ts","sourceRoot":"","sources":["../../../src/views/message/PartDisclosure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,+CAA+C;AAC/C,eAAO,MAAM,cAAc,GAAI,6CAK5B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;CACrB,gCAkBA,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { PartPreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
compact?: boolean;
|
|
1
|
+
import type { PartPreview } from "./types.js";
|
|
2
|
+
export declare const PartView: ({ part, compact, }: {
|
|
3
|
+
part: PartPreview;
|
|
4
|
+
compact?: boolean;
|
|
6
5
|
}) => import("react").JSX.Element;
|
|
7
|
-
//#endregion
|
|
8
6
|
//# sourceMappingURL=PartView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartView.d.ts","
|
|
1
|
+
{"version":3,"file":"PartView.d.ts","sourceRoot":"","sources":["../../../src/views/message/PartView.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAqB,mBAAgB;AA0E9D,eAAO,MAAM,QAAQ,GAAI,oBAGtB;IACD,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,gCA2GA,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
compact?: boolean;
|
|
1
|
+
export declare const RoleLabel: ({ role, compact, }: {
|
|
2
|
+
role: string;
|
|
3
|
+
compact?: boolean;
|
|
5
4
|
}) => import("react").JSX.Element;
|
|
6
|
-
//#endregion
|
|
7
5
|
//# sourceMappingURL=RoleLabel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleLabel.d.ts","
|
|
1
|
+
{"version":3,"file":"RoleLabel.d.ts","sourceRoot":"","sources":["../../../src/views/message/RoleLabel.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,oBAGvB;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,gCAaA,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
className?: string | undefined;
|
|
1
|
+
export declare const StatusBadge: ({ type, reason, compact, size, className, }: {
|
|
2
|
+
type: string;
|
|
3
|
+
reason?: string | undefined;
|
|
4
|
+
/** Omits the reason segment — better for narrow transcript rails. */
|
|
5
|
+
compact?: boolean;
|
|
6
|
+
size?: "default" | "sm";
|
|
7
|
+
className?: string | undefined;
|
|
9
8
|
}) => import("react").JSX.Element;
|
|
10
|
-
//#endregion
|
|
11
9
|
//# sourceMappingURL=StatusBadge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusBadge.d.ts","
|
|
1
|
+
{"version":3,"file":"StatusBadge.d.ts","sourceRoot":"","sources":["../../../src/views/message/StatusBadge.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,GAAI,6CAMzB;IACD,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,qEAAqE;IACrE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,gCAWA,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { ToolCallPartPreview } from "./types.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
nested?: boolean;
|
|
1
|
+
import type { ToolCallPartPreview } from "./types.js";
|
|
2
|
+
export declare const ToolCallView: ({ part, nested, }: {
|
|
3
|
+
part: ToolCallPartPreview;
|
|
4
|
+
nested?: boolean;
|
|
6
5
|
}) => import("react").JSX.Element;
|
|
7
|
-
//#endregion
|
|
8
6
|
//# sourceMappingURL=ToolCallView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolCallView.d.ts","
|
|
1
|
+
{"version":3,"file":"ToolCallView.d.ts","sourceRoot":"","sources":["../../../src/views/message/ToolCallView.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAgB;AAgBnD,eAAO,MAAM,YAAY,GAAI,mBAG1B;IACD,IAAI,EAAE,mBAAmB,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,gCA4HA,CAAC"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import { MessageTimingPreview } from "./types.js";
|
|
2
|
-
//#region src/views/message/TtftBar.d.ts
|
|
1
|
+
import type { MessageTimingPreview } from "./types.js";
|
|
3
2
|
/**
|
|
4
3
|
* Splits a model turn into the time-to-first-token segment (dim) and the
|
|
5
4
|
* streaming segment (solid). The only width-bearing timing form: both numbers
|
|
6
5
|
* are measured, not derived. Renders nothing unless all three timing values exist.
|
|
7
6
|
*/
|
|
8
7
|
export declare const TtftBar: ({ timing }: {
|
|
9
|
-
|
|
8
|
+
timing: MessageTimingPreview;
|
|
10
9
|
}) => import("react").JSX.Element | null;
|
|
11
|
-
//#endregion
|
|
12
10
|
//# sourceMappingURL=TtftBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TtftBar.d.ts","
|
|
1
|
+
{"version":3,"file":"TtftBar.d.ts","sourceRoot":"","sources":["../../../src/views/message/TtftBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAgB;AAEpD;;;;GAIG;AACH,eAAO,MAAM,OAAO,GAAI,YAAY;IAAE,MAAM,EAAE,oBAAoB,CAAA;CAAE,uCAmCnE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
export { MessageList } from "./MessageList.js";
|
|
2
|
+
export { MessageDetailBody, messageDetailHeader } from "./MessageDetailPane.js";
|
|
3
|
+
export { StatusBadge } from "./StatusBadge.js";
|
|
4
|
+
export { parseMessage } from "./parse.js";
|
|
5
|
+
export type { MessagePreview, PartPreview } from "./types.js";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/views/message/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,yBAAsB;AAC5C,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,+BAA4B;AAC7E,OAAO,EAAE,WAAW,EAAE,yBAAsB;AAC5C,OAAO,EAAE,YAAY,EAAE,mBAAgB;AACvC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,mBAAgB"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { MessagePreview } from "./types.js";
|
|
2
|
-
//#region src/views/message/messagePlainText.d.ts
|
|
1
|
+
import type { MessagePreview } from "./types.js";
|
|
3
2
|
/** Plain-text export of a message for clipboard copy. */
|
|
4
3
|
export declare const messagePlainText: (message: MessagePreview) => string;
|
|
5
|
-
//#endregion
|
|
6
4
|
//# sourceMappingURL=messagePlainText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messagePlainText.d.ts","
|
|
1
|
+
{"version":3,"file":"messagePlainText.d.ts","sourceRoot":"","sources":["../../../src/views/message/messagePlainText.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,mBAAgB;AA6C3D,yDAAyD;AACzD,eAAO,MAAM,gBAAgB,GAAI,SAAS,cAAc,KAAG,MAkB1D,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { MessagePreview, PartPreview, PartStatusPreview } from "./types.js";
|
|
2
|
-
//#region src/views/message/parse.d.ts
|
|
1
|
+
import type { MessagePreview, PartPreview, PartStatusPreview } from "./types.js";
|
|
3
2
|
export declare const partKey: (part: PartPreview, index: number) => string;
|
|
4
3
|
export declare const parsePartStatus: (value: unknown) => PartStatusPreview | undefined;
|
|
5
4
|
export declare const parsePart: (value: unknown) => PartPreview;
|
|
6
5
|
export declare const parseMessage: (value: unknown, index: number) => MessagePreview | null;
|
|
7
|
-
//#endregion
|
|
8
6
|
//# sourceMappingURL=parse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parse.d.ts","
|
|
1
|
+
{"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../src/views/message/parse.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,cAAc,EAGd,WAAW,EACX,iBAAiB,EAIlB,mBAAgB;AAEjB,eAAO,MAAM,OAAO,GAAI,MAAM,WAAW,EAAE,OAAO,MAAM,WAGtC,CAAC;AAEnB,eAAO,MAAM,eAAe,GAC1B,OAAO,OAAO,KACb,iBAAiB,GAAG,SAYtB,CAAC;AA+DF,eAAO,MAAM,SAAS,GAAI,OAAO,OAAO,KAAG,WAyF1C,CAAC;AAkDF,eAAO,MAAM,YAAY,GACvB,OAAO,OAAO,EACd,OAAO,MAAM,KACZ,cAAc,GAAG,IAyCnB,CAAC"}
|