@object-ui/plugin-aggrid 4.0.1 → 4.0.4

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/AgGridImpl-CAfXf2vU.js +225 -0
  3. package/dist/ObjectAgGridImpl-C-HQaIhp.js +460 -0
  4. package/dist/index.js +21 -16
  5. package/dist/index.umd.cjs +1 -238
  6. package/package.json +7 -7
  7. package/dist/AddressField-CP-8JJvR.js +0 -98
  8. package/dist/AgGridImpl-DiTsK8F6.js +0 -226
  9. package/dist/AutoNumberField-DCL2eUJj.js +0 -14
  10. package/dist/AvatarField-DuaF__ns.js +0 -83
  11. package/dist/BooleanField-0QUz5DOy.js +0 -41
  12. package/dist/CodeField-iTabv7wS.js +0 -23
  13. package/dist/ColorField-R7ZmLj1V.js +0 -38
  14. package/dist/CurrencyField-CEu2SjEj.js +0 -49
  15. package/dist/DateField-DoaPu9GV.js +0 -22
  16. package/dist/DateTimeField-DcKX54zr.js +0 -30
  17. package/dist/EmailField-eYfpFAtE.js +0 -26
  18. package/dist/FileField-DtvoWRK-.js +0 -214
  19. package/dist/FormulaField-DF6-4u2b.js +0 -17
  20. package/dist/GeolocationField-CyzG2dqR.js +0 -161
  21. package/dist/GridField-BFlgbp8W.js +0 -49
  22. package/dist/ImageCropperDialog-BFlbM7vO.js +0 -153
  23. package/dist/ImageField-DoXNtXV_.js +0 -145
  24. package/dist/LocationField-BeYK6K9V.js +0 -36
  25. package/dist/LookupField-DXGCnQ3q.js +0 -1063
  26. package/dist/MasterDetailField-JpmMudRV.js +0 -110
  27. package/dist/NumberField-BYuCxbmU.js +0 -27
  28. package/dist/ObjectAgGridImpl-Bz5whFec.js +0 -20000
  29. package/dist/ObjectField-Dlf_yrMC.js +0 -50
  30. package/dist/PasswordField-40E439oE.js +0 -61
  31. package/dist/PercentField-BvdQEcfn.js +0 -61
  32. package/dist/PhoneField-CBuoC-vs.js +0 -26
  33. package/dist/QRCodeField-CrRsA1vB.js +0 -145
  34. package/dist/RatingField-BVkroiQ4.js +0 -43
  35. package/dist/RichTextField-DEYNcokk.js +0 -33
  36. package/dist/SelectField-K-xoVDss.js +0 -36
  37. package/dist/SignatureField-D0nUx3Cb.js +0 -99
  38. package/dist/SliderField-C2EpGbj8.js +0 -35
  39. package/dist/SummaryField-S6Gt7IDC.js +0 -22
  40. package/dist/TextAreaField-j4eJQ66C.js +0 -125
  41. package/dist/TextField-DccUZtd7.js +0 -30
  42. package/dist/TimeField-CWbpycPt.js +0 -22
  43. package/dist/UrlField-BkPyImh9.js +0 -31
  44. package/dist/UserField-LrhYdvnz.js +0 -77
  45. package/dist/VectorField-Baa_mHsO.js +0 -34
  46. package/dist/check-CBAnx5TO.js +0 -7
  47. package/dist/createLucideIcon-BtZxPlua.js +0 -42
  48. package/dist/crop-2wjrXKXD.js +0 -10
  49. package/dist/dist-BcXWTU-8.js +0 -54
  50. package/dist/index.css +0 -2
  51. package/dist/jsx-runtime-CXSCp6pT.js +0 -180
  52. package/dist/loader-circle-Cxg-xF4u.js +0 -7
  53. package/dist/plus-COkdZ2Fh.js +0 -10
  54. package/dist/rolldown-runtime-CkxV0rQ3.js +0 -14
  55. package/dist/upload-DWhfIa3Y.js +0 -17
  56. package/dist/useFieldTranslation-DtLNhrx3.js +0 -305
  57. package/dist/x-BDi_yYx9.js +0 -10
