@zimyo/engage 0.3.17-pms → 0.3.19-pms
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/main.cjs +2 -2
- package/dist/main.js +21 -14
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -101385,6 +101385,7 @@ const t_n = "_hoverBold_3bvyx_108", n_n = {
|
|
|
101385
101385
|
id: "CONCLUSION",
|
|
101386
101386
|
accessorKey: "CONCLUSION",
|
|
101387
101387
|
header: "Conclusion",
|
|
101388
|
+
size: 220,
|
|
101388
101389
|
cell: (Z) => {
|
|
101389
101390
|
var ce;
|
|
101390
101391
|
const ne = Z == null ? void 0 : Z.getValue(), re = (ce = Z == null ? void 0 : Z.row) == null ? void 0 : ce.original;
|
|
@@ -101451,6 +101452,9 @@ const t_n = "_hoverBold_3bvyx_108", n_n = {
|
|
|
101451
101452
|
loading: {
|
|
101452
101453
|
loading: L
|
|
101453
101454
|
},
|
|
101455
|
+
styling: {
|
|
101456
|
+
pinRight: 1
|
|
101457
|
+
},
|
|
101454
101458
|
serverMode: !0,
|
|
101455
101459
|
pagination: {
|
|
101456
101460
|
enabled: !0,
|
|
@@ -116500,25 +116504,28 @@ const h_n = /* @__PURE__ */ Ls(f_n), g_n = (e) => {
|
|
|
116500
116504
|
header: S.name,
|
|
116501
116505
|
accessorKey: S.id,
|
|
116502
116506
|
id: S.id,
|
|
116503
|
-
cell: (E, C) =>
|
|
116504
|
-
|
|
116505
|
-
|
|
116506
|
-
|
|
116507
|
-
|
|
116508
|
-
|
|
116509
|
-
|
|
116510
|
-
|
|
116511
|
-
|
|
116512
|
-
|
|
116513
|
-
|
|
116507
|
+
cell: (E, C) => {
|
|
116508
|
+
var T;
|
|
116509
|
+
return D.jsx(Sv, {
|
|
116510
|
+
size: "small",
|
|
116511
|
+
// switchColor="success"
|
|
116512
|
+
/**@ts-ignore */
|
|
116513
|
+
// defaultChecked={Boolean(data)}
|
|
116514
|
+
checked: !!((T = o == null ? void 0 : o[S.id]) != null && T[C == null ? void 0 : C.ID]),
|
|
116515
|
+
name: `${C.ID}_${S.id}`,
|
|
116516
|
+
onChange: (I, M) => {
|
|
116517
|
+
b(I, M);
|
|
116518
|
+
}
|
|
116519
|
+
});
|
|
116520
|
+
}
|
|
116514
116521
|
})),
|
|
116515
116522
|
{
|
|
116516
116523
|
header: "Email Template",
|
|
116517
116524
|
accessorKey: "NOTIFY_SLUGS",
|
|
116518
116525
|
id: "NOTIFY_SLUGS",
|
|
116519
|
-
cell: (S, E) => D.jsx(xi, { size: "
|
|
116526
|
+
cell: (S, E) => D.jsx(xi, { size: "small", id: E.NOTIFY_SLUGS, onClick: () => {
|
|
116520
116527
|
y(E);
|
|
116521
|
-
},
|
|
116528
|
+
}, children: D.jsx(npe, { color: "primary" }) })
|
|
116522
116529
|
},
|
|
116523
116530
|
{
|
|
116524
116531
|
header: "Remind Before (Days)",
|
|
@@ -116528,7 +116535,7 @@ const h_n = /* @__PURE__ */ Ls(f_n), g_n = (e) => {
|
|
|
116528
116535
|
h(C.target.value);
|
|
116529
116536
|
} }) : D.jsx(D.Fragment, {})
|
|
116530
116537
|
}
|
|
116531
|
-
], [m]);
|
|
116538
|
+
], [m, o]);
|
|
116532
116539
|
return Ca(p), D.jsxs(D.Fragment, { children: [D.jsx("div", { style: { height: "65vh", overflow: "scroll" }, className: "mb-10", children: D.jsx(p3, {
|
|
116533
116540
|
columns: w,
|
|
116534
116541
|
// tableRowClassName="table-list-row"
|