@trilogy-data/trilogy-studio-components 0.1.17 → 0.1.19
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/README.md +36 -0
- package/dist/{AssetAutoImporter-COld6ovI.js → AssetAutoImporter-CUqhhNvb.js} +14 -14
- package/dist/{CommunityModels-B5DGmouF.js → CommunityModels-BKBxewjm.js} +2 -2
- package/dist/{ConnectionView-C9-aVTdE.js → ConnectionView-Dyqm2oeV.js} +14 -14
- package/dist/{Dashboard-C8vFmGcL.js → Dashboard-Bsoj1oUW.js} +169 -169
- package/dist/{DashboardCreatorInline-DheLBs4U.js → DashboardCreatorInline-BLbkDxBF.js} +1 -1
- package/dist/{DashboardMobile-B7HffPju.js → DashboardMobile-Ao8NtF1f.js} +16 -16
- package/dist/{DrilldownPane-S2dy0Wvj.js → DrilldownPane-OZMttRBx.js} +2691 -2666
- package/dist/{Editor-DKEg-QmG.js → Editor-N40lTR0s.js} +1 -1
- package/dist/{IDE-4OJAmj7h.js → IDE-kbUDZPcL.js} +5 -5
- package/dist/{JobsView-DE0m37jI.js → JobsView-AYNUDnKG.js} +1 -1
- package/dist/{LLMChat-DvoCO2NW.js → LLMChat-CZTQUh53.js} +2 -2
- package/dist/{LLMConnectionList-cXc3m9rK.js → LLMConnectionList-BkvCZP5Q.js} +1 -1
- package/dist/{LLMView-DzEvz9u4.js → LLMView-CaTlmLGb.js} +2 -2
- package/dist/{MobileIDE-w2cNPXWA.js → MobileIDE-Bi7GNE2X.js} +10 -10
- package/dist/{ModelCard-DPtVjIMJ.js → ModelCard-Cd6OxExX.js} +2 -2
- package/dist/{ModelCreator-gJ86t8SP.js → ModelCreator-DeI-n86Z.js} +1 -1
- package/dist/{ModelView-C5y1IU22.js → ModelView-Surdb5KW.js} +2 -2
- package/dist/{ResultComponent-DV46CwMw.js → ResultComponent-CXkTwZFS.js} +1 -1
- package/dist/{Sidebar-C6FJOAJk.js → Sidebar-CfOATms_.js} +60 -60
- package/dist/{TutorialPage-BF9ao6-m.js → TutorialPage-IisHiPL6.js} +8 -8
- package/dist/{UserProfile-DPc9-B3S.js → UserProfile-CQAUnKyQ.js} +1 -1
- package/dist/components/dashboard/useDashboard.d.ts.map +1 -1
- package/dist/composables/useCrossFilterEligibility.d.ts +18 -0
- package/dist/composables/useCrossFilterEligibility.d.ts.map +1 -0
- package/dist/composables/useEmbeddedDashboardGroup.d.ts +78 -0
- package/dist/composables/useEmbeddedDashboardGroup.d.ts.map +1 -0
- package/dist/composables/useResolvedCrossFilterController.d.ts +30 -0
- package/dist/composables/useResolvedCrossFilterController.d.ts.map +1 -0
- package/dist/dashboard.js +313 -82
- package/dist/dashboards/barChartSpec.d.ts +39 -0
- package/dist/dashboards/barChartSpec.d.ts.map +1 -1
- package/dist/dashboards/crossFilters.d.ts +3 -0
- package/dist/dashboards/crossFilters.d.ts.map +1 -1
- package/dist/entry.dashboard.d.ts +8 -2
- package/dist/entry.dashboard.d.ts.map +1 -1
- package/dist/main.d.ts +8 -2
- package/dist/main.d.ts.map +1 -1
- package/dist/{queryExecutionService-obvMrWcu.js → queryExecutionService-KrjL0UCa.js} +167 -128
- package/dist/stores/queryExecutionService.d.ts +9 -0
- package/dist/stores/queryExecutionService.d.ts.map +1 -1
- package/dist/stores.js +1 -1
- package/dist/trilogy-studio-components.css +1 -1
- package/dist/{useDashboard-B_MH66Yb.js → useDashboard-CtX3sEag.js} +275 -275
- package/dist/views.js +2 -2
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import "./toolLoopCore-CK_KVuAS.js";
|
|
|
4
4
|
import G from "./LoadingButton-BdM3Rygq.js";
|
|
5
5
|
import Y from "./ErrorMessage-QW4GXCEn.js";
|
|
6
6
|
import { E as q, d as M, e as x, f as I, g as $, h as B, i as N } from "./editorStore-BTPcljeQ.js";
|
|
7
|
-
import "./queryExecutionService-
|
|
7
|
+
import "./queryExecutionService-KrjL0UCa.js";
|
|
8
8
|
import { S as _ } from "./SymbolsPane-CZaqqs5e.js";
|
|
9
9
|
import { _ as A } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
10
10
|
import { e as T, l as tt, K as S, a as C, R as et } from "./toggleHighContrast-q6tdBRv8.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createElementBlock as z, openBlock as c, createElementVNode as p, normalizeClass as ce, renderSlot as me, defineComponent as ye, createCommentVNode as ee, Fragment as je, renderList as qe, toDisplayString as ue, withModifiers as Ke, normalizeStyle as We, ref as P, createStaticVNode as Je, inject as A, computed as Ie, watch as De, nextTick as Ae, onMounted as Re, onUnmounted as Le, createBlock as v, Teleport as Qe, unref as Oe, createVNode as be, defineAsyncComponent as k, onBeforeUnmount as Ge, provide as Xe, resolveComponent as b, withCtx as le, createSlots as Ye } from "vue";
|
|
2
2
|
import { _ as ae } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
3
|
-
import { e as Pe, d as Ze } from "./queryExecutionService-
|
|
3
|
+
import { e as Pe, d as Ze } from "./queryExecutionService-KrjL0UCa.js";
|
|
4
4
|
import { u as xe, a as et } from "./editorStore-BTPcljeQ.js";
|
|
5
5
|
import { u as tt, R as nt } from "./useResizableDialog-BZgmdwim.js";
|
|
6
6
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
7
|
-
import { U as ot, a as it, s as at } from "./UserProfile-
|
|
7
|
+
import { U as ot, a as it, s as at } from "./UserProfile-CQAUnKyQ.js";
|
|
8
8
|
import { K as Fe } from "./constants-BXXolEur.js";
|
|
9
9
|
var R = typeof window < "u" ? window : null, $e = R === null, he = $e ? void 0 : R.document, B = "addEventListener", N = "removeEventListener", ze = "getBoundingClientRect", de = "_a", V = "_b", G = "_c", fe = "horizontal", W = function() {
|
|
10
10
|
return !1;
|
|
@@ -762,9 +762,9 @@ const Lt = /* @__PURE__ */ ae(It, [["render", Rt], ["__scopeId", "data-v-5fa9fb9
|
|
|
762
762
|
])) : ee("", !0)
|
|
763
763
|
]));
|
|
764
764
|
}
|
|
765
|
-
}), Ut = /* @__PURE__ */ ae(_t, [["__scopeId", "data-v-6896bcb3"]]), jt = k(() => import("./TutorialPage-
|
|
766
|
-
() => import("./CommunityModels-
|
|
767
|
-
), xt = k(() => import("./JobsView-
|
|
765
|
+
}), Ut = /* @__PURE__ */ ae(_t, [["__scopeId", "data-v-6896bcb3"]]), jt = k(() => import("./TutorialPage-IisHiPL6.js")), qt = k(() => import("./Sidebar-CfOATms_.js")), Jt = k(() => import("./Editor-N40lTR0s.js")), Qt = k(() => import("./WelcomePage-Bq-h9f64.js")), Gt = k(() => import("./Dashboard-Bsoj1oUW.js")), Xt = k(() => import("./ResultComponent-CXkTwZFS.js")), Yt = k(() => import("./ModelView-Surdb5KW.js")), Zt = k(
|
|
766
|
+
() => import("./CommunityModels-BKBxewjm.js")
|
|
767
|
+
), xt = k(() => import("./JobsView-AYNUDnKG.js")), en = k(() => import("./ConnectionView-Dyqm2oeV.js")), tn = k(() => import("./LLMView-CaTlmLGb.js")), Ve = k(() => import("./AssetAutoImporter-CUqhhNvb.js")), nn = k(
|
|
768
768
|
() => import("./ChatCreatorModal-CixOpWSH.js")
|
|
769
769
|
), on = k(() => import("./ErrorMessage-QW4GXCEn.js")), an = k(() => import("./LoadingButton-BdM3Rygq.js")), sn = k(() => import("./DataTable-Bf7xeKSf.js").then((e) => e.a)), rn = ye({
|
|
770
770
|
name: "IDEComponent",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as q, ref as G, computed as u, createElementBlock as l, openBlock as a, createElementVNode as e, createBlock as Q, createCommentVNode as d, toDisplayString as n, unref as v, createTextVNode as E, Fragment as W, renderList as X, normalizeClass as B } from "vue";
|
|
2
2
|
import { s as Y } from "./editorStore-BTPcljeQ.js";
|
|
3
3
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
4
|
-
import { b as Z, c as ee } from "./queryExecutionService-
|
|
4
|
+
import { b as Z, c as ee } from "./queryExecutionService-KrjL0UCa.js";
|
|
5
5
|
import { K as te } from "./constants-BXXolEur.js";
|
|
6
6
|
import { S as se } from "./StoreTokenModal-CyPiGrhJ.js";
|
|
7
7
|
import { _ as oe } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
@@ -2,8 +2,8 @@ import { D as ie } from "./DataTable-Bf7xeKSf.js";
|
|
|
2
2
|
import { R as le } from "./snowflake-CY1Gnu3y.js";
|
|
3
3
|
import { inject as re, ref as p, onMounted as F, onUpdated as de, resolveComponent as _, createElementBlock as o, openBlock as a, createElementVNode as u, createCommentVNode as h, normalizeClass as T, createTextVNode as S, toDisplayString as f, createBlock as q, createVNode as D, createSlots as ue, withCtx as H, defineComponent as W, nextTick as P, withDirectives as Q, withKeys as O, vModelText as Y, computed as I, watch as j, onUnmounted as ce, renderSlot as V, Fragment as B, renderList as K } from "vue";
|
|
4
4
|
import { P as G } from "./prism-CQIVUq3z.js";
|
|
5
|
-
import { D as fe, V as me } from "./DrilldownPane-
|
|
6
|
-
import {
|
|
5
|
+
import { D as fe, V as me } from "./DrilldownPane-OZMttRBx.js";
|
|
6
|
+
import { w as he, x as ge, g as ye } from "./queryExecutionService-KrjL0UCa.js";
|
|
7
7
|
import ve from "./ErrorMessage-QW4GXCEn.js";
|
|
8
8
|
import pe from "./LoadingButton-BdM3Rygq.js";
|
|
9
9
|
import { C as be } from "./CodeBlock-CDWXUAiQ.js";
|
|
@@ -11,7 +11,7 @@ import { k as tt, b as nt, E as Ue } from "./editorStore-BTPcljeQ.js";
|
|
|
11
11
|
import { C as ot } from "./CreateEditorFromDatasourcePopup-D5mwCk5D.js";
|
|
12
12
|
import { buildConnectionTree as it, filterConnectionTree as at } from "./connections.js";
|
|
13
13
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
14
|
-
import { b as st, c as rt,
|
|
14
|
+
import { b as st, c as rt, g as Fe, e as lt } from "./queryExecutionService-KrjL0UCa.js";
|
|
15
15
|
import { E as ct } from "./EditorCreatorInline-DCFnyl5w.js";
|
|
16
16
|
import { C as dt } from "./ConfirmDialog-tNLC5CUN.js";
|
|
17
17
|
import { A as je, O as Ye, G as Ke, a as ut, D as pt } from "./chatAgentPrompt-DrX26_jN.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as se, ref as I, computed as B, resolveComponent as D, createElementBlock as m, openBlock as d, createCommentVNode as k, Fragment as Y, renderList as Q, normalizeClass as P, createElementVNode as i, withDirectives as oe, toDisplayString as $, normalizeStyle as pe, createBlock as J, createVNode as K, renderSlot as te, vShow as he, withModifiers as me, watch as V, withCtx as X, createTextVNode as G, normalizeProps as ve, guardReactiveProps as ge, inject as O, nextTick as ye, onMounted as be, vModelSelect as Ce, withKeys as Ae, vModelText as we } from "vue";
|
|
2
|
-
import { R as Se, L as $e } from "./LLMChat-
|
|
2
|
+
import { R as Se, L as $e } from "./LLMChat-CZTQUh53.js";
|
|
3
3
|
import { C as Ie } from "./CodeBlock-CDWXUAiQ.js";
|
|
4
4
|
import { M as Te } from "./MarkdownRenderer-cdaHKql1.js";
|
|
5
5
|
import { R as x, C as ie } from "./snowflake-CY1Gnu3y.js";
|
|
6
6
|
import { _ as ne } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
7
7
|
import { D as fe } from "./DashboardImportSelector-YRySr7k3.js";
|
|
8
8
|
import { S as Re } from "./SymbolsPane-CZaqqs5e.js";
|
|
9
|
-
import {
|
|
9
|
+
import { z as ke, j as Le, h as ee } from "./queryExecutionService-KrjL0UCa.js";
|
|
10
10
|
import { c as z } from "./toolLoopCore-CK_KVuAS.js";
|
|
11
11
|
import { u as Me } from "./useChatWithTools-DX7D4xOq.js";
|
|
12
12
|
const re = 450, le = 30, de = 38, ce = 25, ue = 120, W = 450, Ee = 20, Pe = 80, Ne = 350, He = 800, Ue = se({
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { createElementBlock as p, openBlock as o, normalizeStyle as Ce, normalizeClass as k, createElementVNode as s, createCommentVNode as B, toDisplayString as j, defineComponent as se, ref as b, computed as F, onMounted as Se, onBeforeUnmount as ae, withModifiers as ee, Fragment as fe, renderList as we, createBlock as m, withDirectives as te, renderSlot as q, vShow as oe, defineAsyncComponent as C, inject as y, provide as ge, resolveComponent as d, createVNode as N, withCtx as P, createSlots as Te } from "vue";
|
|
2
2
|
import "./editorStore-BTPcljeQ.js";
|
|
3
3
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
4
|
-
import { e as Me } from "./queryExecutionService-
|
|
4
|
+
import { e as Me } from "./queryExecutionService-KrjL0UCa.js";
|
|
5
5
|
import { _ as Q } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
6
|
-
import Ke from "./CommunityModels-
|
|
7
|
-
import De from "./JobsView-
|
|
8
|
-
import Ee from "./ConnectionView-
|
|
9
|
-
import ie from "./AssetAutoImporter-
|
|
6
|
+
import Ke from "./CommunityModels-BKBxewjm.js";
|
|
7
|
+
import De from "./JobsView-AYNUDnKG.js";
|
|
8
|
+
import Ee from "./ConnectionView-Dyqm2oeV.js";
|
|
9
|
+
import ie from "./AssetAutoImporter-CUqhhNvb.js";
|
|
10
10
|
import ke from "./ErrorMessage-QW4GXCEn.js";
|
|
11
11
|
import { L as Le } from "./LoadingView-DXMQWonY.js";
|
|
12
12
|
import Ae from "./LoadingButton-BdM3Rygq.js";
|
|
13
|
-
import Ie from "./ModelView-
|
|
14
|
-
import { U as $e, a as Oe, s as Ve } from "./UserProfile-
|
|
13
|
+
import Ie from "./ModelView-Surdb5KW.js";
|
|
14
|
+
import { U as $e, a as Oe, s as Ve } from "./UserProfile-CQAUnKyQ.js";
|
|
15
15
|
import { H as Xe } from "./HintComponent-B1B6qtaG.js";
|
|
16
16
|
import { K as ne } from "./constants-BXXolEur.js";
|
|
17
17
|
const Je = {
|
|
@@ -331,9 +331,9 @@ function at(e, t, l, h, a, r) {
|
|
|
331
331
|
])
|
|
332
332
|
]);
|
|
333
333
|
}
|
|
334
|
-
const rt = /* @__PURE__ */ Q(et, [["render", at], ["__scopeId", "data-v-47d885a6"]]), lt = C(() => import("./TutorialPage-
|
|
335
|
-
() => import("./DashboardMobile-
|
|
336
|
-
), pt = C(() => import("./ResultComponent-
|
|
334
|
+
const rt = /* @__PURE__ */ Q(et, [["render", at], ["__scopeId", "data-v-47d885a6"]]), lt = C(() => import("./TutorialPage-IisHiPL6.js")), dt = C(() => import("./Sidebar-CfOATms_.js")), ct = C(() => import("./Editor-N40lTR0s.js")), mt = C(() => import("./DataTable-Bf7xeKSf.js").then((e) => e.a)), ut = C(() => import("./WelcomePage-Bq-h9f64.js")), vt = C(
|
|
335
|
+
() => import("./DashboardMobile-Ao8NtF1f.js")
|
|
336
|
+
), pt = C(() => import("./ResultComponent-CXkTwZFS.js")), bt = C(() => import("./LLMView-CaTlmLGb.js")), ht = C(
|
|
337
337
|
() => import("./ChatCreatorModal-CixOpWSH.js")
|
|
338
338
|
), yt = se({
|
|
339
339
|
name: "MobileIDEComponent",
|
|
@@ -5,8 +5,8 @@ import "./toolLoopCore-CK_KVuAS.js";
|
|
|
5
5
|
import x from "./LoadingButton-BdM3Rygq.js";
|
|
6
6
|
import ee from "./ErrorMessage-QW4GXCEn.js";
|
|
7
7
|
import { T as I } from "./tabulator_esm-DrWivYQY.js";
|
|
8
|
-
import te from "./Editor-
|
|
9
|
-
import "./queryExecutionService-
|
|
8
|
+
import te from "./Editor-N40lTR0s.js";
|
|
9
|
+
import "./queryExecutionService-KrjL0UCa.js";
|
|
10
10
|
const se = { class: "concept-container" }, oe = { class: "concept-header" }, ne = { class: "namespace-badge" }, ie = { class: "concept-content" }, re = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "concept-section"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as M, ref as F, inject as v, resolveComponent as A, createElementBlock as m, createCommentVNode as f, openBlock as u, createElementVNode as r, withDirectives as l, vModelText as a, Fragment as T, renderList as q, toDisplayString as S, vModelSelect as C, createVNode as j, withCtx as V, createTextVNode as N } from "vue";
|
|
2
|
-
import { M as P } from "./UserProfile-
|
|
2
|
+
import { M as P } from "./UserProfile-CQAUnKyQ.js";
|
|
3
3
|
import { T as U } from "./Tooltip-D4kSH91A.js";
|
|
4
4
|
import K from "./LoadingButton-BdM3Rygq.js";
|
|
5
5
|
import { _ as B } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as S, ref as n, inject as h, resolveComponent as f, createElementBlock as a, openBlock as u, createCommentVNode as y, createVNode as v } from "vue";
|
|
2
2
|
import { M as g } from "./editorStore-BTPcljeQ.js";
|
|
3
|
-
import { M as E, a as F } from "./ModelCard-
|
|
3
|
+
import { M as E, a as F } from "./ModelCard-Cd6OxExX.js";
|
|
4
4
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
5
5
|
import _ from "./LoadingButton-BdM3Rygq.js";
|
|
6
6
|
import K from "./ErrorMessage-QW4GXCEn.js";
|
|
7
|
-
import w from "./Editor-
|
|
7
|
+
import w from "./Editor-N40lTR0s.js";
|
|
8
8
|
import { K as d } from "./constants-BXXolEur.js";
|
|
9
9
|
import { _ as k } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
10
10
|
const N = S({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as T, ref as D, inject as R, computed as g, resolveComponent as y, createElementBlock as f, openBlock as r, createVNode as w, withCtx as b, toDisplayString as k, createElementVNode as c, createCommentVNode as Q, createTextVNode as E, normalizeStyle as L, createBlock as C, Fragment as V } from "vue";
|
|
2
2
|
import { L as B } from "./LoadingView-DXMQWonY.js";
|
|
3
|
-
import { R as $, L as O } from "./LLMChat-
|
|
3
|
+
import { R as $, L as O } from "./LLMChat-CZTQUh53.js";
|
|
4
4
|
import { H as W } from "./HintComponent-B1B6qtaG.js";
|
|
5
5
|
import { R as q } from "./snowflake-CY1Gnu3y.js";
|
|
6
6
|
import { _ as A } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { inject as K, ref as $, onMounted as le, computed as G, resolveComponent as D, createBlock as
|
|
2
|
-
import { S as ne, a as se, d as ve, b as ye, t as Le, u as re, s as
|
|
1
|
+
import { inject as K, ref as $, onMounted as le, computed as G, resolveComponent as D, createBlock as E, openBlock as m, withCtx as w, createElementBlock as p, Fragment as N, renderList as _, createCommentVNode as M, createVNode as T, normalizeClass as B, toDisplayString as j, createElementVNode as n, createTextVNode as z, defineComponent as ee, withModifiers as Y, watch as pe, withDirectives as I, vModelText as V, unref as x, vModelSelect as fe, normalizeStyle as Ke, vShow as X } from "vue";
|
|
2
|
+
import { S as ne, a as se, d as ve, b as ye, t as Le, u as re, s as je, r as he, c as Ee, e as Ue, L as Ae, C as Re, E as Ne } from "./LLMConnectionList-BkvCZP5Q.js";
|
|
3
3
|
import { K as L } from "./constants-BXXolEur.js";
|
|
4
|
-
import {
|
|
4
|
+
import { g as W, e as de, c as ge, n as Se, M as ke, f as Ce, b as ce, j as Ve, N as Oe } from "./queryExecutionService-KrjL0UCa.js";
|
|
5
5
|
import { _ as H } from "./_plugin-vue_export-helper-BzkwV_Yn.js";
|
|
6
|
-
import { M as Pe } from "./ModelCreator-
|
|
6
|
+
import { M as Pe } from "./ModelCreator-DeI-n86Z.js";
|
|
7
7
|
import we from "./LoadingButton-BdM3Rygq.js";
|
|
8
8
|
import "./toolLoopCore-CK_KVuAS.js";
|
|
9
9
|
import "./editorStore-BTPcljeQ.js";
|
|
@@ -11,7 +11,7 @@ import { T as oe } from "./Tooltip-D4kSH91A.js";
|
|
|
11
11
|
import { S as ue } from "./StatusIcon-CahClDuz.js";
|
|
12
12
|
import { M as $e } from "./ModalDialog-D-yprLG4.js";
|
|
13
13
|
import { C as me } from "./ConfirmDialog-tNLC5CUN.js";
|
|
14
|
-
import { D as Je } from "./DashboardCreatorInline-
|
|
14
|
+
import { D as Je } from "./DashboardCreatorInline-BLbkDxBF.js";
|
|
15
15
|
import { t as Be } from "./trilogy-BjoYDgWX.js";
|
|
16
16
|
const Fe = {
|
|
17
17
|
name: "DocumentationSidebar",
|
|
@@ -74,10 +74,10 @@ const Fe = {
|
|
|
74
74
|
};
|
|
75
75
|
function qe(e, t, l, o, d, a) {
|
|
76
76
|
const v = D("sidebar-item"), r = D("sidebar-list");
|
|
77
|
-
return m(),
|
|
77
|
+
return m(), E(r, { title: "Documentation" }, {
|
|
78
78
|
actions: w(() => [...t[0] || (t[0] = [])]),
|
|
79
79
|
default: w(() => [
|
|
80
|
-
(m(!0), p(N, null, _(o.documentationNodes, (c) => (m(),
|
|
80
|
+
(m(!0), p(N, null, _(o.documentationNodes, (c) => (m(), E(v, {
|
|
81
81
|
key: c.id,
|
|
82
82
|
"item-id": c.id,
|
|
83
83
|
name: c.name,
|
|
@@ -242,7 +242,7 @@ const ze = /* @__PURE__ */ H(Fe, [["render", qe], ["__scopeId", "data-v-7d844a72
|
|
|
242
242
|
};
|
|
243
243
|
function Ze(e, t, l, o, d, a) {
|
|
244
244
|
const v = D("loading-button"), r = D("model-creator"), c = D("sidebar-overflow-menu"), b = D("sidebar-item"), s = D("sidebar-list");
|
|
245
|
-
return m(),
|
|
245
|
+
return m(), E(s, { title: "Models" }, {
|
|
246
246
|
header: w(() => [
|
|
247
247
|
n("div", He, [
|
|
248
248
|
t[4] || (t[4] = n("h3", { class: "font-sans sidebar-header" }, "Models", -1)),
|
|
@@ -253,7 +253,7 @@ function Ze(e, t, l, o, d, a) {
|
|
|
253
253
|
"data-testid": l.testTag ? `model-creator-add-${l.testTag}` : "model-creator-add"
|
|
254
254
|
}, [
|
|
255
255
|
t[2] || (t[2] = n("i", { class: "mdi mdi-plus" }, null, -1)),
|
|
256
|
-
z(" " +
|
|
256
|
+
z(" " + j(o.creatorVisible ? "Close" : "New"), 1)
|
|
257
257
|
], 8, _e),
|
|
258
258
|
T(v, {
|
|
259
259
|
class: "sidebar-control-button sidebar-header-action",
|
|
@@ -276,7 +276,7 @@ function Ze(e, t, l, o, d, a) {
|
|
|
276
276
|
}, null, 8, ["visible"])
|
|
277
277
|
]),
|
|
278
278
|
default: w(() => [
|
|
279
|
-
(m(!0), p(N, null, _(o.flatList, (i) => (m(),
|
|
279
|
+
(m(!0), p(N, null, _(o.flatList, (i) => (m(), E(b, {
|
|
280
280
|
key: i.id,
|
|
281
281
|
"item-id": i.id,
|
|
282
282
|
name: i.name,
|
|
@@ -295,7 +295,7 @@ function Ze(e, t, l, o, d, a) {
|
|
|
295
295
|
}, null, 8, Qe)) : i.type === "concept" ? (m(), p("span", {
|
|
296
296
|
key: 1,
|
|
297
297
|
class: B(`purpose-${i.concept.purpose.toLowerCase()}`)
|
|
298
|
-
},
|
|
298
|
+
}, j(i.concept.purpose.charAt(0).toUpperCase()), 3)) : i.type === "datasource" ? (m(), p("i", Xe)) : M("", !0)
|
|
299
299
|
]),
|
|
300
300
|
"extra-content": w(() => [
|
|
301
301
|
i.type === "model" ? (m(), p("span", Ye, [
|
|
@@ -347,7 +347,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
347
347
|
if (i === "running")
|
|
348
348
|
return "Polling active jobs";
|
|
349
349
|
};
|
|
350
|
-
return (b, s) => (m(),
|
|
350
|
+
return (b, s) => (m(), E(ne, {
|
|
351
351
|
"item-id": e.item.key,
|
|
352
352
|
name: e.item.label,
|
|
353
353
|
indent: e.item.indent,
|
|
@@ -434,7 +434,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
434
434
|
token: v.value || void 0
|
|
435
435
|
});
|
|
436
436
|
};
|
|
437
|
-
return (b, s) => (m(),
|
|
437
|
+
return (b, s) => (m(), E($e, {
|
|
438
438
|
show: e.show,
|
|
439
439
|
title: "Add Jobs Store",
|
|
440
440
|
"test-id": "add-jobs-store-modal",
|
|
@@ -480,7 +480,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
480
480
|
]),
|
|
481
481
|
s[9] || (s[9] = n("small", null, "Stored in memory only. You’ll need to re-enter it after a full reload.", -1))
|
|
482
482
|
]),
|
|
483
|
-
r.value ? (m(), p("div", dt,
|
|
483
|
+
r.value ? (m(), p("div", dt, j(r.value), 1)) : M("", !0),
|
|
484
484
|
n("div", ct, [
|
|
485
485
|
n("button", {
|
|
486
486
|
type: "button",
|
|
@@ -491,7 +491,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
491
491
|
type: "submit",
|
|
492
492
|
class: "confirm-btn",
|
|
493
493
|
disabled: e.loading
|
|
494
|
-
},
|
|
494
|
+
}, j(e.loading ? "Adding..." : "Add Store"), 9, ut)
|
|
495
495
|
])
|
|
496
496
|
], 32)
|
|
497
497
|
]),
|
|
@@ -596,7 +596,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
596
596
|
() => yt(i.value, g.value, a.filesByStore)
|
|
597
597
|
), f = async (k) => {
|
|
598
598
|
try {
|
|
599
|
-
await d.addStore(k), await a.fetchFilesForStore(k.id), C.value && c && b && s && await
|
|
599
|
+
await d.addStore(k), await a.fetchFilesForStore(k.id), C.value && c && b && s && await je(
|
|
600
600
|
C.value,
|
|
601
601
|
k.id,
|
|
602
602
|
c,
|
|
@@ -624,7 +624,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
624
624
|
d.loadStoresFromStorage(), g.value.forEach((k) => {
|
|
625
625
|
i.value[k.id] === void 0 && (i.value[k.id] = !0);
|
|
626
626
|
}), l.activeJobsKey ? y(l.activeJobsKey) : g.value[0] && (i.value[g.value[0].id] = !1), await a.refreshAllStores();
|
|
627
|
-
}), (k, R) => (m(),
|
|
627
|
+
}), (k, R) => (m(), E(se, { title: "Jobs" }, {
|
|
628
628
|
header: w(() => [
|
|
629
629
|
n("div", ht, [
|
|
630
630
|
R[3] || (R[3] = n("h3", { class: "font-sans sidebar-header" }, "Jobs", -1)),
|
|
@@ -644,14 +644,14 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
644
644
|
key: J.id,
|
|
645
645
|
class: "error-item"
|
|
646
646
|
}, [
|
|
647
|
-
n("span", kt,
|
|
647
|
+
n("span", kt, j(J.name) + ": " + j(x(a).errors[J.id]), 1),
|
|
648
648
|
n("button", {
|
|
649
649
|
onClick: (ae) => x(a).clearStoreError(J.id),
|
|
650
650
|
class: "clear-error"
|
|
651
651
|
}, "x", 8, Ct)
|
|
652
652
|
]))), 128))
|
|
653
653
|
])) : M("", !0),
|
|
654
|
-
(m(!0), p(N, null, _(F.value, (J) => (m(),
|
|
654
|
+
(m(!0), p(N, null, _(F.value, (J) => (m(), E(it, {
|
|
655
655
|
key: J.key,
|
|
656
656
|
item: J,
|
|
657
657
|
"is-collapsed": i.value[J.key],
|
|
@@ -687,10 +687,10 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
687
687
|
}, Lt = {
|
|
688
688
|
key: 0,
|
|
689
689
|
class: "error-message"
|
|
690
|
-
},
|
|
690
|
+
}, jt = {
|
|
691
691
|
key: 1,
|
|
692
692
|
class: "input-group"
|
|
693
|
-
},
|
|
693
|
+
}, Et = { class: "url-input-container" }, Ut = ["disabled"], At = {
|
|
694
694
|
key: 0,
|
|
695
695
|
class: "error-message"
|
|
696
696
|
}, Rt = {
|
|
@@ -829,11 +829,11 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
829
829
|
}, null, 512), [
|
|
830
830
|
[V, r.value]
|
|
831
831
|
]),
|
|
832
|
-
b.value ? (m(), p("div", Lt,
|
|
832
|
+
b.value ? (m(), p("div", Lt, j(b.value), 1)) : M("", !0)
|
|
833
833
|
])) : M("", !0),
|
|
834
|
-
S.value === "url" ? (m(), p("div",
|
|
834
|
+
S.value === "url" ? (m(), p("div", jt, [
|
|
835
835
|
u[15] || (u[15] = n("label", { for: "dashboard-url" }, "Dashboard URL", -1)),
|
|
836
|
-
n("div",
|
|
836
|
+
n("div", Et, [
|
|
837
837
|
I(n("input", {
|
|
838
838
|
type: "text",
|
|
839
839
|
id: "dashboard-url",
|
|
@@ -849,13 +849,13 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
849
849
|
class: "fetch-button",
|
|
850
850
|
disabled: s.value,
|
|
851
851
|
"data-testid": "fetch-url-button"
|
|
852
|
-
},
|
|
852
|
+
}, j(s.value ? "Loading..." : "Fetch"), 9, Ut)
|
|
853
853
|
]),
|
|
854
|
-
C.value ? (m(), p("div", At,
|
|
854
|
+
C.value ? (m(), p("div", At, j(C.value), 1)) : M("", !0),
|
|
855
855
|
r.value && S.value === "url" ? (m(), p("div", Rt, [
|
|
856
856
|
u[14] || (u[14] = n("label", null, "Dashboard JSON Preview", -1)),
|
|
857
857
|
n("div", Nt, [
|
|
858
|
-
n("pre", null,
|
|
858
|
+
n("pre", null, j(r.value.length > 500 ? r.value.substring(0, 500) + "..." : r.value), 1)
|
|
859
859
|
])
|
|
860
860
|
])) : M("", !0)
|
|
861
861
|
])) : M("", !0)
|
|
@@ -877,7 +877,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
877
877
|
(m(!0), p(N, null, _(x(d).connections, (h) => (m(), p("option", {
|
|
878
878
|
key: h.name,
|
|
879
879
|
value: h.name
|
|
880
|
-
},
|
|
880
|
+
}, j(h.name), 9, Pt))), 128)),
|
|
881
881
|
u[17] || (u[17] = n("option", { value: "new-duckdb" }, "New DuckDB", -1)),
|
|
882
882
|
u[18] || (u[18] = n("option", { value: "new-motherduck" }, "New MotherDuck", -1)),
|
|
883
883
|
u[19] || (u[19] = n("option", { value: "new-bigquery-oauth" }, "New Bigquery Oauth", -1)),
|
|
@@ -985,7 +985,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
985
985
|
class: "copy-button",
|
|
986
986
|
"data-testid": "import-dashboard-button",
|
|
987
987
|
disabled: !r.value || !c.value || s.value || !A.value
|
|
988
|
-
},
|
|
988
|
+
}, j(F.value ? "Imported!" : "Import"), 9, Ht)
|
|
989
989
|
])
|
|
990
990
|
])
|
|
991
991
|
])) : M("", !0);
|
|
@@ -1073,7 +1073,7 @@ const xe = /* @__PURE__ */ H(Ge, [["render", Ze], ["__scopeId", "data-v-46c386ee
|
|
|
1073
1073
|
}, Yt = { class: "dashboard-actions" }, Zt = ["data-testid"];
|
|
1074
1074
|
function xt(e, t, l, o, d, a) {
|
|
1075
1075
|
const v = D("tooltip"), r = D("status-icon"), c = D("sidebar-overflow-menu"), b = D("sidebar-item");
|
|
1076
|
-
return l.item.type !== "creator" ? (m(),
|
|
1076
|
+
return l.item.type !== "creator" ? (m(), E(b, {
|
|
1077
1077
|
key: 0,
|
|
1078
1078
|
"item-id": l.item.key,
|
|
1079
1079
|
name: l.item.label,
|
|
@@ -1086,7 +1086,7 @@ function xt(e, t, l, o, d, a) {
|
|
|
1086
1086
|
onToggle: a.handleToggle
|
|
1087
1087
|
}, {
|
|
1088
1088
|
icon: w(() => [
|
|
1089
|
-
l.item.type === "dashboard" ? (m(),
|
|
1089
|
+
l.item.type === "dashboard" ? (m(), E(v, {
|
|
1090
1090
|
key: 0,
|
|
1091
1091
|
content: "Dashboard",
|
|
1092
1092
|
position: "right"
|
|
@@ -1100,8 +1100,8 @@ function xt(e, t, l, o, d, a) {
|
|
|
1100
1100
|
name: w(() => {
|
|
1101
1101
|
var s, i;
|
|
1102
1102
|
return [
|
|
1103
|
-
z(
|
|
1104
|
-
l.item.type === "connection" ? (m(), p("span", Xt, " (" +
|
|
1103
|
+
z(j(l.item.label) + " ", 1),
|
|
1104
|
+
l.item.type === "connection" ? (m(), p("span", Xt, " (" + j((s = o.connectionInfo) != null && s.model ? (i = o.connectionInfo) == null ? void 0 : i.model : "No Model Set") + ") ", 1)) : M("", !0)
|
|
1105
1105
|
];
|
|
1106
1106
|
}),
|
|
1107
1107
|
"extra-content": w(() => [
|
|
@@ -1114,7 +1114,7 @@ function xt(e, t, l, o, d, a) {
|
|
|
1114
1114
|
onSelect: a.handleContextMenuItemClick
|
|
1115
1115
|
}, null, 8, ["items", "onSelect"])
|
|
1116
1116
|
], 64)) : M("", !0),
|
|
1117
|
-
l.item.type === "dashboard" ? (m(),
|
|
1117
|
+
l.item.type === "dashboard" ? (m(), E(c, {
|
|
1118
1118
|
key: 1,
|
|
1119
1119
|
items: o.contextMenuItems,
|
|
1120
1120
|
tooltip: "Dashboard actions",
|
|
@@ -1128,7 +1128,7 @@ function xt(e, t, l, o, d, a) {
|
|
|
1128
1128
|
"data-testid": `dashboard-list-id-${l.item.key}`,
|
|
1129
1129
|
class: "creator-item",
|
|
1130
1130
|
onClick: t[0] || (t[0] = (...s) => a.handleClick && a.handleClick(...s))
|
|
1131
|
-
},
|
|
1131
|
+
}, j(l.item.label), 9, Zt));
|
|
1132
1132
|
}
|
|
1133
1133
|
const eo = /* @__PURE__ */ H(Qt, [["render", xt], ["__scopeId", "data-v-1782b723"]]);
|
|
1134
1134
|
function to(e, t) {
|
|
@@ -1238,7 +1238,7 @@ const oo = {
|
|
|
1238
1238
|
}, no = { class: "dashboards-header" }, so = ["data-testid"], io = { class: "button-container" };
|
|
1239
1239
|
function lo(e, t, l, o, d, a) {
|
|
1240
1240
|
const v = D("dashboard-creator-inline"), r = D("dashboard-import-popup"), c = D("dashboard-list-item"), b = D("ConfirmDialog"), s = D("sidebar-list");
|
|
1241
|
-
return m(),
|
|
1241
|
+
return m(), E(s, { title: "Dashboards" }, {
|
|
1242
1242
|
header: w(() => [
|
|
1243
1243
|
n("div", no, [
|
|
1244
1244
|
t[5] || (t[5] = n("h3", { class: "font-sans sidebar-header" }, "Dashboards", -1)),
|
|
@@ -1248,7 +1248,7 @@ function lo(e, t, l, o, d, a) {
|
|
|
1248
1248
|
"data-testid": l.testTag ? `dashboard-creator-add-${l.testTag}` : "dashboard-creator-add"
|
|
1249
1249
|
}, [
|
|
1250
1250
|
t[4] || (t[4] = n("i", { class: "mdi mdi-plus" }, null, -1)),
|
|
1251
|
-
z(" " +
|
|
1251
|
+
z(" " + j(o.creatorVisible ? "Close" : "New"), 1)
|
|
1252
1252
|
], 8, so)
|
|
1253
1253
|
])
|
|
1254
1254
|
]),
|
|
@@ -1272,7 +1272,7 @@ function lo(e, t, l, o, d, a) {
|
|
|
1272
1272
|
}, null, 8, ["isOpen"])
|
|
1273
1273
|
]),
|
|
1274
1274
|
default: w(() => [
|
|
1275
|
-
(m(!0), p(N, null, _(o.contentList, (i) => (m(),
|
|
1275
|
+
(m(!0), p(N, null, _(o.contentList, (i) => (m(), E(c, {
|
|
1276
1276
|
key: i.key,
|
|
1277
1277
|
item: i,
|
|
1278
1278
|
"is-active": l.activeDashboardKey === i.id,
|
|
@@ -1330,7 +1330,7 @@ const ao = /* @__PURE__ */ H(oo, [["render", lo], ["__scopeId", "data-v-e431c8de
|
|
|
1330
1330
|
if (d.getStoreStatus(i.id) === "connected")
|
|
1331
1331
|
return "Connected";
|
|
1332
1332
|
};
|
|
1333
|
-
return (i, S) => (m(),
|
|
1333
|
+
return (i, S) => (m(), E(ne, {
|
|
1334
1334
|
"item-id": e.item.key,
|
|
1335
1335
|
name: e.item.label,
|
|
1336
1336
|
indent: e.item.indent,
|
|
@@ -1353,12 +1353,12 @@ const ao = /* @__PURE__ */ H(oo, [["render", lo], ["__scopeId", "data-v-e431c8de
|
|
|
1353
1353
|
var C;
|
|
1354
1354
|
return [
|
|
1355
1355
|
e.item.type === "model" ? (m(), p("span", uo, [
|
|
1356
|
-
(m(!0), p(N, null, _(((C = e.item.model) == null ? void 0 : C.tags) || [], (g) => (m(),
|
|
1356
|
+
(m(!0), p(N, null, _(((C = e.item.model) == null ? void 0 : C.tags) || [], (g) => (m(), E(Ee, {
|
|
1357
1357
|
key: g,
|
|
1358
1358
|
label: g
|
|
1359
1359
|
}, null, 8, ["label"]))), 128))
|
|
1360
1360
|
])) : e.item.type === "engine" ? (m(), p("span", mo)) : e.item.type === "root" ? (m(), p("span", bo, [
|
|
1361
|
-
e.item.store && !c(e.item.store) ? (m(),
|
|
1361
|
+
e.item.store && !c(e.item.store) ? (m(), E(oe, {
|
|
1362
1362
|
key: 0,
|
|
1363
1363
|
content: "Remove Store",
|
|
1364
1364
|
position: "left"
|
|
@@ -1374,7 +1374,7 @@ const ao = /* @__PURE__ */ H(oo, [["render", lo], ["__scopeId", "data-v-e431c8de
|
|
|
1374
1374
|
]),
|
|
1375
1375
|
_: 1
|
|
1376
1376
|
})) : M("", !0),
|
|
1377
|
-
e.item.store ? (m(),
|
|
1377
|
+
e.item.store ? (m(), E(ue, {
|
|
1378
1378
|
key: 1,
|
|
1379
1379
|
status: b(e.item.store),
|
|
1380
1380
|
message: s(e.item.store),
|
|
@@ -1460,7 +1460,7 @@ const ao = /* @__PURE__ */ H(oo, [["render", lo], ["__scopeId", "data-v-e431c8de
|
|
|
1460
1460
|
}, Do = { class: "dialog-actions" }, Io = ["disabled"];
|
|
1461
1461
|
function To(e, t, l, o, d, a) {
|
|
1462
1462
|
const v = D("ModalDialog");
|
|
1463
|
-
return m(),
|
|
1463
|
+
return m(), E(v, {
|
|
1464
1464
|
show: l.show,
|
|
1465
1465
|
title: "Add Model Store",
|
|
1466
1466
|
"test-id": "add-store-modal",
|
|
@@ -1576,7 +1576,7 @@ function To(e, t, l, o, d, a) {
|
|
|
1576
1576
|
])
|
|
1577
1577
|
])
|
|
1578
1578
|
], 64)) : M("", !0),
|
|
1579
|
-
o.error ? (m(), p("div", Mo,
|
|
1579
|
+
o.error ? (m(), p("div", Mo, j(o.error), 1)) : M("", !0),
|
|
1580
1580
|
n("div", Do, [
|
|
1581
1581
|
n("button", {
|
|
1582
1582
|
type: "button",
|
|
@@ -1589,7 +1589,7 @@ function To(e, t, l, o, d, a) {
|
|
|
1589
1589
|
class: "confirm-btn",
|
|
1590
1590
|
"data-testid": "add-store-submit",
|
|
1591
1591
|
disabled: l.loading
|
|
1592
|
-
},
|
|
1592
|
+
}, j(l.loading ? "Adding..." : "Add Store"), 9, Io)
|
|
1593
1593
|
])
|
|
1594
1594
|
], 32)
|
|
1595
1595
|
]),
|
|
@@ -1639,7 +1639,7 @@ const Ko = /* @__PURE__ */ H(yo, [["render", To], ["__scopeId", "data-v-55797388
|
|
|
1639
1639
|
});
|
|
1640
1640
|
}
|
|
1641
1641
|
}), o;
|
|
1642
|
-
},
|
|
1642
|
+
}, jo = ee({
|
|
1643
1643
|
name: "CommunityModelList",
|
|
1644
1644
|
setup() {
|
|
1645
1645
|
const e = ce(), t = de(), l = K("editorStore"), o = K("connectionStore"), d = K("modelStore"), a = $({}), v = t.activeCommunityModelKey.value || "", r = (U) => {
|
|
@@ -1699,15 +1699,15 @@ const Ko = /* @__PURE__ */ H(yo, [["render", To], ["__scopeId", "data-v-55797388
|
|
|
1699
1699
|
AddStoreModal: Ko,
|
|
1700
1700
|
ConfirmDialog: me
|
|
1701
1701
|
}
|
|
1702
|
-
}),
|
|
1702
|
+
}), Eo = { class: "community-header" }, Uo = { class: "community-header-actions" }, Ao = ["disabled"], Ro = ["disabled"], No = {
|
|
1703
1703
|
key: 0,
|
|
1704
1704
|
class: "error-container"
|
|
1705
1705
|
}, Vo = { class: "error-text" }, Oo = ["onClick"];
|
|
1706
1706
|
function Po(e, t, l, o, d, a) {
|
|
1707
1707
|
const v = D("CommunityModelListItem"), r = D("AddStoreModal"), c = D("ConfirmDialog"), b = D("sidebar-list");
|
|
1708
|
-
return m(),
|
|
1708
|
+
return m(), E(b, { title: "Community Models" }, {
|
|
1709
1709
|
header: w(() => [
|
|
1710
|
-
n("div",
|
|
1710
|
+
n("div", Eo, [
|
|
1711
1711
|
t[5] || (t[5] = n("h3", { class: "font-sans sidebar-header" }, "Community Models", -1)),
|
|
1712
1712
|
n("div", Uo, [
|
|
1713
1713
|
n("button", {
|
|
@@ -1716,7 +1716,7 @@ function Po(e, t, l, o, d, a) {
|
|
|
1716
1716
|
disabled: e.communityStore.loading
|
|
1717
1717
|
}, [
|
|
1718
1718
|
t[3] || (t[3] = n("i", { class: "mdi mdi-refresh" }, null, -1)),
|
|
1719
|
-
z(" " +
|
|
1719
|
+
z(" " + j(e.communityStore.loading ? "Refreshing" : "Refresh"), 1)
|
|
1720
1720
|
], 8, Ao),
|
|
1721
1721
|
n("button", {
|
|
1722
1722
|
class: "sidebar-control-button sidebar-header-action",
|
|
@@ -1736,14 +1736,14 @@ function Po(e, t, l, o, d, a) {
|
|
|
1736
1736
|
key: s.root,
|
|
1737
1737
|
class: "error-item"
|
|
1738
1738
|
}, [
|
|
1739
|
-
n("span", Vo,
|
|
1739
|
+
n("span", Vo, j(s.name) + ": " + j(s.error), 1),
|
|
1740
1740
|
n("button", {
|
|
1741
1741
|
onClick: (i) => e.communityStore.clearStoreError(s.root),
|
|
1742
1742
|
class: "clear-error"
|
|
1743
1743
|
}, "×", 8, Oo)
|
|
1744
1744
|
]))), 128))
|
|
1745
1745
|
])) : M("", !0),
|
|
1746
|
-
(m(!0), p(N, null, _(e.displayTree, (s) => (m(),
|
|
1746
|
+
(m(!0), p(N, null, _(e.displayTree, (s) => (m(), E(v, {
|
|
1747
1747
|
key: s.key,
|
|
1748
1748
|
item: s,
|
|
1749
1749
|
"is-collapsed": e.collapsed[s.key],
|
|
@@ -1773,7 +1773,7 @@ function Po(e, t, l, o, d, a) {
|
|
|
1773
1773
|
_: 1
|
|
1774
1774
|
});
|
|
1775
1775
|
}
|
|
1776
|
-
const Jo = /* @__PURE__ */ H(
|
|
1776
|
+
const Jo = /* @__PURE__ */ H(jo, [["render", Po], ["__scopeId", "data-v-fb890571"]]), Bo = ee({
|
|
1777
1777
|
name: "Sidebar",
|
|
1778
1778
|
props: {
|
|
1779
1779
|
active: {
|
|
@@ -2016,7 +2016,7 @@ function nn(e, t, l, o, d, a) {
|
|
|
2016
2016
|
key: 0,
|
|
2017
2017
|
class: "unsaved-badge",
|
|
2018
2018
|
title: `${e.unSaved} unsaved ${(((U = e.unSaved) == null ? void 0 : U.valueOf()) || 0) > 1 ? "changes" : "change"}`
|
|
2019
|
-
},
|
|
2019
|
+
}, j(e.unSaved), 9, Wo)) : M("", !0)
|
|
2020
2020
|
])
|
|
2021
2021
|
]),
|
|
2022
2022
|
t[10] || (t[10] = n("div", { class: "trilogy-icon-padding" }, null, -1)),
|
|
@@ -2042,8 +2042,8 @@ function nn(e, t, l, o, d, a) {
|
|
|
2042
2042
|
class: B(y.icon),
|
|
2043
2043
|
"data-testid": `sidebar-link-${y.screen}`
|
|
2044
2044
|
}, null, 10, Zo),
|
|
2045
|
-
n("div", null,
|
|
2046
|
-
], 64)) : (m(),
|
|
2045
|
+
n("div", null, j(y.tooltip), 1)
|
|
2046
|
+
], 64)) : (m(), E(v, {
|
|
2047
2047
|
key: 0,
|
|
2048
2048
|
content: y.tooltip
|
|
2049
2049
|
}, {
|
|
@@ -2074,8 +2074,8 @@ function nn(e, t, l, o, d, a) {
|
|
|
2074
2074
|
class: B(y.icon),
|
|
2075
2075
|
"data-testid": `sidebar-link-${y.screen}`
|
|
2076
2076
|
}, null, 10, on),
|
|
2077
|
-
n("div", null,
|
|
2078
|
-
], 64)) : (m(),
|
|
2077
|
+
n("div", null, j(y.tooltip), 1)
|
|
2078
|
+
], 64)) : (m(), E(v, {
|
|
2079
2079
|
key: 0,
|
|
2080
2080
|
content: y.tooltip
|
|
2081
2081
|
}, {
|
|
@@ -2105,7 +2105,7 @@ function nn(e, t, l, o, d, a) {
|
|
|
2105
2105
|
e.isMobile ? (m(), p(N, { key: 1 }, [
|
|
2106
2106
|
t[5] || (t[5] = n("i", { class: "mdi mdi-cog-outline" }, null, -1)),
|
|
2107
2107
|
t[6] || (t[6] = n("div", null, "Settings", -1))
|
|
2108
|
-
], 64)) : (m(),
|
|
2108
|
+
], 64)) : (m(), E(v, {
|
|
2109
2109
|
key: 0,
|
|
2110
2110
|
content: "Settings"
|
|
2111
2111
|
}, {
|
|
@@ -2123,7 +2123,7 @@ function nn(e, t, l, o, d, a) {
|
|
|
2123
2123
|
e.isMobile ? (m(), p(N, { key: 1 }, [
|
|
2124
2124
|
t[8] || (t[8] = n("i", { class: "mdi mdi-account-outline" }, null, -1)),
|
|
2125
2125
|
t[9] || (t[9] = n("div", null, "Profile", -1))
|
|
2126
|
-
], 64)) : (m(),
|
|
2126
|
+
], 64)) : (m(), E(v, {
|
|
2127
2127
|
key: 0,
|
|
2128
2128
|
content: "Profile"
|
|
2129
2129
|
}, {
|