chenminjie
|
50b9ef61b9
|
feat: add number-to-string conversion for api-checkbox-group, api-radio-group, and api-select components
|
2024-12-03 17:45:08 +08:00 |
chenminjie
|
f85f1136c5
|
fix: update content height calculation and improve rendering logic in page component
|
2024-12-02 19:27:37 +08:00 |
chenminjie
|
662c8f7a47
|
feat: integrate layout footer height calculation in page component
|
2024-12-02 19:01:59 +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
|
07c741f124
|
feat: add number-to-string conversion in mValue watcher for api components
|
2024-11-29 18:34:00 +08:00 |
chenminjie
|
9f649b9565
|
refactor: replace requestClient with useDictStore for fetching dictionary options in api-dict component
|
2024-11-29 18:32:26 +08:00 |
chenminjie
|
3938f1bdda
|
style: improve layout and styling of action-buttons component
|
2024-11-29 02:50:36 +08:00 |
chenminjie
|
8197f4dfc3
|
feat: enhance code generation page with preview functionality
|
2024-11-29 02:35:18 +08:00 |
chenminjie
|
462b434973
|
fix: 修复顶级外链菜单处理逻辑
|
2024-11-29 01:04:09 +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 |
Jeff
|
5f55799572
|
fix: button-control page mistake (#4963)
* fix: button-control page mistake
按钮控制展示逻辑错误
* fix: button-control.vue button text
|
2024-11-28 10:01:26 +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 |
chenminjie
|
14a15347e1
|
style: update action-buttons component to use w-fit class for improved layout
|
2024-11-27 20:38:43 +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
|
7db92b069e
|
fix: ensure computedEvents returns an empty object when componentEvents is undefined
|
2024-11-27 17:05:31 +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 |
xingyu
|
6985157d39
|
!50 为VbenFormProps添加componentEvents,使VbenForm支持自定义组件的自定义事件,简单实现后续优化
Merge pull request !50 from chenminjie/dev-v5
|
2024-11-26 14:04:58 +00: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 |
chenminjie
|
4309be7188
|
types: 更新组件事件类型定义
|
2024-11-26 20:39:03 +08:00 |
chenminjie
|
73e1ae0a4e
|
feat: 为VbenFormProps添加componentEvents,使VbenForm支持自定义组件的自定义事件,简单实现后续优化
|
2024-11-26 20:14:31 +08:00 |
xingyu4j
|
ae1ed070fe
|
feat: vxe add CellIcon
|
2024-11-26 18:38:14 +08:00 |
xingyu4j
|
4094390502
|
feat: add copyright config
|
2024-11-26 18:31:26 +08:00 |
xingyu
|
2c209d15f2
|
!49 修复注册自定义form组件名称首字母小写的问题
Merge pull request !49 from chenminjie/dev-v5_cmj
|
2024-11-26 09:22:55 +00:00 |
xingyu4j
|
b1553923fd
|
feat: use action buttons
|
2024-11-26 17:21:54 +08:00 |
xingyu4j
|
0dcfa13d3b
|
feat: action buttons
|
2024-11-26 17:21:18 +08:00 |
chenminjie
|
1a9a97fbc2
|
fix: 修复注册自定义form组件名称首字母小写的问题
|
2024-11-26 15:38:44 +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
|
8e613e8b81
|
feat: api 保持统一格式
|
2024-11-26 12:50:19 +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 |
xingyu4j
|
6cd86eb9c3
|
fix: 获取用户信息
|
2024-11-26 11:11:10 +08:00 |
xingyu
|
36ffbbbb95
|
!48 基于 dev-v5 分支重构优化
Merge pull request !48 from chenminjie/dev-v5_cmj
|
2024-11-26 02:40:05 +00:00 |
chenminjie
|
1fa93dd5db
|
feat: 新增代码生成管理接口及视图模块
|
2024-11-26 06:09:59 +08:00 |
chenminjie
|
23bcf4f61b
|
refactor: 移除验证码组件并添加自定义表单组件支持
- 移除未使用的 Verify 验证码组件及其相关文件
- 在组件适配器中添加自定义表单组件的注册支持
- 扩展 ComponentType 类型以支持自定义组件类型
|
2024-11-26 06:07:24 +08:00 |
chenminjie
|
0fed947230
|
refactor: 【web-ant】重构认证模块并移除未使用的组件和功能
- 重构认证存储以分别处理认证和权限信息
- 重构验证码组件
- 移除字典数据相关的API和存储功能
- 更新路由生成逻辑和权限控制
- 添加分页和请求客户端相关类型定义
- 更新依赖包版本(crypto-js, qs)及其类型定义
|
2024-11-26 06:04:36 +08:00 |
huangxiaomin
|
f85badf482
|
fix: the route path did not synchronize with the page (#4947)
|
2024-11-25 15:07:52 +08:00 |
眼圈发黑
|
12f25cf3a2
|
style: typo (#4948)
|
2024-11-25 15:07:16 +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 |
xingyu4j
|
a04fef4224
|
docs: readme
|
2024-11-25 10:01:31 +08:00 |