Commit Graph

720 Commits

Author SHA1 Message Date
dap
4a8ca67500 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-23 20:28:03 +08:00
dap
dcebda7ca6 fix: 修复一些问题 2024-09-23 17:56:55 +08:00
dap
3e750a0943 feat: 字典 2024-09-23 15:04:23 +08:00
neo.dowithless
1197efea26
fix: wrong style when breadcrumbs display background (#4472) 2024-09-23 14:15:46 +08:00
dap
454ca3d2e6 fix: 需要重置岗位选择 2024-09-23 11:39:55 +08:00
dap
719ebbcf37 feat: 部门管理 2024-09-23 11:33:55 +08:00
dap
03ea227f1f fix: wrong dict 2024-09-23 10:23:27 +08:00
dap
1b780d65c5 chore: remove 2024-09-23 10:08:04 +08:00
dap
f6dc7213ea refactor: 重构config 2024-09-23 09:55:40 +08:00
dap
c2511b13e1 chore: 租户套餐下拉框样式 2024-09-23 09:47:47 +08:00
dap
dff055951f chore: 租户套餐demo 2024-09-23 09:30:36 +08:00
dap
0fc428d58e chore: 租户套餐选择 2024-09-23 09:12:35 +08:00
dap
0644c46d21 refactor: menu 2024-09-23 08:49:58 +08:00
dap
1a10f30de3 refactor: post 2024-09-23 08:48:37 +08:00
dap
4b5c5a3f63 refactor: notice 2024-09-23 08:46:22 +08:00
dap
d63adea557 refactor: oss-config 2024-09-23 08:45:24 +08:00
dap
c26c8a7874 chore: items-baseline 2024-09-23 08:40:50 +08:00
dap
1f78061ec9 refactor: 重构client-drawer 2024-09-23 08:38:55 +08:00
dap
b13fafdaf5 refactor: 改为从info获取 2024-09-23 08:28:09 +08:00
dap
c7ba5b4b1d fix: Non-function value encountered for default slot 2024-09-23 08:22:52 +08:00
dap
05a08bff4f chore: 菜单搜索 2024-09-23 08:18:41 +08:00
dap
702d10f6b4 fix: 校验规则 2024-09-23 08:09:48 +08:00
dap
69657a2127 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-23 07:53:24 +08:00
dap
664e97daa1 feat: 菜单管理 2024-09-22 21:37:32 +08:00
Vben
2a83f1d666
feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
aonoa
4b3d2d21ed
fix: Clear the input box when closing the search (#4467)
Signed-off-by: aonoa <1991849113@qq.com>
2024-09-22 20:38:01 +08:00
dap
e61c3e9058 feat: 完成user-drawer 2024-09-22 18:14:04 +08:00
dap
9b00df3c43 fix: wrong type 2024-09-22 16:02:48 +08:00
dap
ac5a6cd074 chore: user 2024-09-22 15:56:58 +08:00
dap
a31e95b995 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-22 15:48:13 +08:00
vben
31f6cc6416 chore: release v5.3.0 2024-09-22 14:32:23 +08:00
Vben
5ce3a18785
docs: update docs (#4466)
* chore: fixed known issues with form components

* docs: add vben form doc
2024-09-22 14:16:06 +08:00
dap
c898a46ad6 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 23:04:18 +08:00
Vben
dac80703d9
feat: add sliding verification to the login form (#4461) 2024-09-21 21:51:40 +08:00
dap
47a4f50930 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 21:23:58 +08:00
invalid w
000172e482
chore(@vben/common-ui): add verify component (#4390)
* chore(@vben/common-ui): 增加拖拽校验组件

* chore: 增加样式

* Merge branch 'main' into wangjue-verify-comp

* chore: 封装action组件

* chore: 拆分完成拖拽功能

* chore: 样式调整为tailwindcss语法

* chore: 导出check图标

* chore: 拖动的图标变为@vben/icons的

* chore: 完成插槽功能迁移

* fix: ci error

* chore: 适配暗黑主题

* chore: 国际化

* chore: resolve conflict

* chore: 迁移v2的图片旋转校验组件

* chore: 完善选择校验demo

* chore: 转换为tailwindcss

* chore: 替换为系统的颜色变量

* chore: 使用interface代替组件的props声明

* chore: 调整props

* chore: 优化demo背景

* chore: follow suggest

* chore: rm unnecessary style tag

* chore: update demo

* perf: improve the experience of Captcha components

---------

Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
2024-09-21 20:52:36 +08:00
LinaBell
dbe5b33db6
fix: some antd components failed to verify styles (#4458)
* fix: hover border style same as antd style when validate error

* fix: hover border style same as antd style when validate error

* feat(@vben-core/form-ui): Default form validation rules applicable to selector components

* fix: Missing the default required label style for components such as select

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: some antd components failed to verify styles

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-21 20:09:43 +08:00
dap
6cc470aa9d chore: 自定义组件校验失败样式 2024-09-21 19:26:44 +08:00
dap
d1efb4278b Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 19:12:42 +08:00
LanceJiang
81a9accafd
fix: improve layout boundary issues (#4450) 2024-09-21 14:44:42 +08:00
Vben
bc625ee710
fix: improve global type detection of vue files (#4455) 2024-09-21 13:50:54 +08:00
Vben
d34f1fbf2f
fix: improve defineConfig types (#4454) 2024-09-21 13:25:06 +08:00
Vben
60cffb0dec
feat: add updateSchema to form api (#4453)
* feat: add updateSchema to form api

* chore: typo

* chore: typo
2024-09-21 11:26:14 +08:00
Vben
68dbe04bef
fix: form verification style fails in pop-up window (#4452) 2024-09-21 11:03:35 +08:00
dap
d2b512ff91 chore: 优化select等组件的默认校验规则 2024-09-21 10:56:13 +08:00
dap
b753481ac1 chore: getPopupContainer 2024-09-21 10:51:51 +08:00
dap
76f29e7700 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 10:49:38 +08:00
dependabot[bot]
37645f08be
chore(deps): bump the non-breaking-changes group with 4 updates (#4451)
* chore(deps): bump the non-breaking-changes group with 4 updates

Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared).


Updates `vue` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.6...v3.5.7)

Updates `rollup` from 4.22.0 to 4.22.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.2)

Updates `eslint` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0)

Updates `@vue/shared` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.7/packages/shared)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vben <ann.vben@gmail.com>
2024-09-21 10:46:38 +08:00
LinaBell
ace942e2df
fix: the focus style and antd of the input box validation failure should be consistent (#4446)
* fix: hover border style same as antd style when validate error

* fix: hover border style same as antd style when validate error

* feat(@vben-core/form-ui): Default form validation rules applicable to selector components

* fix: Missing the default required label style for components such as select

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: the focus style and antd of the input box validation failure should be consistent

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-20 22:39:20 +08:00
zhangjian10
f9359ed0f9
fix: update fetch URL to use BASE_URL for version tag retrieval (#4448)
* fix: update fetch URL to use BASE_URL for version tag retrieval

* feat: add configurable update check URL for better flexibility

---------

Co-authored-by: zj <1018zhangjian@gmail.com>
2024-09-20 22:37:30 +08:00