@3sc/common-component 0.0.340 → 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 +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
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,
|
|
@@ -44641,7 +44640,7 @@ function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
|
|
|
44641
44640
|
pageSize: (l = e == null ? void 0 : e.pagination) == null ? void 0 : l.rowPerPage
|
|
44642
44641
|
});
|
|
44643
44642
|
return gt(() => {
|
|
44644
|
-
a != null && a.length && (i == null || i({
|
|
44643
|
+
console.log({ mergedColumns: a }), a != null && a.length && (i == null || i({
|
|
44645
44644
|
type: qe.SET_GRID_DATA,
|
|
44646
44645
|
payload: { visibleGridColumns: a }
|
|
44647
44646
|
}));
|