xingyu4j
e4240806b7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev-v5
2024-12-23 09:57:26 +08:00
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
2024-12-19 20:37:42 +08:00
Netfan
1853ba1d60
fix: sidebar header height ( #5183 )
2024-12-19 11:45:32 +08:00
Netfan
10b3a16f79
fix: sidebar style on focus ( #5178 )
2024-12-18 22:52:40 +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
b22d900e27
feat: form compact mode support ( #5165 )
2024-12-17 20:51:17 +08:00
Netfan
181e38733c
fix: form auto submit no effect when showDefaultActions is false ( #5163 )
2024-12-17 20:15:09 +08:00
Netfan
593916d6aa
feat: form `colon` support ( #5156 )
2024-12-16 22:37:29 +08:00
Netfan
38805a0e1f
feat: improve code login demo ( #5154 )
...
* feat: add some method in formApi
* fix: VbenPinInput style with small screen
* chore: improve code login demo
2024-12-16 20:48:51 +08:00
Netfan
0f756503ff
feat: add demo for modify menu badge data
2024-12-16 12:45:07 +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
2efb5b71c3
feat: auto activate subMenu on select root menu ( #5147 )
...
* feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update
2024-12-16 02:57:50 +08:00
Netfan
22c1f86ca1
fix: `disabledOnChangeListener` not work in form ( #5146 )
2024-12-16 00:57:10 +08:00
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
2024-12-15 14:26:42 +08:00
Netfan
698daf46c7
fix: form component events bind ( #5137 )
...
* fix: from component events bind
* chore: update docs
* chore: default value and docs sync
2024-12-14 17:42:13 +08:00
Netfan
7fbf7b189a
feat: tabbar support mouse wheel vertical ( #5129 )
...
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
2024-12-13 14:45:06 +08:00
Netfan
be208fe915
fix: form support `disabledOnInputListener` ( #5127 )
...
* fix: form support `disabledOnInputListener`
* chore: docs update
2024-12-13 11:18:45 +08:00
Netfan
1d3729aa24
fix: form submission not appropriate ( #5126 )
2024-12-13 10:56:24 +08:00
vben
cbca9ffd95
chore: release 5.5.1
2024-12-12 22:47:11 +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
7c4dfdc1c2
feat: form support reverse action buttons ( #5108 )
...
* feat: form support reverse action buttons
* fix: submit button class
2024-12-11 15:29:25 +08:00
Netfan
43adc943b9
docs: fix typos ( #5105 )
2024-12-11 14:48:08 +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
Netfan
0fc0f13064
fix: layout overflow style ( #5066 )
2024-12-07 12:05:03 +08:00
Netfan
b75a8e6a2b
fix: form setValues not support `dayjs` and `Date` value ( #5064 )
...
* fix: setFormValues not support `dayjs object` value
* fix: setFormValues not support `Date` value
* chore: remove console log
2024-12-07 11:09:55 +08:00
Netfan
4c1fc4a11e
fix: validate message not display, fix #5034 ( #5038 )
2024-12-07 11:02:59 +08:00
Netfan
03f166f8a4
fix: `form` prop `handleValuesChange` no effect ( #5060 )
2024-12-07 11:02:14 +08:00
Netfan
d42daf9ce0
fix: modal radius not follow preferences ( #5063 )
2024-12-07 11:00:53 +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
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
845f2a2abd
fix: header left padding fixed ( #5007 )
2024-12-04 21:43:54 +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
chenminjie
c77fb9c84a
fix: update form context to use rules instead of defaultValue for field validation
2024-12-03 18:09:15 +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
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
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
Netfan
3fb286b552
fix: element hover style in dark theme ( #4983 )
2024-11-30 10:55:29 +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
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
chenminjie
4309be7188
types: 更新组件事件类型定义
2024-11-26 20:39:03 +08:00