xingyu4j
0a45cb41fb
fix: 添加 StyleProvider 以支持 Tailwind 样式覆盖;移除 InputNumber 组件的宽度样式,优化组件适配;antdv 暂不支持
1 month ago
zhb410181
8d5a419c50
Merge branch 'vbenjs:main' into main
1 month ago
xingyu
2d82505330
fix: dropdown menu responsiveness and improve dialog handling ( #8187 )
* fix: 修复用户下拉框小部件菜单行点击无响应及弹框闪退
- 主题/时区/全屏/通知菜单行补充 @select 处理器,点击行任意位置即可触发
- 时区设置弹框宿主移出 DropdownMenu(showButton 模式),修复弹框随下拉框关闭而闪退
- 通知组件暴露 toggle 供下拉框调用
- 偏好设置小部件文案精简,positionMap 顺序调整
* feat: draggable-list.vue 直接复用 SelectItem,用法和 tabbar.vue 完全一致
1 month ago
dream-weave
98dea92225
feat( @vben-core/form-ui ): add typed form value codecs ( #8189 )
* feat(@vben-core/form-ui ): add typed form value codecs
* test(@vben-core/form-ui ): cover codec value boundaries
* refactor(project): propagate form codec generics
* feat(@vben/plugins ): propagate form codecs through vxe grids
* refactor(@vben/playground ): migrate form codec examples
* refactor(@vben/playground ): migrate query forms to codecs
* docs(@vben/docs ): document form value codecs
1 month ago
hiss
e6a23479ee
fix: 修复锁定屏幕和退出登录小部件,位置在 user-dropdown 时,使用快捷键唤出两个模态窗
1 month ago
zhb410181
294e9f2966
Merge branch 'vbenjs:main' into main
1 month ago
Harold Zhang
f43de252b5
fix: fixed the icon defect which cause to langauge button can not be clicked ( #8184 )
1 month ago
zhb410181
ebc0f23e64
Merge branch 'vbenjs:main' into main
1 month ago
dream-weave
28757fb9c8
refactor( @vben-core/form-ui ): migrate to Zod 4 and TanStack Form ( #8176 )
* build(@vben-core/form-ui ): update form validation dependencies
* refactor(@vben-core/form-ui ): replace vee-validate with TanStack Form
* test(@vben-core/form-ui ): cover TanStack Form migration
* docs(@vben/docs ): document Zod 4 form migration
* refactor(project): update form adapters
* refactor(project): migrate application form consumers
* refactor(@vben/playground ): migrate form examples
* docs(@vben/docs ): fix validate return type and required rule empty check in form docs
* fix(@vben-core/form-ui ): resolve oxlint and eslint errors
- rewrite nested ternary expressions as if/else in form-field-array.vue and form-runtime.ts
- sort @tanstack/vue-form before @vben-core/composables in package.json
* chore: fix merge artifacts and formatting
- move dependencies before devDependencies in root package.json
- update preferences snapshot for widget positioning fields
- format form-array demo README
* refactor(@vben-core/form-ui ): optimize form runtime and value flow
- add fine-grained field selectors and atomic dependency resolution
- expose raw and formatted value snapshots with focused regression coverage
* fix(@vben/layouts ): dispose sortable instance on unmount
* docs(@vben/docs ): document form runtime API changes
- list added, changed, removed, and deprecated form APIs
- document atomic dependencies and raw versus formatted values
1 month ago
zhb410181
81f69d797d
Merge branch 'vbenjs:main' into main
1 month ago
xingyu
6b6708bcf2
fix: 修复点击退出图标确认后不能退出 && 图标排序等数组字段需顺序敏感比较 ( #8179 )
* chore: 调整 sortablejs 的位置,只在用到的模块引入
* fix: non-null assertion lint error
* fix: 修复点击退出图标确认后不能退出
* fix: 图标排序等数组字段需顺序敏感比较
* feat: 配置中增加 refresh 并统一位置
1 month ago
zhb410181
5c1d31f680
Merge branch 'vbenjs:main' into main
1 month ago
金毛88
899910547f
Merge branch 'fork/xingyu4j/deps'
1 month ago
金毛88
70a1d0a2e0
Merge branch 'fork/maoxuner/fix/system-menu-form'
1 month ago
MistyMoon
24eb67224d
fix: message/notification demos not auto-dismissing due to wrong duration unit ( #8168 )
duration was written as 2500 (intended as ms), but ant-design-vue's
message/notification duration is in seconds, so it was interpreted as
2500s (~41min), making the popups appear to never close.
Changed to 2.5 with a comment documenting the unit.
Closes #8144
1 month ago
Jin Mao
e4e25028b5
Merge branch 'main' into fix/system-menu-form
1 month ago
金毛88
ef27b4e349
Merge branch 'fork/maoxuner/fix/lang-doc'
1 month ago
金毛88
b21563a89b
feat: 顶栏与用户下拉框按钮样式统一与 tooltip 修复
- 修复 VbenTooltip 的 :content prop 类型错误,改用默认插槽
- 修复 VbenIconButton 的 onClick prop 支持数组合并
- VbenFullScreen 新增 tooltip prop,支持直接设置提示
- 统一顶栏与用户下拉框所有按钮样式,使用 VbenIconButton 包装
- 移除 i18n 中多余的"启用"字样(全局搜索/语言切换)
- 修复 VbenPopover PopoverTrigger 嵌套 button 导致 tooltip 不显示
Co-Authored-By: AtomCode (GLM-5.2) <noreply@atomgit.com>
1 month ago
zhb410181
d06451cdb7
Merge branch 'vbenjs:main' into main
1 month ago
xingyu4j
5318774efe
fix: 优化命令执行逻辑,使用串行执行以提高错误可见性
1 month ago
xingyu4j
68a2717a26
fix: test error
1 month ago
xingyu4j
0a2c01e453
fix: 添加 oxlint 禁用注释以避免嵌套三元运算符警告
1 month ago
xingyu4j
b330f08ef4
fix: lint
1 month ago
xingyu4j
6676d962e9
fix: 修复Vben用户信息中的 homePath 属性定义
1 month ago
xingyu4j
dd8307dfe5
chore: update dependencies and refactor command execution
1 month ago
xingyu4j
d0c327e037
chore: update pnpm v11.15.1
1 month ago
xingyu4j
901a147abb
Merge branch 'main' of https://github.com/xingyu4j/vue-vben-admin into deps
1 month ago
陆伯言
86e68bdde3
docs: 同步后端接入文档示例菜单地址
提升示例菜单数据的整体一致性,避免多处信息不一致的情况
1 month ago
陆伯言
054deae3bb
fix: 菜单组件mock数据与实际保持一致
1 month ago
陆伯言
772286fb73
fix: 路由地址不强制以斜杠开头
兼容新dashboard路由配置
1 month ago
陆伯言
5936ff2e0f
fix: 系统菜单管理上级菜单无法显示名称的问题
antdv-next TreeSelect组件没有title插槽
1 month ago
金毛88
f840d235ef
feat: 偏好设置小部件支持位置选择与拖拽排序
- 顶栏各小部件按钮支持选择位置(header/user-dropdown/none),偏好设置按钮额外保留 auto/fixed 智能兜底,移动端/全屏内容模式下自动切 fixed 浮动保命,避免偏好入口死锁
- draggable-list.vue 的 listRef 未在模板绑定,Sortable 永不初始化导致小部件无法拖拽;加 ref 绑定与 data-key 让 onEnd 从 DOM 读真实新顺序
- preferences.ts 的 updatePreferences 用 defu(merge) 合并数组,对 widget.order 是 concat 语义,每次拖拽触发更新都会把当前 order 追加一次,localStorage 里膨胀到上百条;改用 mergeWithArrayOverride 整体替换,加载缓存时 sanitizeCachedArray 去重已存在的脏数据
- preferences 按钮之前在 widget.order 里因 labelMap 未登记显示成裸字符串,且 widgetChecks 缺 refresh 导致刷新按钮不按 order 渲染;统一 preferences 与其它 widget 的拖拽排序与位置 select,refresh 补进 rightSlots.widgetChecks 并补模板渲染
- 补 sortablejs 依赖、WidgetPreferences.order 类型字段、preferences-drawer.vue 的 widgetOrder 绑定
1 month ago
陆伯言
930597c605
docs: 更新新增语言包的说明
closed #8160
1 month ago
陆伯言
41c20a43af
docs: 更正语言使用示例,确保可用
使用可用的语言配置
修复computed变量使用语法错误
closed #8159
1 month ago
陆伯言
fe65d548be
docs: 修复英文语言文件路径错误
closed #8158
1 month ago
金毛88
0cd87c170f
feat: 顶栏按钮支持位置选择(header/user-dropdown/none)
为顶栏所有部件按钮添加独立的位置配置,支持在顶栏、用户下拉菜单、不显示
三种选项间切换,每个按钮可独立设置。
- 新增 7 个位置偏好字段:globalSearchButtonPosition、
themeToggleButtonPosition、languageToggleButtonPosition、
fullscreenButtonPosition、notificationButtonPosition、
refreshButtonPosition、timezoneButtonPosition
- 合并 lockScreenButtonPosition、logoutButtonPosition
- header.vue 按位置条件过滤按钮显示
- user-dropdown.vue 新增对应菜单项,支持在用户下拉菜单中显示
- 偏好设置界面仅保留位置选择器(不再需要独立的开关)
- 更新中英文国际化文案
Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
1 month ago
金毛88
b71ebbd673
Merge remote-tracking branch 'pr-8019-temp/main'
1 month ago
金毛88
31d3bd18f3
Merge branch 'fork/LayHuts/feature/form-field-arry'
1 month ago
Jin Mao
eae6771554
Merge branch 'main' into feature/fix_defects_router
1 month ago
JyQAQ
8ac66a96bc
fix: 修复弹窗中使用裁剪图片会出现层级问题 ( #8156 )
* fix(@vben/playground ): 弹窗中使用裁剪图片会出现层级问题
* fix(project): 修复弹窗中裁剪图片在 web-antd 与 web-antdv-next 的层级问题
1 month ago
zhb410181
822cec0f5c
Merge branch 'vbenjs:main' into main
1 month ago
Guillermo Sagar
6910c691f7
修复动画导致的白屏Bug ( #8148 )
首次页面加载正常,但是当通过页面点击切换路由的时候白屏,无法正常渲染子页面
Vue Transition + KeepAlive 空白页 bug**: `<Transition mode="out-in">` + 条件渲染会导致路由切换空白页。`mode="out-in"` 要求旧元素完成 leave 动画后新元素才进入,但路由切换时条件渲染可能在动画前就移除了旧元素,导致 `<Transition>` 永远等待一个不存在的元素 → 死锁。**解决方案**: 移除 `mode="out-in"`(保留 Transition 动画),或在 `apps/web-antd/src/preferences.ts` 设置 `transition: { enable: false }` 关闭动画走 `v-else` 分支。
1 month ago
zhb410181
71c30d3e18
Merge branch 'vbenjs:main' into main
1 month ago
Harold Zhang
263d8e5b52
Merge branch 'main' into feature/fix_defects_router
1 month ago
Harold Zhang
b79b82ecf0
feat: fixed the preference will hide all other button theme/timezone/lanague etc ( #8147 )
1 month ago
xingyu4j
91a2e80be8
fix: 优化代码格式,合并类型声明
1 month ago
xingyu4j
819ddd4ebb
fix(style): 添加no-invalid-position-declaration规则到stylelint配置
1 month ago
xingyu4j
bb6403d513
chore: update deps
1 month ago
xingyu4j
45c3776ffd
chore: update pnpm v11.12.0
1 month ago
zhb410181
1d23cd707c
Merge branch 'vbenjs:main' into main
1 month ago