@kashifd/jwero-components 0.7.9 → 0.7.10
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/index.es.js +10 -8
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48487,10 +48487,10 @@ const iW = ({
|
|
|
48487
48487
|
},
|
|
48488
48488
|
d.value
|
|
48489
48489
|
)) }) }),
|
|
48490
|
-
/* @__PURE__ */ b.jsx(nv, { children: pn.isArrayWithValues(t) && t.map((d) => /* @__PURE__ */ b.jsx(
|
|
48490
|
+
/* @__PURE__ */ b.jsx(nv, { children: pn.isArrayWithValues(t) && t.map((d, g) => /* @__PURE__ */ b.jsx(
|
|
48491
48491
|
yd,
|
|
48492
48492
|
{
|
|
48493
|
-
onClick: (
|
|
48493
|
+
onClick: (m) => s(m, d),
|
|
48494
48494
|
sx: {
|
|
48495
48495
|
"&:last-child td, &:last-child th": { border: 0 },
|
|
48496
48496
|
borderBottom: '1px solid "#f5f6f7"',
|
|
@@ -48500,18 +48500,18 @@ const iW = ({
|
|
|
48500
48500
|
backgroundColor: c.palette.background.default
|
|
48501
48501
|
}
|
|
48502
48502
|
},
|
|
48503
|
-
children: r.map((
|
|
48503
|
+
children: r.map((m) => /* @__PURE__ */ b.jsx(
|
|
48504
48504
|
xd,
|
|
48505
48505
|
{
|
|
48506
48506
|
component: "th",
|
|
48507
48507
|
scope: "row",
|
|
48508
|
-
align:
|
|
48509
|
-
children: a == null ? void 0 : a[
|
|
48508
|
+
align: m.align,
|
|
48509
|
+
children: a == null ? void 0 : a[m == null ? void 0 : m.value](d)
|
|
48510
48510
|
},
|
|
48511
|
-
|
|
48511
|
+
m.value
|
|
48512
48512
|
))
|
|
48513
48513
|
},
|
|
48514
|
-
d.id
|
|
48514
|
+
`${d.id}_${g}`
|
|
48515
48515
|
)) })
|
|
48516
48516
|
] })
|
|
48517
48517
|
}
|
|
@@ -58871,7 +58871,9 @@ const yz = (e, t = 10) => {
|
|
|
58871
58871
|
dueDate: e == null ? void 0 : e.dueDate,
|
|
58872
58872
|
completedOn: e == null ? void 0 : e.completedOn,
|
|
58873
58873
|
type: e == null ? void 0 : e.status
|
|
58874
|
-
})
|
|
58874
|
+
});
|
|
58875
|
+
console.log(j, R, z);
|
|
58876
|
+
const M = j ? T.colors.light_red : T.colors.light_green, U = j ? T.colors.negative : T.colors.positive, X = j ? `Overdue ${z}` : (e == null ? void 0 : e.status) === "completed" ? `Completed ${z}` : "", L = g && (e == null ? void 0 : e.status) !== "completed";
|
|
58875
58877
|
return /* @__PURE__ */ b.jsxs(
|
|
58876
58878
|
Ue,
|
|
58877
58879
|
{
|