star-horse-lowcode 2.7.56 → 2.7.57

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/README.md CHANGED
@@ -307,3 +307,5 @@ barcode 条形码组件
307
307
  27. 2025-07-22 修复动态表单设计时,属性undefined 的Bug
308
308
  更新示例图片
309
309
  修复StarHorseFormList 组件staticColumn(控制在批量添加数据时,时弹窗添加还是直接在列表中添加) 为N 时不生效问题
310
+ 28. 2025-07-23 修复编辑数据时,组件初始化时不触发actions定义的事件问题,如果要阻止在初始化时触发事件(默认初始化时触发自定义事件),需在preps 中增加 stopInitCallAction:true
311
+