star-horse-lowcode 2.8.69 → 2.8.71
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 +12 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +3 -3
- package/dist/types/index.d.ts +37 -3
- package/package.json +136 -136
package/README.md
CHANGED
|
@@ -455,3 +455,15 @@ barcode 条形码组件
|
|
|
455
455
|
```
|
|
456
456
|
-修复因升级vite 导致的bug
|
|
457
457
|
```
|
|
458
|
+
#### v2.8.70
|
|
459
|
+
|
|
460
|
+
```
|
|
461
|
+
-增加标签输入框,修复select组件没有设置preps 报错
|
|
462
|
+
```
|
|
463
|
+
#### v2.8.71
|
|
464
|
+
|
|
465
|
+
```
|
|
466
|
+
-容器组件增加了mapping 参数,参数值1:表示1对1或者n:表示1对多, 解决表单中主子表对应关系的时候,是1对1 还是1对n
|
|
467
|
+
-修复联动是栅格容器因所有列都是隐藏时出现空行的bug
|
|
468
|
+
```
|
|
469
|
+
|