hflvcomp 0.0.12 → 0.0.14
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 +44 -5
- package/dist/hflvcomp.es.js +2801 -2245
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
# hflvcomp
|
|
2
|
+
|
|
3
|
+
> 基础组件库,专为 hflveditor3 可视化编辑器设计
|
|
4
|
+
|
|
5
|
+
## 📦 组件列表
|
|
6
|
+
|
|
7
|
+
### 通用组件
|
|
8
|
+
- **Subpage** - 子页面
|
|
9
|
+
- *更多组件开发中...*
|
|
10
|
+
|
|
11
|
+
### SVG组件
|
|
12
|
+
|
|
13
|
+
### 后续规划
|
|
14
|
+
- [ ] XXX
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 📝 更新日志
|
|
19
|
+
|
|
20
|
+
### [0.0.14] - 2026-03-19
|
|
21
|
+
|
|
22
|
+
#### Subpage 子页面容器组件
|
|
23
|
+
- ✨ **新增功能**
|
|
24
|
+
- 新增formatComponent开关,开启后会通过预置占位符格式化页面包含的一级组件
|
|
25
|
+
|
|
26
|
+
- 🎨 **优化改进**
|
|
27
|
+
- 优化组件渲染性能
|
|
28
|
+
- 完善组件属性配置面板
|
|
29
|
+
|
|
30
|
+
#### MultiSubpage 子页面组容器组件
|
|
31
|
+
- 🎨 **优化改进**
|
|
32
|
+
- 配饰页面组数据时 增加attr属性配置 (prop,style,containerParam结构)
|
|
33
|
+
|
|
34
|
+
#### 其他更新
|
|
35
|
+
- 📚 补充组件使用文档
|
|
36
|
+
- 🐛 修复已知的小问题
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 🔧 使用说明
|
|
41
|
+
|
|
42
|
+
### 安装
|
|
43
|
+
```bash
|
|
44
|
+
npm install hflvcomp
|