drizzle-cube 0.4.23 → 0.4.25
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/adapters/express/index.cjs +1 -1
- package/dist/adapters/express/index.js +1 -1
- package/dist/adapters/fastify/index.cjs +1 -1
- package/dist/adapters/fastify/index.js +1 -1
- package/dist/adapters/{handler-t7Qd1IYi.js → handler-BV2_dul8.js} +1 -1
- package/dist/adapters/{handler-C3hT7g2W.cjs → handler-LMRPeTNJ.cjs} +1 -1
- package/dist/adapters/hono/index.cjs +1 -1
- package/dist/adapters/hono/index.js +1 -1
- package/dist/{server/index-CFEJ62GJ.js → adapters/index-C3PskWTr.js} +209 -193
- package/dist/{server/index-BIMhF5KZ.cjs → adapters/index-ht4NPca9.cjs} +11 -11
- package/dist/adapters/nextjs/index.cjs +1 -1
- package/dist/adapters/nextjs/index.js +1 -1
- package/dist/adapters/{openai-mLo2MCat.cjs → openai-BvA6eLs8.cjs} +1 -1
- package/dist/adapters/{openai-CUSRuKTk.js → openai-mcE24du8.js} +1 -1
- package/dist/client/chunks/{analysis-builder-DVrv9Q4n.js → analysis-builder-CcV9kB-E.js} +1785 -1783
- package/dist/client/chunks/analysis-builder-CcV9kB-E.js.map +1 -0
- package/dist/client/chunks/{analysis-builder-shared-CrENEvEk.js → analysis-builder-shared-DVnM536Z.js} +18 -16
- package/dist/client/chunks/analysis-builder-shared-DVnM536Z.js.map +1 -0
- package/dist/client/chunks/{components-GzooQM5J.js → components-DAPlOpfn.js} +49 -49
- package/dist/client/chunks/{components-GzooQM5J.js.map → components-DAPlOpfn.js.map} +1 -1
- package/dist/client/components/AgenticNotebook/NotebookCanvas.d.ts +4 -1
- package/dist/client/components/AgenticNotebook/NotebookPortletBlock.d.ts +2 -0
- package/dist/client/components/AnalysisBuilder/types.d.ts +2 -0
- package/dist/client/components.js +3 -3
- package/dist/client/index.js +678 -672
- package/dist/client/index.js.map +1 -1
- package/dist/client/stores/analysisBuilderStore.d.ts +5 -1
- package/dist/client-bundle-stats.html +1 -1
- package/dist/{adapters/index-CFEJ62GJ.js → server/index-C3PskWTr.js} +209 -193
- package/dist/{adapters/index-BIMhF5KZ.cjs → server/index-ht4NPca9.cjs} +11 -11
- package/dist/server/index.cjs +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/{openai-mLo2MCat.cjs → openai-BvA6eLs8.cjs} +1 -1
- package/dist/server/{openai-CUSRuKTk.js → openai-mcE24du8.js} +1 -1
- package/package.json +1 -1
- package/dist/client/chunks/analysis-builder-DVrv9Q4n.js.map +0 -1
- package/dist/client/chunks/analysis-builder-shared-CrENEvEk.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as S, jsx as C, Fragment as z } from "react/jsx-runtime";
|
|
2
2
|
import Ee, { memo as Rn, useState as Pe, useContext as mt, createContext as kn, useRef as Se, useMemo as A, useCallback as U, useEffect as he } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { $ as In, a0 as Ue, a1 as $, a2 as pe, a3 as W, a4 as J, a5 as X, V as qn, O as yt, g as Bn } from "./components-DAPlOpfn.js";
|
|
4
4
|
import { u as Vn, g as Nn } from "./providers-CCw8Kjlc.js";
|
|
5
5
|
import { e as En, f as nt, h as rt, s as it, p as Pn, i as Un, l as gt } from "./vendor-B2EH3V58.js";
|
|
6
6
|
import { d as _n, R as Ln, a as Kn, g as $n, D as Gn } from "./retention-CzCo8262.js";
|
|
@@ -2072,7 +2072,7 @@ function kr(t = {}) {
|
|
|
2072
2072
|
rt(
|
|
2073
2073
|
it(
|
|
2074
2074
|
Pn(e, {
|
|
2075
|
-
name: nr,
|
|
2075
|
+
name: t.storageKey || nr,
|
|
2076
2076
|
// Use workspace format to preserve ALL modes' state
|
|
2077
2077
|
partialize: (n) => n.saveWorkspace(),
|
|
2078
2078
|
merge: (n, r) => n && qn(n) ? {
|
|
@@ -2111,23 +2111,25 @@ function ui({
|
|
|
2111
2111
|
initialQuery: i,
|
|
2112
2112
|
initialChartConfig: e,
|
|
2113
2113
|
disableLocalStorage: n,
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2114
|
+
storageKey: r,
|
|
2115
|
+
initialAnalysisType: s,
|
|
2116
|
+
initialFunnelState: o,
|
|
2117
|
+
initialFlowState: l,
|
|
2118
|
+
initialRetentionState: u,
|
|
2119
|
+
initialActiveView: f
|
|
2119
2120
|
}) {
|
|
2120
|
-
const
|
|
2121
|
-
return
|
|
2121
|
+
const m = Se(null);
|
|
2122
|
+
return m.current || (m.current = kr({
|
|
2122
2123
|
initialQuery: i,
|
|
2123
2124
|
initialChartConfig: e,
|
|
2124
2125
|
disableLocalStorage: n,
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2126
|
+
storageKey: r,
|
|
2127
|
+
initialAnalysisType: s,
|
|
2128
|
+
initialFunnelState: o,
|
|
2129
|
+
initialFlowState: l,
|
|
2130
|
+
initialRetentionState: u,
|
|
2131
|
+
initialActiveView: f
|
|
2132
|
+
})), /* @__PURE__ */ C(We.Provider, { value: m.current, children: t });
|
|
2131
2133
|
}
|
|
2132
2134
|
function c(t) {
|
|
2133
2135
|
const i = mt(We);
|
|
@@ -3135,4 +3137,4 @@ export {
|
|
|
3135
3137
|
Jr as y,
|
|
3136
3138
|
Xr as z
|
|
3137
3139
|
};
|
|
3138
|
-
//# sourceMappingURL=analysis-builder-shared-
|
|
3140
|
+
//# sourceMappingURL=analysis-builder-shared-DVnM536Z.js.map
|