zhongming4762
|
4d713db546
|
feat: increase support for multiple time zones
* 优化实现方法
|
3 months ago |
zhongming4762
|
e01803ce9d
|
feat: increase support for multiple time zones
|
4 months ago |
zhongming4762
|
e3e5755903
|
feat: increase support for multiple time zones
|
4 months ago |
zhongming4762
|
61ce53b686
|
feat: increase support for multiple time zones
|
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 |
lidongcheng88
|
03ce030e7c
|
fix: 混合双列 onMounted 关闭二级侧边栏 (#6807)
Co-authored-by: ldc <lidchen@tencent.com>
|
4 months ago |
zouawen
|
59097e2466
|
chore: 新增是否开启首选项导航栏(外观、布局、快捷键、通用)吸顶效果,调整部分样式 (#6804)
|
4 months ago |
zouawen
|
2ce161e585
|
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 (#6800)
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
|
4 months ago |
zouawen
|
33306a5aff
|
chore: 更换其他登录方式图标为彩色图标,新增其他登录方式tooltip文字提示 (#6799)
|
4 months ago |
lw567
|
6e03de5011
|
fix: watermark create error #6788 (#6789)
Co-authored-by: liwei567 <liwei567@example.com>
|
4 months ago |
HaHa
|
713281a8ba
|
fix(theme-button): fix flicker during theme switch (#6782)
|
4 months ago |
shierd
|
42e3de9e2c
|
fix: 修复设置表单值时合并子对象的错误 (#6780)
Co-authored-by: shier <shier@shierd.com>
|
4 months ago |
vent
|
1e029dbc9a
|
fix: 修复部分场景 echarts 在使用 v-show 时获取不到 width 的问题 (#6776)
|
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 |
ming4762
|
482ce981ce
|
chore: update deps vxe, vxe-table: 4.14.4 -> 4.16.11 vxe-pc-ui: 4.7.… (#6752)
* chore: update deps vxe, vxe-table: 4.14.4 -> 4.16.11 vxe-pc-ui: 4.7.12 -> 4.9.29
* fix: resolve the ESLint warning generated by #6317
|
5 months ago |
Jin Mao
|
97ad93ab1f
|
Merge branch 'zouawen-main'
|
5 months ago |
Jin Mao
|
319b7fcdaa
|
Merge branch 'main' of https://github.com/zouawen/vue-vben-admin into zouawen-main
|
5 months ago |
Jin Mao
|
4de8220ce6
|
feat(common-ui): 添加 Tree 组件
- 在 common-ui 包中新增 Tree 组件
- 实现了基本的树形结构展示功能
- 集成了 VbenTree 组件和自定义样式- 添加了空数据时的占位展示
|
5 months ago |
Jin Mao
|
9114692f95
|
Merge branch 'main' into main
|
5 months ago |
Jin Mao
|
0f7731b611
|
Merge branch 'ming4762-stream-2025091101'
|
5 months ago |
Jin Mao
|
8040bc1a22
|
Merge branch 'stream-2025091101' of https://github.com/ming4762/smart-boot-ui-vben into ming4762-stream-2025091101
|
5 months ago |
oc
|
11d273cbb6
|
feat(authentication): 二维码登录和验证码登录组件增加返回按钮显隐配置 (#6713)
- 在 CodeLogin 和 QrcodeLogin 组件中添加 showBack 属性
- 根据 showBack 属性决定是否显示返回按钮
- 默认值为 true,即默认显示返回按钮
|
5 months ago |
zouawen
|
a4b8f8f795
|
fix: 节点选中时过滤父节点禁用状态
|
5 months ago |
zouawen
|
dfa2ac3435
|
fix: 全选时过滤disabled的节点
|
5 months ago |
zouawen
|
39820c783c
|
fix:
1、VbenTree新增是否全选、展开折叠功能;
2、解决当点击子节点label文字区域,而非checkbox时,关联父组件不能选中问题;
3、优化子节点选中时关联父节点选中功能:删除VbenTree中processParentSelection方法,改为在onSelect中实现,原因:processParentSelection在每次模型值更新时都会被调用,且计算复杂度为O(n^2),onSelect只在交互时触发,复杂度为O(n);
4、新增中间层tree组件,处理无数据时显示场景(显示图标Inbox和国际化comom.noData文本);
5、为防止父组件传值子组件boolean类型默认false问题,新增treePropsDefaults方法,为TreeProps赋默认值,Tree组件和VbenTree组件统一使用;
6、优化VbenTree组件整体样式(优化padding、margin、gap值,优化type为button时outline左右空白区域不对称问题),优化内部header、footer插槽样式。
|
5 months ago |
zhongming4762
|
66822a5f95
|
feat: add SSE support to request-client
|
5 months ago |
zhongming4762
|
eb4f1f8164
|
feat: add SSE support to request-client
|
5 months ago |
谦元吉
|
6a85b3ab84
|
fix(@vben/common-ui): resolve #6698 (#6700)
* fix(@vben/common-ui): resolve #6698
* fix(@vben/common-ui): resolve #6698
* fix(@vben/common-ui): resolve conversation
* fix(@vben/common-ui): resolve #6698
|
5 months ago |
谦元吉
|
c57592f3a6
|
fix(@vben-core/shadcn-ui): 修复VbenPinInput组件在点击获取验证码和回车同时进行时会重复触发计时器的问题 (#6705)
|
5 months ago |
Ken Hai
|
b0d7b177be
|
fix: 角色管理,授权的树形组件,取消勾选叶子节点,父级节点状态错误 (#6680)
Co-authored-by: haiyinlong <haiyinlong@uhigame.com>
|
6 months ago |
LinaBell
|
566d3bdf7c
|
fix: appendToMain warning (#6684)
|
6 months ago |
螃蟹
|
adbf793e79
|
fix(@vben/web-ele): the main color tone for switching between dark and light themes has been reset (#6678)
|
6 months ago |
LinaBell
|
cf6c4c9aae
|
fix: cannot read properties of null (reading 'nextSibling') (#6667)
|
6 months ago |
Ken Hai
|
ffaf85c8f3
|
fix: 修复角色修改时VbenTree组件没有回显选中 (#6662)
* fix: 修复角色修改时VbenTree组件没有回显选中
* chore: use nextTick
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: merge
* chore: 更新
---------
Co-authored-by: haiyinlong <haiyinlong@uhigame.com>
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
6 months ago |
panda7
|
2cc78f925f
|
fix: the bug in the lock method of the vbenModal component (#6648)
|
6 months ago |
ming4762
|
93f0eea4e7
|
fix: fix the issue of excessive line spacing in vbenForm (#6653)
* gap-2和 pb-4/2 重叠导致间距过宽,gap-x只保留列间距
|
6 months ago |
谦元吉
|
58e3941810
|
chore(docs): update the component import of the form adapter description in the document (#6656)
|
6 months ago |
Svend
|
3ad433a50b
|
fix: 修复在 hash 路由模式下无法在新窗口打开路由的问题 (#6652)
此问题是由于 PR #6583 中新增的 `resolveHref` 函数导致的。其在 hash 路由模式下,得到的 URL 会包含 #/ 前缀。在经过 openRouteInNewWindow 的逻辑后就会出现两次 /# 前缀
|
6 months ago |
ming4762
|
8ac2db5b7c
|
fix: fix the issue of `VbenForm` `compact` reactive failure (#6654)
|
6 months ago |
Elm1992
|
a441dcebae
|
fix: meta.link invalid issue
|
6 months ago |
Vben
|
ff4704d5ea
|
chore: Upgrade vite to version 7.x (#6645)
|
6 months ago |
菠萝吹雪
|
6ddfbd84b0
|
chore: modify the contributor showcase in the README (#6636)
|
6 months ago |
ming4762
|
1e6417f95b
|
feat: vBenForm add layout: inline (#6644)
|
6 months ago |
vben
|
e147a9d2fd
|
chore: release 5.5.9
|
6 months ago |
谦元吉
|
4efebb8c0b
|
fix:update (#6635)
|
6 months ago |
gxc685
|
9ce0df88ae
|
fix: 修复mock里面eventHandler重复导致无法启动 (#6631)
|
6 months ago |
谦元吉
|
3cf0c0eb04
|
fix(@vben/backend-mock): go back to the last modification (#6634)
* fix(@vben/backend-mock): the version went back to the last submission, and the latest submission was completely useless.
* fix: resolve conflicts
|
6 months ago |