star-horse-lowcode 2.8.46 → 2.8.48
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 +8 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +5 -5
- package/dist/types/index.d.ts +637 -233
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -318,4 +318,12 @@ barcode 条形码组件
|
|
|
318
318
|
```
|
|
319
319
|
- input组件 增加属性是否将前缀(mergePrefix:boolean)或者后缀内容(margeAppend:boolean)合并到当前属性中去
|
|
320
320
|
```
|
|
321
|
+
#### v2.8.47
|
|
322
|
+
```
|
|
323
|
+
- 修复因新增input属性导致的bug,优化starhorsedraggable组件拖拽时卡顿问题
|
|
324
|
+
```
|
|
325
|
+
#### v2.8.48
|
|
326
|
+
```
|
|
327
|
+
- 修复barcode,qrcode,signature 组件bug
|
|
328
|
+
```
|
|
321
329
|
|