admin-vben/packages/effects/common-ui/src/components
zouawen 39820c783c fix:
1、VbenTree新增是否全选、展开折叠功能;
2、解决当点击子节点label文字区域,而非checkbox时,关联父组件不能选中问题;
3、优化子节点选中时关联父节点选中功能:删除VbenTree中processParentSelection方法,改为在onSelect中实现,原因:processParentSelection在每次模型值更新时都会被调用,且计算复杂度为O(n^2),onSelect只在交互时触发,复杂度为O(n);
4、新增中间层tree组件,处理无数据时显示场景(显示图标Inbox和国际化comom.noData文本);
5、为防止父组件传值子组件boolean类型默认false问题,新增treePropsDefaults方法,为TreeProps赋默认值,Tree组件和VbenTree组件统一使用;
6、优化VbenTree组件整体样式(优化padding、margin、gap值,优化type为button时outline左右空白区域不对称问题),优化内部header、footer插槽样式。
2025-09-11 16:41:42 +08:00
..
api-component fix: improve request logic in api-component 2025-06-20 08:42:45 +08:00
captcha feat: 增加基于图片拼图切片平移的验证码 2025-07-04 10:26:02 +08:00
col-page feat: add `resizable` and `ColPage` component (#5188) 2024-12-19 20:37:42 +08:00
count-to fix: `CountTo` component resolve `separator` prop not taking effect (#5578) 2025-02-21 11:06:18 +08:00
ellipsis-text feat: ellipsis text automatically displays tooltip based on ellipsis (#6244) 2025-05-23 15:20:38 +08:00
icon-picker chore: update deps 2025-07-02 16:55:55 +08:00
json-viewer feat: 组件json-viewer支持bigint数据显示 cwy (#6377) 2025-06-29 04:32:30 +08:00
loading fix: loading and spinner style fixed and improved (#5588) 2025-02-23 15:30:17 +08:00
page fix(@vben/common-ui): resolve #6698 (#6700) 2025-09-02 17:02:11 +08:00
resize chore: update dependency version for improved stability and compatibility (#6023) 2025-04-27 22:06:49 +08:00
tippy feat: improve `tippy` demo (#5357) 2025-01-11 20:42:38 +08:00
tree fix: 2025-09-11 16:41:42 +08:00
index.ts fix: 2025-09-11 16:41:42 +08:00