Commit Graph

756 Commits (469e29e83d6466ce8ed06026cbadc4030dd3a88e)

Author SHA1 Message Date
chenminjie c6d08a4d58 Merge branch 'dev-v5' into dev-v5_cmj 2024-12-03 17:47:02 +08:00
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
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
Netfan ae3f7cb909
fix: mixed menu layout in full content mode (#4990) 2024-12-01 21:37:36 +08:00
Netfan 32117b73aa
docs: add form slots docs (#4992) 2024-12-01 21:37:19 +08:00
xingyu 5e22a00da7
!55 使用accessMenus增强用户存储 & 优化 自定义API组件
Merge pull request !55 from chenminjie/dev-v5_cmj
2024-11-30 03:30:55 +00:00
huangfe1 e8992a1d16
chore: update modal.vue (#4987)
loading时候 子组件禁用点击事件

Co-authored-by: Vben <ann.vben@gmail.com>
2024-11-30 11:18:22 +08:00
Svend 3c4af23edf
fix: 修复 Form Api 根据字段名移除表单项,字段取反了的问题 (#4971) 2024-11-30 10:58:17 +08:00
LinaBell e3a93970f4
fix: when VxeTable toolbarConfig.refresh is enabled, it will carry incorrect parameters (#4980) 2024-11-30 10:57:23 +08:00
richex-cn 7b9866158b
chore: update deprecated document link in .github/ISSUE_TEMPLATE (#4986) 2024-11-30 10:56:42 +08:00
Netfan 3fb286b552
fix: element hover style in dark theme (#4983) 2024-11-30 10:55:29 +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
xingyu 2a90fc1ae4
!53 修复顶级外链菜单处理逻辑 & 添加 vue-dompurify-html 插件
Merge pull request !53 from chenminjie/dev-v5_cmj
2024-11-29 09:55:51 +00: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
Netfan 253abc5ef1
chore: tailwind css icon example (#4969) 2024-11-28 15:10:14 +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