dap
f87a38a2f0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
zouawen
a4b8f8f795
fix: 节点选中时过滤父节点禁用状态
4 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
谦元吉
c57592f3a6
fix(@vben-core/shadcn-ui): 修复VbenPinInput组件在点击获取验证码和回车同时进行时会重复触发计时器的问题 ( #6705 )
5 months ago
dap
d01e03fd79
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
Ken Hai
b0d7b177be
fix: 角色管理,授权的树形组件,取消勾选叶子节点,父级节点状态错误 ( #6680 )
...
Co-authored-by: haiyinlong <haiyinlong@uhigame.com>
5 months ago
LinaBell
566d3bdf7c
fix: appendToMain warning ( #6684 )
5 months ago
dap
600e87287d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
LinaBell
cf6c4c9aae
fix: cannot read properties of null (reading 'nextSibling') ( #6667 )
5 months ago
dap
a4a7f7d096
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
vben
e147a9d2fd
chore: release 5.5.9
5 months ago
dap
d22e494551
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
6 months ago
Jin Mao
260e45cd7b
Merge branch 'main' into feat/add-vben-modal-animation
6 months ago
dap
c762f8370b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
6 months ago
vben
1575619d53
chore: release v5.5.8
6 months ago
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
6 months ago
dap
72e1115330
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
6 months ago
Jin Mao
bbf0287511
chore: fix lint warning ( #6487 )
7 months ago
dap
1e4824fe27
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
7 months ago
xue-jn
253b0da7d2
fix: 接口返回子节点为空数组时,还会显示折叠箭头 ( #6463 )
7 months ago
dap
190c8c586e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
7 months ago
CG.gatspy
3230781538
feat: [vben-tree]增加数据disabled ( #6343 )
...
* feat: [vben-tree]增加数据disabled
* Update packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
7 months ago
dap
687c33ec29
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
XiaoHetitu
8ba7bdf2bd
fix(button): 为按钮添加type属性防止表单提交意外触发表单验证机制 ( #6340 )
...
在按钮组件中,按钮元素缺少type="button"属性可能导致在表单中意外提交。添加此属性以确保按钮行为符合预期。
Co-authored-by: yuanwj <ywj6792341@qq.com>
8 months ago
dap
14b0d9b50f
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
vben
b9aef618fe
chore: release 5.5.7
8 months ago
Netfan
4102cc2211
feat: improve vbenCheckButtonGroup ( #6329 )
...
* 按钮组支持单选清除和多选限制最大选项数
* 按钮组支持icon插槽来定制图标
8 months ago
dap
8b7d717b21
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
Netfan
081d08a7f8
fix: alert width fixed in small screen ( #6312 )
8 months ago
dap
c3edbec3f0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
wyc001122
97894a940e
feat: optimize logo display ( #6267 )
...
* feat(VbenAvatar): add fit property to VbenAvatar component
* feat(VbenLogo): add fit property to VbenLogo component
* feat(VbenLogo): add logo fit preference configuration
- Add preferences.logo.fit setting for logo display control
- Include corresponding documentation for the new preference
* feat(preferences): add default value for logo.fit preference
- Set default configuration for logo fit behavior
- Ensures consistent logo display across applications
* test(preferences): update configuration snapshots
---------
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
8 months ago
dap
4fd68bc083
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
wyc001122
024c01d350
fix(@vben-core/shadcn-ui): fix disabled functionality not working in VbenTree component ( #6205 )
...
* fix(@vben-core/shadcn-ui): fix disabled functionality not working in VbenTree component
* fix(@vben-core/shadcn-ui): add cursor-not-allowed className when disabled and disable onfocus
---------
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
8 months ago
panda7
a23bc4cb5c
fix: the mobile terminal can wrap lines and expand slot attributes ( #6165 )
...
Co-authored-by: sqchen <chenshiqi@sshlx.com>
8 months ago
dap
12d0ba24e5
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
9 months ago
dap
b0763d6429
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
f1af9f8f6e
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles ( #6095 )
...
* Popover支持设置trigger的样式
* 修正icon-picker的input值更新
9 months ago
dap
5f26f5662e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 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
9 months ago
vben
7c7051a11e
chore: release v5.5.5
9 months ago
Netfan
be840460d8
feat: vbenSelect support prop `allowClear` ( #6043 )
9 months ago
panda7
5ffd7db8e0
fix: the initial value echo for the check-button-group ( #6029 )
...
Co-authored-by: sqchen <9110848@qq.com>
9 months ago
dap
f096dfc6e6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
wyc001122
333998b518
fix: determine if scrollbar has been totally scrolled ( #5934 )
...
* 修复在系统屏幕缩放比例不为100%的情况下,滚动组件对是否已滚动到边界的判断可能不正确的问题
9 months ago
Netfan
bf7496f0d5
feat: add `useAlertContext` for Alert component ( #5947 )
...
* 新增Alert的子组件中获取弹窗上下文的能力
9 months ago
dap
e085083e42
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
4a2c7b313f
fix: alert animation ( #5927 )
10 months ago
dap
3e7a2336b0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago