star-horse-lowcode 2.7.55 → 2.7.56
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 +2 -4
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +81 -80
- package/package.json +1 -1
- package/dist/images/img.png +0 -0
- package/dist/images/img2.png +0 -0
package/README.md
CHANGED
|
@@ -245,10 +245,7 @@ barcode 条形码组件
|
|
|
245
245
|
|
|
246
246
|
```
|
|
247
247
|
5.示例图片
|
|
248
|
-
|
|
249
|
-

|
|
250
|
-
基于该组件库开发的表单设计组件,
|
|
251
|
-

|
|
248
|
+
请到gitee 查看示例图片
|
|
252
249
|
6.BUG 修改记录
|
|
253
250
|
```
|
|
254
251
|
1. 2025-03-31 修复动态表单Store piniaInstance 对象共享数据问题
|
|
@@ -309,3 +306,4 @@ barcode 条形码组件
|
|
|
309
306
|
26. 2025-07-19 修复表单超长不滚动问题
|
|
310
307
|
27. 2025-07-22 修复动态表单设计时,属性undefined 的Bug
|
|
311
308
|
更新示例图片
|
|
309
|
+
修复StarHorseFormList 组件staticColumn(控制在批量添加数据时,时弹窗添加还是直接在列表中添加) 为N 时不生效问题
|