@3sc/common-component 0.0.208 → 0.0.209

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 CHANGED
@@ -42152,13 +42152,14 @@ function kC({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: o }) {
42152
42152
  }, [r, n, o, t, (u = e == null ? void 0 : e.pagination) == null ? void 0 : u.rowPerPage]), c = Qt(() => {
42153
42153
  const d = new Map(l.map((p) => [p.id, p]));
42154
42154
  return s.map((p) => {
42155
- const f = d.get(p.id);
42156
- return {
42155
+ const f = d.get(p.id), m = {
42157
42156
  ...p,
42157
+ label: (f == null ? void 0 : f.label) ?? "",
42158
42158
  ...(f == null ? void 0 : f.cellRenderer) && {
42159
42159
  cellRenderer: f.cellRenderer
42160
42160
  }
42161
42161
  };
42162
+ return console.log({ mergedCol: f, latestCol: m, visibleCol: p }), m;
42162
42163
  });
42163
42164
  }, [l]);
42164
42165
  return It(() => {