Jin Mao
282a102826
chore: fix lint
3 days ago
Jin Mao
417e6c2ade
chore: fix lint && typecheck
3 days ago
Jin Mao
87d1593a1f
refactor(effects): 扩展 echarts 类型定义并优化插件配置合并逻辑
- 添加 PieSeriesOption 和 RadarSeriesOption 到 echarts 类型定义
- 添加 LegendComponentOption 和 ToolboxComponentOption 组件选项
- 重构 providePluginsOptions 函数实现深合并逻辑
- 优化 vxe-table 初始化中的表单工厂优先级处理
- 调整 playground 中的 import 语句顺序和格式
3 days ago
Jin Mao
5c02057198
refactor(effects): 替换上下文创建逻辑为全局选项管理
- 移除 createContext 依赖并实现全局插件选项存储
- 添加 providePluginsOptions 函数用于提供插件配置
- 添加 injectPluginsOptions 函数用于注入插件配置
- 添加 resetPluginsOptions 函数用于重置插件配置
- 更新 package.json 导出配置添加主入口点定义
3 days ago
Jin Mao
a7ca7cdb9f
refactor(vxe-table): 重构 useTableForm 函数实现并优化初始化逻辑
- 将 useTableForm 从箭头函数改为普通函数声明
- 简化表单工厂函数的获取逻辑,支持上下文注入
- 移除初始化时的重复上下文注入代码
- 改进错误提示信息的准确性
- 调整代码结构以提高可读性和维护性
- 将 SetupVxeTable 接口中的 useVbenForm 字段改为可选参数
3 days ago
Jin Mao
79408d406d
feat: 添加插件模块导出
- 导出 types 模块
- 导出 plugins-context 模块
3 days ago
Jin Mao
e555f71bf8
feat(vxe-table): 集成表格插件并优化初始化配置
- 添加了完整的 vxe-table 插件功能实现
- 实现了插件上下文选项注入机制
- 重构了 useTableForm 工厂函数的初始化逻辑
- 支持通过参数或上下文注入 useVbenForm 函数
- 优化了组件导入和类型定义
- 添加了插件使用文档说明
- 移除了未使用的组件注释代码
- 统一了字符串引号格式为双引号
3 days ago
Jin Mao
4c320346c3
docs(motion): 添加 motion 插件文档
- 创建了 Motion 插件的 README.md 文件
- 添加了插件导出组件和类型的说明表格
- 提供了插件的基本使用示例代码
- 包含了 MotionOptions 和 MotionVariants 类型导入说明
3 days ago
Jin Mao
e5ec88169a
refactor: 重构 ECharts 插件类型定义和导出结构
- 将 ECOption 类型定义移至独立的 types.ts 文件
- 修改 echarts.ts 文件导入 ECOption 类型而不是定义
- 更新 index.ts 添加 types 导出
- 移除 echarts.ts 中冗余的类型导入和定义
- 添加完整的 README.md 文档说明插件使用方法
- 优化代码组织结构提高可维护性
3 days ago
Jin Mao
914711ae04
feat: 添加插件上下文和类型定义
- 创建了插件选项的 createContext 功能
- 定义了 VbenPluginsOptions 接口结构
- 添加了表单、模态框、消息和组件的插件选项接口
- 提供了插件选项的注入和提供功能
3 days ago
雪忆天堂
6b3506f128
feat: table 类型VxeTableGridColumns替代VxeTableGridOptions['columns']魔法值写法
5 days ago
雪忆天堂
5613dcef99
feat: table允许通过props动态变化data数据
5 days ago
xingyu
0c300d040c
fix: tailwindcss config ( #7693 )
* chore: update deps
* fix: tailwindcss config
* fix: lint
* fix: lint
* chore: update deps
1 week ago
xingyu
186914bcac
fix: vxe i18n ( #7675 )
* chore: engines node
* chore: update deps
* fix: oxlint
* chore: fix lint issues
* chore: update deps
* fix: vxe i18n
2 weeks ago
Jin Mao
a6a6efdf59
chore: release 5.7.0
- 更新 backend-mock 包版本
- 更新 web-antd 包版本
- 更新 web-antdv-next 包版本
- 更新 web-ele 包版本
- 更新 web-naive 包版本
- 更新 web-tdesign 包版本
- 更新 docs 包版本
- 更新 commitlint-config 包版本
- 更新 eslint-config 包版本
- 更新 oxfmt-config 包版本
- 更新 oxlint-config 包版本
- 更新 stylelint-config 包版本
- 更新 node-utils 包版本
- 更新 tsconfig 包版本
- 更新 vite-config 包版本
- 更新 @core/base/design 包版本
- 更新 @core/base/icons 包版本
- 更新 @core/base/shared 包版本
- 更新 @core/base/typings 包版本
- 更新 @core/composables 包版本
- 更新 @core/preferences 包版本
- 更新 @core/ui-kit/form-ui 包版本
- 更新 @core/ui-kit/layout-ui 包版本
- 更新 @core/ui-kit/menu-ui 包版本
- 更新 @core/ui-kit/popup-ui 包版本
- 更新 @core/ui-kit/shadcn-ui 包版本
- 更新 @core/ui-kit/tabs-ui 包版本
- 更新 constants 包版本
- 更新 access 包版本
- 更新 common-ui 包版本
- 更新 hooks 包版本
- 更新 layouts 包版本
- 更新 plugins 包版本
- 更新 request 包版本
- 更新 icons 包版本
- 更新 locales 包版本
- 更新 preferences 包版本
- 更新 stores 包版本
- 更新 styles 包版本
- 更新 types 包版本
- 更新 utils 包版本
- 更新 playground 包版本
- 更新 turbo-run 包版本
- 更新 vsh 包版本
- 更新根目录包版本
2 weeks ago
xingyu4j
de0181e0d9
fix: lint
2 weeks ago
xingyu4j
a850d426ef
chore: fix lint and typecheck issues
2 weeks ago
xingyu4j
e7fa87b301
chore: finalize oxlint migration config
2 weeks ago
cdc
107750971b
fix: fix useEcharts
3 weeks ago
xingyu
a4736a49f8
feat: migrate to Tailwind CSS v4 ( #7614 )
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
3 weeks ago
ming4762
45b843f344
fix: fix bug where `renderEcharts` gets stuck in a dead loop ( #7561 )
* 触发条件:echart所在页面开启keepalive 在其他页面切换颜色模式
1 month ago
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
2 months ago
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
2 months ago
Jin Mao
8a215fbcc7
chore: release 5.6.0
2 months ago
Leo
6fd426d719
fix: 当 showToolbar 为 false 时禁用工具栏(vxe-table),减少无 Toolbar 的 Gird 留白
2 months ago
Sun
d5d4a5c591
feat(effects-plugins): 添加 echarts 图表更新功能
新增 updateDate 方法用于更新 echarts 图表选项,支持合并配置、
完全替换和延迟更新等模式。该方法会在组件未初始化时自动执
行首次渲染,并能够合并全局配置如 backgroundColor 等选项。
2 months ago
Qiu
3862942e9f
fix: chart instance disposal condition
dom has been disposed in vue3 v-if,but chartInstance exist
2 months ago
xingyu4j
af3fe53ec8
fix: type error
3 months ago
Jin Mao
cfbce0d737
chore: fix lint
5 months ago
Jin Mao
0e62862119
chore: fix lint
5 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
5 months ago
vent
1e029dbc9a
fix: 修复部分场景 echarts 在使用 v-show 时获取不到 width 的问题 ( #6776 )
6 months ago
vben
e147a9d2fd
chore: release 5.5.9
7 months ago
vben
1575619d53
chore: release v5.5.8
8 months ago
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
8 months ago
Jin Mao
1bc5d2986b
chore: update-vxe-table ( #6516 )
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
8 months ago
RanMaoting
33a4d524db
feat( @vben/plugins ): 新增VxeGrid组件插槽类型定义 ( #6452 )
* feat(@vben/plugins ): 新增VxeGrid组件插槽类型定义
Closes : #6451
* fix(@vben/plugins ): 优化vxe-table组件的插槽类型定义
修复Omit导致的类型丢失
9 months ago
RanMaoting
017ed1a9e1
types: 为useVbenVxeGrid添加泛型声明,使grid实例上能正确获取到行数据的类型 ( #5653 )
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
10 months ago
wyc001122
470fd43b49
fix: 修复使用useVbenVxeGrid配置hasEmptyText、hasEmptyRender不生效的问题 ( #6310 )
10 months ago
Netfan
96a10ca83f
style: fix lint error ( #6298 )
10 months ago
wyc001122
4eb16d6d3a
fix: fix table-title slot not work ( #6295 )
10 months ago
liqiang0330
53304514b6
fix: Update index.ts ( #6268 )
* Update index.ts
VxeGridPropTypes.原文件缺少这个,现在补全!
* Update index.ts
增加空格!
10 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
11 months 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
11 months ago
vben
7c7051a11e
chore: release v5.5.5
11 months ago
Netfan
0a9fc4e02d
fix: title of search button in vxeTable toolbar ( #6046 )
* 修改vxeTable工具栏里的搜索按钮的提示文案
11 months ago
pangyajun123
b985ff0584
fix: vxe-table theme token follow primary color ( #6007 )
11 months ago
Netfan
f46ec30995
fix: theme mode follow the system only `auto` ( #5923 )
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
12 months ago
Netfan
9379093a4f
feat: customizable table separator ( #5898 )
* 表格的分隔条支持定制背景色或完全移除
12 months ago
Rascal-Coder
3600603016
fix: vxeGrid height fixed #5861 ( #5862 )
12 months ago