xingyu4j
8fdbbfad22
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-08-19 17:41:16 +08:00
vben
e147a9d2fd
chore: release 5.5.9
2025-08-16 22:16:02 +08:00
nehc
c64be886b4
feat(@vben/web-antd): vxe-table)新增表单验证功能
...
- 在 vxe-table.ts 中添加 createRequiredValidation函数
- 在 data.ts 中使用 createRequiredValidation 替代原有的 className 函数
- 在 vxe-table 插件中添加 validation 相关的工具函数
- 优化表格列的验证逻辑,提高代码复用性和可维护性
2025-08-04 09:22:51 +08:00
nehc
5f56b14733
feat(@vben/web-antd): 验证样式
...
- 添加 isValidating 状态管理,用于控制验证过程
- 在表格列定义中增加验证错误样式
- 实现必填字段错误提示功能
- 优化表格渲染逻辑,确保验证错误及时显示
- 新增相关 CSS 样式,定义验证错误的视觉效果
2025-08-04 09:22:51 +08:00
xingyu4j
8b89a32813
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-29 15:21:32 +08:00
vben
1575619d53
chore: release v5.5.8
2025-07-19 22:19:50 +08:00
xingyu4j
ff5c806de2
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-19 16:52:36 +08:00
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
...
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
2025-07-19 16:07:15 +08:00
xingyu4j
879de80857
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-19 12:24:22 +08:00
Jin Mao
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
xingyu4j
a950b7b6e7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-08 14:25:47 +08:00
YunaiV
6a537bb202
feat:【ANTD】优化 doc-alert 缺少 margin 间距
2025-07-05 18:30:04 +08:00
RanMaoting
33a4d524db
feat(@vben/plugins): 新增VxeGrid组件插槽类型定义 ( #6452 )
...
* feat(@vben/plugins): 新增VxeGrid组件插槽类型定义
Closes : #6451
* fix(@vben/plugins): 优化vxe-table组件的插槽类型定义
修复Omit导致的类型丢失
2025-07-03 18:34:37 +08:00
xingyu4j
3f304cdb76
feat: echarts add china geo
2025-06-24 12:51:38 +08:00
xingyu4j
22dcc12447
chore: deps
2025-06-16 14:00:12 +08:00
gjd
0f701dd49b
Merge branch 'dev' of https://gitee.com/yudaocode/yudao-ui-admin-vben into dev_xx
2025-06-16 09:58:35 +08:00
gjd
54066859c5
feat(ai): 添加思维导图功能
...
- 在 ai/mindmap 页面添加 Right 组件
- 实现思维导图的初始化、渲染和下载功能
- 优化 markdown 内容的处理和展示
- 添加对思维导图库的依赖和类型定义
2025-06-09 18:31:21 +08:00
xingyu4j
ea31db17ad
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-06-09 10:19:25 +08:00
RanMaoting
017ed1a9e1
types: 为useVbenVxeGrid添加泛型声明,使grid实例上能正确获取到行数据的类型 ( #5653 )
...
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2025-06-08 17:43:02 +08:00
xingyu4j
b0c5b794fa
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-06-02 19:51:33 +08:00
wyc001122
470fd43b49
fix: 修复使用useVbenVxeGrid配置hasEmptyText、hasEmptyRender不生效的问题 ( #6310 )
2025-06-02 08:16:26 +08:00
xingyu4j
e3e0b1f1a0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-29 11:01:39 +08:00
Netfan
96a10ca83f
style: fix lint error ( #6298 )
2025-05-28 19:23:21 +08:00
wyc001122
4eb16d6d3a
fix: fix table-title slot not work ( #6295 )
2025-05-28 17:01:11 +08:00
xingyu4j
62198ec69c
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-27 10:36:30 +08:00
liqiang0330
53304514b6
fix: Update index.ts ( #6268 )
...
* Update index.ts
VxeGridPropTypes.原文件缺少这个,现在补全!
* Update index.ts
增加空格!
2025-05-26 13:29:27 +08:00
puhui999
98676e1dc9
feat: @vben/plugins/vxe-table 异步导出 vxe-table 相关组件提供给需要单独使用 vxe-table 的场景
2025-05-09 13:09:24 +08:00
xingyu4j
6a1317908a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-06 23:51:36 +08:00
vben
cc6c9bf7a0
chore: release v5.5.6
2025-05-06 22:32:58 +08:00
xingyu4j
50d028f6b8
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-04-28 10:06:29 +08:00
Vben
76de450c71
chore: update dependency version for improved stability and compatibility ( #6023 )
...
* chore: update dependency version for improved stability and compatibility
* fix: optimize clearPoints function in useCaptchaPoints hook to improve performance
* fix: make several props optional in various components for better flexibility
2025-04-27 22:06:49 +08:00
vben
7c7051a11e
chore: release v5.5.5
2025-04-27 21:45:10 +08:00
xingyu4j
4d1bff9d4a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-04-26 14:38:07 +08:00
Netfan
0a9fc4e02d
fix: title of search button in vxeTable toolbar ( #6046 )
...
* 修改vxeTable工具栏里的搜索按钮的提示文案
2025-04-26 01:08:41 +08:00
xingyu4j
e702e4aba0
fix: code lint packages
2025-04-24 17:55:30 +08:00
YunaiV
b4efb7c468
refactor:修复 antd typecheck 提供的报错
2025-04-23 12:56:35 +08:00
xingyu4j
acd2787f29
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into v-next-dev
2025-04-22 15:39:53 +08:00
pangyajun123
b985ff0584
fix: vxe-table theme token follow primary color ( #6007 )
2025-04-21 19:15:05 +08:00
Netfan
9ba917c356
fix: theme mode follow the system only `auto` ( #5923 )
...
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
2025-04-14 19:23:07 +08:00
Netfan
7e490c3070
feat: customizable table separator ( #5898 )
...
* 表格的分隔条支持定制背景色或完全移除
2025-04-14 19:23:07 +08:00
Netfan
f46ec30995
fix: theme mode follow the system only `auto` ( #5923 )
...
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
2025-04-12 01:16:57 +08:00
Netfan
9379093a4f
feat: customizable table separator ( #5898 )
...
* 表格的分隔条支持定制背景色或完全移除
2025-04-08 20:28:50 +08:00
YunaiV
144a2f1dc9
feat:增加 redis 监控
2025-04-07 22:00:14 +08:00
Rascal-Coder
3086b83834
fix: vxeGrid height fixed #5861 ( #5862 )
2025-04-05 09:55:23 +08:00
Rascal-Coder
3600603016
fix: vxeGrid height fixed #5861 ( #5862 )
2025-04-04 13:16:31 +08:00
Netfan
e0cfe4a4b1
chore: update deps ( #5854 )
2025-04-03 23:06:02 +08:00
Netfan
7933da8f66
chore: update deps ( #5854 )
2025-04-02 18:07:06 +08:00
Netfan
91cb6aaf0d
fix: table form reset will trigger reload twice while submitOnChange set ( #5756 )
...
* 修复表格的搜索表单在重置时,可能会触发2次表格刷新的问题
2025-03-26 22:51:07 +08:00
vben
7a0354f4a8
chore: release 5.5.4
2025-03-26 22:51:07 +08:00
Netfan
3133f8f8b9
fix: table form reset will trigger reload twice while submitOnChange set ( #5756 )
...
* 修复表格的搜索表单在重置时,可能会触发2次表格刷新的问题
2025-03-20 19:42:22 +08:00