dap
63e13069ea
Merge
9 months ago
Netfan
ecf518bb02
fix: alert `beforeClose` callback arguments fixed ( #5845 )
9 months ago
dap
44ad2c5f8d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
44138f578f
feat: add preset alert, confirm, prompt components that can be simple called ( #5843 )
...
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
9 months ago
dap
0a19ec3122
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
166e9a0e82
chore: add demo for apiComponent with caching and concurrency ( #5827 )
...
* chore: add demo for apiComponent with caching and concurrency
* docs: update api component docs
9 months ago
Netfan
a0feeb1966
fix: watermark settings in the preferences modified accidentally ( #5823 )
9 months ago
Jin Mao
df6341f0b8
feat(tabbar): 添加右键菜单过滤功能 ( #5820 )
9 months ago
dap
467d337515
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
96d2bc52e9
feat: pre-set serialization methods for request parameters ( #5814 )
...
添加快捷设置请求参数序列化方法的配置
9 months ago
dap
c0476613d7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
a77bb8e68d
perf: improve component packaging to enable instance method retrieval ( #5795 )
...
改进组件适配器里的包装函数,使得组件暴露的方法可以透传
9 months ago
Netfan
870cd86393
fix: auto check parent after node selected ( #5794 )
9 months ago
dap
a8f20a2baa
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
3f0d30897f
fix: menu drawer can not be closed after a successful submitting ( #5770 )
9 months ago
Jin Mao
66c1d390b9
feat(ui): logo icon support click events ( #5725 )
...
* feat(ui): 扩展auth页面添加点击 Logo 的事件处理
在 `authentication.vue` 中新增 `clickLogo` 属性,允许在点击 Logo 时执行自定义操作。在 `auth.vue` 中实现了一个示例的点击事件处理函数,用于测试该功能。
* feat(layout): 添加点击 logo 的事件处理函数
在 BasicLayout 组件中添加了 clickLogo 事件处理函数,并通过 emit 方法触发 clickLogo 事件。同时,在 basic.vue 中实现了 handleClickLogo 函数,用于处理 logo 点击事件。
* fix(ui): 移除logo点击事件的控制台日志
9 months ago
dap
feb6229383
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
vben
b92ac5c36d
chore: release 5.5.4
9 months ago
dap
7f1548b343
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
04dff33ac5
feat: improved formApi for component instance support
...
* 改进表单API以支持组件实例的获取,以及焦点字段的获取
10 months ago
Netfan
cfa18c2b8e
fix: improve component repackaging
10 months ago
dap
209214f6a3
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
b37ed48b9d
feat: role management page with component `tree` ( #5675 )
...
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
10 months ago
dap
e78f4e984d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
4b9cfcb867
fix: demo nested menu path ( #5667 )
...
* 修复演示的嵌套菜单path配置导致的面包屑跳转问题
10 months ago
Netfan
f86c9f90ad
fix: keepAlive not working for popup `appendToMain` ( #5666 )
...
* 修复弹窗和抽屉 `appendToMain` 时且启用`keepAlive` 时未能正确缓存的问题
10 months ago
dap
7b5fb4f164
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
f380452ef0
feat: modal and drawer locking improve ( #5648 )
...
* feat: add `unlock` for modalApi
* fix: modal's close button style in locking
* fix: fix modal's close button disabled on locking
* feat: add `lock` and `unlock` for drawerApi
10 months ago
dap
43534b6142
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
86ce65e0ea
fix: hideChildrenInMenu demo code ( #5626 )
10 months ago
Netfan
5e421ce607
chore: demo page menu management ( #5619 )
...
* 添加菜单管理演示页面
10 months ago
dap
36a78dda90
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
d33261d0c2
chore: demo page for system/department ( #5611 )
...
* feat: department management demo
* perf: department page improve
* feat: demo api middleware
* fix: add losing import
10 months ago
dap
4da1bb9896
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
d9799fec70
fix: `search` take no effect in `icon-picker` with antd ( #5592 )
10 months ago
Netfan
4570d5b54b
feat: add `VbenButtonGroup` and `VbenCheckButtonGroup` with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
10 months ago
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
10 months ago
Netfan
eba372062e
feat: improve form demo ( #5582 )
10 months ago
Netfan
c9ccd2bbab
fix: form label and control style ( #5580 )
...
* fix: form label and control style
* fix: empty label mark with required rules
10 months ago
Netfan
a221d2b491
fix: form item overflow fixed and layout improved ( #5572 )
...
* fix: form item overflow fixed and layout improved
* fix: basic form demo update
* feat: form label support render
* fix: form docs update
10 months ago
dap
fbb0d641db
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
24bad09c74
refactor: new `CountTo` component with demo ( #5551 )
10 months ago
Netfan
cddf71e600
fix: playground route missing
10 months ago
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
...
添加Motion的用法例子
10 months ago
Netfan
b6b97accb1
feat: add more event for `jsonViewer` ( #5546 )
...
* 为JsonViewer添加事件支持
10 months ago
Netfan
10ebf03698
fix: auth api definition
10 months ago
Netfan
6cba181fad
feat: new component jsonViewer ( #5544 )
...
* 添加新组件JsonViewer用于展示JSON结构数据
10 months ago
dap
00c4501d13
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
7e7a5f3fd4
chore: remove testing code
11 months ago
Netfan
f8bb396dc4
fix: ant tag icon default style ( #5473 )
11 months ago