@3sc/common-component 0.0.288 → 0.0.290

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
@@ -43422,7 +43422,8 @@ const Hc = {
43422
43422
  }
43423
43423
  h.push(O);
43424
43424
  }
43425
- return h.sort((x, w) => x.sequenceId - w.sequenceId);
43425
+ const g = h.sort((x, w) => x.sequenceId - w.sequenceId);
43426
+ return console.log({ colSort: g, definitions: i }), g;
43426
43427
  }, DW = (e) => e.sort((t, n) => t.sequenceId - n.sequenceId), Cy = ({ definitions: e }) => e.map((t, n) => ({
43427
43428
  id: t.id,
43428
43429
  key: t.key,
@@ -44621,7 +44622,7 @@ function Rw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
44621
44622
  };
44622
44623
  }).sort((f, p) => f.sequenceId - p.sequenceId);
44623
44624
  }, [l, i]);
44624
- return console.log({ mergedColumns: l, visibleGridColumns: i, finalColumns: c }), Ct(() => {
44625
+ return console.log({ columns: o, mergedColumns: l, visibleGridColumns: i, finalColumns: c }), Ct(() => {
44625
44626
  a({
44626
44627
  type: Ye.SET_GRID_DATA,
44627
44628
  payload: { visibleGridColumns: i.length ? c : l }