无木
bdf0be81b0
type(preview): fix type definition
修复Preview组件的事件参数类型定义
5 years ago
无木
e23bd2696d
feat(preview): add more features
为Preview组件添加新的属性及事件
5 years ago
Lowell
98c206d9c9
fix: expandIcon slot of BasicTable component is invalid ( #975 )
5 years ago
江麻妞
fe4eae3714
fix(qrcode): Fix the problem that the QR code cannot be dynamically generated ( #974 )
* fix: Fix the problem that the QR code cannot be dynamically generated
* Fix the problem that the size of the QR code is automatically changed when dynamically generated
5 years ago
无木
14fb21d0b7
fix(table): fix expand style
修复启用expandRowByClick展开图标样式问题
fixed : #969
5 years ago
无木
dce3fb0f20
fix(table): fix tableSettings popup in fullscreen mode
修复全屏模式下的表格设置组件的弹出层配置
5 years ago
无木
a5a9b3fb34
fix(table): fix `dataPicker` show in `fullscreen` mode
修复basicTable编辑组件的校验提示以及日期选择框的弹出层在全屏模式下的显示问题
5 years ago
无木
a07ab6d7aa
fix(table): component shown in `fullscreen` mode
修复表格在全屏模式下编辑组件弹出层的显示问题
5 years ago
无木
9b8f165a36
fix(table-action): stopButtonPropagation not working
修复TableAction组件的stopButtonPropagation属性无效的问题
5 years ago
无木
e1c47233ed
fix(demo): multi-modal used with dynamic component
修复以动态组件的方式使用多个modal的演示
5 years ago
无木
8702965057
fix(demo): account page form validation
修复账号管理页面对不可见表单域的验证问题
5 years ago
无木
cebc6a590e
fix(login): fix `auto fill` style in dark-theme
修复黑暗主题下的自动填充表单域样式
5 years ago
SUPER_AI
525484e7a4
fix(echarts): fix graphic config cannot be used in echarts options ( #959 )
5 years ago
wl19
350c85accf
fix(utils): The date function gets a non-date when the parameter is null ( #954 )
Co-authored-by: “weilin <“784742294@qq.com>
5 years ago
无木
202aa42b8d
fix(table): editable cell display with validation
修复带验证的可编辑表格的组件意外失焦的问题
fixed : #953
5 years ago
无木
8d185bb584
fix(form): remove console error for `setFieldsValue`
移除setFieldsValue方法输出的控制台错误
fixed : #952
5 years ago
无木
27207a78ca
fix: fixed moment locale config
修复moment的英文语言配置
5 years ago
无木
d1e0e8bcea
fix(dark-theme): fixed `TreeSelect` & `DatePicker` theme
修复黑暗主题下的组件样式
fixed : #955
5 years ago
M69w
d3f08e37c5
fix(style): fix checkbox-checked css in dark mode
5 years ago
Lan
9c4889f085
fix(perm-guard): Fix the problem that the routing query is lost after refreshing the page ( #941 )
5 years ago
无木
59cf860564
style(alert): fix alert border color
修复Alert组件的默认边框颜色不正确的问题
5 years ago
无木
662b576ac2
fix(dark-theme): style for checked tree nodes
修复黑暗主题下已勾选的Tree的复选框的样式问题
5 years ago
无木
42812162c4
fix(dark-theme): disabled link `button` color
修复黑暗主题下禁用状态的link类型按钮的颜色
5 years ago
无木
9b7ede09b9
fix(dark-theme): alert color in dark-theme
修复Alert组件在Dark主题下的颜色问题
5 years ago
无木
32d64dbe81
fix(img-rotate-drag-verify): fix `resume` method support
修复ImgRotateDragVerify组件的resume方法无效的问题
fixed : #946
5 years ago
无木
8b4b767f4c
feat(demo): add `async-validator` demo
添加表单使用后端接口异步验证的例子
5 years ago
无木
341bd633d8
fix(demo): menu `error-log` link to 404 page
修复演示菜单的错误日志页面指向了404的问题
5 years ago
无木
571f28138f
fix(form): fix `validate` promise catch
修复自动校验时没有捕获promise catch的错误提示
5 years ago
无木
4bb506fb1f
fix(table): fix editable cell not support `ellipsis`
修复可编辑单元格不支持ellipsis配置的问题
fixed : #944
5 years ago
无木
c734f6858d
fix(api-tree-select): auto reload while `params` changed
修复ApiTreeSelect组件没有正确监听params变化的问题
5 years ago
无木
7a7dab0c4b
feat(demo): multi-modal in one page usage
添加使用is动态组件来在页面内使用多个modal的演示
5 years ago
无木
59eb828d4d
style: fixed line break style
修正换行符
5 years ago
无木
52af1dd0d4
feat(basic-table): add `ApiTreeSelect` edit component
为表格添加ApiTreeSelect编辑组件,修复一些其它的已知问题
5 years ago
无木
897bed9729
fix(api-select): fix `options-change` event data
修复options-change事件参数不是select所使用的标准options数据的问题
5 years ago
无木
a764a95ae9
fix(countdown-input): add `slots` support
为CountdownInput组件添加Input的插槽支持
5 years ago
无木
535bdddf91
fix(demo): fix display problem of editable table with `apiSelect`
修复ApiSelect在可编辑表格中的显示问题
5 years ago
lzdjack
03b17a8f8b
fix(formItem): Fix labelcol type mismatch ( #903 )
*修复antdv升级后formItem中labelCol没有类型style的bug
5 years ago
无木
8832a074dc
fix(code-editor): `value` not support use as `v-model`
修复value不支持v-model用法的问题
fixed : #933
5 years ago
无木
61ce25be1b
fix(table): `value` show problem in editable cell
修复可编辑单元格的值不能直接通过修改dataSource来更新显示的问题。
fixed : #922
5 years ago
无木
d9d0071401
fix(api-tree-select): fix `event` checked in form
修复ApiTreeSelect在BasicForm内使用时可能出现的onChange类型检查失败的警告
5 years ago
无木
f8440175f3
fix(model): auto validate on value change
修复BasicModel的表单值发生变化时未能自动校验
fixed : #920
5 years ago
无木
5baaa58581
fix(modal): fixed `fullscreen` not worked
修复全屏功能异常的问题
fixed : #918
5 years ago
无木
f707541dda
fix(tree): fixed `checkedKeys` with `search` mode
修复搜索状态的切换导致的勾选值可能不正确的问题
5 years ago
无木
b06a7ab77b
fix(basic-tree): `checkedKeys` not worked with `search`
修复搜索功能可能导致`checkedKeys`丢失的问题
fixed : #915
5 years ago
无木
1b3058f825
fix(api-tree-select): auto load data if necessary
修正ApiTreeSelect的数据加载时机
5 years ago
无木
d81db890df
feat(api-tree-select): add `api` options to tree-select
添加ApiTreeSelect组件
5 years ago
无木
c1178027f0
fix: fix homePage affix error
修复当没有通过接口为用户指定首页时,如果默认的首页是一个带有重定向的路由,则可能出现双首页Tab的问题
5 years ago
无木
db7254a5e0
fix(table-action): fix `circle` button style
修复table-action组件内的圆形按钮内容没有居中的问题
5 years ago
无木
dc51e6a8d4
fix(table-action): fixed icon `margin` without label
修复当没有label时,icon没有在按钮内居中的问题
5 years ago
无木
4b46a84c2b
fix: infinite redirect in `BACK` mode
修复后端权限模式下的路由无限重定向的问题
5 years ago