Commit Graph

1325 Commits

Author SHA1 Message Date
edifierx666
fa19a565c2 fix: subMenu some props not work (#1668)
* fix: [subMenu]props

* fix: [subMenu]props

* fix: [subMenu]props
2020-01-15 20:13:03 +08:00
tangjinzhou
42787664ab fix: drawer wrapStyle position is incorrect and add drawerStyle #1699 2020-01-15 14:32:24 +08:00
梁鑫辉
0dbea62fdf fix: table demo bug #1700
fix #1700
https://github.com/vueComponent/ant-design-vue/issues/1700
2020-01-15 10:57:59 +08:00
Wenson Smith
7383fd8934 fix: [TreeSelect] type check failed when value is number (#1551)
* fix: type check failed when value is number

* fix: type tree-select type check
2020-01-15 10:04:19 +08:00
biterabbit
e0d5f078f9 fix:Tree scopedSlots icon no work (#1712) 2020-01-13 19:46:05 +08:00
wangxueliang
a8e83b7241 fix: spellcheck no work #1707 2020-01-12 20:19:28 +08:00
wangxueliang
0834d52626 fix: merge 2020-01-09 23:00:27 +08:00
wangxueliang
e5c6140a74 fix: cascader empty data does not work #1701 2020-01-09 22:56:50 +08:00
tanjinzhou
7cda44ba31 update site 2019-12-24 14:49:30 +08:00
tangjinzhou
1c9e9e2418 docs: add resize table demo 2019-12-23 22:12:13 +08:00
tangjinzhou
d7561734ea style: format code 2019-12-21 18:37:33 +08:00
wangxueliang
6cc28eeb62 fix: animation no work #1540 2019-12-18 19:06:38 +08:00
zkwolf
a66ff7deb0 fix: timepicker non-unique id (#1566) 2019-12-18 13:05:59 +08:00
wangxueliang
84c95cd524 fix: avoid dead loop upload 2019-12-17 19:26:52 +08:00
陈李雨声
f744690e92
fix:picture is not rendered
get the picture base64 asynchronously, resulting in no rendering
2019-12-14 18:26:25 +08:00
tangjinzhou
c14d7357b8 fix: left and right arrows of MonthPicker cannot be worked #1543 2019-12-11 21:02:31 +08:00
tanjinzhou
1f7ae756fc docs: update docs 2019-12-10 17:28:57 +08:00
tanjinzhou
dfbd183429 test: update input test 2019-12-10 17:15:36 +08:00
Eric Tian
50299632cc fix: select empty not center (#1445)
* 修复select组件在mode为multiple或tags时,下拉选项为空时样式没有居中问题

外层的.ant-select-dropdown-menu-item样式设置了padding-right:@control-padding-horizontal + 20,得到padding的值为5px 32px 5px 12px,所以里层的.ant-empty-small的样式margin-left不需要加上@control-padding-horizontal

* 添加px单位
2019-12-10 15:04:25 +08:00
Reson-a
d6234307d2 fix: memory leak of Trigger (#1483) 2019-12-10 14:53:15 +08:00
tanjinzhou
79438a8543 fix: menu error in edge #1492 2019-12-10 13:17:17 +08:00
tanjinzhou
cdc0e1a5f6 test: update upload test 2019-12-10 13:16:16 +08:00
tangjinzhou
843d9dc82f fix: password add focus blur methods #1485 2019-12-09 22:44:52 +08:00
tangjinzhou
d294328319 feat: add modal not scroll to focus position when close #1320 2019-12-09 22:34:45 +08:00
tangjinzhou
e4f83939b9 fix: body scroll when open modal #1472 2019-12-09 22:23:40 +08:00
tanjinzhou
c86a261bca fix: tooltip throws exception in some cases #1519 2019-12-06 18:18:52 +08:00
tanjinzhou
9723a6253e fix: autoComplete placeholder not hide #1506 2019-12-06 17:11:17 +08:00
tanjinzhou
197cad6c5f fix: MonthPicker value can not change when open #1510 2019-12-06 17:09:27 +08:00
Valeriy
1b78a10ee6 Push column argument to cell's customRender function call. (#1513) 2019-12-04 22:26:29 +08:00
tangjinzhou
6362bf9edb chore: vue instance 2019-12-04 22:12:38 +08:00
言肆
b2717bccda fix: tabs trigger nextClick event (#1489) 2019-12-02 14:11:02 +08:00
wangxueliang
82ea4bbb82 fix: inputNumber props id name no work #1477 2019-11-30 11:49:27 +08:00
wangxueliang
024698d5c1 fix: drawer props wrapStyle no work #1481 2019-11-30 10:52:15 +08:00
EmiyaYang
d757ac68e2 docs(table): complement params (#1486) 2019-11-29 18:37:21 +08:00
tanjinzhou
1f429c1e88 fix: body scroll when open modal #1472 2019-11-29 18:34:41 +08:00
tanjinzhou
586dc46d90 fix: menu click not trigger #1470 2019-11-28 17:32:46 +08:00
tanjinzhou
16ec40a012 fix: tooltip not hide in keep-alive 2019-11-28 17:32:27 +08:00
tanjinzhou
76c6ce6f3d feat: dialog add getDialogWrap 2019-11-27 13:55:32 +08:00
tangjinzhou
7a3c881075 feat: config-provider getPopupContainer add dialogContext 2019-11-26 22:00:30 +08:00
tanjinzhou
74f5d9f10b Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2019-11-26 15:59:45 +08:00
tanjinzhou
5e409fdb10 fix: select input width and placeholder Incorrect When typing Chinese #1458 2019-11-26 15:59:29 +08:00
tanjinzhou
309baa138a fix: config-provider throw error when use vue@2.5 2019-11-26 15:57:22 +08:00
doublehell
58c9095772 docs: Menu API Document Update (#1460)
* Update index.zh-CN.md

补充Menu文件overflowedIndicator说明

* Update index.en-US.md

补充Menu文件overflowedIndicator说明
2019-11-24 11:01:13 +00:00
tanjinzhou
910a62eb4a fix: submenu trigger double click event #1450 2019-11-21 10:49:41 +00:00
tanjinzhou
e3f867b6b1 fix: update dbclick to dblclick #1437 2019-11-20 15:49:31 +08:00
tanjinzhou
cece7332cb fix: AutoComplete can not delete last character #1429 2019-11-20 15:37:47 +08:00
zkwolf
d52ed02a18 fix: cascader input space bug (#1431) 2019-11-19 16:21:19 +08:00
Amour1688
4fa8055933 remove "。" in TreeSelect doc (#1433) 2019-11-19 16:05:46 +08:00
tanjinzhou
a857c253c9 fix: ie trigger input when set placeholder 2019-11-15 18:21:50 +08:00
tanjinzhou
6c05e25f23 feat: input not trigger input event when chinese not complete #1281 2019-11-15 16:56:28 +08:00
tanjinzhou
bad8cc0626 revert: radio style 2019-11-15 15:12:31 +08:00
PanStar
ae6aee6ce4 feat: From 组件新增 labelCol、wrapperCol (#1365)
* From 组件新增 labelCol、wrapperCol

* 1 Form 组件 types 补充
2 Button 组件 文档优化
3 Radio 组件 样式优化
2019-11-15 15:10:33 +08:00
张晨成
3136e5964f feat(tree): 添加form-props-'replaceFields'字段 (#1395)
* feat(tree): 添加form-props-'replaceFields'字段

* test: add test file

* docs: 修改实例名称
2019-11-15 15:05:38 +08:00
tanjinzhou
5e27ff8da4 feat: update tree doubleclick to dbclick 2019-11-15 13:03:59 +08:00
tanjinzhou
b552450d9a docs: update table doubleclick to dbclick #1397 2019-11-15 12:59:29 +08:00
tanjinzhou
cdcae1b39f fix: input bug at ie9 #1421 2019-11-14 19:19:24 +08:00
hzGotB
45eb4be22a fix: table style (#1370) 2019-11-12 11:50:18 +08:00
tanjinzhou
12302b7ae7 fix: dropdown disabled not work #1400 2019-11-12 11:16:49 +08:00
言肆
d8ac932947 fix: select labelInValue validator prop type error (#1393) 2019-11-08 11:13:59 +08:00
zkwolf
094f0325d9 fix: comment render nest style bug (#1389) 2019-11-07 11:30:26 +08:00
tanjinzhou
d6bf99b279 test: update snap 2019-10-30 16:55:01 +08:00
tanjinzhou
a8ff2ed73e fix: set icon focusable="false" #1358 2019-10-30 16:42:01 +08:00
tanjinzhou
e7c71dc0b2 feat: progress format support v-slot #1348 2019-10-30 16:38:15 +08:00
tanjinzhou
c33965d6e6 fix: CheckBox.Group throw error when update value to undefined #1360 2019-10-30 16:37:19 +08:00
tanjinzhou
2e9b3000ac fix: type check failed #1356 2019-10-30 16:36:23 +08:00
tanjinzhou
af666b8bce perf: optimization menu 2019-10-30 16:34:41 +08:00
wangweijun0418
e1b126cbdd 间距margin重置的bug (#1353) #873
* 间距margin重置的bug

* Update index.less

解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。
2019-10-30 11:13:06 +08:00
tanjinzhou
755517eb80 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2019-10-25 19:38:29 +08:00
tanjinzhou
a4c2a0e020 fix: Auto complete dropdown flickers #1327 2019-10-25 19:38:04 +08:00
wangxueliang
7c9fc40cde fix: loading icon not center #1337 2019-10-25 10:39:20 +08:00
tangjinzhou
1208649a9e fix: Auto complete dropdown flickers #1327 2019-10-25 00:04:47 +08:00
tanjinzhou
88a9845ddc fix: simple Pagination input not work #1333 2019-10-24 18:50:51 +08:00
wangxueliang
24fd488b56 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2019-10-22 15:11:04 +08:00
wangxueliang
3d8d78eea6 fix: item not active when set mode year #1321 2019-10-22 15:08:43 +08:00
tanjinzhou
041839b901 fix: throw error when use slot at template 2019-10-22 12:45:30 +08:00
zkwolf
5d3353be6b fix: input style bug (#1322) 2019-10-22 10:57:20 +08:00
tanjinzhou
8be7ec96a2 fix: pagination keyup enter not work #1316 2019-10-21 17:36:06 +08:00
tanjinzhou
b5cd32aa1a fix: Radio.Group triggers multiple change callback issues #1280 2019-10-18 13:05:35 +08:00
言肆
a0c887479a fix: pretter Line progress style (#1310) (#1311) 2019-10-18 10:21:04 +08:00
tanjinzhou
5e4df25ee1 test: update table test 2019-10-17 19:27:21 +08:00
tanjinzhou
723b6c6cf6 feat: input add focus when click clear button 2019-10-17 19:26:58 +08:00
tanjinzhou
8820a184e2 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2019-10-17 18:55:37 +08:00
zkwolf
c4f668b402 fix: input clear style (#1297) 2019-10-17 18:52:10 +08:00
tanjinzhou
6893848eb0 style: format password 2019-10-17 18:49:33 +08:00
wangxueliang
725a7f516f test: update snapshots 2019-10-17 18:03:52 +08:00
wangxueliang
536887a7a7 fix: input-password input-search no work 2019-10-17 17:59:23 +08:00
wangxueliang
5178480d13 fix: table demo & update snapshots 2019-10-17 13:42:03 +08:00
tangjinzhou
8a363ca654 fix: progress strokeWidth not work 2019-10-16 23:33:38 +08:00
tangjinzhou
35a65bc74c fix: form initialValue is not defined #1291 2019-10-16 23:08:29 +08:00
tanjinzhou
b6656797fc fix: radio emit two change event #1280 2019-10-16 14:47:49 +08:00
tanjinzhou
3b45c7e128 fix: browser suspended when form-item is slot #1271 2019-10-14 15:49:40 +08:00
liufushihai
af33c68f0c docs: update colspan-rowspan.md (#1272) 2019-10-13 20:08:19 +08:00
tangjinzhou
f7a57fe170 feat: add link button 2019-10-11 22:05:02 +08:00
tanjinzhou
6c9de7146c fix: table warning #1267 2019-10-11 18:25:23 +08:00
zkwolf
598f41f098 fix: get slot bug (#1256) 2019-10-09 19:07:35 +08:00
tanjinzhou
6b3de60163 doc: add faq about date-picker mode="year" 2019-10-09 19:03:53 +08:00
tanjinzhou
d2784465c2 fix: carousel type error warning 2019-10-09 18:39:09 +08:00
tanjinzhou
b5d4dfd30f style: format demo 2019-10-09 18:32:23 +08:00
tangjinzhou
6f05a983c4 Merge branch 'master' into feat-1.4.0 2019-09-29 20:47:05 +08:00
zkwolf
495db37086 fix: Select OptGroup title slot bug (#1236)
* fix: Select OptGroup title slot bug

* test: update snapshot
2019-09-29 18:24:15 +08:00