偏右
18c4b085ba
style: 💄 fix Pickers wrong animation direction ( #27101 )
* style: fix Pickers wrong animation direction
* style: reduce css bundle size
4 years ago
偏右
4bf062c2a8
test: fix test cov ( #27065 )
* test: ✅ upload and form
* refactor: tooltip always evaluates to true
4 years ago
xrk
cf717225d1
fix: upload rtl style ( #26961 )
4 years ago
偏右
83ddfb807e
test: ✅ Enable transition and animation in jest ( #26571 )
* test: ✅ add test cases to increase coverage
* test: fix snapshot
* fix: test node envioronment
* fix: test node envioronment
* fix test case
* test: refactor menu test cases
* test: update test code style
* test: add more menu test cases
* add comment
* test: update snapshot
* fix: alert test case
* fix: form onLeaveEnd test cov
* test: fix button click wave test cases
* chore: clean up snapshots
4 years ago
Kermit Xuan
7f7fe176e1
feat(upload): support itemRender ( #26333 )
4 years ago
afc163
0de1358924
test: ✅ fix eslint jest rules
4 years ago
Michael Waddell
add02767f0
Feat: Support callbacks for removeIcon and downloadIcon in Upload ( #26684 )
* updated to support callback function
* fixing compilation errors
* feat: add support for per-file callbacks in Upload removeIcon and downloadIcon
* Update components/upload/index.en-US.md
Added version
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
* docs: Changed `React.ReactNode` to `ReactNode`
* docs: Added version in CN documentation
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
4 years ago
二货机器人
8ab74cbe0e
test: Fix Upload test case ( #26638 )
* test: Fix test case
* clean up
4 years ago
二货机器人
c58135fd46
fix: Align motion match ( #26628 )
* fix: Align motion match
* bump rc-motion
* lock rc-trigger version
* update snapshot
4 years ago
二货机器人
a26517f9ab
fix: Controlled multiple files upload list sync ( #26612 )
* init hooks
* Use raf to sync list
* clean up
4 years ago
Alex
bf45c4c1b0
style: 💄 className prop ordering #26594 ( #26602 )
close #26594
4 years ago
Pengsha Ying
b4c0978068
fix(upload): adjust type declaration for the onError of customRequest ( #26601 )
4 years ago
二货机器人
88ae028321
fix: Upload controlled issue ( #26481 )
* fix upload sync
* add test case
* rm only
* update snapshot
* fix test case
4 years ago
Ben Callaway
852fad9e3b
fix: Add missing properties to ShowUploadListInterface ( #26406 )
4 years ago
偏右
24a86df257
style: 💄 fix Upload picture-card button style ( #26367 )
* style: fix Upload picture-card button style
close https://github.com/ant-design/ant-design/issues/26317
close #23339
* style: tweak Upload list animation
close #22386
* fix snapshot change
* docs: update Upload demos
* add test case
* update form demo
* fix test case
4 years ago
Kermit Xuan
d8215589de
fix(upload): props type declaration ( #26347 )
* fix(upload): props type declaration
* fix lint
* chore: add type test case
4 years ago
Kermit Xuan
f98e3eee25
refactor: optimize code stle ( #26270 )
4 years ago
Kermit Xuan
ee50fe7952
refactor(upload): rewrite with hooks ( #26196 )
* refactor(upload): rewrite with hooks
* refactor: optimize code style;
chore(dragger): add forwardRef;
* fix: lint
* fix: trigger ci
* fix: lint
* chore: add test case
4 years ago
偏右
86f6b5f0bc
docs: improve code demo box style ( #26242 )
* docs: improve code demo box style
* chore: update lighthouse.yml
* use node 14
4 years ago
afc163
fa9316f78c
docs: info about Upload file.status
4 years ago
偏右
d02290c922
Update index.zh-CN.md
4 years ago
afc163
7502d84d15
docs: fix demo typo
4 years ago
afc163
5447db9239
docs: 🎬 add Upload demo about beforeUpload usage
4 years ago
Albert Zhang
cf9c08aca4
fix: customRequest file interface ( #25598 )
4 years ago
xrkffgg
efdbb21f08
docs: reduce demo transfer/upload ( #25487 )
4 years ago
Albert Zhang
6f2aa5afb7
fix: show thumbnail for non-image files by upload onChange ( #25432 )
4 years ago
xrkffgg
1503a58aee
docs: format api timepicker/transfer/upload ( #25351 )
4 years ago
偏右
2b4d049921
fix: Upload don't support Popover ( #25090 )
close #25077
4 years ago
xrkffgg
a5f3ac8348
docs: unite boolean in site ( #25058 )
* docs: unite boolean in site
* fix demo
* fix boolean
* add
* add
* add
5 years ago
Miclle Zheng
3d51c801e6
Upload support patch method ( #24936 )
5 years ago
Arvin Xu
dda650cc7b
docs: Update components cover ( #24744 )
* docs: Update components cover
#24629
* docs: Update components cover
5 years ago
Teng YANG
19ca646ef3
fix : #24519 Upload delete icon cannot be navigate via keyboard ( #24615 )
* fix: Upload delete icon cannot be navigate via keyboard
* update Upload style dependencies
5 years ago
偏右
b95207d58e
Revert "fix: make upload action buttons focusable ( #24604 )" ( #24608 )
This reverts commit 8e20fe6779
.
5 years ago
偏右
882cec62d6
docs: 🌈 Add Components overview page ( #24491 )
* docs: Add components overview page
* fix detail
* remove ContributorsList form overview page
* fix components url
* improve code style
* remove extra file
* fix detail
* fix lint
* fix lint
* docs: Finish components overview page
* fix lint
* docs: Update cover
* fix lint
* update cover
* update menu
* improve overview page
* refactor code
* fix order
* update title
* add components count
* fix overview page ssr bug
* move less file
* update title margin
Co-authored-by: arvinxx <arvinx@foxmail.com>
5 years ago
Teng YANG
8e20fe6779
fix: make upload action buttons focusable ( #24604 )
5 years ago
Kermit Xuan
9b8e0bb908
feat(upload): data support return Promise( #22529 ) ( #24546 )
5 years ago
Tom Xu
cea0e45671
docs: improve upload ( #24482 )
5 years ago
Teng YANG
b264589b77
fix: enhance upload custom progress bar ( #24339 )
* enhance customize progress bar in upload
- fix progress bar `type` could be overridden
- update demo
* update docs in upload customize progress bar
* update docs in upload
5 years ago
偏右
0f93896f0b
fix: Upload type missing ( #24325 )
close #24229
5 years ago
Teng YANG
ac50fa147c
feat: resolve #24213 customize progress bar in upload ( #24319 )
* feat #24213 : customize progress bar in upload
* update doc for customize progress bar in upload
5 years ago
南小北
bfd5644ff0
Add crop image demo for Upload ( #24174 )
* chore: add antd-img-crop
* docs: add crop image demo for upload
* fix: move antd-img-crop to devDependencies
* fix: fix eslint warning
* test: update snapshot
5 years ago
xrkffgg
8cb146becd
style: adjust upload error icon ( #24160 )
* fix: adjust uoload error icon
* use less var
* use antd-color
* fix: adjust uoload error icon
* use less var
* use antd-color
* up snap
* fix package
* use svg fill
* fix error
* Update components/upload/style/index.less
Co-authored-by: 偏右 <afc163@gmail.com>
* Update components/upload/style/index.less
* fix fill
* fix snap
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
偏右
a820046130
fix: Upload.Dragger triggered by label when disabled ( #24202 )
* refactor Dragger.tsx
* 🐛 Avoid disabled Upload.Dragger being triggered by label
close #24197
5 years ago
二货机器人
2afab58ac8
chore: small bundle size follow up ( #24164 )
* update config
* replace react function
* fix alert
5 years ago
二货机器人
2e284aa017
chore: small bundle size ( #24135 )
* update warning
* rm warning
* replace with dev warning
* fix test
* fix site
* Update webpack.config.js
Co-authored-by: 偏右 <afc163@gmail.com>
* Update webpack.config.js
* fix sytax
* adjust
* move into function
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
mraiguo
28f71921ea
fix: Tooltip in Upload components location error ( #24001 )
5 years ago
Amazing Turtle
5c1257d726
docs: Remove deprecated supportServerRender doc
5 years ago
Amazing Turtle
83dcc0016f
Update index.zh-CN.md ( #23824 )
Remove deprecated supportServerRender doc
5 years ago
chenlei
b57c000678
docs: Fix Upload index.en-US.md ( #23781 )
* docs: fix Upload index.en-US.md
* docs: update Upload index.zh-CN.md
5 years ago
zefeng
14417f1614
feat(theme): adjust font-size in compact mode ( #23135 )
* feat(theme): adjust font-size in compact mode
With compact theme mode, we adjust default font-size from 14px to 12px.
Closes #23015
* patch: update docs min font-size
* patch
* patch
* patch
* patch
* patch
* patch
5 years ago