@3sc/common-component 0.0.209 → 0.0.211
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 +5 -7
- 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
|
@@ -42150,14 +42150,12 @@ function kC({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: o }) {
|
|
|
42150
42150
|
pageSize: (d = e == null ? void 0 : e.pagination) == null ? void 0 : d.rowPerPage
|
|
42151
42151
|
});
|
|
42152
42152
|
}, [r, n, o, t, (u = e == null ? void 0 : e.pagination) == null ? void 0 : u.rowPerPage]), c = Qt(() => {
|
|
42153
|
-
const d = new Map(l.map((p) => [p.
|
|
42153
|
+
const d = new Map(l.map((p) => [p.key, p]));
|
|
42154
42154
|
return s.map((p) => {
|
|
42155
|
-
const f = d.get(p.
|
|
42156
|
-
...
|
|
42157
|
-
|
|
42158
|
-
|
|
42159
|
-
cellRenderer: f.cellRenderer
|
|
42160
|
-
}
|
|
42155
|
+
const f = d.get(p.key), m = {
|
|
42156
|
+
...f,
|
|
42157
|
+
isHidden: p.isHidden,
|
|
42158
|
+
sequenceId: p.sequenceId
|
|
42161
42159
|
};
|
|
42162
42160
|
return console.log({ mergedCol: f, latestCol: m, visibleCol: p }), m;
|
|
42163
42161
|
});
|