dap
c0476613d7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-27 19:27:26 +08:00
Netfan
3c2d325d8c
perf: improve api-component for using in form ( #5796 )
2025-03-27 15:51:11 +08:00
Netfan
870cd86393
fix: auto check parent after node selected ( #5794 )
2025-03-27 14:22:05 +08:00
dap
f5fada20e6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-27 13:25:23 +08:00
Netfan
0b650367f3
fix: popover background color in dark mode ( #5783 )
...
* 修复dark主题下的弹出层背景色在某些浏览器上表现为完全透明的问题
2025-03-25 21:17:55 +08:00
zhang
1616a06bfd
perf: 优化多文件上传入参是数组的情况 ( #5757 )
...
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2025-03-25 10:26:19 +08:00
dap
b97c83fdf3
refactor: 修改qq - icon
2025-03-24 13:23:56 +08:00
dap
a8f20a2baa
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-23 16:51:34 +08:00
dap
e546c21ad6
refactor: 修改为ts写法
2025-03-23 12:23:00 +08:00
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点击事件的控制台日志
2025-03-23 10:02:22 +08:00
dap
6c942418b4
refactor: 重构oauth相关代码 添加新的默认oauth登录方式
2025-03-23 01:23:30 +08:00
dap
db955071d7
refactor: 默认租户id提取为常量
2025-03-23 00:59:07 +08:00
dap
17e82fb766
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-22 18:31:19 +08:00
Netfan
03ceb2aac5
fix: default value for nested fields ( #5763 )
2025-03-21 16:06:14 +08:00
Netfan
39888cebaa
fix: base component focus color in form ( #5760 )
2025-03-21 09:41:42 +08:00
Netfan
efb69fc75f
feat: add form-is-required
class for required items. fixed : #5739 ( #5759 )
2025-03-21 09:25:38 +08:00
Netfan
3133f8f8b9
fix: table form reset will trigger reload twice while submitOnChange set ( #5756 )
...
* 修复表格的搜索表单在重置时,可能会触发2次表格刷新的问题
2025-03-20 19:42:22 +08:00
anyup
f0a43912d1
fix: sort the menu so that it doesn't get replaced with 999 when order=0 ( #5753 )
...
Co-authored-by: anyup <anyupxing@163.com>
2025-03-20 19:41:46 +08:00
dap
feb6229383
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-19 19:56:52 +08:00
vben
b92ac5c36d
chore: release 5.5.4
2025-03-18 21:43:27 +08:00
dap
a0b5aaa4dd
style: 移除select样式
2025-03-15 17:19:26 +08:00
dap
7230b94b16
style: 登录页input/select样式
2025-03-15 17:05:45 +08:00
dap
cca456aa82
refactor: 验证码样式优化
2025-03-15 16:56:33 +08:00
dap
e6ee1f57b4
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-11 13:38:13 +08:00
Netfan
feab6b3b30
fix: form item style adjustment ( #5694 )
2025-03-11 02:47:06 +08:00
dap
7f1548b343
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-10 19:17:57 +08:00
Netfan
2d4ac33046
fix: miss default value in vbenLayout
2025-03-10 18:59:56 +08:00
Netfan
17e2a02281
feat: auto set component name for keep-alive ( #5690 )
...
* fix: auto set component name for keep-alive
* fix: type define
2025-03-10 16:25:30 +08:00
Netfan
04dff33ac5
feat: improved formApi for component instance support
...
* 改进表单API以支持组件实例的获取,以及焦点字段的获取
2025-03-10 02:56:44 +08:00
dap
209214f6a3
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-08 20:25:01 +08:00
Netfan
e2a577de24
feat: add size prop to avatar component and update logo component for size handling ( #5684 )
2025-03-08 11:37:02 +08:00
Netfan
89d963c81a
fix: vxeTable search button not working with slot ( #5678 )
2025-03-07 22:35:09 +08:00
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
2025-03-07 16:03:08 +08:00
dap
e78f4e984d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-07 15:57:38 +08:00
Netfan
f86c9f90ad
fix: keepAlive not working for popup appendToMain
( #5666 )
...
* 修复弹窗和抽屉 `appendToMain` 时且启用`keepAlive` 时未能正确缓存的问题
2025-03-06 22:22:45 +08:00
Netfan
31a6ab59fb
feat: vben checkbox support indeterminate state and transition animation ( #5662 )
2025-03-06 16:11:02 +08:00
dap
11083d5b7e
refactor: remove 'less' (迁移v2代码漏掉了)
2025-03-05 19:29:34 +08:00
dap
7b5fb4f164
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-05 10:10:09 +08:00
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
2025-03-04 22:00:32 +08:00
dap
1dacd96e3c
fix: 重复的tooltip help
2025-03-03 11:48:17 +08:00
dap
43534b6142
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-03-01 15:22:35 +08:00
Netfan
5ea6b4a8d8
fix: logo style in login page is affected by the globally-imported antd styles
...
* 修复登录页左上角LOGO部分的文字在全局导入antd样式的时候位置不正确的问题
2025-02-28 22:39:42 +08:00
Netfan
86fdd6c93b
fix: drawer close icon placement default value
2025-02-28 14:54:11 +08:00
Netfan
0e0661fe02
fix: breadcrumb style is affected by the globally-imported antd styles ( #5627 )
...
* 修复全局引入Antd时,面包屑的样式会受到影响的问题
2025-02-27 22:28:59 +08:00
jinmao88
7a476372e1
fix: useDrawer中closeIconPlacement设置无效 ( #5624 )
2025-02-27 14:34:42 +08:00
Netfan
5e421ce607
chore: demo page menu management ( #5619 )
...
* 添加菜单管理演示页面
2025-02-27 01:22:25 +08:00
dap
36a78dda90
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-26 09:17:03 +08:00
Netfan
0c3dd92592
fix: getPopupContainer will return closet form first ( #5612 )
2025-02-25 22:07:56 +08:00
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
2025-02-25 19:47:45 +08:00
dap
4da1bb9896
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-25 09:22:24 +08:00
Netfan
7041c6a106
chore: output console error for invalid route component ( #5593 )
2025-02-24 16:03:52 +08:00
littlesparklet
12ffb310bf
fix: Fix inconsistent spacing around search form (issue #5429 ) ( #5495 )
2025-02-24 15:57:50 +08:00
Netfan
4570d5b54b
feat: add VbenButtonGroup
and VbenCheckButtonGroup
with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
2025-02-24 13:50:50 +08:00
Netfan
d49e3e81a4
fix: loading and spinner style fixed and improved ( #5588 )
2025-02-23 15:30:17 +08:00
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00
Netfan
c9ccd2bbab
fix: form label and control style ( #5580 )
...
* fix: form label and control style
* fix: empty label mark with required rules
2025-02-21 11:14:59 +08:00
handsomeFu
5aff8bac10
fix: CountTo
component resolve separator
prop not taking effect ( #5578 )
2025-02-21 11:06:18 +08:00
Netfan
1a12687027
fix: vben count to animator event name fixed ( #5573 )
2025-02-20 23:53:47 +08:00
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
2025-02-20 23:05:08 +08:00
dap
98d5d607b6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-20 18:26:39 +08:00
anyup
ccd99eb24d
fix: solve the problem of inconsistent returns of formSchema custom field names when code login ( #5563 )
2025-02-20 09:09:32 +08:00
dap
fbb0d641db
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-18 14:08:05 +08:00
Netfan
c07281bf41
fix: form item slot context fixed ( #5552 )
...
* 修复表单插槽
2025-02-17 21:37:05 +08:00
Netfan
24bad09c74
refactor: new CountTo
component with demo ( #5551 )
2025-02-17 21:16:10 +08:00
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
...
添加Motion的用法例子
2025-02-17 15:25:45 +08:00
Netfan
b6b97accb1
feat: add more event for jsonViewer
( #5546 )
...
* 为JsonViewer添加事件支持
2025-02-17 10:41:09 +08:00
Netfan
799934171a
style: code style fixed
2025-02-16 23:32:06 +08:00
Netfan
6cba181fad
feat: new component jsonViewer ( #5544 )
...
* 添加新组件JsonViewer用于展示JSON结构数据
2025-02-16 22:57:00 +08:00
Netfan
182f1c9da8
fix: userDropdown triggered unnecessary while overlay shown ( #5520 )
...
* 修复顶部的用户资料下拉在弹窗被打开时,仍然可以被触发的问题
2025-02-12 17:59:59 +08:00
dap
de27e8691d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-12 17:51:25 +08:00
Netfan
e7b009786b
fix: width for ellipsisText tooltip in popover content ( #5517 )
...
* 修复省略文本用在气泡中时,提示弹出层的宽度计算有误的问题
2025-02-12 14:25:12 +08:00
dap
551841bdd7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-06 22:38:05 +08:00
Netfan
5262233312
feat: tabbar support max count limit ( #5490 )
...
* 标签栏支持限制打开的最大数量
2025-02-06 19:33:10 +08:00
dap
00c4501d13
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-02-04 18:40:47 +08:00
Netfan
f8bb396dc4
fix: ant tag icon default style ( #5473 )
2025-02-04 10:19:39 +08:00
Netfan
67d1f299b3
fix: renderComponentContent lose slot props data ( #5466 )
...
* 修复FormItem传递插槽时丢失插槽props的问题
2025-01-26 22:33:16 +08:00
dap
463d50328f
fix: missing type
2025-01-23 15:15:20 +08:00
dap
379778412b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-01-22 14:48:53 +08:00
Netfan
e225159cce
fix: request download and upload not support responseReturn
( #5456 )
...
* fix: request download and upload not support `responseReturn`
* docs: update
* fix: type of request client upload result
2025-01-22 00:59:10 +08:00
vben
195ceec9b4
chore: release 5.5.3
2025-01-21 22:07:55 +08:00
Netfan
5bd73867b6
feat: auto fetch icon list in iconPicker ( #5446 )
...
* feat: auto fetch icon list in iconPicker
* fix: add timeout controller for fetching
* feat: add pending controller
* fix: icon demo prefix
2025-01-21 13:09:42 +08:00
dap
0497383ec5
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-01-21 12:03:08 +08:00
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
2025-01-20 18:38:49 +08:00
dap
48e7146b05
feat: 验证码autocomplete off
2025-01-20 11:55:35 +08:00
玲娜贝er
29f9f3de31
!11 follow后端发布
...
* docs: readme
* fix: missing formPath
* chore: 去除锁定的esbuild版本
* perf: 去除debug组件
* perf: 参数键值 自动高度
* refactor: 代码生成配置页面重构 去除步骤条
* perf: 移除文件
* docs: 文件夹说明
* chore: 移除一些配置项
* chore: 注释优化
* refactor: 移除ele和naive目录
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* perf: request support to set how to return response (#5436 )
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* refactor: 登录超时的i18n
* fix: requestClient缺失i18n内容
* refactor: 优化oss下载进度提示
* feat: 下载进度loading
* fix: antd button icon style (#5421 )
* feat: oss下载进度(已下载的KB 无法作为进度显示 total返回为null)
* fix: 下载文件时(responseType === 'blob')需要判断下载失败(返回json而非二进制)的情况
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* refactor: 新增后跳转到未发布流程
* fix: same name route
* chore: 调整为部署json类型
* fix: mouse events ignored on modal loading (#5409 )
* docs: update docs (#5408 )
* refactor: 移除已经弃用的方法
* refactor: follow官方handleRangeTimeValue更新
* chore: 删除文件夹(前端路由需要的)
* chore: 修改本地路由写法(新版)/新增本地菜单图标
* fix: form update state error before form mounted (#5406 )
* fix: demos route fixed (#5405 )
* chore: 不使用基础布局(仅在顶级生效)
* feat: modal state locked on submitting (#5401 )
* chore: 修改zIndex
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* refactor: fix popup component zIndex (#5397 )
* style: element plus loading style fixed (#5393 )
* perf: improve fieldMappingTime to support format function (#5392 )
* fix: hide root route in breadcrumb
* feat: support set default props for drawer and modal (#5390 )
* fix: root router config fixed (#5389 )
* fix: 修改Vxe默认zIndex为995 解决右上角全屏后modal/drawer(zIndex: 1000)被遮挡
* feat: add `noBasicLayout` in route meta (#5386 )
* chore: wechat image
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* chore: 改为全局参数配置 去除局部参数
* fix: spinner may stop playing animation after dismiss (#5365 )
* style: popover bgColor is too close to common (#5364 )
* docs: version update
* docs: changelog
* chore: 文件上传 描述
* ci: retry deploy while faild
* feat: 文件上传 进度条+提示文字
* feat: 文件上传 进度条
* feat: 上传文件格式说明
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
* fix: useEcharts return invalid instance (#5360 )
* feat: popup component support overlay blur effect (#5359 )
* feat: improve `tippy` demo (#5357 )
* feat: integrate new component `Tippy` with demo (#5355 )
* chore: 优化表格图片显示
* perf: add nested modal demo (#5353 )
* chore: 默认显示右边的滚动条 防止出现滚动条被挤压
* perf: modal and drawer api support chain calls (#5351 )
* feat: allow close tab when mouse middle button click (#5347 )
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
* refactor: 重构显示total的逻辑
* chore: 调整高度自适应代码
* chore: vxe升级4.10.0版本(锁定)
* fix: 添加失效的option
* fix: 需要为数组
* fix: locale switching logic correction (#5344 )
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
* chore: 导入类型优化 解决eslint报红
* refactor: type/注释优化 去除大量any
* fix: vxeGrid init without search form (#5342 )
* chore: 锁屏默认false 关闭该功能
* chore: 调整接口
* chore: update deps
* fix: primaryColor calculation (#5337 )
* fix: form valid-error style in naive (#5336 )
* fix: form `fieldMappingTime` improve and `modelPropName` support (#5335 )
* fix: code lint
* fix: form `fieldMappingTime` is not working (#5333 )
* chore: 选人组件样式
* fix: download from url triggered twice sometimes (#5319 )
* chore: 优化代码
* chore: 动态类名(无效)改为style
* refactor: 字典相关功能重构 采用一个Map储存字典(之前为两个Map)
* feat: 字典支持number类型存储
* chore: 调整样式
* chore: 修改选中border为1px
* chore: 字段
* chore: 改为新窗口打开(适用于pdf/图片)而非直接下载
* chore: 更新样式
* chore: 更新字段
* chore: 改为computed
* chore: 跳转到未发布流程tab
* chore: 优化样式
* docs: readme
* fix: name重复导致的404
* Merge branch 'dev' of https://gitee.com/dapppp/ruoyi-plus-vben5 into warmflow
* chore: 使用legacy来保证copy的兼容性
* chore: 去除log 添加说明
* chore: 优化代码
* feat: 节点关联/节点独立的切换逻辑
* chore: remove logic
* chore: vxe可编辑表格demo
* chore: 不允许在按钮下添加数据
* docs: changelog
* fix: wrong code
* chore: 移除测试菜单
* chore: 优化代码
* refactor: 租户套餐菜单替换为新版
* refactor: 使用新版菜单勾选
* chore: 点行会勾选/取消全部权限 点权限不会勾选行
* chore: 全屏引导+样式优化
* chore: 调整间距
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* feat: useEcharts exports echarts instance#5294 (#5299 )
* chore: update quick-start.md (#5303 )
* chore: updateCheckedNumber
* refactor: 优化代码
* chore: 优化代码
* chore: 优化样式
* chore: keys依赖于menu 需要先加载menu
* chore: 菜单加载完毕再显示
* feat: 新的菜单选择组件(beta)
* chore: $t
* chore: 测试菜单页面
* chore: 优化代码
* feat: 对ossId回显的支持
* chore: 只获取一次默认密码而非每次打开modal都获取
* fix: vben select placeholder color (#5286 )
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* perf: format code with better style (#5283 )
* chore: 工作流演示站
* fix: sidebar preferences fixed (#5276 )
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* fix: breadcrumb setting not valid for `header-sidebar-nav` layout (#5275 )
* fix: header logo may not be collapsed in `header-sidebar-nav` layout (#5274 )
* feat: new layout `sidebar nav with full header` (#5270 )
* feat: drawer close icon placement (#5269 )
* docs: update dialog and drawer docs
* feat: drawer support destroy on close
* feat: drawer support `onOpened` & `onClosed`
* feat: modal support destroy on close
* fix: wrong boolean
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* chore: 调整tab位置
* chore: 删除历史流程 改为tab切换
* fix: header-mixed layout side-menu active (#5265 )
* feat: header mixed layout (#5263 )
* chore: release 5.5.2
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* chore: downgrade vue-tsc version
* feat: header menu align support (#5256 )
* chore: update deps
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* chore: add apiSelect remote search demo (#5246 )
* chore: 审批改为description而非disabled的表单
* chore: 改为ts
* chore: 错误的conetnt
* refactor: 终止/转办/委托支持填写意见
* chore: 第一次拿到的是readonly的数据 如果需要修改 需要cloneDeep
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* fix: grid form submit button locale switch (#5205 )
* chore: 调整驳回
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* fix: build error (#5199 )
* fix: esbuild自动升级导致运行/打包报错
* fix: esbuild自动升级导致运行/打包报错
* chore: 流程定义 激活改为switch
* chore: 流程申请支持上传文件
* chore: title 审批通过
* fix: vxeGrid top padding (#5193 )
* fix: 表格排序翻页会丢失排序参数
* chore: 去除log打印
* chore: 流程监控 待办任务
* chore: 我发起的
* chore: 去除已经移除的菜单页面
* chore: 我的已办
* chore: 页面优化
* chore: 重置tooltip
* feat: 我的抄送搜索/优化重复触发的接口
* feat: 流程定义 历史
* chore: 修改分类
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* fix: grid tools in toolbar config not working as expected (#5190 )
* feat: add `resizable` and `ColPage` component (#5188 )
* chore: 条件
* chore: break-all
* feat: 流程分类 搜索
* chore: 弹窗关闭后仍然显示表单浮层
* chore: 选人组件的样式
* chore: 搜索的样式
* chore: 漏掉的导入
* chore: 最大显示的头像数量 超过显示为省略号头像
* fix: 选人的一些问题
* Merge branch 'warmflow' of https://gitee.com/dapppp/ruoyi-plus-vben5 i…
* chore: 没有更多数据了
* fix: sidebar header height (#5183 )
* chore: 搜索表单布局+申请人
* fix: remove the overlap caused by border-b (#5160 )
* docs: fix typos (#5169 )
* fix: resolve eslint errors as well as TS type errors (#5172 )
* chore: enter提交表单
* chore: 修改文案
* chore: 默认全部展开
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* feat: page content class override (#5179 )
* fix: sidebar style on focus (#5178 )
* fix: 抄送选人 最右侧已选中删除item无效
* feat: 复制
* chore: 昵称过长的显示
* chore: 默认选中第一个
* chore: 修改relative位置
* chore: 搜索
* feat: 我的待办 - 搜索条件
* chore: 流程监控 - 待办任务页面的id不唯一 改为前端处理
* feat: 修改办理人
* chore: 流程干预 - 加签/减签
* chore: avatar大小
* chore: 抄送需要手动添加createByName
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* chore: 审批通过 抄送
* feat: 流程实例-流程预览
* chore: spell
* chore: clientid
* chore: 分类条件
* chore: 修改办理人
* chore: 更改postMessage参数
* chore: 内嵌iframe高度根据表单高度调整
* chore: 流程详情
* feat: 抄送选择
* chore: 调整分类树
* fix: user homePath no effect sometimes (#5166 )
* feat: form compact mode support (#5165 )
* fix: form auto submit no effect when showDefaultActions is false (#5163 )
* chore: 修改width
* feat: 待办任务
* feat: 我的抄送
* chore: 流程定义 样式
* chore: 退回后重新申请
* chore: 请假申请布局
* chore: 请假申请-并行会签网关
* chore: 分类去除根目录
* chore: 详情modal(未完成)
* chore: 请假申请根据不同状态显示按钮
* chore: 流程删除/撤销
* chore: 审批完成后刷新当前页
* feat: 选人组件(未完成) 加签减签
* docs: fix docs-link and add `EllipsisText` docs (#5158 )
* chore: 新窗口打开文件
* chore: 审批通过
* chore: 使用useEventListener替换原生
* chore: 字段错误
* chore: iframe通信 加载完毕后才显示表单 解决卡顿问题
* chore: 审批终止/驳回
* chore: 附件图标
* chore: process_running显示按钮
* chore: label错误
* chore: 保存的事件
* chore: 需要加上clientId
* Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
* feat: form `colon` support (#5156 )
* chore: 完善请假申请
* feat: improve code login demo (#5154 )
* chore: 客户端管理 行高自适应
* chore: 内嵌表单的路径
* chore: 修改avatar背景色
* chore: 注释
* chore: activePath
* chore: leave表单
* chore: 修改请假demo路径
* chore: categoryId
* chore: 我的已办
* chore: 我发起的
* chore: loading
* chore: 历史版本
* chore: 完善task api
* chore: 隐藏'菜单加载中'
* chore: missing import
* feat: add demo for modify menu badge data
* chore: 流程实例
* chore: 审批附件
* chore: 我的待办 提取公共组件
* chore: 流程部署
* chore: 新增/编辑/导出xml
* chore: 流程定义(除历史版本)
* feat: `autoActivateChild` support more layout mode (#5148 )
* feat: auto activate subMenu on select root menu (#5147 )
* fix: `disabledOnChangeListener` not work in form (#5146 )
* fix: login expired modal z-index (#5145 )
* feat: user-dropdown support `hover` trigger (#5143 )
* fix: pinInput value synchronous update (#5142 )
* fix: vxeGrid default sort data no effect in first query (#5141 )
* fix: vscode debug profile (#5140 )
* fix: form component events bind (#5137 )
* chore: 在线用户样式 开启虚拟滚动
* chore: 去掉个人中心 在线设备的分页
* chore: 去掉在线用户的分页
* chore: changelog
* refactor: 获取字典的方法 提取公共函数 减少冗余代码
* fix: element plus validate failed style (#5130 )
* chore: 使用私有桶的提示
* feat: tabbar support mouse wheel vertical (#5129 )
* fix: form support `disabledOnInputListener` (#5127 )
* fix: form submission not appropriate (#5126 )
* Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
* chore: release 5.5.1
* feat: table search form visible control (#5121 )
* chore: 需要隐藏菜单
* chore: 我的待办 & 请假
* chore: 流程定义(未完成)
* chore: 流程定义(开发中)
* Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
* Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
* Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
* chore: version
* chore: 锁定vxe-table版本 4.9.8版本存在样式问题
* chore: 暂时锁定cspell版本
* refactor: 由于不能输入 需要使用watch监听
* chore: https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IB7ANL
* chore: 移除冗余代码
* chore: 组件卸载时移除emitter
* fix: the route path did not synchronize with the page (#4947 )
* style: typo (#4948 )
* chore: 替换为commonDownloadExcel
* fix: 左边部门树错误emit导致会调用两次列表api
* chore: label样式
* chore: 改为Textarea
* chore: 滚动条宽度
* chore: 审批样式
* chore: 部门及以下或本人数据权限
* Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
* chore: 个人中心强退设备接口路径
2025-01-20 03:43:19 +00:00
Netfan
5611f6c7f5
perf: request support to set how to return response ( #5436 )
...
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
2025-01-19 17:41:26 +08:00
Netfan
3f0f4d50a1
fix: antd button icon style ( #5421 )
2025-01-17 14:30:49 +08:00
Netfan
2d0859a727
fix: mouse events ignored on modal loading ( #5409 )
2025-01-16 12:17:08 +08:00
Netfan
c3129663eb
fix: form update state error before form mounted ( #5406 )
2025-01-15 20:11:32 +08:00
Netfan
8cc903c0e1
feat: modal state locked on submitting ( #5401 )
...
* feat: modal state locked on submitting
* docs: 更新modal文档
2025-01-15 17:00:46 +08:00
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
2025-01-15 12:32:03 +08:00
Netfan
27a3888e35
style: element plus loading style fixed ( #5393 )
...
* Element Plus的loading组件默认zIndex太高
2025-01-15 00:49:11 +08:00
Netfan
fb0ec05ff8
perf: improve fieldMappingTime to support format function ( #5392 )
2025-01-14 18:15:00 +08:00
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
...
* feat: support set default props for drawer and modal
* docs: fix typo
2025-01-14 17:11:18 +08:00
Netfan
1ad54561b0
feat: add noBasicLayout
in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
Netfan
42e322012c
fix: spinner may stop playing animation after dismiss ( #5365 )
...
* fix: spinner may stop playing animation after dismiss
* fix: animation paused more safely
2025-01-12 15:43:44 +08:00
Netfan
8cf6e8ec75
style: popover bgColor is too close to common ( #5364 )
...
修复Dark主题下,弹出层的背景色与主体背景色太过接近的问题
2025-01-12 14:48:05 +08:00
Netfan
b785bc5704
fix: useEcharts return invalid instance ( #5360 )
2025-01-12 09:54:37 +08:00
Netfan
6719e2679f
feat: popup component support overlay blur effect ( #5359 )
2025-01-11 23:37:17 +08:00
Netfan
cb9c8db5ba
feat: improve tippy
demo ( #5357 )
2025-01-11 20:42:38 +08:00
Netfan
a2637313f8
feat: integrate new component Tippy
with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
2025-01-11 17:35:59 +08:00
Netfan
1a04a05b79
perf: modal and drawer api support chain calls ( #5351 )
...
* perf: modal and drawer api support chain calls
* fix: typo
2025-01-11 10:56:54 +08:00
Netfan
b8bffd884c
feat: allow close tab when mouse middle button click ( #5347 )
...
* 偏好设置增加鼠标中键关闭标签页的设置
2025-01-10 20:52:31 +08:00
Netfan
624beb6fa0
fix: locale switching logic correction ( #5344 )
...
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
2025-01-10 14:32:21 +08:00
Netfan
7606b86854
fix: vxeGrid init without search form ( #5342 )
...
* 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题
2025-01-10 11:53:06 +08:00
Netfan
e10cbe23b9
chore: update deps
2025-01-10 09:22:32 +08:00
Netfan
d34838bdd8
fix: primaryColor calculation ( #5337 )
2025-01-10 01:51:38 +08:00
Netfan
c979c23e6b
fix: form valid-error style in naive ( #5336 )
2025-01-10 01:15:30 +08:00
Netfan
516d0b8dc8
fix: form fieldMappingTime
improve and modelPropName
support ( #5335 )
...
* 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示,
2025-01-09 22:49:28 +08:00
Netfan
99c7fd72f8
fix: code lint
2025-01-09 13:04:14 +08:00
Netfan
2828e7a7b6
fix: form fieldMappingTime
is not working ( #5333 )
...
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
2025-01-09 12:28:33 +08:00
王文庭
16162c01ed
fix: download from url triggered twice sometimes ( #5319 )
...
解决Chrome、Safari通过路径一次下载两个文件的BUG
2025-01-08 16:01:23 +08:00
clddup
bbbdbfa912
feat: useEcharts exports echarts instance#5294 ( #5299 )
2025-01-05 15:54:13 +08:00
Netfan
801c640724
fix: vben select placeholder color ( #5286 )
2025-01-02 10:19:20 +08:00
Vben
081d2aed23
perf: format code with better style ( #5283 )
2025-01-01 11:39:49 +08:00
Netfan
4d81b9d18d
fix: sidebar preferences fixed ( #5276 )
2024-12-31 12:36:45 +08:00
Netfan
e9dc613548
fix: breadcrumb setting not valid for header-sidebar-nav
layout ( #5275 )
2024-12-31 12:00:50 +08:00
Netfan
3af22f7e91
fix: header logo may not be collapsed in header-sidebar-nav
layout ( #5274 )
2024-12-31 11:35:58 +08:00
Netfan
2135cb8ece
feat: new layout sidebar nav with full header
( #5270 )
2024-12-31 00:30:15 +08:00
Netfan
376aad5d26
feat: drawer close icon placement ( #5269 )
2024-12-30 23:30:53 +08:00
Netfan
de17007788
feat: drawer support destroy on close
2024-12-30 22:21:01 +08:00
Netfan
e86a7906fe
feat: drawer support onOpened
& onClosed
2024-12-30 22:21:01 +08:00
Netfan
4a8e6abc06
feat: modal support destroy on close
2024-12-30 22:21:01 +08:00
Netfan
2eb7fed9f4
fix: header-mixed layout side-menu active ( #5265 )
...
* fix: header-mixed layout side-menu active
* fix: config test
2024-12-30 15:24:01 +08:00
Netfan
ff8d5ca351
feat: header mixed layout ( #5263 )
...
* feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting
2024-12-30 14:01:17 +08:00
vben
07c4ad05f4
chore: release 5.5.2
2024-12-28 22:15:00 +08:00
Netfan
ec2c6eff6f
feat: header menu align support ( #5256 )
...
* feat: header menu align support
* fix: typo
2024-12-28 16:16:48 +08:00
Netfan
68a7e790d8
fix: grid form submit button locale switch ( #5205 )
2024-12-21 15:36:48 +08:00
Netfan
9a660827a6
fix: vxeGrid top padding ( #5193 )
2024-12-20 14:47:33 +08:00
Netfan
a44ff73dd3
fix: grid tools in toolbar config not working as expected ( #5190 )
2024-12-19 21:34:47 +08:00
Netfan
acd87b2250
feat: add resizable
and ColPage
component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
2024-12-19 20:37:42 +08:00
Netfan
1853ba1d60
fix: sidebar header height ( #5183 )
2024-12-19 11:45:32 +08:00
dap
d304e8a2a3
chore: sse配置文件关闭
2024-12-19 11:27:23 +08:00
OldDriver
85cbb3b842
fix: remove the overlap caused by border-b ( #5160 )
2024-12-19 09:36:36 +08:00
Netfan
db5b727300
feat: page content class override ( #5179 )
2024-12-18 22:53:05 +08:00
Netfan
10b3a16f79
fix: sidebar style on focus ( #5178 )
2024-12-18 22:52:40 +08:00
Netfan
b22d900e27
feat: form compact mode support ( #5165 )
2024-12-17 20:51:17 +08:00
Netfan
181e38733c
fix: form auto submit no effect when showDefaultActions is false ( #5163 )
2024-12-17 20:15:09 +08:00
Netfan
593916d6aa
feat: form colon
support ( #5156 )
2024-12-16 22:37:29 +08:00
Netfan
38805a0e1f
feat: improve code login demo ( #5154 )
...
* feat: add some method in formApi
* fix: VbenPinInput style with small screen
* chore: improve code login demo
2024-12-16 20:48:51 +08:00
Netfan
0f756503ff
feat: add demo for modify menu badge data
2024-12-16 12:45:07 +08:00
Netfan
f6faeb034e
feat: autoActivateChild
support more layout mode ( #5148 )
2024-12-16 04:54:32 +08:00
Netfan
2efb5b71c3
feat: auto activate subMenu on select root menu ( #5147 )
...
* feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update
2024-12-16 02:57:50 +08:00
Netfan
22c1f86ca1
fix: disabledOnChangeListener
not work in form ( #5146 )
2024-12-16 00:57:10 +08:00
Netfan
ce4af37fd8
fix: login expired modal z-index ( #5145 )
...
* fix: login expired modal z-index
* feat: support custom z-index
2024-12-15 23:25:40 +08:00
Netfan
f446cbf9e5
feat: user-dropdown support hover
trigger ( #5143 )
...
* feat: user-dropdown support `hover` trigger
* fix: modified type declaration
2024-12-15 18:24:22 +08:00
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
2024-12-15 14:26:42 +08:00
Netfan
bedf19993d
fix: vxeGrid default sort data no effect in first query ( #5141 )
...
* fix: vxeGrid default sort data no effect in first query
* fix: query params lost
2024-12-15 12:52:56 +08:00
Netfan
698daf46c7
fix: form component events bind ( #5137 )
...
* fix: from component events bind
* chore: update docs
* chore: default value and docs sync
2024-12-14 17:42:13 +08:00
Netfan
0410f1e1be
fix: element plus validate failed style ( #5130 )
...
* fix: element plus validate failed style
* fix: element plus textarea style
2024-12-13 15:33:30 +08:00
Netfan
7fbf7b189a
feat: tabbar support mouse wheel vertical ( #5129 )
...
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
2024-12-13 14:45:06 +08:00
Netfan
be208fe915
fix: form support disabledOnInputListener
( #5127 )
...
* fix: form support `disabledOnInputListener`
* chore: docs update
2024-12-13 11:18:45 +08:00
Netfan
1d3729aa24
fix: form submission not appropriate ( #5126 )
2024-12-13 10:56:24 +08:00
vben
cbca9ffd95
chore: release 5.5.1
2024-12-12 22:47:11 +08:00
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
...
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
2024-12-12 22:28:03 +08:00
dap
7577f17dd9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-12-11 16:00:25 +08:00
Netfan
d308da6ba1
fix: resolve table toolbar error ( #5109 )
2024-12-11 15:44:45 +08:00
Netfan
7c4dfdc1c2
feat: form support reverse action buttons ( #5108 )
...
* feat: form support reverse action buttons
* fix: submit button class
2024-12-11 15:29:25 +08:00
dap
2aa4756a3e
chore: 改为Partial DeepPartial导致识别不出具体类型
2024-12-11 15:16:04 +08:00
Netfan
43adc943b9
docs: fix typos ( #5105 )
2024-12-11 14:48:08 +08:00
Netfan
4a20156f3d
fix: table auto height ( #5101 )
2024-12-11 13:46:52 +08:00
Netfan
eec6f41f6a
refactor: ApiComponent
with docs ( #5099 )
...
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
2024-12-11 10:45:04 +08:00
Netfan
e419b03cab
feat: modal&drawer support appendToMain and zIndex ( #5092 )
...
* feat: modal/drawer support append to main content
* feat: modal zIndex support
* fix: drawer prop define
* chore: type
* fix: modal/drawer position fixed while append to body
* docs: typo
* chore: add full-width drawer in content area
* chore: remove unnecessary class
2024-12-10 17:37:06 +08:00
Netfan
d085736bac
feat: improve ApiSelect
component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
2024-12-09 12:47:33 +08:00
dap
41b415362c
chore: markdown直接v-model改变值 保持与编辑器的同步
2024-12-08 19:18:09 +08:00
dap
359d837dee
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-12-08 11:04:04 +08:00
Netfan
373766691f
chore: remove useless fixedHeader
prop for Page
( #5069 )
2024-12-07 23:26:47 +08:00
Netfan
bac0275624
chore: page prop type check ( #5067 )
2024-12-07 12:15:51 +08:00
Netfan
0fc0f13064
fix: layout overflow style ( #5066 )
2024-12-07 12:05:03 +08:00
Netfan
b75a8e6a2b
fix: form setValues not support dayjs
and Date
value ( #5064 )
...
* fix: setFormValues not support `dayjs object` value
* fix: setFormValues not support `Date` value
* chore: remove console log
2024-12-07 11:09:55 +08:00
Netfan
4c1fc4a11e
fix: validate message not display, fix #5034 ( #5038 )
2024-12-07 11:02:59 +08:00
Netfan
03f166f8a4
fix: form
prop handleValuesChange
no effect ( #5060 )
2024-12-07 11:02:14 +08:00
Netfan
d42daf9ce0
fix: modal radius not follow preferences ( #5063 )
2024-12-07 11:00:53 +08:00
Netfan
d1862fba27
fix: replace input component in IconPicker
( #5047 )
...
* fix: replace input component in `IconPicker`
* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
dap
48ca7aca8c
fix: 微服务版本 区间查询和中文搜索条件一起使用 无法正确查询
2024-12-06 09:27:11 +08:00
Netfan
21d37a1be0
fix: dialog
and drawer
footer gap in small screen ( #5025 )
2024-12-05 11:24:09 +08:00
huangxiaomin
fe236ea929
feat: add submitOnChange props to vben form ( #5032 )
2024-12-05 11:23:21 +08:00
huangxiaomin
05b4b61c6e
fix: select Long option style problem ( #5030 )
2024-12-05 11:22:35 +08:00
dap
e2b91f88ab
fix: 官方Commit17c7ce8造成的页面漂移
2024-12-05 08:29:46 +08:00
dap
eeba7b50f9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-12-05 08:04:03 +08:00
vben
7ab00250bf
chore: release 5.5.0
2024-12-04 22:57:27 +08:00
Vben
9896a67c21
feat: add api-select component ( #5024 )
2024-12-04 22:56:29 +08:00
Netfan
db38ef522f
fix: Page
header class in fixed mode ( #5023 )
2024-12-04 22:56:06 +08:00
Netfan
845f2a2abd
fix: header left padding fixed ( #5007 )
2024-12-04 21:43:54 +08:00
Netfan
9b73792dc9
fix: extra menu title follow locale change ( #5006 )
2024-12-04 21:43:29 +08:00
Netfan
e23486dbc6
feat: form component IconPicker
( #5005 )
2024-12-04 21:42:21 +08:00
Netfan
17c7ce8f21
feat: improve page
component ( #5013 )
...
* feat: `page` component support fixed header
* docs: `page` component documentation
* docs: Improve `props` types of `page`
* docs: improve `fixedHeader` description of `page`
* fix: `page` header border color with fixedHeader
* feat: add `headerClass` for `Page`
2024-12-04 21:40:41 +08:00
vben
24b9aa44d2
chore: Revert "fix: form 表单不支持field.xxx.xx格式的defaultValue配置 ( #4965 )"
...
This reverts commliit 12f216c0e7
.
2024-12-02 00:47:06 +08:00
leizhiyou
12f216c0e7
fix: form 表单不支持field.xxx.xx格式的defaultValue配置 ( #4965 )
...
* fix: form 表单不支持field.xxx.xx格式的defaultValue配置
* chore: 修复代码规范问题
2024-12-01 21:48:54 +08:00
Netfan
ae3f7cb909
fix: mixed menu layout in full content mode ( #4990 )
2024-12-01 21:37:36 +08:00
dap
839e2e4321
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-11-30 20:03:53 +08:00
huangfe1
e8992a1d16
chore: update modal.vue ( #4987 )
...
loading时候 子组件禁用点击事件
Co-authored-by: Vben <ann.vben@gmail.com>
2024-11-30 11:18:22 +08:00
Svend
3c4af23edf
fix: 修复 Form Api 根据字段名移除表单项,字段取反了的问题 ( #4971 )
2024-11-30 10:58:17 +08:00
LinaBell
e3a93970f4
fix: when VxeTable toolbarConfig.refresh is enabled, it will carry incorrect parameters ( #4980 )
2024-11-30 10:57:23 +08:00
Netfan
3fb286b552
fix: element hover style in dark theme ( #4983 )
2024-11-30 10:55:29 +08:00
dap
07325d4c5e
chore: vxe-table的头部颜色和antd保持一致
2024-11-29 11:52:14 +08:00
vince
54a9ff088f
feat: upgrade vite version to 6.0.0 ( #4961 )
...
* chore: upgrade vite version to 6.0.0
* chore: update lock
2024-11-27 15:52:25 +08:00
Netfan
73502677ff
feat: add placement
for Drawer
( #4958 )
2024-11-27 11:29:25 +08:00
Netfan
dedba18553
feat: add confirmDisabled
for Dialog
( #4959 )
2024-11-27 11:28:49 +08:00
dap
56d77021c4
refactor: 由于不能输入 需要使用watch监听
2024-11-27 10:29:19 +08:00