@3sc/common-component 0.0.339 → 0.0.341

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
@@ -43518,8 +43518,7 @@ const Bu = $c(Mr.SNOP), Lu = $c(Mr.SELECTED_BU), Vu = $c(Mr.USER), SW = $c(Mr.SE
43518
43518
  }
43519
43519
  h.push(O);
43520
43520
  }
43521
- const g = h.sort((x, w) => x.sequenceId - w.sequenceId);
43522
- return console.log({ colSort: g }), g;
43521
+ return console.log({ col: h }), h.sort((x, w) => x.sequenceId - w.sequenceId);
43523
43522
  }, PW = (e) => e.sort((t, n) => t.sequenceId - n.sequenceId), Zp = (e) => e.map((t) => ({
43524
43523
  id: t.id,
43525
43524
  key: t.key,
@@ -44631,7 +44630,9 @@ Ow.propTypes = {
44631
44630
  };
44632
44631
  function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
44633
44632
  var l;
44634
- const { columns: o } = e, i = xt(Oa), a = RW({
44633
+ const { columns: o } = e;
44634
+ console.log({ columns: o });
44635
+ const i = xt(Oa), a = RW({
44635
44636
  columns: o,
44636
44637
  gridPath: n,
44637
44638
  baseUrl: r,
@@ -44639,7 +44640,7 @@ function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
44639
44640
  pageSize: (l = e == null ? void 0 : e.pagination) == null ? void 0 : l.rowPerPage
44640
44641
  });
44641
44642
  return gt(() => {
44642
- a != null && a.length && (i == null || i({
44643
+ console.log({ mergedColumns: a }), a != null && a.length && (i == null || i({
44643
44644
  type: qe.SET_GRID_DATA,
44644
44645
  payload: { visibleGridColumns: a }
44645
44646
  }));