Commit Graph

261 Commits (dev-v5)

Author SHA1 Message Date
xingyu4j e4240806b7 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-23 09:57:26 +08:00
Vben 24a4935e85
fix: build error (#5199) 2024-12-20 22:41:38 +08:00
xingyu4j 5a658d6419 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-18 13:58:47 +08:00
Netfan 0f756503ff feat: add demo for modify menu badge data 2024-12-16 12:45:07 +08:00
xingyu4j ce6dce2afd chore: pnpm lock 2024-12-16 10:38:49 +08:00
xingyu4j 8463f5e51f Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-16 10:32:21 +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
xingyu4j adea92b879 chore: merge main 2024-12-11 16:46:59 +08:00
xingyu4j eb0d43e26c Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-11 16:45:50 +08:00
Netfan 991ada31ba
chore: update deps (#5107) 2024-12-11 15:09:38 +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
xingyu4j d6d2180fda Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-06 13:57:43 +08:00
Vben 9896a67c21
feat: add api-select component (#5024) 2024-12-04 22:56:29 +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
xingyu4j 4753f52101 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-02 10:28:59 +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
Vben 014e6d38a0
chore: update deps (#4993) 2024-12-01 21:53:52 +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
chenminjie 91d720f6a5 chore: update dependencies and add vue-dompurify-html plugin
- Integrated vue-dompurify-html plugin in bootstrap.ts for HTML sanitization.
2024-11-28 18:30:08 +08:00
xingyu4j a0131fa8a8 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-11-28 10:34:44 +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
chenminjie 0fed947230 refactor: 【web-ant】重构认证模块并移除未使用的组件和功能
- 重构认证存储以分别处理认证和权限信息
- 重构验证码组件
- 移除字典数据相关的API和存储功能
- 更新路由生成逻辑和权限控制
- 添加分页和请求客户端相关类型定义
- 更新依赖包版本(crypto-js, qs)及其类型定义
2024-11-26 06:04:36 +08:00
xingyu4j 3d59cc7287 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-11-25 10:02:51 +08:00
Vben 3587ec54eb
fix: supplement datepicker component (#4943)
* fix: supplement datepicker component

* chore: typo
2024-11-24 21:56:41 +08:00
xingyu4j c4628fb1e4 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-11-21 10:28:40 +08:00
Vben dbcb7138f2
fix: resolve issue with Upload component not working correctly inside Form (#4916) 2024-11-17 21:37:37 +08:00
xingyuv 31315a7f76 feat: add verification comp 2024-11-16 23:44:07 +08:00
Vben 5b079471b9 fix: resolve issue with grid reload parameter not working (#4888) 2024-11-13 22:27:50 +08:00
vince 67c2b13713
fix: drawer console warning (#4871) 2024-11-12 13:34:47 +08:00
Vben 90dc00b168
fix: unable to preventDefault inside passive event listener invocation (#4852) 2024-11-10 10:26:35 +08:00
Vben 5e44aa9283
fix: drawer header is missing (#4846) 2024-11-09 20:00:09 +08:00
Vben 26bec4222f
fix: pages cannot be quickly moved back by hand gestures (#4845) 2024-11-09 16:32:55 +08:00
Vben 8617d3dd1e
perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime (#4842)
* perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime
2024-11-09 15:00:59 +08:00
huangxiaomin 632081e828
feat: add icon-picker component (#4832)
* feat: add icon-picker component

* fix: resolve conversations

* refactor: resort @vben/hooks
2024-11-09 14:10:17 +08:00
Vben 2c6edafeb2
fix: when opening the tool separately, there is no need to pass the toolbar-tools slot (#4841) 2024-11-09 14:07:41 +08:00
Vben 9cf0573921
perf: optimize local startup speed and add header Class configuration to drawer (#4840) 2024-11-09 11:12:30 +08:00
Vben 8f1e397077
fix: when the form is destroyed, the form parameters still exist (#4834)
* fix: when the form is destroyed, the form parameters still exist

* chore: update deps
2024-11-07 22:36:26 +08:00
Vben 4e88ef0840
perf: improve the usage documentation of vben-vxe-table (#4829)
* perf: improve the usage documentation of vben-vxe-table
2024-11-06 23:03:33 +08:00
Arthur Darkstone 33ce4d3cf3
docs: add vxe-table doc (#4807)
* docs: init vxe-table demos

* style: fix vxe-table index.scss import error

* docs: fix vxe-table style & theme toggle problem

* docs: add rest demos

* docs: add vxe-table demo desc

* fix: add maximumFileSizeToCacheInBytes to fix build error

* fix: fix vxe-table set-theme build error

* docs: fix vitepress ssr render problem

* docs: add some tips for vitepress compatibility
2024-11-06 21:44:02 +08:00
Vben 5999a862b6
perf: expose the formApi for a login form (#4806) 2024-11-04 22:46:16 +08:00
Vben 35eef33779
refactor: upgrade unbuild to 3.0.0 rc version (#4797) 2024-11-02 21:21:51 +08:00
Vben 43d95cc587
fix: remove vite-plugin-lib-inject-css (#4793) 2024-11-02 15:30:49 +08:00
Vben faf18d0143
fix: try to fix win32 startup error (#4792) 2024-11-02 14:54:11 +08:00
Vben e600d78cb9
chore: add vxe-table toolbar example (#4765) 2024-10-29 22:47:15 +08:00
Vben fe7df5ad3b
feat: allow configuration of staticRroues (#4746)
* feat: allow configuration of staticRroues

* chore: update deps

* chore: typo
2024-10-27 21:58:39 +08:00
Vben 6688a6b3c2
feat: table grid supports setting title and helpMessage (#4732) 2024-10-24 22:51:04 +08:00
Vben 23768ea620
feat: menu routing support opens in a new window (#4715) 2024-10-22 22:24:56 +08:00
Vben 1b172b0329
fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues (#4704) 2024-10-21 20:14:25 +08:00
Vben 307a71fb35
fix: downgrade the sass version to suppress the warnings (#4689) 2024-10-19 22:04:31 +08:00
Vben 0df8c5c02c
refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures

* chore: typo
2024-10-19 14:28:21 +08:00