ztplz
45dc160701
Update
6 years ago
ztplz
f2ac516c87
Update
6 years ago
ztplz
b74038a4da
Correct Input demo style
6 years ago
zombieJ
48900955f8
Warning Input by: add or remove prefix / suffix when Input is focused ( #14948 )
* todo
* add warning
* add FAQ
* fix typo
6 years ago
zombieJ
c80136a9a7
New Component: Typography ( #14250 )
* text with prefix
* add edit style
* support editable
* enhance accessibility & type experience
* optimize IME case
* support copy
* add locale
* add secondary & disabled
* add ellipsis shadow text
* split to 3 components
* update snapshot
* update desc
* change lines also need update ellipsis
* skip aria when is in ellipsis
* add ResizeObserver in _util
* update snapshot
* move TestBase into test file
* update test case
* update doc
* fix typo
* important => level
* use rows
* update demo cols to 1
* fix cssText not work in firefox
* update doc
* add miss point
* support extendable
* update snapshot
* fix doc
* copyable support string
* update snapshot
* update doc
* update doc desc
* adjust style
* full test
* reset after test
* rename
* update snapshot
* fix compile
* adjust style
* update desc
* update prefixCls
* update margin
* adjust
* nest wrap of tag content
* adjust style
* update comment
* rm %
* one more thing
* tmp of measure
* merge string as children
* update snapshot
* update testcase
* remove comment
* use internal variable for configProvider passing
* update snapshot
* use expandable instead of extendable
* less variable it
* update demo
* update less
* adjust code & mark style
* remove mark padding
* update measure logic
* support nest element style
* use childNode.textContent to fix react 15 error
* update css
* popout Typography
* add link style
* adjust doc
* use ellipsis instead of rows & expandable
* update doc
* update doc
* update doc & style
* fix typo
* add css ellipsis support
* client render
* update snapshot
* enhance copyable
* support onExpand
* update test case
* add test of css ellipsis
* fix logic in react 15
* rename onChange -> onSave
* use tagName of article
* fix lint
6 years ago
zombiej
eddfbd5f51
only affect addon & suffix
6 years ago
zombiej
fcc3820545
adjust input style
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
zombieJ
47e53ab0fe
Fix Input.Search not support addonAfter ( #14799 )
* fix addonAfter
* update snapshot
6 years ago
zy410419243
bf4560cf37
docs: fix wrong usage of comma
6 years ago
thilo-behnke
a9a6da47ed
Input: Clear icon doesn't disappear if value is null (vs undefined or empy string) ( #14733 )
* fixed issue with allowClear if value is null
* added test cases for allowClear fix
6 years ago
afc163
5de5f4c458
🐛 Fix errors in lgtm.com
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
zombieJ
5ac80c8e55
Use `addonAfter` instead of `suffix` when use `enterButton` in Input.Search ( #14461 )
fix #14450
6 years ago
zombieJ
321117c5e8
fix style of Input.Search with enterButton ( #14397 )
fix #14396
6 years ago
zombieJ
4ea65d36da
add missing style copy ( #14375 )
6 years ago
afc163
766eafbb5f
🐛 Revert #14157 to resolve input icon missing
close #14310
6 years ago
Simo Aleksandrov
462819c5d9
Translate Input.Password properties
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
诸岳
7b15f3ca03
docs: Add version description about Input.Password
6 years ago
wwwxy80s
fe12172321
hide Input clearIcon when it is not focused
6 years ago
ztplz
08ce714db2
update dep ( #14131 )
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
afc163
a86b760f85
📝 Add doc about Input[allowClear]
6 years ago
afc163
b0df3c1225
Fix input defaultValue and value
6 years ago
afc163
a7786267a7
🐛 Fix review problems
6 years ago
afc163
fab24bf38c
🐛 Fix review problems
6 years ago
afc163
d19f406f86
✅ fix onChange e.target.value when clear
6 years ago
afc163
cb57ff103b
🐛 Fix review problems
6 years ago
afc163
e6bdd3d656
✅ fix snapshot and defaultValue warning
6 years ago
afc163
f10cb764e4
fix defaultValue
6 years ago
afc163
d61ad7445a
⚡ support allowClear for Input
6 years ago
afc163
990ab8833a
✅ fix snapshots
6 years ago
afc163
b2c7c53b4c
✅ fix warning in test case
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
Teng YANG
c2d1d72675
Fix #13529 input group compact border color issues ( #13550 )
fix #13529
6 years ago
陈帅
58ac28077c
Revert "Revert "Revert "Use less @plugin" ( #13613 )" ( #13621 )" ( #13622 )
This reverts commit f47aa91c5e
.
6 years ago
陈帅
f47aa91c5e
Revert "Revert "Use less @plugin" ( #13613 )" ( #13621 )
This reverts commit 2c79d2a7c1
.
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
陈帅
2c79d2a7c1
Revert "Use less @plugin" ( #13613 )
6 years ago
zombiej
2029762297
replace components colors
6 years ago
Teng YANG
6b94bd0bb4
Fix customize border-width problem in input group compact mode ( #13534 )
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zy410419243
434205d216
test: update snapshots
6 years ago
zy410419243
bcefe82ee4
test: update test case
6 years ago
zy410419243
1638a629f4
feat: add visibilityToggle to control whether Icon show
6 years ago
zy410419243
9b934e80c0
style: remove indent
6 years ago
zy410419243
6ee39b26a9
pref: fix codecov problem
6 years ago
zy410419243
113231c5df
pref: fix codecov problem
6 years ago