hflvcomp 0.0.13 → 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.
Files changed (3) hide show
  1. package/README.md +44 -5
  2. package/dist/hflvcomp.es.js +2377 -2296
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,44 @@
1
- # Vue 3 + Vite
2
-
3
- This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
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