@zhongguo168a/yxeditor-common 0.0.72 → 0.0.73

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 CHANGED
@@ -1237,7 +1237,7 @@ class MapUtil {
1237
1237
  if (data === undefined || data === null) {
1238
1238
  return dflt;
1239
1239
  }
1240
- return data;
1240
+ return convertutil.anyToBoolean(data);
1241
1241
  }
1242
1242
  /**
1243
1243
  * 转换成{}, 如果原值无效, 返回{}