xingyu4j
722afc85df
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2026-02-11 11:01:44 +08:00
Jin Mao
e6f6e5464a
Merge branch 'main' into main
2026-02-10 12:08:16 +08:00
Aliner
7d04b600fb
fix: correct updateDate to updateData in the echarts hook ( #7538 )
...
* fix(@vben/plugins): Fixed the misspelling of the data update method name in the echarts hook
Correct updateDate to updateData, ensuring that the API method name is correct and consistent
* Revert "fix(@vben/plugins): Fixed the misspelling of the data update method name in the echarts hook"
This reverts commit 86d679cf25631bd1abd56d4f971e6db3a9b9d6d5.
* fix(@vben/plugins): fixed the misspelling of the data update method name in the echarts hook
Correct updateDate to updateData, ensuring that the API method name is correct and consistent
2026-02-10 11:19:45 +08:00
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
2026-02-09 16:32:02 +08:00
Jin Mao
8a215fbcc7
chore: release 5.6.0
2026-02-09 05:09:57 +08:00
Leo
6fd426d719
fix: 当 showToolbar 为 false 时禁用工具栏(vxe-table),减少无 Toolbar 的 Gird 留白
2026-02-04 22:20:17 +08:00
xingyu4j
7a1218e6f0
fix: lint
2026-01-28 15:24:55 +08:00
xingyu4j
24b8bba754
fix: lint
2026-01-26 10:34:14 +08:00
xingyu4j
baed599fcc
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2026-01-26 10:13:23 +08:00
Jin Mao
b9224fc379
Merge branch 'main' into fix
2026-01-23 13:48:54 +08:00
Jin Mao
613c311076
Merge branch 'fork/abcd0f/dev/sun-local'
2026-01-23 13:25:03 +08:00
Sun
d5d4a5c591
feat(effects-plugins): 添加 echarts 图表更新功能
...
新增 updateDate 方法用于更新 echarts 图表选项,支持合并配置、
完全替换和延迟更新等模式。该方法会在组件未初始化时自动执
行首次渲染,并能够合并全局配置如 backgroundColor 等选项。
2026-01-23 11:06:45 +08:00
Qiu
3862942e9f
fix: chart instance disposal condition
...
dom has been disposed in vue3 v-if,but chartInstance exist
2026-01-21 11:47:01 +08:00
xingyu4j
af3fe53ec8
fix: type error
2025-12-22 17:50:06 +08:00
xingyu4j
d16ebea639
fix: #ID9R98
2025-12-01 16:56:22 +08:00
haohao
65d3be03b8
feat:【antd】【iot】将 DataZoom 组件添加到 echarts 集成中
2025-11-10 15:15:57 +08:00
Jin Mao
cfbce0d737
chore: fix lint
2025-10-26 15:27:28 +08:00
Jin Mao
0e62862119
chore: fix lint
2025-10-26 15:01:58 +08:00
xingyu4j
7aacec3e69
fix: crm statistics
2025-10-22 12:29:44 +08:00
xingyu4j
8b423d3f08
feat: css style
2025-10-13 14:54:56 +08:00
xingyu4j
e7f1eb0844
feat: add code editor
2025-10-13 14:53:56 +08:00
xingyu4j
99dd3350f4
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-10-09 11:19:32 +08:00
vent
1e029dbc9a
fix: 修复部分场景 echarts 在使用 v-show 时获取不到 width 的问题 ( #6776 )
2025-09-30 05:09:33 +08:00
xingyu4j
29e5017913
feat: table-toolbar
2025-09-09 17:04:57 +08:00
xingyu4j
e7e2ebdb73
refactor: tinyflow
2025-09-03 19:19:50 +08:00
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