star-horse-lowcode 2.8.32 → 2.8.40
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 +8 -8
- package/dist/types/index.d.ts +26 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -282,3 +282,15 @@ barcode 条形码组件
|
|
|
282
282
|
```
|
|
283
283
|
- Fix StarHorseDraggable 样式显示异常
|
|
284
284
|
```
|
|
285
|
+
#### v2.8.33
|
|
286
|
+
```
|
|
287
|
+
- 优化transfer-item 组件为自适应宽度
|
|
288
|
+
```
|
|
289
|
+
#### v2.8.34
|
|
290
|
+
```
|
|
291
|
+
- 优化StarHorseDraggable 组件拖拽的新能问题
|
|
292
|
+
```
|
|
293
|
+
#### v2.8.40
|
|
294
|
+
```
|
|
295
|
+
- 增加dialog 模态窗组件
|
|
296
|
+
```
|