star-horse-lowcode 2.7.11 → 2.7.13
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 +3 -1
- package/dist/assets/index.css +1 -1
- package/dist/index.cjs.js +20 -20
- package/dist/index.es.js +36 -43
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,5 +181,7 @@ onMounted(() => {
|
|
|
181
181
|
1. 2025-03-31 修复动态表单Store piniaInstance 对象共享数据问题
|
|
182
182
|
修复列表操作按钮不显示问题
|
|
183
183
|
2. 2025-04-11 修改动态表单设计组件css间距问题
|
|
184
|
-
3. 2025-04-15 修改动态表单comp组件名称错误问题
|
|
184
|
+
3. 2025-04-15 修改动态表单comp组件名称错误问题 ,
|
|
185
|
+
优化编辑列表排除divider,button和usercomp组件显示,
|
|
186
|
+
修复usercomp组件没有被纳入formVisible 控制范围
|
|
185
187
|
|