tikitoki
e9eab29953
fix:fix password input icon visual bug in certain browser ( #7521 )
Co-authored-by: nick8799981325 <zc1078134211@163.com>
11 hours ago
Leo Caan (陈栋)
4f1eeb7da5
fix: 修复设置default-expanded-level后无法check更低层级节点 logic and tree value updates ( #7155 )
假设缺省展开2级,当check 3级节点时,会触发effectWatch重新收缩到2级,并丢失check操作check操作andling.
13 hours ago
ming4762
c48943bc67
fix: fix Nested Objects dependencies not effective ( #7345 )
6 days ago
xingyu
7680b33b99
fix : #7140 ( #7153 )
* chore: add yaml eslint validate
* chore: update deps
* fix: unused ts lint
* fix: 弹窗只能点击一次 #7140
* chore: update actions/checkout v6
* chore: update node version v22.22.0
1 week ago
Jin Mao
bb5d75bc7e
fix: 修复表单展开无效 ( #7148 )
- 修正模板中 ref 属性的引用名称
2 weeks ago
ming4762
528395e2c3
perf: optimizing hidden fields cannot trigger `dependencies` ( #7142 )
2 weeks ago
橙子
6e8315ab40
fix: arguments order update ( #7132 )
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2 weeks ago
Jin Mao
6aca9a9c99
test(dom): 更新元素可见区域计算的测试用例
- 修正了getElementVisibleRect函数的期望值断言
- 将bottom值从800更正为0以匹配实际计算结果
- 将left值从1100更正为0以匹配实际计算结果
- 将right值从1000更正为0以匹配实际计算结果
- 将top值从900更正为0以匹配实际计算结果
2 weeks ago
xingyu4j
fa195fde8e
fix: lint
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 )
3 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
xingyu4j
af3fe53ec8
fix: type error
2 months ago
xingyu4j
7bf7c0bb06
chore: remove unused deps
2 months ago
xingyu4j
6753834054
fix: lint
2 months ago
panda7
b6edc5f574
fix: centered 为 true 时设置 draggable 无法拖拽 ( #6948 )
Co-authored-by: sqchen <chenshiqi@sshlx.com>
2 months ago
aonoa
b17fec41b0
fix: tree component cannot set a value ( #6941 )
Signed-off-by: aonoa <1991849113@qq.com>
2 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
3 months ago
Jin Mao
6b6cdef42d
chore: 一些调整
3 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