Ken Hai
ffaf85c8f3
fix: 修复角色修改时VbenTree组件没有回显选中 ( #6662 )
...
* fix: 修复角色修改时VbenTree组件没有回显选中
* chore: use nextTick
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: merge
* chore: 更新
---------
Co-authored-by: haiyinlong <haiyinlong@uhigame.com>
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
4 months ago
ming4762
1e6417f95b
feat: vBenForm add layout: inline ( #6644 )
4 months ago
vben
e147a9d2fd
chore: release 5.5.9
4 months ago
xueyang
9fc594434f
perf: 优化useVbenForm样式 ( #6611 )
...
* perf(style): 优化useVbenForm垂直布局 actions 样式
* perf(style): 优化useVbenForm actions 布局样式
- 操作按钮组显示位置
```
actionPosition?: 'center' | 'left' | 'right';
```
- 操作按钮组的样式
```
actionType?: 'block' | 'inline'
inline: 行类显示,block: 新一行单独显示
```
* perf: 优化useVbenForm actions 布局样式
删除 actionType
增加 actionLayout
- actionLayout?: 'inline' | 'newLine' | 'rowEnd';
- newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式
- 删除无用代码 queryFormStyle
* perf: 优化useVbenForm使用案例
* perf: 优化form组件样式
去掉padding,改为gap
* docs: update vben-form.md
* fix: 修复FormMessage位置
* perf: Avoid direct mutation of props object.
- props.actionLayout = props.actionLayout || 'rowEnd';
- props.actionPosition = props.actionPosition || 'right';
+ const actionLayout = props.actionLayout || 'rowEnd';
+ const actionPosition = props.actionPosition || 'right';
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: 修复 wrapperClass 权重
* fix: 全局搜索结果不匹配 #6603
* fix: 避免FormMessage溢出
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
zhongming4762
06ffdf164a
feat: add dingding login
5 months ago
aonoa
fad0b49841
fix: adding roles does not automatically refresh ( #6548 )
...
* fix: adding roles does not automatically refresh
* style: fix code style err
5 months ago
vben
1575619d53
chore: release v5.5.8
5 months ago
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
...
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
5 months ago
Jin Mao
1bc5d2986b
chore: update-vxe-table ( #6516 )
...
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
5 months ago
panda7
d4786f3f75
Merge branch 'main' into feature/scroll_to_the_error_field
6 months ago
sqchen
243f3a201d
feat: add scrollToFirstError to the form component
6 months ago
陈蔚然
2f7de243f6
Merge branch 'vbenjs:main' into slider-translate-captcha
6 months ago
chenweiran
bbd8a53d9d
feat: 增加基于图片拼图切片平移的验证码
6 months ago
chenweiran
8554924cb9
feat: 增加基于图片拼图切片平移的验证码
6 months ago
RanMaoting
fee811d950
fix: 优化组件方法透传并新增表单弹窗示例 ( #6443 )
6 months ago
zyy
b015fbc9fc
fix: [adapter] 表格配置类型报错 ( #6327 )
...
配置toolbarConfig中的search时会有类型报错
7 months ago
ali-pay
c0e601c020
fix: menu type is not 'button' ( #6277 )
...
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
7 months ago
RanMaoting
017ed1a9e1
types: 为useVbenVxeGrid添加泛型声明,使grid实例上能正确获取到行数据的类型 ( #5653 )
...
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
7 months ago
vben
b9aef618fe
chore: release 5.5.7
7 months ago
Netfan
4102cc2211
feat: improve vbenCheckButtonGroup ( #6329 )
...
* 按钮组支持单选清除和多选限制最大选项数
* 按钮组支持icon插槽来定制图标
7 months ago
zhang
76d106e474
fix: When defaultHomePage is inconsistent with user.homePath, the pa… ( #6299 )
...
* fix: When defaultHomePage is inconsistent with user.homePath, the page refresh route jump will be abnormal
* fix: When defaultHomePage is inconsistent with user.homePath, the page refresh route jump will be abnormal
7 months ago
Netfan
6fbf1387f5
fix: reset slider-captcha after login failed ( #6275 )
7 months ago
Netfan
e5c937396d
fix: json-bigint parse used in vxeTable ( #6271 )
...
* 修复vxeTable不能加载json-bigint解析的数据的问题
7 months ago
Netfan
a1091bad46
feat: enhances compatibility with APIs returning large numeric values ( #6250 )
7 months ago
zhang
9f9be21e2a
fix: component Input is not registered when initialize page ( #6246 )
...
* fix: Component Input is not registered when initialize page
* fix: Component Input is not registered when initialize page
7 months ago
ali-pay
11b2b5bcc2
fix: 修复菜单管理中按钮类型值错误的问题 ( #6255 )
7 months ago
Netfan
0c3edb10b0
fix: getFieldComponentRef will return actual ref within AsyncComponentWrapper ( #6252 )
...
修复异步加载组件时,表单的getFieldComponentRef方法没能获取到正确的组件实例
7 months ago
panda7
a23bc4cb5c
fix: the mobile terminal can wrap lines and expand slot attributes ( #6165 )
...
Co-authored-by: sqchen <chenshiqi@sshlx.com>
8 months ago
afe1
90625782c0
fix: delete useless code ( #6143 )
8 months ago
Netfan
bf70539221
fix: missing argument for getPopupContainer
8 months ago
Leeson
5949c73a30
fix: delete Popconfirm being obscured by fixed columns ( #6118 )
...
* fix: delete Popconfirm being obscured by fixed columns
* fix: opened popConfirm will prevent the table from scrolling
---------
Co-authored-by: Netfan <netfan@foxmail.com>
8 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
8 months ago
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
8 months ago
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
...
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
8 months ago
vben
7c7051a11e
chore: release v5.5.5
8 months ago
Netfan
aa27a2f7a1
feat: encrypt the privacy data when it is persisted ( #6056 )
...
* 对私密数据持久化时执行加密
* 将锁屏密码合并到accessStore中进行加密
8 months ago
ming4762
0cc1cb5a7b
perf: improve destroyOnClose for VbenDrawer&VbenModal ( #6051 )
...
* fix: fix that the default value of modal destroyOnClose does not take effect
* perf: improve destroyOnClose for VbenDrawer
8 months ago
yuh
4baec83db5
feat: add examples: form-upload ( #5955 )
...
* feat: add examples: form-upload
* fix: upload: accept and label
* fix: upload: 设置表单值、图片预览
8 months ago
Netfan
0936861da1
feat: pass `fieldsChanged` into the `handleValuesChange` callback function ( #5968 )
...
* fieldsChanged(已被改变值的字段名)将传入handleValuesChange回调函数
9 months ago
zhouda1fu
5252480b09
fix: missing await in department form( #5967 )
9 months ago
ming4762
c7e6210c8d
feat: `modal`&`drawer` support `center-footer` slot ( #5956 )
9 months ago
Netfan
9700150653
fix: table actions in fixed column ( #5945 )
9 months ago
ming4762
afce9dc5c0
perf: improve `destroyOnClose` for `VbenModal` ( #5935 )
...
* perf: 优化Vben Modal destroyOnClose,解决destroyOnClose=false,Modal依旧会被销毁的问题
影响范围(重要):destroyOnClose默认为true,这会导致所有的modal都会默认渲染到body
radix-vue Dialog组件默认会销毁挂载的组件,所以即使destroyOnClose=false,Modal依旧会被销毁的问题
对于一些大表单重复渲染导致卡顿,ApiComponent也会频繁的加载数据
* fix: modal closing animation
---------
Co-authored-by: Netfan <netfan@foxmail.com>
9 months ago
Netfan
a8c4786311
feat: api-component support autoSelect prop ( #5931 )
...
* feat: api-component support autoSelect prop
* docs: add version requirement
9 months ago
Netfan
4a2c7b313f
fix: alert animation ( #5927 )
9 months ago
Netfan
9bd5a190c2
fix: alert action button focus, fixed #5921 ( #5922 )
...
* 修复Alert组件的按钮焦点切换问题
9 months ago
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
9 months ago
Netfan
ecf518bb02
fix: alert `beforeClose` callback arguments fixed ( #5845 )
9 months ago
Netfan
44138f578f
feat: add preset alert, confirm, prompt components that can be simple called ( #5843 )
...
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
9 months ago
Netfan
166e9a0e82
chore: add demo for apiComponent with caching and concurrency ( #5827 )
...
* chore: add demo for apiComponent with caching and concurrency
* docs: update api component docs
9 months ago