叶枫
d50a8e66fb
fix: Upload drag demo ( #30259 )
4 years ago
二货机器人
2140e8105b
Revert "chore: Upload BugContext ( #30250 )" ( #30273 )
This reverts commit c82eea7114
.
4 years ago
二货机器人
c82eea7114
chore: Upload BugContext ( #30250 )
* chore: BugContext
* update comment
* only inject uploading fileList
4 years ago
hello-chinese
a836b582ab
fix(upload): type definition of beforeUpload ( #30213 )
4 years ago
Kermit
1f1aa86441
fix(upload): should work correctly when url of file is null ( #30215 )
* fix(upload): should work correctly when url of file is null
* fix: lint
4 years ago
hello-chinese
7be721b663
fix(types): Update Typescript definition Upload ( #30188 )
4 years ago
wangao
e4e5cc66e9
fix(upload): `file` in `fileList` should get `uid` at first ( #30087 )
* docs: delete info log in tree examples
* fix: make check-ts-demo work
* fix(upload): fileList should add uid at first
* revert(docs): revert delete log(info)
* style: delete unused test utils
4 years ago
二货机器人
8e885a7e08
fix: Not try to modify lock file ( #29944 )
4 years ago
zombiej
a1baecbd2f
test: Always wait for motion ended
4 years ago
einq7
4f52d7f964
docs: fix typography mistake in Upload section ( #29912 )
4 years ago
Jojo Narte
a98e4fc907
fix: (Upload) stopPropagation on file drop ( #29832 )
Call e.stopPropagation on file drop to support nested drag and drop upload use-cases
4 years ago
Kermit
7fdfa4e64d
fix(upload): beforeUpload type declaration ( #29766 )
* fix(upload): beforeUpload type declaration
* chore: update doc
4 years ago
xrkffgg
135f39ddd4
Update components/upload/index.zh-CN.md
4 years ago
xrkffgg
d05112427a
Update components/upload/index.en-US.md
4 years ago
Eric Lee
55aa0f457b
code review
4 years ago
陈帅
c673cde7de
merge Feature into master ( #29758 )
* feat: add onCancel and onEnd option for editable (#29615 )
* feature: add onCancel and onEnd option for editable
* doc: editable
* doc: add EN doc
* optimize: code
Co-authored-by: chenliang <chenliang9@xiaomi.com>
* feat: add parent class for different notification types (#29634 )
close #29417
* refactor: Upload use origin behavior (#29737 )
* refactor: Fallback of events
* test: Fix test case
* fix: Start file update logic
* fix: remove status update
* test: Remove wrapTest
* test: Fix test case
* chore: bump rc-upload
* docs: About desc
* feat: tab support moreIcon (#29744 )
* feat: Tabs support moreIcon
* docs: Tabs support moreIcon
* style: lint
* docs: add english document
* Update components/tabs/index.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.zh-CN.md
* Update components/tabs/index.en-US.md
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: zty <zty.dev@icloud.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jueinin <1014397160@qq.com>
Co-authored-by: chenliang <chenliang9@xiaomi.com>
Co-authored-by: 不吃猫的鱼 <michael2ib1989@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: Tianyuan Zhang <tianyuan233.zhang@gmail.com>
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: zty <zty.dev@icloud.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
4 years ago
Eric Lee
02e0611412
docs: Update Upload Docs
4 years ago
二货机器人
37bff5d5fd
refactor: Upload use origin behavior ( #29737 )
* refactor: Fallback of events
* test: Fix test case
* fix: Start file update logic
* fix: remove status update
* test: Remove wrapTest
* test: Fix test case
* chore: bump rc-upload
* docs: About desc
4 years ago
二货机器人
a4a009cb62
fix: Lodash can clone FileProxy ( #29718 )
* fix: Lodash can clone FileProxy
* fix: Proxy content
* clean up
* fix lint
* test: get keys
* test: Update coverage
* back of demo
4 years ago
afc163
547f87ebfe
chore( 🆙 ): upgrade react-dnd in table and upload demo ( #29724 )
4 years ago
二货机器人
ca52defcbf
fix: Internal upload list should always keep ( #29702 )
4 years ago
二货机器人
6169ecdf86
chore: Upload add deadline ( #29686 )
4 years ago
zombiej
1c461ecab4
docs: Update upload faq
4 years ago
afc163
9973228fe1
chore: remove console.log
4 years ago
二货机器人
ef4b67d4c4
fix: onChange should always return proxy file ( #29627 )
4 years ago
二货机器人
3c7030acb9
fix: Upload `originFileObj` not correct ( #29614 )
* fix: Upload should always return new file proxy
* test: Test case
4 years ago
Tom Xu
e5d908a078
docs: format api ( #29537 )
4 years ago
二货机器人
dc9535acdc
test: Back of Upload test coverage ( #29524 )
4 years ago
二货机器人
79f8fece4b
refactor: Upload use batch start ( #29474 )
* chore: Update Upload version
* useMergedStatus
* fix file list parser
* fix list replacement
* bump rc-upload
* add Upload.LIST_IGNORE
* support LIST_IGNORE
* fix uploadList batch test
* test: fix batch case test case changed
* test: Finish test case
* fix: Not change uid if exist
* use proxy
* fix proxy
* fix ts
* part test case check
* more test back
* back of test all
* update test case
* more unmount
* adjust test cae
* add unmount
4 years ago
afc163
76434a15df
chore( 🆙 ): upgrade devDeps ( #29418 )
* chore(🆙 ): upgrade devDeps
* prettier code
* fix dnd demo
* fix react-dnd demo
* fix npm start and demo tsx compile
* fix snapshot
4 years ago
afc163
99c2c2ff0b
refactor: use optional chaining instead of if ( #29368 )
* refactor: use optional chaining instead of if
* revert some code
4 years ago
叶枫
6e89866694
feat: 动画样式添加 prefix ( #29268 )
* feat: add prefix
* fix: 剩余
* fix: test
* fix: test
* fix: test
* fix: test
* fix: 传了 name 则使用传的
* fix: pop 添加 prefix
* fix: Ok OK ?
* fix: modal confirm
* fix: select
* fix: test
4 years ago
偏右
9daf50f3a9
test: fix codecov 100% ( #28892 )
4 years ago
Dave
97796a45b6
feat(upload): support Error obj (message) ( #28716 )
4 years ago
二货机器人
38bead8724
chore: Auto fill uid ( #28832 )
* chore: Auto fill uid
* docs: More desc
4 years ago
mumiao
2f5d3f0418
fix: upload fileList with immuable data ( #28636 )
* fix: upload fileList with immuable data
* perf: optimize code
* ci: fix lint error
* feat: reduce cycles counts
* feat: reduce cycles counts
* ci: fix lint error
* ci: fix lint error
4 years ago
偏右
0223e2ed5a
chore( 🆙 ): upgrade less to 4.0.0 ( #28466 )
* chore(🆙 ): upgrade less to 4.0.0
* chore(🆙 ): upgrade bisheng to 3.0.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix progress font size
4 years ago
Chan Qin Liang
263d8ec8e8
Include parenthesis on mixin calls to support less 4.0.0 ( #28465 )
4 years ago
YanYuan
0721ef3cfb
fix: fix warning of transformFile prop for upload ( #28455 )
4 years ago
二货机器人
55e0d13234
chore: Add demo tsx check ( #28389 )
* chore: Add demo tsx check
* chore: Prettier
* chore: Fix lint
* fix: Upload ts definition
* chore: Demo onlt
* docs: Fix demo
* chore: Add CI action
* chore: Use real name
* chore: fix ts define
* chore: fix more ts
* chore: fix more ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: Update all rest TS demo
* fix test case
4 years ago
二货机器人
d18e9b99d0
feat: Upload support `maxCount` ( #28367 )
* feat: Support maxCount
* docs: Add demo
* test: Add test case
4 years ago
二货机器人
e63856ba9c
docs: Remove Upload `transformFile` prop ( #28365 )
* chore: Remove `transformFile` in doc
* clean up
* update snapshot
4 years ago
dependabot[bot]
775d1800bb
chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 ( #28253 )
* chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix eslint style
* chore: prettier code style
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
CodingYingYingYing
e0c19e4a3d
fix: 修改beforeUpload ts定义 ( #27946 )
Co-authored-by: zhoubingling.00 <zhoubingling.00@bytedance.com>
4 years ago
Tom Xu
ea85335ca1
refactor: remove not use code ( #27926 )
4 years ago
二货机器人
388edca10b
refactor: UploadList use `rc-motion` instead of `rc-animate` ( #27923 )
* chore: Update rc-motion version
* refactor: Move item into single file
* refactor: Use CSSMotion of progress bar
* chore: part style it
* chore: slit style of pic card
* chore: RM count-x
* support appendAction back
* chore: Style smooth
* fix progress makes shaking
* docs: clean up demo
* test: Update snapshot
* test: fix test case
* fix: lint
* test: Update snapshot
* test: coverage
* clean up
4 years ago
偏右
e7bed7cff7
perf( 📦 ): upgrade @ant-design/colors and remove rc-trigger from deps ( #27761 )
* perf(📦 ): upgrade @ant-design/colors
* move rc-trigger to devDeps
* fix lint
* update snapshot
* update snapshot
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
骗你是小猫咪
6fba4d1136
test: demo -> ui test ( #24475 )
* test: demo -> ui test
* improve comment image width
* use argos-ci
* use by cicleci
* fix circle run
* rebase master
* try pipeline var
* use another branch var
* fix commit id
* ignore image test file
* remove useless report
* fix test coverage
4 years ago
JuniorTour
75d4fdb3f1
feat: change object-fit of UploadList to contain ( #27312 )
4 years ago
Tom Xu
d44f404eae
docs: sort api ( #27251 )
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
4 years ago