drizzle-cube 0.2.27 → 0.2.28
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.
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
* All hooks include built-in debouncing, caching, and error handling.
|
|
11
11
|
*/
|
|
12
12
|
export { useCubeMetaQuery, prefetchCubeMeta, CUBE_META_QUERY_KEY, type UseCubeMetaQueryOptions, type UseCubeMetaQueryResult, } from './useCubeMetaQuery';
|
|
13
|
-
export { useCubeLoadQuery, createQueryKey, type UseCubeLoadQueryOptions, type UseCubeLoadQueryResult, } from './useCubeLoadQuery';
|
|
13
|
+
export { useCubeLoadQuery, useCubeLoadQuery as useCubeQuery, createQueryKey, type UseCubeLoadQueryOptions, type UseCubeLoadQueryResult, } from './useCubeLoadQuery';
|
|
14
14
|
export { useMultiCubeLoadQuery, createMultiQueryKey, type UseMultiCubeLoadQueryOptions, type UseMultiCubeLoadQueryResult, } from './useMultiCubeLoadQuery';
|
|
15
15
|
export { useDryRunQuery, useMultiDryRunQueries, useDryRunQueries, createDryRunQueryKey, type DebugDataEntry, type UseDryRunQueryOptions, type UseDryRunQueryResult, type UseMultiDryRunQueriesOptions, type UseMultiDryRunQueriesResult, } from './useDryRunQuery';
|
package/dist/client/hooks.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* React hooks only - for applications that need data fetching hooks
|
|
5
5
|
* without UI components.
|
|
6
6
|
*/
|
|
7
|
-
export { useCubeMetaQuery, useCubeLoadQuery, useMultiCubeLoadQuery, useDryRunQuery, useMultiDryRunQueries, useDryRunQueries, } from './hooks/queries';
|
|
7
|
+
export { useCubeMetaQuery, useCubeLoadQuery, useCubeQuery, useMultiCubeLoadQuery, useDryRunQuery, useMultiDryRunQueries, useDryRunQueries, } from './hooks/queries';
|
|
8
8
|
export type { UseCubeMetaQueryOptions, UseCubeMetaQueryResult, UseCubeLoadQueryOptions, UseCubeLoadQueryResult, UseMultiCubeLoadQueryOptions, UseMultiCubeLoadQueryResult, DebugDataEntry, } from './hooks/queries';
|
|
9
9
|
export { useDebounce } from './hooks/useDebounce';
|
|
10
10
|
export { useDirtyStateTracking } from './hooks/useDirtyStateTracking';
|
package/dist/client/hooks.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { u,
|
|
2
|
-
import { f as
|
|
1
|
+
import { u as s, u as a, q as r, y, d as o, b as t, s as i, a as b, c as Q, x as n } from "./chunks/hooks-CAKGR-w0.js";
|
|
2
|
+
import { f as d } from "./chunks/charts-DQuOI5HA.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
a as
|
|
7
|
-
r as
|
|
4
|
+
s as useCubeLoadQuery,
|
|
5
|
+
d as useCubeMetaQuery,
|
|
6
|
+
a as useCubeQuery,
|
|
7
|
+
r as useDebounce,
|
|
8
|
+
y as useDirtyStateTracking,
|
|
8
9
|
o as useDryRunQueries,
|
|
9
10
|
t as useDryRunQuery,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
i as useFilterValues,
|
|
12
|
+
b as useMultiCubeLoadQuery,
|
|
13
|
+
Q as useMultiDryRunQueries,
|
|
13
14
|
n as useResponsiveDashboard
|
|
14
15
|
};
|
|
15
16
|
//# sourceMappingURL=hooks.js.map
|
package/dist/client/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ useCubeFeatures } from './providers/CubeProvider';
|
|
|
18
18
|
export { ScrollContainerProvider, useScrollContainer } from './providers/ScrollContainerContext';
|
|
19
19
|
export { useCubeFieldLabel } from './hooks/useCubeFieldLabel';
|
|
20
20
|
export { createCubeClient } from './client/CubeClient';
|
|
21
|
-
export { useCubeMetaQuery, useCubeLoadQuery, useMultiCubeLoadQuery, useDryRunQuery, useMultiDryRunQueries, useDryRunQueries, } from './hooks/queries';
|
|
21
|
+
export { useCubeMetaQuery, useCubeLoadQuery, useCubeQuery, useMultiCubeLoadQuery, useDryRunQuery, useMultiDryRunQueries, useDryRunQueries, } from './hooks/queries';
|
|
22
22
|
export type { UseCubeMetaQueryOptions, UseCubeMetaQueryResult, UseCubeLoadQueryOptions, UseCubeLoadQueryResult, UseMultiCubeLoadQueryOptions, UseMultiCubeLoadQueryResult, DebugDataEntry, } from './hooks/queries';
|
|
23
23
|
export { useAnalysisBuilder } from './hooks/useAnalysisBuilderHook';
|
|
24
24
|
export type { UseAnalysisBuilderOptions, UseAnalysisBuilderResult, } from './hooks/useAnalysisBuilderHook';
|
package/dist/client/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { d as s, a as t, A as r, C as o, c as i, D as l, m as u, M as n, b as d,
|
|
|
2
2
|
import { C as W, D as X, L as Y, T as Z, i as $, e as ee, y as ae, z as se, m as te, n as re, t as oe, v as ie, x as le, j as ue, h as ne, l as de, p as ce, q as ye, r as ge, o as Ce, k as be, s as he, a as me, u as De, c as Me, d as pe, b as Se, f as Ae, g as Te, w as Qe } from "./chunks/charts-DQuOI5HA.js";
|
|
3
3
|
import { L as fe, c as Le, f as ve, g as Ee, i as Re, p as Be, a as Pe } from "./chunks/charts-BfXEKIrq.js";
|
|
4
4
|
import { ScrollContainerProvider as Fe, useScrollContainer as ke } from "./providers.js";
|
|
5
|
-
import { k as we, g as Ke, j as je, h as ze, i as Oe, m as qe, f as Ge, e as He, u as Ne,
|
|
5
|
+
import { k as we, g as Ke, j as je, h as ze, i as Oe, m as qe, f as Ge, e as He, u as Ne, u as Ue, d as _e, b as Je, a as We, c as Xe, v as Ye } from "./chunks/hooks-CAKGR-w0.js";
|
|
6
6
|
export {
|
|
7
7
|
s as AnalysisBuilder,
|
|
8
8
|
t as AnalyticsDashboard,
|
|
@@ -86,19 +86,20 @@ export {
|
|
|
86
86
|
Ne as useCubeLoadQuery,
|
|
87
87
|
Se as useCubeMeta,
|
|
88
88
|
Ae as useCubeMetaQuery,
|
|
89
|
+
Ue as useCubeQuery,
|
|
89
90
|
j as useDashboard,
|
|
90
91
|
z as useDashboardStore,
|
|
91
92
|
O as useDashboardStoreApi,
|
|
92
93
|
q as useDashboardStoreOptional,
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
_e as useDryRunQueries,
|
|
95
|
+
Je as useDryRunQuery,
|
|
95
96
|
G as useElementVisibility,
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
We as useMultiCubeLoadQuery,
|
|
98
|
+
Xe as useMultiDryRunQueries,
|
|
98
99
|
ke as useScrollContainer,
|
|
99
100
|
H as useScrollDetection,
|
|
100
101
|
Te as useTheme,
|
|
101
|
-
|
|
102
|
+
Ye as validateMergeKey,
|
|
102
103
|
N as validateMergeKeys,
|
|
103
104
|
U as validateMultiQueryConfig,
|
|
104
105
|
_ as validateTimeDimensionAlignment,
|