Commit Graph

7 Commits

Author SHA1 Message Date
Aigio L
5c8b0e4f40
fix(module: upload): add webp ext and custom image extension (#2626) 2022-08-19 19:05:17 +08:00
scugzbc
186381a366 fix(module: upload): match more image file suffixes (#2321) 2022-03-04 23:53:21 +08:00
berkerdong
61a653579f fix(module: upload): IsPicture bug (#2049)
* fix #1987 IsPicture bug

* Optimize image judgment method

* Optimize picture type Judgment method

* Optimize imagetypes comparison method
2021-10-27 12:11:19 +08:00
BeiYinZhiNian
fb4a80ab14 fix(module: upload): UploadFileItem Provide default configuration: ignore case (#1717) 2021-07-08 01:01:44 +08:00
James Yeung
ddb09a9aa8 fix(module: upload): style of file list and picture card (#1001)
* fix(module: upload): file list style

* refactor upload button to fix ref conflict
2021-01-19 21:18:50 +08:00
Meeleem
8829a233be feat(module: upload): support picture card (#438)
* feat(module: upload): Picture card demo

* fix: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-31 00:46:46 +08:00
Meeleem
1c90ee0333 feat: add upload component (#276)
* fix: fix invalid parameter "StrokeWidth"

* feat(module: upload): Classic file upload
经典模式文件上传功能

* fix( module: upload): fix Ext attribute, delete 'done' file function

* docs(module: upload): Demo and doc

* fix (file: interop.ts):  Indent changed to 2 characters

* fix: menu

* fix: delete md files

* fix: docs

* feat (module: upload): DefaultFileList

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-01 06:49:51 +08:00