Jin Mao
45c4d07ba4
fix: lint error
2 weeks ago
Jin Mao
d614b0638e
fix: lint error
2 weeks ago
橙子
44f8aed06d
fix: timer not need reactivity ( #7128 )
2 weeks ago
yuhengshen
74381aa8c1
fix: 嵌套弹窗,错误 merge options ( #7126 )
2 weeks ago
橙子
203ee9b623
fix( @vben-core/shared ): element outside viewport, the element visible rect each prop expect 0 ( #7120 )
* fix(@vben-core/shared ): element outside viewport
* fix(@vben-core/shared ): element outside viewport
2 weeks ago
橙子
686c3f9208
docs( @vben-core/preferences ): update comments ( #7107 )
4 weeks ago
ppxb
f4a4ced88d
fix: header auto mode issue ( #7096 )
4 weeks ago
ppxb
51bca25345
fix(lint): pnpm format lint warning ( #7080 )
4 weeks ago
ppxb
24d20ca9ee
refactor: preference manager and export ( #7068 )
* fix: preferences drawer outline z-index
* refactor: preferencesManager and exports
1 month ago
ppxb
7d2bc2e885
fix: dropdown raido menu type error ( #7062 )
* fix: dropdown raido menu type
* chore: format code
1 month ago
luoqiz
89b237f6b4
feat: 添加上下文菜单演示,添加菜单项隐藏性 ( #7057 )
Co-authored-by: luoqiz <851092732@qq.com>
1 month ago
xueyitt
ccf70a1b76
feat: 修正菜单排序在二级菜单不生效问题 ( #7007 )
* treeUtil增加对树形结构数据进行递归排序
* 菜单sort排序各级菜单均生效
2 months ago
panda7
b6edc5f574
fix: centered 为 true 时设置 draggable 无法拖拽 ( #6948 )
Co-authored-by: sqchen <chenshiqi@sshlx.com>
3 months ago
aonoa
b17fec41b0
fix: tree component cannot set a value ( #6941 )
Signed-off-by: aonoa <1991849113@qq.com>
3 months ago
米山
aaf0274fe9
feat: add menu font size variable and update related components
- Introduced a new CSS variable `--menu-font-size` calculated from the base font size.
- Updated `PreferenceManager` to trigger CSS variable updates when `fontSize` is modified.
- Adjusted `updateCSSVariables` to set the new `--menu-font-size` based on the theme's font size.
- Ensured that the menu components utilize the updated font size with `!important` to maintain styling consistency.
3 months ago
米山
c142af482b
fix: update snapshot for defaultPreferences immutability test to reflect fontSize change
- Adjusted the snapshot to ensure consistency with the updated defaultPreferences configuration, specifically retaining the fontSize property.
3 months ago
米山
cd7c11c7d0
fix: run 'pnpm format' update various components and improve layout structure
- Updated demo-preview and preview-group components for better error handling and layout.
- Enhanced drawer and modal components for improved auto-height functionality.
- Refactored layout components including header, footer, sidebar, and tabbar for better responsiveness and usability.
- Adjusted tooltip and help tooltip components for better user guidance.
- Fixed issues in various UI components to ensure consistent styling and functionality across the application.
3 months ago
xingyu4j
9a4f0f6ab1
feat: Consider multi-line formatting for readability
3 months ago
xingyu4j
bed52983a0
fix: lint
3 months ago
Jin Mao
f09aace765
fix: 更新依赖后的表格显示问题
3 months ago
Jin Mao
f918dc24c6
chore( @vben/utils ): 移除冗余的 lodash 依赖
3 months ago
Jin Mao
e898993fe8
chore( @vben/utils ): 替换 lodash 工具函数为 es-toolkit 实现
3 months ago
Jin Mao
5cafcb4a01
refactor(shared): 替换 lodash 工具函数为 es-toolkit 兼容版本
- 将 get 和 isEqual 方法从 lodash 替换为 es-toolkit/compat 导出
- 更新 package.json 添加 es-toolkit 依赖
- 注释掉原有的 lodash.get 和 lodash.isequal 导出语句- 锁定 es-toolkit 版本至1.41.0 并更新相关依赖配置
3 months ago
米山
0bc7169698
feat: add global font size adjustment
3 months ago
米山
24b6e7a835
feat: add global font size adjustment
3 months ago
panda7
573637222d
feat: add form handleCollapsedChange event ( #6893 )
* feat: add form handleCollapsedChange event
* fix: ts lint
* fix: ts error
---------
Co-authored-by: sqchen <chenshiqi@sshlx.com>
3 months ago
Utopia
6bbe523f6f
chore: 增强 util-formatDate ts 类型提示 ( #6886 )
* feat: 为 auth layout 添加 slot: logo, 提升组件的灵活性和可复用性
* feat: 增强 util-formatDate ts 类型提示
3 months ago
xingyu
20410aeb03
fix: updating Tailwind CSS variables from --radix-* to --reka-* ( #6890 )
* fix: radix => reka
* chore: add reka cspell
* fix: Composition url
3 months ago
Li Kui
be843300be
chore: update demo routes
3 months ago
Copilot
1e09fa4642
feat: migrate from Radix Vue to Reka UI ( #6870 )
* Initial plan
* Update dependencies and imports from radix-vue to reka-ui
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Fix type errors after reka-ui migration
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Run formatter to fix code style
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
3 months ago
Copilot
c7c39047de
feat: add theme-aware logo support via optional sourceDark configuration ( #6866 )
* Initial plan
* Initial exploration and setup
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Add support for separate light and dark theme logos
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Update documentation with dark theme logo configuration
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* feat: Add theme-aware logo support for authentication/login page
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* revert: .npmrc
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Co-authored-by: aonoa <1991849113@qq.com>
3 months ago
Jin Mao
f8a7a0a9a2
chore: lint
3 months ago
zhongming4762
639ea96bb9
fix: resolve the issue of logout failure caused by the timezone store
3 months ago
zhongming4762
565be77e96
fix: resolve the issue of logout failure caused by the timezone store
3 months ago
zhongming4762
4d713db546
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
Jin Mao
cfbce0d737
chore: fix lint
4 months ago
Jin Mao
6b6cdef42d
chore: 一些调整
4 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
4 months ago
zhongming4762
0a8339a405
feat: increase support for multiple time zones
4 months ago
zoumingjun
08b6e7713e
fix: 修复对话框modal组件方法名错误
4 months ago
zoumingjun
6a89814b83
chore: 优化侧边栏展开折叠图标
4 months ago
zoumingjun
52d3aa9315
fix: 优化Checkbox组件hover样式,Input组件placeholder样式,TabsList组件圆角样式
4 months ago
zoumingjun
32051e9ca0
fix: 优化左侧和右侧认证面板动画效果
4 months ago
zouawen
59097e2466
chore: 新增是否开启首选项导航栏(外观、布局、快捷键、通用)吸顶效果,调整部分样式 ( #6804 )
4 months ago
zouawen
2ce161e585
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 ( #6800 )
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
4 months ago
shierd
42e3de9e2c
fix: 修复设置表单值时合并子对象的错误 ( #6780 )
Co-authored-by: shier <shier@shierd.com>
4 months ago
Cup_Of_Bread
81bb7456f8
fix: 修复注解错误 ( #6763 )
5 months ago
pangyajun123
26f8d2aa30
perf: 表单需要通过权限控制是否需要展示,dependencies.if 这种方式需要别triggerFields触发字段,不能满足要求 ( #6756 )
5 months ago
boisduval
a8b848d367
fix: 解决搜索表单中arrayToStringFields属性无法在搜索时生效的问题 ( #6591 )
- 合并handleArrayToStringFields与handleStringToArrayFields为handleMultiFields
- 在handleMultiFields判断arrayToString或stringToArray
- 删除两个方法在其他地方的引用 统一为在handleRangeTimeValue内调用handleMultiFields实现数据转换
Co-authored-by: 宛晴 <wanqing@mengtaigroup.com>
5 months ago
zouawen
a4b8f8f795
fix: 节点选中时过滤父节点禁用状态
5 months ago