admin-vben5/packages/@core/ui-kit
ming4762 3d9dba965f
perf: perf the control logic of Tab (#6220)
* perf: perf the control logic of Tab

* 每个标签页Tab使用唯一的key来控制关闭打开等逻辑
* 统一函数获取tab的key
* 通过3种方式设置tab key:1、使用router query参数pageKey 2、使用路由meta参数fullPathKey设置使用fullPath或path作为key
* 单个路由可以打开多个标签页
* 如果设置fullPathKey为false,则query变更不会打开新的标签(这很实用)

* perf: perf the control logic of Tab

* perf: perf the control logic of Tab

* 测试用例适配

* perf: perf the control logic of Tab

* 解决AI提示的警告
2025-05-18 10:33:02 +08:00
..
form-ui chore: release v5.5.6 2025-05-06 22:32:58 +08:00
layout-ui chore: release v5.5.6 2025-05-06 22:32:58 +08:00
menu-ui chore: release v5.5.6 2025-05-06 22:32:58 +08:00
popup-ui fix: when keepAlive is enabled, returning directly through browser buttons/gestures will not close pop ups (#6113) 2025-05-06 14:02:23 +08:00
shadcn-ui fix(@vben-core/shadcn-ui): fix disabled functionality not working in VbenTree component (#6205) 2025-05-16 14:13:43 +08:00
tabs-ui perf: perf the control logic of Tab (#6220) 2025-05-18 10:33:02 +08:00
README.md chore: update deps 2024-07-05 23:22:37 +08:00

ui-kit

用于管理公共组件、不同UI组件库封装的组件