Jin Mao and GitHub
8b0f138100
Merge branch 'main' into deps
2025-11-24 08:23:02 +08:00
Jin Mao and GitHub
cfad88666b
chore: 替换 lodash-es为 es-toolkit 并调整样式引入方式 ( #6912 )
2025-11-13 08:20:30 +08:00
Jin Mao and GitHub
f59e33682c
Merge branch 'main' into main
2025-11-12 04:27:57 +08:00
Jin Mao and GitHub
d811af37dd
Merge branch 'main' into profile
2025-11-12 04:03:27 +08:00
Jin Mao and GitHub
0e1a7d61f3
Merge branch 'main' into fix-downloader
2025-11-12 02:05:03 +08:00
Jin Mao and GitHub
a4aa133db5
Merge branch 'main' into tdesign
2025-11-09 12:04:30 +08:00
Jin Mao and GitHub
0cd9f4615c
Merge branch 'main' into fix-downloader
2025-10-26 15:28:34 +08:00
Jin Mao and GitHub
1d9cd88dd7
Merge branch 'main' into fix-downloader
2025-10-26 15:16:32 +08:00
Jin Mao and GitHub
9114692f95
Merge branch 'main' into main
2025-09-15 08:08:31 +08:00
Jin Mao and GitHub
193f5b6512
Merge branch 'main' into 2025072604
2025-07-28 15:53:04 +08:00
Jin Mao
cb3f96683f
fix: 修复双列布局模式下,路由为hideInMenu时,空白右列
2025-07-28 15:50:21 +08:00
Jin Mao and GitHub
260e45cd7b
Merge branch 'main' into feat/add-vben-modal-animation
2025-07-25 21:33:11 +08:00
Jin Mao and GitHub
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
...
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
2025-07-19 16:07:15 +08:00
Jin Mao and GitHub
1bc5d2986b
chore: update-vxe-table ( #6516 )
...
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
2025-07-16 19:15:39 +08:00
Jin Mao and GitHub
b8bf482c6a
Merge branch 'main' into form
2025-07-07 09:16:54 +08:00
Jin Mao and GitHub
3b673ca915
Merge branch 'main' into feature/scroll_to_the_error_field
2025-07-07 08:21:50 +08:00
Jin Mao and GitHub
bbf0287511
chore: fix lint warning ( #6487 )
2025-07-07 08:21:25 +08:00
Jin Mao and GitHub
6b1aab9c67
fix: handle undefined children in generate-menus ( #6117 )
...
When children is undefined, use empty array as fallback to prevent potential runtime errors. This matches the behavior when hideChildrenInMenu is true.
2025-05-06 14:29:50 +08:00
Jin Mao and GitHub
20c15f352f
perf: page componet supports custom height offset for flexible content height … ( #6081 )
...
* perf: Page supports custom height offset for flexible content height control.
允许通过 height 属性调整页面内容高度计算。修改了 Page 组件以支持自定义高度偏移量,用于更灵活的内容高度控制。
* chore: typo
* perf(page): replace height with heightOffset for flexible content sizing
The `height` prop was replaced with `heightOffset` to better describe its purpose when used with `autoContentHeight`. The new prop allows custom offset values (in pixels) to adjust content area sizing, with clearer documentation.
2025-04-29 18:15:12 +08:00
Jin Mao and GitHub
9ee6d06d50
docs: add deepWiki doc link ( #6057 )
2025-04-27 20:54:07 +08:00
Jin Mao and YunaiV
a61d9003dd
feat: sidebar button config ( #5818 )
...
* feat: 新增 PreferenceCheckboxItem 组件
* feat(preferences): 添加侧边栏按钮配置功能
* feat: 新增按钮点击事件触发功能
* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置
* feat(ui): 新增侧边栏固定按钮及配置选项
* fix(test): 修正侧边栏配置项缺失问题
2025-03-31 11:09:36 +08:00
Jin Mao and YunaiV
3f4e878e69
feat(tabbar): 添加右键菜单过滤功能 ( #5820 )
2025-03-31 11:09:36 +08:00
Jin Mao and GitHub
18722ce434
feat: sidebar button config ( #5818 )
...
* feat: 新增 PreferenceCheckboxItem 组件
* feat(preferences): 添加侧边栏按钮配置功能
* feat: 新增按钮点击事件触发功能
* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置
* feat(ui): 新增侧边栏固定按钮及配置选项
* fix(test): 修正侧边栏配置项缺失问题
2025-03-31 10:17:42 +08:00
Jin Mao and GitHub
df6341f0b8
feat(tabbar): 添加右键菜单过滤功能 ( #5820 )
2025-03-30 16:23:24 +08:00
Jin Mao and YunaiV
2162ddb34b
feat(ui): logo icon support click events ( #5725 )
...
* feat(ui): 扩展auth页面添加点击 Logo 的事件处理
在 `authentication.vue` 中新增 `clickLogo` 属性,允许在点击 Logo 时执行自定义操作。在 `auth.vue` 中实现了一个示例的点击事件处理函数,用于测试该功能。
* feat(layout): 添加点击 logo 的事件处理函数
在 BasicLayout 组件中添加了 clickLogo 事件处理函数,并通过 emit 方法触发 clickLogo 事件。同时,在 basic.vue 中实现了 handleClickLogo 函数,用于处理 logo 点击事件。
* fix(ui): 移除logo点击事件的控制台日志
2025-03-26 22:51:07 +08:00
Jin Mao and YunaiV
1e6dbeed68
chore: update codeowners ( #5750 )
2025-03-26 22:51:07 +08:00
Jin Mao and GitHub
66c1d390b9
feat(ui): logo icon support click events ( #5725 )
...
* feat(ui): 扩展auth页面添加点击 Logo 的事件处理
在 `authentication.vue` 中新增 `clickLogo` 属性,允许在点击 Logo 时执行自定义操作。在 `auth.vue` 中实现了一个示例的点击事件处理函数,用于测试该功能。
* feat(layout): 添加点击 logo 的事件处理函数
在 BasicLayout 组件中添加了 clickLogo 事件处理函数,并通过 emit 方法触发 clickLogo 事件。同时,在 basic.vue 中实现了 handleClickLogo 函数,用于处理 logo 点击事件。
* fix(ui): 移除logo点击事件的控制台日志
2025-03-23 10:02:22 +08:00
Jin Mao and GitHub
711a179c69
chore: update codeowners ( #5750 )
2025-03-21 08:37:21 +08:00
jinmao88 and GitHub
7a476372e1
fix: useDrawer中closeIconPlacement设置无效 ( #5624 )
2025-02-27 14:34:42 +08:00
jinmao88 and GitHub
f9504cece3
chore: add qq group 5 ( #5530 )
2025-02-13 14:45:51 +08:00
93b5618b52
feat(@vben/stores): export defineStore to support pinia persistence within apps ( #4483 )
...
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com >
2024-09-28 16:01:04 +08:00
jinmao88 and GitHub
58f2b17bde
chore: add qq group [skip ci] #4 ( #4321 )
...
* Update community.md
添加4群链接
* chore: add old qq group
2024-09-05 22:25:16 +08:00
jinmao88 and GitHub
861f39b519
chore: 添加3群链接 ( #4069 )
2024-08-07 17:27:05 +08:00
jinmao88 and GitHub
a629262c9d
chore: 更新社区交流群信息,包括QQ频道和QQ群的新链接 ( #4068 )
2024-08-07 15:43:04 +08:00
d9ba9917ff
fix: an error was reported in the adaptation of the naive component library theme ( #4041 )
...
* fix: naive组件库 主题适配报错,需将hsl转换为rgb格式
* feat: 增加NDataTable示例
* chore: hsl转换函数移动到@vben/utils内
* fix: 优化正则表达式
* fix: 优化正则表达式2
* fix: 正则表达式优化,优化hlsStringToRGB函数
* fix: 使用tinyColor进行转换
* Update packages/@core/base/shared/src/colorful/convert.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: lint error
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: vince <vince292007@gmail.com >
2024-08-07 12:13:54 +08:00
84c8fb0ecc
feat: add support for custom slot header-index, sorted by index ( #4039 )
...
* feat: header右侧支持n个自定义位置插槽,插槽命名方式header-index,根据index大小排序。
框架默认插槽user-dropdown的index:20,notification的index:10 (#4034 )
* chore: 将默认组件加入排序
* chore: 更改slot命名方式支持header左侧自定义插槽,命名方式:header-right-n,header-left-n,具体位置看README
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com >
2024-08-06 22:32:51 +08:00
jinmao88 and GitHub
0a906a481f
fix: 修复文档链接错误 ( #3999 )
2024-08-02 06:39:05 +08:00
jinmao88 and GitHub
6f0c05dd50
dashboard ( #6 )
...
* feat(dashboard): 增加dashboard示例
* feat(chart-ui): 增加图表UI组件库
* feat(dashboard): 完善dashboard示例
2024-06-23 13:41:02 +08:00
jinmao88 and GitHub
303a200427
fix(cache): rename chche package to cache ( #5 )
2024-06-23 13:40:46 +08:00