iot-manage-dashboard/playground/src
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
..
adapter fix: 优化组件方法透传并新增表单弹窗示例 (#6443) 2025-07-02 19:58:48 +08:00
api fix: json-bigint parse used in vxeTable (#6271) 2025-05-24 13:01:58 +08:00
layouts fix: watermark settings in the preferences modified accidentally (#5823) 2025-03-31 09:06:02 +08:00
locales Merge branch 'main' into feature/scroll_to_the_error_field 2025-07-06 21:19:52 +08:00
router Merge branch 'main' into feature/scroll_to_the_error_field 2025-07-06 21:19:52 +08:00
store refactor: modify the default homepage path loaded from the preference… (#6099) 2025-05-03 16:03:08 +08:00
views fix: 2025-09-11 16:41:42 +08:00
app.vue refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
bootstrap.ts fix: component Input is not registered when initialize page (#6246) 2025-05-23 15:21:09 +08:00
main.ts refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
preferences.ts perf: improve the usage documentation of vben-vxe-table (#4829) 2024-11-06 23:03:33 +08:00