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 86d679cf25 .
* 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
7 months ago
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
7 months ago
Leo
6fd426d719
fix: 当 showToolbar 为 false 时禁用工具栏(vxe-table),减少无 Toolbar 的 Gird 留白
7 months ago
Sun
d5d4a5c591
feat(effects-plugins): 添加 echarts 图表更新功能
新增 updateDate 方法用于更新 echarts 图表选项,支持合并配置、
完全替换和延迟更新等模式。该方法会在组件未初始化时自动执
行首次渲染,并能够合并全局配置如 backgroundColor 等选项。
7 months ago
Qiu
3862942e9f
fix: chart instance disposal condition
dom has been disposed in vue3 v-if,but chartInstance exist
7 months ago
xingyu4j
af3fe53ec8
fix: type error
8 months ago
Jin Mao
cfbce0d737
chore: fix lint
10 months ago
Jin Mao
0e62862119
chore: fix lint
10 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
10 months ago
vent
1e029dbc9a
fix: 修复部分场景 echarts 在使用 v-show 时获取不到 width 的问题 ( #6776 )
11 months ago
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
1 year ago
Jin Mao
1bc5d2986b
chore: update-vxe-table ( #6516 )
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
1 year ago
RanMaoting
33a4d524db
feat( @vben/plugins ): 新增VxeGrid组件插槽类型定义 ( #6452 )
* feat(@vben/plugins ): 新增VxeGrid组件插槽类型定义
Closes : #6451
* fix(@vben/plugins ): 优化vxe-table组件的插槽类型定义
修复Omit导致的类型丢失
1 year ago
RanMaoting
017ed1a9e1
types: 为useVbenVxeGrid添加泛型声明,使grid实例上能正确获取到行数据的类型 ( #5653 )
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
1 year ago
wyc001122
470fd43b49
fix: 修复使用useVbenVxeGrid配置hasEmptyText、hasEmptyRender不生效的问题 ( #6310 )
1 year ago
Netfan
96a10ca83f
style: fix lint error ( #6298 )
1 year ago
wyc001122
4eb16d6d3a
fix: fix table-title slot not work ( #6295 )
1 year ago
liqiang0330
53304514b6
fix: Update index.ts ( #6268 )
* Update index.ts
VxeGridPropTypes.原文件缺少这个,现在补全!
* Update index.ts
增加空格!
1 year ago
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
1 year ago
Netfan
0a9fc4e02d
fix: title of search button in vxeTable toolbar ( #6046 )
* 修改vxeTable工具栏里的搜索按钮的提示文案
1 year ago
pangyajun123
b985ff0584
fix: vxe-table theme token follow primary color ( #6007 )
1 year ago
Netfan
f46ec30995
fix: theme mode follow the system only `auto` ( #5923 )
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
1 year ago
Netfan
9379093a4f
feat: customizable table separator ( #5898 )
* 表格的分隔条支持定制背景色或完全移除
1 year ago
Rascal-Coder
3600603016
fix: vxeGrid height fixed #5861 ( #5862 )
1 year ago
Netfan
7933da8f66
chore: update deps ( #5854 )
1 year ago
Netfan
3133f8f8b9
fix: table form reset will trigger reload twice while submitOnChange set ( #5756 )
* 修复表格的搜索表单在重置时,可能会触发2次表格刷新的问题
1 year ago
Netfan
89d963c81a
fix: vxeTable search button not working with slot ( #5678 )
1 year ago
littlesparklet
12ffb310bf
fix: Fix inconsistent spacing around search form (issue #5429 ) ( #5495 )
2 years ago
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
添加Motion的用法例子
2 years ago
Netfan
b785bc5704
fix: useEcharts return invalid instance ( #5360 )
2 years ago
Netfan
624beb6fa0
fix: locale switching logic correction ( #5344 )
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
2 years ago
Netfan
7606b86854
fix: vxeGrid init without search form ( #5342 )
* 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题
2 years ago
Netfan
2828e7a7b6
fix: form `fieldMappingTime` is not working ( #5333 )
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
2 years ago
clddup
bbbdbfa912
feat: useEcharts exports echarts instance#5294 ( #5299 )
2 years ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
2 years ago
Netfan
9a660827a6
fix: vxeGrid top padding ( #5193 )
2 years ago
Netfan
a44ff73dd3
fix: grid tools in toolbar config not working as expected ( #5190 )
2 years ago
Netfan
b22d900e27
feat: form compact mode support ( #5165 )
2 years ago
Netfan
bedf19993d
fix: vxeGrid default sort data no effect in first query ( #5141 )
* fix: vxeGrid default sort data no effect in first query
* fix: query params lost
2 years ago
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
2 years ago
Netfan
d308da6ba1
fix: resolve table toolbar error ( #5109 )
2 years ago
LinaBell
e3a93970f4
fix: when VxeTable toolbarConfig.refresh is enabled, it will carry incorrect parameters ( #4980 )
2 years ago
Vben
9ddaba5333
fix: correct grid styling issue ( #4889 )
2 years ago
Vben
5b079471b9
fix: resolve issue with grid reload parameter not working ( #4888 )
2 years ago
Vben
546c0928fb
fix: form data that is not submitted by the form should not be carried when switching paging ( #4847 )
2 years ago
Vben
5e44aa9283
fix: drawer header is missing ( #4846 )
2 years ago
Vben
8617d3dd1e
perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime ( #4842 )
* perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime
2 years ago
Vben
2c6edafeb2
fix: when opening the tool separately, there is no need to pass the toolbar-tools slot ( #4841 )
2 years ago
Vben
8f1e397077
fix: when the form is destroyed, the form parameters still exist ( #4834 )
* fix: when the form is destroyed, the form parameters still exist
* chore: update deps
2 years ago
Vben
4e88ef0840
perf: improve the usage documentation of vben-vxe-table ( #4829 )
* perf: improve the usage documentation of vben-vxe-table
2 years ago