@object-ui/plugin-kanban 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.
- package/.turbo/turbo-build.log +20 -0
- package/CHANGELOG.md +14 -0
- package/dist/KanbanEnhanced-BMreTWOT.js +894 -0
- package/dist/KanbanImpl--kTNN_B8.js +144 -0
- package/dist/index-a4_RI-v7.js +579 -0
- package/dist/index.js +6 -3
- package/dist/index.umd.cjs +6 -3
- package/dist/{KanbanImpl-CUWM-JC-.js → sortable.esm-ZHwgFQIO.js} +1053 -1183
- package/dist/src/KanbanEnhanced.d.ts +36 -0
- package/dist/src/KanbanEnhanced.d.ts.map +1 -0
- package/dist/src/ObjectKanban.d.ts +10 -0
- package/dist/src/ObjectKanban.d.ts.map +1 -0
- package/dist/src/index.d.ts +9 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +21 -1
- package/dist/src/types.d.ts.map +1 -1
- package/package.json +11 -8
- package/src/KanbanEnhanced.tsx +394 -0
- package/src/ObjectKanban.msw.test.tsx +91 -0
- package/src/ObjectKanban.tsx +188 -0
- package/src/__tests__/KanbanEnhanced.test.tsx +259 -0
- package/src/index.test.ts +9 -9
- package/src/index.tsx +111 -5
- package/src/registration.test.tsx +26 -0
- package/src/types.ts +25 -0
- package/vite.config.ts +13 -0
- package/vitest.config.ts +12 -0
- package/vitest.setup.ts +1 -0
- package/dist/index-BV3FWhCb.js +0 -395
|
@@ -0,0 +1,579 @@
|
|
|
1
|
+
import N, { useState as x, useEffect as W, useMemo as J, Suspense as Z } from "react";
|
|
2
|
+
import { ComponentRegistry as P } from "@object-ui/core";
|
|
3
|
+
import { useDataScope as de, useSchemaContext as fe } from "@object-ui/react";
|
|
4
|
+
import { Skeleton as Q } from "@object-ui/components";
|
|
5
|
+
var h = { exports: {} }, A = {};
|
|
6
|
+
var G;
|
|
7
|
+
function be() {
|
|
8
|
+
if (G) return A;
|
|
9
|
+
G = 1;
|
|
10
|
+
var r = /* @__PURE__ */ Symbol.for("react.transitional.element"), f = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
11
|
+
function m(b, i, d) {
|
|
12
|
+
var a = null;
|
|
13
|
+
if (d !== void 0 && (a = "" + d), i.key !== void 0 && (a = "" + i.key), "key" in i) {
|
|
14
|
+
d = {};
|
|
15
|
+
for (var n in i)
|
|
16
|
+
n !== "key" && (d[n] = i[n]);
|
|
17
|
+
} else d = i;
|
|
18
|
+
return i = d.ref, {
|
|
19
|
+
$$typeof: r,
|
|
20
|
+
type: b,
|
|
21
|
+
key: a,
|
|
22
|
+
ref: i !== void 0 ? i : null,
|
|
23
|
+
props: d
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
return A.Fragment = f, A.jsx = m, A.jsxs = m, A;
|
|
27
|
+
}
|
|
28
|
+
var C = {};
|
|
29
|
+
var X;
|
|
30
|
+
function me() {
|
|
31
|
+
return X || (X = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
32
|
+
function r(e) {
|
|
33
|
+
if (e == null) return null;
|
|
34
|
+
if (typeof e == "function")
|
|
35
|
+
return e.$$typeof === ie ? null : e.displayName || e.name || null;
|
|
36
|
+
if (typeof e == "string") return e;
|
|
37
|
+
switch (e) {
|
|
38
|
+
case S:
|
|
39
|
+
return "Fragment";
|
|
40
|
+
case p:
|
|
41
|
+
return "Profiler";
|
|
42
|
+
case l:
|
|
43
|
+
return "StrictMode";
|
|
44
|
+
case ne:
|
|
45
|
+
return "Suspense";
|
|
46
|
+
case oe:
|
|
47
|
+
return "SuspenseList";
|
|
48
|
+
case se:
|
|
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 M:
|
|
56
|
+
return "Portal";
|
|
57
|
+
case k:
|
|
58
|
+
return e.displayName || "Context";
|
|
59
|
+
case o:
|
|
60
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
61
|
+
case ae:
|
|
62
|
+
var t = e.render;
|
|
63
|
+
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
64
|
+
case le:
|
|
65
|
+
return t = e.displayName || null, t !== null ? t : r(e.type) || "Memo";
|
|
66
|
+
case D:
|
|
67
|
+
t = e._payload, e = e._init;
|
|
68
|
+
try {
|
|
69
|
+
return r(e(t));
|
|
70
|
+
} catch {
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return null;
|
|
74
|
+
}
|
|
75
|
+
function f(e) {
|
|
76
|
+
return "" + e;
|
|
77
|
+
}
|
|
78
|
+
function m(e) {
|
|
79
|
+
try {
|
|
80
|
+
f(e);
|
|
81
|
+
var t = !1;
|
|
82
|
+
} catch {
|
|
83
|
+
t = !0;
|
|
84
|
+
}
|
|
85
|
+
if (t) {
|
|
86
|
+
t = console;
|
|
87
|
+
var s = t.error, u = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
88
|
+
return s.call(
|
|
89
|
+
t,
|
|
90
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
91
|
+
u
|
|
92
|
+
), f(e);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
function b(e) {
|
|
96
|
+
if (e === S) return "<>";
|
|
97
|
+
if (typeof e == "object" && e !== null && e.$$typeof === D)
|
|
98
|
+
return "<...>";
|
|
99
|
+
try {
|
|
100
|
+
var t = r(e);
|
|
101
|
+
return t ? "<" + t + ">" : "<...>";
|
|
102
|
+
} catch {
|
|
103
|
+
return "<...>";
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
function i() {
|
|
107
|
+
var e = F.A;
|
|
108
|
+
return e === null ? null : e.getOwner();
|
|
109
|
+
}
|
|
110
|
+
function d() {
|
|
111
|
+
return Error("react-stack-top-frame");
|
|
112
|
+
}
|
|
113
|
+
function a(e) {
|
|
114
|
+
if (V.call(e, "key")) {
|
|
115
|
+
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
116
|
+
if (t && t.isReactWarning) return !1;
|
|
117
|
+
}
|
|
118
|
+
return e.key !== void 0;
|
|
119
|
+
}
|
|
120
|
+
function n(e, t) {
|
|
121
|
+
function s() {
|
|
122
|
+
B || (B = !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
|
+
t
|
|
125
|
+
));
|
|
126
|
+
}
|
|
127
|
+
s.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
128
|
+
get: s,
|
|
129
|
+
configurable: !0
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
function g() {
|
|
133
|
+
var e = r(this.type);
|
|
134
|
+
return K[e] || (K[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 _(e, t, s, u, w, L) {
|
|
139
|
+
var c = s.ref;
|
|
140
|
+
return e = {
|
|
141
|
+
$$typeof: T,
|
|
142
|
+
type: e,
|
|
143
|
+
key: t,
|
|
144
|
+
props: s,
|
|
145
|
+
_owner: u
|
|
146
|
+
}, (c !== void 0 ? c : null) !== null ? Object.defineProperty(e, "ref", {
|
|
147
|
+
enumerable: !1,
|
|
148
|
+
get: g
|
|
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: w
|
|
164
|
+
}), Object.defineProperty(e, "_debugTask", {
|
|
165
|
+
configurable: !1,
|
|
166
|
+
enumerable: !1,
|
|
167
|
+
writable: !0,
|
|
168
|
+
value: L
|
|
169
|
+
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
170
|
+
}
|
|
171
|
+
function v(e, t, s, u, w, L) {
|
|
172
|
+
var c = t.children;
|
|
173
|
+
if (c !== void 0)
|
|
174
|
+
if (u)
|
|
175
|
+
if (ue(c)) {
|
|
176
|
+
for (u = 0; u < c.length; u++)
|
|
177
|
+
O(c[u]);
|
|
178
|
+
Object.freeze && Object.freeze(c);
|
|
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 O(c);
|
|
184
|
+
if (V.call(t, "key")) {
|
|
185
|
+
c = r(e);
|
|
186
|
+
var j = Object.keys(t).filter(function(ce) {
|
|
187
|
+
return ce !== "key";
|
|
188
|
+
});
|
|
189
|
+
u = 0 < j.length ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}", U[c + u] || (j = 0 < j.length ? "{" + j.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
|
+
u,
|
|
197
|
+
c,
|
|
198
|
+
j,
|
|
199
|
+
c
|
|
200
|
+
), U[c + u] = !0);
|
|
201
|
+
}
|
|
202
|
+
if (c = null, s !== void 0 && (m(s), c = "" + s), a(t) && (m(t.key), c = "" + t.key), "key" in t) {
|
|
203
|
+
s = {};
|
|
204
|
+
for (var I in t)
|
|
205
|
+
I !== "key" && (s[I] = t[I]);
|
|
206
|
+
} else s = t;
|
|
207
|
+
return c && n(
|
|
208
|
+
s,
|
|
209
|
+
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
210
|
+
), _(
|
|
211
|
+
e,
|
|
212
|
+
c,
|
|
213
|
+
s,
|
|
214
|
+
i(),
|
|
215
|
+
w,
|
|
216
|
+
L
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
function O(e) {
|
|
220
|
+
R(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === D && (e._payload.status === "fulfilled" ? R(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
221
|
+
}
|
|
222
|
+
function R(e) {
|
|
223
|
+
return typeof e == "object" && e !== null && e.$$typeof === T;
|
|
224
|
+
}
|
|
225
|
+
var E = N, T = /* @__PURE__ */ Symbol.for("react.transitional.element"), M = /* @__PURE__ */ Symbol.for("react.portal"), S = /* @__PURE__ */ Symbol.for("react.fragment"), l = /* @__PURE__ */ Symbol.for("react.strict_mode"), p = /* @__PURE__ */ Symbol.for("react.profiler"), o = /* @__PURE__ */ Symbol.for("react.consumer"), k = /* @__PURE__ */ Symbol.for("react.context"), ae = /* @__PURE__ */ Symbol.for("react.forward_ref"), ne = /* @__PURE__ */ Symbol.for("react.suspense"), oe = /* @__PURE__ */ Symbol.for("react.suspense_list"), le = /* @__PURE__ */ Symbol.for("react.memo"), D = /* @__PURE__ */ Symbol.for("react.lazy"), se = /* @__PURE__ */ Symbol.for("react.activity"), ie = /* @__PURE__ */ Symbol.for("react.client.reference"), F = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, V = Object.prototype.hasOwnProperty, ue = Array.isArray, Y = console.createTask ? console.createTask : function() {
|
|
226
|
+
return null;
|
|
227
|
+
};
|
|
228
|
+
E = {
|
|
229
|
+
react_stack_bottom_frame: function(e) {
|
|
230
|
+
return e();
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
var B, K = {}, q = E.react_stack_bottom_frame.bind(
|
|
234
|
+
E,
|
|
235
|
+
d
|
|
236
|
+
)(), z = Y(b(d)), U = {};
|
|
237
|
+
C.Fragment = S, C.jsx = function(e, t, s) {
|
|
238
|
+
var u = 1e4 > F.recentlyCreatedOwnerStacks++;
|
|
239
|
+
return v(
|
|
240
|
+
e,
|
|
241
|
+
t,
|
|
242
|
+
s,
|
|
243
|
+
!1,
|
|
244
|
+
u ? Error("react-stack-top-frame") : q,
|
|
245
|
+
u ? Y(b(e)) : z
|
|
246
|
+
);
|
|
247
|
+
}, C.jsxs = function(e, t, s) {
|
|
248
|
+
var u = 1e4 > F.recentlyCreatedOwnerStacks++;
|
|
249
|
+
return v(
|
|
250
|
+
e,
|
|
251
|
+
t,
|
|
252
|
+
s,
|
|
253
|
+
!0,
|
|
254
|
+
u ? Error("react-stack-top-frame") : q,
|
|
255
|
+
u ? Y(b(e)) : z
|
|
256
|
+
);
|
|
257
|
+
};
|
|
258
|
+
})()), C;
|
|
259
|
+
}
|
|
260
|
+
var H;
|
|
261
|
+
function pe() {
|
|
262
|
+
return H || (H = 1, process.env.NODE_ENV === "production" ? h.exports = be() : h.exports = me()), h.exports;
|
|
263
|
+
}
|
|
264
|
+
var y = pe();
|
|
265
|
+
const ee = ({
|
|
266
|
+
schema: r,
|
|
267
|
+
dataSource: f,
|
|
268
|
+
className: m,
|
|
269
|
+
...b
|
|
270
|
+
}) => {
|
|
271
|
+
const [i, d] = x([]), [a, n] = x(null), [g, _] = x(!1), [v, O] = x(null), R = de(r.bind);
|
|
272
|
+
W(() => {
|
|
273
|
+
let l = !0;
|
|
274
|
+
return (async () => {
|
|
275
|
+
if (!(!f || !r.objectName))
|
|
276
|
+
try {
|
|
277
|
+
const o = await f.getObjectSchema(r.objectName);
|
|
278
|
+
l && n(o);
|
|
279
|
+
} catch (o) {
|
|
280
|
+
console.warn("Failed to fetch object def", o);
|
|
281
|
+
}
|
|
282
|
+
})(), () => {
|
|
283
|
+
l = !1;
|
|
284
|
+
};
|
|
285
|
+
}, [r.objectName, f]), W(() => {
|
|
286
|
+
let l = !0;
|
|
287
|
+
const p = async () => {
|
|
288
|
+
if (!(!f || !r.objectName)) {
|
|
289
|
+
l && _(!0);
|
|
290
|
+
try {
|
|
291
|
+
const o = await f.find(r.objectName, {
|
|
292
|
+
options: { $top: 100 },
|
|
293
|
+
$filter: r.filter
|
|
294
|
+
});
|
|
295
|
+
let k = [];
|
|
296
|
+
Array.isArray(o) ? k = o : o && typeof o == "object" && (Array.isArray(o.value) ? k = o.value : Array.isArray(o.data) && (k = o.data)), console.log(`[ObjectKanban] Extracted data (length: ${k.length})`), l && d(k);
|
|
297
|
+
} catch (o) {
|
|
298
|
+
console.error("[ObjectKanban] Fetch error:", o), l && O(o);
|
|
299
|
+
} finally {
|
|
300
|
+
l && _(!1);
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
return r.objectName && !R && !r.data && !b.data && p(), () => {
|
|
305
|
+
l = !1;
|
|
306
|
+
};
|
|
307
|
+
}, [r.objectName, f, R, r.data, r.filter, b.data]);
|
|
308
|
+
const E = b.data || R || r.data || i, T = J(() => {
|
|
309
|
+
if (!Array.isArray(E)) return [];
|
|
310
|
+
let l = r.cardTitle || r.titleField;
|
|
311
|
+
if (!l && a) {
|
|
312
|
+
if (a.titleFormat) {
|
|
313
|
+
const o = /\{(.+?)\}/.exec(a.titleFormat);
|
|
314
|
+
o && (l = o[1]);
|
|
315
|
+
}
|
|
316
|
+
!l && a.NAME_FIELD_KEY && (l = a.NAME_FIELD_KEY);
|
|
317
|
+
}
|
|
318
|
+
const p = l || "name";
|
|
319
|
+
return E.map((o) => ({
|
|
320
|
+
...o,
|
|
321
|
+
// Ensure id exists
|
|
322
|
+
id: o.id || o._id,
|
|
323
|
+
// Map title
|
|
324
|
+
title: o[p] || o.title || "Untitled"
|
|
325
|
+
}));
|
|
326
|
+
}, [E, r, a]), M = J(() => {
|
|
327
|
+
if (r.columns && r.columns.length > 0)
|
|
328
|
+
if (typeof r.columns[0] == "string") {
|
|
329
|
+
if (!r.groupBy)
|
|
330
|
+
return r.columns.map((l) => ({
|
|
331
|
+
id: l,
|
|
332
|
+
title: l
|
|
333
|
+
}));
|
|
334
|
+
} else
|
|
335
|
+
return r.columns;
|
|
336
|
+
if (r.groupBy && a?.fields?.[r.groupBy]?.options)
|
|
337
|
+
return a.fields[r.groupBy].options.map((l) => ({
|
|
338
|
+
id: l.value,
|
|
339
|
+
title: l.label
|
|
340
|
+
}));
|
|
341
|
+
if (r.groupBy && T.length > 0) {
|
|
342
|
+
const l = new Set(T.map((p) => p[r.groupBy]));
|
|
343
|
+
return Array.from(l).map((p) => ({
|
|
344
|
+
id: String(p),
|
|
345
|
+
title: String(p)
|
|
346
|
+
}));
|
|
347
|
+
}
|
|
348
|
+
return [];
|
|
349
|
+
}, [r.columns, r.groupBy, T, a]), S = {
|
|
350
|
+
...r,
|
|
351
|
+
data: T,
|
|
352
|
+
columns: M,
|
|
353
|
+
className: m || r.className
|
|
354
|
+
};
|
|
355
|
+
return v ? /* @__PURE__ */ y.jsxs("div", { className: "p-4 border border-destructive/50 rounded bg-destructive/10 text-destructive", children: [
|
|
356
|
+
"Error loading kanban data: ",
|
|
357
|
+
v.message
|
|
358
|
+
] }) : /* @__PURE__ */ y.jsx($, { schema: S });
|
|
359
|
+
}, ge = N.lazy(() => import("./KanbanImpl--kTNN_B8.js")), re = N.lazy(() => import("./KanbanEnhanced-BMreTWOT.js")), $ = ({ schema: r }) => {
|
|
360
|
+
const f = N.useMemo(() => {
|
|
361
|
+
const { columns: m = [], data: b, groupBy: i } = r;
|
|
362
|
+
if (b && i && Array.isArray(b)) {
|
|
363
|
+
const d = {};
|
|
364
|
+
m.forEach((n) => {
|
|
365
|
+
n.id && (d[String(n.id).toLowerCase()] = n.id), n.title && (d[String(n.title).toLowerCase()] = n.id);
|
|
366
|
+
});
|
|
367
|
+
const a = b.reduce((n, g) => {
|
|
368
|
+
const _ = String(g[i] ?? ""), v = d[_.toLowerCase()] ?? _;
|
|
369
|
+
return n[v] || (n[v] = []), n[v].push(g), n;
|
|
370
|
+
}, {});
|
|
371
|
+
return m.map((n) => ({
|
|
372
|
+
...n,
|
|
373
|
+
cards: [
|
|
374
|
+
...n.cards || [],
|
|
375
|
+
// Preserve static cards
|
|
376
|
+
...a[n.id] || []
|
|
377
|
+
// Add dynamic cards
|
|
378
|
+
]
|
|
379
|
+
}));
|
|
380
|
+
}
|
|
381
|
+
return m;
|
|
382
|
+
}, [r]);
|
|
383
|
+
return /* @__PURE__ */ y.jsx(Z, { fallback: /* @__PURE__ */ y.jsx(Q, { className: "w-full h-[600px]" }), children: /* @__PURE__ */ y.jsx(
|
|
384
|
+
ge,
|
|
385
|
+
{
|
|
386
|
+
columns: f,
|
|
387
|
+
onCardMove: r.onCardMove,
|
|
388
|
+
className: r.className
|
|
389
|
+
}
|
|
390
|
+
) });
|
|
391
|
+
};
|
|
392
|
+
P.register(
|
|
393
|
+
"kanban-ui",
|
|
394
|
+
$,
|
|
395
|
+
{
|
|
396
|
+
namespace: "plugin-kanban",
|
|
397
|
+
label: "Kanban Board",
|
|
398
|
+
icon: "LayoutDashboard",
|
|
399
|
+
category: "plugin",
|
|
400
|
+
inputs: [
|
|
401
|
+
{
|
|
402
|
+
name: "columns",
|
|
403
|
+
type: "array",
|
|
404
|
+
label: "Columns",
|
|
405
|
+
description: "Array of { id, title, cards, limit, className }",
|
|
406
|
+
required: !0
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
name: "onCardMove",
|
|
410
|
+
type: "code",
|
|
411
|
+
label: "On Card Move",
|
|
412
|
+
description: "Callback when a card is moved",
|
|
413
|
+
advanced: !0
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
name: "className",
|
|
417
|
+
type: "string",
|
|
418
|
+
label: "CSS Class"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
defaultProps: {
|
|
422
|
+
columns: [
|
|
423
|
+
{
|
|
424
|
+
id: "todo",
|
|
425
|
+
title: "To Do",
|
|
426
|
+
cards: [
|
|
427
|
+
{
|
|
428
|
+
id: "card-1",
|
|
429
|
+
title: "Task 1",
|
|
430
|
+
description: "This is the first task",
|
|
431
|
+
badges: [
|
|
432
|
+
{ label: "High Priority", variant: "destructive" },
|
|
433
|
+
{ label: "Feature", variant: "default" }
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
id: "card-2",
|
|
438
|
+
title: "Task 2",
|
|
439
|
+
description: "This is the second task",
|
|
440
|
+
badges: [
|
|
441
|
+
{ label: "Bug", variant: "destructive" }
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
id: "in-progress",
|
|
448
|
+
title: "In Progress",
|
|
449
|
+
limit: 3,
|
|
450
|
+
cards: [
|
|
451
|
+
{
|
|
452
|
+
id: "card-3",
|
|
453
|
+
title: "Task 3",
|
|
454
|
+
description: "Currently working on this",
|
|
455
|
+
badges: [
|
|
456
|
+
{ label: "In Progress", variant: "default" }
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
id: "done",
|
|
463
|
+
title: "Done",
|
|
464
|
+
cards: [
|
|
465
|
+
{
|
|
466
|
+
id: "card-4",
|
|
467
|
+
title: "Task 4",
|
|
468
|
+
description: "This task is completed",
|
|
469
|
+
badges: [
|
|
470
|
+
{ label: "Completed", variant: "outline" }
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
id: "card-5",
|
|
475
|
+
title: "Task 5",
|
|
476
|
+
description: "Another completed task",
|
|
477
|
+
badges: [
|
|
478
|
+
{ label: "Completed", variant: "outline" }
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
]
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
className: "w-full"
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
);
|
|
488
|
+
const Te = {
|
|
489
|
+
kanban: $,
|
|
490
|
+
"kanban-enhanced": re,
|
|
491
|
+
"object-kanban": ee
|
|
492
|
+
};
|
|
493
|
+
P.register(
|
|
494
|
+
"kanban-enhanced",
|
|
495
|
+
({ schema: r }) => {
|
|
496
|
+
const f = N.useMemo(() => {
|
|
497
|
+
const { columns: m = [], data: b, groupBy: i } = r;
|
|
498
|
+
if (b && i && Array.isArray(b)) {
|
|
499
|
+
const d = b.reduce((a, n) => {
|
|
500
|
+
const g = n[i];
|
|
501
|
+
return a[g] || (a[g] = []), a[g].push(n), a;
|
|
502
|
+
}, {});
|
|
503
|
+
return m.map((a) => ({
|
|
504
|
+
...a,
|
|
505
|
+
cards: [...a.cards || [], ...d[a.id] || []]
|
|
506
|
+
}));
|
|
507
|
+
}
|
|
508
|
+
return m;
|
|
509
|
+
}, [r]);
|
|
510
|
+
return /* @__PURE__ */ y.jsx(Z, { fallback: /* @__PURE__ */ y.jsx(Q, { className: "w-full h-[600px]" }), children: /* @__PURE__ */ y.jsx(
|
|
511
|
+
re,
|
|
512
|
+
{
|
|
513
|
+
columns: f,
|
|
514
|
+
onCardMove: r.onCardMove,
|
|
515
|
+
onColumnToggle: r.onColumnToggle,
|
|
516
|
+
enableVirtualScrolling: r.enableVirtualScrolling,
|
|
517
|
+
virtualScrollThreshold: r.virtualScrollThreshold,
|
|
518
|
+
className: r.className
|
|
519
|
+
}
|
|
520
|
+
) });
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
namespace: "plugin-kanban",
|
|
524
|
+
label: "Kanban Board (Enhanced)",
|
|
525
|
+
icon: "LayoutGrid",
|
|
526
|
+
category: "plugin",
|
|
527
|
+
inputs: [
|
|
528
|
+
{ name: "columns", type: "array", label: "Columns", required: !0 },
|
|
529
|
+
{ name: "enableVirtualScrolling", type: "boolean", label: "Virtual Scrolling", defaultValue: !1 },
|
|
530
|
+
{ name: "virtualScrollThreshold", type: "number", label: "Virtual Scroll Threshold", defaultValue: 50 },
|
|
531
|
+
{ name: "onCardMove", type: "code", label: "On Card Move", advanced: !0 },
|
|
532
|
+
{ name: "onColumnToggle", type: "code", label: "On Column Toggle", advanced: !0 },
|
|
533
|
+
{ name: "className", type: "string", label: "CSS Class" }
|
|
534
|
+
],
|
|
535
|
+
defaultProps: {
|
|
536
|
+
columns: [],
|
|
537
|
+
enableVirtualScrolling: !1,
|
|
538
|
+
virtualScrollThreshold: 50,
|
|
539
|
+
className: "w-full"
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
);
|
|
543
|
+
const te = ({ schema: r, ...f }) => {
|
|
544
|
+
const { dataSource: m } = fe() || {};
|
|
545
|
+
return /* @__PURE__ */ y.jsx(ee, { schema: r, dataSource: m, ...f });
|
|
546
|
+
};
|
|
547
|
+
P.register(
|
|
548
|
+
"object-kanban",
|
|
549
|
+
te,
|
|
550
|
+
{
|
|
551
|
+
namespace: "plugin-kanban",
|
|
552
|
+
label: "Object Kanban",
|
|
553
|
+
category: "view",
|
|
554
|
+
inputs: [
|
|
555
|
+
{ name: "objectName", type: "string", label: "Object Name", required: !0 },
|
|
556
|
+
{ name: "columns", type: "array", label: "Columns" }
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
);
|
|
560
|
+
P.register(
|
|
561
|
+
"kanban",
|
|
562
|
+
te,
|
|
563
|
+
{
|
|
564
|
+
namespace: "view",
|
|
565
|
+
label: "Kanban Board",
|
|
566
|
+
category: "view",
|
|
567
|
+
inputs: [
|
|
568
|
+
{ name: "objectName", type: "string", label: "Object Name", required: !0 },
|
|
569
|
+
{ name: "columns", type: "array", label: "Columns" }
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
);
|
|
573
|
+
export {
|
|
574
|
+
$ as K,
|
|
575
|
+
ee as O,
|
|
576
|
+
te as a,
|
|
577
|
+
y as j,
|
|
578
|
+
Te as k
|
|
579
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { K as m,
|
|
1
|
+
import { K as b, O as m, a as p, k as s } from "./index-a4_RI-v7.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@object-ui/core";
|
|
4
|
+
import "@object-ui/react";
|
|
4
5
|
import "@object-ui/components";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
b as KanbanRenderer,
|
|
8
|
+
m as ObjectKanban,
|
|
9
|
+
p as ObjectKanbanRenderer,
|
|
10
|
+
s as kanbanComponents
|
|
8
11
|
};
|