Commit Graph

775 Commits (9ec5849102d89c64a8aec5009e17a4e19897baab)

Author SHA1 Message Date
xingyu4j d6d2180fda Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5 2024-12-06 13:57:43 +08:00
Netfan d1862fba27
fix: replace input component in `IconPicker` (#5047)
* fix: replace input component in `IconPicker`

* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
Netfan f0db3d6b79
chore: codeowners update (#5048) 2024-12-06 13:46:32 +08:00
Netfan 21d37a1be0
fix: `dialog` and `drawer` footer gap in small screen (#5025) 2024-12-05 11:24:09 +08:00
huangxiaomin fe236ea929
feat: add submitOnChange props to vben form (#5032) 2024-12-05 11:23:21 +08:00
huangxiaomin 05b4b61c6e
fix: select Long option style problem (#5030) 2024-12-05 11:22:35 +08:00
vben 7ab00250bf chore: release 5.5.0 2024-12-04 22:57:27 +08:00
Vben 9896a67c21
feat: add api-select component (#5024) 2024-12-04 22:56:29 +08:00
Netfan db38ef522f
fix: `Page` header class in fixed mode (#5023) 2024-12-04 22:56:06 +08:00
Netfan 845f2a2abd
fix: header left padding fixed (#5007) 2024-12-04 21:43:54 +08:00
Netfan 9b73792dc9
fix: extra menu title follow locale change (#5006) 2024-12-04 21:43:29 +08:00
Netfan fccbe44cf7
feat: v-loading support for `element plus` (#5008) 2024-12-04 21:42:48 +08:00
Netfan e23486dbc6
feat: form component `IconPicker` (#5005) 2024-12-04 21:42:21 +08:00
Netfan 935df713f3
fix: app config support `.env.local` (#5012) 2024-12-04 21:41:22 +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
xingyu 2b67da1898
!56 feat: 新增 【文件配置】管理页面 && 优化修复一些BUG
Merge pull request !56 from chenminjie/dev-v5_cmj
2024-12-03 11:41:54 +00:00
chenminjie f88e12fa88 feat: implement file configuration management API and UI components 2024-12-03 19:08:22 +08:00
chenminjie 4fbed026d1 feat: add disabled state to Popconfirm in action-buttons component 2024-12-03 19:06:53 +08:00
chenminjie c77fb9c84a fix: update form context to use rules instead of defaultValue for field validation 2024-12-03 18:09:15 +08:00
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