orquesta-embed 0.1.30 → 0.1.31
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.
|
@@ -17,6 +17,7 @@ export declare class OrquestaWidget {
|
|
|
17
17
|
private builderTerminalCollapsed;
|
|
18
18
|
private builderMessages;
|
|
19
19
|
private builderLastOutputCount;
|
|
20
|
+
private currentMode;
|
|
20
21
|
private contextMenuState;
|
|
21
22
|
private globalRightClickCleanup;
|
|
22
23
|
constructor(config: OrquestaEmbedConfig);
|
|
@@ -57,6 +58,9 @@ export declare class OrquestaWidget {
|
|
|
57
58
|
private updateBuilderTerminal;
|
|
58
59
|
private getTerminalColor;
|
|
59
60
|
private escapeHtml;
|
|
61
|
+
private switchMode;
|
|
62
|
+
/** Switch between widget and builder mode at runtime */
|
|
63
|
+
setMode(mode: 'widget' | 'builder'): void;
|
|
60
64
|
destroy(): void;
|
|
61
65
|
showStatus(): void;
|
|
62
66
|
hideStatus(): void;
|