@3sc/common-component 0.0.288 → 0.0.289
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 -1
- 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
|
@@ -44621,7 +44621,7 @@ function Rw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
|
|
|
44621
44621
|
};
|
|
44622
44622
|
}).sort((f, p) => f.sequenceId - p.sequenceId);
|
|
44623
44623
|
}, [l, i]);
|
|
44624
|
-
return console.log({ mergedColumns: l, visibleGridColumns: i, finalColumns: c }), Ct(() => {
|
|
44624
|
+
return console.log({ columns: o, mergedColumns: l, visibleGridColumns: i, finalColumns: c }), Ct(() => {
|
|
44625
44625
|
a({
|
|
44626
44626
|
type: Ye.SET_GRID_DATA,
|
|
44627
44627
|
payload: { visibleGridColumns: i.length ? c : l }
|