star-horse-lowcode 2.7.62 → 2.7.63
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 +1 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +922 -701
- package/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -319,3 +319,4 @@ barcode 条形码组件
|
|
|
319
319
|
30. 2025-07-28 修复StarHorseTableColumn 组件在点击单元格编辑数据时(需要在PageFieldInfo中将cellEditable设置为true),不切换为对应的组件问题
|
|
320
320
|
31. 2025-07-29 修复StarHorseSearchComp 更多查询时,输入框 没有匹配模式异常
|
|
321
321
|
32. 2025-08-01 修复page-select-item 显示问题,优化StarHorseFormList 组件弹窗模式添加行时增加提交并继续按钮
|
|
322
|
+
33. 2025-08-02 修复StarHorseFormList 在同实例不同表单数据渲染时,上一个表单的数据不清空问题
|