@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
package/dist/views.js
CHANGED
|
@@ -6,7 +6,7 @@ import { reactive as v, defineComponent as R, defineAsyncComponent as H, createE
|
|
|
6
6
|
import { j as ve, k as be, l as ye, E as xe, e as qe, m as Ge, M as Ue, u as Ve, a as We, b as ze } from "./editorStore-BTPcljeQ.js";
|
|
7
7
|
import { S as Ye, M as He, a as Qe, b as Xe } from "./snowflake-CY1Gnu3y.js";
|
|
8
8
|
import { D as Ze, a as et, G as tt, A as ot, O as rt } from "./chatAgentPrompt-DrX26_jN.js";
|
|
9
|
-
import {
|
|
9
|
+
import { j as W, B as at, E as nt, F as st, G as it, H as lt, I as ct, J as fe, K as me, L as dt, u as ut, a as gt, b as ht, c as yt, d as ft, T as Ce, e as mt, Q as St } from "./queryExecutionService-KrjL0UCa.js";
|
|
10
10
|
import { C as pt, u as vt, p as bt } from "./toolLoopCore-CK_KVuAS.js";
|
|
11
11
|
import { R as Ct } from "./remoteProject-CvjztZU1.js";
|
|
12
12
|
class we {
|
|
@@ -893,7 +893,7 @@ const Yt = /* @__PURE__ */ T(Vt, [["render", zt], ["__scopeId", "data-v-263dbb39
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
setup(d) {
|
|
896
|
-
const r = H(() => import("./IDE-
|
|
896
|
+
const r = H(() => import("./IDE-kbUDZPcL.js")), t = H(() => import("./MobileIDE-Bi7GNE2X.js")), e = d, o = I(!1), a = I(!1), l = I(""), c = I(null), f = I(!1), u = I([]), m = I([]), w = new Rt({
|
|
897
897
|
credentialPrefix: Ee
|
|
898
898
|
// Other options as needed
|
|
899
899
|
});
|