@trilogy-data/trilogy-studio-components 0.1.10 → 0.1.12
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/{ChatCreatorModal-kqIGFHPN.js → ChatCreatorModal-kIXgcJQp.js} +1 -1
- package/dist/{Dashboard-BhcB9-ov.js → Dashboard-B-YfrO5u.js} +3 -3
- package/dist/{DashboardCreatorInline-Cp8fI1iG.js → DashboardCreatorInline-C6fr4jNo.js} +1 -1
- package/dist/{DashboardMobile-nSuC_ygH.js → DashboardMobile-D911XYkl.js} +20 -20
- package/dist/{LLMConnectionList-CwfSkiq_.js → LLMConnectionList-DZbu1kGq.js} +884 -856
- package/dist/LLMView-C4RQS1B8.js +656 -0
- package/dist/Manager-CoKiEZT-.js +4 -0
- package/dist/{ResultComponent-CDU0FkOQ.js → ResultComponent-fVgARLAb.js} +6 -6
- package/dist/{Sidebar-dZtwrs0v.js → Sidebar-esb9EqnY.js} +289 -268
- package/dist/{TutorialPage-kWCo9lD6.js → TutorialPage-DfA2845i.js} +4 -4
- package/dist/{WelcomePage-BjLQLYt8.js → WelcomePage-LRJvygaE.js} +1 -1
- package/dist/chats/chat.d.ts +11 -1
- package/dist/chats/chat.d.ts.map +1 -1
- package/dist/chats/publishArtifactsToDashboard.d.ts +21 -0
- package/dist/chats/publishArtifactsToDashboard.d.ts.map +1 -0
- package/dist/components/editor/Editor.vue.d.ts +1 -2
- package/dist/components/editor/Editor.vue.d.ts.map +1 -1
- package/dist/components/editor/ResultComponent.vue.d.ts +74 -15
- package/dist/components/editor/ResultComponent.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarLayout.vue.d.ts +14 -2
- package/dist/components/layout/SidebarLayout.vue.d.ts.map +1 -1
- package/dist/components/llm/ArtifactsPane.vue.d.ts +885 -0
- package/dist/components/llm/ArtifactsPane.vue.d.ts.map +1 -0
- package/dist/components/llm/ChatArtifact.vue.d.ts +37 -1
- package/dist/components/llm/ChatArtifact.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMChat.vue.d.ts +18 -3
- package/dist/components/llm/LLMChat.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMChatSplitView.vue.d.ts +858 -702
- package/dist/components/llm/LLMChatSplitView.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts +74 -15
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts.map +1 -1
- package/dist/components/model/ModelCard.vue.d.ts +1 -2
- package/dist/components/model/ModelCard.vue.d.ts.map +1 -1
- package/dist/components/sidebar/ConnectionList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/EditorList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionCreator.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts +2 -2
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionListItem.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMProviderIcon.vue.d.ts.map +1 -1
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts +75 -17
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts.map +1 -1
- package/dist/composables/useChatWithTools.d.ts.map +1 -1
- package/dist/composables/useEditorRefinement.d.ts.map +1 -1
- package/dist/composables/useToolLoop.d.ts +0 -2
- package/dist/composables/useToolLoop.d.ts.map +1 -1
- package/dist/{cssMode-BgTpWprH.js → cssMode-DCSjJlZ5.js} +1 -1
- package/dist/dashboards/helpers.d.ts.map +1 -1
- package/dist/data/githubStorage.d.ts.map +1 -1
- package/dist/data/localStorage.d.ts.map +1 -1
- package/dist/editors/results.d.ts.map +1 -1
- package/dist/{freemarker2-BCVHBEgI.js → freemarker2-BKjHRYvq.js} +1 -1
- package/dist/{handlebars-CvE5drDj.js → handlebars-D_px6u7k.js} +1 -1
- package/dist/{html-CZGBnyei.js → html-Bm-h8fTq.js} +1 -1
- package/dist/{htmlMode-CzN0D6_N.js → htmlMode-YODzRvjv.js} +1 -1
- package/dist/{javascript-D9vXE5ET.js → javascript-DZrwO1Xq.js} +1 -1
- package/dist/{jsonMode-CY69B03N.js → jsonMode-_ThxxZQx.js} +1 -1
- package/dist/{liquid-D2Izcg9H.js → liquid-I2p3UrJy.js} +1 -1
- package/dist/llm/chatAgentPrompt.d.ts +257 -0
- package/dist/llm/chatAgentPrompt.d.ts.map +1 -1
- package/dist/llm/chatHelpers.d.ts +0 -11
- package/dist/llm/chatHelpers.d.ts.map +1 -1
- package/dist/llm/chatToolExecutor.d.ts +10 -0
- package/dist/llm/chatToolExecutor.d.ts.map +1 -1
- package/dist/llm/consts.d.ts +19 -0
- package/dist/llm/consts.d.ts.map +1 -1
- package/dist/llm/demo.d.ts +37 -0
- package/dist/llm/demo.d.ts.map +1 -0
- package/dist/llm/editorRefinementToolExecutor.d.ts +4 -0
- package/dist/llm/editorRefinementToolExecutor.d.ts.map +1 -1
- package/dist/llm/editorRefinementTools.d.ts +40 -0
- package/dist/llm/editorRefinementTools.d.ts.map +1 -1
- package/dist/llm/index.d.ts +5 -2
- package/dist/llm/index.d.ts.map +1 -1
- package/dist/llm/openrouter.d.ts +5 -0
- package/dist/llm/openrouter.d.ts.map +1 -1
- package/dist/llm/toolLoopCore.d.ts +36 -7
- package/dist/llm/toolLoopCore.d.ts.map +1 -1
- package/dist/llm/utils.d.ts +4 -1
- package/dist/llm/utils.d.ts.map +1 -1
- package/dist/{main-YvioU1lW.js → main-Bjg9NFbT.js} +38078 -37191
- package/dist/main.css +1 -1
- package/dist/main.d.ts +5 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +27 -22
- package/dist/main.umd.cjs +605 -560
- package/dist/{mdx-DfvKDyTa.js → mdx-e5VczKhJ.js} +1 -1
- package/dist/{python-CmewBYeN.js → python-CUAfebEu.js} +1 -1
- package/dist/{razor-C-YsC2u-.js → razor-B95YKGrm.js} +1 -1
- package/dist/stores/chatStore.d.ts.map +1 -1
- package/dist/stores/editorStore.d.ts.map +1 -1
- package/dist/stores/llmStore.d.ts +1 -10
- package/dist/stores/llmStore.d.ts.map +1 -1
- package/dist/stores/queryExecutionService.d.ts +1 -0
- package/dist/stores/queryExecutionService.d.ts.map +1 -1
- package/dist/stores/resolver.d.ts +1 -0
- package/dist/stores/resolver.d.ts.map +1 -1
- package/dist/stores/useScreenNavigation.d.ts.map +1 -1
- package/dist/{tsMode-LfgRVGbQ.js → tsMode-BcjYt2WB.js} +1 -1
- package/dist/{typescript-ChhJ4j27.js → typescript-Ck_cSGyE.js} +1 -1
- package/dist/{useDashboard-vvK-sCbo.js → useDashboard-BnXAbWPO.js} +1 -1
- package/dist/utility/markdownRenderer.d.ts.map +1 -1
- package/dist/views/LLMView.vue.d.ts +2713 -2140
- package/dist/views/LLMView.vue.d.ts.map +1 -1
- package/dist/views/ModelView.vue.d.ts +2 -4
- package/dist/views/ModelView.vue.d.ts.map +1 -1
- package/dist/views/TutorialPage.vue.d.ts +154 -40
- package/dist/views/TutorialPage.vue.d.ts.map +1 -1
- package/dist/{xml-DM40RTTn.js → xml-Do52fQeS.js} +1 -1
- package/dist/{yaml-0wmwSdSU.js → yaml-C8U7HH0M.js} +1 -1
- package/package.json +1 -1
- package/dist/LLMView-e38fpjum.js +0 -558
- package/dist/Manager-CtK5dHJ8.js +0 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as Q, ref as E, computed as R, createElementBlock as r, openBlock as i, createElementVNode as n, createCommentVNode as S, toDisplayString as a, Fragment as D, renderList as H, normalizeClass as g, renderSlot as W, inject as f, watch as K, resolveComponent as l, createTextVNode as x, createVNode as C, createBlock as h, withCtx as N } from "vue";
|
|
2
|
-
import { a as T, C as q, E as F, M as z, b as J, c as X, d as Y, L as Z, s as $, K as V } from "./main-
|
|
3
|
-
import { L as tt, C as et, d as A } from "./LLMConnectionList-
|
|
4
|
-
import B from "./ResultComponent-
|
|
5
|
-
import ot from "./Dashboard-
|
|
2
|
+
import { a as T, C as q, E as F, M as z, b as J, c as X, d as Y, L as Z, s as $, K as V } from "./main-Bjg9NFbT.js";
|
|
3
|
+
import { L as tt, C as et, d as A } from "./LLMConnectionList-DZbu1kGq.js";
|
|
4
|
+
import B from "./ResultComponent-fVgARLAb.js";
|
|
5
|
+
import ot from "./Dashboard-B-YfrO5u.js";
|
|
6
6
|
const nt = Q({
|
|
7
7
|
name: "FunctionDoc",
|
|
8
8
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as k, inject as g, ref as m, computed as f, createElementBlock as o, openBlock as n, createElementVNode as t, unref as _, Fragment as v, createCommentVNode as c, createTextVNode as l, createVNode as C } from "vue";
|
|
2
|
-
import { k as x,
|
|
2
|
+
import { k as x, r as T, a as W } from "./main-Bjg9NFbT.js";
|
|
3
3
|
const E = { class: "container" }, N = { class: "content" }, S = { class: "logo" }, V = ["src"], $ = { key: 1 }, D = { class: "buttons" }, I = { key: 0 }, L = { key: 1 }, j = { key: 1 }, w = /* @__PURE__ */ k({
|
|
4
4
|
__name: "WelcomePage",
|
|
5
5
|
emits: [
|
package/dist/chats/chat.d.ts
CHANGED
|
@@ -5,10 +5,15 @@ export interface ChatImport {
|
|
|
5
5
|
alias: string;
|
|
6
6
|
}
|
|
7
7
|
export interface ChatArtifact {
|
|
8
|
-
|
|
8
|
+
id: string;
|
|
9
|
+
type: 'results' | 'chart' | 'code' | 'markdown' | 'custom';
|
|
9
10
|
data: any;
|
|
10
11
|
config?: any;
|
|
12
|
+
/** When true, artifact is soft-deleted and shown in the collapsed Hidden section */
|
|
13
|
+
hidden?: boolean;
|
|
11
14
|
}
|
|
15
|
+
/** Generate a short unique artifact ID */
|
|
16
|
+
export declare function generateArtifactId(): string;
|
|
12
17
|
export interface ChatToolCall {
|
|
13
18
|
id: string;
|
|
14
19
|
name: string;
|
|
@@ -57,6 +62,11 @@ export declare class Chat implements ChatSessionData {
|
|
|
57
62
|
setDataConnection(connectionName: string): void;
|
|
58
63
|
addMessage(message: ChatMessage): void;
|
|
59
64
|
addArtifact(artifact: ChatArtifact): number;
|
|
65
|
+
getArtifactById(id: string): ChatArtifact | null;
|
|
66
|
+
updateArtifact(id: string, updates: Partial<Pick<ChatArtifact, 'data' | 'config'>>): boolean;
|
|
67
|
+
removeArtifact(id: string): boolean;
|
|
68
|
+
hideArtifact(id: string): boolean;
|
|
69
|
+
unhideArtifact(id: string): boolean;
|
|
60
70
|
setActiveArtifact(index: number): void;
|
|
61
71
|
getActiveArtifact(): ChatArtifact | null;
|
|
62
72
|
clearMessages(): void;
|
package/dist/chats/chat.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../chats/chat.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAGxC,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAGD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAA;
|
|
1
|
+
{"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../chats/chat.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ChatArtifact } from './chat';
|
|
2
|
+
import { DashboardModel } from '../dashboards/base';
|
|
3
|
+
export interface PublishOptions {
|
|
4
|
+
/** Dashboard name. Falls back to "Chat Artifacts". */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** Connection name to associate with the dashboard. */
|
|
7
|
+
connection: string;
|
|
8
|
+
/** Dashboard imports (data sources used by the chat). */
|
|
9
|
+
imports?: {
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
alias: string;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Create a DashboardModel from an array of ChatArtifacts.
|
|
17
|
+
*
|
|
18
|
+
* The caller is responsible for adding the returned model to the dashboard store.
|
|
19
|
+
*/
|
|
20
|
+
export declare function publishArtifactsToDashboard(artifacts: ChatArtifact[], options: PublishOptions): DashboardModel;
|
|
21
|
+
//# sourceMappingURL=publishArtifactsToDashboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"publishArtifactsToDashboard.d.ts","sourceRoot":"","sources":["../../chats/publishArtifactsToDashboard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAA;AAC1C,OAAO,EAAE,cAAc,EAAgD,MAAM,oBAAoB,CAAA;AAEjG,MAAM,WAAW,cAAc;IAC7B,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,UAAU,EAAE,MAAM,CAAA;IAClB,yDAAyD;IACzD,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CACxD;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,EAAE,YAAY,EAAE,EACzB,OAAO,EAAE,cAAc,GACtB,cAAc,CAwChB"}
|
|
@@ -124,7 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
124
|
addConnection(connection: import('../../llm/base.ts').LLMProvider, checkForDefault?: boolean): import('../../llm/base.ts').LLMProvider;
|
|
125
125
|
resetConnection(name: string): Promise<void>;
|
|
126
126
|
connectionStateToStatus(connection: import('../../llm/base.ts').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
127
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../../llm/base.ts').LLMProvider
|
|
127
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../../llm/base.ts').LLMProvider>;
|
|
128
128
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
129
129
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../../llm/base.ts').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../../stores/llmStore.ts').ValidatedResponse>;
|
|
130
130
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../../llm/index.ts').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -133,7 +133,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
generateFilterQuery(inputString: string, concepts: import('../../llm/index.ts').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
134
134
|
generateChatName(connectionName: string, messages: import('../../llm/base.ts').LLMMessage[]): Promise<string>;
|
|
135
135
|
generateCompletion(name: string, options: import('../../llm/base.ts').LLMRequestOptions, history?: import('../../llm/base.ts').LLMMessage[] | null): Promise<import('../../llm/base.ts').LLMResponse>;
|
|
136
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
137
136
|
}> | undefined;
|
|
138
137
|
editorStore: import('pinia').Store<"editors", {
|
|
139
138
|
editors: Record<string, import('../../main.ts').EditorModel>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Editor.vue.d.ts","sourceRoot":"","sources":["../../../components/editor/Editor.vue"],"names":[],"mappings":"AAkEA;AAuuBA,OAAO,EAA2B,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAM5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAGlD,OAAO,aAAa,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAGnE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,qBAAqB,MAAM,uCAAuC,CAAA;AAOzE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAanD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,SAAS,GAAG,KAAK,GAAG,OAAO,CAAA;IACvC,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB;;;cAMqB,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"Editor.vue.d.ts","sourceRoot":"","sources":["../../../components/editor/Editor.vue"],"names":[],"mappings":"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"}
|
|
@@ -2588,6 +2588,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2588
2588
|
type: StringConstructor;
|
|
2589
2589
|
default: string;
|
|
2590
2590
|
};
|
|
2591
|
+
renderArtifacts: {
|
|
2592
|
+
type: BooleanConstructor;
|
|
2593
|
+
default: boolean;
|
|
2594
|
+
};
|
|
2591
2595
|
}>> & Readonly<{
|
|
2592
2596
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
2593
2597
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2597,9 +2601,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2597
2601
|
}>, {
|
|
2598
2602
|
internalMessages: import('vue').Ref<{
|
|
2599
2603
|
artifact?: {
|
|
2600
|
-
|
|
2604
|
+
id: string;
|
|
2605
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2601
2606
|
data: any;
|
|
2602
2607
|
config?: any;
|
|
2608
|
+
hidden?: boolean | undefined;
|
|
2603
2609
|
} | undefined;
|
|
2604
2610
|
executedToolCalls?: {
|
|
2605
2611
|
id: string;
|
|
@@ -2629,9 +2635,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2629
2635
|
}[] | undefined;
|
|
2630
2636
|
}[], import('../llm').ChatMessage[] | {
|
|
2631
2637
|
artifact?: {
|
|
2632
|
-
|
|
2638
|
+
id: string;
|
|
2639
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2633
2640
|
data: any;
|
|
2634
2641
|
config?: any;
|
|
2642
|
+
hidden?: boolean | undefined;
|
|
2635
2643
|
} | undefined;
|
|
2636
2644
|
executedToolCalls?: {
|
|
2637
2645
|
id: string;
|
|
@@ -2662,9 +2670,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2662
2670
|
}[]>;
|
|
2663
2671
|
visibleMessages: import('vue').ComputedRef<{
|
|
2664
2672
|
artifact?: {
|
|
2665
|
-
|
|
2673
|
+
id: string;
|
|
2674
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2666
2675
|
data: any;
|
|
2667
2676
|
config?: any;
|
|
2677
|
+
hidden?: boolean | undefined;
|
|
2668
2678
|
} | undefined;
|
|
2669
2679
|
executedToolCalls?: {
|
|
2670
2680
|
id: string;
|
|
@@ -2725,6 +2735,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2725
2735
|
externalLoading: boolean;
|
|
2726
2736
|
stopHandler: (() => void) | null;
|
|
2727
2737
|
stopButtonText: string;
|
|
2738
|
+
renderArtifacts: boolean;
|
|
2728
2739
|
}, true, {}, {}, {
|
|
2729
2740
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2730
2741
|
modelValue: {
|
|
@@ -2859,6 +2870,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2859
2870
|
type: StringConstructor;
|
|
2860
2871
|
default: string;
|
|
2861
2872
|
};
|
|
2873
|
+
renderArtifacts: {
|
|
2874
|
+
type: BooleanConstructor;
|
|
2875
|
+
default: boolean;
|
|
2876
|
+
};
|
|
2862
2877
|
}>> & Readonly<{
|
|
2863
2878
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
2864
2879
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2868,9 +2883,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2868
2883
|
}>, {
|
|
2869
2884
|
internalMessages: import('vue').Ref<{
|
|
2870
2885
|
artifact?: {
|
|
2871
|
-
|
|
2886
|
+
id: string;
|
|
2887
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2872
2888
|
data: any;
|
|
2873
2889
|
config?: any;
|
|
2890
|
+
hidden?: boolean | undefined;
|
|
2874
2891
|
} | undefined;
|
|
2875
2892
|
executedToolCalls?: {
|
|
2876
2893
|
id: string;
|
|
@@ -2900,9 +2917,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2900
2917
|
}[] | undefined;
|
|
2901
2918
|
}[], import('../llm').ChatMessage[] | {
|
|
2902
2919
|
artifact?: {
|
|
2903
|
-
|
|
2920
|
+
id: string;
|
|
2921
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2904
2922
|
data: any;
|
|
2905
2923
|
config?: any;
|
|
2924
|
+
hidden?: boolean | undefined;
|
|
2906
2925
|
} | undefined;
|
|
2907
2926
|
executedToolCalls?: {
|
|
2908
2927
|
id: string;
|
|
@@ -2933,9 +2952,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2933
2952
|
}[]>;
|
|
2934
2953
|
visibleMessages: import('vue').ComputedRef<{
|
|
2935
2954
|
artifact?: {
|
|
2936
|
-
|
|
2955
|
+
id: string;
|
|
2956
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
2937
2957
|
data: any;
|
|
2938
2958
|
config?: any;
|
|
2959
|
+
hidden?: boolean | undefined;
|
|
2939
2960
|
} | undefined;
|
|
2940
2961
|
executedToolCalls?: {
|
|
2941
2962
|
id: string;
|
|
@@ -2996,6 +3017,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2996
3017
|
externalLoading: boolean;
|
|
2997
3018
|
stopHandler: (() => void) | null;
|
|
2998
3019
|
stopButtonText: string;
|
|
3020
|
+
renderArtifacts: boolean;
|
|
2999
3021
|
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3000
3022
|
messages: {
|
|
3001
3023
|
type: PropType<import('../llm').ChatMessage[]>;
|
|
@@ -3057,6 +3079,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3057
3079
|
type: StringConstructor;
|
|
3058
3080
|
default: string;
|
|
3059
3081
|
};
|
|
3082
|
+
renderArtifacts: {
|
|
3083
|
+
type: BooleanConstructor;
|
|
3084
|
+
default: boolean;
|
|
3085
|
+
};
|
|
3060
3086
|
}>> & Readonly<{
|
|
3061
3087
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
3062
3088
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3066,9 +3092,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3066
3092
|
}>, {
|
|
3067
3093
|
internalMessages: import('vue').Ref<{
|
|
3068
3094
|
artifact?: {
|
|
3069
|
-
|
|
3095
|
+
id: string;
|
|
3096
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3070
3097
|
data: any;
|
|
3071
3098
|
config?: any;
|
|
3099
|
+
hidden?: boolean | undefined;
|
|
3072
3100
|
} | undefined;
|
|
3073
3101
|
executedToolCalls?: {
|
|
3074
3102
|
id: string;
|
|
@@ -3098,9 +3126,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3098
3126
|
}[] | undefined;
|
|
3099
3127
|
}[], import('../llm').ChatMessage[] | {
|
|
3100
3128
|
artifact?: {
|
|
3101
|
-
|
|
3129
|
+
id: string;
|
|
3130
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3102
3131
|
data: any;
|
|
3103
3132
|
config?: any;
|
|
3133
|
+
hidden?: boolean | undefined;
|
|
3104
3134
|
} | undefined;
|
|
3105
3135
|
executedToolCalls?: {
|
|
3106
3136
|
id: string;
|
|
@@ -3131,9 +3161,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3131
3161
|
}[]>;
|
|
3132
3162
|
visibleMessages: import('vue').ComputedRef<{
|
|
3133
3163
|
artifact?: {
|
|
3134
|
-
|
|
3164
|
+
id: string;
|
|
3165
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3135
3166
|
data: any;
|
|
3136
3167
|
config?: any;
|
|
3168
|
+
hidden?: boolean | undefined;
|
|
3137
3169
|
} | undefined;
|
|
3138
3170
|
executedToolCalls?: {
|
|
3139
3171
|
id: string;
|
|
@@ -3194,6 +3226,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3194
3226
|
externalLoading: boolean;
|
|
3195
3227
|
stopHandler: (() => void) | null;
|
|
3196
3228
|
stopButtonText: string;
|
|
3229
|
+
renderArtifacts: boolean;
|
|
3197
3230
|
}, true, {}, {}, {
|
|
3198
3231
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3199
3232
|
modelValue: {
|
|
@@ -3328,6 +3361,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3328
3361
|
type: StringConstructor;
|
|
3329
3362
|
default: string;
|
|
3330
3363
|
};
|
|
3364
|
+
renderArtifacts: {
|
|
3365
|
+
type: BooleanConstructor;
|
|
3366
|
+
default: boolean;
|
|
3367
|
+
};
|
|
3331
3368
|
}>> & Readonly<{
|
|
3332
3369
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
3333
3370
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3337,9 +3374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3337
3374
|
}>, {
|
|
3338
3375
|
internalMessages: import('vue').Ref<{
|
|
3339
3376
|
artifact?: {
|
|
3340
|
-
|
|
3377
|
+
id: string;
|
|
3378
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3341
3379
|
data: any;
|
|
3342
3380
|
config?: any;
|
|
3381
|
+
hidden?: boolean | undefined;
|
|
3343
3382
|
} | undefined;
|
|
3344
3383
|
executedToolCalls?: {
|
|
3345
3384
|
id: string;
|
|
@@ -3369,9 +3408,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3369
3408
|
}[] | undefined;
|
|
3370
3409
|
}[], import('../llm').ChatMessage[] | {
|
|
3371
3410
|
artifact?: {
|
|
3372
|
-
|
|
3411
|
+
id: string;
|
|
3412
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3373
3413
|
data: any;
|
|
3374
3414
|
config?: any;
|
|
3415
|
+
hidden?: boolean | undefined;
|
|
3375
3416
|
} | undefined;
|
|
3376
3417
|
executedToolCalls?: {
|
|
3377
3418
|
id: string;
|
|
@@ -3402,9 +3443,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3402
3443
|
}[]>;
|
|
3403
3444
|
visibleMessages: import('vue').ComputedRef<{
|
|
3404
3445
|
artifact?: {
|
|
3405
|
-
|
|
3446
|
+
id: string;
|
|
3447
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3406
3448
|
data: any;
|
|
3407
3449
|
config?: any;
|
|
3450
|
+
hidden?: boolean | undefined;
|
|
3408
3451
|
} | undefined;
|
|
3409
3452
|
executedToolCalls?: {
|
|
3410
3453
|
id: string;
|
|
@@ -3465,6 +3508,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3465
3508
|
externalLoading: boolean;
|
|
3466
3509
|
stopHandler: (() => void) | null;
|
|
3467
3510
|
stopButtonText: string;
|
|
3511
|
+
renderArtifacts: boolean;
|
|
3468
3512
|
}> | null>;
|
|
3469
3513
|
messages: import('vue').ComputedRef<import('../llm').ChatMessage[]>;
|
|
3470
3514
|
artifacts: import('vue').ComputedRef<import('../llm').ChatArtifactType[]>;
|
|
@@ -3556,12 +3600,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3556
3600
|
type: StringConstructor;
|
|
3557
3601
|
default: string;
|
|
3558
3602
|
};
|
|
3603
|
+
renderArtifacts: {
|
|
3604
|
+
type: BooleanConstructor;
|
|
3605
|
+
default: boolean;
|
|
3606
|
+
};
|
|
3559
3607
|
}>, {
|
|
3560
3608
|
internalMessages: import('vue').Ref<{
|
|
3561
3609
|
artifact?: {
|
|
3562
|
-
|
|
3610
|
+
id: string;
|
|
3611
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3563
3612
|
data: any;
|
|
3564
3613
|
config?: any;
|
|
3614
|
+
hidden?: boolean | undefined;
|
|
3565
3615
|
} | undefined;
|
|
3566
3616
|
executedToolCalls?: {
|
|
3567
3617
|
id: string;
|
|
@@ -3591,9 +3641,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3591
3641
|
}[] | undefined;
|
|
3592
3642
|
}[], import('../llm').ChatMessage[] | {
|
|
3593
3643
|
artifact?: {
|
|
3594
|
-
|
|
3644
|
+
id: string;
|
|
3645
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3595
3646
|
data: any;
|
|
3596
3647
|
config?: any;
|
|
3648
|
+
hidden?: boolean | undefined;
|
|
3597
3649
|
} | undefined;
|
|
3598
3650
|
executedToolCalls?: {
|
|
3599
3651
|
id: string;
|
|
@@ -3624,9 +3676,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3624
3676
|
}[]>;
|
|
3625
3677
|
visibleMessages: import('vue').ComputedRef<{
|
|
3626
3678
|
artifact?: {
|
|
3627
|
-
|
|
3679
|
+
id: string;
|
|
3680
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
3628
3681
|
data: any;
|
|
3629
3682
|
config?: any;
|
|
3683
|
+
hidden?: boolean | undefined;
|
|
3630
3684
|
} | undefined;
|
|
3631
3685
|
executedToolCalls?: {
|
|
3632
3686
|
id: string;
|
|
@@ -3733,6 +3787,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3733
3787
|
type: StringConstructor;
|
|
3734
3788
|
default: string;
|
|
3735
3789
|
};
|
|
3790
|
+
renderArtifacts: {
|
|
3791
|
+
type: BooleanConstructor;
|
|
3792
|
+
default: boolean;
|
|
3793
|
+
};
|
|
3736
3794
|
}>> & Readonly<{
|
|
3737
3795
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
3738
3796
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3754,6 +3812,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3754
3812
|
externalLoading: boolean;
|
|
3755
3813
|
stopHandler: (() => void) | null;
|
|
3756
3814
|
stopButtonText: string;
|
|
3815
|
+
renderArtifacts: boolean;
|
|
3757
3816
|
}, {}, {
|
|
3758
3817
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3759
3818
|
modelValue: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResultComponent.vue.d.ts","sourceRoot":"","sources":["../../../components/editor/ResultComponent.vue"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ResultComponent.vue.d.ts","sourceRoot":"","sources":["../../../components/editor/ResultComponent.vue"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtBhF,wBAmKC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { default as Split } from 'split.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
sidebarCollapsed: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {
|
|
3
8
|
split: Split.SplitInstance | null;
|
|
4
9
|
queryText: string;
|
|
5
10
|
form: boolean;
|
|
@@ -15,6 +20,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
15
20
|
}, {
|
|
16
21
|
beforeDestroy(): void;
|
|
17
22
|
updateSidebarWidth(sizes: number[]): void;
|
|
18
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
23
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
|
+
sidebarCollapsed: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
sidebarCollapsed: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
31
|
export default _default;
|
|
20
32
|
//# sourceMappingURL=SidebarLayout.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarLayout.vue.d.ts","sourceRoot":"","sources":["../../../components/layout/SidebarLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SidebarLayout.vue.d.ts","sourceRoot":"","sources":["../../../components/layout/SidebarLayout.vue"],"names":[],"mappings":"AA0DA;AAmIA,OAAO,KAAK,MAAM,UAAU,CAAA;;;;;;;WAWP,KAAK,CAAC,aAAa,GAAG,IAAI;;;;;;;;;;;;;;8BAwBjB,MAAM,EAAE;;;;;;;;;AAlCtC,wBAmEC"}
|