@trilogy-data/trilogy-studio-components 0.1.3 → 0.1.5
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-CrRORbVm.js → ChatCreatorModal-BdUJ9uoW.js} +1 -1
- package/dist/{Dashboard-CUPl-At6.js → Dashboard-BGpN0Ixs.js} +3 -3
- package/dist/{DashboardCreatorInline-C5qQWVmy.js → DashboardCreatorInline-CZQ5JsIB.js} +1 -1
- package/dist/{DashboardMobile-V9X7-wJV.js → DashboardMobile-leXuc7Vi.js} +18 -18
- package/dist/{LLMConnectionList-CWONtRCY.js → LLMConnectionList-BfseODm5.js} +115 -115
- package/dist/{LLMView-BnN9wjXa.js → LLMView-CkW6UDnK.js} +9 -9
- package/dist/Manager-sE56hYtJ.js +4 -0
- package/dist/ResultComponent-CcThUn60.js +271 -0
- package/dist/{Sidebar-6cjut4cK.js → Sidebar-gsKRqjCv.js} +3 -3
- package/dist/{TutorialPage-j03hgD_I.js → TutorialPage-DEOrK1-3.js} +4 -4
- package/dist/{WelcomePage-CuLo21YT.js → WelcomePage-DhWLhWSJ.js} +5 -5
- package/dist/chats/chat.d.ts +11 -3
- package/dist/chats/chat.d.ts.map +1 -1
- package/dist/components/SimpleEditor.vue.d.ts +3 -0
- package/dist/components/SimpleEditor.vue.d.ts.map +1 -1
- package/dist/components/StatusIcon.vue.d.ts +1 -1
- package/dist/components/StatusIcon.vue.d.ts.map +1 -1
- package/dist/components/SymbolsPane.vue.d.ts +3 -0
- package/dist/components/SymbolsPane.vue.d.ts.map +1 -1
- package/dist/components/VegaLiteChart.vue.d.ts +1 -1
- package/dist/components/VegaLiteChart.vue.d.ts.map +1 -1
- package/dist/components/dashboard/DashboardChart.vue.d.ts +1 -1
- package/dist/components/dashboard/DashboardChartEditor.vue.d.ts +3 -0
- package/dist/components/dashboard/DashboardChartEditor.vue.d.ts.map +1 -1
- package/dist/components/dashboard/DashboardHeader.vue.d.ts +2 -2
- package/dist/components/dashboard/DashboardMarkdownEditor.vue.d.ts +3 -0
- package/dist/components/dashboard/DashboardMarkdownEditor.vue.d.ts.map +1 -1
- package/dist/components/editor/Editor.vue.d.ts +75 -0
- package/dist/components/editor/Editor.vue.d.ts.map +1 -1
- package/dist/components/editor/ResultComponent.vue.d.ts +3885 -385
- package/dist/components/editor/ResultComponent.vue.d.ts.map +1 -1
- package/dist/components/editor/Results.vue.d.ts +33 -15
- package/dist/components/editor/Results.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedBrowser.vue.d.ts +15 -3
- package/dist/components/layout/TabbedBrowser.vue.d.ts.map +1 -1
- package/dist/components/llm/ChatArtifact.vue.d.ts +2 -2
- package/dist/components/llm/LLMChat.vue.d.ts +95 -23
- package/dist/components/llm/LLMChat.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMChatSplitView.vue.d.ts +568 -110
- package/dist/components/llm/LLMChatSplitView.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts +2079 -0
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts.map +1 -0
- package/dist/components/llm/LLMValidationView.vue.d.ts +20 -0
- package/dist/components/llm/LLMValidationView.vue.d.ts.map +1 -1
- package/dist/components/llm/index.d.ts +1 -1
- package/dist/components/llm/index.d.ts.map +1 -1
- package/dist/components/model/ModelCard.vue.d.ts +146 -0
- package/dist/components/model/ModelCard.vue.d.ts.map +1 -1
- package/dist/components/sidebar/ConnectionList.vue.d.ts +71 -0
- package/dist/components/sidebar/ConnectionList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/EditorList.vue.d.ts +71 -0
- 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 +4 -3
- 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 +3965 -321
- 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 +60 -0
- package/dist/composables/useEditorRefinement.d.ts.map +1 -0
- package/dist/composables/useToolLoop.d.ts +41 -0
- package/dist/composables/useToolLoop.d.ts.map +1 -0
- package/dist/{cssMode-B_BSbR-W.js → cssMode-BqpD-bsS.js} +1 -1
- package/dist/dashboards/helpers.d.ts +1 -0
- 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/editor.d.ts +33 -4
- package/dist/editors/editor.d.ts.map +1 -1
- package/dist/editors/results.d.ts.map +1 -1
- package/dist/{freemarker2-Bp8kNjJK.js → freemarker2-3f3Yc8DD.js} +1 -1
- package/dist/{handlebars-Bvjlp_mg.js → handlebars-BOGnwoZY.js} +1 -1
- package/dist/{html-B7c8qiJo.js → html-kwxiJtb9.js} +1 -1
- package/dist/{htmlMode-C6ZcBYOs.js → htmlMode-BSQWll85.js} +1 -1
- package/dist/{javascript-CHI4MyUe.js → javascript-Cw2M92n9.js} +1 -1
- package/dist/{jsonMode-CT9OdtWR.js → jsonMode-Cj3eACe9.js} +1 -1
- package/dist/{liquid-B6QT2GLn.js → liquid-D_YCsjzx.js} +1 -1
- package/dist/llm/anthropic.d.ts +28 -0
- package/dist/llm/anthropic.d.ts.map +1 -1
- package/dist/llm/base.d.ts +30 -1
- package/dist/llm/base.d.ts.map +1 -1
- package/dist/llm/chatAgentPrompt.d.ts +65 -78
- package/dist/llm/chatAgentPrompt.d.ts.map +1 -1
- package/dist/llm/chatHelpers.d.ts.map +1 -1
- package/dist/llm/consts.d.ts +1 -1
- package/dist/llm/data/conceptFilters.d.ts +15 -0
- package/dist/llm/data/conceptFilters.d.ts.map +1 -0
- package/dist/llm/data/constants.d.ts +1 -1
- package/dist/llm/data/constants.d.ts.map +1 -1
- package/dist/llm/data/prompts.d.ts.map +1 -1
- package/dist/llm/editorRefinementToolExecutor.d.ts +67 -0
- package/dist/llm/editorRefinementToolExecutor.d.ts.map +1 -0
- package/dist/llm/editorRefinementTools.d.ts +185 -0
- package/dist/llm/editorRefinementTools.d.ts.map +1 -0
- package/dist/llm/googlev2.d.ts +29 -1
- package/dist/llm/googlev2.d.ts.map +1 -1
- package/dist/llm/index.d.ts +5 -3
- package/dist/llm/index.d.ts.map +1 -1
- package/dist/llm/models.d.ts +1 -7
- package/dist/llm/models.d.ts.map +1 -1
- package/dist/llm/openai.d.ts +41 -0
- package/dist/llm/openai.d.ts.map +1 -0
- package/dist/llm/sharedToolSchemas.d.ts +93 -0
- package/dist/llm/sharedToolSchemas.d.ts.map +1 -0
- package/dist/llm/toolLoopCore.d.ts +67 -0
- package/dist/llm/toolLoopCore.d.ts.map +1 -0
- package/dist/llm/utils.d.ts +5 -1
- package/dist/llm/utils.d.ts.map +1 -1
- package/dist/{main-BzF_0455.js → main-CMnVPECM.js} +34920 -33616
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/dist/main.umd.cjs +665 -595
- package/dist/{mdx-CDJtQyXd.js → mdx-D1QYgPt9.js} +1 -1
- package/dist/{python-BtP8pYzo.js → python-Bd7oj_ae.js} +1 -1
- package/dist/{razor-pQwJpgiM.js → razor-B-2sUawM.js} +1 -1
- package/dist/stores/Manager.vue.d.ts.map +1 -1
- package/dist/stores/chatStore.d.ts +3 -0
- package/dist/stores/chatStore.d.ts.map +1 -1
- package/dist/stores/editorStore.d.ts +119 -3
- package/dist/stores/editorStore.d.ts.map +1 -1
- package/dist/stores/llmStore.d.ts.map +1 -1
- package/dist/{tsMode-BaWVqjfv.js → tsMode-Ba44DEjT.js} +1 -1
- package/dist/{typescript-ChVL7Nc7.js → typescript-DV6B_8EM.js} +1 -1
- package/dist/{useDashboard-DW9y_StO.js → useDashboard-DyjtNooA.js} +136 -136
- package/dist/views/LLMView.vue.d.ts +2518 -412
- package/dist/views/LLMView.vue.d.ts.map +1 -1
- package/dist/views/ModelView.vue.d.ts +292 -0
- package/dist/views/ModelView.vue.d.ts.map +1 -1
- package/dist/views/TutorialPage.vue.d.ts +9605 -2028
- package/dist/views/TutorialPage.vue.d.ts.map +1 -1
- package/dist/{xml-CBuY2VW0.js → xml-7ZhThnGO.js} +1 -1
- package/dist/{yaml-GFIhDEhu.js → yaml-ngaWkYBh.js} +1 -1
- package/package.json +1 -1
- package/dist/Manager-C401-7UG.js +0 -4
- package/dist/ResultComponent-NZfe-7JE.js +0 -155
- package/dist/components/llm/LLMChatRefinement.vue.d.ts +0 -135
- package/dist/components/llm/LLMChatRefinement.vue.d.ts.map +0 -1
- package/dist/llm/mistral.d.ts +0 -12
- package/dist/llm/mistral.d.ts.map +0 -1
- package/dist/llm/openAI.d.ts +0 -13
- package/dist/llm/openAI.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as q, inject as R, ref as y, computed as
|
|
2
|
-
import {
|
|
1
|
+
import { defineComponent as q, inject as R, ref as y, computed as F, watch as M, nextTick as X, onMounted as Z, createElementBlock as u, openBlock as d, createElementVNode as a, createCommentVNode as b, createTextVNode as N, withDirectives as B, Fragment as U, renderList as V, toDisplayString as h, vModelSelect as x, normalizeClass as T, withKeys as ee, withModifiers as te, vModelText as ne, resolveComponent as O, createBlock as j, createVNode as se, withCtx as G } from "vue";
|
|
2
|
+
import { w as A, x as oe, a as Q, y as ae, z as ie, B as re } from "./main-CMnVPECM.js";
|
|
3
3
|
const P = [
|
|
4
4
|
{ name: "id", type: "int" },
|
|
5
5
|
{ name: "quantity", type: "float" },
|
|
@@ -87,7 +87,7 @@ const P = [
|
|
|
87
87
|
setup(e) {
|
|
88
88
|
const s = R("llmConnectionStore"), r = y([]), I = y(""), i = y(!1), L = y(!1), t = y(""), c = y(null), f = y([]), S = y([]), C = 5, $ = 4, o = y(
|
|
89
89
|
e.initialProvider || (Object.keys(s.connections).length > 0 ? Object.keys(s.connections)[0] : "")
|
|
90
|
-
), g = y(le), E =
|
|
90
|
+
), g = y(le), E = F(() => Object.keys(s.connections)), k = F(() => !!o.value && s.getConnection(o.value) !== null);
|
|
91
91
|
M(r, () => {
|
|
92
92
|
X(() => {
|
|
93
93
|
c.value && (c.value.scrollTop = c.value.scrollHeight);
|
|
@@ -168,7 +168,7 @@ const P = [
|
|
|
168
168
|
reason: `Error: ${n instanceof Error ? n.message : "An unknown error occurred"}`
|
|
169
169
|
};
|
|
170
170
|
}
|
|
171
|
-
},
|
|
171
|
+
}, D = async (p) => {
|
|
172
172
|
if (i.value || !o.value) return;
|
|
173
173
|
const l = g.value[p];
|
|
174
174
|
r.value = [], r.value.push({
|
|
@@ -220,7 +220,7 @@ Iteration Results:
|
|
|
220
220
|
});
|
|
221
221
|
try {
|
|
222
222
|
for (let n = 0; n < g.value.length; n++)
|
|
223
|
-
await
|
|
223
|
+
await D(n), n < g.value.length - 1 && await new Promise((v) => setTimeout(v, 500));
|
|
224
224
|
const p = Object.values(f.value).filter((n) => n == null ? void 0 : n.passed).length, l = Object.values(f.value).filter(
|
|
225
225
|
(n) => n && !n.passed
|
|
226
226
|
).length;
|
|
@@ -250,7 +250,7 @@ Iteration Results:
|
|
|
250
250
|
getConnectionStatus: W,
|
|
251
251
|
sendPrompt: z,
|
|
252
252
|
scenarios: g,
|
|
253
|
-
runScenario:
|
|
253
|
+
runScenario: D,
|
|
254
254
|
scenarioResults: f,
|
|
255
255
|
testRunDetails: S,
|
|
256
256
|
runAllScenarios: J
|
|
@@ -284,7 +284,7 @@ Iteration Results:
|
|
|
284
284
|
key: 1,
|
|
285
285
|
class: "test-run-details"
|
|
286
286
|
};
|
|
287
|
-
function
|
|
287
|
+
function De(e, s, r, I, i, L) {
|
|
288
288
|
return d(), u("div", ce, [
|
|
289
289
|
a("div", ue, [
|
|
290
290
|
s[6] || (s[6] = a("div", { class: "section-header" }, [
|
|
@@ -382,11 +382,11 @@ function Fe(e, s, r, I, i, L) {
|
|
|
382
382
|
])
|
|
383
383
|
]);
|
|
384
384
|
}
|
|
385
|
-
const
|
|
385
|
+
const Fe = /* @__PURE__ */ Q(de, [["render", De], ["__scopeId", "data-v-28356d02"]]), Be = q({
|
|
386
386
|
name: "LLMChatDebugComponent",
|
|
387
387
|
components: {
|
|
388
388
|
LLMChatSplitView: ie,
|
|
389
|
-
LLMValidationView:
|
|
389
|
+
LLMValidationView: Fe,
|
|
390
390
|
DashboardImportSelector: ae
|
|
391
391
|
},
|
|
392
392
|
props: {
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
import { resolveComponent as g, createElementBlock as l, openBlock as o, createVNode as C, withCtx as D, toDisplayString as v, createElementVNode as i, createCommentVNode as S, createTextVNode as R, defineComponent as k, inject as $, ref as f, normalizeStyle as w, createBlock as h, Fragment as E } from "vue";
|
|
2
|
+
import { a as b, r as L, H as q, R as T, v as H } from "./main-CMnVPECM.js";
|
|
3
|
+
const A = {
|
|
4
|
+
class: "editor-refinement-container",
|
|
5
|
+
"data-testid": "editor-refinement-container"
|
|
6
|
+
}, V = { class: "refinement-actions" }, Q = {
|
|
7
|
+
key: 0,
|
|
8
|
+
class: "connection-info"
|
|
9
|
+
}, B = ["disabled"], M = ["disabled"], N = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "inline-artifact"
|
|
12
|
+
}, W = {
|
|
13
|
+
key: 1,
|
|
14
|
+
class: "artifact-placeholder"
|
|
15
|
+
};
|
|
16
|
+
function z(e, t, s, d, m, c) {
|
|
17
|
+
const a = g("results-component"), u = g("l-l-m-chat");
|
|
18
|
+
return o(), l("div", A, [
|
|
19
|
+
C(u, {
|
|
20
|
+
ref: "chatRef",
|
|
21
|
+
messages: e.messages,
|
|
22
|
+
title: "Refine Query",
|
|
23
|
+
showHeader: !0,
|
|
24
|
+
externalLoading: e.isLoading,
|
|
25
|
+
activeToolName: e.activeToolName,
|
|
26
|
+
customSendHandler: e.handleSendMessage,
|
|
27
|
+
customStopHandler: e.handleStop,
|
|
28
|
+
placeholder: e.placeholders,
|
|
29
|
+
"onUpdate:messages": e.handleMessagesUpdate
|
|
30
|
+
}, {
|
|
31
|
+
"header-actions": D(() => [
|
|
32
|
+
i("div", V, [
|
|
33
|
+
e.connectionInfo ? (o(), l("span", Q, v(e.connectionInfo), 1)) : S("", !0),
|
|
34
|
+
i("button", {
|
|
35
|
+
class: "action-btn accept-btn",
|
|
36
|
+
onClick: t[0] || (t[0] = (...n) => e.handleAccept && e.handleAccept(...n)),
|
|
37
|
+
disabled: e.isLoading,
|
|
38
|
+
"data-testid": "accept-button"
|
|
39
|
+
}, [...t[2] || (t[2] = [
|
|
40
|
+
i("i", { class: "mdi mdi-close" }, null, -1),
|
|
41
|
+
R(" Close ", -1)
|
|
42
|
+
])], 8, B),
|
|
43
|
+
i("button", {
|
|
44
|
+
class: "action-btn discard-btn",
|
|
45
|
+
onClick: t[1] || (t[1] = (...n) => e.handleDiscard && e.handleDiscard(...n)),
|
|
46
|
+
disabled: e.isLoading,
|
|
47
|
+
"data-testid": "discard-button"
|
|
48
|
+
}, [...t[3] || (t[3] = [
|
|
49
|
+
i("i", { class: "mdi mdi-close" }, null, -1),
|
|
50
|
+
R(" Discard Changes ", -1)
|
|
51
|
+
])], 8, M)
|
|
52
|
+
])
|
|
53
|
+
]),
|
|
54
|
+
artifact: D(({ artifact: n }) => {
|
|
55
|
+
var p, r, y;
|
|
56
|
+
return [
|
|
57
|
+
(n.type === "results" || n.type === "chart") && e.getArtifactResults(n) ? (o(), l("div", N, [
|
|
58
|
+
C(a, {
|
|
59
|
+
type: "trilogy",
|
|
60
|
+
results: e.getArtifactResults(n),
|
|
61
|
+
chartConfig: (p = n.config) == null ? void 0 : p.chartConfig,
|
|
62
|
+
generatedSql: (r = n.config) == null ? void 0 : r.generatedSql,
|
|
63
|
+
trilogySource: (y = n.config) == null ? void 0 : y.query,
|
|
64
|
+
containerHeight: 300,
|
|
65
|
+
defaultTab: n.type === "chart" ? "visualize" : "results"
|
|
66
|
+
}, null, 8, ["results", "chartConfig", "generatedSql", "trilogySource", "defaultTab"])
|
|
67
|
+
])) : (o(), l("div", W, "[Artifact: " + v(n.type) + "]", 1))
|
|
68
|
+
];
|
|
69
|
+
}),
|
|
70
|
+
_: 1
|
|
71
|
+
}, 8, ["messages", "externalLoading", "activeToolName", "customSendHandler", "customStopHandler", "placeholder", "onUpdate:messages"])
|
|
72
|
+
]);
|
|
73
|
+
}
|
|
74
|
+
const O = /* @__PURE__ */ b(L, [["render", z], ["__scopeId", "data-v-db446c1c"]]), P = k({
|
|
75
|
+
name: "ResultsView",
|
|
76
|
+
components: {
|
|
77
|
+
LoadingView: H,
|
|
78
|
+
ResultsContainer: T,
|
|
79
|
+
HintComponent: q,
|
|
80
|
+
LLMEditorRefinement: O
|
|
81
|
+
},
|
|
82
|
+
props: {
|
|
83
|
+
editorData: {
|
|
84
|
+
type: Object,
|
|
85
|
+
required: !0
|
|
86
|
+
},
|
|
87
|
+
containerHeight: {
|
|
88
|
+
type: Number,
|
|
89
|
+
default: 0
|
|
90
|
+
},
|
|
91
|
+
canOpenChat: {
|
|
92
|
+
type: Boolean,
|
|
93
|
+
default: !1
|
|
94
|
+
},
|
|
95
|
+
runEditorQuery: {
|
|
96
|
+
type: Function,
|
|
97
|
+
default: void 0
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
emits: ["llm-query-accepted", "drilldown-click", "refresh-click", "content-change", "open-chat"],
|
|
101
|
+
setup() {
|
|
102
|
+
const e = $("connectionStore");
|
|
103
|
+
if (!e)
|
|
104
|
+
throw new Error("Requires injection of connection store");
|
|
105
|
+
const t = f(null), s = f(null), d = f(0.5), m = f(!1);
|
|
106
|
+
return {
|
|
107
|
+
connectionStore: e,
|
|
108
|
+
splitViewRef: t,
|
|
109
|
+
resultsContainerRef: s,
|
|
110
|
+
splitRatio: d,
|
|
111
|
+
isDragging: m,
|
|
112
|
+
minPaneWidth: 200
|
|
113
|
+
};
|
|
114
|
+
},
|
|
115
|
+
computed: {
|
|
116
|
+
hasActiveChat() {
|
|
117
|
+
return this.editorData.hasActiveRefinement();
|
|
118
|
+
},
|
|
119
|
+
hasResults() {
|
|
120
|
+
return this.editorData.results.headers && this.editorData.results.headers.size > 0 || !!this.editorData.error;
|
|
121
|
+
},
|
|
122
|
+
resultsPaneWidth() {
|
|
123
|
+
return `calc(${this.splitRatio * 100}% - 4px)`;
|
|
124
|
+
},
|
|
125
|
+
chatPaneWidth() {
|
|
126
|
+
return `calc(${(1 - this.splitRatio) * 100}% - 4px)`;
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
methods: {
|
|
130
|
+
handleAccept(e) {
|
|
131
|
+
this.$emit("llm-query-accepted");
|
|
132
|
+
},
|
|
133
|
+
handleDiscard() {
|
|
134
|
+
},
|
|
135
|
+
handleContentChange(e, t) {
|
|
136
|
+
this.editorData.setContent(e), this.$emit("content-change", e);
|
|
137
|
+
},
|
|
138
|
+
handleChartConfigChange(e) {
|
|
139
|
+
var t;
|
|
140
|
+
this.editorData.setChartConfig(e), (t = this.resultsContainerRef) == null || t.switchToVisualizeTab();
|
|
141
|
+
},
|
|
142
|
+
handleDrilldown(e) {
|
|
143
|
+
this.$emit("drilldown-click", e);
|
|
144
|
+
},
|
|
145
|
+
handleOpenChat() {
|
|
146
|
+
this.$emit("open-chat");
|
|
147
|
+
},
|
|
148
|
+
async handleRunEditorQuery() {
|
|
149
|
+
if (!this.runEditorQuery)
|
|
150
|
+
return {
|
|
151
|
+
success: !1,
|
|
152
|
+
error: "Run editor query is not available"
|
|
153
|
+
};
|
|
154
|
+
const e = await this.runEditorQuery();
|
|
155
|
+
if (!e)
|
|
156
|
+
return {
|
|
157
|
+
success: !1,
|
|
158
|
+
error: "Query execution returned no result"
|
|
159
|
+
};
|
|
160
|
+
const t = e.results ? [...e.results.headers.keys()].map((s) => String(s)) : [];
|
|
161
|
+
return {
|
|
162
|
+
success: e.success,
|
|
163
|
+
results: e.results ? {
|
|
164
|
+
headers: t,
|
|
165
|
+
data: e.results.data
|
|
166
|
+
} : void 0,
|
|
167
|
+
error: e.error,
|
|
168
|
+
executionTime: e.executionTime,
|
|
169
|
+
resultSize: e.resultSize,
|
|
170
|
+
columnCount: e.columnCount,
|
|
171
|
+
generatedSql: e.generatedSql
|
|
172
|
+
};
|
|
173
|
+
},
|
|
174
|
+
startDragging(e) {
|
|
175
|
+
e.preventDefault(), this.isDragging = !0, document.addEventListener("mousemove", this.onDrag), document.addEventListener("mouseup", this.stopDragging), document.body.style.cursor = "col-resize", document.body.style.userSelect = "none";
|
|
176
|
+
},
|
|
177
|
+
onDrag(e) {
|
|
178
|
+
if (!this.isDragging || !this.splitViewRef) return;
|
|
179
|
+
const s = this.splitViewRef.getBoundingClientRect(), d = s.width;
|
|
180
|
+
let c = (e.clientX - s.left) / d;
|
|
181
|
+
const a = this.minPaneWidth / d, u = 1 - a;
|
|
182
|
+
c = Math.max(a, Math.min(u, c)), this.splitRatio = c;
|
|
183
|
+
},
|
|
184
|
+
stopDragging() {
|
|
185
|
+
this.isDragging = !1, document.removeEventListener("mousemove", this.onDrag), document.removeEventListener("mouseup", this.stopDragging), document.body.style.cursor = "", document.body.style.userSelect = "";
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
beforeUnmount() {
|
|
189
|
+
document.removeEventListener("mousemove", this.onDrag), document.removeEventListener("mouseup", this.stopDragging);
|
|
190
|
+
}
|
|
191
|
+
}), I = { class: "results-view" }, U = {
|
|
192
|
+
key: 0,
|
|
193
|
+
class: "split-view",
|
|
194
|
+
ref: "splitViewRef"
|
|
195
|
+
};
|
|
196
|
+
function j(e, t, s, d, m, c) {
|
|
197
|
+
const a = g("loading-view"), u = g("results-container"), n = g("hint-component"), p = g("LLMEditorRefinement");
|
|
198
|
+
return o(), l("div", I, [
|
|
199
|
+
e.hasActiveChat ? (o(), l("div", U, [
|
|
200
|
+
i("div", {
|
|
201
|
+
class: "results-pane",
|
|
202
|
+
style: w({ width: e.resultsPaneWidth })
|
|
203
|
+
}, [
|
|
204
|
+
e.editorData.loading ? (o(), h(a, {
|
|
205
|
+
key: 0,
|
|
206
|
+
startTime: e.editorData.startTime,
|
|
207
|
+
cancel: e.editorData.cancelCallback
|
|
208
|
+
}, null, 8, ["startTime", "cancel"])) : e.hasResults ? (o(), h(u, {
|
|
209
|
+
key: 1,
|
|
210
|
+
ref: "resultsContainerRef",
|
|
211
|
+
results: e.editorData.results,
|
|
212
|
+
generatedSql: e.editorData.generated_sql || void 0,
|
|
213
|
+
trilogySource: e.editorData.executed_contents || void 0,
|
|
214
|
+
containerHeight: e.containerHeight,
|
|
215
|
+
type: e.editorData.type,
|
|
216
|
+
chartConfig: e.editorData.chartConfig,
|
|
217
|
+
error: e.editorData.error || void 0,
|
|
218
|
+
symbols: e.editorData.completionSymbols,
|
|
219
|
+
showChatButton: !1,
|
|
220
|
+
onConfigChange: t[0] || (t[0] = (r) => e.editorData.setChartConfig(r)),
|
|
221
|
+
onDrilldownClick: e.handleDrilldown,
|
|
222
|
+
onRefreshClick: t[1] || (t[1] = () => e.$emit("refresh-click"))
|
|
223
|
+
}, null, 8, ["results", "generatedSql", "trilogySource", "containerHeight", "type", "chartConfig", "error", "symbols", "onDrilldownClick"])) : (o(), h(n, { key: 2 }))
|
|
224
|
+
], 4),
|
|
225
|
+
i("div", {
|
|
226
|
+
class: "divider",
|
|
227
|
+
onMousedown: t[2] || (t[2] = (...r) => e.startDragging && e.startDragging(...r))
|
|
228
|
+
}, [...t[5] || (t[5] = [
|
|
229
|
+
i("div", { class: "divider-handle" }, null, -1)
|
|
230
|
+
])], 32),
|
|
231
|
+
i("div", {
|
|
232
|
+
class: "chat-pane",
|
|
233
|
+
style: w({ width: e.chatPaneWidth })
|
|
234
|
+
}, [
|
|
235
|
+
C(p, {
|
|
236
|
+
editorId: e.editorData.id,
|
|
237
|
+
runEditorQuery: e.handleRunEditorQuery,
|
|
238
|
+
onAccept: e.handleAccept,
|
|
239
|
+
onDiscard: e.handleDiscard,
|
|
240
|
+
onContentChange: e.handleContentChange,
|
|
241
|
+
onChartConfigChange: e.handleChartConfigChange
|
|
242
|
+
}, null, 8, ["editorId", "runEditorQuery", "onAccept", "onDiscard", "onContentChange", "onChartConfigChange"])
|
|
243
|
+
], 4)
|
|
244
|
+
], 512)) : (o(), l(E, { key: 1 }, [
|
|
245
|
+
e.editorData.loading ? (o(), h(a, {
|
|
246
|
+
key: 0,
|
|
247
|
+
startTime: e.editorData.startTime,
|
|
248
|
+
cancel: e.editorData.cancelCallback
|
|
249
|
+
}, null, 8, ["startTime", "cancel"])) : e.hasResults ? (o(), h(u, {
|
|
250
|
+
key: 1,
|
|
251
|
+
results: e.editorData.results,
|
|
252
|
+
generatedSql: e.editorData.generated_sql || void 0,
|
|
253
|
+
trilogySource: e.editorData.executed_contents || void 0,
|
|
254
|
+
containerHeight: e.containerHeight,
|
|
255
|
+
type: e.editorData.type,
|
|
256
|
+
chartConfig: e.editorData.chartConfig,
|
|
257
|
+
error: e.editorData.error || void 0,
|
|
258
|
+
symbols: e.editorData.completionSymbols,
|
|
259
|
+
showChatButton: e.canOpenChat,
|
|
260
|
+
onConfigChange: t[3] || (t[3] = (r) => e.editorData.setChartConfig(r)),
|
|
261
|
+
onDrilldownClick: e.handleDrilldown,
|
|
262
|
+
onRefreshClick: t[4] || (t[4] = () => e.$emit("refresh-click")),
|
|
263
|
+
onOpenChat: e.handleOpenChat
|
|
264
|
+
}, null, 8, ["results", "generatedSql", "trilogySource", "containerHeight", "type", "chartConfig", "error", "symbols", "showChatButton", "onDrilldownClick", "onOpenChat"])) : (o(), h(n, { key: 2 }))
|
|
265
|
+
], 64))
|
|
266
|
+
]);
|
|
267
|
+
}
|
|
268
|
+
const G = /* @__PURE__ */ b(P, [["render", j], ["__scopeId", "data-v-0dbf2ac6"]]);
|
|
269
|
+
export {
|
|
270
|
+
G as default
|
|
271
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { inject as A, ref as g, onMounted as x, computed as G, resolveComponent as D, createBlock as L, openBlock as r, withCtx as k, createElementBlock as y, Fragment as V, renderList as J, createElementVNode as o, createCommentVNode as S, createVNode as N, normalizeClass as U, toDisplayString as K, createTextVNode as H, defineComponent as X, withDirectives as T, vModelText as P, unref as ie, vModelSelect as te, withModifiers as B, watch as le, normalizeStyle as de, vShow as W } from "vue";
|
|
2
|
-
import { S as Y, e as Z, g as q, K as E, a as F, T as Q, L as oe, f as re, u as ne, t as ce, D as ue, h as se, i as ae, j as me, d as ve, k as pe } from "./main-
|
|
3
|
-
import { d as ee, a as be, L as ye, C as he } from "./LLMConnectionList-
|
|
4
|
-
import { D as fe } from "./DashboardCreatorInline-
|
|
2
|
+
import { S as Y, e as Z, g as q, K as E, a as F, T as Q, L as oe, f as re, u as ne, t as ce, D as ue, h as se, i as ae, j as me, d as ve, k as pe } from "./main-CMnVPECM.js";
|
|
3
|
+
import { d as ee, a as be, L as ye, C as he } from "./LLMConnectionList-BfseODm5.js";
|
|
4
|
+
import { D as fe } from "./DashboardCreatorInline-CZQ5JsIB.js";
|
|
5
5
|
const ge = {
|
|
6
6
|
name: "DocumentationSidebar",
|
|
7
7
|
props: {
|
|
@@ -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-CMnVPECM.js";
|
|
3
|
+
import { L as tt, C as et, d as A } from "./LLMConnectionList-BfseODm5.js";
|
|
4
|
+
import B from "./ResultComponent-CcThUn60.js";
|
|
5
|
+
import ot from "./Dashboard-BGpN0Ixs.js";
|
|
6
6
|
const nt = Q({
|
|
7
7
|
name: "FunctionDoc",
|
|
8
8
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
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,
|
|
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 },
|
|
2
|
+
import { k as x, p as T, a as W } from "./main-CMnVPECM.js";
|
|
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: [
|
|
6
6
|
"demo-started",
|
|
@@ -8,7 +8,7 @@ const E = { class: "container" }, N = { class: "content" }, S = { class: "logo"
|
|
|
8
8
|
"screen-selected",
|
|
9
9
|
"documentation-key-selected"
|
|
10
10
|
],
|
|
11
|
-
setup(
|
|
11
|
+
setup(B, { emit: p }) {
|
|
12
12
|
const u = g("connectionStore"), i = m(!1), s = m(!1), a = p, b = () => {
|
|
13
13
|
i.value = !0, a("demo-started"), setTimeout(() => {
|
|
14
14
|
i.value = !1;
|
|
@@ -16,7 +16,7 @@ const E = { class: "container" }, N = { class: "content" }, S = { class: "logo"
|
|
|
16
16
|
}, r = f(() => u && Object.keys(u.connections).length > 0), y = () => {
|
|
17
17
|
a("screen-selected", "tutorial"), a("sidebar-screen-selected", "tutorial"), a("documentation-key-selected", "article+Studio+Welcome");
|
|
18
18
|
};
|
|
19
|
-
return (
|
|
19
|
+
return (P, e) => (n(), o("div", E, [
|
|
20
20
|
t("div", N, [
|
|
21
21
|
t("div", S, [
|
|
22
22
|
t("img", {
|
|
@@ -69,7 +69,7 @@ const E = { class: "container" }, N = { class: "content" }, S = { class: "logo"
|
|
|
69
69
|
])
|
|
70
70
|
]));
|
|
71
71
|
}
|
|
72
|
-
}), F = /* @__PURE__ */ W(
|
|
72
|
+
}), F = /* @__PURE__ */ W(w, [["__scopeId", "data-v-624da5a7"]]);
|
|
73
73
|
export {
|
|
74
74
|
F as default
|
|
75
75
|
};
|
package/dist/chats/chat.d.ts
CHANGED
|
@@ -9,11 +9,19 @@ export interface ChatArtifact {
|
|
|
9
9
|
data: any;
|
|
10
10
|
config?: any;
|
|
11
11
|
}
|
|
12
|
+
export interface ChatToolCall {
|
|
13
|
+
id: string;
|
|
14
|
+
name: string;
|
|
15
|
+
input: Record<string, any>;
|
|
16
|
+
result?: {
|
|
17
|
+
success: boolean;
|
|
18
|
+
message?: string;
|
|
19
|
+
error?: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
12
22
|
export interface ChatMessage extends LLMMessage {
|
|
13
23
|
artifact?: ChatArtifact;
|
|
14
|
-
|
|
15
|
-
totalTokens: number;
|
|
16
|
-
};
|
|
24
|
+
executedToolCalls?: ChatToolCall[];
|
|
17
25
|
}
|
|
18
26
|
export interface ChatSessionData {
|
|
19
27
|
id: string;
|
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;IAC7C,IAAI,EAAE,GAAG,CAAA;IACT,MAAM,CAAC,EAAE,GAAG,CAAA;CACb;
|
|
1
|
+
{"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../chats/chat.ts"],"names":[],"mappings":"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"}
|
|
@@ -168,14 +168,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
keys: boolean;
|
|
169
169
|
properties: boolean;
|
|
170
170
|
metrics: boolean;
|
|
171
|
+
showAutoDerived: boolean;
|
|
171
172
|
}, {
|
|
172
173
|
keys: boolean;
|
|
173
174
|
properties: boolean;
|
|
174
175
|
metrics: boolean;
|
|
176
|
+
showAutoDerived: boolean;
|
|
175
177
|
} | {
|
|
176
178
|
keys: boolean;
|
|
177
179
|
properties: boolean;
|
|
178
180
|
metrics: boolean;
|
|
181
|
+
showAutoDerived: boolean;
|
|
179
182
|
}>;
|
|
180
183
|
isFiltering: import('vue').ComputedRef<boolean>;
|
|
181
184
|
tooltip: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleEditor.vue.d.ts","sourceRoot":"","sources":["../../components/SimpleEditor.vue"],"names":[],"mappings":"AA0FA;
|
|
1
|
+
{"version":3,"file":"SimpleEditor.vue.d.ts","sourceRoot":"","sources":["../../components/SimpleEditor.vue"],"names":[],"mappings":"AA0FA;AAigCA,OAAO,EAAmB,KAAK,QAAQ,EAAU,MAAM,KAAK,CAAA;AAS5D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAGrC,OAAO,KAAK,qBAAqB,MAAM,iCAAiC,CAAA;AAExE,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAIhE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACtD,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;;;cAY8B,QAAQ,CAAC,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;cAkBvC,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;cAKlB,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA3D7C,CAx8BI;yBAw8BJ,CAv8BM;;;;mBA4gCuB,cAAc,GAAG,IAAI;;;;;2BAqDvB,MAAM,GAAG,IAAI;kBAuBtB,IAAI;qBAUD,MAAM;oBASP,IAAI;mCAmCW,aAAa,GAAG,IAAI;yBAkB9B,IAAI;yBAOJ,cAAc,GAAG,IAAI;gCAyBT,OAAO,GAAU,OAAO,CAAC,MAAM,EAAE,CAAC;mBAiD9C,OAAO,CAAC,IAAI,CAAC;mBAyBb,OAAO,CAAC,IAAI,CAAC;gBAOhB,OAAO,CAAC,IAAI,CAAC;wBAsHL,OAAO,CAAC,IAAI,CAAC;kBAiHzB,MAAM;;;cA7gBO,QAAQ,CAAC,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;cAkBvC,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;cAKlB,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;;;mBAvBE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AARnD,wBA6hBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusIcon.vue.d.ts","sourceRoot":"","sources":["../../components/StatusIcon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StatusIcon.vue.d.ts","sourceRoot":"","sources":["../../components/StatusIcon.vue"],"names":[],"mappings":"AAoGA,MAAM,MAAM,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,CAAA;AAEzF,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;AA2F3E,wBAMG"}
|
|
@@ -38,14 +38,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
keys: boolean;
|
|
39
39
|
properties: boolean;
|
|
40
40
|
metrics: boolean;
|
|
41
|
+
showAutoDerived: boolean;
|
|
41
42
|
}, {
|
|
42
43
|
keys: boolean;
|
|
43
44
|
properties: boolean;
|
|
44
45
|
metrics: boolean;
|
|
46
|
+
showAutoDerived: boolean;
|
|
45
47
|
} | {
|
|
46
48
|
keys: boolean;
|
|
47
49
|
properties: boolean;
|
|
48
50
|
metrics: boolean;
|
|
51
|
+
showAutoDerived: boolean;
|
|
49
52
|
}>;
|
|
50
53
|
isFiltering: import('vue').ComputedRef<boolean>;
|
|
51
54
|
tooltip: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SymbolsPane.vue.d.ts","sourceRoot":"","sources":["../../components/SymbolsPane.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SymbolsPane.vue.d.ts","sourceRoot":"","sources":["../../components/SymbolsPane.vue"],"names":[],"mappings":"AAiJA;AAm4BA,OAAO,EAAwB,KAAK,QAAQ,EAAuC,MAAM,KAAK,CAAA;AAC9F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;;;cA+BnC,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4KjB,IAAI;0BAlHD,cAAc,KAAG,MAAM;8BAKnB,cAAc,KAAG,MAAM;4BAQzB,cAAc,KAAG,MAAM;2BAMxB,cAAc,KAAG,MAAM;6BAQrB,cAAc,KAAG,MAAM;yBAUrB,UAAU,UAAU,cAAc;;mCAiC9B,UAAU;uBA+HxB,IAAI;;;;cA/PX,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;;;AAJ/C,wBA+RC"}
|
|
@@ -92,9 +92,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
default: boolean;
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
|
+
onChartConfigChange: (config: ChartConfig) => void;
|
|
95
96
|
initialConfig: ChartConfig | null | undefined;
|
|
96
97
|
showControls: boolean;
|
|
97
|
-
onChartConfigChange: (config: ChartConfig) => void;
|
|
98
98
|
chartSelection: Object[];
|
|
99
99
|
chartTitle: string;
|
|
100
100
|
drilldownActive: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VegaLiteChart.vue.d.ts","sourceRoot":"","sources":["../../components/VegaLiteChart.vue"],"names":[],"mappings":"AAqGA;AA+nBA,OAAO,EAGL,KAAK,GAAG,EAOT,MAAM,KAAK,CAAA;AACZ,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AASxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;;;cAQxC,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;;;;cAIxB,QAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;;;;cAInC,QAAQ,CAAC,WAAW,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;cAUtC,QAAQ,CAAC,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;;;;cAI1C,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;0BAsFP,OAAO;oCAmG7B,SAAS,GACT,aAAa,GACb,UAAU,GACV,UAAU,GACV,WAAW,GACX,YAAY,GACZ,KAAK;0BAlBkB,MAAM,WAAW,SAAS,MAAM,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;cAnM/D,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;;;;cAIxB,QAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;;;;cAInC,QAAQ,CAAC,WAAW,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;cAUtC,QAAQ,CAAC,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;;;;cAI1C,QAAQ,CAAC,MAAM,EAAE,CAAC
|
|
1
|
+
{"version":3,"file":"VegaLiteChart.vue.d.ts","sourceRoot":"","sources":["../../components/VegaLiteChart.vue"],"names":[],"mappings":"AAqGA;AA+nBA,OAAO,EAGL,KAAK,GAAG,EAOT,MAAM,KAAK,CAAA;AACZ,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AASxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;;;cAQxC,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;;;;cAIxB,QAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;;;;cAInC,QAAQ,CAAC,WAAW,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;cAUtC,QAAQ,CAAC,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;;;;cAI1C,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;0BAsFP,OAAO;oCAmG7B,SAAS,GACT,aAAa,GACb,UAAU,GACV,UAAU,GACV,WAAW,GACX,YAAY,GACZ,KAAK;0BAlBkB,MAAM,WAAW,SAAS,MAAM,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;cAnM/D,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;;;;cAIxB,QAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;;;;cAInC,QAAQ,CAAC,WAAW,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;cAUtC,QAAQ,CAAC,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;;;;cAI1C,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;kCAJG,WAAW,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvB9D,wBA+UC"}
|
|
@@ -208,9 +208,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
208
208
|
default: boolean;
|
|
209
209
|
};
|
|
210
210
|
}>> & Readonly<{}>, {
|
|
211
|
+
onChartConfigChange: (config: ChartConfig) => void;
|
|
211
212
|
initialConfig: ChartConfig | null | undefined;
|
|
212
213
|
showControls: boolean;
|
|
213
|
-
onChartConfigChange: (config: ChartConfig) => void;
|
|
214
214
|
chartSelection: Object[];
|
|
215
215
|
chartTitle: string;
|
|
216
216
|
drilldownActive: boolean;
|
|
@@ -147,14 +147,17 @@ declare const _default: import('vue').DefineComponent<DashboardChartEditorProps,
|
|
|
147
147
|
keys: boolean;
|
|
148
148
|
properties: boolean;
|
|
149
149
|
metrics: boolean;
|
|
150
|
+
showAutoDerived: boolean;
|
|
150
151
|
}, {
|
|
151
152
|
keys: boolean;
|
|
152
153
|
properties: boolean;
|
|
153
154
|
metrics: boolean;
|
|
155
|
+
showAutoDerived: boolean;
|
|
154
156
|
} | {
|
|
155
157
|
keys: boolean;
|
|
156
158
|
properties: boolean;
|
|
157
159
|
metrics: boolean;
|
|
160
|
+
showAutoDerived: boolean;
|
|
158
161
|
}>;
|
|
159
162
|
isFiltering: import('vue').ComputedRef<boolean>;
|
|
160
163
|
tooltip: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardChartEditor.vue.d.ts","sourceRoot":"","sources":["../../../components/dashboard/DashboardChartEditor.vue"],"names":[],"mappings":"AAoJA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAMzD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,YAAY,EAAE,CAAA;IAC3B,OAAO,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAnBD,CAnFiF;6BAmFjF,CAlFoB
|
|
1
|
+
{"version":3,"file":"DashboardChartEditor.vue.d.ts","sourceRoot":"","sources":["../../../components/dashboard/DashboardChartEditor.vue"],"names":[],"mappings":"AAoJA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAMzD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,YAAY,EAAE,CAAA;IAC3B,OAAO,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAnBD,CAnFiF;6BAmFjF,CAlFoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAkFpB,CAnFiF;6BAmFjF,CAlFoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkPpB,wBASG"}
|
|
@@ -21,6 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
};
|
|
22
22
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
23
|
refresh: (...args: any[]) => void;
|
|
24
|
+
"title-update": (...args: any[]) => void;
|
|
24
25
|
"filter-change": (...args: any[]) => void;
|
|
25
26
|
"clear-filter": (...args: any[]) => void;
|
|
26
27
|
"connection-change": (...args: any[]) => void;
|
|
@@ -28,7 +29,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
28
29
|
"add-item": (...args: any[]) => void;
|
|
29
30
|
"clear-items": (...args: any[]) => void;
|
|
30
31
|
"mode-change": (...args: any[]) => void;
|
|
31
|
-
"title-update": (...args: any[]) => void;
|
|
32
32
|
"export-image": (...args: any[]) => void;
|
|
33
33
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
34
|
dashboard: {
|
|
@@ -51,6 +51,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{
|
|
53
53
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
"onTitle-update"?: ((...args: any[]) => any) | undefined;
|
|
54
55
|
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
55
56
|
"onClear-filter"?: ((...args: any[]) => any) | undefined;
|
|
56
57
|
"onConnection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -58,7 +59,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
59
|
"onAdd-item"?: ((...args: any[]) => any) | undefined;
|
|
59
60
|
"onClear-items"?: ((...args: any[]) => any) | undefined;
|
|
60
61
|
"onMode-change"?: ((...args: any[]) => any) | undefined;
|
|
61
|
-
"onTitle-update"?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
"onExport-image"?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
globalCompletion: CompletionItem[];
|
|
@@ -147,14 +147,17 @@ declare const _default: import('vue').DefineComponent<DashboardMarkdownEditorPro
|
|
|
147
147
|
keys: boolean;
|
|
148
148
|
properties: boolean;
|
|
149
149
|
metrics: boolean;
|
|
150
|
+
showAutoDerived: boolean;
|
|
150
151
|
}, {
|
|
151
152
|
keys: boolean;
|
|
152
153
|
properties: boolean;
|
|
153
154
|
metrics: boolean;
|
|
155
|
+
showAutoDerived: boolean;
|
|
154
156
|
} | {
|
|
155
157
|
keys: boolean;
|
|
156
158
|
properties: boolean;
|
|
157
159
|
metrics: boolean;
|
|
160
|
+
showAutoDerived: boolean;
|
|
158
161
|
}>;
|
|
159
162
|
isFiltering: import('vue').ComputedRef<boolean>;
|
|
160
163
|
tooltip: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardMarkdownEditor.vue.d.ts","sourceRoot":"","sources":["../../../components/dashboard/DashboardMarkdownEditor.vue"],"names":[],"mappings":"AAgbA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAMzD,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,YAAY,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,YAAY,EAAE,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAnBD,CApXK;6BAoXL,CApXmC
|
|
1
|
+
{"version":3,"file":"DashboardMarkdownEditor.vue.d.ts","sourceRoot":"","sources":["../../../components/dashboard/DashboardMarkdownEditor.vue"],"names":[],"mappings":"AAgbA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAMzD,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,YAAY,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,YAAY,EAAE,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAnBD,CApXK;6BAoXL,CApXmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAoXnC,CApXK;6BAoXL,CApXmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAstBnC,wBASG"}
|