Commit Graph

714 Commits

Author SHA1 Message Date
Vben
29f572abd3
chore: chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392) 2024-09-13 22:08:55 +08:00
Vben
d27e5eeef7
fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings (#4391)
* fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings

* chore: remove test code
2024-09-13 21:46:56 +08:00
dap
50f1ca1c4b chore: 图标调整 2024-09-13 20:17:11 +08:00
dap
b05fb6d56f feat: 用户导入 2024-09-13 16:22:04 +08:00
dap
eb61c9ee9d chore: 已经移动到common 2024-09-13 15:31:26 +08:00
dap
c56dc7c366 feat: post form 2024-09-13 15:27:29 +08:00
dap
d27a131877 chore: remove log 2024-09-13 14:01:13 +08:00
dap
d02c2129b6 chore: center 2024-09-13 13:51:58 +08:00
dap
feb30f7d8c feat: 代码预览 2024-09-13 12:00:55 +08:00
dap
bfefaef1be Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-13 10:28:23 +08:00
dap
a623f81fec chore: 导出excel demo 2024-09-13 09:56:05 +08:00
dap
095eab6db4 refactor: 使用useVbenForm重构个人中心 - 密码重置 2024-09-13 08:53:30 +08:00
dependabot[bot]
bd6b724aaf
chore(deps): bump the non-breaking-changes group with 6 updates (#4382)
Bumps the non-breaking-changes group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.0` |
| [rollup](https://github.com/rollup/rollup) | `4.21.2` | `4.21.3` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.5.1` | `6.6.0` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.439.0` | `0.441.0` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.55.4` | `5.56.2` |


Updates `husky` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6)

Updates `vitest` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.0/packages/vitest)

Updates `rollup` from 4.21.2 to 4.21.3
- [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.21.2...v4.21.3)

Updates `stylelint-scss` from 6.5.1 to 6.6.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0)

Updates `lucide-vue-next` from 0.439.0 to 0.441.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.441.0/packages/lucide-vue-next)

Updates `@tanstack/vue-query` from 5.55.4 to 5.56.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.56.2/packages/vue-query)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 08:24:11 +08:00
dap
8ac4d0ba24 chore: 样式 2024-09-13 08:04:54 +08:00
dap
a96ea82196 chore: 样式 2024-09-13 08:03:32 +08:00
vben
7bcb973d65 fix: ci error 2024-09-12 22:49:33 +08:00
Vben
9e88b8004f
fix: try to fix the ci error (#4381) 2024-09-12 22:43:37 +08:00
Vben
76a879d4d8
fix: fixed some style issues (#4379) 2024-09-12 22:03:58 +08:00
dap
e67a78e971 chore: 样式 2024-09-12 21:56:21 +08:00
dap
bd1cc2629f refactor: 使用useVbenForm重构个人中心-基本设置 2024-09-12 21:42:54 +08:00
dap
8eead2ee4e chore: 调整表单布局 2024-09-12 21:06:10 +08:00
dap
80a93a170e chore: wrong debug log 2024-09-12 16:50:26 +08:00
dap
bd0241a9ac chore: wrong debug log 2024-09-12 16:46:20 +08:00
dap
3d16b67523 chore: dict 2024-09-12 16:45:33 +08:00
dap
cd526828b3 chore: sse close before logout 2024-09-12 16:45:12 +08:00
dap
6b9c048d13 refactor: 重构字典store 2024-09-12 16:06:11 +08:00
dap
d5b37bd03e feat: 通知公告(表单) 2024-09-12 16:00:53 +08:00
dap
38173d80b6 chore: help 2024-09-12 14:44:19 +08:00
dap
471a40b51d Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-12 14:41:55 +08:00
dap
aca098640a feat: 客户端管理 表单 2024-09-12 14:41:28 +08:00
dap
1a8eeb2abe feat: cache chart progress 2024-09-12 10:20:28 +08:00
dependabot[bot]
537a4b0ecb
chore(deps): bump tailwindcss in the non-breaking-changes group (#4369)
Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


Updates `tailwindcss` from 3.4.10 to 3.4.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-12 10:07:08 +08:00
dap
8e973dd8bc chore: desc 2024-09-12 10:06:11 +08:00
dap
8557a31ea1 chore: desc 2024-09-12 09:59:25 +08:00
dap
45ed89c25f feat: 登录日志(demo) 2024-09-12 09:51:59 +08:00
dap
3987c9e876 feat: render util 2024-09-12 08:43:56 +08:00
dap
4d67c99f2b chore: 调整组件导出方式 2024-09-12 08:31:47 +08:00
dap
f2c627b51e style: configModal 2024-09-12 08:25:38 +08:00
dap
66738a63bf chore: wrong debug code 2024-09-12 08:06:42 +08:00
dap
530ec6c4fb feat: modalLoading and DrawerLoading 2024-09-12 08:04:31 +08:00
dap
e1a1a23923 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-12 07:47:12 +08:00
Vben
855ac02622
fix: select components used in modal pop-ups cannot be selected (#4368)
* fix: select components used in modal pop-ups cannot be selected

* chore: update ci

* chore: update css
2024-09-11 23:10:35 +08:00
Li Kui
61faa1895a
fix: vue received a Component that was made a reactive object (#4367) 2024-09-11 22:56:01 +08:00
dap
14b9553b7e chore: 完善form demo 2024-09-11 21:32:30 +08:00
dap
6063a8e294 feat: 表单demo 2024-09-11 20:23:44 +08:00
dap
fb4c125117 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-11 17:15:41 +08:00
Li Kui
8f6bf6add3
perf: update menu icons (#4357) 2024-09-11 16:23:24 +08:00
苗大
ceb52aad7f
fix: text overflow when text omission component width is lower than maxWidth (#4364) 2024-09-11 16:21:36 +08:00
dap
0c11427217 chore: oauth登录 2024-09-11 15:58:22 +08:00
dap
f6406d6321 chore: 默认选中第一项租户 & 样式 2024-09-11 15:45:49 +08:00