@3sc/common-component 0.0.212 → 0.0.214
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 +1 -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
|
@@ -42153,13 +42153,11 @@ function kC({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: o }) {
|
|
|
42153
42153
|
const d = new Map(l.map((p) => [p.key, p]));
|
|
42154
42154
|
return s.map((p) => {
|
|
42155
42155
|
const f = d.get(p.key);
|
|
42156
|
-
console.log({ mergedCol: f, visibleGridColumns: s,
|
|
42157
|
-
const m = {
|
|
42156
|
+
return console.log({ mergedCol: f, visibleGridColumns: s, mergedMap: d }), {
|
|
42158
42157
|
...f,
|
|
42159
42158
|
isHidden: p.isHidden,
|
|
42160
42159
|
sequenceId: p.sequenceId
|
|
42161
42160
|
};
|
|
42162
|
-
return m;
|
|
42163
42161
|
});
|
|
42164
42162
|
}, [l]);
|
|
42165
42163
|
return It(() => {
|