@@ -0,0 +1,460 @@
1
+ import { useCallback as e, useEffect as t, useMemo as n, useRef as r, useState as i } from "react";
2
+ import { buildExpandFields as a } from "@object-ui/core";
3
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
4
+ import { AgGridReact as c } from "ag-grid-react";
5
+ import { createRoot as l } from "react-dom/client";
6
+ import { AvatarField as u, BooleanField as d, CodeField as f, ColorField as p, CurrencyField as m, DateField as h, DateTimeField as g, EmailField as _, ImageField as v, LookupField as y, NumberField as b, PasswordField as x, PercentField as S, PhoneField as C, RatingField as w, SelectField as T, SliderField as E, TextAreaField as D, TextField as O, TimeField as k, UrlField as A } from "@object-ui/fields";
7
+ //#region src/object-aggrid.types.ts
8
+ var j = {
9
+ text: "agTextColumnFilter",
10
+ textarea: "agTextColumnFilter",
11
+ number: "agNumberColumnFilter",
12
+ currency: "agNumberColumnFilter",
13
+ percent: "agNumberColumnFilter",
14
+ boolean: "agSetColumnFilter",
15
+ date: "agDateColumnFilter",
16
+ datetime: "agDateColumnFilter",
17
+ time: "agTextColumnFilter",
18
+ email: "agTextColumnFilter",
19
+ phone: "agTextColumnFilter",
20
+ url: "agTextColumnFilter",
21
+ select: "agSetColumnFilter"
22
+ }, M = {
23
+ text: O,
24
+ textarea: D,
25
+ number: b,
26
+ currency: m,
27
+ percent: S,
28
+ boolean: d,
29
+ select: T,
30
+ date: h,
31
+ datetime: g,
32
+ time: k,
33
+ email: _,
34
+ phone: C,
35
+ url: A,
36
+ password: x,
37
+ color: p,
38
+ rating: w,
39
+ image: v,
40
+ avatar: u,
41
+ lookup: y,
42
+ slider: E,
43
+ code: f
44
+ };
45
+ function N(e) {
46
+ return M[e] || null;
47
+ }
48
+ var P = class {
49
+ eGui;
50
+ root = null;
51
+ init(e) {
52
+ let { value: t, field: n } = e, r = N(n.type);
53
+ this.eGui = document.createElement("div"), this.eGui.className = "field-widget-cell", r ? (this.root = l(this.eGui), this.root.render(/* @__PURE__ */ o(r, {
54
+ value: t,
55
+ onChange: () => {},
56
+ field: n,
57
+ readonly: !0
58
+ }))) : this.eGui.textContent = t == null ? "" : String(t);
59
+ }
60
+ getGui() {
61
+ return this.eGui;
62
+ }
63
+ refresh(e) {
64
+ let { value: t, field: n } = e, r = N(n.type);
65
+ return r && this.root ? (this.root.render(/* @__PURE__ */ o(r, {
66
+ value: t,
67
+ onChange: () => {},
68
+ field: n,
69
+ readonly: !0
70
+ })), !0) : this.eGui ? (this.eGui.textContent = t == null ? "" : String(t), !0) : !1;
71
+ }
72
+ destroy() {
73
+ this.root && this.root.unmount();
74
+ }
75
+ }, F = class {
76
+ eGui;
77
+ root = null;
78
+ currentValue;
79
+ params;
80
+ init(e) {
81
+ this.params = e, this.currentValue = e.value;
82
+ let { field: t } = e, n = N(t.type);
83
+ if (this.eGui = document.createElement("div"), this.eGui.className = "field-widget-editor", n) this.root = l(this.eGui), this.root.render(/* @__PURE__ */ o(n, {
84
+ value: this.currentValue,
85
+ onChange: (e) => {
86
+ this.currentValue = e;
87
+ },
88
+ field: t,
89
+ readonly: !1
90
+ }));
91
+ else {
92
+ let e = document.createElement("input");
93
+ e.value = this.currentValue == null ? "" : String(this.currentValue), e.className = "ag-input-field-input ag-text-field-input", e.addEventListener("input", (e) => {
94
+ this.currentValue = e.target.value;
95
+ }), this.eGui.appendChild(e), setTimeout(() => e.focus(), 0);
96
+ }
97
+ }
98
+ getGui() {
99
+ return this.eGui;
100
+ }
101
+ getValue() {
102
+ return this.currentValue;
103
+ }
104
+ destroy() {
105
+ this.root && this.root.unmount();
106
+ }
107
+ isPopup() {
108
+ return [
109
+ "date",
110
+ "datetime",
111
+ "select",
112
+ "lookup",
113
+ "color"
114
+ ].includes(this.params.field.type);
115
+ }
116
+ };
117
+ function I(e) {
118
+ return class extends P {
119
+ init(t) {
120
+ super.init({
121
+ ...t,
122
+ field: e
123
+ });
124
+ }
125
+ refresh(t) {
126
+ return super.refresh({
127
+ ...t,
128
+ field: e
129
+ });
130
+ }
131
+ };
132
+ }
133
+ function L(e) {
134
+ return class extends F {
135
+ init(t) {
136
+ super.init({
137
+ ...t,
138
+ field: e
139
+ });
140
+ }
141
+ };
142
+ }
143
+ //#endregion
144
+ //#region src/ObjectAgGridImpl.tsx
145
+ function R({ objectName: l, dataSource: u, fields: d, fieldNames: f, filters: p, sort: m, pageSize: h = 10, pagination: g = !0, domLayout: _ = "normal", animateRows: v = !0, rowSelection: y, theme: b = "quartz", height: x = 500, className: S = "", editable: C = !1, editType: w, singleClickEdit: T = !1, stopEditingWhenCellsLoseFocus: E = !0, exportConfig: D, statusBar: O, callbacks: k, columnConfig: A, enableRangeSelection: j = !1, enableCharts: M = !1, contextMenu: N }) {
146
+ let P = r(null), [F, I] = i(!0), [L, R] = i(null), [B, V] = i(null), [H, U] = i([]);
147
+ t(() => {
148
+ if (!u) {
149
+ R(/* @__PURE__ */ Error("DataSource is required")), I(!1);
150
+ return;
151
+ }
152
+ (async () => {
153
+ try {
154
+ I(!0), R(null), V(await u.getObjectSchema(l));
155
+ } catch (e) {
156
+ let t = e instanceof Error ? e : Error(String(e));
157
+ R(t), k?.onDataError?.(t);
158
+ } finally {
159
+ I(!1);
160
+ }
161
+ })();
162
+ }, [
163
+ l,
164
+ u,
165
+ k
166
+ ]), t(() => {
167
+ !u || !B || (async () => {
168
+ try {
169
+ I(!0), R(null);
170
+ let e = {
171
+ $top: h,
172
+ $skip: 0
173
+ };
174
+ p && (e.$filter = p), m && (e.$orderby = m);
175
+ let t = a(B?.fields);
176
+ t.length > 0 && (e.$expand = t);
177
+ let n = await u.find(l, e);
178
+ U(n.data || []), k?.onDataLoaded?.(n.data || []);
179
+ } catch (e) {
180
+ let t = e instanceof Error ? e : Error(String(e));
181
+ R(t), k?.onDataError?.(t);
182
+ } finally {
183
+ I(!1);
184
+ }
185
+ })();
186
+ }, [
187
+ l,
188
+ u,
189
+ B,
190
+ p,
191
+ m,
192
+ h,
193
+ k
194
+ ]);
195
+ let W = n(() => {
196
+ if (!B?.fields) return [];
197
+ let e = d || Object.values(B.fields);
198
+ return (f ? e.filter((e) => f.includes(e.name)) : e).map((e) => {
199
+ let t = {
200
+ field: e.name,
201
+ headerName: e.label || e.name,
202
+ sortable: e.sortable !== !1,
203
+ filter: ee(e),
204
+ editable: C && !e.readonly
205
+ };
206
+ return A && (A.resizable !== void 0 && (t.resizable = A.resizable), A.sortable !== void 0 && t.sortable === void 0 && (t.sortable = A.sortable)), z(t, e), t;
207
+ });
208
+ }, [
209
+ B,
210
+ d,
211
+ f,
212
+ C,
213
+ A
214
+ ]), G = n(() => {
215
+ if (!O?.enabled) return;
216
+ let e = O.aggregations || [
217
+ "count",
218
+ "sum",
219
+ "avg"
220
+ ], t = [];
221
+ return e.includes("count") && t.push({
222
+ statusPanel: "agAggregationComponent",
223
+ statusPanelParams: { aggFuncs: ["count"] }
224
+ }), e.includes("sum") && t.push({
225
+ statusPanel: "agAggregationComponent",
226
+ statusPanelParams: { aggFuncs: ["sum"] }
227
+ }), e.includes("avg") && t.push({
228
+ statusPanel: "agAggregationComponent",
229
+ statusPanelParams: { aggFuncs: ["avg"] }
230
+ }), e.includes("min") && t.push({
231
+ statusPanel: "agAggregationComponent",
232
+ statusPanelParams: { aggFuncs: ["min"] }
233
+ }), e.includes("max") && t.push({
234
+ statusPanel: "agAggregationComponent",
235
+ statusPanelParams: { aggFuncs: ["max"] }
236
+ }), t;
237
+ }, [O]), K = e(() => {
238
+ if (!P.current?.api) return;
239
+ let e = {
240
+ fileName: D?.fileName || `${l}-export.csv`,
241
+ skipColumnHeaders: D?.skipColumnHeaders || !1,
242
+ allColumns: D?.allColumns || !1,
243
+ onlySelected: D?.onlySelected || !1
244
+ };
245
+ if (P.current.api.exportDataAsCsv(e), k?.onExport) {
246
+ let e = D?.onlySelected ? P.current.api.getSelectedRows() : H;
247
+ k.onExport(e || [], "csv");
248
+ }
249
+ }, [
250
+ D,
251
+ k,
252
+ H,
253
+ l
254
+ ]), q = e((e) => {
255
+ if (!N?.enabled) return [];
256
+ let t = [];
257
+ return (N.items || [
258
+ "copy",
259
+ "copyWithHeaders",
260
+ "separator",
261
+ "export"
262
+ ]).forEach((e) => {
263
+ e === "export" ? t.push({
264
+ name: "Export CSV",
265
+ icon: "<span>📥</span>",
266
+ action: () => K()
267
+ }) : e === "autoSizeAll" ? t.push({
268
+ name: "Auto-size All Columns",
269
+ action: () => {
270
+ P.current?.api && P.current.api.autoSizeAllColumns();
271
+ }
272
+ }) : e === "resetColumns" ? t.push({
273
+ name: "Reset Columns",
274
+ action: () => {
275
+ P.current?.api && P.current.api.resetColumnState();
276
+ }
277
+ }) : t.push(e);
278
+ }), N.customItems && (t.length > 0 && t.push("separator"), N.customItems.forEach((n) => {
279
+ t.push({
280
+ name: n.name,
281
+ disabled: n.disabled,
282
+ action: () => {
283
+ k?.onContextMenuAction && k.onContextMenuAction(n.action, e.node?.data);
284
+ }
285
+ });
286
+ })), t;
287
+ }, [
288
+ N,
289
+ K,
290
+ k
291
+ ]), J = e((e) => {
292
+ k?.onCellClicked?.(e);
293
+ }, [k]), Y = e((e) => {
294
+ k?.onRowClicked?.(e);
295
+ }, [k]), X = e((e) => {
296
+ k?.onSelectionChanged?.(e);
297
+ }, [k]), Z = e(async (e) => {
298
+ if (k?.onCellValueChanged?.(e), u && e.data && e.data.id) try {
299
+ await u.update(l, e.data.id, { [e.colDef.field]: e.newValue });
300
+ } catch (t) {
301
+ console.error("Failed to update record:", t), e.node.setDataValue(e.colDef.field, e.oldValue);
302
+ }
303
+ }, [
304
+ k,
305
+ u,
306
+ l
307
+ ]), Q = e((e) => {
308
+ P.current = e;
309
+ }, []), te = n(() => ({
310
+ pagination: g,
311
+ paginationPageSize: h,
312
+ domLayout: _,
313
+ animateRows: v,
314
+ rowSelection: y,
315
+ editType: w,
316
+ singleClickEdit: T,
317
+ stopEditingWhenCellsLoseFocus: E,
318
+ statusBar: G ? { statusPanels: G } : void 0,
319
+ enableRangeSelection: j,
320
+ enableCharts: M,
321
+ getContextMenuItems: N?.enabled ? q : void 0,
322
+ suppressCellFocus: !C,
323
+ enableCellTextSelection: !0,
324
+ ensureDomOrder: !0,
325
+ onCellClicked: J,
326
+ onRowClicked: Y,
327
+ onSelectionChanged: X,
328
+ onCellValueChanged: Z,
329
+ onGridReady: Q
330
+ }), [
331
+ g,
332
+ h,
333
+ _,
334
+ v,
335
+ y,
336
+ w,
337
+ T,
338
+ E,
339
+ G,
340
+ j,
341
+ M,
342
+ N,
343
+ q,
344
+ C,
345
+ J,
346
+ Y,
347
+ X,
348
+ Z,
349
+ Q
350
+ ]), $ = n(() => ({
351
+ height: typeof x == "number" ? `${x}px` : x,
352
+ width: "100%"
353
+ }), [x]), ne = [
354
+ `ag-theme-${b}`,
355
+ "rounded-xl",
356
+ "border",
357
+ "border-border",
358
+ "overflow-hidden",
359
+ "shadow-lg",
360
+ S
361
+ ].filter(Boolean).join(" ");
362
+ return F ? /* @__PURE__ */ o("div", {
363
+ className: "flex items-center justify-center",
364
+ style: $,
365
+ children: /* @__PURE__ */ s("div", {
366
+ className: "text-muted-foreground",
367
+ children: [
368
+ "Loading ",
369
+ l,
370
+ "..."
371
+ ]
372
+ })
373
+ }) : L ? /* @__PURE__ */ o("div", {
374
+ className: "flex items-center justify-center",
375
+ style: $,
376
+ children: /* @__PURE__ */ s("div", {
377
+ className: "text-destructive",
378
+ children: ["Error loading data: ", L.message]
379
+ })
380
+ }) : /* @__PURE__ */ s("div", {
381
+ className: "object-aggrid-container",
382
+ children: [D?.enabled && /* @__PURE__ */ o("div", {
383
+ className: "mb-2 flex gap-2",
384
+ children: /* @__PURE__ */ o("button", {
385
+ onClick: K,
386
+ className: "px-3 py-1.5 text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 rounded-md transition-colors",
387
+ children: "Export CSV"
388
+ })
389
+ }), /* @__PURE__ */ o("div", {
390
+ className: ne,
391
+ style: $,
392
+ children: /* @__PURE__ */ o(c, {
393
+ ref: P,
394
+ rowData: H,
395
+ columnDefs: W,
396
+ gridOptions: te
397
+ })
398
+ })]
399
+ });
400
+ }
401
+ function ee(e) {
402
+ return e.filterable === !1 ? !1 : j[e.type] || "agTextColumnFilter";
403
+ }
404
+ function z(e, t) {
405
+ if ([
406
+ "text",
407
+ "textarea",
408
+ "number",
409
+ "currency",
410
+ "percent",
411
+ "boolean",
412
+ "select",
413
+ "date",
414
+ "datetime",
415
+ "time",
416
+ "email",
417
+ "phone",
418
+ "url",
419
+ "password",
420
+ "color",
421
+ "rating",
422
+ "image",
423
+ "avatar",
424
+ "lookup",
425
+ "slider",
426
+ "code"
427
+ ].includes(t.type)) e.cellRenderer = I(t), e.editable && (e.cellEditor = L(t), [
428
+ "date",
429
+ "datetime",
430
+ "select",
431
+ "lookup",
432
+ "color"
433
+ ].includes(t.type) && (e.cellEditorPopup = !0));
434
+ else switch (t.type) {
435
+ case "master_detail":
436
+ e.valueFormatter = (e) => e.value ? typeof e.value == "object" ? e.value.name || e.value.label || e.value.id || "" : String(e.value) : "";
437
+ break;
438
+ case "object":
439
+ e.cellRenderer = () => {
440
+ let e = document.createElement("span");
441
+ return e.className = "text-gray-500 italic", e.textContent = "[Object]", e;
442
+ };
443
+ break;
444
+ case "vector":
445
+ e.cellRenderer = () => {
446
+ let e = document.createElement("span");
447
+ return e.className = "text-gray-500 italic", e.textContent = "[Vector]", e;
448
+ };
449
+ break;
450
+ case "grid":
451
+ e.cellRenderer = () => {
452
+ let e = document.createElement("span");
453
+ return e.className = "text-gray-500 italic", e.textContent = "[Grid]", e;
454
+ };
455
+ break;
456
+ default: e.valueFormatter = (e) => e.value == null ? "" : String(e.value);
457
+ }
458
+ }
459
+ //#endregion
460
+ export { R as default };
package/dist/index.js CHANGED
@@ -1,11 +1,16 @@
1
- import { t as e } from "./jsx-runtime-CXSCp6pT.js";
2
- import t, { Suspense as n } from "react";
3
- import { ComponentRegistry as r } from "@object-ui/core";
4
- import { Skeleton as i } from "@object-ui/components";
1
+ import e, { Suspense as t } from "react";
2
+ import { ComponentRegistry as n } from "@object-ui/core";
3
+ import { Skeleton as r } from "@object-ui/components";
4
+ import "ag-grid-community/styles/ag-grid.css";
5
+ import "ag-grid-community/styles/ag-theme-quartz.css";
6
+ import "ag-grid-community/styles/ag-theme-alpine.css";
7
+ import "ag-grid-community/styles/ag-theme-balham.css";
8
+ import "ag-grid-community/styles/ag-theme-material.css";
9
+ import { jsx as i } from "react/jsx-runtime";
5
10
  //#region src/index.tsx
