vben
|
acacb32bb5
|
fix(tailwindcss): remove console warnings
|
5 years ago |
zhangfugui
|
186b274faa
|
refactor: tree component empty state display (#853)
|
5 years ago |
无木
|
f1c0e0c52b
|
types: fix CropperAvatar props define
|
5 years ago |
无木
|
c3b907656a
|
feat(modal): add `tooltip` for action buttons
为最大化、全屏、还原等操作按钮添加工具提示
|
5 years ago |
无木
|
b96ea0753b
|
feat(avatar-cropper): more props added
为头像剪裁组件添加value属性、onChange事件以及用于自定义上传按钮的属性;更新个人设置页的头像设置
|
5 years ago |
无木
|
6cbac4b7ec
|
feat(avatar-cropper): add action tooltip
为头像剪裁组件的操作按钮添加工具提示
|
5 years ago |
无木
|
791b323dbd
|
fix(table): param of `handleSearchInfoFn`
修复`handleSearchInfoFn`的参数会有多余的空白键
|
5 years ago |
无木
|
8819af083c
|
types(action-item): set `label` optional
|
5 years ago |
无木
|
73654b7862
|
fix(popconfirm-button): remove button excess `title`
移除PopconfirmButton组件多余的title;修改TableAction的tooltip默认位置
|
5 years ago |
无木
|
5fab267a69
|
feat(table-action): support `tooltip` option
为tableAction组件中的操作按钮增加tooltip配置
close: #848
|
5 years ago |
无木
|
5a20df45ad
|
feat(tree): add `insertNodesByKey` method
|
5 years ago |
无木
|
b5046f07a2
|
fix(form): fix some prop declaration
修复`submitButtonOptions`、'resetButtonOptions'的类型定义
|
5 years ago |
无木
|
b4a3f936cd
|
fix(table): global configuration accidentally modified
修复table的全局配置可能被意外修改的问题
|
5 years ago |
无木
|
16c5d327f1
|
feat(basic-upload): `value` support v-model
|
5 years ago |
无木
|
49e72a8e76
|
feat(basic-upload): add preview-delete event
添加预览Modal中删除文件的事件
close: #835
|
5 years ago |
无木
|
6f845b53bd
|
fix(table): selection-change not triggered on row click
修复selection-change事件在点击行来改变勾选时不会被触发的问题
|
5 years ago |
Lan
|
9de6ac1119
|
refactor(contentHeight): 重构,将PageWrapper的useContentHeight抽象为公共hook,满足自定义扩展组件时的自动高度计算需求。 同时优化高度计算算法。 (#826)
|
5 years ago |
Vben
|
cdb10cc4ac
|
fix(menu): make sure the menu is activated correctly
|
5 years ago |
SUPER_AI
|
749ba5c1da
|
feat(table): support asynchrony in beforeFetch and afterFetch (#827)
|
5 years ago |
无木
|
df0f00085c
|
fix(table): fix rowSelection.onChange not work
修复为table提供rowSelection.onChange时,无法手动变更table的选中项的问题
fixed: #825
|
5 years ago |
无木
|
99829c79ab
|
fix(svg-icon): fix SvgIcon style
|
5 years ago |
Vben
|
bdae33e34a
|
chore: revert scrollbar
|
5 years ago |
Vben
|
e9e51b2fdc
|
perf(scrollbar): scrollbar update when slot changed
|
5 years ago |
无木
|
c7de65ebba
|
fix(modal): `setModalProps` support `defaultFullscreen`
修复setModalProps不支持设置defaultFullscreen的问题
|
5 years ago |
无木
|
829b366cb2
|
fix(table): editComponentProps support onChange
修复editComponentProps不支持onChange的问题
|
5 years ago |
无木
|
3dbbde2662
|
fix(modal): remove console log
|
5 years ago |
无木
|
f750ff435f
|
fix(modal): maskClosable not work
修复BasicModal点击遮罩不能关闭的问题
|
5 years ago |
vben
|
327d71b8fb
|
perf(router): reduce the number of guard files
|
5 years ago |
无木
|
941ad59759
|
fix(drawer): openDrawer is not normal in some cases
修复BasicDrawer在设置其它属性时可能会影响visible状态的问题
|
5 years ago |
vben
|
59d3e8c80f
|
perf(icon): remove Icon component global registration
|
5 years ago |
bbkkkk8
|
d97aa92741
|
fix(comp-tree): support comp-tree-foreach stop,add insertNodesByKey (#818)
Co-authored-by: git <lixiaokang215@163.com>
|
5 years ago |
vben
|
480cfb914e
|
fix: fix antdv console warning
|
5 years ago |
无木
|
e78af6f228
|
fix(table): getDataSource not worked on empty data
修复getDataSource获取的数据源在表格为空时返回值错误的问题。
fixed: #752
|
5 years ago |
无木
|
4ae39c53b4
|
fix(table): treeTable editable error
修复树表格的编辑问题
fixed: #811
|
5 years ago |
Vben
|
fa64fc8a62
|
fix(api-select): ensure that the onchange function parameters are correct
|
5 years ago |
无木
|
a6ef771fcc
|
fix(pop-confirm): fix event working unexpected
|
5 years ago |
Lan
|
4d8e39857e
|
perf(pagewrapper): 优化PageWrapper的高度自适应表现使用getViewportOffset替代useContentViewHeight (#792)
Co-authored-by: NorthLan <lan6995@gmail.com>
|
5 years ago |
无木
|
60b80c96e8
|
fix(dropdown): icon and trigger work unexpected
修复Dropdown中popconfirm的事件响应区域以及icon不正常的问题
fix: #796,#787
|
5 years ago |
无木
|
8d22231a5f
|
fix(table): event editCancel loss params
修复table的editCancel事件缺少部分参数的问题
|
5 years ago |
vben
|
8eba7fb527
|
fix(table): fix table jitter problem
|
5 years ago |
Vben
|
d3d620f4fc
|
perf(utils): mitt default export is changed from Class to Function
|
5 years ago |
Vben
|
4c89ea7474
|
fix(menu): fix the jitter problem of menu folding animation,fix #732
|
5 years ago |
Vben
|
d196340d27
|
feat(demo): added guide page example
|
5 years ago |
Vben
|
4f20d45f9d
|
chore: type optimization
|
5 years ago |
Vben
|
e9064631c7
|
chore: update deps
|
5 years ago |
无木
|
513823bfbd
|
fix(form): loss args on component change event
修复部分组件的change事件不止一个参数时,componentProps中配置的onChange只能接收到第一个参数的问题
|
5 years ago |
JinMao
|
21c771b59c
|
fix: fix if getDropdownList.length==0 show Dropdown component
|
5 years ago |
Lan
|
ab2c7efe69
|
perf(PageWrapper): fix the height calculation problem when footer and global footer are opened at the same time (#760)
* perf(PageWrapper): 优化PageWrapper在page的footer与全局页脚同时开启时的高度计算表现。
* docs(PageWrapper): 修复footer与全局页脚同时开启时的高度计算问题
Co-authored-by: NorthLan <lan6995@gmail.com>
|
5 years ago |
Vben
|
655b743236
|
fix(modal): ensure that the shutdown event is not triggered multiple times
|
5 years ago |
Vben
|
29b2d344ae
|
chore: typo
|
5 years ago |