偏右
47e23d4137
Add expandIcon for Collapse ( #14060 )
close #14058 #12212
6 years ago
wx1322
7faae1ada5
Add type definitions for Steps.Step ( #14468 )
fix #14442
6 years ago
zombieJ
0e8e2b53e4
add select check to fix edge wave issue ( #14469 )
* add select check to fix edge wave issue
fix #14466
* update style
* add comment
* rm removeAttribute
6 years ago
Ran Byron
16ec6e954e
Fix for Pagination ellipsis misalignment ( #14473 )
6 years ago
eidonjoe
5d025522e8
fix transfer ref ( #14441 )
* fix transfer ref
* delete transfer list search ref
6 years ago
ztplz
8cce556309
Add onMouseEnter and onMouseLeave for Menu Item ( #14454 )
fix #14357
6 years ago
zombieJ
9a8e3dd609
update snapshot ( #14467 )
6 years ago
Kasra Bigdeli
4e116962f2
Updating type: TreeSelectProps.getPopupContainer ( #14443 )
TreeSelectProps extends AbstractSelectProps. However, the method signatures are different causing compilation issue with typescript:
```
Failed to compile.
/home/kasra/Desktop/Repos/frontend/node_modules/antd/lib/tree-select/interface.d.ts
Type error: Interface 'TreeSelectProps' incorrectly extends interface 'AbstractSelectProps'.
Types of property 'getPopupContainer' are incompatible.
Type '((triggerNode: Element) => HTMLElement) | undefined' is not assignable to type '((triggerNode?: Element | undefined) => HTMLElement) | undefined'.
Type '(triggerNode: Element) => HTMLElement' is not assignable to type '(triggerNode?: Element | undefined) => HTMLElement'.
Types of parameters 'triggerNode' and 'triggerNode' are incompatible.
Type 'Element | undefined' is not assignable to type 'Element'.
Type 'undefined' is not assignable to type 'Element'. TS2430
24 | rootPId?: string;
25 | }
> 26 | export interface TreeSelectProps extends AbstractSelectProps {
| ^
27 | autoFocus?: boolean;
28 | defaultValue?: string | number | Array<any>;
```
6 years ago
ztplz
be51df6c4c
Format
6 years ago
ztplz
2d5b625177
Fix the bug that radio onchange will be ovrride by radioGroup onchange ( #14364 )
* Fix the bug that radio onchange will be ovrride by radioGroup onchange
* Update
* Remove unused comment
* Add tests
* Update
6 years ago
zombieJ
283187761a
progress all support successPercent ( #14412 )
close #14332
6 years ago
zombieJ
7ed045ce57
fix prefixCls of empty go to div ( #14404 )
close #14403
6 years ago
zombieJ
1e7b3de159
update snapshot ( #14406 )
6 years ago
zombieJ
5a1119f37d
add radius on table-placeholder to fix table small size border clip ( #14398 )
fix #14388
6 years ago
zombieJ
321117c5e8
fix style of Input.Search with enterButton ( #14397 )
fix #14396
6 years ago
richardison
2a99fe713a
Add missing type on table definition ( #14392 )
6 years ago
zombieJ
343a7a9c3a
remove ul when list is empty ( #14390 )
6 years ago
TomIsion
44005529db
getPopupContainer callback param should be optional
6 years ago
zhaopeidong
21ca7895fb
fix table ColumnProps interface
6 years ago
Hal-pan
692392d320
fix test case
6 years ago
Hal-pan
7c5083f4fa
add test case
6 years ago
Hal-pan
4ac517d610
fix upload remove
6 years ago
zombieJ
8c5683d316
update rc-tabs to support customize node ( #14368 )
close #9990
6 years ago
zombieJ
4ea65d36da
add missing style copy ( #14375 )
6 years ago
zombieJ
439c5ac29c
fixed the css in input-number ( #14373 )
fix #14367
6 years ago
信鑫-King
8896f7b4af
feat: select border less param ( #14348 )
6 years ago
zombieJ
04111fb40e
Support date format in locale ( #14340 )
* use locale format
* remove monthFormat
* use locale format
* add test case
6 years ago
afc163
9202509503
💄 fix slider focus style
6 years ago
ztplz
8abfcdd30a
Correct type
6 years ago
ztplz
46a7a048dc
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
6 years ago
afc163
766eafbb5f
🐛 Revert #14157 to resolve input icon missing
close #14310
6 years ago
afc163
e39de50b4a
🔨 tweak typescript types
6 years ago
chunlea
1f87132b36
FIX: correct typings for EmptyProps in Empty Component
6 years ago
ztplz
0b8fadd24c
Update
6 years ago
ztplz
ab2dd31087
Add types for warning
6 years ago
ztplz
2ec3c37c42
Add bodyStyle for drawer
6 years ago
Yangzhedi
0e1564f499
fix(modal): add forceRender interface
6 years ago
Simo Aleksandrov
462819c5d9
Translate Input.Password properties
6 years ago
诸岳
00102d4278
ts: Extend ListItemProps from native div element attributes, close #14171
6 years ago
afc163
a075c90321
🐛 Fix Modal.confirm wrong align in small screen
close #14279
6 years ago
Thomas
df65240094
feat: Add transitionName and maskTransitionName for Modal.method ( #14273 )
6 years ago
ztplz
689f32a07f
Remove the border when drawer has no title
6 years ago
tangjinzhou
13ee0ad52f
should not call afterClose when change visible from false to true
6 years ago
Yangzhedi
41e2103c80
test(date-picker): add date-picker not auto focus test
6 years ago
Yangzhedi
319949ee1a
fix(date-picker): fix open judgement
6 years ago
Yangzhedi
ee1beaa459
fix(date-picker): fix open prop
6 years ago
Yangzhedi
f52b087194
fix(date-picker): fix focus
6 years ago
zombiej
8f9f5843eb
update snapshot
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago