@3sc/common-component 0.0.305 → 0.0.306

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
@@ -43481,7 +43481,8 @@ const Hc = {
43481
43481
  }
43482
43482
  h.push(O);
43483
43483
  }
43484
- return h.sort((x, w) => x.sequenceId - w.sequenceId);
43484
+ const g = h.sort((x, w) => x.sequenceId - w.sequenceId);
43485
+ return console.log({ colSort: g }), g;
43485
43486
  }, PW = (e) => e.sort((t, n) => t.sequenceId - n.sequenceId), Jp = (e) => e.map((t) => ({
43486
43487
  id: t.id,
43487
43488
  key: t.key,
@@ -44593,7 +44594,7 @@ function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
44593
44594
  };
44594
44595
  }).sort((f, p) => f.sequenceId - p.sequenceId);
44595
44596
  }, [l, i]);
44596
- return Ct(() => {
44597
+ return console.log({ mergedColumns: l, visibleGridColumns: i, columns: o, finalColumns: c }), Ct(() => {
44597
44598
  a({
44598
44599
  type: qe.SET_GRID_DATA,
44599
44600
  payload: { visibleGridColumns: i.length ? c : l }