@3sc/common-component 0.0.300 → 0.0.302
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 -2
- 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
|
@@ -44564,13 +44564,13 @@ function Ow({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
|
|
|
44564
44564
|
return {
|
|
44565
44565
|
...f,
|
|
44566
44566
|
...p && {
|
|
44567
|
-
isHidden: p.isHidden,
|
|
44567
|
+
isHidden: p.isHidden || (f == null ? void 0 : f.isChannelChecked),
|
|
44568
44568
|
sequenceId: p.sequenceId
|
|
44569
44569
|
}
|
|
44570
44570
|
};
|
|
44571
44571
|
}).sort((f, p) => f.sequenceId - p.sequenceId);
|
|
44572
44572
|
}, [l, i]);
|
|
44573
|
-
return Ct(() => {
|
|
44573
|
+
return console.log({ columns: o, visibleGridColumns: i, mergedColumns: l, finalColumns: c }), Ct(() => {
|
|
44574
44574
|
a({
|
|
44575
44575
|
type: qe.SET_GRID_DATA,
|
|
44576
44576
|
payload: { visibleGridColumns: i.length ? c : l }
|