hflveditor3 0.2.31 → 0.2.32

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
@@ -4,6 +4,17 @@
4
4
 
5
5
  ## 📝 更新日志
6
6
 
7
+ ### [0.2.32] - 2026-04-30
8
+ - ✨ **新增功能**
9
+ - 消息弹出框中类型增加一个Alert
10
+ - 输入框自定义函数编辑增加一个压缩按钮
11
+ - 其他配置中增加一个showDashBorder开关,开启或者关闭设计状态时是否显示点虚线框
12
+ - 增加同类组件的属性批量修改,在组件的属性编辑或者数据编辑中,调用store的openSyncCompAttr方法打开同步属性对话框,需要构造开放勾选的属性集合
13
+ - 组件编辑状态下,需要属性编辑组件和数据编辑组件,如组件不需要进行属性或者数据编辑,可不提供
14
+ - 绑定显隐设置时,增加取反开关,默认不开启
15
+ - 新增事件selectionChange,多选改变
16
+ - 新增CommonUtils工具类导出,提供formatJsCode,compressJsCode方法
17
+
7
18
  ### [0.2.31] - 2026-04-16
8
19
  - ✨ **新增功能**
9
20
  - 事件配置的数据请求操作,增加下拉选择(级联选择),选择注册的数据源配置