Shawn Sit
|
d2b7c4f2ec
|
docs: Translation popconfirm (#3205)
* doc translation
* translation enhancement
* translate demos
|
8 years ago |
thewei
|
8b7d013116
|
Update index.tsx (#3206)
fixed Upload export name
|
8 years ago |
ImJoeHs
|
ea5386994d
|
fix table filter type (#3193)
* fix table filter type
* 'fix'
* update
|
8 years ago |
feng zhi hao
|
c0527f8b66
|
chore: complete declaration in Tabs and Select (#3183)
|
8 years ago |
Benjy Cui
|
92fb8f266f
|
docs: add docs for Mention[prefix], close: #3184
|
8 years ago |
LongYinan
|
5cf81a96e4
|
style: clean export codes
|
8 years ago |
afc163
|
1a9fef5d2a
|
reinforcement button clicked animation
|
8 years ago |
Benjy Cui
|
d8e9fff5ba
|
deps: upgrade dependencies, close: #3161 (#3162)
* deps: upgrade dependencies, close: #3161
* css: update style for DatePicker[showTime]
|
8 years ago |
广彬-梁
|
a7ba9004e1
|
fix: record key bug (#3166)
|
8 years ago |
feng zhi hao
|
bb22f7864b
|
fix: improve declaration (#3167)
* improve declaration
* remove id props in row
|
8 years ago |
Benjy Cui
|
87753482bf
|
style: update code style to please lint, close: #2811
|
8 years ago |
afc163
|
f0de230192
|
fix wrong type of Step[icon]
|
8 years ago |
Benjy Cui
|
4663995f69
|
fix: should follow the targetKeys' order, close: #3152
|
8 years ago |
Benjy Cui
|
feb7a88c09
|
fix: should generate style/css for BackTop, close: #3153
|
8 years ago |
Benjy Cui
|
28d5b49f9e
|
site: update details
|
8 years ago |
kvetoslavnovak
|
a9afd5cd17
|
docs: Mention Basic Use - English translation (#3137)
|
8 years ago |
kvetoslavnovak
|
069b5963db
|
docs: Mention Controlled Mode - English translation (#3136)
|
8 years ago |
kvetoslavnovak
|
2ccda65957
|
docs: Mention Icon Image - English translation (#3135)
|
8 years ago |
kvetoslavnovak
|
150d4e6dbb
|
docs: Mention Customize Suggestion - English translation (#3134)
|
8 years ago |
kvetoslavnovak
|
b5a0ad0a67
|
docs: Mention Asynchronous loading - English translation (#3133)
|
8 years ago |
kvetoslavnovak
|
ff42c08ebe
|
docs: Switch the menu type - English Translation (#3132)
|
8 years ago |
kvetoslavnovak
|
892b815c4a
|
docs: Menu Themes - English Translation (#3131)
|
8 years ago |
kvetoslavnovak
|
533ae0393b
|
docs: Vertical menu - English translation (#3130)
|
8 years ago |
kvetoslavnovak
|
9c2b346950
|
docs: Open current submenu only - English translation (#3129)
|
8 years ago |
kvetoslavnovak
|
5753f14b85
|
docs: Vertical menu with children - English translation (#3128)
|
8 years ago |
afc163
|
8f41b66253
|
Fix strange button style bug in chrome 53, close #3031
|
8 years ago |
afc163
|
c0c00fbcd0
|
Fix strange button style bug in chrome 53, close #3031
|
8 years ago |
Benjy Cui
|
2bc2ccc9c4
|
feat: AutoComplete.Option should be children, close: #3106 (#3120)
|
8 years ago |
Benjy Cui
|
10b24ed77c
|
fix: should pass className to Wrapper, close: #3119
|
8 years ago |
Benjy Cui
|
50e978de53
|
fix: should show all the uploaded files, close: #3113 (#3117)
|
8 years ago |
kvetoslavnovak
|
afefa3fc31
|
docs: English translation (#3114)
|
8 years ago |
kvetoslavnovak
|
1fa710a911
|
docs: Top Navigation Example - English translation (#3116)
|
8 years ago |
Benjy Cui
|
949907231b
|
docs: udpate demo detail, close: #3111
|
8 years ago |
afc163
|
44372760a1
|
update form demo style
|
8 years ago |
afc163
|
1bd39692e9
|
adjust error message margin style in FormItem
|
8 years ago |
afc163
|
11b019667c
|
Fix badge props, close #3109
|
8 years ago |
Benjy Cui
|
c1d71acfc7
|
docs: update demos of AutoComplete, close: #3106
|
8 years ago |
Benjy Cui
|
247757f63f
|
css: fix RangePicker's style
|
8 years ago |
Benjy Cui
|
bd7e9f00c0
|
style: update code style
|
8 years ago |
Benjy Cui
|
3f67fd3f9f
|
docs: update docs details
|
8 years ago |
Marius Ileana
|
4139dc3c8a
|
docs: BackTop - demos - english translation (#3081)
* BackTop - basic demo - english translation
* BackTop - custom demo - english translation
* BackTop - basic demo - english translation - fix
* BackTop - custom demo - english translation - fix
|
8 years ago |
feng zhi hao
|
a4be70334d
|
chore: fix some error declaration (#3099)
|
8 years ago |
ddcat1115
|
602000f1a1
|
feat: Table suport indeterminate checkbox (#3074)
* Table suport indeterminate checkbox
* Table support indeterminate Checkbox
|
8 years ago |
Benjy Cui
|
f04b65b25e
|
fix: should pass style to upload correctly, close: #3072
|
8 years ago |
Benjy Cui
|
9b99c3886d
|
fix: spin should mask content, close: #3091
|
8 years ago |
ddcat1115
|
3958eb4771
|
fix #3076 (#3086)
fix demolint
|
8 years ago |
afc163
|
69cdf22b42
|
Allow indicate expandIconColumnIndex in Table, close #3055
|
8 years ago |
马金花儿
|
3d187d00a1
|
feat: 为Modal组件的confirm、success、error、warning、info 子组件增加快捷键,模仿原生体验。 (#3061)
* Add hotkey for Modal.confirm
* Optimize
* 重构快捷键逻辑
* 根据CR 进一步优化逻辑
* timeoutId 改为非强制
* Update confirm.tsx
* 使用 onCancel 回调代替 onClose,并修改 onCancel 注释。
* 修改注释
|
8 years ago |
Benjy Cui
|
31615c9793
|
feat: support disabled item for Transfer, close: #3038 (#3044)
* feat: support disabled item for Transfer, close: #3038
* refactor: Transfer
|
8 years ago |
afc163
|
4a756405d4
|
Add two less variables
|
8 years ago |