Netfan
1a04a05b79
perf: modal and drawer api support chain calls ( #5351 )
...
* perf: modal and drawer api support chain calls
* fix: typo
1 year ago
Netfan
b8bffd884c
feat: allow close tab when mouse middle button click ( #5347 )
...
* 偏好设置增加鼠标中键关闭标签页的设置
1 year ago
Netfan
624beb6fa0
fix: locale switching logic correction ( #5344 )
...
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
1 year ago
Netfan
7606b86854
fix: vxeGrid init without search form ( #5342 )
...
* 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题
1 year ago
Netfan
e10cbe23b9
chore: update deps
1 year ago
Netfan
516d0b8dc8
fix: form `fieldMappingTime` improve and `modelPropName` support ( #5335 )
...
* 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示,
1 year ago
Netfan
99c7fd72f8
fix: code lint
1 year ago
Netfan
2828e7a7b6
fix: form `fieldMappingTime` is not working ( #5333 )
...
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
1 year ago
王文庭
16162c01ed
fix: download from url triggered twice sometimes ( #5319 )
...
解决Chrome、Safari通过路径一次下载两个文件的BUG
1 year ago
Netfan
801c640724
fix: vben select placeholder color ( #5286 )
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Netfan
4d81b9d18d
fix: sidebar preferences fixed ( #5276 )
1 year ago
Netfan
3af22f7e91
fix: header logo may not be collapsed in `header-sidebar-nav` layout ( #5274 )
1 year ago
Netfan
2135cb8ece
feat: new layout `sidebar nav with full header` ( #5270 )
1 year ago
Netfan
376aad5d26
feat: drawer close icon placement ( #5269 )
1 year ago
Netfan
de17007788
feat: drawer support destroy on close
1 year ago
Netfan
e86a7906fe
feat: drawer support `onOpened` & `onClosed`
1 year ago
Netfan
4a8e6abc06
feat: modal support destroy on close
1 year ago
Netfan
2eb7fed9f4
fix: header-mixed layout side-menu active ( #5265 )
...
* fix: header-mixed layout side-menu active
* fix: config test
1 year ago
Netfan
ff8d5ca351
feat: header mixed layout ( #5263 )
...
* feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
ec2c6eff6f
feat: header menu align support ( #5256 )
...
* feat: header menu align support
* fix: typo
1 year ago
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
1 year ago
Netfan
1853ba1d60
fix: sidebar header height ( #5183 )
1 year ago
Netfan
10b3a16f79
fix: sidebar style on focus ( #5178 )
1 year ago
Netfan
b22d900e27
feat: form compact mode support ( #5165 )
1 year ago
Netfan
181e38733c
fix: form auto submit no effect when showDefaultActions is false ( #5163 )
1 year ago
Netfan
593916d6aa
feat: form `colon` support ( #5156 )
1 year ago
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
1 year ago
Netfan
0f756503ff
feat: add demo for modify menu badge data
1 year ago
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
1 year ago
Netfan
22c1f86ca1
fix: `disabledOnChangeListener` not work in form ( #5146 )
1 year ago
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
1 year ago
Netfan
698daf46c7
fix: form component events bind ( #5137 )
...
* fix: from component events bind
* chore: update docs
* chore: default value and docs sync
1 year ago
Netfan
7fbf7b189a
feat: tabbar support mouse wheel vertical ( #5129 )
...
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
1 year ago
Netfan
be208fe915
fix: form support `disabledOnInputListener` ( #5127 )
...
* fix: form support `disabledOnInputListener`
* chore: docs update
1 year ago
Netfan
1d3729aa24
fix: form submission not appropriate ( #5126 )
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
Netfan
7c4dfdc1c2
feat: form support reverse action buttons ( #5108 )
...
* feat: form support reverse action buttons
* fix: submit button class
1 year ago
Netfan
43adc943b9
docs: fix typos ( #5105 )
1 year ago
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
1 year ago
Netfan
0fc0f13064
fix: layout overflow style ( #5066 )
1 year ago
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
1 year ago
Netfan
4c1fc4a11e
fix: validate message not display, fix #5034 ( #5038 )
1 year ago
Netfan
03f166f8a4
fix: `form` prop `handleValuesChange` no effect ( #5060 )
1 year ago
Netfan
d42daf9ce0
fix: modal radius not follow preferences ( #5063 )
1 year ago
Netfan
21d37a1be0
fix: `dialog` and `drawer` footer gap in small screen ( #5025 )
1 year ago
huangxiaomin
fe236ea929
feat: add submitOnChange props to vben form ( #5032 )
1 year ago
huangxiaomin
05b4b61c6e
fix: select Long option style problem ( #5030 )
1 year ago
vben
7ab00250bf
chore: release 5.5.0
1 year ago