hflveditor3 0.2.27 → 0.2.29
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 +33 -5
- package/dist/hflveditor3.es.js +5466 -4752
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
# hflveditor3
|
|
2
|
+
|
|
3
|
+
> 基于vue3的可视化页面编辑器
|
|
4
|
+
|
|
5
|
+
## 📝 更新日志
|
|
6
|
+
|
|
7
|
+
### [0.2.29] - 2026-03-24
|
|
8
|
+
- ✨ **新增功能**
|
|
9
|
+
- 选择单个组件时,右键菜单【等距粘贴】弹框设置横向数量和间距,纵向数量和间距,可同时横向纵向
|
|
10
|
+
- 新增其他配置按钮,替代以前的标尺按钮,将标尺配置信息整合到其他配置里,增加吸附配置
|
|
11
|
+
- 数据来源中增加时间戳timestamp,时间戳(秒)timestamp2
|
|
12
|
+
- 操作列表新增绑定显隐设置bindShowHideSet,通过绑定一个响应式变量来控制其自身的显示和隐藏
|
|
13
|
+
|
|
14
|
+
- 🎨 **优化改进**
|
|
15
|
+
- 画布尺寸最小值 调整到40,40
|
|
16
|
+
- 改进标尺组件,增加删除按钮,增加标线移动时数值提示
|
|
17
|
+
- 吸附功能优化,增加标线吸附和组件吸附切换
|
|
18
|
+
- 组件事件列表展示数据源 由组件定义和当前组件的并集构成
|
|
19
|
+
|
|
20
|
+
- 📚 **待规划**
|
|
21
|
+
- 数据来源中增加特征值eigenV,比如当前时间戳等阈值快捷赋值,暂时没有想好
|
|
22
|
+
|
|
23
|
+
#### 其他更新
|
|
24
|
+
- 📚 补充组件使用文档
|
|
25
|
+
- 🐛 修复已知的小问题
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 🔧 使用说明
|
|
30
|
+
|
|
31
|
+
### 安装
|
|
32
|
+
```bash
|
|
33
|
+
npm install hflveditor3
|