@nuwatop/code-canvas-core 0.5.118 → 0.5.119
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5833,7 +5833,7 @@ const An = 420, mr = 440, Ss = ({
|
|
|
5833
5833
|
return {
|
|
5834
5834
|
key: String(H.key ?? H.dataIndex ?? ""),
|
|
5835
5835
|
title: typeof H.title == "string" ? H.title : "列",
|
|
5836
|
-
visible: H.visible
|
|
5836
|
+
visible: H.visible === !0,
|
|
5837
5837
|
fixed: pe,
|
|
5838
5838
|
width: typeof Oe == "number" ? Oe : "auto"
|
|
5839
5839
|
};
|