@object-ui/plugin-charts 0.3.1 → 2.0.0

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.
@@ -0,0 +1,79 @@
1
+ import { j as r } from "./index-DSBO2Kdy.js";
2
+ import { R as l, B as n, C as d, X as f, Y as p, T as x, L as u, a as c } from "./BarChart-C_I0OFbj.js";
3
+ function j({
4
+ data: e = [],
5
+ dataKey: s = "value",
6
+ xAxisKey: a = "name",
7
+ height: t = 400,
8
+ className: i = "",
9
+ // Default to standard primary color
10
+ color: o = "hsl(var(--primary))"
11
+ }) {
12
+ return /* @__PURE__ */ r.jsx("div", { className: `p-4 rounded-xl border border-border bg-card/40 backdrop-blur-sm shadow-lg shadow-background/5 ${i}`, children: /* @__PURE__ */ r.jsx(l, { width: "100%", height: t, children: /* @__PURE__ */ r.jsxs(n, { data: e, margin: { top: 20, right: 30, left: 20, bottom: 5 }, children: [
13
+ /* @__PURE__ */ r.jsxs("defs", { children: [
14
+ /* @__PURE__ */ r.jsxs("linearGradient", { id: "barGradient", x1: "0", y1: "0", x2: "0", y2: "1", children: [
15
+ /* @__PURE__ */ r.jsx("stop", { offset: "0%", stopColor: o, stopOpacity: 1 }),
16
+ /* @__PURE__ */ r.jsx("stop", { offset: "90%", stopColor: o, stopOpacity: 0.6 }),
17
+ /* @__PURE__ */ r.jsx("stop", { offset: "100%", stopColor: o, stopOpacity: 0.3 })
18
+ ] }),
19
+ /* @__PURE__ */ r.jsxs("filter", { id: "glow", height: "130%", children: [
20
+ /* @__PURE__ */ r.jsx("feGaussianBlur", { in: "SourceAlpha", stdDeviation: "3", result: "blur" }),
21
+ /* @__PURE__ */ r.jsx("feOffset", { in: "blur", dx: "0", dy: "0", result: "offsetBlur" }),
22
+ /* @__PURE__ */ r.jsx("feFlood", { floodColor: o, floodOpacity: "0.5", result: "offsetColor" }),
23
+ /* @__PURE__ */ r.jsx("feComposite", { in: "offsetColor", in2: "offsetBlur", operator: "in", result: "offsetBlur" }),
24
+ /* @__PURE__ */ r.jsxs("feMerge", { children: [
25
+ /* @__PURE__ */ r.jsx("feMergeNode", { in: "offsetBlur" }),
26
+ /* @__PURE__ */ r.jsx("feMergeNode", { in: "SourceGraphic" })
27
+ ] })
28
+ ] })
29
+ ] }),
30
+ /* @__PURE__ */ r.jsx(d, { strokeDasharray: "3 3", stroke: "hsl(var(--border))", vertical: !1 }),
31
+ /* @__PURE__ */ r.jsx(
32
+ f,
33
+ {
34
+ dataKey: a,
35
+ tick: { fill: "hsl(var(--muted-foreground))", fontSize: 12, fontFamily: "monospace" },
36
+ tickLine: !1,
37
+ axisLine: { stroke: "hsl(var(--border))" },
38
+ dy: 10
39
+ }
40
+ ),
41
+ /* @__PURE__ */ r.jsx(
42
+ p,
43
+ {
44
+ tick: { fill: "hsl(var(--muted-foreground))", fontSize: 12, fontFamily: "monospace" },
45
+ tickLine: !1,
46
+ axisLine: !1
47
+ }
48
+ ),
49
+ /* @__PURE__ */ r.jsx(
50
+ x,
51
+ {
52
+ cursor: { fill: "hsl(var(--muted))", opacity: 0.2 },
53
+ contentStyle: {
54
+ backgroundColor: "hsl(var(--popover))",
55
+ borderColor: "hsl(var(--border))",
56
+ color: "hsl(var(--popover-foreground))",
57
+ borderRadius: "8px",
58
+ fontFamily: "monospace",
59
+ boxShadow: "0 4px 6px -1px rgb(0 0 0 / 0.1)"
60
+ },
61
+ itemStyle: { color: "hsl(var(--primary))" }
62
+ }
63
+ ),
64
+ /* @__PURE__ */ r.jsx(u, { wrapperStyle: { paddingTop: "20px", fontFamily: "monospace" } }),
65
+ /* @__PURE__ */ r.jsx(
66
+ c,
67
+ {
68
+ dataKey: s,
69
+ fill: "url(#barGradient)",
70
+ radius: [4, 4, 0, 0],
71
+ filter: "url(#glow)",
72
+ animationDuration: 1500
73
+ }
74
+ )
75
+ ] }) }) });
76
+ }
77
+ export {
78
+ j as default
79
+ };
@@ -0,0 +1,494 @@
1
+ import { ComponentRegistry as m } from "@object-ui/core";
2
+ import O, { Suspense as z, useState as L, useEffect as ce } from "react";
3
+ import { Skeleton as W } from "@object-ui/components";
4
+ import { useSchemaContext as ie, useDataScope as ue } from "@object-ui/react";
5
+ var j = { exports: {} }, E = {};
6
+ var V;
7
+ function fe() {
8
+ if (V) return E;
9
+ V = 1;
10
+ var a = /* @__PURE__ */ Symbol.for("react.transitional.element"), t = /* @__PURE__ */ Symbol.for("react.fragment");
11
+ function i(u, l, c) {
12
+ var d = null;
13
+ if (c !== void 0 && (d = "" + c), l.key !== void 0 && (d = "" + l.key), "key" in l) {
14
+ c = {};
15
+ for (var p in l)
16
+ p !== "key" && (c[p] = l[p]);
17
+ } else c = l;
18
+ return l = c.ref, {
19
+ $$typeof: a,
20
+ type: u,
21
+ key: d,
22
+ ref: l !== void 0 ? l : null,
23
+ props: c
24
+ };
25
+ }
26
+ return E.Fragment = t, E.jsx = i, E.jsxs = i, E;
27
+ }
28
+ var R = {};
29
+ var J;
30
+ function de() {
31
+ return J || (J = 1, process.env.NODE_ENV !== "production" && (function() {
32
+ function a(e) {
33
+ if (e == null) return null;
34
+ if (typeof e == "function")
35
+ return e.$$typeof === le ? null : e.displayName || e.name || null;
36
+ if (typeof e == "string") return e;
37
+ switch (e) {
38
+ case C:
39
+ return "Fragment";
40
+ case H:
41
+ return "Profiler";
42
+ case G:
43
+ return "StrictMode";
44
+ case re:
45
+ return "Suspense";
46
+ case ae:
47
+ return "SuspenseList";
48
+ case ne:
49
+ return "Activity";
50
+ }
51
+ if (typeof e == "object")
52
+ switch (typeof e.tag == "number" && console.error(
53
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
54
+ ), e.$$typeof) {
55
+ case B:
56
+ return "Portal";
57
+ case Q:
58
+ return e.displayName || "Context";
59
+ case Z:
60
+ return (e._context.displayName || "Context") + ".Consumer";
61
+ case ee:
62
+ var r = e.render;
63
+ return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
64
+ case te:
65
+ return r = e.displayName || null, r !== null ? r : a(e.type) || "Memo";
66
+ case k:
67
+ r = e._payload, e = e._init;
68
+ try {
69
+ return a(e(r));
70
+ } catch {
71
+ }
72
+ }
73
+ return null;
74
+ }
75
+ function t(e) {
76
+ return "" + e;
77
+ }
78
+ function i(e) {
79
+ try {
80
+ t(e);
81
+ var r = !1;
82
+ } catch {
83
+ r = !0;
84
+ }
85
+ if (r) {
86
+ r = console;
87
+ var n = r.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
88
+ return n.call(
89
+ r,
90
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
91
+ o
92
+ ), t(e);
93
+ }
94
+ }
95
+ function u(e) {
96
+ if (e === C) return "<>";
97
+ if (typeof e == "object" && e !== null && e.$$typeof === k)
98
+ return "<...>";
99
+ try {
100
+ var r = a(e);
101
+ return r ? "<" + r + ">" : "<...>";
102
+ } catch {
103
+ return "<...>";
104
+ }
105
+ }
106
+ function l() {
107
+ var e = N.A;
108
+ return e === null ? null : e.getOwner();
109
+ }
110
+ function c() {
111
+ return Error("react-stack-top-frame");
112
+ }
113
+ function d(e) {
114
+ if (F.call(e, "key")) {
115
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
116
+ if (r && r.isReactWarning) return !1;
117
+ }
118
+ return e.key !== void 0;
119
+ }
120
+ function p(e, r) {
121
+ function n() {
122
+ K || (K = !0, console.error(
123
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
124
+ r
125
+ ));
126
+ }
127
+ n.isReactWarning = !0, Object.defineProperty(e, "key", {
128
+ get: n,
129
+ configurable: !0
130
+ });
131
+ }
132
+ function v() {
133
+ var e = a(this.type);
134
+ return Y[e] || (Y[e] = !0, console.error(
135
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
136
+ )), e = this.props.ref, e !== void 0 ? e : null;
137
+ }
138
+ function T(e, r, n, o, S, w) {
139
+ var s = n.ref;
140
+ return e = {
141
+ $$typeof: h,
142
+ type: e,
143
+ key: r,
144
+ props: n,
145
+ _owner: o
146
+ }, (s !== void 0 ? s : null) !== null ? Object.defineProperty(e, "ref", {
147
+ enumerable: !1,
148
+ get: v
149
+ }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
150
+ configurable: !1,
151
+ enumerable: !1,
152
+ writable: !0,
153
+ value: 0
154
+ }), Object.defineProperty(e, "_debugInfo", {
155
+ configurable: !1,
156
+ enumerable: !1,
157
+ writable: !0,
158
+ value: null
159
+ }), Object.defineProperty(e, "_debugStack", {
160
+ configurable: !1,
161
+ enumerable: !1,
162
+ writable: !0,
163
+ value: S
164
+ }), Object.defineProperty(e, "_debugTask", {
165
+ configurable: !1,
166
+ enumerable: !1,
167
+ writable: !0,
168
+ value: w
169
+ }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
170
+ }
171
+ function x(e, r, n, o, S, w) {
172
+ var s = r.children;
173
+ if (s !== void 0)
174
+ if (o)
175
+ if (oe(s)) {
176
+ for (o = 0; o < s.length; o++)
177
+ y(s[o]);
178
+ Object.freeze && Object.freeze(s);
179
+ } else
180
+ console.error(
181
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
182
+ );
183
+ else y(s);
184
+ if (F.call(r, "key")) {
185
+ s = a(e);
186
+ var _ = Object.keys(r).filter(function(se) {
187
+ return se !== "key";
188
+ });
189
+ o = 0 < _.length ? "{key: someKey, " + _.join(": ..., ") + ": ...}" : "{key: someKey}", I[s + o] || (_ = 0 < _.length ? "{" + _.join(": ..., ") + ": ...}" : "{}", console.error(
190
+ `A props object containing a "key" prop is being spread into JSX:
191
+ let props = %s;
192
+ <%s {...props} />
193
+ React keys must be passed directly to JSX without using spread:
194
+ let props = %s;
195
+ <%s key={someKey} {...props} />`,
196
+ o,
197
+ s,
198
+ _,
199
+ s
200
+ ), I[s + o] = !0);
201
+ }
202
+ if (s = null, n !== void 0 && (i(n), s = "" + n), d(r) && (i(r.key), s = "" + r.key), "key" in r) {
203
+ n = {};
204
+ for (var D in r)
205
+ D !== "key" && (n[D] = r[D]);
206
+ } else n = r;
207
+ return s && p(
208
+ n,
209
+ typeof e == "function" ? e.displayName || e.name || "Unknown" : e
210
+ ), T(
211
+ e,
212
+ s,
213
+ n,
214
+ l(),
215
+ S,
216
+ w
217
+ );
218
+ }
219
+ function y(e) {
220
+ A(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === k && (e._payload.status === "fulfilled" ? A(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
221
+ }
222
+ function A(e) {
223
+ return typeof e == "object" && e !== null && e.$$typeof === h;
224
+ }
225
+ var f = O, h = /* @__PURE__ */ Symbol.for("react.transitional.element"), B = /* @__PURE__ */ Symbol.for("react.portal"), C = /* @__PURE__ */ Symbol.for("react.fragment"), G = /* @__PURE__ */ Symbol.for("react.strict_mode"), H = /* @__PURE__ */ Symbol.for("react.profiler"), Z = /* @__PURE__ */ Symbol.for("react.consumer"), Q = /* @__PURE__ */ Symbol.for("react.context"), ee = /* @__PURE__ */ Symbol.for("react.forward_ref"), re = /* @__PURE__ */ Symbol.for("react.suspense"), ae = /* @__PURE__ */ Symbol.for("react.suspense_list"), te = /* @__PURE__ */ Symbol.for("react.memo"), k = /* @__PURE__ */ Symbol.for("react.lazy"), ne = /* @__PURE__ */ Symbol.for("react.activity"), le = /* @__PURE__ */ Symbol.for("react.client.reference"), N = f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, F = Object.prototype.hasOwnProperty, oe = Array.isArray, P = console.createTask ? console.createTask : function() {
226
+ return null;
227
+ };
228
+ f = {
229
+ react_stack_bottom_frame: function(e) {
230
+ return e();
231
+ }
232
+ };
233
+ var K, Y = {}, M = f.react_stack_bottom_frame.bind(
234
+ f,
235
+ c
236
+ )(), $ = P(u(c)), I = {};
237
+ R.Fragment = C, R.jsx = function(e, r, n) {
238
+ var o = 1e4 > N.recentlyCreatedOwnerStacks++;
239
+ return x(
240
+ e,
241
+ r,
242
+ n,
243
+ !1,
244
+ o ? Error("react-stack-top-frame") : M,
245
+ o ? P(u(e)) : $
246
+ );
247
+ }, R.jsxs = function(e, r, n) {
248
+ var o = 1e4 > N.recentlyCreatedOwnerStacks++;
249
+ return x(
250
+ e,
251
+ r,
252
+ n,
253
+ !0,
254
+ o ? Error("react-stack-top-frame") : M,
255
+ o ? P(u(e)) : $
256
+ );
257
+ };
258
+ })()), R;
259
+ }
260
+ var q;
261
+ function pe() {
262
+ return q || (q = 1, process.env.NODE_ENV === "production" ? j.exports = fe() : j.exports = de()), j.exports;
263
+ }
264
+ var g = pe();
265
+ const me = O.lazy(() => import("./ChartImpl-B5LY4On3.js")), be = O.lazy(() => import("./AdvancedChartImpl-DFmeUY4Q.js")), U = ({ schema: a }) => /* @__PURE__ */ g.jsx(z, { fallback: /* @__PURE__ */ g.jsx(W, { className: "w-full h-[400px]" }), children: /* @__PURE__ */ g.jsx(
266
+ me,
267
+ {
268
+ data: a.data,
269
+ dataKey: a.dataKey,
270
+ xAxisKey: a.xAxisKey,
271
+ height: a.height,
272
+ className: a.className,
273
+ color: a.color
274
+ }
275
+ ) }), b = ({ schema: a }) => {
276
+ const t = O.useMemo(() => {
277
+ let i = a.series, u = a.xAxisKey, l = a.config;
278
+ if (u || (a.index ? u = a.index : a.category && (u = a.category)), i || (a.categories ? i = a.categories.map((c) => ({ dataKey: c })) : a.value && (i = [{ dataKey: a.value }])), !l && i) {
279
+ const c = a.colors || ["hsl(var(--chart-1))", "hsl(var(--chart-2))", "hsl(var(--chart-3))"], d = {};
280
+ i.forEach((p, v) => {
281
+ d[p.dataKey] = { label: p.dataKey, color: c[v % c.length] };
282
+ }), l = d;
283
+ }
284
+ return {
285
+ chartType: a.chartType,
286
+ data: a.data,
287
+ config: l,
288
+ xAxisKey: u,
289
+ series: i,
290
+ className: a.className
291
+ };
292
+ }, [a]);
293
+ return /* @__PURE__ */ g.jsx(z, { fallback: /* @__PURE__ */ g.jsx(W, { className: "w-full h-[400px]" }), children: /* @__PURE__ */ g.jsx(
294
+ be,
295
+ {
296
+ chartType: t.chartType,
297
+ data: t.data,
298
+ config: t.config,
299
+ xAxisKey: t.xAxisKey,
300
+ series: t.series,
301
+ className: t.className
302
+ }
303
+ ) });
304
+ }, X = (a) => {
305
+ const { schema: t } = a, i = ie(), u = a.dataSource || i.dataSource, l = ue(t.bind), [c, d] = L([]), [p, v] = L(!1);
306
+ ce(() => {
307
+ let y = !0;
308
+ const A = async () => {
309
+ if (!(!u || !t.objectName)) {
310
+ y && v(!0);
311
+ try {
312
+ const f = await u.find(t.objectName, {
313
+ $filter: t.filter
314
+ });
315
+ let h = [];
316
+ Array.isArray(f) ? h = f : f && typeof f == "object" && Array.isArray(f.value) && (h = f.value), y && d(h);
317
+ } catch (f) {
318
+ console.error("[ObjectChart] Fetch error:", f);
319
+ } finally {
320
+ y && v(!1);
321
+ }
322
+ }
323
+ };
324
+ return t.objectName && !l && !t.data && A(), () => {
325
+ y = !1;
326
+ };
327
+ }, [t.objectName, u, l, t.data, t.filter]);
328
+ const T = l || t.data || c || [], x = {
329
+ ...t,
330
+ data: T
331
+ };
332
+ return p && T.length, /* @__PURE__ */ g.jsx(b, { ...a, schema: x });
333
+ };
334
+ m.register("object-chart", X, {
335
+ namespace: "plugin-charts",
336
+ label: "Object Chart",
337
+ category: "view",
338
+ inputs: [
339
+ { name: "objectName", type: "string", label: "Object Name", required: !0 },
340
+ { name: "data", type: "array", label: "Data", description: "Optional static data" },
341
+ { name: "filter", type: "array", label: "Filter" }
342
+ ]
343
+ });
344
+ const _e = {
345
+ "bar-chart": U,
346
+ chart: b
347
+ };
348
+ m.register(
349
+ "bar-chart",
350
+ U,
351
+ {
352
+ namespace: "plugin-charts",
353
+ label: "Bar Chart",
354
+ category: "plugin",
355
+ inputs: [
356
+ { name: "data", type: "array", label: "Data", required: !0 },
357
+ { name: "dataKey", type: "string", label: "Data Key", defaultValue: "value" },
358
+ { name: "xAxisKey", type: "string", label: "X-Axis Key", defaultValue: "name" },
359
+ { name: "height", type: "number", label: "Height", defaultValue: 400 },
360
+ { name: "color", type: "color", label: "Color", defaultValue: "#8884d8" }
361
+ ],
362
+ defaultProps: {
363
+ data: [
364
+ { name: "Jan", value: 400 },
365
+ { name: "Feb", value: 300 },
366
+ { name: "Mar", value: 600 },
367
+ { name: "Apr", value: 800 },
368
+ { name: "May", value: 500 }
369
+ ],
370
+ dataKey: "value",
371
+ xAxisKey: "name",
372
+ height: 400,
373
+ color: "#8884d8"
374
+ }
375
+ }
376
+ );
377
+ m.register("chart", X, {
378
+ namespace: "view",
379
+ category: "view",
380
+ label: "Chart",
381
+ inputs: [
382
+ { name: "objectName", type: "string", label: "Object Name", required: !0 },
383
+ { name: "type", type: "string", label: "Chart Type" },
384
+ { name: "categoryField", type: "string", label: "Category Field" },
385
+ { name: "valueField", type: "string", label: "Value Field" }
386
+ ]
387
+ });
388
+ m.register(
389
+ "chart",
390
+ b,
391
+ {
392
+ namespace: "plugin-charts",
393
+ label: "Chart",
394
+ category: "plugin",
395
+ inputs: [
396
+ {
397
+ name: "chartType",
398
+ type: "enum",
399
+ label: "Chart Type",
400
+ enum: [
401
+ { label: "Bar", value: "bar" },
402
+ { label: "Line", value: "line" },
403
+ { label: "Area", value: "area" },
404
+ { label: "Pie", value: "pie" },
405
+ { label: "Donut", value: "donut" },
406
+ { label: "Radar", value: "radar" },
407
+ { label: "Scatter", value: "scatter" }
408
+ ],
409
+ defaultValue: "bar"
410
+ },
411
+ { name: "data", type: "code", label: "Data (JSON)", required: !0 },
412
+ { name: "config", type: "code", label: "Config (JSON)" },
413
+ { name: "xAxisKey", type: "string", label: "X Axis Key", defaultValue: "name" },
414
+ { name: "series", type: "code", label: "Series (JSON Array)", required: !0 },
415
+ { name: "className", type: "string", label: "CSS Class" }
416
+ ],
417
+ defaultProps: {
418
+ chartType: "bar",
419
+ data: [
420
+ { name: "Jan", sales: 400, revenue: 240 },
421
+ { name: "Feb", sales: 300, revenue: 139 },
422
+ { name: "Mar", sales: 600, revenue: 380 },
423
+ { name: "Apr", sales: 800, revenue: 430 },
424
+ { name: "May", sales: 500, revenue: 220 }
425
+ ],
426
+ config: {
427
+ sales: { label: "Sales", color: "#8884d8" },
428
+ revenue: { label: "Revenue", color: "#82ca9d" }
429
+ },
430
+ xAxisKey: "name",
431
+ series: [
432
+ { dataKey: "sales" },
433
+ { dataKey: "revenue" }
434
+ ]
435
+ }
436
+ }
437
+ );
438
+ m.register(
439
+ "chart:bar",
440
+ b,
441
+ {
442
+ namespace: "plugin-charts",
443
+ label: "Bar Chart (Alias)",
444
+ category: "plugin",
445
+ defaultProps: { chartType: "bar" }
446
+ }
447
+ );
448
+ m.register(
449
+ "pie-chart",
450
+ b,
451
+ {
452
+ namespace: "plugin-charts",
453
+ label: "Pie Chart",
454
+ category: "plugin",
455
+ defaultProps: { chartType: "pie" }
456
+ }
457
+ );
458
+ m.register(
459
+ "donut-chart",
460
+ b,
461
+ {
462
+ namespace: "plugin-charts",
463
+ label: "Donut Chart",
464
+ category: "plugin",
465
+ defaultProps: { chartType: "donut" }
466
+ }
467
+ );
468
+ m.register(
469
+ "radar-chart",
470
+ b,
471
+ {
472
+ namespace: "plugin-charts",
473
+ label: "Radar Chart",
474
+ category: "plugin",
475
+ defaultProps: { chartType: "radar" }
476
+ }
477
+ );
478
+ m.register(
479
+ "scatter-chart",
480
+ b,
481
+ {
482
+ namespace: "plugin-charts",
483
+ label: "Scatter Chart",
484
+ category: "plugin",
485
+ defaultProps: { chartType: "scatter" }
486
+ }
487
+ );
488
+ export {
489
+ U as C,
490
+ X as O,
491
+ b as a,
492
+ _e as c,
493
+ g as j
494
+ };
package/dist/index.js CHANGED
@@ -1,9 +1,8 @@
1
- import { C as m, a as p, c as n } from "./index-CTfEtwhn.js";
2
- import "react";
3
1
  import "@object-ui/core";
4
- import "@object-ui/components";
2
+ import { C as t, a as o, O as s, c as C } from "./index-DSBO2Kdy.js";
5
3
  export {
6
- m as ChartBarRenderer,
7
- p as ChartRenderer,
8
- n as chartComponents
4
+ t as ChartBarRenderer,
5
+ o as ChartRenderer,
6
+ s as ObjectChart,
7
+ C as chartComponents
9
8
  };