无木
|
540423ecf7
|
feat(table): add headerTop slot
为表格添加`headerTop`插槽(表格头部的标题之上),以及相关演示
close: #881
|
2021-07-08 20:16:22 +08:00 |
|
无木
|
9cf070dd63
|
feat(api-select): clear options before fetch
ApiSelect组件在发起新的请求之前先清空已有的options
|
2021-07-08 02:50:33 +08:00 |
|
无木
|
41e6d94b3b
|
feat(demo): add search demo for apiSelect
添加ApiSelect的本地搜索和远程搜索例子
|
2021-07-08 02:46:15 +08:00 |
|
Vben
|
17e47e074e
|
chore: add a multi-environment configuration example
|
2021-07-07 23:47:47 +08:00 |
|
Vben
|
dafcdd898c
|
fix: ensure that safari is running properly, fix #875
|
2021-07-07 23:40:29 +08:00 |
|
Vben
|
5bce6528ba
|
chore: update deps
|
2021-07-07 22:59:35 +08:00 |
|
无木
|
1e61da644f
|
fix(table): fix tree node align
修复树形表格的带有展开图标的单元格的内容对齐问题
fixed: #829
|
2021-07-07 22:38:00 +08:00 |
|
无木
|
9228282ae2
|
fix(demo): form pages support keepAlive
修复表单演示页面不支持keepAlive的问题
|
2021-07-07 21:33:08 +08:00 |
|
无木
|
45a94e41c1
|
fix(demo): resolve key not exist warnings
修复角色编辑页面可能会出现tree组件报key not exist警告的问题
|
2021-07-07 21:26:20 +08:00 |
|
无木
|
542121129e
|
feat(demo): add basicTree with async data expand all
演示basicTree使用异步数据并自动展开
|
2021-07-06 17:10:19 +08:00 |
|
Vben
|
cf840e3e73
|
perf: image compression configuration optimization
|
2021-07-06 00:30:16 +08:00 |
|
MARVIN
|
82eb72bbce
|
fix(CountTo): Fix displaying empty string when the value is 0 (#864)
|
2021-07-05 22:45:13 +08:00 |
|
无木
|
5f1a6cdc59
|
feat(demo): demo default expanded tree table
演示默认展开树形表格数据
|
2021-07-05 16:23:58 +08:00 |
|
无木
|
02d3dca57e
|
fix(app-search): exclude items by hideChildrenInMenu
修复菜单搜索组件可能会显示被隐藏的子菜单的问题
|
2021-07-05 14:50:41 +08:00 |
|
无木
|
faf5c9fd7e
|
fix(app-search): exclude hidden items
修复菜单搜索组件可能会显示被隐藏的菜单的问题
|
2021-07-05 14:34:49 +08:00 |
|
无木
|
d5d5c4b4bf
|
fix(demo): setup page route config
修复引导页的相关路由配置
|
2021-07-05 12:18:05 +08:00 |
|
无木
|
993e19dcc3
|
fix(demo): add mock data account detail route
添加mock数据中缺失的账号详情路由
fixed: #858
|
2021-07-05 12:04:36 +08:00 |
|
无木
|
808291b503
|
fix: menuSetting can not set collapsed to false as default
修复无法通过将菜单配置为默认折叠的问题.
|
2021-07-05 11:07:27 +08:00 |
|
无木
|
d8c38207c0
|
fix(table): scrollbar style
|
2021-07-05 00:34:23 +08:00 |
|
vben
|
f4778431de
|
chore: release 2.6.0
|
2021-07-04 22:12:26 +08:00 |
|
vben
|
acacb32bb5
|
fix(tailwindcss): remove console warnings
|
2021-07-04 22:09:25 +08:00 |
|
zhangfugui
|
186b274faa
|
refactor: tree component empty state display (#853)
|
2021-07-04 21:08:15 +08:00 |
|
无木
|
f1c0e0c52b
|
types: fix CropperAvatar props define
|
2021-07-04 09:29:57 +08:00 |
|
无木
|
735028c430
|
fix(table): auto hide unnecessary scrollbar
隐藏无需显示的滚动条时
|
2021-07-04 02:41:55 +08:00 |
|
无木
|
c8c7615569
|
docs: update CHANGELOG.zh_CN
|
2021-07-04 00:10:14 +08:00 |
|
无木
|
c3b907656a
|
feat(modal): add tooltip for action buttons
为最大化、全屏、还原等操作按钮添加工具提示
|
2021-07-03 23:25:01 +08:00 |
|
无木
|
b96ea0753b
|
feat(avatar-cropper): more props added
为头像剪裁组件添加value属性、onChange事件以及用于自定义上传按钮的属性;更新个人设置页的头像设置
|
2021-07-03 23:12:54 +08:00 |
|
无木
|
6cbac4b7ec
|
feat(avatar-cropper): add action tooltip
为头像剪裁组件的操作按钮添加工具提示
|
2021-07-03 20:14:58 +08:00 |
|
vben
|
81cf441373
|
chore: npm script adjustment
|
2021-07-03 17:22:51 +08:00 |
|
Lan
|
48fcd7684c
|
feat(param-menu): feature: menu with params (#845)
|
2021-07-03 17:13:59 +08:00 |
|
无木
|
791b323dbd
|
fix(table): param of handleSearchInfoFn
修复`handleSearchInfoFn`的参数会有多余的空白键
|
2021-07-03 14:32:38 +08:00 |
|
无木
|
49f39de7b4
|
feat(axios): use defHttp like axios
当非GET请求并且同时存在data和params,不再忽略data。使defHttp的用法习惯接近axios原生配置
fixed: #850
|
2021-07-03 14:01:18 +08:00 |
|
无木
|
8819af083c
|
types(action-item): set label optional
|
2021-07-02 15:45:22 +08:00 |
|
无木
|
73654b7862
|
fix(popconfirm-button): remove button excess title
移除PopconfirmButton组件多余的title;修改TableAction的tooltip默认位置
|
2021-07-02 12:17:07 +08:00 |
|
无木
|
5fab267a69
|
feat(table-action): support tooltip option
为tableAction组件中的操作按钮增加tooltip配置
close: #848
|
2021-07-02 11:55:13 +08:00 |
|
无木
|
5637588fce
|
fix(demo): fix async tree demo, fixed: #823
|
2021-07-02 02:27:33 +08:00 |
|
无木
|
5a20df45ad
|
feat(tree): add insertNodesByKey method
|
2021-07-02 02:26:13 +08:00 |
|
无木
|
d52b0de83e
|
feat(route): add hidePathForChildren in meta
添加`hidePathForChildren`选项用于在子菜单中隐藏本级path
|
2021-07-02 00:30:48 +08:00 |
|
无木
|
72ac240f28
|
feat: routers support ignoreRoute option
为路由配置添加`meta`.`ignoreRoute`配置,允许在`ROUTE_MAPPING`及`BACK`模式下配置纯菜单数据
fixed:
|
2021-07-01 23:54:10 +08:00 |
|
无木
|
b5046f07a2
|
fix(form): fix some prop declaration
修复`submitButtonOptions`、'resetButtonOptions'的类型定义
|
2021-07-01 14:42:29 +08:00 |
|
无木
|
ddf116da14
|
style(demo): replace account page detail icon
|
2021-07-01 11:36:45 +08:00 |
|
无木
|
5005e6e56b
|
fix(sider): custom trigger does not take effect
修复侧边菜单底部的自定义折叠按钮不起作用的问题
|
2021-07-01 10:45:59 +08:00 |
|
Eric
|
3871204d08
|
fix: routes filter can't effective when permission mode set to ROUTE_MAPPING (#836)
|
2021-06-30 22:27:26 +08:00 |
|
无木
|
b4a3f936cd
|
fix(table): global configuration accidentally modified
修复table的全局配置可能被意外修改的问题
|
2021-06-30 18:40:33 +08:00 |
|
无木
|
16c5d327f1
|
feat(basic-upload): value support v-model
|
2021-06-30 17:02:50 +08:00 |
|
无木
|
76a5f87c0c
|
fix: hasPermission not work in ROLE Mode
|
2021-06-30 16:52:13 +08:00 |
|
无木
|
49e72a8e76
|
feat(basic-upload): add preview-delete event
添加预览Modal中删除文件的事件
close: #835
|
2021-06-30 16:35:00 +08:00 |
|
无木
|
6f845b53bd
|
fix(table): selection-change not triggered on row click
修复selection-change事件在点击行来改变勾选时不会被触发的问题
|
2021-06-30 15:43:32 +08:00 |
|
无木
|
d509e897be
|
fix(axios): option withToken not work
|
2021-06-30 01:07:27 +08:00 |
|
无木
|
424b171e0d
|
fix(demo): account list fetch loss param
修复账号管理列表发起请求时可能缺少当前选中的部门ID参数的问题
fixed: #830
|
2021-06-30 00:50:49 +08:00 |
|