star-horse-lowcode 2.7.55 → 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
@@ -245,10 +245,7 @@ barcode 条形码组件
245
245
 
246
246
  ```
247
247
  5.示例图片
248
- 通过上述配置,即可实现一个简单的表格组件,
249
- ![输入图片说明](star-horse-lowcode/dist/images/img.png)
250
- 基于该组件库开发的表单设计组件,
251
- ![输入图片说明](star-horse-lowcode/dist/images/img2.png)
248
+ 请到gitee 查看示例图片
252
249
  6.BUG 修改记录
253
250
  ```
254
251
  1. 2025-03-31 修复动态表单Store piniaInstance 对象共享数据问题
@@ -309,3 +306,6 @@ barcode 条形码组件
309
306
  26. 2025-07-19 修复表单超长不滚动问题
310
307
  27. 2025-07-22 修复动态表单设计时,属性undefined 的Bug
311
308
  更新示例图片
309
+ 修复StarHorseFormList 组件staticColumn(控制在批量添加数据时,时弹窗添加还是直接在列表中添加) 为N 时不生效问题
310
+ 28. 2025-07-23 修复编辑数据时,组件初始化时不触发actions定义的事件问题,如果要阻止在初始化时触发事件(默认初始化时触发自定义事件),需在preps 中增加 stopInitCallAction:true
311
+