drizzle-cube 0.1.42 → 0.1.43
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/client/charts.js +1 -1
- package/dist/client/chunks/{charts-VcPFhxyE.js → charts-DgmZAw3A.js} +2 -2
- package/dist/client/chunks/{charts-VcPFhxyE.js.map → charts-DgmZAw3A.js.map} +1 -1
- package/dist/client/chunks/{components-DzCsplX7.js → components-BI1Xc4js.js} +8115 -7292
- package/dist/client/chunks/components-BI1Xc4js.js.map +1 -0
- package/dist/client/chunks/{icons-MNJ50ahP.js → icons-oifcbJCc.js} +309 -255
- package/dist/client/chunks/icons-oifcbJCc.js.map +1 -0
- package/dist/client/chunks/{providers-DwDirAYo.js → providers-ChcxFwXu.js} +66 -64
- package/dist/client/chunks/providers-ChcxFwXu.js.map +1 -0
- package/dist/client/components/AnalyticsDashboard.d.ts +1 -1
- package/dist/client/components/DashboardFilterPanel.d.ts +15 -0
- package/dist/client/components/DashboardGrid.d.ts +5 -2
- package/dist/client/components/PortletFilterConfigModal.d.ts +11 -0
- package/dist/client/components.js +2 -2
- package/dist/client/hooks.js +17 -17
- package/dist/client/hooks.js.map +1 -1
- package/dist/client/index.js +3 -3
- package/dist/client/providers.js +1 -1
- package/dist/client/styles.css +1 -1
- package/dist/client/types.d.ts +10 -0
- package/dist/client/utils/filterUtils.d.ts +40 -0
- package/dist/client-bundle-stats.html +1 -1
- package/package.json +1 -1
- package/dist/client/chunks/components-DzCsplX7.js.map +0 -1
- package/dist/client/chunks/icons-MNJ50ahP.js.map +0 -1
- package/dist/client/chunks/providers-DwDirAYo.js.map +0 -1
package/dist/client/charts.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as t, C as s, D as h, N as R, F as e, A as C, B as c, L as O, P as T, R as A, a as L, S, T as I, f as _ } from "./chunks/charts-
|
|
1
|
+
import { r as t, C as s, D as h, N as R, F as e, A as C, B as c, L as O, P as T, R as A, a as L, S, T as I, f as _ } from "./chunks/charts-DgmZAw3A.js";
|
|
2
2
|
export {
|
|
3
3
|
t as CHART_COLORS,
|
|
4
4
|
s as CHART_MARGINS,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s, jsxs as N, Fragment as $e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as H } from "react";
|
|
3
3
|
import { ResponsiveContainer as _e, Tooltip as yt, ComposedChart as it, CartesianGrid as ye, XAxis as ge, YAxis as pe, Legend as K, Bar as gt, Cell as Le, Line as U, LineChart as pt, Area as vt, PieChart as bt, Pie as wt, ScatterChart as Nt, Scatter as Oe, RadarChart as At, PolarGrid as kt, PolarAngleAxis as St, PolarRadiusAxis as Mt, Radar as $t, RadialBarChart as Lt, RadialBar as Tt, Treemap as Ft } from "recharts";
|
|
4
|
-
import { u as B } from "./providers-
|
|
4
|
+
import { u as B } from "./providers-ChcxFwXu.js";
|
|
5
5
|
function C({ children: e, height: t = "100%" }) {
|
|
6
6
|
try {
|
|
7
7
|
if (t === "100%")
|
|
@@ -2422,4 +2422,4 @@ export {
|
|
|
2422
2422
|
rr as y,
|
|
2423
2423
|
ir as z
|
|
2424
2424
|
};
|
|
2425
|
-
//# sourceMappingURL=charts-
|
|
2425
|
+
//# sourceMappingURL=charts-DgmZAw3A.js.map
|