Commit Graph

101 Commits (08c3e63bdec9c197c1b528f6005862c085f66b7d)

Author SHA1 Message Date
xingyu4j 7811e0c2e4 feat: add delete 2024-12-18 15:05:08 +08:00
xingyu4j 02795947ca feat: 完善 post 页面功能 2024-12-18 14:40:10 +08:00
xingyu4j 1fc3b094d1 fix: 将 dict 放回antd目录下 2024-12-18 14:38:41 +08:00
xingyu4j 9ec5849102 feat: 统一小写组件名称 2024-12-16 10:42:15 +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 7581fb381f
fix: pinInput value synchronous update (#5142) 2024-12-15 14:26:42 +08:00
chenminjie 19c50c2729 feat: add file management API and UI components for file operations 2024-12-12 19:38:46 +08:00
chenminjie 2df8440f6f refactor: update file configuration forms to use ApiSelect and enhance validation rules for required fields 2024-12-12 19:36:56 +08:00
chenminjie 12df9f8ef3 refactor: enhance code generation forms by replacing ApiDict with ApiSelect and improving validation rules 2024-12-12 19:36:42 +08:00
chenminjie f88e12fa88 feat: implement file configuration management API and UI components 2024-12-03 19:08:22 +08:00
chenminjie 0d17a86c10 refactor: 使用accessMenus增强用户存储
-更新了用户存储以包含新的状态属性“accessMenus”,并添加了相应的操作来设置它。
-修改了codegen.data.ts,以利用ApiTreeSelect组件中的新accessMenus来改进菜单处理。
2024-11-29 19:33:49 +08:00
chenminjie 2b04e1e4ef feat: add CodegenOptionsModal for editing code generation configurations
- Introduced a new modal component for modifying code generation settings.
- Updated codegen.data.ts to include form schema for the new modal.
2024-11-29 18:37:15 +08:00
chenminjie 3e0c0af119 refactor: change Select component to ApiDict for improved dictionary handling in post data schema 2024-11-29 18:34:24 +08:00
chenminjie 8197f4dfc3 feat: enhance code generation page with preview functionality 2024-11-29 02:35:18 +08:00
xingyu 03c6e0758d
!52 更新codegen页面,优化ActionButtons样式
Merge pull request !52 from chenminjie/dev-v5_cmj
2024-11-27 13:09:14 +00:00
chenminjie 05262754b1 feat: 更新codegen页面
-将按钮工具栏替换为ActionButtons组件,以提高UI一致性。
-实现导入表功能。
2024-11-27 20:41:00 +08:00
xingyu 0a69bbfd24
!51 增强ActionButtons组件,并修复form-ui组件警告
Merge pull request !51 from chenminjie/dev-v5_cmj
2024-11-27 12:18:08 +00:00
chenminjie 27af49a1b7 feat: 增强ActionButtons组件
-添加了下拉操作
-改进了按钮渲染和样式,以获得更好的用户体验。
2024-11-27 19:14:03 +08:00
chenminjie ac2bb803b4 Merge branch 'dev-v5_cmj' into dev-v5 2024-11-26 20:40:10 +08:00
chenminjie cade5b0f8f refactor: 改进数据源选择组件逻辑 2024-11-26 20:39:19 +08:00
xingyu4j ae1ed070fe feat: vxe add CellIcon 2024-11-26 18:38:14 +08:00
xingyu4j b1553923fd feat: use action buttons 2024-11-26 17:21:54 +08:00
xingyu4j 44c91c7417 feat: DICT_TYPE enum 2024-11-26 14:49:54 +08:00
xingyu4j f7810df5cb feat: dict utils 2024-11-26 14:47:00 +08:00
xingyu4j a3592c8b28 feat: sys menu 2024-11-26 13:28:31 +08:00
xingyu4j d4bd50c36f feat: add defineOptions 2024-11-26 13:28:05 +08:00
xingyu4j 6c40712df4 feat: vxe table dict tag 2024-11-26 12:40:37 +08:00
xingyu4j b7465498dc feat: 字典相关放入auth store 中 2024-11-26 12:01:43 +08:00
chenminjie 1fa93dd5db feat: 新增代码生成管理接口及视图模块 2024-11-26 06:09:59 +08:00
chenminjie 0fed947230 refactor: 【web-ant】重构认证模块并移除未使用的组件和功能
- 重构认证存储以分别处理认证和权限信息
- 重构验证码组件
- 移除字典数据相关的API和存储功能
- 更新路由生成逻辑和权限控制
- 添加分页和请求客户端相关类型定义
- 更新依赖包版本(crypto-js, qs)及其类型定义
2024-11-26 06:04:36 +08:00
xingyu 98a91e1cb2 feat: system post finish 2/3 2024-11-17 20:58:43 +08:00
xingyu e9a08079f1 feat: post demo 2024-11-17 16:38:04 +08:00
xingyu 5c03ae9605 chore: basic router 2024-11-17 01:28:19 +08:00
xingyuv b1038c7bb8 feat: add verification login 2024-11-16 23:45:16 +08:00
xingyuv e6939e22b1 feat: request && login && router 2024-11-16 22:37:06 +08:00
Xiaoyu da7d61b160
feat: add click-to-click event support to the WorkenchProject and WorkenchQuickNav components (#4831)
* feat(@vben/common-ui): add click event emission to WorkbenchProject and WorkbenchQuickNav components

* feat: add navigation and project link functionality to dashboard workspace

* feat: add URL property to WorkbenchProjectItem and WorkbenchQuickNavItem for enhanced navigation

---------

Co-authored-by: XiaoyuDing <xiaoyuding@keymedbio.com>
2024-11-09 10:26:58 +08:00
Vben d262b7b6c0
fix: fix known issues with the form (#4696)
* fix: fix known issues with the form

* chore: typo

* chore: typo
2024-10-20 22:34:11 +08:00
Vben 860fc15ce6
perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694) 2024-10-20 21:44:25 +08:00
Vben dac80703d9
feat: add sliding verification to the login form (#4461) 2024-09-21 21:51:40 +08:00
Vben 9e88b8004f
fix: try to fix the ci error (#4381) 2024-09-12 22:43:37 +08:00
Vben 524b9badf2
feat: add VbenForm component (#4352)
* feat: add form component

* fix: build error

* feat: add form adapter

* feat: add some component

* feat: add some component

* feat: add example

* feat: suppoer custom action button

* chore: update

* feat: add example

* feat: add formModel,formDrawer demo

* fix: build error

* fix: typo

* fix: ci error

---------

Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-09-10 21:48:51 +08:00
Vben 8404c12129
refactor: refactor AuthLayout to configure the login page more freely (#4294) 2024-08-31 21:38:24 +08:00
afe1 a7d322019e
style: optimize dashboard in small screen styles and demo (#4293) 2024-08-31 21:24:48 +08:00
afe1 071cc0dcec
style: optimize dashboard in small screen styles (#4288)
Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
2024-08-31 13:06:53 +08:00
Vben 8a0b1e0c72
refactor: package chart-ui integrated into plugins (#4238)
* refactor: package chart-ui integrated into plugins

* fix: lint error
2024-08-26 21:42:56 +08:00
Vben 3c17f4e9f8
perf: all icons used in the core are offline (#4173)
* perf: all icons used in the core are offline

* chore: update default icon

* chore: update shadow
2024-08-17 21:11:07 +08:00
Vben 517acada1a
refactor: adjust all sample pages and use page components (#4118) 2024-08-11 20:05:52 +08:00
Vben b464b87ac5
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
invalid w f1e0278bd8
chore: define examples router & add ellipsis comp (#4019)
* chore: define components router

* chore: 组件路由放置到演示路由下

* Revert "chore: 组件路由放置到演示路由下"

This reverts commit 3c24632ad51f031cf95aafa49183d7c5538098bb.

* chore: typo

* chore: 增加密码强度组件

* chore: 国际化密码强度的菜单

* chore(@vben/web-antd): 迁移文本省略组件

* chore: typo

* chore: 组件命名方式遵从packages

* chore: Optimize the onExpand function

* chore: update css

* chore(@vben/web-antd): optimize the getPosition function

* chore: add ellipsis-text in comm-ui

* chore: 文本省略组件迁移至common-ui

* feat(@vben/common-ui): Tooltip的tip支持style传参

* chore: 优化组件渲染

* chore: 使用css module解决样式冲突

* chore: update props

* chore: 优化css

* chore: rm unuse attr

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-09 10:57:46 +08:00
sea 08391ad53e
feat: api suffix (#4065) 2024-08-07 13:42:33 +08:00