6
- var a = e(), o = t.lazy(() => import("./AgGridImpl-DiTsK8F6.js")), s = t.lazy(() => import("./ObjectAgGridImpl-Bz5whFec.js")), c = ({ schema: e }) => /* @__PURE__ */ (0, a.jsx)(n, {
7
- fallback: /* @__PURE__ */ (0, a.jsx)(i, { className: "w-full h-[500px]" }),
8
- children: /* @__PURE__ */ (0, a.jsx)(o, {
11
+ var a = e.lazy(() => import("./AgGridImpl-CAfXf2vU.js")), o = e.lazy(() => import("./ObjectAgGridImpl-C-HQaIhp.js")), s = ({ schema: e }) => /* @__PURE__ */ i(t, {
12
+ fallback: /* @__PURE__ */ i(r, { className: "w-full h-[500px]" }),
13
+ children: /* @__PURE__ */ i(a, {
9
14
  rowData: e.rowData,
10
15
  columnDefs: e.columnDefs,
11
16
  gridOptions: e.gridOptions,
@@ -33,7 +38,7 @@ var a = e(), o = t.lazy(() => import("./AgGridImpl-DiTsK8F6.js")), s = t.lazy(()
33
38
  excelExport: e.excelExport
34
39
  })
35
40
  });
36
- r.register("aggrid", c, {
41
+ n.register("aggrid", s, {
37
42
  namespace: "plugin-aggrid",
38
43
  label: "AG Grid",
39
44
  icon: "Table",
@@ -357,9 +362,9 @@ r.register("aggrid", c, {
357
362
  domLayout: "normal"
358
363
  }
359
364
  });
360
- var l = ({ schema: e }) => /* @__PURE__ */ (0, a.jsx)(n, {
361
- fallback: /* @__PURE__ */ (0, a.jsx)(i, { className: "w-full h-[500px]" }),
362
- children: /* @__PURE__ */ (0, a.jsx)(s, {
365
+ var c = ({ schema: e }) => /* @__PURE__ */ i(t, {
366
+ fallback: /* @__PURE__ */ i(r, { className: "w-full h-[500px]" }),
367
+ children: /* @__PURE__ */ i(o, {
363
368
  objectName: e.objectName,
364
369
  dataSource: e.dataSource,
365
370
  fields: e.fields,
@@ -386,11 +391,11 @@ var l = ({ schema: e }) => /* @__PURE__ */ (0, a.jsx)(n, {
386
391
  enableCharts: e.enableCharts,
387
392
  contextMenu: e.contextMenu
388
393
  })
389
- }), u = {
390
- aggrid: c,
391
- "object-aggrid": l
394
+ }), l = {
395
+ aggrid: s,
396
+ "object-aggrid": c
392
397
  };
393
- r.register("object-aggrid", l, {
398
+ n.register("object-aggrid", c, {
394
399
  namespace: "plugin-aggrid",
395
400
  label: "Object AG Grid",
396
401
  icon: "Table",
@@ -501,4 +506,4 @@ r.register("object-aggrid", l, {
501
506
  ]
502
507
  });
503
508
  //#endregion
504
- export { c as AgGridRenderer, l as ObjectAgGridRenderer, u as aggridComponents };
509
+ export { s as AgGridRenderer, c as ObjectAgGridRenderer, l as aggridComponents };