@3sc/common-component 0.0.318 → 0.0.319
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
|
@@ -44618,7 +44618,7 @@ function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
|
|
|
44618
44618
|
return {
|
|
44619
44619
|
...f,
|
|
44620
44620
|
...p && {
|
|
44621
|
-
isHidden:
|
|
44621
|
+
isHidden: p.isHidden == !0 ? p.isHidden : f.isHidden,
|
|
44622
44622
|
sequenceId: p.sequenceId
|
|
44623
44623
|
}
|
|
44624
44624
|
};
|