@kenkaiiii/ggcoder 4.13.0 → 4.13.2
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/app-sidecar.js +184 -38
- package/dist/app-sidecar.js.map +1 -1
- package/dist/core/mcp/client.d.ts.map +1 -1
- package/dist/core/mcp/client.js +11 -2
- package/dist/core/mcp/client.js.map +1 -1
- package/dist/core/mcp/defaults.d.ts.map +1 -1
- package/dist/core/mcp/defaults.js +5 -0
- package/dist/core/mcp/defaults.js.map +1 -1
- package/dist/core/mcp/resolve-stdio.d.ts +27 -0
- package/dist/core/mcp/resolve-stdio.d.ts.map +1 -0
- package/dist/core/mcp/resolve-stdio.js +149 -0
- package/dist/core/mcp/resolve-stdio.js.map +1 -0
- package/dist/core/mcp/resolve-stdio.test.d.ts +2 -0
- package/dist/core/mcp/resolve-stdio.test.d.ts.map +1 -0
- package/dist/core/mcp/resolve-stdio.test.js +63 -0
- package/dist/core/mcp/resolve-stdio.test.js.map +1 -0
- package/dist/core/radio.d.ts +7 -2
- package/dist/core/radio.d.ts.map +1 -1
- package/dist/core/radio.js.map +1 -1
- package/dist/tools/bash.d.ts.map +1 -1
- package/dist/tools/bash.js +10 -2
- package/dist/tools/bash.js.map +1 -1
- package/dist/tools/code-skeleton.d.ts +29 -0
- package/dist/tools/code-skeleton.d.ts.map +1 -0
- package/dist/tools/code-skeleton.js +115 -0
- package/dist/tools/code-skeleton.js.map +1 -0
- package/dist/tools/code-skeleton.test.d.ts +2 -0
- package/dist/tools/code-skeleton.test.d.ts.map +1 -0
- package/dist/tools/code-skeleton.test.js +115 -0
- package/dist/tools/code-skeleton.test.js.map +1 -0
- package/dist/tools/compress-integration.test.d.ts +2 -0
- package/dist/tools/compress-integration.test.d.ts.map +1 -0
- package/dist/tools/compress-integration.test.js +59 -0
- package/dist/tools/compress-integration.test.js.map +1 -0
- package/dist/tools/compress.d.ts +57 -0
- package/dist/tools/compress.d.ts.map +1 -0
- package/dist/tools/compress.js +181 -0
- package/dist/tools/compress.js.map +1 -0
- package/dist/tools/compress.test.d.ts +2 -0
- package/dist/tools/compress.test.d.ts.map +1 -0
- package/dist/tools/compress.test.js +60 -0
- package/dist/tools/compress.test.js.map +1 -0
- package/dist/tools/task-output.d.ts.map +1 -1
- package/dist/tools/task-output.js +13 -3
- package/dist/tools/task-output.js.map +1 -1
- package/dist/ui/App.d.ts +2 -1
- package/dist/ui/App.d.ts.map +1 -1
- package/dist/ui/components/ActivityIndicator.d.ts +1 -1
- package/dist/ui/components/ActivityIndicator.d.ts.map +1 -1
- package/dist/ui/components/AnimationContext.d.ts +1 -1
- package/dist/ui/components/AnimationContext.d.ts.map +1 -1
- package/dist/ui/components/AssistantMessage.d.ts +1 -1
- package/dist/ui/components/AssistantMessage.d.ts.map +1 -1
- package/dist/ui/components/BackgroundTasksBar.d.ts +2 -1
- package/dist/ui/components/BackgroundTasksBar.d.ts.map +1 -1
- package/dist/ui/components/Banner.d.ts +2 -1
- package/dist/ui/components/Banner.d.ts.map +1 -1
- package/dist/ui/components/ChatFooterPane.d.ts +2 -1
- package/dist/ui/components/ChatFooterPane.d.ts.map +1 -1
- package/dist/ui/components/ChatInputStack.d.ts +1 -1
- package/dist/ui/components/ChatInputStack.d.ts.map +1 -1
- package/dist/ui/components/ChatLayout.d.ts +4 -4
- package/dist/ui/components/ChatLayout.d.ts.map +1 -1
- package/dist/ui/components/ChatLivePane.d.ts +1 -1
- package/dist/ui/components/ChatLivePane.d.ts.map +1 -1
- package/dist/ui/components/ChatScreen.d.ts +1 -1
- package/dist/ui/components/ChatScreen.d.ts.map +1 -1
- package/dist/ui/components/ChatStatusRow.d.ts +1 -1
- package/dist/ui/components/ChatStatusRow.d.ts.map +1 -1
- package/dist/ui/components/CompactionNotice.d.ts +3 -2
- package/dist/ui/components/CompactionNotice.d.ts.map +1 -1
- package/dist/ui/components/DiffFrame.d.ts +1 -1
- package/dist/ui/components/DiffFrame.d.ts.map +1 -1
- package/dist/ui/components/DiffView.d.ts +2 -1
- package/dist/ui/components/DiffView.d.ts.map +1 -1
- package/dist/ui/components/Footer.d.ts +2 -1
- package/dist/ui/components/Footer.d.ts.map +1 -1
- package/dist/ui/components/FooterStatusRow.d.ts +2 -1
- package/dist/ui/components/FooterStatusRow.d.ts.map +1 -1
- package/dist/ui/components/FullScreenOverlayRouter.d.ts +2 -1
- package/dist/ui/components/FullScreenOverlayRouter.d.ts.map +1 -1
- package/dist/ui/components/IdealHookMessage.d.ts +1 -1
- package/dist/ui/components/IdealHookMessage.d.ts.map +1 -1
- package/dist/ui/components/InputArea.d.ts +1 -1
- package/dist/ui/components/InputArea.d.ts.map +1 -1
- package/dist/ui/components/LiveToolPanel.d.ts +2 -1
- package/dist/ui/components/LiveToolPanel.d.ts.map +1 -1
- package/dist/ui/components/Markdown.d.ts +2 -2
- package/dist/ui/components/Markdown.d.ts.map +1 -1
- package/dist/ui/components/ModelSelector.d.ts +2 -1
- package/dist/ui/components/ModelSelector.d.ts.map +1 -1
- package/dist/ui/components/Overlay.d.ts +1 -1
- package/dist/ui/components/Overlay.d.ts.map +1 -1
- package/dist/ui/components/PixelOverlay.d.ts +2 -1
- package/dist/ui/components/PixelOverlay.d.ts.map +1 -1
- package/dist/ui/components/PlanApproval.d.ts +2 -1
- package/dist/ui/components/PlanApproval.d.ts.map +1 -1
- package/dist/ui/components/PlanBanner.d.ts +2 -1
- package/dist/ui/components/PlanBanner.d.ts.map +1 -1
- package/dist/ui/components/PlanModeLogo.d.ts +2 -1
- package/dist/ui/components/PlanModeLogo.d.ts.map +1 -1
- package/dist/ui/components/PlanOverlay.d.ts +3 -2
- package/dist/ui/components/PlanOverlay.d.ts.map +1 -1
- package/dist/ui/components/PlanProgress.d.ts +2 -1
- package/dist/ui/components/PlanProgress.d.ts.map +1 -1
- package/dist/ui/components/QueueIndicator.d.ts +2 -1
- package/dist/ui/components/QueueIndicator.d.ts.map +1 -1
- package/dist/ui/components/RewindOverlay.d.ts +2 -1
- package/dist/ui/components/RewindOverlay.d.ts.map +1 -1
- package/dist/ui/components/SelectList.d.ts +2 -1
- package/dist/ui/components/SelectList.d.ts.map +1 -1
- package/dist/ui/components/ServerToolExecution.d.ts +2 -1
- package/dist/ui/components/ServerToolExecution.d.ts.map +1 -1
- package/dist/ui/components/SessionSelector.d.ts +2 -1
- package/dist/ui/components/SessionSelector.d.ts.map +1 -1
- package/dist/ui/components/SessionSummary.d.ts +2 -1
- package/dist/ui/components/SessionSummary.d.ts.map +1 -1
- package/dist/ui/components/SettingsSelector.d.ts +2 -1
- package/dist/ui/components/SettingsSelector.d.ts.map +1 -1
- package/dist/ui/components/SkillsOverlay.d.ts +2 -1
- package/dist/ui/components/SkillsOverlay.d.ts.map +1 -1
- package/dist/ui/components/SlashCommandMenu.d.ts +2 -1
- package/dist/ui/components/SlashCommandMenu.d.ts.map +1 -1
- package/dist/ui/components/SlashStyledSelectList.d.ts +2 -1
- package/dist/ui/components/SlashStyledSelectList.d.ts.map +1 -1
- package/dist/ui/components/Spinner.d.ts +2 -1
- package/dist/ui/components/Spinner.d.ts.map +1 -1
- package/dist/ui/components/StreamingArea.d.ts +1 -1
- package/dist/ui/components/StreamingArea.d.ts.map +1 -1
- package/dist/ui/components/SubAgentPanel.d.ts +2 -1
- package/dist/ui/components/SubAgentPanel.d.ts.map +1 -1
- package/dist/ui/components/TaskPickerMenu.d.ts +2 -1
- package/dist/ui/components/TaskPickerMenu.d.ts.map +1 -1
- package/dist/ui/components/ThemeSelector.d.ts +2 -1
- package/dist/ui/components/ThemeSelector.d.ts.map +1 -1
- package/dist/ui/components/ThinkingBlock.d.ts +1 -1
- package/dist/ui/components/ThinkingBlock.d.ts.map +1 -1
- package/dist/ui/components/ToolExecution.d.ts +2 -1
- package/dist/ui/components/ToolExecution.d.ts.map +1 -1
- package/dist/ui/components/ToolGroupExecution.d.ts +2 -1
- package/dist/ui/components/ToolGroupExecution.d.ts.map +1 -1
- package/dist/ui/components/TranscriptViewport.d.ts +1 -1
- package/dist/ui/components/TranscriptViewport.d.ts.map +1 -1
- package/dist/ui/components/UserMessage.d.ts +2 -1
- package/dist/ui/components/UserMessage.d.ts.map +1 -1
- package/dist/ui/transcript/MiscRows.d.ts +8 -7
- package/dist/ui/transcript/MiscRows.d.ts.map +1 -1
- package/dist/ui/transcript/StatusRow.d.ts +1 -1
- package/dist/ui/transcript/StatusRow.d.ts.map +1 -1
- package/dist/ui/transcript/ToolRows.d.ts +7 -6
- package/dist/ui/transcript/ToolRows.d.ts.map +1 -1
- package/dist/ui/transcript/TranscriptItemFrame.d.ts +1 -1
- package/dist/ui/transcript/TranscriptItemFrame.d.ts.map +1 -1
- package/package.json +5 -4
|
@@ -8,11 +8,11 @@ interface MarkdownProps {
|
|
|
8
8
|
isPending?: boolean;
|
|
9
9
|
availableTerminalHeight?: number;
|
|
10
10
|
}
|
|
11
|
-
export declare const Markdown: React.MemoExoticComponent<({ children, width: explicitWidth, compact, renderMarkdown, isPending, availableTerminalHeight, }: MarkdownProps) =>
|
|
11
|
+
export declare const Markdown: React.MemoExoticComponent<({ children, width: explicitWidth, compact, renderMarkdown, isPending, availableTerminalHeight, }: MarkdownProps) => React.JSX.Element | null>;
|
|
12
12
|
export declare const StreamingMarkdown: React.MemoExoticComponent<({ children, width, compact, }: {
|
|
13
13
|
children: string;
|
|
14
14
|
width: number;
|
|
15
15
|
compact?: boolean;
|
|
16
|
-
}) =>
|
|
16
|
+
}) => React.JSX.Element>;
|
|
17
17
|
export { renderInlineMarkdownToAnsi, wrapAnsiMarkdownLine };
|
|
18
18
|
//# sourceMappingURL=Markdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Markdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAGvC,UAAU,aAAa;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAkBD,eAAO,MAAM,QAAQ,+HAOlB,aAAa,
|
|
1
|
+
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Markdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAGvC,UAAU,aAAa;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAkBD,eAAO,MAAM,QAAQ,+HAOlB,aAAa,8BAuCd,CAAC;AAEH,eAAO,MAAM,iBAAiB,4DAI3B;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,uBAMC,CAAC;AAEH,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { Provider } from "@kenkaiiii/gg-ai";
|
|
2
3
|
interface ModelSelectorProps {
|
|
3
4
|
onSelect: (modelId: string) => void;
|
|
@@ -6,6 +7,6 @@ interface ModelSelectorProps {
|
|
|
6
7
|
currentModel: string;
|
|
7
8
|
currentProvider: Provider;
|
|
8
9
|
}
|
|
9
|
-
export declare function ModelSelector({ onSelect, onCancel, loggedInProviders, currentModel, currentProvider, }: ModelSelectorProps):
|
|
10
|
+
export declare function ModelSelector({ onSelect, onCancel, loggedInProviders, currentModel, currentProvider, }: ModelSelectorProps): React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=ModelSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ModelSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModelSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ModelSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIjD,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,QAAQ,CAAC;CAC3B;AAgBD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,QAAQ,EACR,iBAAiB,EACjB,YAAY,EACZ,eAAe,GAChB,EAAE,kBAAkB,qBA+BpB"}
|
|
@@ -3,6 +3,6 @@ interface OverlayProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
}
|
|
6
|
-
export declare function Overlay({ title, children }: OverlayProps):
|
|
6
|
+
export declare function Overlay({ title, children }: OverlayProps): React.JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=Overlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Overlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"Overlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,YAAY,qBAaxD"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { type PixelEntry } from "../../core/pixel.js";
|
|
2
3
|
interface Props {
|
|
3
4
|
onClose: () => void;
|
|
@@ -6,6 +7,6 @@ interface Props {
|
|
|
6
7
|
agentRunning?: boolean;
|
|
7
8
|
version?: string;
|
|
8
9
|
}
|
|
9
|
-
export declare function PixelOverlay({ onClose, onFixOne, onFixAll, agentRunning, version }: Props):
|
|
10
|
+
export declare function PixelOverlay({ onClose, onFixOne, onFixAll, agentRunning, version }: Props): React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=PixelOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PixelOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PixelOverlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PixelOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PixelOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAG3D,OAAO,EAAqB,KAAK,UAAU,EAAyB,MAAM,qBAAqB,CAAC;AAGhG,UAAU,KAAK;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,EAAE,KAAK,qBAmHzF"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface PlanApprovalProps {
|
|
2
3
|
planPath: string;
|
|
3
4
|
planContent: string;
|
|
4
5
|
onDecision: (decision: "approve" | "reject" | "cancel", feedback?: string) => void;
|
|
5
6
|
}
|
|
6
|
-
export declare function PlanApproval({ planPath, planContent, onDecision }: PlanApprovalProps):
|
|
7
|
+
export declare function PlanApproval({ planPath, planContent, onDecision }: PlanApprovalProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
8
9
|
//# sourceMappingURL=PlanApproval.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanApproval.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanApproval.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlanApproval.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanApproval.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAsBxC,UAAU,iBAAiB;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,CAAC,QAAQ,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACpF;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,EAAE,iBAAiB,qBAmGpF"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface PlanBannerProps {
|
|
2
3
|
status?: "researching" | "drafting" | "awaiting_approval";
|
|
3
4
|
}
|
|
4
|
-
export declare function PlanBanner({ status }: PlanBannerProps):
|
|
5
|
+
export declare function PlanBanner({ status }: PlanBannerProps): React.JSX.Element;
|
|
5
6
|
export {};
|
|
6
7
|
//# sourceMappingURL=PlanBanner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanBanner.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanBanner.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlanBanner.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,aAAa,GAAG,UAAU,GAAG,mBAAmB,CAAC;CAC3D;AAiBD,wBAAgB,UAAU,CAAC,EAAE,MAAsB,EAAE,EAAE,eAAe,qBA0BrE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanModeLogo.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanModeLogo.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlanModeLogo.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanModeLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,cAAc,UAK1B,CAAC;AA8CF,wBAAgB,YAAY,sBAQ3B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface PlanActionBarProps {
|
|
2
3
|
planName?: string;
|
|
3
4
|
confirmDelete: boolean;
|
|
4
5
|
rejectMode: boolean;
|
|
5
6
|
rejectFeedback: string;
|
|
6
7
|
}
|
|
7
|
-
export declare function PlanActionBar({ planName, confirmDelete, rejectMode, rejectFeedback, }: PlanActionBarProps):
|
|
8
|
+
export declare function PlanActionBar({ planName, confirmDelete, rejectMode, rejectFeedback, }: PlanActionBarProps): React.JSX.Element;
|
|
8
9
|
interface PlanOverlayProps {
|
|
9
10
|
cwd: string;
|
|
10
11
|
onClose: () => void;
|
|
@@ -13,6 +14,6 @@ interface PlanOverlayProps {
|
|
|
13
14
|
onReject?: (planPath: string, feedback: string) => void;
|
|
14
15
|
onDeletePlan?: (planPath: string) => void;
|
|
15
16
|
}
|
|
16
|
-
export declare function PlanOverlay({ cwd, onClose, autoExpandNewest, onApprove, onReject, onDeletePlan, }: PlanOverlayProps):
|
|
17
|
+
export declare function PlanOverlay({ cwd, onClose, autoExpandNewest, onApprove, onReject, onDeletePlan, }: PlanOverlayProps): React.JSX.Element;
|
|
17
18
|
export {};
|
|
18
19
|
//# sourceMappingURL=PlanOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanOverlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlanOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgJ3D,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,aAAa,EACb,UAAU,EACV,cAAc,GACf,EAAE,kBAAkB,qBA+CpB;AAID,UAAU,gBAAgB;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C;AAED,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,QAAQ,EACR,YAAY,GACb,EAAE,gBAAgB,qBAiWlB"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { PlanStep } from "../../utils/plan-steps.js";
|
|
2
3
|
interface PlanProgressProps {
|
|
3
4
|
steps: PlanStep[];
|
|
4
5
|
}
|
|
5
|
-
export declare function PlanProgress({ steps }: PlanProgressProps):
|
|
6
|
+
export declare function PlanProgress({ steps }: PlanProgressProps): React.JSX.Element | null;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=PlanProgress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanProgress.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanProgress.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlanProgress.d.ts","sourceRoot":"","sources":["../../../src/ui/components/PlanProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAE1D,UAAU,iBAAiB;IACzB,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE,iBAAiB,4BAiDxD"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { useTheme } from "../theme/theme.js";
|
|
2
3
|
interface QueueIndicatorProps {
|
|
3
4
|
hiddenQueuedCount: number;
|
|
4
5
|
marginTop: number;
|
|
5
6
|
theme: ReturnType<typeof useTheme>;
|
|
6
7
|
}
|
|
7
|
-
export declare function QueueIndicator({ hiddenQueuedCount, marginTop, theme }: QueueIndicatorProps):
|
|
8
|
+
export declare function QueueIndicator({ hiddenQueuedCount, marginTop, theme }: QueueIndicatorProps): React.JSX.Element | null;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=QueueIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueueIndicator.d.ts","sourceRoot":"","sources":["../../../src/ui/components/QueueIndicator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QueueIndicator.d.ts","sourceRoot":"","sources":["../../../src/ui/components/QueueIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,UAAU,mBAAmB;IAC3B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,EAAE,iBAAiB,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,mBAAmB,4BAe1F"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CheckpointInfo, RestoreMode } from "../../core/checkpoint-store.js";
|
|
2
3
|
interface RewindOverlayProps {
|
|
3
4
|
checkpoints: readonly CheckpointInfo[];
|
|
@@ -13,6 +14,6 @@ interface RewindOverlayProps {
|
|
|
13
14
|
* Caveat shown in the copy: only edits made through ggcoder's write/edit tools
|
|
14
15
|
* are tracked — changes made by bash (sed, rm, codegen) are not captured.
|
|
15
16
|
*/
|
|
16
|
-
export declare function RewindOverlay({ checkpoints, onRestore, onCancel }: RewindOverlayProps):
|
|
17
|
+
export declare function RewindOverlay({ checkpoints, onRestore, onCancel }: RewindOverlayProps): React.JSX.Element;
|
|
17
18
|
export {};
|
|
18
19
|
//# sourceMappingURL=RewindOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewindOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/RewindOverlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RewindOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/RewindOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAOlF,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,cAAc,EAAE,CAAC;IACvC,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACnD,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAWD;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,qBA6CrF"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface SelectListItem {
|
|
2
3
|
label: string;
|
|
3
4
|
value: string;
|
|
@@ -11,6 +12,6 @@ interface SelectListProps {
|
|
|
11
12
|
/** If set, render at most this many items at once and scroll the window as the selection moves. */
|
|
12
13
|
windowSize?: number;
|
|
13
14
|
}
|
|
14
|
-
export declare function SelectList({ items, onSelect, onCancel, initialIndex, windowSize, }: SelectListProps):
|
|
15
|
+
export declare function SelectList({ items, onSelect, onCancel, initialIndex, windowSize, }: SelectListProps): React.JSX.Element;
|
|
15
16
|
export {};
|
|
16
17
|
//# sourceMappingURL=SelectList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectList.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SelectList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectList.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SelectList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,eAAe;IACvB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mGAAmG;IACnG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,YAAgB,EAChB,UAAU,GACX,EAAE,eAAe,qBA2FjB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface ServerToolRunningProps {
|
|
2
3
|
status: "running";
|
|
3
4
|
name: string;
|
|
@@ -15,6 +16,6 @@ interface ServerToolDoneProps {
|
|
|
15
16
|
marginTop?: number;
|
|
16
17
|
}
|
|
17
18
|
type ServerToolExecutionProps = ServerToolRunningProps | ServerToolDoneProps;
|
|
18
|
-
export declare function ServerToolExecution(props: ServerToolExecutionProps):
|
|
19
|
+
export declare function ServerToolExecution(props: ServerToolExecutionProps): React.JSX.Element;
|
|
19
20
|
export {};
|
|
20
21
|
//# sourceMappingURL=ServerToolExecution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerToolExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ServerToolExecution.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ServerToolExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ServerToolExecution.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,UAAU,sBAAsB;IAC9B,MAAM,EAAE,SAAS,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,mBAAmB;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,KAAK,wBAAwB,GAAG,sBAAsB,GAAG,mBAAmB,CAAC;AAO7E,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,qBAuElE"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { SessionInfo } from "../../core/session-manager.js";
|
|
2
3
|
interface SessionSelectorProps {
|
|
3
4
|
sessions: SessionInfo[];
|
|
4
5
|
onSelect: (sessionPath: string) => void;
|
|
5
6
|
onCancel: () => void;
|
|
6
7
|
}
|
|
7
|
-
export declare function SessionSelector({ sessions, onSelect, onCancel }: SessionSelectorProps):
|
|
8
|
+
export declare function SessionSelector({ sessions, onSelect, onCancel }: SessionSelectorProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=SessionSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SessionSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SessionSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAIjE,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,oBAAoB,qBAYrF"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { SessionSummary } from "../session-summary.js";
|
|
2
3
|
export declare function SessionSummaryDisplay({ summary }: {
|
|
3
4
|
summary: SessionSummary;
|
|
4
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=SessionSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionSummary.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SessionSummary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionSummary.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SessionSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAyC5D,wBAAgB,qBAAqB,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,cAAc,CAAA;CAAE,qBAsG7E"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { Settings } from "../../core/settings-manager.js";
|
|
2
3
|
interface SettingsSelectorProps {
|
|
3
4
|
settings: Settings;
|
|
4
5
|
onSelect: (key: string) => void;
|
|
5
6
|
onCancel: () => void;
|
|
6
7
|
}
|
|
7
|
-
export declare function SettingsSelector({ settings, onSelect, onCancel }: SettingsSelectorProps):
|
|
8
|
+
export declare function SettingsSelector({ settings, onSelect, onCancel }: SettingsSelectorProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=SettingsSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SettingsSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SettingsSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SettingsSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAI/D,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,qBAAqB,qBAYvF"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface SkillsOverlayProps {
|
|
2
3
|
cwd: string;
|
|
3
4
|
onClose: () => void;
|
|
4
5
|
}
|
|
5
|
-
export declare function SkillsOverlay({ cwd, onClose }: SkillsOverlayProps):
|
|
6
|
+
export declare function SkillsOverlay({ cwd, onClose }: SkillsOverlayProps): React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=SkillsOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkillsOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SkillsOverlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SkillsOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SkillsOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAoDnD,UAAU,kBAAkB;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,aAAa,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,EAAE,kBAAkB,qBA4KjE"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface SlashCommandInfo {
|
|
2
3
|
name: string;
|
|
3
4
|
aliases: string[];
|
|
@@ -9,7 +10,7 @@ interface SlashCommandMenuProps {
|
|
|
9
10
|
selectedIndex: number;
|
|
10
11
|
width: number;
|
|
11
12
|
}
|
|
12
|
-
export declare function SlashCommandMenu({ commands, selectedIndex, width }: SlashCommandMenuProps):
|
|
13
|
+
export declare function SlashCommandMenu({ commands, selectedIndex, width }: SlashCommandMenuProps): React.JSX.Element | null;
|
|
13
14
|
/** Filter commands by partial name/alias fuzzy-ish prefix priority. */
|
|
14
15
|
export declare function filterCommands(commands: SlashCommandInfo[], filter: string): SlashCommandInfo[];
|
|
15
16
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlashCommandMenu.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SlashCommandMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SlashCommandMenu.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SlashCommandMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAID,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,EAAE,qBAAqB,4BAwDzF;AAED,uEAAuE;AACvE,wBAAgB,cAAc,CAAC,QAAQ,EAAE,gBAAgB,EAAE,EAAE,MAAM,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAsB/F"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface SlashStyledSelectListItem {
|
|
2
3
|
label: string;
|
|
3
4
|
value: string;
|
|
@@ -16,6 +17,6 @@ interface SlashStyledSelectListProps {
|
|
|
16
17
|
*/
|
|
17
18
|
width?: number;
|
|
18
19
|
}
|
|
19
|
-
export declare function SlashStyledSelectList({ items, onSelect, onCancel, initialIndex, maxItemsToShow, width: widthOverride, }: SlashStyledSelectListProps):
|
|
20
|
+
export declare function SlashStyledSelectList({ items, onSelect, onCancel, initialIndex, maxItemsToShow, width: widthOverride, }: SlashStyledSelectListProps): React.JSX.Element;
|
|
20
21
|
export {};
|
|
21
22
|
//# sourceMappingURL=SlashStyledSelectList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlashStyledSelectList.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SlashStyledSelectList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SlashStyledSelectList.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SlashStyledSelectList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAMjD,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,0BAA0B;IAClC,KAAK,EAAE,yBAAyB,EAAE,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAID,wBAAgB,qBAAqB,CAAC,EACpC,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,YAAgB,EAChB,cAA0C,EAC1C,KAAK,EAAE,aAAa,GACrB,EAAE,0BAA0B,qBAsG5B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface SpinnerProps {
|
|
2
3
|
label?: string;
|
|
3
4
|
/** When true, the spinner transitions to the error/red color. */
|
|
@@ -7,6 +8,6 @@ interface SpinnerProps {
|
|
|
7
8
|
/** Disable decorative frame ticks so terminal scrollback remains usable. */
|
|
8
9
|
staticDisplay?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export declare function Spinner({ label, isStalled, stallDurationMs, staticDisplay }: SpinnerProps):
|
|
11
|
+
export declare function Spinner({ label, isStalled, stallDurationMs, staticDisplay }: SpinnerProps): React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Spinner.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/ui/components/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAwCtC,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iEAAiE;IACjE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gFAAgF;IAChF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4EAA4E;IAC5E,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,eAAmB,EAAE,aAAa,EAAE,EAAE,YAAY,qBA0D7F"}
|
|
@@ -16,6 +16,6 @@ interface StreamingAreaProps {
|
|
|
16
16
|
assistantMarginTop?: number;
|
|
17
17
|
continuation?: boolean;
|
|
18
18
|
}
|
|
19
|
-
export declare const StreamingArea: React.MemoExoticComponent<({ isRunning, streamingText, streamingThinking, showThinking, thinkingMs, reserveSpacing, renderMarkdown, availableTerminalHeight, assistantMarginTop, continuation, }: StreamingAreaProps) =>
|
|
19
|
+
export declare const StreamingArea: React.MemoExoticComponent<({ isRunning, streamingText, streamingThinking, showThinking, thinkingMs, reserveSpacing, renderMarkdown, availableTerminalHeight, assistantMarginTop, continuation, }: StreamingAreaProps) => React.JSX.Element | null>;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=StreamingArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingArea.d.ts","sourceRoot":"","sources":["../../../src/ui/components/StreamingArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAK7C,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;CACtB;AAQD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAOzF;AAED,UAAU,kBAAkB;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,oMAWvB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"StreamingArea.d.ts","sourceRoot":"","sources":["../../../src/ui/components/StreamingArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAK7C,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;CACtB;AAQD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAOzF;AAED,UAAU,kBAAkB;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,oMAWvB,kBAAkB,8BA0BnB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface SubAgentInfo {
|
|
2
3
|
toolCallId: string;
|
|
3
4
|
task: string;
|
|
@@ -17,6 +18,6 @@ interface SubAgentPanelProps {
|
|
|
17
18
|
aborted?: boolean;
|
|
18
19
|
marginTop?: number;
|
|
19
20
|
}
|
|
20
|
-
export declare function SubAgentPanel({ agents, aborted, marginTop }: SubAgentPanelProps):
|
|
21
|
+
export declare function SubAgentPanel({ agents, aborted, marginTop }: SubAgentPanelProps): React.JSX.Element | null;
|
|
21
22
|
export {};
|
|
22
23
|
//# sourceMappingURL=SubAgentPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubAgentPanel.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SubAgentPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SubAgentPanel.d.ts","sourceRoot":"","sources":["../../../src/ui/components/SubAgentPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,WAAW,YAAY;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,kBAAkB;IAC1B,MAAM,EAAE,YAAY,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAiID,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,OAAe,EAAE,SAAa,EAAE,EAAE,kBAAkB,4BAuC3F"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { TaskRecord } from "../../core/tasks-store.js";
|
|
2
3
|
interface TaskPickerMenuProps {
|
|
3
4
|
tasks: readonly TaskRecord[];
|
|
4
5
|
selectedIndex: number;
|
|
5
6
|
width: number;
|
|
6
7
|
}
|
|
7
|
-
export declare function TaskPickerMenu({ tasks, selectedIndex, width }: TaskPickerMenuProps):
|
|
8
|
+
export declare function TaskPickerMenu({ tasks, selectedIndex, width }: TaskPickerMenuProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=TaskPickerMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskPickerMenu.d.ts","sourceRoot":"","sources":["../../../src/ui/components/TaskPickerMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TaskPickerMenu.d.ts","sourceRoot":"","sources":["../../../src/ui/components/TaskPickerMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5D,UAAU,mBAAmB;IAC3B,KAAK,EAAE,SAAS,UAAU,EAAE,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAUD,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,EAAE,mBAAmB,qBA8DlF"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { ThemeName } from "../theme/theme.js";
|
|
2
3
|
interface ThemeSelectorProps {
|
|
3
4
|
onSelect: (themeName: ThemeName) => void;
|
|
4
5
|
onCancel: () => void;
|
|
5
6
|
currentTheme: string;
|
|
6
7
|
}
|
|
7
|
-
export declare function ThemeSelector({ onSelect, onCancel, currentTheme }: ThemeSelectorProps):
|
|
8
|
+
export declare function ThemeSelector({ onSelect, onCancel, currentTheme }: ThemeSelectorProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=ThemeSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ThemeSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemeSelector.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ThemeSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB;AAeD,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,kBAAkB,qBAoBrF"}
|
|
@@ -7,6 +7,6 @@ interface ThinkingBlockProps {
|
|
|
7
7
|
/** Start collapsed (default true for completed, ignored when streaming) */
|
|
8
8
|
defaultCollapsed?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const ThinkingBlock: React.MemoExoticComponent<({ text, durationMs, streaming, defaultCollapsed, }: ThinkingBlockProps) =>
|
|
10
|
+
export declare const ThinkingBlock: React.MemoExoticComponent<({ text, durationMs, streaming, defaultCollapsed, }: ThinkingBlockProps) => React.JSX.Element | null>;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=ThinkingBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThinkingBlock.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ThinkingBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,UAAU,kBAAkB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,2EAA2E;IAC3E,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAaD,eAAO,MAAM,aAAa,iFAKvB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ThinkingBlock.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ThinkingBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,UAAU,kBAAkB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,2EAA2E;IAC3E,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAaD,eAAO,MAAM,aAAa,iFAKvB,kBAAkB,8BA6DnB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
/**
|
|
2
3
|
* Optional formatter that downstream consumers (e.g. gg-editor) can pass to
|
|
3
4
|
* customise the per-tool header and inline summary without forking this
|
|
@@ -43,6 +44,6 @@ interface ToolDoneProps {
|
|
|
43
44
|
marginTop?: number;
|
|
44
45
|
}
|
|
45
46
|
type ToolExecutionProps = ToolRunningProps | ToolDoneProps;
|
|
46
|
-
export declare function ToolExecution(props: ToolExecutionProps):
|
|
47
|
+
export declare function ToolExecution(props: ToolExecutionProps): React.JSX.Element;
|
|
47
48
|
export {};
|
|
48
49
|
//# sourceMappingURL=ToolExecution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ToolExecution.tsx"],"names":[],"mappings":"AA+
|
|
1
|
+
{"version":3,"file":"ToolExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ToolExecution.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AA+CpC;;;;;GAKG;AACH,qFAAqF;AACrF,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAErE,MAAM,WAAW,uBAAuB;IACtC,6DAA6D;IAC7D,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,GAAG,SAAS,CAAC;IAClF,yGAAyG;IACzG,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,GAAG,SAAS,CAAC;IACnF;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,aAAa,GAAG,SAAS,CAAC;CAC9F;AAED,UAAU,gBAAgB;IACxB,MAAM,EAAE,SAAS,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,0DAA0D;IAC1D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,KAAK,kBAAkB,GAAG,gBAAgB,GAAG,aAAa,CAAC;AAS3D,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBAqTtD"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { ToolGroupItem } from "../app-items.js";
|
|
2
3
|
import { type GroupRenderer } from "../tool-group-summary.js";
|
|
3
4
|
type ToolGroupTool = ToolGroupItem["tools"][number];
|
|
@@ -7,6 +8,6 @@ interface ToolGroupExecutionProps {
|
|
|
7
8
|
/** Domain-specific group summary renderers, merged over the built-ins. */
|
|
8
9
|
summaryRenderers?: Record<string, GroupRenderer>;
|
|
9
10
|
}
|
|
10
|
-
export declare function ToolGroupExecution({ tools, marginTop, summaryRenderers, }: ToolGroupExecutionProps):
|
|
11
|
+
export declare function ToolGroupExecution({ tools, marginTop, summaryRenderers, }: ToolGroupExecutionProps): React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=ToolGroupExecution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolGroupExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ToolGroupExecution.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToolGroupExecution.d.ts","sourceRoot":"","sources":["../../../src/ui/components/ToolGroupExecution.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,EAEL,KAAK,aAAa,EAEnB,MAAM,0BAA0B,CAAC;AAGlC,KAAK,aAAa,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAsBpD,UAAU,uBAAuB;IAC/B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0EAA0E;IAC1E,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;CAClD;AAED,wBAAgB,kBAAkB,CAAC,EACjC,KAAK,EACL,SAAa,EACb,gBAAgB,GACjB,EAAE,uBAAuB,qBA8BzB"}
|
|
@@ -23,7 +23,7 @@ interface TranscriptViewportProps {
|
|
|
23
23
|
* shrink clips the OLDEST rows at the top, keeping the newest output and the
|
|
24
24
|
* controls visible.
|
|
25
25
|
*/
|
|
26
|
-
declare function TranscriptViewportImpl({ lines, columns, viewportRows }: TranscriptViewportProps):
|
|
26
|
+
declare function TranscriptViewportImpl({ lines, columns, viewportRows }: TranscriptViewportProps): React.JSX.Element;
|
|
27
27
|
/**
|
|
28
28
|
* Memoized so unrelated App re-renders (streaming ticks, footer timers, status
|
|
29
29
|
* shimmer) don't force the transcript subtree to reconcile. It only re-renders
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranscriptViewport.d.ts","sourceRoot":"","sources":["../../../src/ui/components/TranscriptViewport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,uBAAuB;IAC/B,gFAAgF;IAChF,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC;IACzB,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC;IAChB,qDAAqD;IACrD,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;;;;;;;;;GAeG;AACH,iBAAS,sBAAsB,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,uBAAuB,
|
|
1
|
+
{"version":3,"file":"TranscriptViewport.d.ts","sourceRoot":"","sources":["../../../src/ui/components/TranscriptViewport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,uBAAuB;IAC/B,gFAAgF;IAChF,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC;IACzB,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC;IAChB,qDAAqD;IACrD,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;;;;;;;;;GAeG;AACH,iBAAS,sBAAsB,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,uBAAuB,qBAkCxF;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,0DAAqC,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { PasteInfo } from "./InputArea.js";
|
|
2
3
|
export declare function UserMessage({ text, imageCount, videoCount, pasteInfo, }: {
|
|
3
4
|
text: string;
|
|
4
5
|
imageCount?: number;
|
|
5
6
|
videoCount?: number;
|
|
6
7
|
pasteInfo?: PasteInfo;
|
|
7
|
-
}):
|
|
8
|
+
}): React.JSX.Element;
|
|
8
9
|
//# sourceMappingURL=UserMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../src/ui/components/UserMessage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../src/ui/components/UserMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAQhD,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,UAAU,EACV,UAAU,EACV,SAAS,GACV,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,qBAoEA"}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { DurationItem, ErrorItem, QueuedItem, SetupHintItem, StepDoneItem, StylePackItem, UpdateNoticeItem } from "../app-items.js";
|
|
2
3
|
export declare function StylePackRow({ item }: {
|
|
3
4
|
item: StylePackItem;
|
|
4
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
5
6
|
export declare function SetupHintRow({ item }: {
|
|
6
7
|
item: SetupHintItem;
|
|
7
|
-
}):
|
|
8
|
+
}): React.JSX.Element;
|
|
8
9
|
export declare function ErrorRow({ item }: {
|
|
9
10
|
item: ErrorItem;
|
|
10
|
-
}):
|
|
11
|
+
}): React.JSX.Element;
|
|
11
12
|
export declare function UpdateNoticeRow({ item }: {
|
|
12
13
|
item: UpdateNoticeItem;
|
|
13
|
-
}):
|
|
14
|
+
}): React.JSX.Element;
|
|
14
15
|
export declare function StepDoneRow({ item }: {
|
|
15
16
|
item: StepDoneItem;
|
|
16
|
-
}):
|
|
17
|
+
}): React.JSX.Element;
|
|
17
18
|
export declare function QueuedRow({ item }: {
|
|
18
19
|
item: QueuedItem;
|
|
19
|
-
}):
|
|
20
|
+
}): React.JSX.Element;
|
|
20
21
|
export declare function DurationRow({ item }: {
|
|
21
22
|
item: DurationItem;
|
|
22
|
-
}):
|
|
23
|
+
}): React.JSX.Element;
|
|
23
24
|
//# sourceMappingURL=MiscRows.d.ts.map
|