star-horse-lowcode 2.7.44 → 2.7.46
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 -3
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +90 -72
- package/dist/types/index.d.ts +10 -7
- package/package.json +13 -13
- package/dist/index.cjs.js +0 -7
- package/dist/index.umd.js +0 -7
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 星马低代码核心组件库(star-horse-lowcode)
|
|
2
2
|
## 使用说明
|
|
3
3
|
1. 安装依赖
|
|
4
4
|
```shell
|
|
@@ -291,5 +291,5 @@ barcode 条形码组件
|
|
|
291
291
|
16. 2025-06-17 框架内封装的element-plus组件,将穷举参数修改为v-bind,支持element-plus 最新版本的改变
|
|
292
292
|
同时优化了表单的属性分发的原子化,组件业务逻辑分解到具体的组件中(之前写在一个文件内),
|
|
293
293
|
17. 2025-06-19 修复cron,number-range 组件的bug
|
|
294
|
-
|
|
295
|
-
|
|
294
|
+
18. 2025-06-23 发布时去掉'cjs', 'umd'的支持,仅打包 es,以减小打包后的包体大小
|
|
295
|
+
19. 2025-06-24 修复动态创建组件函数createComponent props 定义参数在模板中不生效问题,同时修复其它已知bug
|