@arbocollab/arbo-plugin-item-table 0.0.199 → 0.0.200
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/lib/es/index.es.js +12 -4
- package/lib/umd/index.umd.js +14 -14
- package/package.json +1 -1
package/lib/es/index.es.js
CHANGED
|
@@ -19544,7 +19544,7 @@ const P9 = (e) => {
|
|
|
19544
19544
|
value: XT(e.updated_at, "MMM dd, yyyy | HH:mm", t) || ""
|
|
19545
19545
|
},
|
|
19546
19546
|
completedOn: {
|
|
19547
|
-
tooltip: e.last_completed_by ? e.last_updated_by : "Pending
|
|
19547
|
+
tooltip: e.actual_due_date == null ? "" : e.last_completed_by ? e.last_updated_by : "Pending",
|
|
19548
19548
|
value: XT(e.actual_due_date, "MMM dd, yyyy | HH:mm", t)
|
|
19549
19549
|
},
|
|
19550
19550
|
isDeleted: !1,
|
|
@@ -31492,7 +31492,7 @@ const KM = (e, t) => {
|
|
|
31492
31492
|
var I, D, x;
|
|
31493
31493
|
const A = (D = (I = a.params) == null ? void 0 : I.column) == null ? void 0 : D.getColDef();
|
|
31494
31494
|
if ((x = A.colId) != null && x.includes("metric")) {
|
|
31495
|
-
if (
|
|
31495
|
+
if (A.context.is_primary == 1)
|
|
31496
31496
|
return "primary";
|
|
31497
31497
|
if (A.context.is_point_metric == 1)
|
|
31498
31498
|
return "secondary";
|
|
@@ -35576,7 +35576,15 @@ const bte = /* @__PURE__ */ ft({
|
|
|
35576
35576
|
const t = e, n = wN(), { sorts: o } = Qo(n), s = q(() => {
|
|
35577
35577
|
var l, u;
|
|
35578
35578
|
return ((u = (l = t.params) == null ? void 0 : l.column) == null ? void 0 : u.getColId()) || "template_col_id";
|
|
35579
|
-
})
|
|
35579
|
+
});
|
|
35580
|
+
nt(
|
|
35581
|
+
() => t.params.context,
|
|
35582
|
+
() => {
|
|
35583
|
+
console.log("Context changed:", t.params.context);
|
|
35584
|
+
},
|
|
35585
|
+
{ deep: !0, immediate: !0 }
|
|
35586
|
+
);
|
|
35587
|
+
const i = (l) => {
|
|
35580
35588
|
s.value && n.setSort(s.value, l);
|
|
35581
35589
|
}, r = q(() => t.params.headerType || void 0), a = L("none");
|
|
35582
35590
|
return nt(
|
|
@@ -85620,7 +85628,7 @@ const eRe = {
|
|
|
85620
85628
|
"beta-tag": "_beta-tag_1lefh_57"
|
|
85621
85629
|
}, ERe = {
|
|
85622
85630
|
$style: SRe
|
|
85623
|
-
}, _Re = /* @__PURE__ */ _t(mRe, [["__cssModules", ERe]]), PB = "0.0.
|
|
85631
|
+
}, _Re = /* @__PURE__ */ _t(mRe, [["__cssModules", ERe]]), PB = "0.0.200", RRe = { key: 0 }, DRe = /* @__PURE__ */ ft({
|
|
85624
85632
|
__name: "app",
|
|
85625
85633
|
setup(e) {
|
|
85626
85634
|
const t = q(() => n.id.length === 0 || n.workspaceId.length === 0), n = oi({
|